Fix gnat.dg/opt39.adb on hppa.
[official-gcc.git] / gcc / po / hr.po
blob30d7cf820e019b248f0679ee713054c9963745a9
1 # Translation of gcc to Croatian.
2 # Copyright (C) 2012 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the gcc package.
5 # Tomislav Krznar <tomislav.krznar@gmail.com>, 2012, 2022.
6 # Božidar Putanec <bozidarp@yahoo.com>, 2022.
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: gcc-12.1.0\n"
10 "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"
11 "POT-Creation-Date: 2023-02-10 22:40+0000\n"
12 "PO-Revision-Date: 2022-11-06 16:00-0800\n"
13 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
14 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
15 "Language: hr\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20 "X-Bugs: Report translation errors to the Language-Team address.\n"
21 "X-Generator: Lokalize 22.07.70\n"
22 "X-Poedit-Basepath: ../sources/gcc-12-20220213\n"
23 "X-Poedit-Bookmarks: 13750,0,-1,-1,-1,-1,-1,-1,-1,-1\n"
24 "X-Poedit-SearchPath-0: .\n"
26 #: cif-code.def:39
27 msgid "function not considered for inlining"
28 msgstr "funkcija nije kvalificirana za „inlining“"
30 #: cif-code.def:43
31 msgid "caller is not optimized"
32 msgstr "pozivač (caller) nije optimiziran"
34 #: cif-code.def:47
35 msgid "function body not available"
36 msgstr "tijelo funkcije nije dostupno"
38 #: cif-code.def:51
39 msgid "redefined extern inline functions are not considered for inlining"
40 msgstr "redefinirana vanjska „inline“ funkcija nije kvalificirana za „inlining“"
42 #: cif-code.def:56
43 msgid "function not inlinable"
44 msgstr "funkcija nije kvalificirana za „inlining“, nije „inlinable“"
46 #: cif-code.def:60
47 msgid "function body can be overwritten at link time"
48 msgstr "preko tijela funkcije se može pisati prilikom povezivanja"
50 #: cif-code.def:64
51 msgid "function not inline candidate"
52 msgstr "funkcija nije kandidat za „inline“"
54 #: cif-code.def:68
55 msgid "--param large-function-growth limit reached"
56 msgstr "--param large-function-growth granica je dostignuta"
58 #: cif-code.def:70
59 msgid "--param large-stack-frame-growth limit reached"
60 msgstr ""
62 #: cif-code.def:72
63 msgid "--param max-inline-insns-single limit reached"
64 msgstr ""
66 #: cif-code.def:74
67 msgid "--param max-inline-insns-auto limit reached"
68 msgstr "--param max-inline-insns-auto granica je dostignuta"
70 #: cif-code.def:76
71 msgid "--param inline-unit-growth limit reached"
72 msgstr "--param inline-unit-growth granica je dostignuta"
74 #: cif-code.def:80
75 msgid "recursive inlining"
76 msgstr "recurzivni „inlining“"
78 #: cif-code.def:84
79 msgid "call is unlikely and code size would grow"
80 msgstr "poziv je malo vjerojatan i veličina kȏda će rasti"
82 #: cif-code.def:88
83 msgid "call is considered never executed and code size would grow"
84 msgstr "smatra se da poziv nikada nije izvršen i veličina kȏda će rasti"
86 #: cif-code.def:92
87 msgid "function not declared inline and code size would grow"
88 msgstr "funkcija nije deklarirana „inline“ i veličina kȏda će rasti"
90 #: cif-code.def:96
91 msgid "mismatched declarations during linktime optimization"
92 msgstr ""
94 #: cif-code.def:100
95 msgid "variadic thunk call"
96 msgstr ""
98 #: cif-code.def:104
99 msgid "originally indirect function call not considered for inlining"
100 msgstr ""
102 #: cif-code.def:108
103 msgid "indirect function call with a yet undetermined callee"
104 msgstr ""
106 #: cif-code.def:112
107 msgid "exception handling personality mismatch"
108 msgstr ""
110 #: cif-code.def:117
111 msgid "non-call exception handling mismatch"
112 msgstr ""
114 #: cif-code.def:121
115 msgid "target specific option mismatch"
116 msgstr ""
118 #: cif-code.def:125
119 msgid "optimization level attribute mismatch"
120 msgstr ""
122 #: cif-code.def:129
123 msgid "callee refers to comdat-local symbols"
124 msgstr ""
126 #: cif-code.def:134
127 msgid "sanitizer function attribute mismatch"
128 msgstr ""
130 #: cif-code.def:139
131 msgid "function has external linkage when the user requests only inlining static for live patching"
132 msgstr ""
134 #: cif-code.def:144
135 msgid "unreachable"
136 msgstr "nedostupno"
138 #. The remainder are real diagnostic types.
139 #: diagnostic.def:33
140 msgid "fatal error: "
141 msgstr "fatalna greška: "
143 #. This is like DK_ICE, but backtrace is not printed.  Used in the driver
144 #. when reporting fatal signal in the compiler.
145 #: diagnostic.def:34 diagnostic.def:55
146 msgid "internal compiler error: "
147 msgstr "interna greška kompajlera: "
149 #. This one is just for counting DK_WARNING promoted to DK_ERROR
150 #. due to -Werror and -Werror=warning.
151 #: diagnostic.def:35 diagnostic.def:52
152 msgid "error: "
153 msgstr "greška: "
155 #: diagnostic.def:36
156 msgid "sorry, unimplemented: "
157 msgstr "nije implementirano: "
159 #: diagnostic.def:37
160 msgid "warning: "
161 msgstr "upozorenje: "
163 #: diagnostic.def:38
164 msgid "anachronism: "
165 msgstr "anakronizam: "
167 #: diagnostic.def:39
168 msgid "note: "
169 msgstr "napomena: "
171 #: diagnostic.def:40
172 msgid "debug: "
173 msgstr "debug: "
175 #. For use when using the diagnostic_show_locus machinery to show
176 #. a range of events within a path.
177 #: diagnostic.def:44
178 msgid "path: "
179 msgstr "staza: "
181 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
182 #. prefix does not matter.
183 #: diagnostic.def:48
184 msgid "pedwarn: "
185 msgstr "pedwarn: "
187 #: diagnostic.def:49
188 msgid "permerror: "
189 msgstr "permerror: "
191 #: config/i386/djgpp.h:143
192 #, c-format
193 msgid "-f%s ignored (not supported for DJGPP)\n"
194 msgstr ""
196 #: config/xtensa/xtensa-dynconfig.c:63
197 msgid "Unable to load DLL."
198 msgstr ""
200 #: config/xtensa/xtensa-dynconfig.c:90
201 #, fuzzy, c-format
202 #| msgid "%qD is defined with tls model %s"
203 msgid "%qs is defined but could not be loaded: %s"
204 msgstr "%qD je definiran s TLS modelom %s"
206 #: config/xtensa/xtensa-dynconfig.c:97
207 #, c-format
208 msgid "%qs plugin is not licensed under a GPL-compatible license"
209 msgstr ""
211 #: config/xtensa/xtensa-dynconfig.c:114
212 #, c-format
213 msgid "%qs is loaded but symbol %qs is not found: %s"
214 msgstr ""
216 #: config/xtensa/xtensa-dynconfig.c:128
217 #, c-format
218 msgid "%qs is defined but plugin support is disabled"
219 msgstr ""
221 #. The remainder are real diagnostic types.
222 #: fortran/gfc-diagnostic.def:33
223 msgid "Fatal Error"
224 msgstr "Fatalna greška"
226 #. This is like DK_ICE, but backtrace is not printed.  Used in the driver
227 #. when reporting fatal signal in the compiler.
228 #: fortran/gfc-diagnostic.def:34 fortran/gfc-diagnostic.def:50
229 msgid "internal compiler error"
230 msgstr "interna greška kompajlera"
232 #: fortran/gfc-diagnostic.def:35
233 msgid "Error"
234 msgstr "Greška"
236 #: fortran/gfc-diagnostic.def:36
237 msgid "sorry, unimplemented"
238 msgstr "nije implementirano: "
240 #: fortran/gfc-diagnostic.def:37
241 msgid "Warning"
242 msgstr "Upozorenje"
244 #: fortran/gfc-diagnostic.def:38
245 msgid "anachronism"
246 msgstr "anakronizam"
248 #: fortran/gfc-diagnostic.def:39
249 msgid "note"
250 msgstr "napomena"
252 #: fortran/gfc-diagnostic.def:40
253 msgid "debug"
254 msgstr "debug"
256 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
257 #. prefix does not matter.
258 #: fortran/gfc-diagnostic.def:43
259 msgid "pedwarn"
260 msgstr "pedwarn (pedantno upozorenje)"
262 #: fortran/gfc-diagnostic.def:44
263 msgid "permerror"
264 msgstr "permerror (trajna pogreška)"
266 #. This one is just for counting DK_WARNING promoted to DK_ERROR
267 #. due to -Werror and -Werror=warning.
268 #: fortran/gfc-diagnostic.def:47
269 msgid "error"
270 msgstr "greška"
272 #: gcc.cc:839 gcc.cc:896
273 msgid "-gz is not supported in this configuration"
274 msgstr "-gz nije podržan u ovoj konfiguraciji"
276 #: gcc.cc:845
277 #, fuzzy
278 #| msgid "-gz is not supported in this configuration"
279 msgid "-gz=zstd is not supported in this configuration"
280 msgstr "-gz nije podržan u ovoj konfiguraciji"
282 #: gcc.cc:1079
283 msgid "-fuse-linker-plugin is not supported in this configuration"
284 msgstr "-fuse-linker-plugin nije podržan u ovoj konfiguraciji"
286 #: gcc.cc:1095
287 msgid "cannot specify -static with -fsanitize=address"
288 msgstr "-static ne možete specificirati s -fsanitize=address"
290 #: gcc.cc:1097
291 msgid "cannot specify -static with -fsanitize=hwaddress"
292 msgstr "-static ne možete specificirati -fsanitize=hwaddress"
294 #: gcc.cc:1099
295 msgid "cannot specify -static with -fsanitize=thread"
296 msgstr "-static ne možete specificirati -fsanitize=thread"
298 #: gcc.cc:1121
299 msgid "-fvtable-verify=std is not supported in this configuration"
300 msgstr "-fvtable-verify=std nije podržan u ovoj konfiguraciji"
302 #: gcc.cc:1123
303 msgid "-fvtable-verify=preinit is not supported in this configuration"
304 msgstr "-fvtable-verify=preinit nije podržan u ovoj konfiguraciji"
306 #: gcc.cc:1260 ada/gcc-interface/lang-specs.h:37
307 msgid "-pg and -fomit-frame-pointer are incompatible"
308 msgstr ""
310 #: gcc.cc:1435
311 msgid "GNU C no longer supports -traditional without -E"
312 msgstr ""
314 #: gcc.cc:1444
315 msgid "-E or -x required when input is from standard input"
316 msgstr ""
318 #: config/darwin.h:151
319 msgid "conflicting code generation switches"
320 msgstr ""
322 #: config/darwin.h:156
323 msgid "-bundle_loader not allowed with -dynamiclib"
324 msgstr ""
326 #: config/darwin.h:158
327 msgid "-client_name not allowed with -dynamiclib"
328 msgstr ""
330 #: config/darwin.h:167
331 msgid "-keep_private_externs not allowed with -dynamiclib"
332 msgstr ""
334 #: config/darwin.h:169
335 msgid "-private_bundle not allowed with -dynamiclib"
336 msgstr ""
338 #: config/darwin.h:177
339 msgid "-compatibility_version only allowed with -dynamiclib"
340 msgstr ""
342 #: config/darwin.h:179
343 msgid "-current_version only allowed with -dynamiclib"
344 msgstr ""
346 #: config/darwin.h:181
347 msgid "-install_name only allowed with -dynamiclib"
348 msgstr ""
350 #: config/darwin.h:192
351 msgid "-bundle not allowed with -dynamiclib"
352 msgstr ""
354 #: config/darwin.h:208
355 msgid "-force_flat_namespace not allowed with -dynamiclib"
356 msgstr ""
358 #: config/darwin.h:213 config/darwin.h:596
359 msgid "gsplit-dwarf is not supported on this platform"
360 msgstr ""
362 #: config/darwin.h:277
363 msgid "rdynamic is not supported"
364 msgstr ""
366 #: config/dragonfly.h:76 config/i386/freebsd.h:82 config/i386/freebsd64.h:35
367 #: config/ia64/freebsd.h:26 config/rs6000/sysv4.h:750
368 #: config/sparc/freebsd.h:45
369 msgid "consider using '-pg' instead of '-p' with gprof(1)"
370 msgstr ""
372 #: config/lynx.h:69
373 msgid "cannot use mthreads and mlegacy-threads together"
374 msgstr ""
376 #: config/lynx.h:94
377 msgid "cannot use mshared and static together"
378 msgstr ""
380 #: config/sol2.h:350 config/sol2.h:355
381 msgid "does not support multilib"
382 msgstr ""
384 #: config/sol2.h:449
385 msgid "-pie is not supported in this configuration"
386 msgstr "-pie nije podržan u ovoj konfiguraciji"
388 #: config/vxworks.h:219
389 msgid "-Xbind-now and -Xbind-lazy are incompatible"
390 msgstr ""
392 #: config/aarch64/aarch64-freebsd.h:37 config/arm/freebsd.h:49
393 #: config/riscv/freebsd.h:44
394 msgid "consider using `-pg' instead of `-p' with gprof (1)"
395 msgstr "razmislite o korištenju „-pg“ umjesto „-p“ s gprof (1)"
397 #: config/arc/arc.h:68 config/mips/mips.h:1476
398 msgid "may not use both -EB and -EL"
399 msgstr ""
401 #: config/avr/specs.h:71 config/pru/pru.h:58
402 msgid "shared is not supported"
403 msgstr ""
405 #: config/bfin/elf.h:55
406 msgid "no processor type specified for linking"
407 msgstr ""
409 #: config/cris/cris.h:168
410 msgid "do not specify both -march=... and -mcpu=..."
411 msgstr "nemojte istovremeno specificirati -march=... i -mcpu=..."
413 #: config/i386/cygwin-w64.h:64 config/i386/cygwin.h:129
414 #: config/i386/mingw-w64.h:103 config/i386/mingw32.h:154
415 msgid "shared and mdll are not compatible"
416 msgstr ""
418 #: config/i386/darwin.h:93
419 msgid "Darwin is not an mx32 platform"
420 msgstr ""
422 #: config/i386/darwin.h:94
423 msgid "Darwin does not support -mfentry or associated options"
424 msgstr ""
426 #: config/i386/sol2.h:59
427 msgid "-mx32 is not supported on Solaris"
428 msgstr ""
430 #: config/mcore/mcore.h:53
431 msgid "the m210 does not have little endian support"
432 msgstr ""
434 #: config/mips/r3900.h:37
435 msgid "-mhard-float not supported"
436 msgstr ""
438 #: config/mips/r3900.h:39
439 msgid "-msingle-float and -msoft-float cannot both be specified"
440 msgstr ""
442 #: config/moxie/moxiebox.h:43
443 msgid "this target is little-endian"
444 msgstr ""
446 #: config/msp430/msp430.h:90
447 msgid "-mcode-region requires the large memory model (-mlarge)"
448 msgstr ""
450 #: config/msp430/msp430.h:92
451 msgid "-mdata-region requires the large memory model (-mlarge)"
452 msgstr ""
454 #: config/nios2/elf.h:44
455 msgid "You need a C startup file for -msys-crt0="
456 msgstr ""
458 #: config/pa/pa-hpux11.h:134 config/pa/pa-hpux11.h:137
459 #: config/pa/pa64-hpux.h:29 config/pa/pa64-hpux.h:32 config/pa/pa64-hpux.h:41
460 #: config/pa/pa64-hpux.h:44
461 msgid "warning: consider linking with '-static' as system libraries with"
462 msgstr ""
464 #: config/pa/pa-hpux11.h:135 config/pa/pa-hpux11.h:138
465 #: config/pa/pa64-hpux.h:30 config/pa/pa64-hpux.h:33 config/pa/pa64-hpux.h:42
466 #: config/pa/pa64-hpux.h:45
467 msgid "  profiling support are only provided in archive format"
468 msgstr ""
470 #: config/rs6000/darwin.h:123
471 msgid " conflicting code gen style switches are used"
472 msgstr ""
474 #: config/rs6000/freebsd64.h:114
475 msgid "consider using `-pg' instead of `-p' with gprof(1)"
476 msgstr "razmislite o korištenju „-pg“ umjesto „-p“ s gprof(1)"
478 #: config/rs6000/rs6000.h:170
479 msgid "Missing -mcpu option in ASM_CPU_SPEC?"
480 msgstr ""
482 #: config/rx/linux.h:53 config/rx/rx.h:82
483 msgid "rx200 cpu does not have FPU hardware"
484 msgstr ""
486 #: config/rx/rx.h:80
487 msgid "-mas100-syntax is incompatible with -gdwarf"
488 msgstr ""
490 #: config/rx/rx.h:81
491 msgid "rx100 cpu does not have FPU hardware"
492 msgstr ""
494 #: config/s390/tpf.h:119
495 msgid "static is not supported on TPF-OS"
496 msgstr ""
498 #: config/sh/sh.h:299 config/sh/sh.h:302
499 msgid "SH2a does not support little-endian"
500 msgstr ""
502 #: config/sparc/linux64.h:142
503 msgid "-fsanitize=address is not supported in this configuration"
504 msgstr "-fsanitize=address nije podržan u ovoj konfiguraciji"
506 #: config/sparc/linux64.h:156 config/sparc/linux64.h:162
507 #: config/sparc/netbsd-elf.h:103 config/sparc/netbsd-elf.h:112
508 #: config/sparc/sol2.h:237 config/sparc/sol2.h:243
509 msgid "may not use both -m32 and -m64"
510 msgstr ""
512 #: config/vax/netbsd-elf.h:51
513 msgid "the -shared option is not currently supported for VAX ELF"
514 msgstr ""
516 #: config/vax/vax.h:46 config/vax/vax.h:47
517 msgid "profiling not supported with -mg"
518 msgstr ""
520 #: ada/gcc-interface/lang-specs.h:38
521 msgid "-c or -S required for Ada"
522 msgstr ""
524 #: ada/gcc-interface/lang-specs.h:56
525 msgid "-c required for gnat2why"
526 msgstr ""
528 #: ada/gcc-interface/lang-specs.h:67
529 msgid "-c required for gnat2scil"
530 msgstr ""
532 #: fortran/lang-specs.h:60 fortran/lang-specs.h:74
533 msgid "gfortran does not support -E without -cpp"
534 msgstr ""
536 #: m2/lang-specs.h:48
537 msgid "to generate dependencies you must specify '-fcpp' "
538 msgstr ""
540 #: objc/lang-specs.h:30 objc/lang-specs.h:41
541 msgid "GNU Objective C no longer supports traditional compilation"
542 msgstr ""
544 #: objc/lang-specs.h:55
545 msgid "objc-cpp-output is deprecated; please use objective-c-cpp-output instead"
546 msgstr ""
548 #: objcp/lang-specs.h:58
549 msgid "objc++-cpp-output is deprecated; please use objective-c++-cpp-output instead"
550 msgstr ""
552 #: fortran/lang.opt:146
553 #, no-c-format
554 msgid "-J<directory>\tPut MODULE files in 'directory'."
555 msgstr ""
557 #: fortran/lang.opt:198
558 #, no-c-format
559 msgid "Warn about possible aliasing of dummy arguments."
560 msgstr ""
562 #: fortran/lang.opt:202
563 #, no-c-format
564 msgid "Warn about alignment of COMMON blocks."
565 msgstr ""
567 #: fortran/lang.opt:206
568 #, no-c-format
569 msgid "Warn about missing ampersand in continued character constants."
570 msgstr ""
572 #: fortran/lang.opt:210
573 #, no-c-format
574 msgid "Warn about creation of array temporaries."
575 msgstr ""
577 #: fortran/lang.opt:214 fortran/lang.opt:535 c-family/c.opt:1529
578 #: config/alpha/alpha.opt:31 common.opt:677 common.opt:819 common.opt:1060
579 #: common.opt:1064 common.opt:1068 common.opt:1072 common.opt:1770
580 #: common.opt:1834 common.opt:1977 common.opt:1981 common.opt:2256
581 #: common.opt:2474 common.opt:3194
582 #, no-c-format
583 msgid "Does nothing. Preserved for backward compatibility."
584 msgstr ""
586 #: fortran/lang.opt:218
587 #, no-c-format
588 msgid "Warn if the type of a variable might be not interoperable with C."
589 msgstr ""
591 #: fortran/lang.opt:226
592 #, no-c-format
593 msgid "Warn about truncated character expressions."
594 msgstr ""
596 #: fortran/lang.opt:230
597 #, no-c-format
598 msgid "Warn about equality comparisons involving REAL or COMPLEX expressions."
599 msgstr ""
601 #: fortran/lang.opt:238
602 #, no-c-format
603 msgid "Warn about most implicit conversions."
604 msgstr ""
606 #: fortran/lang.opt:242
607 #, no-c-format
608 msgid "Warn about possibly incorrect subscripts in do loops."
609 msgstr ""
611 #: fortran/lang.opt:250
612 #, no-c-format
613 msgid "Warn if loops have been interchanged."
614 msgstr ""
616 #: fortran/lang.opt:254
617 #, no-c-format
618 msgid "Warn about function call elimination."
619 msgstr ""
621 #: fortran/lang.opt:258
622 #, no-c-format
623 msgid "Warn about calls with implicit interface."
624 msgstr ""
626 #: fortran/lang.opt:262
627 #, no-c-format
628 msgid "Warn about called procedures not explicitly declared."
629 msgstr ""
631 #: fortran/lang.opt:266
632 #, no-c-format
633 msgid "Warn about constant integer divisions with truncated results."
634 msgstr ""
636 #: fortran/lang.opt:270
637 #, no-c-format
638 msgid "Warn about truncated source lines."
639 msgstr ""
641 #: fortran/lang.opt:274
642 #, no-c-format
643 msgid "Warn on intrinsics not part of the selected standard."
644 msgstr ""
646 #: fortran/lang.opt:286
647 #, no-c-format
648 msgid "Warn about USE statements that have no ONLY qualifier."
649 msgstr ""
651 #: fortran/lang.opt:298
652 #, no-c-format
653 msgid "Warn that -fno-automatic may break recursion."
654 msgstr ""
656 #: fortran/lang.opt:306
657 #, no-c-format
658 msgid "Warn about real-literal-constants with 'q' exponent-letter."
659 msgstr ""
661 #: fortran/lang.opt:310
662 #, no-c-format
663 msgid "Warn when a left-hand-side array variable is reallocated."
664 msgstr ""
666 #: fortran/lang.opt:314
667 #, no-c-format
668 msgid "Warn when a left-hand-side variable is reallocated."
669 msgstr ""
671 #: fortran/lang.opt:318
672 #, no-c-format
673 msgid "Warn if the pointer in a pointer assignment might outlive its target."
674 msgstr ""
676 #: fortran/lang.opt:326
677 #, no-c-format
678 msgid "Warn about \"suspicious\" constructs."
679 msgstr ""
681 #: fortran/lang.opt:330
682 #, no-c-format
683 msgid "Permit nonconforming uses of the tab character."
684 msgstr ""
686 #: fortran/lang.opt:334
687 #, no-c-format
688 msgid "Warn about an invalid DO loop."
689 msgstr ""
691 #: fortran/lang.opt:338
692 #, no-c-format
693 msgid "Warn about underflow of numerical constant expressions."
694 msgstr ""
696 #: fortran/lang.opt:346
697 #, no-c-format
698 msgid "Warn if a user-procedure has the same name as an intrinsic."
699 msgstr ""
701 #: fortran/lang.opt:354
702 #, no-c-format
703 msgid "Warn about unused dummy arguments."
704 msgstr ""
706 #: fortran/lang.opt:358
707 #, no-c-format
708 msgid "Warn about zero-trip DO loops."
709 msgstr ""
711 #: fortran/lang.opt:362
712 #, no-c-format
713 msgid "Enable preprocessing."
714 msgstr ""
716 #: fortran/lang.opt:370
717 #, no-c-format
718 msgid "Disable preprocessing."
719 msgstr ""
721 #: fortran/lang.opt:378
722 #, no-c-format
723 msgid "Accept argument mismatches in procedure calls."
724 msgstr ""
726 #: fortran/lang.opt:382
727 #, no-c-format
728 msgid "Eliminate multiple function invocations also for impure functions."
729 msgstr ""
731 #: fortran/lang.opt:386
732 #, no-c-format
733 msgid "Enable alignment of COMMON blocks."
734 msgstr ""
736 #: fortran/lang.opt:390
737 #, no-c-format
738 msgid "All intrinsics procedures are available regardless of selected standard."
739 msgstr ""
741 #: fortran/lang.opt:394
742 #, no-c-format
743 msgid "Allow a BOZ literal constant to appear in an invalid context and with X instead of Z."
744 msgstr ""
746 #: fortran/lang.opt:402
747 #, no-c-format
748 msgid "Do not treat local variables and COMMON blocks as if they were named in SAVE statements."
749 msgstr ""
751 #: fortran/lang.opt:406
752 #, no-c-format
753 msgid "Specify that backslash in string introduces an escape character."
754 msgstr ""
756 #: fortran/lang.opt:410
757 #, no-c-format
758 msgid "Produce a backtrace when a runtime error is encountered."
759 msgstr ""
761 #: fortran/lang.opt:414
762 #, no-c-format
763 msgid "-fblas-matmul-limit=<n>\tSize of the smallest matrix for which matmul will use BLAS."
764 msgstr ""
766 #: fortran/lang.opt:421
767 #, no-c-format
768 msgid "Produce a warning at runtime if a array temporary has been created for a procedure argument."
769 msgstr ""
771 #: fortran/lang.opt:425
772 #, no-c-format
773 msgid "-fconvert=<big-endian|little-endian|native|swap|r16_ieee|r16_ibm>\tThe endianness used for unformatted files."
774 msgstr ""
776 #: fortran/lang.opt:450
777 #, no-c-format
778 msgid "Use the Cray Pointer extension."
779 msgstr ""
781 #: fortran/lang.opt:454
782 #, no-c-format
783 msgid "Generate C prototypes from BIND(C) declarations."
784 msgstr ""
786 #: fortran/lang.opt:458
787 #, no-c-format
788 msgid "Generate C prototypes from non-BIND(C) external procedure definitions."
789 msgstr ""
791 #: fortran/lang.opt:462
792 #, no-c-format
793 msgid "Ignore 'D' in column one in fixed form."
794 msgstr ""
796 #: fortran/lang.opt:466
797 #, no-c-format
798 msgid "Treat lines with 'D' in column one as comments."
799 msgstr ""
801 #: fortran/lang.opt:470
802 #, no-c-format
803 msgid "Issue debug information for compiler-generated auxiliary variables."
804 msgstr ""
806 #: fortran/lang.opt:474
807 #, no-c-format
808 msgid "Enable all DEC language extensions."
809 msgstr ""
811 #: fortran/lang.opt:478
812 #, no-c-format
813 msgid "Enable the use of blank format items in format strings."
814 msgstr ""
816 #: fortran/lang.opt:482
817 #, no-c-format
818 msgid "Enable the use of character literals in assignments and data statements for non-character variables."
819 msgstr ""
821 #: fortran/lang.opt:487
822 #, no-c-format
823 msgid "Enable legacy parsing of INCLUDE as statement."
824 msgstr ""
826 #: fortran/lang.opt:491
827 #, no-c-format
828 msgid "Enable default widths for i, f and g format specifiers."
829 msgstr ""
831 #: fortran/lang.opt:495
832 #, no-c-format
833 msgid "Enable kind-specific variants of integer intrinsic functions."
834 msgstr ""
836 #: fortran/lang.opt:499
837 #, no-c-format
838 msgid "Enable legacy math intrinsics for compatibility."
839 msgstr ""
841 #: fortran/lang.opt:503
842 #, no-c-format
843 msgid "Enable support for DEC STRUCTURE/RECORD."
844 msgstr ""
846 #: fortran/lang.opt:507
847 #, no-c-format
848 msgid "Enable DEC-style STATIC and AUTOMATIC attributes."
849 msgstr ""
851 #: fortran/lang.opt:511
852 #, no-c-format
853 msgid "Set the default double precision kind to an 8 byte wide type."
854 msgstr ""
856 #: fortran/lang.opt:515
857 #, no-c-format
858 msgid "Set the default integer kind to an 8 byte wide type."
859 msgstr ""
861 #: fortran/lang.opt:519
862 #, no-c-format
863 msgid "Set the default real kind to an 8 byte wide type."
864 msgstr ""
866 #: fortran/lang.opt:523
867 #, no-c-format
868 msgid "Set the default real kind to an 10 byte wide type."
869 msgstr ""
871 #: fortran/lang.opt:527
872 #, no-c-format
873 msgid "Set the default real kind to an 16 byte wide type."
874 msgstr ""
876 #: fortran/lang.opt:531
877 #, no-c-format
878 msgid "Allow dollar signs in entity names."
879 msgstr ""
881 #: fortran/lang.opt:539
882 #, no-c-format
883 msgid "Display the code tree after parsing."
884 msgstr ""
886 #: fortran/lang.opt:543
887 #, no-c-format
888 msgid "Display the code tree after front end optimization."
889 msgstr ""
891 #: fortran/lang.opt:547
892 #, no-c-format
893 msgid "Display the global symbol table after parsing."
894 msgstr ""
896 #: fortran/lang.opt:551
897 #, no-c-format
898 msgid "Display the code tree after parsing; deprecated option."
899 msgstr ""
901 #: fortran/lang.opt:555
902 #, no-c-format
903 msgid "Specify that an external BLAS library should be used for matmul calls on large-size arrays."
904 msgstr ""
906 #: fortran/lang.opt:559
907 #, no-c-format
908 msgid "Use f2c calling convention."
909 msgstr ""
911 #: fortran/lang.opt:563
912 #, no-c-format
913 msgid "Assume that the source file is fixed form."
914 msgstr ""
916 #: fortran/lang.opt:567
917 #, no-c-format
918 msgid "Force creation of temporary to test infrequently-executed forall code."
919 msgstr ""
921 #: fortran/lang.opt:571
922 #, no-c-format
923 msgid "Interpret any INTEGER(4) as an INTEGER(8)."
924 msgstr ""
926 #: fortran/lang.opt:575 fortran/lang.opt:579
927 #, no-c-format
928 msgid "Specify where to find the compiled intrinsic modules."
929 msgstr ""
931 #: fortran/lang.opt:583
932 #, no-c-format
933 msgid "Allow arbitrary character line width in fixed mode."
934 msgstr ""
936 #: fortran/lang.opt:587
937 #, no-c-format
938 msgid "-ffixed-line-length-<n>\tUse n as character line width in fixed mode."
939 msgstr ""
941 #: fortran/lang.opt:591
942 #, no-c-format
943 msgid "Pad shorter fixed form lines to line width with spaces."
944 msgstr ""
946 #: fortran/lang.opt:595
947 #, no-c-format
948 msgid "-ffpe-trap=[...]\tStop on following floating point exceptions."
949 msgstr ""
951 #: fortran/lang.opt:599
952 #, no-c-format
953 msgid "-ffpe-summary=[...]\tPrint summary of floating point exceptions."
954 msgstr ""
956 #: fortran/lang.opt:603
957 #, no-c-format
958 msgid "Assume that the source file is free form."
959 msgstr ""
961 #: fortran/lang.opt:607
962 #, no-c-format
963 msgid "Allow arbitrary character line width in free mode."
964 msgstr ""
966 #: fortran/lang.opt:611
967 #, no-c-format
968 msgid "-ffree-line-length-<n>\tUse n as character line width in free mode."
969 msgstr ""
971 #: fortran/lang.opt:615
972 #, no-c-format
973 msgid "Try to interchange loops if profitable."
974 msgstr ""
976 #: fortran/lang.opt:619
977 #, no-c-format
978 msgid "Enable front end optimization."
979 msgstr ""
981 #: fortran/lang.opt:623
982 #, no-c-format
983 msgid "Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements."
984 msgstr ""
986 #: fortran/lang.opt:627
987 #, no-c-format
988 msgid "-finit-character=<n>\tInitialize local character variables to ASCII value n."
989 msgstr ""
991 #: fortran/lang.opt:631
992 #, no-c-format
993 msgid "Initialize components of derived type variables according to other init flags."
994 msgstr ""
996 #: fortran/lang.opt:635
997 #, no-c-format
998 msgid "-finit-integer=<n>\tInitialize local integer variables to n."
999 msgstr ""
1001 #: fortran/lang.opt:639
1002 #, no-c-format
1003 msgid "Initialize local variables to zero (from g77)."
1004 msgstr ""
1006 #: fortran/lang.opt:643
1007 #, no-c-format
1008 msgid "-finit-logical=<true|false>\tInitialize local logical variables."
1009 msgstr ""
1011 #: fortran/lang.opt:647
1012 #, no-c-format
1013 msgid "-finit-real=<zero|snan|nan|inf|-inf>\tInitialize local real variables."
1014 msgstr ""
1016 #: fortran/lang.opt:669
1017 #, no-c-format
1018 msgid "-finline-arg-packing\tPerform argument packing inline."
1019 msgstr ""
1021 #: fortran/lang.opt:673
1022 #, no-c-format
1023 msgid "-finline-matmul-limit=<n>\tSpecify the size of the largest matrix for which matmul will be inlined."
1024 msgstr ""
1026 #: fortran/lang.opt:677
1027 #, no-c-format
1028 msgid "-fmax-array-constructor=<n>\tMaximum number of objects in an array constructor."
1029 msgstr ""
1031 #: fortran/lang.opt:681
1032 #, no-c-format
1033 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
1034 msgstr ""
1036 #: fortran/lang.opt:685
1037 #, no-c-format
1038 msgid "-fmax-subrecord-length=<n>\tMaximum length for subrecords."
1039 msgstr ""
1041 #: fortran/lang.opt:689
1042 #, no-c-format
1043 msgid "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be put on the stack."
1044 msgstr ""
1046 #: fortran/lang.opt:693
1047 #, no-c-format
1048 msgid "Put all local arrays on stack."
1049 msgstr ""
1051 #: fortran/lang.opt:697
1052 #, no-c-format
1053 msgid "Set default accessibility of module entities to PRIVATE."
1054 msgstr ""
1056 #: fortran/lang.opt:717
1057 #, no-c-format
1058 msgid "Try to lay out derived types as compactly as possible."
1059 msgstr ""
1061 #: fortran/lang.opt:725
1062 #, no-c-format
1063 msgid "Protect parentheses in expressions."
1064 msgstr ""
1066 #: fortran/lang.opt:729
1067 #, no-c-format
1068 msgid "Path to header file that should be pre-included before each compilation unit."
1069 msgstr ""
1071 #: fortran/lang.opt:733
1072 #, no-c-format
1073 msgid "Enable range checking during compilation."
1074 msgstr ""
1076 #: fortran/lang.opt:737
1077 #, no-c-format
1078 msgid "Interpret any REAL(4) as a REAL(8)."
1079 msgstr ""
1081 #: fortran/lang.opt:741
1082 #, no-c-format
1083 msgid "Interpret any REAL(4) as a REAL(10)."
1084 msgstr ""
1086 #: fortran/lang.opt:745
1087 #, no-c-format
1088 msgid "Interpret any REAL(4) as a REAL(16)."
1089 msgstr ""
1091 #: fortran/lang.opt:749
1092 #, no-c-format
1093 msgid "Interpret any REAL(8) as a REAL(4)."
1094 msgstr ""
1096 #: fortran/lang.opt:753
1097 #, no-c-format
1098 msgid "Interpret any REAL(8) as a REAL(10)."
1099 msgstr ""
1101 #: fortran/lang.opt:757
1102 #, no-c-format
1103 msgid "Interpret any REAL(8) as a REAL(16)."
1104 msgstr ""
1106 #: fortran/lang.opt:761
1107 #, no-c-format
1108 msgid "Reallocate the LHS in assignments."
1109 msgstr ""
1111 #: fortran/lang.opt:765
1112 #, no-c-format
1113 msgid "Use a 4-byte record marker for unformatted files."
1114 msgstr ""
1116 #: fortran/lang.opt:769
1117 #, no-c-format
1118 msgid "Use an 8-byte record marker for unformatted files."
1119 msgstr ""
1121 #: fortran/lang.opt:773
1122 #, no-c-format
1123 msgid "Allocate local variables on the stack to allow indirect recursion."
1124 msgstr ""
1126 #: fortran/lang.opt:777
1127 #, no-c-format
1128 msgid "Copy array sections into a contiguous block on procedure entry."
1129 msgstr ""
1131 #: fortran/lang.opt:781
1132 #, no-c-format
1133 msgid "-fcoarray=<none|single|lib>\tSpecify which coarray parallelization should be used."
1134 msgstr ""
1136 #: fortran/lang.opt:797
1137 #, no-c-format
1138 msgid "-fcheck=[...]\tSpecify which runtime checks are to be performed."
1139 msgstr ""
1141 #: fortran/lang.opt:801
1142 #, no-c-format
1143 msgid "Append a second underscore if the name already contains an underscore."
1144 msgstr ""
1146 #: fortran/lang.opt:809
1147 #, no-c-format
1148 msgid "Apply negative sign to zero values."
1149 msgstr ""
1151 #: fortran/lang.opt:816
1152 #, no-c-format
1153 msgid "Disallow tail call optimization when a calling routine may have omitted character lengths."
1154 msgstr ""
1156 #: fortran/lang.opt:820
1157 #, no-c-format
1158 msgid "Append underscores to externally visible names."
1159 msgstr ""
1161 #: fortran/lang.opt:824 c-family/c.opt:1664 c-family/c.opt:1741
1162 #: c-family/c.opt:1749 c-family/c.opt:2068 config/pa/pa.opt:46
1163 #: config/pa/pa.opt:78 config/arc/arc.opt:140 config/arc/arc.opt:296
1164 #: config/arc/arc.opt:308 config/arc/arc.opt:312 config/arc/arc.opt:317
1165 #: common.opt:635 common.opt:1158 common.opt:1162 common.opt:1166
1166 #: common.opt:1253 common.opt:1559 common.opt:1641 common.opt:1929
1167 #: common.opt:2072 common.opt:2115 common.opt:2549 common.opt:2585
1168 #: common.opt:2678 common.opt:2682 common.opt:2791 common.opt:2882
1169 #: common.opt:2890 common.opt:2898 common.opt:2906 common.opt:3007
1170 #: common.opt:3067 common.opt:3155 common.opt:3315 common.opt:3319
1171 #: common.opt:3323 common.opt:3327 common.opt:3397 common.opt:3401
1172 #: common.opt:3432 common.opt:3436
1173 #, no-c-format
1174 msgid "Does nothing.  Preserved for backward compatibility."
1175 msgstr "Ne radi ništa. Zadržano radi kompatibilnosti s ranijim inačicama."
1177 #: fortran/lang.opt:864
1178 #, no-c-format
1179 msgid "Statically link the GNU Fortran helper library (libgfortran)."
1180 msgstr ""
1182 #: fortran/lang.opt:868
1183 #, no-c-format
1184 msgid "Statically link the GCC Quad-Precision Math Library (libquadmath)."
1185 msgstr ""
1187 #: fortran/lang.opt:872
1188 #, no-c-format
1189 msgid "Conform to the ISO Fortran 2003 standard."
1190 msgstr ""
1192 #: fortran/lang.opt:876
1193 #, no-c-format
1194 msgid "Conform to the ISO Fortran 2008 standard."
1195 msgstr ""
1197 #: fortran/lang.opt:880
1198 #, no-c-format
1199 msgid "Conform to the ISO Fortran 2008 standard including TS 29113."
1200 msgstr ""
1202 #: fortran/lang.opt:884
1203 #, no-c-format
1204 msgid "Conform to the ISO Fortran 2018 standard."
1205 msgstr ""
1207 #: fortran/lang.opt:888
1208 #, no-c-format
1209 msgid "Conform to the ISO Fortran 95 standard."
1210 msgstr ""
1212 #: fortran/lang.opt:892
1213 #, no-c-format
1214 msgid "Conform to nothing in particular."
1215 msgstr ""
1217 #: fortran/lang.opt:896
1218 #, no-c-format
1219 msgid "Accept extensions to support legacy code."
1220 msgstr ""
1222 #: rust/lang.opt:47 rust/lang.opt:51 c-family/c.opt:1407 c-family/c.opt:1411
1223 #, no-c-format
1224 msgid "Warn when a const variable is unused."
1225 msgstr ""
1227 #: rust/lang.opt:55 c-family/c.opt:1399
1228 #, no-c-format
1229 msgid "Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value."
1230 msgstr ""
1232 #: rust/lang.opt:59
1233 #, no-c-format
1234 msgid "-frust-crate=<name>             Set the crate name for the compilation"
1235 msgstr ""
1237 #: rust/lang.opt:63
1238 #, no-c-format
1239 msgid "Dump various Rust front end internals."
1240 msgstr ""
1242 #: rust/lang.opt:67
1243 #, no-c-format
1244 msgid "-frust-dump-<type>\tDump Rust frontend internal information."
1245 msgstr ""
1247 #: rust/lang.opt:71
1248 #, no-c-format
1249 msgid "Enable experimental compilation of Rust files at your own risk"
1250 msgstr ""
1252 #: rust/lang.opt:75
1253 #, no-c-format
1254 msgid "-frust-max-recursion-depth=integer"
1255 msgstr ""
1257 #: rust/lang.opt:79
1258 #, no-c-format
1259 msgid "-frust-mangling=[legacy|v0]     Choose which version to use for name mangling"
1260 msgstr ""
1262 #: rust/lang.opt:92
1263 #, no-c-format
1264 msgid "-frust-cfg=<name>             Set a config expansion option"
1265 msgstr ""
1267 #: rust/lang.opt:96
1268 #, no-c-format
1269 msgid "-frust-edition=[2015|2018|2021]             Choose which edition to use when compiling rust code"
1270 msgstr ""
1272 #: rust/lang.opt:112
1273 #, no-c-format
1274 msgid "Flag to enable embeding metadata directly into object files"
1275 msgstr ""
1277 #: rust/lang.opt:116
1278 #, no-c-format
1279 msgid "-frust-metadata-output=<path.rox>  Path to output crate metadata"
1280 msgstr ""
1282 #: rust/lang.opt:123
1283 #, no-c-format
1284 msgid "-frust-compile-until=[ast|attributecheck|expansion|nameresolution|lowering|typecheck|privacy|unsafety|const|copimlation|end]             When to stop in the pipeline when compiling Rust code"
1285 msgstr ""
1287 #: c-family/c.opt:182
1288 #, no-c-format
1289 msgid "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' before <question> disables the <answer> to <question>."
1290 msgstr "-A<question>=<answer>\tPrihvati <answer> na <question>. Crticom „-“ ispred <question> onemogućuje se <answer> na <question>."
1292 #: c-family/c.opt:186
1293 #, no-c-format
1294 msgid "Do not discard comments."
1295 msgstr ""
1297 #: c-family/c.opt:190
1298 #, no-c-format
1299 msgid "Do not discard comments in macro expansions."
1300 msgstr "Ne odbacuje (ne briše) komentare u makro proširenjima."
1302 #: c-family/c.opt:194
1303 #, no-c-format
1304 msgid "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just <macro> is given, <val> is taken to be 1."
1305 msgstr "-D<macro>[=<val>]\tDefinira <macro> s vrijednošću <val>. Ako je dȃn samo <macro>, uzima se da je vrijednost <val>=1."
1307 #: c-family/c.opt:201
1308 #, no-c-format
1309 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path."
1310 msgstr ""
1312 #: c-family/c.opt:205
1313 #, no-c-format
1314 msgid "Enable parsing GIMPLE."
1315 msgstr ""
1317 #: c-family/c.opt:209
1318 #, no-c-format
1319 msgid "Print the name of header files as they are used."
1320 msgstr ""
1322 #: c-family/c.opt:213
1323 #, no-c-format
1324 msgid "-I <dir>\tAdd <dir> to the end of the main include path."
1325 msgstr ""
1327 #: c-family/c.opt:217
1328 #, no-c-format
1329 msgid "Generate make dependencies."
1330 msgstr ""
1332 #: c-family/c.opt:221
1333 #, no-c-format
1334 msgid "Generate make dependencies and compile."
1335 msgstr ""
1337 #: c-family/c.opt:225
1338 #, no-c-format
1339 msgid "-MF <file>\tWrite dependency output to the given file."
1340 msgstr ""
1342 #: c-family/c.opt:229
1343 #, no-c-format
1344 msgid "Treat missing header files as generated files."
1345 msgstr ""
1347 #: c-family/c.opt:233
1348 #, no-c-format
1349 msgid "Like -M but ignore system header files."
1350 msgstr ""
1352 #: c-family/c.opt:237
1353 #, no-c-format
1354 msgid "Like -MD but ignore system header files."
1355 msgstr ""
1357 #: c-family/c.opt:241
1358 #, no-c-format
1359 msgid "Generate C++ Module dependency information."
1360 msgstr ""
1362 #: c-family/c.opt:249
1363 #, no-c-format
1364 msgid "Generate phony targets for all headers."
1365 msgstr ""
1367 #: c-family/c.opt:253
1368 #, no-c-format
1369 msgid "-MQ <target>\tAdd a target that may require quoting."
1370 msgstr ""
1372 #: c-family/c.opt:257
1373 #, no-c-format
1374 msgid "-MT <target>\tAdd a target that does not require quoting."
1375 msgstr ""
1377 #: c-family/c.opt:261
1378 #, no-c-format
1379 msgid "Do not generate #line directives."
1380 msgstr ""
1382 #: c-family/c.opt:265
1383 #, no-c-format
1384 msgid "-U<macro>\tUndefine <macro>."
1385 msgstr ""
1387 #: c-family/c.opt:269
1388 #, no-c-format
1389 msgid "Warn if the NSObject attribute is applied to a non-typedef."
1390 msgstr ""
1392 #: c-family/c.opt:273
1393 #, no-c-format
1394 msgid "Warn about things that will change when compiling with an ABI-compliant compiler."
1395 msgstr ""
1397 #: c-family/c.opt:277
1398 #, no-c-format
1399 msgid "Warn about things that change between the current -fabi-version and the specified version."
1400 msgstr ""
1402 #: c-family/c.opt:281
1403 #, no-c-format
1404 msgid "Warn if a subobject has an abi_tag attribute that the complete object type does not have."
1405 msgstr ""
1407 #: c-family/c.opt:288
1408 #, no-c-format
1409 msgid "Warn on suspicious calls of standard functions computing absolute values."
1410 msgstr ""
1412 #: c-family/c.opt:292
1413 #, no-c-format
1414 msgid "Warn about suspicious uses of memory addresses."
1415 msgstr ""
1417 #: c-family/c.opt:308
1418 #, no-c-format
1419 msgid "Warn about 'new' of type with extended alignment without -faligned-new."
1420 msgstr ""
1422 #: c-family/c.opt:312
1423 #, no-c-format
1424 msgid "-Waligned-new=[none|global|all]\tWarn even if 'new' uses a class member allocation function."
1425 msgstr ""
1427 #: c-family/c.opt:316 ada/gcc-interface/lang.opt:57
1428 #, no-c-format
1429 msgid "Enable most warning messages."
1430 msgstr ""
1432 #: c-family/c.opt:320
1433 #, no-c-format
1434 msgid "Warn on any use of alloca."
1435 msgstr ""
1437 #: c-family/c.opt:324
1438 #, no-c-format
1439 msgid "-Walloc-size-larger-than=<bytes>\tWarn for calls to allocation functions that attempt to allocate objects larger than the specified number of bytes."
1440 msgstr ""
1442 #: c-family/c.opt:329
1443 #, no-c-format
1444 msgid "Disable Walloc-size-larger-than= warning.  Equivalent to Walloc-size-larger-than=<SIZE_MAX> or larger."
1445 msgstr ""
1447 #: c-family/c.opt:333
1448 #, no-c-format
1449 msgid "Warn for calls to allocation functions that specify zero bytes."
1450 msgstr ""
1452 #: c-family/c.opt:337
1453 #, no-c-format
1454 msgid "-Walloca-larger-than=<number>\tWarn on unbounded uses of alloca, and on bounded uses of alloca whose bound can be larger than <number> bytes."
1455 msgstr ""
1457 #: c-family/c.opt:343
1458 #, no-c-format
1459 msgid "Disable Walloca-larger-than= warning.  Equivalent to Walloca-larger-than=<SIZE_MAX> or larger."
1460 msgstr ""
1462 #: c-family/c.opt:351
1463 #, no-c-format
1464 msgid "Warn about comparisons between two operands of array type."
1465 msgstr ""
1467 #: c-family/c.opt:355 c-family/c.opt:359
1468 #, no-c-format
1469 msgid "Warn about mismatched declarations of array parameters and unsafe accesses to them."
1470 msgstr ""
1472 #: c-family/c.opt:363
1473 #, no-c-format
1474 msgid "Warn about accesses to interior zero-length array members."
1475 msgstr ""
1477 #: c-family/c.opt:367
1478 #, no-c-format
1479 msgid "Warn whenever an Objective-C assignment is being intercepted by the garbage collector."
1480 msgstr ""
1482 #: c-family/c.opt:371
1483 #, no-c-format
1484 msgid "Warn about casting functions to incompatible types."
1485 msgstr ""
1487 #: c-family/c.opt:379
1488 #, no-c-format
1489 msgid "-Wbidi-chars=[none|unpaired|any|ucn] Warn about UTF-8 bidirectional control characters."
1490 msgstr ""
1492 #: c-family/c.opt:402
1493 #, no-c-format
1494 msgid "Warn about boolean expression compared with an integer value different from true/false."
1495 msgstr ""
1497 #: c-family/c.opt:406
1498 #, no-c-format
1499 msgid "Warn about certain operations on boolean expressions."
1500 msgstr ""
1502 #: c-family/c.opt:410
1503 #, no-c-format
1504 msgid "Warn when __builtin_frame_address or __builtin_return_address is used unsafely."
1505 msgstr ""
1507 #: c-family/c.opt:414
1508 #, no-c-format
1509 msgid "Warn when a built-in function is declared with the wrong signature."
1510 msgstr ""
1512 #: c-family/c.opt:418
1513 #, no-c-format
1514 msgid "Warn when a built-in preprocessor macro is undefined or redefined."
1515 msgstr ""
1517 #: c-family/c.opt:422
1518 #, no-c-format
1519 msgid "Warn about features not present in ISO C11, but present in ISO C2X."
1520 msgstr ""
1522 #: c-family/c.opt:426
1523 #, no-c-format
1524 msgid "Warn about features not present in ISO C90, but present in ISO C99."
1525 msgstr ""
1527 #: c-family/c.opt:430
1528 #, no-c-format
1529 msgid "Warn about features not present in ISO C99, but present in ISO C11."
1530 msgstr ""
1532 #: c-family/c.opt:434
1533 #, no-c-format
1534 msgid "Warn about C constructs that are not in the common subset of C and C++."
1535 msgstr ""
1537 #: c-family/c.opt:441
1538 #, no-c-format
1539 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011."
1540 msgstr ""
1542 #: c-family/c.opt:445
1543 #, no-c-format
1544 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014."
1545 msgstr ""
1547 #: c-family/c.opt:452
1548 #, no-c-format
1549 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO C++ 2017."
1550 msgstr ""
1552 #: c-family/c.opt:459
1553 #, no-c-format
1554 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2017 and ISO C++ 2020."
1555 msgstr ""
1557 #: c-family/c.opt:463
1558 #, no-c-format
1559 msgid "Warn about C++11 constructs in code compiled with an older standard."
1560 msgstr ""
1562 #: c-family/c.opt:467
1563 #, no-c-format
1564 msgid "Warn about C++14 constructs in code compiled with an older standard."
1565 msgstr ""
1567 #: c-family/c.opt:471
1568 #, no-c-format
1569 msgid "Warn about C++17 constructs in code compiled with an older standard."
1570 msgstr ""
1572 #: c-family/c.opt:475
1573 #, no-c-format
1574 msgid "Warn about C++20 constructs in code compiled with an older standard."
1575 msgstr ""
1577 #: c-family/c.opt:479
1578 #, no-c-format
1579 msgid "Warn about C++23 constructs in code compiled with an older standard."
1580 msgstr ""
1582 #: c-family/c.opt:483
1583 #, no-c-format
1584 msgid "Warn about casts between incompatible function types."
1585 msgstr ""
1587 #: c-family/c.opt:487
1588 #, no-c-format
1589 msgid "Warn about casts which discard qualifiers."
1590 msgstr ""
1592 #: c-family/c.opt:491 c-family/c.opt:495
1593 #, no-c-format
1594 msgid "Warn about catch handlers of non-reference type."
1595 msgstr ""
1597 #: c-family/c.opt:499
1598 #, no-c-format
1599 msgid "Complain about a name being declared as a class member after a previous use of the same name."
1600 msgstr ""
1602 #: c-family/c.opt:503
1603 #, no-c-format
1604 msgid "Warn about subscripts whose type is \"char\"."
1605 msgstr ""
1607 #: c-family/c.opt:507 c-family/c.opt:1561 c-family/c.opt:1565
1608 #: c-family/c.opt:1569 c-family/c.opt:1573 c-family/c.opt:1577
1609 #: c-family/c.opt:1581 c-family/c.opt:1585 c-family/c.opt:1592
1610 #: c-family/c.opt:1596 c-family/c.opt:1600 c-family/c.opt:1604
1611 #: c-family/c.opt:1608 c-family/c.opt:1612 c-family/c.opt:1616
1612 #: c-family/c.opt:1620 c-family/c.opt:1624 c-family/c.opt:1628
1613 #: c-family/c.opt:1632 c-family/c.opt:1636 c-family/c.opt:1640
1614 #: config/i386/i386.opt:995
1615 #, no-c-format
1616 msgid "Removed in GCC 9.  This switch has no effect."
1617 msgstr ""
1619 #: c-family/c.opt:511
1620 #, no-c-format
1621 msgid "Warn about variables that might be changed by \"longjmp\" or \"vfork\"."
1622 msgstr ""
1624 #: c-family/c.opt:515
1625 #, no-c-format
1626 msgid "Warn about uses of a comma operator within a subscripting expression."
1627 msgstr ""
1629 #: c-family/c.opt:519
1630 #, no-c-format
1631 msgid "Warn about possibly nested block comments, and C++ comments spanning more than one physical line."
1632 msgstr ""
1634 #: c-family/c.opt:523
1635 #, no-c-format
1636 msgid "Synonym for -Wcomment."
1637 msgstr ""
1639 #: c-family/c.opt:527
1640 #, no-c-format
1641 msgid "Warn for conditionally-supported constructs."
1642 msgstr ""
1644 #: c-family/c.opt:531
1645 #, no-c-format
1646 msgid "Warn for implicit type conversions that may change a value."
1647 msgstr ""
1649 #: c-family/c.opt:535
1650 #, no-c-format
1651 msgid "Warn for converting NULL from/to a non-pointer type."
1652 msgstr ""
1654 #: c-family/c.opt:543
1655 #, no-c-format
1656 msgid "Warn when performing class template argument deduction on a type with no deduction guides."
1657 msgstr ""
1659 #: c-family/c.opt:548
1660 #, no-c-format
1661 msgid "Warn when all constructors and destructors are private."
1662 msgstr ""
1664 #: c-family/c.opt:552
1665 #, no-c-format
1666 msgid "Warn about dangling else."
1667 msgstr ""
1669 #: c-family/c.opt:556 c-family/c.opt:560
1670 #, no-c-format
1671 msgid "Warn for uses of pointers to auto variables whose lifetime has ended."
1672 msgstr ""
1674 #: c-family/c.opt:564
1675 #, no-c-format
1676 msgid "Warn when a reference is bound to a temporary whose lifetime has ended."
1677 msgstr ""
1679 #: c-family/c.opt:568
1680 #, no-c-format
1681 msgid "Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage."
1682 msgstr ""
1684 #: c-family/c.opt:572
1685 #, no-c-format
1686 msgid "Warn when a declaration is found after a statement."
1687 msgstr ""
1689 #: c-family/c.opt:576
1690 #, no-c-format
1691 msgid "Warn when deleting a pointer to incomplete type."
1692 msgstr ""
1694 #: c-family/c.opt:580
1695 #, no-c-format
1696 msgid "Warn about deleting polymorphic objects with non-virtual destructors."
1697 msgstr ""
1699 #: c-family/c.opt:588
1700 #, no-c-format
1701 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation."
1702 msgstr ""
1704 #: c-family/c.opt:593
1705 #, no-c-format
1706 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation or destructor."
1707 msgstr ""
1709 #: c-family/c.opt:598
1710 #, no-c-format
1711 msgid "Warn about deprecated arithmetic conversions on operands of enumeration types."
1712 msgstr ""
1714 #: c-family/c.opt:602
1715 #, no-c-format
1716 msgid "Warn about deprecated arithmetic conversions on operands where one is of enumeration type and the other is of a floating-point type."
1717 msgstr ""
1719 #: c-family/c.opt:607
1720 #, no-c-format
1721 msgid "Warn about positional initialization of structs requiring designated initializers."
1722 msgstr ""
1724 #: c-family/c.opt:611
1725 #, no-c-format
1726 msgid "Warn if qualifiers on arrays which are pointer targets are discarded."
1727 msgstr ""
1729 #: c-family/c.opt:615
1730 #, no-c-format
1731 msgid "Warn if type qualifiers on pointers are discarded."
1732 msgstr ""
1734 #: c-family/c.opt:619
1735 #, no-c-format
1736 msgid "Warn about compile-time integer division by zero."
1737 msgstr ""
1739 #: c-family/c.opt:623
1740 #, no-c-format
1741 msgid "Warn about duplicated branches in if-else statements."
1742 msgstr ""
1744 #: c-family/c.opt:627
1745 #, no-c-format
1746 msgid "Warn about duplicated conditions in an if-else-if chain."
1747 msgstr ""
1749 #: c-family/c.opt:631
1750 #, no-c-format
1751 msgid "Warn about violations of Effective C++ style rules."
1752 msgstr ""
1754 #: c-family/c.opt:635
1755 #, no-c-format
1756 msgid "Warn about an empty body in an if or else statement."
1757 msgstr ""
1759 #: c-family/c.opt:639
1760 #, no-c-format
1761 msgid "Warn about stray tokens after #else and #endif."
1762 msgstr ""
1764 #: c-family/c.opt:643
1765 #, no-c-format
1766 msgid "Warn about comparison of different enum types."
1767 msgstr ""
1769 #: c-family/c.opt:647
1770 #, no-c-format
1771 msgid "Warn about implicit conversion of enum types."
1772 msgstr ""
1774 #: c-family/c.opt:651
1775 #, no-c-format
1776 msgid "Warn about enum/integer type mismatches."
1777 msgstr ""
1779 #: c-family/c.opt:659
1780 #, no-c-format
1781 msgid "This switch is deprecated; use -Werror=implicit-function-declaration instead."
1782 msgstr "taj šalter je zastario; koristite -Werror=implicit-function-declaration"
1784 #: c-family/c.opt:663
1785 #, no-c-format
1786 msgid "Warn when an exception handler is shadowed by another handler."
1787 msgstr ""
1789 #: c-family/c.opt:671
1790 #, no-c-format
1791 msgid "Warn about semicolon after in-class function definition."
1792 msgstr ""
1794 #: c-family/c.opt:675
1795 #, no-c-format
1796 msgid "Warn for implicit type conversions that cause loss of floating point precision."
1797 msgstr ""
1799 #: c-family/c.opt:679
1800 #, no-c-format
1801 msgid "Warn if testing floating point numbers for equality."
1802 msgstr ""
1804 #: c-family/c.opt:683 c-family/c.opt:729
1805 #, no-c-format
1806 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies."
1807 msgstr ""
1809 #: c-family/c.opt:687
1810 #, no-c-format
1811 msgid "Warn about format strings that contain NUL bytes."
1812 msgstr ""
1814 #: c-family/c.opt:691
1815 #, no-c-format
1816 msgid "Warn about GCC format strings with strings unsuitable for diagnostics."
1817 msgstr ""
1819 #: c-family/c.opt:695
1820 #, no-c-format
1821 msgid "Warn if passing too many arguments to a function for its format string."
1822 msgstr ""
1824 #: c-family/c.opt:699
1825 #, no-c-format
1826 msgid "Warn about format strings that are not literals."
1827 msgstr ""
1829 #: c-family/c.opt:703
1830 #, no-c-format
1831 msgid "Warn about function calls with format strings that write past the end of the destination region.  Same as -Wformat-overflow=1."
1832 msgstr "Upozori na pozive funkcija s format stingovima koji pišu iza kraja područja odredišta. Isto kao -Wformat-overflow=1."
1834 #: c-family/c.opt:708
1835 #, no-c-format
1836 msgid "Warn about possible security problems with format functions."
1837 msgstr ""
1839 #: c-family/c.opt:712
1840 #, no-c-format
1841 msgid "Warn about sign differences with format functions."
1842 msgstr ""
1844 #: c-family/c.opt:716
1845 #, no-c-format
1846 msgid "Warn about calls to snprintf and similar functions that truncate output. Same as -Wformat-truncation=1."
1847 msgstr "Upozori na pozivanje snprintf i sličnih funkcija koje skraćuju izlaz. Isto kao  -Wformat-truncation=1."
1849 #: c-family/c.opt:721
1850 #, no-c-format
1851 msgid "Warn about strftime formats yielding 2-digit years."
1852 msgstr ""
1854 #: c-family/c.opt:725
1855 #, no-c-format
1856 msgid "Warn about zero-length formats."
1857 msgstr ""
1859 #: c-family/c.opt:733
1860 #, no-c-format
1861 msgid "Warn about function calls with format strings that write past the end of the destination region."
1862 msgstr ""
1864 #: c-family/c.opt:738
1865 #, no-c-format
1866 msgid "Warn about calls to snprintf and similar functions that truncate output."
1867 msgstr ""
1869 #: c-family/c.opt:742
1870 #, no-c-format
1871 msgid "Warn when the field in a struct is not aligned."
1872 msgstr ""
1874 #: c-family/c.opt:746
1875 #, no-c-format
1876 msgid "Warn whenever type qualifiers are ignored."
1877 msgstr ""
1879 #: c-family/c.opt:750
1880 #, no-c-format
1881 msgid "Warn whenever attributes are ignored."
1882 msgstr ""
1884 #: c-family/c.opt:754
1885 #, no-c-format
1886 msgid "Warn when a base is inaccessible in derived due to ambiguity."
1887 msgstr ""
1889 #: c-family/c.opt:758
1890 #, no-c-format
1891 msgid "Warn when there is a conversion between pointers that have incompatible types."
1892 msgstr ""
1894 #: c-family/c.opt:762 common.opt:646
1895 #, no-c-format
1896 msgid "Warn for infinitely recursive calls."
1897 msgstr ""
1899 #: c-family/c.opt:766
1900 #, no-c-format
1901 msgid "Warn when the address of packed member of struct or union is taken."
1902 msgstr ""
1904 #: c-family/c.opt:770
1905 #, no-c-format
1906 msgid "Warn about variables which are initialized to themselves."
1907 msgstr ""
1909 #: c-family/c.opt:774
1910 #, no-c-format
1911 msgid "Warn about uses of std::initializer_list that can result in dangling pointers."
1912 msgstr ""
1914 #: c-family/c.opt:778
1915 #, no-c-format
1916 msgid "Warn about nonsensical values of --param destructive-interference-size or constructive-interference-size."
1917 msgstr ""
1919 #: c-family/c.opt:783
1920 #, no-c-format
1921 msgid "Warn about implicit declarations."
1922 msgstr ""
1924 #: c-family/c.opt:791
1925 #, no-c-format
1926 msgid "Warn about implicit conversions from \"float\" to \"double\"."
1927 msgstr ""
1929 #: c-family/c.opt:795
1930 #, no-c-format
1931 msgid "Warn if \"defined\" is used outside #if."
1932 msgstr ""
1934 #: c-family/c.opt:799
1935 #, no-c-format
1936 msgid "Warn about implicit function declarations."
1937 msgstr ""
1939 #: c-family/c.opt:803
1940 #, no-c-format
1941 msgid "Warn when a declaration does not specify a type."
1942 msgstr ""
1944 #: c-family/c.opt:810
1945 #, no-c-format
1946 msgid "Warn about C++11 inheriting constructors when the base has a variadic constructor."
1947 msgstr ""
1949 #: c-family/c.opt:814
1950 #, no-c-format
1951 msgid "Warn about incompatible integer to pointer and pointer to integer conversions."
1952 msgstr ""
1954 #: c-family/c.opt:818
1955 #, no-c-format
1956 msgid "Warn for suspicious integer expressions in boolean context."
1957 msgstr ""
1959 #: c-family/c.opt:822
1960 #, no-c-format
1961 msgid "Warn when there is a cast to a pointer from an integer of a different size."
1962 msgstr ""
1964 #: c-family/c.opt:826
1965 #, no-c-format
1966 msgid "Warn when a function never produces a constant expression."
1967 msgstr ""
1969 #: c-family/c.opt:830
1970 #, no-c-format
1971 msgid "Warn about invalid uses of the \"offsetof\" macro."
1972 msgstr ""
1974 #: c-family/c.opt:834
1975 #, no-c-format
1976 msgid "Warn about PCH files that are found but not used."
1977 msgstr ""
1979 #: c-family/c.opt:838
1980 #, no-c-format
1981 msgid "Warn about invalid UTF-8 characters."
1982 msgstr ""
1984 #: c-family/c.opt:842
1985 #, no-c-format
1986 msgid "Warn when a jump misses a variable initialization."
1987 msgstr ""
1989 #: c-family/c.opt:846
1990 #, no-c-format
1991 msgid "Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore."
1992 msgstr ""
1994 #: c-family/c.opt:850
1995 #, no-c-format
1996 msgid "Warn when a logical operator is suspiciously always evaluating to true or false."
1997 msgstr ""
1999 #: c-family/c.opt:854
2000 #, no-c-format
2001 msgid "Warn when logical not is used on the left hand side operand of a comparison."
2002 msgstr ""
2004 #: c-family/c.opt:858
2005 #, no-c-format
2006 msgid "Do not warn about using \"long long\" when -pedantic."
2007 msgstr ""
2009 #: c-family/c.opt:862
2010 #, no-c-format
2011 msgid "Warn about suspicious declarations of \"main\"."
2012 msgstr ""
2014 #: c-family/c.opt:870
2015 #, no-c-format
2016 msgid "Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not."
2017 msgstr ""
2019 #: c-family/c.opt:874
2020 #, no-c-format
2021 msgid "Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size."
2022 msgstr ""
2024 #: c-family/c.opt:878
2025 #, no-c-format
2026 msgid "Warn when the indentation of the code does not reflect the block structure."
2027 msgstr ""
2029 #: c-family/c.opt:882
2030 #, no-c-format
2031 msgid "Warn for deallocation calls with arguments returned from mismatched allocation functions."
2032 msgstr ""
2034 #: c-family/c.opt:887
2035 #, no-c-format
2036 msgid "Warn for mismatches between calls to operator new or delete and the corresponding call to the allocation or deallocation function."
2037 msgstr ""
2039 #: c-family/c.opt:892
2040 #, no-c-format
2041 msgid "Warn when a class is redeclared or referenced using a mismatched class-key."
2042 msgstr ""
2044 #: c-family/c.opt:896
2045 #, no-c-format
2046 msgid "Warn about possibly missing braces around initializers."
2047 msgstr ""
2049 #: c-family/c.opt:900
2050 #, no-c-format
2051 msgid "Warn about global functions without previous declarations."
2052 msgstr ""
2054 #: c-family/c.opt:904
2055 #, no-c-format
2056 msgid "Warn about missing fields in struct initializers."
2057 msgstr ""
2059 #: c-family/c.opt:908
2060 #, no-c-format
2061 msgid "Warn about likely missing requires keyword."
2062 msgstr ""
2064 #: c-family/c.opt:912
2065 #, no-c-format
2066 msgid "Warn when the template keyword is missing after a member access token in a dependent member access expression if that member is a template."
2067 msgstr ""
2069 #: c-family/c.opt:916
2070 #, no-c-format
2071 msgid "Warn about unsafe macros expanding to multiple statements used as a body of a clause such as if, else, while, switch, or for."
2072 msgstr ""
2074 #: c-family/c.opt:920
2075 #, no-c-format
2076 msgid "Warn on direct multiple inheritance."
2077 msgstr ""
2079 #: c-family/c.opt:924
2080 #, no-c-format
2081 msgid "Warn on namespace definition."
2082 msgstr ""
2084 #: c-family/c.opt:928
2085 #, no-c-format
2086 msgid "Warn when fields in a struct with the packed attribute are misaligned."
2087 msgstr ""
2089 #: c-family/c.opt:932
2090 #, no-c-format
2091 msgid "Warn when a range-based for-loop is creating unnecessary copies."
2092 msgstr ""
2094 #: c-family/c.opt:936
2095 #, no-c-format
2096 msgid "Warn when a class or enumerated type is referenced using a redundant class-key."
2097 msgstr ""
2099 #: c-family/c.opt:940
2100 #, no-c-format
2101 msgid "Warn about missing sized deallocation functions."
2102 msgstr ""
2104 #: c-family/c.opt:944
2105 #, no-c-format
2106 msgid "Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers."
2107 msgstr ""
2109 #: c-family/c.opt:948
2110 #, no-c-format
2111 msgid "Warn about divisions of two sizeof operators when the first one is applied to an array and the divisor does not equal the size of the array element."
2112 msgstr ""
2114 #: c-family/c.opt:953
2115 #, no-c-format
2116 msgid "Warn about suspicious length parameters to certain string functions if the argument uses sizeof."
2117 msgstr ""
2119 #: c-family/c.opt:957
2120 #, no-c-format
2121 msgid "Warn when sizeof is applied on a parameter declared as an array."
2122 msgstr ""
2124 #: c-family/c.opt:961
2125 #, no-c-format
2126 msgid "Warn about calls to strcmp and strncmp used in equality expressions that are necessarily true or false due to the length of one and size of the other argument."
2127 msgstr ""
2129 #: c-family/c.opt:967
2130 #, no-c-format
2131 msgid "Warn about buffer overflow in string manipulation functions like memcpy and strcpy."
2132 msgstr ""
2134 #: c-family/c.opt:972
2135 #, no-c-format
2136 msgid "Under the control of Object Size type, warn about buffer overflow in string manipulation functions like memcpy and strcpy."
2137 msgstr ""
2139 #: c-family/c.opt:977
2140 #, no-c-format
2141 msgid "Warn about reading past the end of a source array in string manipulation functions like memchr and memcpy."
2142 msgstr ""
2144 #: c-family/c.opt:981
2145 #, no-c-format
2146 msgid "Warn about truncation in string manipulation functions like strncat and strncpy."
2147 msgstr ""
2149 #: c-family/c.opt:985
2150 #, no-c-format
2151 msgid "Warn about inproper usages of flexible array members according to the level of -fstrict-flex-arrays."
2152 msgstr ""
2154 #: c-family/c.opt:990
2155 #, no-c-format
2156 msgid "Warn about functions which might be candidates for format attributes."
2157 msgstr ""
2159 #: c-family/c.opt:994
2160 #, no-c-format
2161 msgid "Suggest that the override keyword be used when the declaration of a virtual function overrides another."
2162 msgstr ""
2164 #: c-family/c.opt:999
2165 #, no-c-format
2166 msgid "Warn about enumerated switches, with no default, missing a case."
2167 msgstr ""
2169 #: c-family/c.opt:1003
2170 #, no-c-format
2171 msgid "Warn about enumerated switches missing a \"default:\" statement."
2172 msgstr ""
2174 #: c-family/c.opt:1007
2175 #, no-c-format
2176 msgid "Warn about all enumerated switches missing a specific case."
2177 msgstr ""
2179 #: c-family/c.opt:1011
2180 #, no-c-format
2181 msgid "Warn about switches with boolean controlling expression."
2182 msgstr ""
2184 #: c-family/c.opt:1015
2185 #, no-c-format
2186 msgid "Warn about switch values that are outside of the switch's type range."
2187 msgstr ""
2189 #: c-family/c.opt:1019
2190 #, no-c-format
2191 msgid "Warn on primary template declaration."
2192 msgstr ""
2194 #: c-family/c.opt:1023
2195 #, no-c-format
2196 msgid "Warn about declarations of entities that may be missing attributes that related entities have been declared with."
2197 msgstr ""
2199 #: c-family/c.opt:1032
2200 #, no-c-format
2201 msgid "Warn about user-specified include directories that do not exist."
2202 msgstr ""
2204 #: c-family/c.opt:1036
2205 #, no-c-format
2206 msgid "Warn about function parameters declared without a type specifier in K&R-style functions."
2207 msgstr ""
2209 #: c-family/c.opt:1040
2210 #, no-c-format
2211 msgid "Warn about global functions without prototypes."
2212 msgstr ""
2214 #: c-family/c.opt:1047
2215 #, no-c-format
2216 msgid "Warn about use of multi-character character constants."
2217 msgstr ""
2219 #: c-family/c.opt:1051
2220 #, no-c-format
2221 msgid "Warn about narrowing conversions within { } that are ill-formed in C++11."
2222 msgstr ""
2224 #: c-family/c.opt:1055
2225 #, no-c-format
2226 msgid "Warn about \"extern\" declarations not at file scope."
2227 msgstr ""
2229 #: c-family/c.opt:1059
2230 #, no-c-format
2231 msgid "Warn when a noexcept expression evaluates to false even though the expression can't actually throw."
2232 msgstr ""
2234 #: c-family/c.opt:1063
2235 #, no-c-format
2236 msgid "Warn if C++17 noexcept function type will change the mangled name of a symbol."
2237 msgstr ""
2239 #: c-family/c.opt:1067
2240 #, no-c-format
2241 msgid "Warn when non-templatized friend functions are declared within a template."
2242 msgstr ""
2244 #: c-family/c.opt:1071
2245 #, no-c-format
2246 msgid "Warn when a conversion function will never be called due to the type it converts to."
2247 msgstr ""
2249 #: c-family/c.opt:1075
2250 #, no-c-format
2251 msgid "Warn for unsafe raw memory writes to objects of class types."
2252 msgstr ""
2254 #: c-family/c.opt:1079
2255 #, no-c-format
2256 msgid "Warn about non-virtual destructors."
2257 msgstr ""
2259 #: c-family/c.opt:1083
2260 #, no-c-format
2261 msgid "Warn about NULL being passed to argument slots marked as requiring non-NULL."
2262 msgstr ""
2264 #: c-family/c.opt:1099
2265 #, no-c-format
2266 msgid "-Wnormalized=[none|id|nfc|nfkc]\tWarn about non-normalized Unicode strings."
2267 msgstr ""
2269 #: c-family/c.opt:1122
2270 #, no-c-format
2271 msgid "Warn if a class interface has no superclass.  Root classes may use an attribute to suppress this warning."
2272 msgstr ""
2274 #: c-family/c.opt:1127
2275 #, no-c-format
2276 msgid "Warn if a C-style cast is used in a program."
2277 msgstr ""
2279 #: c-family/c.opt:1131
2280 #, no-c-format
2281 msgid "Warn for obsolescent usage in a declaration."
2282 msgstr ""
2284 #: c-family/c.opt:1135
2285 #, no-c-format
2286 msgid "Warn if an old-style parameter definition is used."
2287 msgstr ""
2289 #: c-family/c.opt:1139
2290 #, no-c-format
2291 msgid "Warn about potentially suboptimal choices related to OpenACC parallelism."
2292 msgstr ""
2294 #: c-family/c.opt:1143
2295 #, no-c-format
2296 msgid "Warn if a simd directive is overridden by the vectorizer cost model."
2297 msgstr ""
2299 #: c-family/c.opt:1147
2300 #, no-c-format
2301 msgid "Warn if a string is longer than the maximum portable length specified by the standard."
2302 msgstr ""
2304 #: c-family/c.opt:1151 c-family/c.opt:1155
2305 #, no-c-format
2306 msgid "Warn about overloaded virtual function names."
2307 msgstr ""
2309 #: c-family/c.opt:1159
2310 #, no-c-format
2311 msgid "Warn about overriding initializers without side effects."
2312 msgstr ""
2314 #: c-family/c.opt:1163
2315 #, no-c-format
2316 msgid "Warn about overriding initializers with side effects."
2317 msgstr ""
2319 #: c-family/c.opt:1167
2320 #, no-c-format
2321 msgid "Warn about packed bit-fields whose offset changed in GCC 4.4."
2322 msgstr ""
2324 #: c-family/c.opt:1171
2325 #, no-c-format
2326 msgid "Warn about possibly missing parentheses."
2327 msgstr ""
2329 #: c-family/c.opt:1179
2330 #, no-c-format
2331 msgid "Warn about calling std::move on a local object in a return statement preventing copy elision."
2332 msgstr ""
2334 #: c-family/c.opt:1183
2335 #, no-c-format
2336 msgid "Warn when converting the type of pointers to member functions."
2337 msgstr ""
2339 #: c-family/c.opt:1187
2340 #, no-c-format
2341 msgid "Warn about function pointer arithmetic."
2342 msgstr ""
2344 #: c-family/c.opt:1191
2345 #, no-c-format
2346 msgid "Warn when a pointer differs in signedness in an assignment."
2347 msgstr ""
2349 #: c-family/c.opt:1195
2350 #, no-c-format
2351 msgid "Warn when a pointer is compared with a zero character constant."
2352 msgstr ""
2354 #: c-family/c.opt:1199
2355 #, no-c-format
2356 msgid "Warn when a pointer is cast to an integer of a different size."
2357 msgstr ""
2359 #: c-family/c.opt:1203
2360 #, no-c-format
2361 msgid "Warn about misuses of pragmas."
2362 msgstr ""
2364 #: c-family/c.opt:1207
2365 #, no-c-format
2366 msgid "Warn if constructor or destructors with priorities from 0 to 100 are used."
2367 msgstr ""
2369 #: c-family/c.opt:1211
2370 #, no-c-format
2371 msgid "Warn if a property for an Objective-C object has no assign semantics specified."
2372 msgstr ""
2374 #: c-family/c.opt:1215
2375 #, no-c-format
2376 msgid "Warn if inherited methods are unimplemented."
2377 msgstr ""
2379 #: c-family/c.opt:1219 c-family/c.opt:1223
2380 #, no-c-format
2381 msgid "Warn for placement new expressions with undefined behavior."
2382 msgstr ""
2384 #: c-family/c.opt:1227
2385 #, no-c-format
2386 msgid "Warn about multiple declarations of the same object."
2387 msgstr ""
2389 #: c-family/c.opt:1231
2390 #, no-c-format
2391 msgid "Warn about redundant calls to std::move."
2392 msgstr ""
2394 #: c-family/c.opt:1235
2395 #, no-c-format
2396 msgid "Warn about uses of register storage specifier."
2397 msgstr ""
2399 #: c-family/c.opt:1239
2400 #, no-c-format
2401 msgid "Warn when the compiler reorders code."
2402 msgstr ""
2404 #: c-family/c.opt:1243
2405 #, no-c-format
2406 msgid "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)."
2407 msgstr ""
2409 #: c-family/c.opt:1247
2410 #, no-c-format
2411 msgid "Warn on suspicious constructs involving reverse scalar storage order."
2412 msgstr ""
2414 #: c-family/c.opt:1251
2415 #, no-c-format
2416 msgid "Warn if a selector has multiple methods."
2417 msgstr ""
2419 #: c-family/c.opt:1255
2420 #, no-c-format
2421 msgid "Warn when a value is moved to itself with std::move."
2422 msgstr ""
2424 #: c-family/c.opt:1259
2425 #, no-c-format
2426 msgid "Warn about possible violations of sequence point rules."
2427 msgstr ""
2429 #: c-family/c.opt:1263
2430 #, no-c-format
2431 msgid "Warn if a local declaration hides an instance variable."
2432 msgstr "Upozori ako lokalna deklaracija skriva varijablu instance."
2434 #: c-family/c.opt:1267 c-family/c.opt:1271
2435 #, no-c-format
2436 msgid "Warn if left shift of a signed value overflows."
2437 msgstr ""
2439 #: c-family/c.opt:1275
2440 #, no-c-format
2441 msgid "Warn if shift count is negative."
2442 msgstr ""
2444 #: c-family/c.opt:1279
2445 #, no-c-format
2446 msgid "Warn if shift count >= width of type."
2447 msgstr ""
2449 #: c-family/c.opt:1283
2450 #, no-c-format
2451 msgid "Warn if left shifting a negative value."
2452 msgstr ""
2454 #: c-family/c.opt:1287
2455 #, no-c-format
2456 msgid "Warn if conversion of the result of arithmetic might change the value even though converting the operands cannot."
2457 msgstr ""
2459 #: c-family/c.opt:1291
2460 #, no-c-format
2461 msgid "Warn about signed-unsigned comparisons."
2462 msgstr ""
2464 #: c-family/c.opt:1299
2465 #, no-c-format
2466 msgid "Warn for implicit type conversions between signed and unsigned integers."
2467 msgstr ""
2469 #: c-family/c.opt:1303
2470 #, no-c-format
2471 msgid "Warn when overload promotes from unsigned to signed."
2472 msgstr ""
2474 #: c-family/c.opt:1307
2475 #, no-c-format
2476 msgid "Warn about uncasted NULL used as sentinel."
2477 msgstr ""
2479 #: c-family/c.opt:1311
2480 #, no-c-format
2481 msgid "Warn about unprototyped function declarations."
2482 msgstr ""
2484 #: c-family/c.opt:1323
2485 #, no-c-format
2486 msgid "Warn if type signatures of candidate methods do not match exactly."
2487 msgstr ""
2489 #: c-family/c.opt:1327
2490 #, no-c-format
2491 msgid "Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used."
2492 msgstr ""
2494 #: c-family/c.opt:1331
2495 #, no-c-format
2496 msgid "Deprecated.  This switch has no effect."
2497 msgstr ""
2499 #: c-family/c.opt:1339
2500 #, no-c-format
2501 msgid "Warn if a comparison always evaluates to true or false."
2502 msgstr ""
2504 #: c-family/c.opt:1343
2505 #, no-c-format
2506 msgid "Warn if a throw expression will always result in a call to terminate()."
2507 msgstr ""
2509 #: c-family/c.opt:1347
2510 #, no-c-format
2511 msgid "Warn about features not present in traditional C."
2512 msgstr ""
2514 #: c-family/c.opt:1351
2515 #, no-c-format
2516 msgid "Warn of prototypes causing type conversions different from what would happen in the absence of prototype."
2517 msgstr ""
2519 #: c-family/c.opt:1355
2520 #, no-c-format
2521 msgid "Warn if trigraphs are encountered that might affect the meaning of the program."
2522 msgstr ""
2524 #: c-family/c.opt:1359
2525 #, no-c-format
2526 msgid "Warn about @selector()s without previously declared methods."
2527 msgstr ""
2529 #: c-family/c.opt:1363
2530 #, no-c-format
2531 msgid "Warn if an undefined macro is used in an #if directive."
2532 msgstr ""
2534 #: c-family/c.opt:1367
2535 #, no-c-format
2536 msgid "Warn about invalid forms of delimited or named escape sequences."
2537 msgstr ""
2539 #: c-family/c.opt:1379
2540 #, no-c-format
2541 msgid "Warn about unrecognized pragmas."
2542 msgstr ""
2544 #: c-family/c.opt:1383
2545 #, no-c-format
2546 msgid "Warn about unsuffixed float constants."
2547 msgstr ""
2549 #: c-family/c.opt:1391
2550 #, no-c-format
2551 msgid "Warn when typedefs locally defined in a function are not used."
2552 msgstr ""
2554 #: c-family/c.opt:1395
2555 #, no-c-format
2556 msgid "Warn about macros defined in the main file that are not used."
2557 msgstr ""
2559 #: c-family/c.opt:1423
2560 #, no-c-format
2561 msgid "Warn about using variadic macros."
2562 msgstr ""
2564 #: c-family/c.opt:1427
2565 #, no-c-format
2566 msgid "Warn about questionable usage of the macros used to retrieve variable arguments."
2567 msgstr ""
2569 #: c-family/c.opt:1431
2570 #, no-c-format
2571 msgid "Warn about the most vexing parse syntactic ambiguity."
2572 msgstr ""
2574 #: c-family/c.opt:1435
2575 #, no-c-format
2576 msgid "Warn if a variable length array is used."
2577 msgstr ""
2579 #: c-family/c.opt:1439
2580 #, no-c-format
2581 msgid "-Wvla-larger-than=<number>\tWarn on unbounded uses of variable-length arrays, and on bounded uses of variable-length arrays whose bound can be larger than <number> bytes."
2582 msgstr ""
2584 #: c-family/c.opt:1445
2585 #, no-c-format
2586 msgid "Disable Wvla-larger-than= warning.  Equivalent to Wvla-larger-than=<SIZE_MAX> or larger."
2587 msgstr ""
2589 #: c-family/c.opt:1449
2590 #, no-c-format
2591 msgid "Warn about mismatched declarations of VLA parameters."
2592 msgstr ""
2594 #: c-family/c.opt:1453
2595 #, no-c-format
2596 msgid "Warn about deprecated uses of volatile qualifier."
2597 msgstr ""
2599 #: c-family/c.opt:1457
2600 #, no-c-format
2601 msgid "Warn when a register variable is declared volatile."
2602 msgstr ""
2604 #: c-family/c.opt:1461
2605 #, no-c-format
2606 msgid "Warn on direct virtual inheritance."
2607 msgstr ""
2609 #: c-family/c.opt:1465
2610 #, no-c-format
2611 msgid "Warn if a virtual base has a non-trivial move assignment operator."
2612 msgstr ""
2614 #: c-family/c.opt:1469
2615 #, no-c-format
2616 msgid "In C++, nonzero means warn about deprecated conversion from string literals to 'char *'.  In C, similar warning, except that the conversion is of course not deprecated by the ISO C standard."
2617 msgstr ""
2619 #: c-family/c.opt:1473
2620 #, no-c-format
2621 msgid "Warn about xor operators where it appears the user meant exponentiation."
2622 msgstr ""
2624 #: c-family/c.opt:1477
2625 #, no-c-format
2626 msgid "Warn when a literal '0' is used as null pointer."
2627 msgstr ""
2629 #: c-family/c.opt:1481
2630 #, no-c-format
2631 msgid "Warn about useless casts."
2632 msgstr ""
2634 #: c-family/c.opt:1485
2635 #, no-c-format
2636 msgid "Warn if a class type has a base or a field whose type uses the anonymous namespace or depends on a type with no linkage."
2637 msgstr ""
2639 #: c-family/c.opt:1489
2640 #, no-c-format
2641 msgid "Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier."
2642 msgstr ""
2644 #: c-family/c.opt:1493
2645 #, no-c-format
2646 msgid "Warn when an argument passed to a restrict-qualified parameter aliases with another argument."
2647 msgstr ""
2649 #: c-family/c.opt:1498
2650 #, no-c-format
2651 msgid "A synonym for -std=c89 (for C) or -std=c++98 (for C++)."
2652 msgstr ""
2654 #: c-family/c.opt:1506
2655 #, no-c-format
2656 msgid "The version of the C++ ABI used for -Wabi warnings and link compatibility aliases."
2657 msgstr ""
2659 #: c-family/c.opt:1510
2660 #, no-c-format
2661 msgid "Enforce class member access control semantics."
2662 msgstr ""
2664 #: c-family/c.opt:1514
2665 #, no-c-format
2666 msgid "-fada-spec-parent=unit\tDump Ada specs as child units of given parent."
2667 msgstr ""
2669 #: c-family/c.opt:1518
2670 #, no-c-format
2671 msgid "Support C++17 allocation of over-aligned types."
2672 msgstr ""
2674 #: c-family/c.opt:1522
2675 #, no-c-format
2676 msgid "-faligned-new=<N>\tUse C++17 over-aligned type allocation for alignments greater than N."
2677 msgstr ""
2679 #: c-family/c.opt:1533 c-family/c.opt:1846 c-family/c.opt:2240
2680 #: c-family/c.opt:2244 c-family/c.opt:2260
2681 #, no-c-format
2682 msgid "No longer supported."
2683 msgstr ""
2685 #: c-family/c.opt:1537
2686 #, no-c-format
2687 msgid "Recognize the \"asm\" keyword."
2688 msgstr ""
2690 #: c-family/c.opt:1545
2691 #, no-c-format
2692 msgid "Recognize built-in functions."
2693 msgstr ""
2695 #: c-family/c.opt:1552
2696 #, no-c-format
2697 msgid "Where shorter, use canonicalized paths to systems headers."
2698 msgstr ""
2700 #: c-family/c.opt:1556
2701 #, no-c-format
2702 msgid "Enable the char8_t fundamental type and use it as the type for UTF-8 string and character literals."
2703 msgstr ""
2705 #: c-family/c.opt:1644
2706 #, no-c-format
2707 msgid "Removed in GCC 8.  This switch has no effect."
2708 msgstr ""
2710 #: c-family/c.opt:1648
2711 #, no-c-format
2712 msgid "Enable support for C++ concepts."
2713 msgstr ""
2715 #: c-family/c.opt:1652
2716 #, no-c-format
2717 msgid "Enable certain features present in the Concepts TS."
2718 msgstr ""
2720 #: c-family/c.opt:1656
2721 #, no-c-format
2722 msgid "Specify maximum error replay depth during recursive diagnosis of a constraint satisfaction failure."
2723 msgstr ""
2725 #: c-family/c.opt:1660
2726 #, no-c-format
2727 msgid "Allow the arguments of the '?' operator to have different types."
2728 msgstr ""
2730 #: c-family/c.opt:1668
2731 #, no-c-format
2732 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings."
2733 msgstr ""
2735 #: c-family/c.opt:1672
2736 #, no-c-format
2737 msgid "-fconstexpr-depth=<number>\tSpecify maximum constexpr recursion depth."
2738 msgstr ""
2740 #: c-family/c.opt:1676
2741 #, no-c-format
2742 msgid "-fconstexpr-cache-depth=<number>\tSpecify maximum constexpr recursion cache depth."
2743 msgstr ""
2745 #: c-family/c.opt:1680
2746 #, no-c-format
2747 msgid "Allow IEC559 floating point exceptions in constant expressions."
2748 msgstr ""
2750 #: c-family/c.opt:1684
2751 #, no-c-format
2752 msgid "-fconstexpr-loop-limit=<number>\tSpecify maximum constexpr loop iteration count."
2753 msgstr ""
2755 #: c-family/c.opt:1688
2756 #, no-c-format
2757 msgid "-fconstexpr-ops-limit=<number>\tSpecify maximum number of constexpr operations during a single constexpr evaluation."
2758 msgstr ""
2760 #: c-family/c.opt:1692
2761 #, no-c-format
2762 msgid "Enable certain features present drafts of C++ Contracts."
2763 msgstr ""
2765 #: c-family/c.opt:1705
2766 #, no-c-format
2767 msgid "-fcontract-assumption-mode=[on|off]\tEnable or disable treating axiom level contracts as assumptions (default on)."
2768 msgstr ""
2770 #: c-family/c.opt:1709
2771 #, no-c-format
2772 msgid "-fcontract-build-level=[off|default|audit]\tSpecify max contract level to generate runtime checks for."
2773 msgstr ""
2775 #: c-family/c.opt:1713
2776 #, no-c-format
2777 msgid "-fcontract-strict-declarations=[on|off]\tEnable or disable warnings on generalized redeclaration of functions with contracts (default off)."
2778 msgstr ""
2780 #: c-family/c.opt:1717
2781 #, no-c-format
2782 msgid "-fcontract-mode=[on|off]\tEnable or disable all contract facilities (default on)."
2783 msgstr ""
2785 #: c-family/c.opt:1721
2786 #, no-c-format
2787 msgid "-fcontract-continuation-mode=[on|off]\tEnable or disable contract continuation mode (default off)."
2788 msgstr ""
2790 #: c-family/c.opt:1725
2791 #, no-c-format
2792 msgid "-fcontract-role=<name>:<semantics>\tSpecify the semantics for all levels in a role (default, review), or a custom contract role with given semantics (ex: opt:assume,assume,assume)."
2793 msgstr ""
2795 #: c-family/c.opt:1729
2796 #, no-c-format
2797 msgid "-fcontract-semantic=<level>:<semantic>\tSpecify the concrete semantics for level."
2798 msgstr ""
2800 #: c-family/c.opt:1733
2801 #, no-c-format
2802 msgid "Enable C++ coroutines (experimental)."
2803 msgstr ""
2805 #: c-family/c.opt:1737
2806 #, no-c-format
2807 msgid "Emit debug annotations during preprocessing."
2808 msgstr ""
2810 #: c-family/c.opt:1745
2811 #, no-c-format
2812 msgid "Factor complex constructors and destructors to favor space over speed."
2813 msgstr ""
2815 #: c-family/c.opt:1753
2816 #, no-c-format
2817 msgid "Print hierarchical comparisons when template types are mismatched."
2818 msgstr ""
2820 #: c-family/c.opt:1757
2821 #, no-c-format
2822 msgid "Preprocess directives only."
2823 msgstr ""
2825 #: c-family/c.opt:1761
2826 #, no-c-format
2827 msgid "Permit '$' as an identifier character."
2828 msgstr ""
2830 #: c-family/c.opt:1765
2831 #, no-c-format
2832 msgid "-fmacro-prefix-map=<old>=<new>\tMap one directory name to another in __FILE__, __BASE_FILE__, and __builtin_FILE()."
2833 msgstr ""
2835 #: c-family/c.opt:1769
2836 #, no-c-format
2837 msgid "Write all declarations as Ada code transitively."
2838 msgstr ""
2840 #: c-family/c.opt:1773
2841 #, no-c-format
2842 msgid "Write all declarations as Ada code for the given file only."
2843 msgstr ""
2845 #: c-family/c.opt:1780
2846 #, no-c-format
2847 msgid "Do not elide common elements in template comparisons."
2848 msgstr ""
2850 #: c-family/c.opt:1784
2851 #, no-c-format
2852 msgid "Generate code to check exception specifications."
2853 msgstr ""
2855 #: c-family/c.opt:1791
2856 #, no-c-format
2857 msgid "-fexec-charset=<cset>\tConvert all strings and character constants to character set <cset>."
2858 msgstr ""
2860 #: c-family/c.opt:1795
2861 #, no-c-format
2862 msgid "Permit universal character names (\\u and \\U) in identifiers."
2863 msgstr ""
2865 #: c-family/c.opt:1799
2866 #, no-c-format
2867 msgid "-finput-charset=<cset>\tSpecify the default character set for source files."
2868 msgstr ""
2870 #: c-family/c.opt:1803
2871 #, no-c-format
2872 msgid "Support dynamic initialization of thread-local variables in a different translation unit."
2873 msgstr ""
2875 #: c-family/c.opt:1810
2876 #, no-c-format
2877 msgid "Fold calls to simple inline functions."
2878 msgstr ""
2880 #: c-family/c.opt:1817
2881 #, no-c-format
2882 msgid "Do not assume that standard C libraries and \"main\" exist."
2883 msgstr ""
2885 #: c-family/c.opt:1821
2886 #, no-c-format
2887 msgid "Recognize GNU-defined keywords."
2888 msgstr ""
2890 #: c-family/c.opt:1825
2891 #, no-c-format
2892 msgid "Generate code for GNU runtime environment."
2893 msgstr ""
2895 #: c-family/c.opt:1829
2896 #, no-c-format
2897 msgid "Use traditional GNU semantics for inline functions."
2898 msgstr ""
2900 #: c-family/c.opt:1842
2901 #, no-c-format
2902 msgid "Assume normal C execution environment."
2903 msgstr ""
2905 #: c-family/c.opt:1850
2906 #, no-c-format
2907 msgid "Export functions even if they can be inlined."
2908 msgstr ""
2910 #: c-family/c.opt:1854
2911 #, no-c-format
2912 msgid "Make inline functions constexpr by default."
2913 msgstr ""
2915 #: c-family/c.opt:1858
2916 #, no-c-format
2917 msgid "Emit implicit instantiations of inline templates."
2918 msgstr ""
2920 #: c-family/c.opt:1862
2921 #, no-c-format
2922 msgid "Emit implicit instantiations of templates."
2923 msgstr ""
2925 #: c-family/c.opt:1866
2926 #, no-c-format
2927 msgid "Implement C++17 inheriting constructor semantics."
2928 msgstr ""
2930 #: c-family/c.opt:1873
2931 #, no-c-format
2932 msgid "Don't emit dllexported inline functions unless needed."
2933 msgstr ""
2935 #: c-family/c.opt:1880
2936 #, no-c-format
2937 msgid "Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types."
2938 msgstr ""
2940 #: c-family/c.opt:1884
2941 #, no-c-format
2942 msgid "Enable C++ modules-ts (experimental)."
2943 msgstr ""
2945 #: c-family/c.opt:1892
2946 #, no-c-format
2947 msgid "Enable C++ header module (experimental)."
2948 msgstr ""
2950 #: c-family/c.opt:1899
2951 #, no-c-format
2952 msgid "Member functions defined within their class are inline in module purview."
2953 msgstr ""
2955 #: c-family/c.opt:1903
2956 #, no-c-format
2957 msgid "Only emit Compiled Module Interface."
2958 msgstr ""
2960 #: c-family/c.opt:1907
2961 #, no-c-format
2962 msgid "Mapper for module to CMI files."
2963 msgstr ""
2965 #: c-family/c.opt:1911
2966 #, no-c-format
2967 msgid "Enable lazy module importing."
2968 msgstr ""
2970 #: c-family/c.opt:1919
2971 #, no-c-format
2972 msgid "Warn about macros that have conflicting header units definitions."
2973 msgstr ""
2975 #: c-family/c.opt:1923
2976 #, no-c-format
2977 msgid "Note #include directives translated to import declarations."
2978 msgstr ""
2980 #: c-family/c.opt:1927
2981 #, no-c-format
2982 msgid "Note #include directives not translated to import declarations, and not known to be textual."
2983 msgstr ""
2985 #: c-family/c.opt:1931
2986 #, no-c-format
2987 msgid "Note a #include translation of a specific header."
2988 msgstr ""
2990 #: c-family/c.opt:1935
2991 #, no-c-format
2992 msgid "Note Compiled Module Interface pathnames."
2993 msgstr ""
2995 #: c-family/c.opt:1939
2996 #, no-c-format
2997 msgid "Note Compiled Module Interface pathname of a specific module or header-unit."
2998 msgstr ""
3000 #: c-family/c.opt:1943
3001 #, no-c-format
3002 msgid "fmax-include-depth=<number> Set the maximum depth of the nested #include."
3003 msgstr ""
3005 #: c-family/c.opt:1947
3006 #, no-c-format
3007 msgid "Don't warn about uses of Microsoft extensions."
3008 msgstr ""
3010 #: c-family/c.opt:1966
3011 #, no-c-format
3012 msgid "Implement resolution of DR 150 for matching of template template arguments."
3013 msgstr ""
3015 #: c-family/c.opt:1970
3016 #, no-c-format
3017 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment."
3018 msgstr ""
3020 #: c-family/c.opt:1974
3021 #, no-c-format
3022 msgid "Assume that receivers of Objective-C messages may be nil."
3023 msgstr ""
3025 #: c-family/c.opt:1978
3026 #, no-c-format
3027 msgid "Allow access to instance variables as if they were local declarations within instance method implementations."
3028 msgstr ""
3030 #: c-family/c.opt:1982
3031 #, no-c-format
3032 msgid "-fvisibility=[private|protected|public|package]\tSet the default symbol visibility."
3033 msgstr ""
3035 #: c-family/c.opt:2007
3036 #, no-c-format
3037 msgid "Treat a throw() exception specification as noexcept to improve code size."
3038 msgstr ""
3040 #: c-family/c.opt:2011
3041 #, no-c-format
3042 msgid "Specify which ABI to use for Objective-C family code and meta-data generation."
3043 msgstr ""
3045 #: c-family/c.opt:2017
3046 #, no-c-format
3047 msgid "Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed."
3048 msgstr ""
3050 #: c-family/c.opt:2021
3051 #, no-c-format
3052 msgid "Allow fast jumps to the message dispatcher."
3053 msgstr ""
3055 #: c-family/c.opt:2027
3056 #, no-c-format
3057 msgid "Enable Objective-C exception and synchronization syntax."
3058 msgstr ""
3060 #: c-family/c.opt:2031
3061 #, no-c-format
3062 msgid "Enable garbage collection (GC) in Objective-C/Objective-C++ programs."
3063 msgstr ""
3065 #: c-family/c.opt:2035
3066 #, no-c-format
3067 msgid "Enable inline checks for nil receivers with the NeXT runtime and ABI version 2."
3068 msgstr ""
3070 #: c-family/c.opt:2040
3071 #, no-c-format
3072 msgid "Enable Objective-C setjmp exception handling runtime."
3073 msgstr ""
3075 #: c-family/c.opt:2044
3076 #, no-c-format
3077 msgid "Conform to the Objective-C 1.0 language as implemented in GCC 4.0."
3078 msgstr ""
3080 #: c-family/c.opt:2048
3081 #, no-c-format
3082 msgid "Enable OpenACC."
3083 msgstr ""
3085 #: c-family/c.opt:2052
3086 #, no-c-format
3087 msgid "Specify default OpenACC compute dimensions."
3088 msgstr ""
3090 #: c-family/c.opt:2056
3091 #, no-c-format
3092 msgid "Enable OpenMP (implies -frecursive in Fortran)."
3093 msgstr ""
3095 #: c-family/c.opt:2060
3096 #, no-c-format
3097 msgid "Enable OpenMP's SIMD directives."
3098 msgstr ""
3100 #: c-family/c.opt:2064
3101 #, no-c-format
3102 msgid "Recognize C++ keywords like \"compl\" and \"xor\"."
3103 msgstr ""
3105 #: c-family/c.opt:2075
3106 #, no-c-format
3107 msgid "Look for and use PCH files even when preprocessing."
3108 msgstr ""
3110 #: c-family/c.opt:2079
3111 #, no-c-format
3112 msgid "Downgrade conformance errors to warnings."
3113 msgstr ""
3115 #: c-family/c.opt:2083
3116 #, no-c-format
3117 msgid "Enable Plan 9 language extensions."
3118 msgstr ""
3120 #: c-family/c.opt:2087
3121 #, no-c-format
3122 msgid "Treat the input file as already preprocessed."
3123 msgstr ""
3125 #: c-family/c.opt:2095
3126 #, no-c-format
3127 msgid "-ftrack-macro-expansion=<0|1|2>\tTrack locations of tokens coming from macro expansion and display them in error messages."
3128 msgstr ""
3130 #: c-family/c.opt:2099
3131 #, no-c-format
3132 msgid "Do not pretty-print template specializations as the template signature followed by the arguments."
3133 msgstr ""
3135 #: c-family/c.opt:2103
3136 #, no-c-format
3137 msgid "Treat known sprintf return values as constants."
3138 msgstr ""
3140 #: c-family/c.opt:2107
3141 #, no-c-format
3142 msgid "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime."
3143 msgstr ""
3145 #: c-family/c.opt:2111
3146 #, no-c-format
3147 msgid "Removed in GCC 10.  This switch has no effect."
3148 msgstr ""
3150 #: c-family/c.opt:2115
3151 #, no-c-format
3152 msgid "Generate run time type descriptor information."
3153 msgstr ""
3155 #: c-family/c.opt:2119 ada/gcc-interface/lang.opt:81
3156 #, no-c-format
3157 msgid "Use the narrowest integer type possible for enumeration types."
3158 msgstr ""
3160 #: c-family/c.opt:2123
3161 #, no-c-format
3162 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\"."
3163 msgstr ""
3165 #: c-family/c.opt:2127
3166 #, no-c-format
3167 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed."
3168 msgstr ""
3170 #: c-family/c.opt:2131 ada/gcc-interface/lang.opt:85
3171 #, no-c-format
3172 msgid "Make \"char\" signed by default."
3173 msgstr "Čini da je \"char\" zadano potpisan (default)"
3175 #: c-family/c.opt:2135
3176 #, no-c-format
3177 msgid "Enable C++14 sized deallocation support."
3178 msgstr ""
3180 #: c-family/c.opt:2142
3181 #, no-c-format
3182 msgid "-fstrict-flex-arrays=<level>    Control when to treat the trailing array of a structure as a flexible array member for the purposes of accessing the elements of such an array. The default is treating all trailing arrays of structures as flexible array members."
3183 msgstr ""
3185 #: c-family/c.opt:2149
3186 #, no-c-format
3187 msgid "-fsso-struct=[big-endian|little-endian|native]\tSet the default scalar storage order."
3188 msgstr ""
3190 #: c-family/c.opt:2165
3191 #, no-c-format
3192 msgid "Display statistics accumulated during compilation."
3193 msgstr ""
3195 #: c-family/c.opt:2169
3196 #, no-c-format
3197 msgid "Assume that values of enumeration type are always within the minimum range of that type."
3198 msgstr ""
3200 #: c-family/c.opt:2176 c-family/c.opt:2181
3201 #, no-c-format
3202 msgid "Follow the C++17 evaluation order requirements for assignment expressions, shift, member function calls, etc."
3203 msgstr ""
3205 #: c-family/c.opt:2198
3206 #, no-c-format
3207 msgid "Set the maximum number of template instantiation notes for a single warning or error."
3208 msgstr ""
3210 #: c-family/c.opt:2205
3211 #, no-c-format
3212 msgid "-ftemplate-depth=<number>\tSpecify maximum template instantiation depth."
3213 msgstr ""
3215 #: c-family/c.opt:2212
3216 #, no-c-format
3217 msgid "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing local statics."
3218 msgstr ""
3220 #: c-family/c.opt:2216
3221 #, no-c-format
3222 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned."
3223 msgstr ""
3225 #: c-family/c.opt:2220 ada/gcc-interface/lang.opt:89
3226 #, no-c-format
3227 msgid "Make \"char\" unsigned by default."
3228 msgstr "Čini da je \"char\" zadano nepotpisan (default)"
3230 #: c-family/c.opt:2224
3231 #, no-c-format
3232 msgid "Use __cxa_atexit to register destructors."
3233 msgstr ""
3235 #: c-family/c.opt:2228
3236 #, no-c-format
3237 msgid "Use __cxa_get_exception_ptr in exception handling."
3238 msgstr ""
3240 #: c-family/c.opt:2232
3241 #, no-c-format
3242 msgid "Marks all inlined functions and methods as having hidden visibility."
3243 msgstr ""
3245 #: c-family/c.opt:2236
3246 #, no-c-format
3247 msgid "Changes visibility to match Microsoft Visual Studio by default."
3248 msgstr ""
3250 #: c-family/c.opt:2248
3251 #, no-c-format
3252 msgid "Emit common-like symbols as weak symbols."
3253 msgstr ""
3255 #: c-family/c.opt:2252
3256 #, no-c-format
3257 msgid "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants to character set <cset>."
3258 msgstr ""
3260 #: c-family/c.opt:2256
3261 #, no-c-format
3262 msgid "Generate a #line directive pointing at the current working directory."
3263 msgstr ""
3265 #: c-family/c.opt:2264
3266 #, no-c-format
3267 msgid "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode."
3268 msgstr ""
3270 #: c-family/c.opt:2268
3271 #, no-c-format
3272 msgid "Dump declarations to a .decl file."
3273 msgstr ""
3275 #: c-family/c.opt:2272
3276 #, no-c-format
3277 msgid "-femit-struct-debug-baseonly\tAggressive reduced debug info for structs."
3278 msgstr ""
3280 #: c-family/c.opt:2276
3281 #, no-c-format
3282 msgid "-femit-struct-debug-reduced\tConservative reduced debug info for structs."
3283 msgstr ""
3285 #: c-family/c.opt:2280
3286 #, no-c-format
3287 msgid "-femit-struct-debug-detailed=<spec-list>\tDetailed reduced debug info for structs."
3288 msgstr ""
3290 #: c-family/c.opt:2284
3291 #, no-c-format
3292 msgid "Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding number literal rather than a user-defined number literal."
3293 msgstr ""
3295 #: c-family/c.opt:2289
3296 #, no-c-format
3297 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path."
3298 msgstr ""
3300 #: c-family/c.opt:2293
3301 #, no-c-format
3302 msgid "-imacros <file>\tAccept definition of macros in <file>."
3303 msgstr ""
3305 #: c-family/c.opt:2297
3306 #, no-c-format
3307 msgid "-imultilib <dir>\tSet <dir> to be the multilib include subdirectory."
3308 msgstr ""
3310 #: c-family/c.opt:2301
3311 #, no-c-format
3312 msgid "-include <file>\tInclude the contents of <file> before other files."
3313 msgstr ""
3315 #: c-family/c.opt:2305
3316 #, no-c-format
3317 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options."
3318 msgstr ""
3320 #: c-family/c.opt:2309
3321 #, no-c-format
3322 msgid "-isysroot <dir>\tSet <dir> to be the system root directory."
3323 msgstr ""
3325 #: c-family/c.opt:2313
3326 #, no-c-format
3327 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path."
3328 msgstr ""
3330 #: c-family/c.opt:2317
3331 #, no-c-format
3332 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path."
3333 msgstr ""
3335 #: c-family/c.opt:2321
3336 #, no-c-format
3337 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path."
3338 msgstr ""
3340 #: c-family/c.opt:2325
3341 #, no-c-format
3342 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path."
3343 msgstr ""
3345 #: c-family/c.opt:2335
3346 #, no-c-format
3347 msgid "Do not search standard system include directories (those specified with -isystem will still be used)."
3348 msgstr ""
3350 #: c-family/c.opt:2339
3351 #, no-c-format
3352 msgid "Do not search standard system include directories for C++."
3353 msgstr ""
3355 #: c-family/c.opt:2351
3356 #, no-c-format
3357 msgid "Generate C header of platform-specific features."
3358 msgstr ""
3360 #: c-family/c.opt:2355
3361 #, no-c-format
3362 msgid "Remap file names when including files."
3363 msgstr ""
3365 #: c-family/c.opt:2359 c-family/c.opt:2363
3366 #, no-c-format
3367 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum."
3368 msgstr ""
3370 #: c-family/c.opt:2367
3371 #, no-c-format
3372 msgid "Conform to the ISO 2011 C++ standard."
3373 msgstr ""
3375 #: c-family/c.opt:2371
3376 #, no-c-format
3377 msgid "Deprecated in favor of -std=c++11."
3378 msgstr ""
3380 #: c-family/c.opt:2375
3381 #, no-c-format
3382 msgid "Deprecated in favor of -std=c++14."
3383 msgstr ""
3385 #: c-family/c.opt:2379
3386 #, no-c-format
3387 msgid "Conform to the ISO 2014 C++ standard."
3388 msgstr ""
3390 #: c-family/c.opt:2383
3391 #, no-c-format
3392 msgid "Deprecated in favor of -std=c++17."
3393 msgstr ""
3395 #: c-family/c.opt:2387
3396 #, no-c-format
3397 msgid "Conform to the ISO 2017 C++ standard."
3398 msgstr ""
3400 #: c-family/c.opt:2391 c-family/c.opt:2395
3401 #, no-c-format
3402 msgid "Conform to the ISO 2020 C++ standard (experimental and incomplete support)."
3403 msgstr ""
3405 #: c-family/c.opt:2399 c-family/c.opt:2403
3406 #, no-c-format
3407 msgid "Conform to the ISO 2023 C++ draft standard (experimental and incomplete support)."
3408 msgstr ""
3410 #: c-family/c.opt:2407 c-family/c.opt:2545
3411 #, no-c-format
3412 msgid "Conform to the ISO 2011 C standard."
3413 msgstr ""
3415 #: c-family/c.opt:2411
3416 #, no-c-format
3417 msgid "Deprecated in favor of -std=c11."
3418 msgstr ""
3420 #: c-family/c.opt:2415 c-family/c.opt:2419 c-family/c.opt:2549
3421 #: c-family/c.opt:2553
3422 #, no-c-format
3423 msgid "Conform to the ISO 2017 C standard (published in 2018)."
3424 msgstr ""
3426 #: c-family/c.opt:2423
3427 #, no-c-format
3428 msgid "Conform to the ISO 202X C standard draft (experimental and incomplete support)."
3429 msgstr ""
3431 #: c-family/c.opt:2427 c-family/c.opt:2431 c-family/c.opt:2529
3432 #, no-c-format
3433 msgid "Conform to the ISO 1990 C standard."
3434 msgstr ""
3436 #: c-family/c.opt:2435 c-family/c.opt:2537
3437 #, no-c-format
3438 msgid "Conform to the ISO 1999 C standard."
3439 msgstr ""
3441 #: c-family/c.opt:2439
3442 #, no-c-format
3443 msgid "Deprecated in favor of -std=c99."
3444 msgstr ""
3446 #: c-family/c.opt:2443 c-family/c.opt:2448
3447 #, no-c-format
3448 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum with GNU extensions."
3449 msgstr ""
3451 #: c-family/c.opt:2453
3452 #, no-c-format
3453 msgid "Conform to the ISO 2011 C++ standard with GNU extensions."
3454 msgstr ""
3456 #: c-family/c.opt:2457
3457 #, no-c-format
3458 msgid "Deprecated in favor of -std=gnu++11."
3459 msgstr ""
3461 #: c-family/c.opt:2461
3462 #, no-c-format
3463 msgid "Deprecated in favor of -std=gnu++14."
3464 msgstr ""
3466 #: c-family/c.opt:2465
3467 #, no-c-format
3468 msgid "Conform to the ISO 2014 C++ standard with GNU extensions."
3469 msgstr ""
3471 #: c-family/c.opt:2469
3472 #, no-c-format
3473 msgid "Deprecated in favor of -std=gnu++17."
3474 msgstr ""
3476 #: c-family/c.opt:2473
3477 #, no-c-format
3478 msgid "Conform to the ISO 2017 C++ standard with GNU extensions."
3479 msgstr ""
3481 #: c-family/c.opt:2477 c-family/c.opt:2481
3482 #, no-c-format
3483 msgid "Conform to the ISO 2020 C++ standard with GNU extensions (experimental and incomplete support)."
3484 msgstr ""
3486 #: c-family/c.opt:2485 c-family/c.opt:2489
3487 #, no-c-format
3488 msgid "Conform to the ISO 2023 C++ draft standard with GNU extensions (experimental and incomplete support)."
3489 msgstr ""
3491 #: c-family/c.opt:2493
3492 #, no-c-format
3493 msgid "Conform to the ISO 2011 C standard with GNU extensions."
3494 msgstr ""
3496 #: c-family/c.opt:2497
3497 #, no-c-format
3498 msgid "Deprecated in favor of -std=gnu11."
3499 msgstr ""
3501 #: c-family/c.opt:2501 c-family/c.opt:2505
3502 #, no-c-format
3503 msgid "Conform to the ISO 2017 C standard (published in 2018) with GNU extensions."
3504 msgstr ""
3506 #: c-family/c.opt:2509
3507 #, no-c-format
3508 msgid "Conform to the ISO 202X C standard draft with GNU extensions (experimental and incomplete support)."
3509 msgstr ""
3511 #: c-family/c.opt:2513 c-family/c.opt:2517
3512 #, no-c-format
3513 msgid "Conform to the ISO 1990 C standard with GNU extensions."
3514 msgstr ""
3516 #: c-family/c.opt:2521
3517 #, no-c-format
3518 msgid "Conform to the ISO 1999 C standard with GNU extensions."
3519 msgstr ""
3521 #: c-family/c.opt:2525
3522 #, no-c-format
3523 msgid "Deprecated in favor of -std=gnu99."
3524 msgstr ""
3526 #: c-family/c.opt:2533
3527 #, no-c-format
3528 msgid "Conform to the ISO 1990 C standard as amended in 1994."
3529 msgstr ""
3531 #: c-family/c.opt:2541
3532 #, no-c-format
3533 msgid "Deprecated in favor of -std=iso9899:1999."
3534 msgstr ""
3536 #: c-family/c.opt:2557
3537 #, no-c-format
3538 msgid "-stdlib=[libstdc++|libc++]\tThe standard library to be used for C++ headers and runtime."
3539 msgstr ""
3541 #: c-family/c.opt:2574
3542 #, no-c-format
3543 msgid "Enable traditional preprocessing."
3544 msgstr ""
3546 #: c-family/c.opt:2578
3547 #, no-c-format
3548 msgid "-trigraphs\tSupport ISO C trigraphs."
3549 msgstr ""
3551 #: c-family/c.opt:2582
3552 #, no-c-format
3553 msgid "Do not predefine system-specific and GCC-specific macros."
3554 msgstr ""
3556 #: ada/gcc-interface/lang.opt:61
3557 #, no-c-format
3558 msgid "Dump Source Coverage Obligations."
3559 msgstr ""
3561 #: ada/gcc-interface/lang.opt:65
3562 #, no-c-format
3563 msgid "Synonym of -gnatk8."
3564 msgstr ""
3566 #: ada/gcc-interface/lang.opt:73
3567 #, no-c-format
3568 msgid "Do not look for object files in standard path."
3569 msgstr ""
3571 #: ada/gcc-interface/lang.opt:77
3572 #, no-c-format
3573 msgid "Select the runtime."
3574 msgstr ""
3576 #: ada/gcc-interface/lang.opt:93
3577 #, no-c-format
3578 msgid "Catch typos."
3579 msgstr ""
3581 #: ada/gcc-interface/lang.opt:97
3582 #, no-c-format
3583 msgid "Set name of output ALI file (internal switch)."
3584 msgstr ""
3586 #: ada/gcc-interface/lang.opt:101
3587 #, no-c-format
3588 msgid "-gnat<options>\tSpecify options to GNAT."
3589 msgstr ""
3591 #: ada/gcc-interface/lang.opt:105
3592 #, no-c-format
3593 msgid "Ignored."
3594 msgstr ""
3596 #: d/lang.opt:51
3597 #, no-c-format
3598 msgid "-Hd <dir>\tWrite D interface files to directory <dir>."
3599 msgstr ""
3601 #: d/lang.opt:55
3602 #, no-c-format
3603 msgid "-Hf <file>\tWrite D interface to <file>."
3604 msgstr ""
3606 #: d/lang.opt:127
3607 #, no-c-format
3608 msgid "Warn about casts that will produce a null result."
3609 msgstr ""
3611 #: d/lang.opt:143
3612 #, no-c-format
3613 msgid "Warn from speculative compiles such as __traits(compiles)."
3614 msgstr ""
3616 #: d/lang.opt:155
3617 #, no-c-format
3618 msgid "Generate JSON file."
3619 msgstr ""
3621 #: d/lang.opt:159
3622 #, no-c-format
3623 msgid "-Xf <file>\tWrite JSON output to the given <file>."
3624 msgstr ""
3626 #: d/lang.opt:163
3627 #, no-c-format
3628 msgid "Debug library to use instead of phobos."
3629 msgstr ""
3631 #: d/lang.opt:167
3632 #, no-c-format
3633 msgid "Default library to use instead of phobos."
3634 msgstr ""
3636 #: d/lang.opt:171
3637 #, no-c-format
3638 msgid "Do link the standard D startup files in the compilation."
3639 msgstr ""
3641 #: d/lang.opt:178
3642 #, no-c-format
3643 msgid "Generate code for all template instantiations."
3644 msgstr ""
3646 #: d/lang.opt:182
3647 #, no-c-format
3648 msgid "Generate code for assert contracts."
3649 msgstr ""
3651 #: d/lang.opt:190
3652 #, no-c-format
3653 msgid "-fbounds-check=[on|safeonly|off]\tTurn array bounds checks on, in @safe code only, or off."
3654 msgstr ""
3656 #: d/lang.opt:232
3657 #, no-c-format
3658 msgid "-fcheckaction=[throw,halt,context]\tBehavior on contract failure."
3659 msgstr ""
3661 #: d/lang.opt:248
3662 #, no-c-format
3663 msgid "Compile in debug code."
3664 msgstr ""
3666 #: d/lang.opt:252
3667 #, no-c-format
3668 msgid "-fdebug=<ident>\tCompile in debug code identified by <ident>."
3669 msgstr ""
3671 #: d/lang.opt:256
3672 #, no-c-format
3673 msgid "Generate documentation."
3674 msgstr ""
3676 #: d/lang.opt:260
3677 #, no-c-format
3678 msgid "-fdoc-dir=<dir>\tWrite documentation file to directory <dir>."
3679 msgstr ""
3681 #: d/lang.opt:264
3682 #, no-c-format
3683 msgid "-fdoc-file=<file>\tWrite documentation to <file>."
3684 msgstr ""
3686 #: d/lang.opt:268
3687 #, no-c-format
3688 msgid "-fdoc-inc=<file>\tInclude a Ddoc macro <file>."
3689 msgstr ""
3691 #: d/lang.opt:272
3692 #, no-c-format
3693 msgid "Assume that standard D runtime libraries and \"D main\" exist."
3694 msgstr ""
3696 #: d/lang.opt:276
3697 #, no-c-format
3698 msgid "Add comments for ignored declarations in the generated C++ header."
3699 msgstr ""
3701 #: d/lang.opt:280
3702 #, no-c-format
3703 msgid "-fdump-cxx-spec=<filename>\tWrite all declarations as C++ code to <filename>."
3704 msgstr ""
3706 #: d/lang.opt:284
3707 #, no-c-format
3708 msgid "Display the frontend AST after parsing and semantic passes."
3709 msgstr ""
3711 #: d/lang.opt:288
3712 #, no-c-format
3713 msgid "-fextern-std=<standard>\tSet C++ name mangling compatibility with <standard>."
3714 msgstr ""
3716 #: d/lang.opt:313
3717 #, no-c-format
3718 msgid "Ignore unsupported pragmas."
3719 msgstr ""
3721 #: d/lang.opt:317
3722 #, no-c-format
3723 msgid "Generate code for class invariant contracts."
3724 msgstr ""
3726 #: d/lang.opt:321
3727 #, no-c-format
3728 msgid "Generate a default D main() function when compiling."
3729 msgstr ""
3731 #: d/lang.opt:325
3732 #, no-c-format
3733 msgid "-fmodule-file=<package.module>=<filespec>\tuse <filespec> as source file for <package.module>."
3734 msgstr ""
3736 #: d/lang.opt:329
3737 #, no-c-format
3738 msgid "Generate ModuleInfo struct for output module."
3739 msgstr ""
3741 #: d/lang.opt:333
3742 #, no-c-format
3743 msgid "Process all modules specified on the command line, but only generate code for the module specified by the argument."
3744 msgstr ""
3746 #: d/lang.opt:337
3747 #, no-c-format
3748 msgid "Generate code for postcondition contracts."
3749 msgstr ""
3751 #: d/lang.opt:341
3752 #, no-c-format
3753 msgid "Generate code for precondition contracts."
3754 msgstr ""
3756 #: d/lang.opt:345
3757 #, no-c-format
3758 msgid "Turn on all upcoming D language features."
3759 msgstr ""
3761 #: d/lang.opt:349
3762 #, no-c-format
3763 msgid "Implement D bit-fields."
3764 msgstr ""
3766 #: d/lang.opt:353
3767 #, no-c-format
3768 msgid "Implement DIP1000: Scoped pointers."
3769 msgstr ""
3771 #: d/lang.opt:357
3772 #, no-c-format
3773 msgid "Implement DIP1008: Allow exceptions in @nogc code."
3774 msgstr ""
3776 #: d/lang.opt:361
3777 #, no-c-format
3778 msgid "Implement DIP1021: Mutable function arguments."
3779 msgstr ""
3781 #: d/lang.opt:365
3782 #, no-c-format
3783 msgid "Implement DIP25: Sealed references."
3784 msgstr ""
3786 #: d/lang.opt:369
3787 #, no-c-format
3788 msgid "Destruct fields of partially constructed objects."
3789 msgstr ""
3791 #: d/lang.opt:373
3792 #, no-c-format
3793 msgid "Use field-wise comparisons for struct equality."
3794 msgstr ""
3796 #: d/lang.opt:377
3797 #, no-c-format
3798 msgid "When a symbol is resolved, check `alias this' scope before going to upper scopes."
3799 msgstr ""
3801 #: d/lang.opt:381
3802 #, no-c-format
3803 msgid "Disallow unsound immutable conversions that were formerly incorrectly permitted."
3804 msgstr ""
3806 #: d/lang.opt:385
3807 #, no-c-format
3808 msgid "Implement 'in' parameters to mean scope const."
3809 msgstr ""
3811 #: d/lang.opt:389
3812 #, no-c-format
3813 msgid "Implement 'in' contracts of overridden methods to be a superset of parent contract."
3814 msgstr ""
3816 #: d/lang.opt:393
3817 #, no-c-format
3818 msgid "Disable access to shared memory objects."
3819 msgstr ""
3821 #: d/lang.opt:397
3822 #, no-c-format
3823 msgid "Enable rvalue arguments to ref parameters."
3824 msgstr ""
3826 #: d/lang.opt:401
3827 #, no-c-format
3828 msgid "Disable access to variables marked `@system' from @safe code."
3829 msgstr ""
3831 #: d/lang.opt:405
3832 #, no-c-format
3833 msgid "Compile release version."
3834 msgstr ""
3836 #: d/lang.opt:409
3837 #, no-c-format
3838 msgid "Turn off all revertable D language features."
3839 msgstr ""
3841 #: d/lang.opt:413
3842 #, no-c-format
3843 msgid "Revert DIP1000: Scoped pointers."
3844 msgstr ""
3846 #: d/lang.opt:417
3847 #, no-c-format
3848 msgid "Revert DIP25: Sealed references."
3849 msgstr ""
3851 #: d/lang.opt:421
3852 #, no-c-format
3853 msgid "Don't destruct fields of partially constructed objects."
3854 msgstr ""
3856 #: d/lang.opt:425
3857 #, no-c-format
3858 msgid "Don't use C-style integral promotion for unary '+', '-' and '~'."
3859 msgstr ""
3861 #: d/lang.opt:433
3862 #, no-c-format
3863 msgid "-fsave-mixins=<filename>\tExpand and save mixins to file specified by <filename>."
3864 msgstr ""
3866 #: d/lang.opt:437
3867 #, no-c-format
3868 msgid "Generate code for switches without a default case."
3869 msgstr ""
3871 #: d/lang.opt:441
3872 #, no-c-format
3873 msgid "List information on all D language transitions."
3874 msgstr ""
3876 #: d/lang.opt:445
3877 #, no-c-format
3878 msgid "List all non-mutable fields which occupy an object instance."
3879 msgstr ""
3881 #: d/lang.opt:449
3882 #, no-c-format
3883 msgid "List all usages of 'in' on parameter."
3884 msgstr ""
3886 #: d/lang.opt:453
3887 #, no-c-format
3888 msgid "List all hidden GC allocations."
3889 msgstr ""
3891 #: d/lang.opt:457
3892 #, no-c-format
3893 msgid "List statistics on template instantiations."
3894 msgstr ""
3896 #: d/lang.opt:461
3897 #, no-c-format
3898 msgid "List all variables going into thread local storage."
3899 msgstr ""
3901 #: d/lang.opt:465
3902 #, no-c-format
3903 msgid "Compile in unittest code."
3904 msgstr ""
3906 #: d/lang.opt:469
3907 #, no-c-format
3908 msgid "-fversion=<ident>\tCompile in version code identified by <ident>."
3909 msgstr ""
3911 #: d/lang.opt:473
3912 #, no-c-format
3913 msgid "Emit template instantiations as weak symbols."
3914 msgstr ""
3916 #: d/lang.opt:493
3917 #, no-c-format
3918 msgid "Do not link the standard D library in the compilation."
3919 msgstr ""
3921 #: d/lang.opt:501
3922 #, no-c-format
3923 msgid "Link the standard D library statically in the compilation."
3924 msgstr ""
3926 #: d/lang.opt:505
3927 #, no-c-format
3928 msgid "Link the standard D library dynamically in the compilation."
3929 msgstr ""
3931 #: m2/lang.opt:35
3932 #, no-c-format
3933 msgid "compiler checks to force definition module procedure parameter names with their implementation module counterpart"
3934 msgstr ""
3936 #: m2/lang.opt:39
3937 #, no-c-format
3938 msgid "compiler warns if a cast is being used on types of differing sizes"
3939 msgstr ""
3941 #: m2/lang.opt:43
3942 #, no-c-format
3943 msgid "inform user which parameters will be passed by reference"
3944 msgstr ""
3946 #: m2/lang.opt:47
3947 #, no-c-format
3948 msgid "extra compile time semantic checking, typically tries to catch poor programming style"
3949 msgstr ""
3951 #: m2/lang.opt:51
3952 #, no-c-format
3953 msgid "automatically initializes all pointers to NIL"
3954 msgstr ""
3956 #: m2/lang.opt:55
3957 #, no-c-format
3958 msgid "turns on runtime subrange, array index and indirection via NIL pointer checking"
3959 msgstr ""
3961 #: m2/lang.opt:59
3962 #, no-c-format
3963 msgid "turns on runtime checking to check whether a CASE statement requires an ELSE clause when on was not specified"
3964 msgstr ""
3966 #: m2/lang.opt:63
3967 #, no-c-format
3968 msgid "use cpp to preprocess the module"
3969 msgstr ""
3971 #: m2/lang.opt:67 m2/lang.opt:71
3972 #, no-c-format
3973 msgid "passed to the preprocessor if -fcpp is used (internal switch)"
3974 msgstr ""
3976 #: m2/lang.opt:75
3977 #, no-c-format
3978 msgid "call a real function, rather than the builtin equivalent"
3979 msgstr ""
3981 #: m2/lang.opt:79
3982 #, no-c-format
3983 msgid "turn on internal debugging of the compiler (internal switch)"
3984 msgstr ""
3986 #: m2/lang.opt:83
3987 #, no-c-format
3988 msgid "turn on quadruple tracing (internal switch)"
3989 msgstr ""
3991 #: m2/lang.opt:87
3992 #, no-c-format
3993 msgid "turn on the Modula-2 api tracing (internal switch)"
3994 msgstr ""
3996 #: m2/lang.opt:91
3997 #, no-c-format
3998 msgid "turn on the Modula-2 function line number generation (internal switch)"
3999 msgstr ""
4001 #: m2/lang.opt:95
4002 #, no-c-format
4003 msgid "recognise the specified suffix as a definition module filename"
4004 msgstr ""
4006 #: m2/lang.opt:99
4007 #, no-c-format
4008 msgid "display all inbuilt system items"
4009 msgstr ""
4011 #: m2/lang.opt:103
4012 #, no-c-format
4013 msgid "allows opaque types to be implemented as any type (a GNU Modula-2 extension)"
4014 msgstr ""
4016 #: m2/lang.opt:107
4017 #, no-c-format
4018 msgid "turns on runtime checking to check whether a floating point number is about to exceed range"
4019 msgstr ""
4021 #: m2/lang.opt:111
4022 #, no-c-format
4023 msgid "create a topologically sorted module list from all dependent modules used in the application"
4024 msgstr ""
4026 #: m2/lang.opt:115 m2/lang.opt:191
4027 #, no-c-format
4028 msgid "turns on all range checking for numerical values"
4029 msgstr ""
4031 #: m2/lang.opt:119
4032 #, no-c-format
4033 msgid "use ISO dialect of Modula-2"
4034 msgstr ""
4036 #: m2/lang.opt:123
4037 #, no-c-format
4038 msgid "specify the library order, currently legal entries include: log, min, pim, iso or their directory name equivalent m2log, m2min, m2pim, m2iso."
4039 msgstr ""
4041 #: m2/lang.opt:127
4042 #, no-c-format
4043 msgid "set all location values to a specific value (internal switch)"
4044 msgstr ""
4046 #: m2/lang.opt:131
4047 #, no-c-format
4048 msgid "generate extra nops to improve debugging, producing an instruction for every code related keyword"
4049 msgstr ""
4051 #: m2/lang.opt:135
4052 #, no-c-format
4053 msgid "generate error messages which render keywords in lower case"
4054 msgstr ""
4056 #: m2/lang.opt:139
4057 #, no-c-format
4058 msgid "insert plugin to identify runtime errors at compiletime (default on)"
4059 msgstr ""
4061 #: m2/lang.opt:143
4062 #, no-c-format
4063 msgid "display statistics about the amount of source lines compiled and symbols used"
4064 msgstr ""
4066 #: m2/lang.opt:147
4067 #, no-c-format
4068 msgid "experimental flag to turn on the new strict type checker"
4069 msgstr ""
4071 #: m2/lang.opt:151
4072 #, no-c-format
4073 msgid "compile all implementation modules and program module at once"
4074 msgstr ""
4076 #: m2/lang.opt:155
4077 #, no-c-format
4078 msgid "recognise the specified suffix as implementation and module filenames"
4079 msgstr ""
4081 #: m2/lang.opt:159
4082 #, no-c-format
4083 msgid "turns on runtime checking to detect accessing data through a NIL value pointer"
4084 msgstr ""
4086 #: m2/lang.opt:163
4087 #, no-c-format
4088 msgid "use PIM [234] dialect of Modula-2"
4089 msgstr ""
4091 #: m2/lang.opt:167
4092 #, no-c-format
4093 msgid "use PIM 2 dialect of Modula-2"
4094 msgstr ""
4096 #: m2/lang.opt:171
4097 #, no-c-format
4098 msgid "use PIM 3 dialect of Modula-2"
4099 msgstr ""
4101 #: m2/lang.opt:175
4102 #, no-c-format
4103 msgid "use PIM 4 dialect of Modula-2"
4104 msgstr ""
4106 #: m2/lang.opt:179
4107 #, no-c-format
4108 msgid "force positive result from MOD and DIV result floor"
4109 msgstr ""
4111 #: m2/lang.opt:183
4112 #, no-c-format
4113 msgid "link against the pthread library (default on)"
4114 msgstr ""
4116 #: m2/lang.opt:187
4117 #, no-c-format
4118 msgid "internal compiler debugging information, dump the list of quadruples"
4119 msgstr ""
4121 #: m2/lang.opt:195
4122 #, no-c-format
4123 msgid "turns on runtime checking for functions which finish without executing a RETURN statement"
4124 msgstr ""
4126 #: m2/lang.opt:199
4127 #, no-c-format
4128 msgid "specify the list of runtime modules and their initialization order"
4129 msgstr ""
4131 #: m2/lang.opt:203
4132 #, no-c-format
4133 msgid "the modules initialization order is dynamically determined by M2RTS and application dependancies"
4134 msgstr ""
4136 #: m2/lang.opt:207
4137 #, no-c-format
4138 msgid "generate a C source scaffold for the current module being compiled"
4139 msgstr ""
4141 #: m2/lang.opt:211
4142 #, no-c-format
4143 msgid "generate a C++ source scaffold for the current module being compiled"
4144 msgstr ""
4146 #: m2/lang.opt:215
4147 #, fuzzy, no-c-format
4148 #| msgid "Generate auto-inc/dec instructions."
4149 msgid "generate the main function"
4150 msgstr "generira auto-inc/dec naredbe"
4152 #: m2/lang.opt:219
4153 #, no-c-format
4154 msgid "generate static scaffold initialization and finalization for every module inside main"
4155 msgstr ""
4157 #: m2/lang.opt:223
4158 #, fuzzy, no-c-format
4159 #| msgid "Create a shared library."
4160 msgid "generate a shared library from the module"
4161 msgstr "Stvori zajedničku (dijeljenu) biblioteku."
4163 #: m2/lang.opt:227
4164 #, no-c-format
4165 msgid "turns on all software runtime checking (an abbreviation for -fnil -frange -findex -fwholediv -fcase -freturn -fwholevalue -ffloatvalue)"
4166 msgstr ""
4168 #: m2/lang.opt:231
4169 #, no-c-format
4170 msgid "display the location of module source files as they are compiled"
4171 msgstr ""
4173 #: m2/lang.opt:235
4174 #, no-c-format
4175 msgid "create a swig interface file for the module"
4176 msgstr ""
4178 #: m2/lang.opt:239
4179 #, no-c-format
4180 msgid "optimize non var unbounded parameters by passing it by reference, providing it is not written to within the callee procedure."
4181 msgstr ""
4183 #: m2/lang.opt:243
4184 #, no-c-format
4185 msgid "orders the initialization/finalializations for scaffold-static or force linking of modules if scaffold-dynamic"
4186 msgstr ""
4188 #: m2/lang.opt:251
4189 #, no-c-format
4190 msgid "turns on all division and modulus by zero checking for ordinal values"
4191 msgstr ""
4193 #: m2/lang.opt:255
4194 #, no-c-format
4195 msgid "turns on runtime checking to check whether a whole number is about to exceed range"
4196 msgstr ""
4198 #: m2/lang.opt:259
4199 #, no-c-format
4200 msgid "Link the standard Modula-2 libraries statically in the compilation."
4201 msgstr ""
4203 #: m2/lang.opt:400 m2/lang.opt:404
4204 #, no-c-format
4205 msgid "save temporary preprocessed files"
4206 msgstr ""
4208 #: go/lang.opt:42
4209 #, no-c-format
4210 msgid "-fgo-c-header=<file>\tWrite Go struct definitions to file as C code."
4211 msgstr ""
4213 #: go/lang.opt:46
4214 #, no-c-format
4215 msgid "Add explicit checks for division by zero."
4216 msgstr ""
4218 #: go/lang.opt:50
4219 #, no-c-format
4220 msgid "Add explicit checks for division overflow in INT_MIN / -1."
4221 msgstr ""
4223 #: go/lang.opt:54
4224 #, no-c-format
4225 msgid "Apply special rules for compiling runtime package."
4226 msgstr ""
4228 #: go/lang.opt:58
4229 #, no-c-format
4230 msgid "-fgo-dump-<type>\tDump Go frontend internal information."
4231 msgstr ""
4233 #: go/lang.opt:62
4234 #, no-c-format
4235 msgid "-fgo-embedcfg=<file>\tList embedded files via go:embed."
4236 msgstr ""
4238 #: go/lang.opt:66
4239 #, no-c-format
4240 msgid "-fgo-optimize-<type>\tTurn on optimization passes in the frontend."
4241 msgstr ""
4243 #: go/lang.opt:70
4244 #, no-c-format
4245 msgid "-fgo-pkgpath=<string>\tSet Go package path."
4246 msgstr ""
4248 #: go/lang.opt:74
4249 #, no-c-format
4250 msgid "-fgo-prefix=<string>\tSet package-specific prefix for exported Go names."
4251 msgstr ""
4253 #: go/lang.opt:78
4254 #, no-c-format
4255 msgid "-fgo-relative-import-path=<path>\tTreat a relative import as relative to path."
4256 msgstr ""
4258 #: go/lang.opt:82
4259 #, no-c-format
4260 msgid "Functions which return values must end with return statements."
4261 msgstr ""
4263 #: go/lang.opt:86
4264 #, no-c-format
4265 msgid "Emit debugging information related to the escape analysis pass when run with -fgo-optimize-allocs."
4266 msgstr ""
4268 #: go/lang.opt:90
4269 #, no-c-format
4270 msgid "-fgo-debug-escape-hash=<string>\tHash value to debug escape analysis."
4271 msgstr ""
4273 #: go/lang.opt:94
4274 #, no-c-format
4275 msgid "Emit optimization diagnostics."
4276 msgstr ""
4278 #: analyzer/analyzer.opt:27
4279 #, no-c-format
4280 msgid "The maximum number of 'after supernode' exploded nodes within the analyzer per supernode, before terminating analysis."
4281 msgstr ""
4283 #: analyzer/analyzer.opt:31
4284 #, no-c-format
4285 msgid "The maximum number of exploded nodes per program point within the analyzer, before terminating analysis of that point."
4286 msgstr ""
4288 #: analyzer/analyzer.opt:35
4289 #, no-c-format
4290 msgid "The maximum number of constraints per state."
4291 msgstr ""
4293 #: analyzer/analyzer.opt:39
4294 #, no-c-format
4295 msgid "The maximum number of infeasible edges to reject before declaring a diagnostic as infeasible."
4296 msgstr ""
4298 #: analyzer/analyzer.opt:43
4299 #, no-c-format
4300 msgid "The maximum number of times a callsite can appear in a call stack within the analyzer, before terminating analysis of a call that would recurse deeper."
4301 msgstr ""
4303 #: analyzer/analyzer.opt:47
4304 #, no-c-format
4305 msgid "The maximum depth of a symbolic value, before approximating the value as unknown."
4306 msgstr ""
4308 #: analyzer/analyzer.opt:51
4309 #, no-c-format
4310 msgid "The minimum number of supernodes within a function for the analyzer to consider summarizing its effects at call sites."
4311 msgstr ""
4313 #: analyzer/analyzer.opt:55
4314 #, no-c-format
4315 msgid "The maximum depth of exploded nodes that should appear in a dot dump before switching to a less verbose format."
4316 msgstr ""
4318 #: analyzer/analyzer.opt:59
4319 #, no-c-format
4320 msgid "Warn about code paths in which a pointer to a buffer is assigned to an incompatible type."
4321 msgstr ""
4323 #: analyzer/analyzer.opt:63
4324 #, no-c-format
4325 msgid "Warn about code paths in which a pointer is checked for NULL after it has already been dereferenced."
4326 msgstr ""
4328 #: analyzer/analyzer.opt:67
4329 #, no-c-format
4330 msgid "Warn about code paths in which a stdio FILE can be closed more than once."
4331 msgstr ""
4333 #: analyzer/analyzer.opt:71
4334 #, no-c-format
4335 msgid "Warn about code paths in which a pointer can be freed more than once."
4336 msgstr ""
4338 #: analyzer/analyzer.opt:75
4339 #, no-c-format
4340 msgid "Warn about code paths in which sensitive data is written to a file."
4341 msgstr ""
4343 #: analyzer/analyzer.opt:79
4344 #, no-c-format
4345 msgid "Warn about code paths in which sensitive data is copied across a security boundary."
4346 msgstr ""
4348 #: analyzer/analyzer.opt:83
4349 #, no-c-format
4350 msgid "Warn about code paths in which read on a write-only file descriptor is attempted, or vice versa."
4351 msgstr ""
4353 #: analyzer/analyzer.opt:87
4354 #, no-c-format
4355 msgid "Warn about code paths in which a file descriptor can be closed more than once."
4356 msgstr ""
4358 #: analyzer/analyzer.opt:91
4359 #, no-c-format
4360 msgid "Warn about code paths in which a file descriptor is not closed."
4361 msgstr ""
4363 #: analyzer/analyzer.opt:95
4364 #, no-c-format
4365 msgid "Warn about code paths in which an operation is attempted in the wrong phase of a file descriptor's lifetime."
4366 msgstr ""
4368 #: analyzer/analyzer.opt:99
4369 #, no-c-format
4370 msgid "Warn about code paths in which an operation is attempted on the wrong type of file descriptor."
4371 msgstr ""
4373 #: analyzer/analyzer.opt:103
4374 #, no-c-format
4375 msgid "Warn about code paths in which a read or write is performed on a closed file descriptor."
4376 msgstr ""
4378 #: analyzer/analyzer.opt:107
4379 #, no-c-format
4380 msgid "Warn about code paths in which a file descriptor is used without being checked for validity."
4381 msgstr ""
4383 #: analyzer/analyzer.opt:111
4384 #, no-c-format
4385 msgid "Warn about code paths in which a stdio FILE is not closed."
4386 msgstr ""
4388 #: analyzer/analyzer.opt:115
4389 #, no-c-format
4390 msgid "Warn about code paths in which a non-heap pointer is freed."
4391 msgstr ""
4393 #: analyzer/analyzer.opt:119
4394 #, no-c-format
4395 msgid "Warn about code paths in which floating-point arithmetic is used in locations where precise computation is needed."
4396 msgstr ""
4398 #: analyzer/analyzer.opt:123
4399 #, no-c-format
4400 msgid "Warn about code paths which appear to lead to infinite recursion."
4401 msgstr ""
4403 #: analyzer/analyzer.opt:127
4404 #, no-c-format
4405 msgid "Warn about code paths in which a NULL function pointer is called."
4406 msgstr ""
4408 #: analyzer/analyzer.opt:131
4409 #, no-c-format
4410 msgid "Warn about code paths in which a heap-allocated pointer leaks."
4411 msgstr ""
4413 #: analyzer/analyzer.opt:135
4414 #, no-c-format
4415 msgid "Warn about code paths in which the wrong deallocation function is called."
4416 msgstr ""
4418 #: analyzer/analyzer.opt:139
4419 #, no-c-format
4420 msgid "Warn about code paths in which a write or read to a buffer is out-of-bounds."
4421 msgstr ""
4423 #: analyzer/analyzer.opt:143
4424 #, no-c-format
4425 msgid "Warn about code paths in which a possibly-NULL value is passed to a must-not-be-NULL function argument."
4426 msgstr ""
4428 #: analyzer/analyzer.opt:147
4429 #, no-c-format
4430 msgid "Warn about code paths in which a possibly-NULL pointer is dereferenced."
4431 msgstr ""
4433 #: analyzer/analyzer.opt:151
4434 #, no-c-format
4435 msgid "Warn about code paths in which an async-signal-unsafe function is called from a signal handler."
4436 msgstr ""
4438 #: analyzer/analyzer.opt:155
4439 #, no-c-format
4440 msgid "Warn about code paths in which NULL is passed to a must-not-be-NULL function argument."
4441 msgstr ""
4443 #: analyzer/analyzer.opt:159
4444 #, no-c-format
4445 msgid "Warn about code paths in which a NULL pointer is dereferenced."
4446 msgstr ""
4448 #: analyzer/analyzer.opt:163
4449 #, no-c-format
4450 msgid "Warn about code paths in which an on-stack buffer is passed to putenv."
4451 msgstr ""
4453 #: analyzer/analyzer.opt:167
4454 #, no-c-format
4455 msgid "Warn about code paths in which a shift with negative count is attempted."
4456 msgstr ""
4458 #: analyzer/analyzer.opt:171
4459 #, no-c-format
4460 msgid "Warn about code paths in which a shift with count >= width of type is attempted."
4461 msgstr ""
4463 #: analyzer/analyzer.opt:175
4464 #, no-c-format
4465 msgid "Warn about code paths in which a longjmp rewinds to a jmp_buf saved in a stack frame that has returned."
4466 msgstr ""
4468 #: analyzer/analyzer.opt:179
4469 #, no-c-format
4470 msgid "Warn about code paths in which an unsanitized value is used as an allocation size."
4471 msgstr ""
4473 #: analyzer/analyzer.opt:183
4474 #, no-c-format
4475 msgid "Warn about code paths in which an unsanitized value is used as an array index."
4476 msgstr ""
4478 #: analyzer/analyzer.opt:187
4479 #, no-c-format
4480 msgid "Warn about code paths in which an 'assert()' is made involving an unsanitized value."
4481 msgstr ""
4483 #: analyzer/analyzer.opt:191
4484 #, no-c-format
4485 msgid "Warn about code paths in which an unsanitized value is used as a divisor."
4486 msgstr ""
4488 #: analyzer/analyzer.opt:195
4489 #, no-c-format
4490 msgid "Warn about code paths in which an unsanitized value is used as a pointer offset."
4491 msgstr ""
4493 #: analyzer/analyzer.opt:199
4494 #, no-c-format
4495 msgid "Warn about code paths in which an unsanitized value is used as a size."
4496 msgstr ""
4498 #: analyzer/analyzer.opt:203
4499 #, no-c-format
4500 msgid "Warn about code paths in which a freed value is used."
4501 msgstr ""
4503 #: analyzer/analyzer.opt:207
4504 #, no-c-format
4505 msgid "Warn about code paths in which a pointer to a stale stack frame is used."
4506 msgstr ""
4508 #: analyzer/analyzer.opt:211
4509 #, no-c-format
4510 msgid "Warn about code paths in which va_arg uses the wrong type."
4511 msgstr ""
4513 #: analyzer/analyzer.opt:215
4514 #, no-c-format
4515 msgid "Warn about code paths in which va_arg is used too many times on a va_list."
4516 msgstr ""
4518 #: analyzer/analyzer.opt:219
4519 #, no-c-format
4520 msgid "Warn about code paths in which va_start or va_copy is used without a corresponding va_end."
4521 msgstr ""
4523 #: analyzer/analyzer.opt:223
4524 #, no-c-format
4525 msgid "Warn about code paths in which a va_list is used after va_end."
4526 msgstr ""
4528 #: analyzer/analyzer.opt:227
4529 #, no-c-format
4530 msgid "Warn about code paths which attempt to write to a const object."
4531 msgstr ""
4533 #: analyzer/analyzer.opt:231
4534 #, no-c-format
4535 msgid "Warn about code paths which attempt to write to a string literal."
4536 msgstr ""
4538 #: analyzer/analyzer.opt:235
4539 #, no-c-format
4540 msgid "Warn about code paths in which an uninitialized value is used."
4541 msgstr ""
4543 #: analyzer/analyzer.opt:239
4544 #, no-c-format
4545 msgid "Warn if the code is too complicated for the analyzer to fully explore."
4546 msgstr ""
4548 #: analyzer/analyzer.opt:243
4549 #, no-c-format
4550 msgid "Restrict the analyzer to run just the named checker."
4551 msgstr ""
4553 #: analyzer/analyzer.opt:247
4554 #, no-c-format
4555 msgid "Avoid combining multiple statements into one exploded edge."
4556 msgstr ""
4558 #: analyzer/analyzer.opt:251
4559 #, no-c-format
4560 msgid "Verify that paths are feasible when emitting diagnostics."
4561 msgstr ""
4563 #: analyzer/analyzer.opt:255
4564 #, no-c-format
4565 msgid "Issue a note when diagnostics are deduplicated."
4566 msgstr ""
4568 #: analyzer/analyzer.opt:259
4569 #, no-c-format
4570 msgid "Purge unneeded state during analysis."
4571 msgstr ""
4573 #: analyzer/analyzer.opt:263
4574 #, no-c-format
4575 msgid "Merge similar-enough states during analysis."
4576 msgstr ""
4578 #: analyzer/analyzer.opt:267
4579 #, no-c-format
4580 msgid "Enable transitivity of constraints during analysis."
4581 msgstr ""
4583 #: analyzer/analyzer.opt:271
4584 #, no-c-format
4585 msgid "Approximate the effect of function calls to simplify analysis."
4586 msgstr ""
4588 #: analyzer/analyzer.opt:275
4589 #, no-c-format
4590 msgid "Try to reconstruct function calls and returns after inlining."
4591 msgstr ""
4593 #: analyzer/analyzer.opt:279
4594 #, no-c-format
4595 msgid "Emit more verbose descriptions of control flow in diagnostics."
4596 msgstr ""
4598 #: analyzer/analyzer.opt:283
4599 #, no-c-format
4600 msgid "Emit more verbose descriptions of state changes in diagnostics."
4601 msgstr ""
4603 #: analyzer/analyzer.opt:287
4604 #, no-c-format
4605 msgid "Control which events are displayed in diagnostic paths."
4606 msgstr ""
4608 #: analyzer/analyzer.opt:291
4609 #, no-c-format
4610 msgid "Dump various analyzer internals to SRCFILE.analyzer.txt."
4611 msgstr ""
4613 #: analyzer/analyzer.opt:295
4614 #, no-c-format
4615 msgid "Dump various analyzer internals to stderr."
4616 msgstr ""
4618 #: analyzer/analyzer.opt:299
4619 #, no-c-format
4620 msgid "Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot file."
4621 msgstr ""
4623 #: analyzer/analyzer.opt:303
4624 #, no-c-format
4625 msgid "Dump the analyzer exploded graph to a SRCFILE.eg.dot file."
4626 msgstr ""
4628 #: analyzer/analyzer.opt:307
4629 #, no-c-format
4630 msgid "Emit diagnostics showing the location of nodes in the exploded graph."
4631 msgstr ""
4633 #: analyzer/analyzer.opt:311
4634 #, no-c-format
4635 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg.txt."
4636 msgstr ""
4638 #: analyzer/analyzer.opt:315
4639 #, no-c-format
4640 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg-ID.txt."
4641 msgstr ""
4643 #: analyzer/analyzer.opt:319
4644 #, no-c-format
4645 msgid "Dump a textual representation of each diagnostic's exploded path to SRCFILE.IDX.KIND.epath.txt."
4646 msgstr ""
4648 #: analyzer/analyzer.opt:323
4649 #, no-c-format
4650 msgid "Dump various analyzer internals to SRCFILE.*.fg.dot and SRCFILE.*.tg.dot."
4651 msgstr ""
4653 #: analyzer/analyzer.opt:327
4654 #, no-c-format
4655 msgid "Dump analyzer-specific data to a SRCFILE.analyzer.json.gz file."
4656 msgstr ""
4658 #: analyzer/analyzer.opt:331
4659 #, no-c-format
4660 msgid "Dump state-purging information to a SRCFILE.state-purge.dot file."
4661 msgstr ""
4663 #: analyzer/analyzer.opt:335
4664 #, no-c-format
4665 msgid "Dump the analyzer supergraph to a SRCFILE.supergraph.dot file."
4666 msgstr ""
4668 #: analyzer/analyzer.opt:339
4669 #, no-c-format
4670 msgid "Emit custom warnings with internal details intended for analyzer developers."
4671 msgstr ""
4673 #: config/vms/vms.opt:27
4674 #, no-c-format
4675 msgid "Malloc data into P2 space."
4676 msgstr ""
4678 #: config/vms/vms.opt:31
4679 #, no-c-format
4680 msgid "Set name of main routine for the debugger."
4681 msgstr ""
4683 #: config/vms/vms.opt:35
4684 #, no-c-format
4685 msgid "Use VMS exit codes instead of posix ones."
4686 msgstr ""
4688 #: config/vms/vms.opt:39
4689 #, no-c-format
4690 msgid "-mpointer-size=[no,32,short,64,long]\tSet the default pointer size."
4691 msgstr ""
4693 #: config/mcore/mcore.opt:23
4694 #, no-c-format
4695 msgid "Generate code for the M*Core M210."
4696 msgstr ""
4698 #: config/mcore/mcore.opt:27
4699 #, no-c-format
4700 msgid "Generate code for the M*Core M340."
4701 msgstr ""
4703 #: config/mcore/mcore.opt:31
4704 #, no-c-format
4705 msgid "Force functions to be aligned to a 4 byte boundary."
4706 msgstr ""
4708 #: config/mcore/mcore.opt:35 config/moxie/moxie.opt:23 config/csky/csky.opt:44
4709 #, no-c-format
4710 msgid "Generate big-endian code."
4711 msgstr ""
4713 #: config/mcore/mcore.opt:39
4714 #, no-c-format
4715 msgid "Emit call graph information."
4716 msgstr ""
4718 #: config/mcore/mcore.opt:43
4719 #, no-c-format
4720 msgid "Use the divide instruction."
4721 msgstr ""
4723 #: config/mcore/mcore.opt:47
4724 #, no-c-format
4725 msgid "Inline constants if it can be done in 2 insns or less."
4726 msgstr ""
4728 #: config/mcore/mcore.opt:51 config/moxie/moxie.opt:27 config/csky/csky.opt:51
4729 #, no-c-format
4730 msgid "Generate little-endian code."
4731 msgstr ""
4733 #: config/mcore/mcore.opt:56 config/fr30/fr30.opt:27
4734 #, no-c-format
4735 msgid "Assume that run-time support has been provided, so omit -lsim from the linker command line."
4736 msgstr ""
4738 #: config/mcore/mcore.opt:60
4739 #, no-c-format
4740 msgid "Use arbitrary sized immediates in bit operations."
4741 msgstr ""
4743 #: config/mcore/mcore.opt:64
4744 #, no-c-format
4745 msgid "Prefer word accesses over byte accesses."
4746 msgstr ""
4748 #: config/mcore/mcore.opt:71
4749 #, no-c-format
4750 msgid "Set the maximum amount for a single stack increment operation."
4751 msgstr ""
4753 #: config/mcore/mcore.opt:75
4754 #, no-c-format
4755 msgid "Always treat bitfields as int-sized."
4756 msgstr ""
4758 #: config/linux-android.opt:23
4759 #, no-c-format
4760 msgid "Generate code for the Android platform."
4761 msgstr ""
4763 #: config/mmix/mmix.opt:24
4764 #, no-c-format
4765 msgid "For intrinsics library: pass all parameters in registers."
4766 msgstr ""
4768 #: config/mmix/mmix.opt:28
4769 #, no-c-format
4770 msgid "Use register stack for parameters and return value."
4771 msgstr ""
4773 #: config/mmix/mmix.opt:32
4774 #, no-c-format
4775 msgid "Use call-clobbered registers for parameters and return value."
4776 msgstr ""
4778 #: config/mmix/mmix.opt:37
4779 #, no-c-format
4780 msgid "Use epsilon-respecting floating point compare instructions."
4781 msgstr ""
4783 #: config/mmix/mmix.opt:41
4784 #, no-c-format
4785 msgid "Use zero-extending memory loads, not sign-extending ones."
4786 msgstr ""
4788 #: config/mmix/mmix.opt:45
4789 #, no-c-format
4790 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)."
4791 msgstr ""
4793 #: config/mmix/mmix.opt:49
4794 #, no-c-format
4795 msgid "Prepend global symbols with \":\" (for use with PREFIX)."
4796 msgstr ""
4798 #: config/mmix/mmix.opt:53
4799 #, no-c-format
4800 msgid "Do not provide a default start-address 0x100 of the program."
4801 msgstr ""
4803 #: config/mmix/mmix.opt:57
4804 #, no-c-format
4805 msgid "Link to emit program in ELF format (rather than mmo)."
4806 msgstr ""
4808 #: config/mmix/mmix.opt:61
4809 #, no-c-format
4810 msgid "Use P-mnemonics for branches statically predicted as taken."
4811 msgstr ""
4813 #: config/mmix/mmix.opt:65
4814 #, no-c-format
4815 msgid "Don't use P-mnemonics for branches."
4816 msgstr ""
4818 #: config/mmix/mmix.opt:79
4819 #, no-c-format
4820 msgid "Use addresses that allocate global registers."
4821 msgstr ""
4823 #: config/mmix/mmix.opt:83
4824 #, no-c-format
4825 msgid "Do not use addresses that allocate global registers."
4826 msgstr ""
4828 #: config/mmix/mmix.opt:87
4829 #, no-c-format
4830 msgid "Generate a single exit point for each function."
4831 msgstr ""
4833 #: config/mmix/mmix.opt:91
4834 #, no-c-format
4835 msgid "Do not generate a single exit point for each function."
4836 msgstr ""
4838 #: config/mmix/mmix.opt:95
4839 #, no-c-format
4840 msgid "Set start-address of the program."
4841 msgstr ""
4843 #: config/mmix/mmix.opt:99
4844 #, no-c-format
4845 msgid "Set start-address of data."
4846 msgstr ""
4848 #: config/darwin.opt:34
4849 #, no-c-format
4850 msgid "Generate code for darwin loadable kernel extensions."
4851 msgstr ""
4853 #: config/darwin.opt:38
4854 #, no-c-format
4855 msgid "-iframework <dir>\tAdd <dir> to the end of the system framework include path."
4856 msgstr ""
4858 #: config/darwin.opt:42
4859 #, no-c-format
4860 msgid "Generate compile-time CFString objects."
4861 msgstr ""
4863 #: config/darwin.opt:46
4864 #, no-c-format
4865 msgid "Warn if constant CFString objects contain non-portable characters."
4866 msgstr ""
4868 #: config/darwin.opt:51
4869 #, no-c-format
4870 msgid "Generate AT&T-style stubs for Mach-O."
4871 msgstr ""
4873 #: config/darwin.opt:55
4874 #, no-c-format
4875 msgid "Generate code suitable for executables (NOT shared libs)."
4876 msgstr ""
4878 #: config/darwin.opt:59
4879 #, no-c-format
4880 msgid "Generate code suitable for fast turn around debugging."
4881 msgstr ""
4883 #: config/darwin.opt:63
4884 #, no-c-format
4885 msgid "Generate code for the kernel or loadable kernel extensions."
4886 msgstr ""
4888 #: config/darwin.opt:71
4889 #, no-c-format
4890 msgid "The earliest macOS version on which this program will run."
4891 msgstr ""
4893 #: config/darwin.opt:76
4894 #, no-c-format
4895 msgid "Set sizeof(bool) to 1."
4896 msgstr ""
4898 #: config/darwin.opt:80
4899 #, no-c-format
4900 msgid "Force generation of external symbol indirection stubs."
4901 msgstr ""
4903 #: config/darwin.opt:88
4904 #, no-c-format
4905 msgid "-mtarget-linker <version>\tSpecify that ld64 <version> is the toolchain linker for the current invocation."
4906 msgstr ""
4908 #: config/darwin.opt:94
4909 #, no-c-format
4910 msgid "Load all members of archive libraries, rather than only those that satisfy undefined symbols."
4911 msgstr ""
4913 #: config/darwin.opt:98
4914 #, no-c-format
4915 msgid "-allowable_client <name>\tThe output dylib is private to the client <name>."
4916 msgstr ""
4918 #: config/darwin.opt:102
4919 #, no-c-format
4920 msgid "-arch <name>\tGenerate output for architecture <name>."
4921 msgstr ""
4923 #: config/darwin.opt:106
4924 #, no-c-format
4925 msgid "Mismatches between file architecture and one specified by \"-arch\" are errors instead of warnings."
4926 msgstr ""
4928 #: config/darwin.opt:110
4929 #, no-c-format
4930 msgid "The earliest macOS version on which this program will run (formatted for the assembler)."
4931 msgstr ""
4933 #: config/darwin.opt:114
4934 #, no-c-format
4935 msgid "Generate an output executable that binds symbols on load, rather than lazily."
4936 msgstr ""
4938 #: config/darwin.opt:118
4939 #, no-c-format
4940 msgid "Generate a Mach-O bundle (file type MH_BUNDLE)."
4941 msgstr ""
4943 #: config/darwin.opt:122
4944 #, no-c-format
4945 msgid "-bundle_loader <executable>\tTreat <executable> (that will be loading this bundle) as if it was one of the dynamic libraries the bundle is linked against for symbol resolution."
4946 msgstr ""
4948 #: config/darwin.opt:126
4949 #, no-c-format
4950 msgid "-client_name <name>\tEnable the executable being built to link against a private dylib (using allowable_client)."
4951 msgstr ""
4953 #: config/darwin.opt:130
4954 #, no-c-format
4955 msgid "-compatibility_version <number>\tSet the version for the client interface.  Client programs must record a value less than or equal to <number>, or the binding will fail at runtime."
4956 msgstr ""
4958 #: config/darwin.opt:134
4959 #, no-c-format
4960 msgid "-current_version <number>\tSet the current version for the library to <number>."
4961 msgstr ""
4963 #: config/darwin.opt:138
4964 #, no-c-format
4965 msgid "Remove code and data that is unreachable from any exported symbol (including the entry point)."
4966 msgstr ""
4968 #: config/darwin.opt:142
4969 #, no-c-format
4970 msgid "-dylib_file install_name:file_name\tThis allows linking of a dylib with \"install_name\" but to be found in a different install position \"file_name\""
4971 msgstr ""
4973 #: config/darwin.opt:146
4974 #, no-c-format
4975 msgid "Produce a Mach-O dylinker (file type MH_DYLINKER), only used for building dyld."
4976 msgstr ""
4978 #: config/darwin.opt:150
4979 #, no-c-format
4980 msgid "-dylinker_install_name <path>\tOnly used for building dyld."
4981 msgstr ""
4983 #: config/darwin.opt:154
4984 #, no-c-format
4985 msgid "The default (and opposite of -static), implied by user mode executables, shared libraries and bundles."
4986 msgstr ""
4988 #: config/darwin.opt:158
4989 #, no-c-format
4990 msgid "Produce a Mach-O shared library (file type MH_DYLIB), synonym for \"-shared\"."
4991 msgstr ""
4993 #: config/darwin.opt:162
4994 #, no-c-format
4995 msgid "-exported_symbols_list <filename>\tExport global symbols in <filename> in linked output file; any symbols not mentioned will be treated as \"hidden\"."
4996 msgstr ""
4998 #: config/darwin.opt:166
4999 #, no-c-format
5000 msgid "Supply a list of objects to be linked from a file, rather than the command line."
5001 msgstr ""
5003 #: config/darwin.opt:170 config/darwin.opt:190
5004 #, no-c-format
5005 msgid "Used for generating code for some older kernel revisions."
5006 msgstr ""
5008 #: config/darwin.opt:174
5009 #, no-c-format
5010 msgid "Ignore the normal two-level namespace; resolve symbols in command line order and do not record which library provided the resolved symbol."
5011 msgstr ""
5013 #: config/darwin.opt:178
5014 #, no-c-format
5015 msgid "For the assembler (and linker) permit any architecture sub-variant to be used without error."
5016 msgstr ""
5018 #: config/darwin.opt:182
5019 #, no-c-format
5020 msgid "Set the output object such that, on loading, dyld will ignore any two-level namespace information and resolve symbols in the discovery order for loaded libs."
5021 msgstr ""
5023 #: config/darwin.opt:186
5024 #, no-c-format
5025 msgid "-framework <name>\tThe linker should search for the framework <name> in the framework search path."
5026 msgstr ""
5028 #: config/darwin.opt:194
5029 #, no-c-format
5030 msgid "Abbreviation for \"-g -fno-eliminate-unused-debug-symbols\"."
5031 msgstr ""
5033 #: config/darwin.opt:198
5034 #, no-c-format
5035 msgid "Abbreviation for \"-g -feliminate-unused-debug-symbols\"."
5036 msgstr ""
5038 #: config/darwin.opt:202
5039 #, no-c-format
5040 msgid "Automatically adds space for longer path names in load commands (up to MAXPATHLEN)."
5041 msgstr ""
5043 #: config/darwin.opt:206
5044 #, no-c-format
5045 msgid "-image_base <address>\tSpecify <address> as the base address for a dylib or bundle."
5046 msgstr ""
5048 #: config/darwin.opt:210
5049 #, no-c-format
5050 msgid "-init <symbol_name>\tThe symbol <symbol_name> will be used as the first initialiser for a dylib."
5051 msgstr ""
5053 #: config/darwin.opt:214
5054 #, no-c-format
5055 msgid "-install_name <name>\tSet the install name for a dylib."
5056 msgstr ""
5058 #: config/darwin.opt:218
5059 #, no-c-format
5060 msgid "Usually \"private extern\" (hidden) symbols are made local when linking, this command suppresses that such that they remain exported."
5061 msgstr ""
5063 #: config/darwin.opt:222
5064 #, no-c-format
5065 msgid "(Obsolete after 10.4) Multi modules are ignored at runtime since macOS 10.4."
5066 msgstr ""
5068 #: config/darwin.opt:226
5069 #, no-c-format
5070 msgid "(Obsolete after 10.4) -multiply_defined <treatment>\tProvided a mechanism for warning about symbols defined in multiple dylibs."
5071 msgstr ""
5073 #: config/darwin.opt:230
5074 #, no-c-format
5075 msgid "(Obsolete after 10.4) -multiply_defined_unused <treatment>\tProvided a mechanism for warning about symbols defined in the current executable also being defined in linked dylibs."
5076 msgstr ""
5078 #: config/darwin.opt:234
5079 #, no-c-format
5080 msgid "(Obsolete) Current linkers never dead-strip these items, so the option is not needed."
5081 msgstr ""
5083 #: config/darwin.opt:238
5084 #, no-c-format
5085 msgid "Do not add a default symbol exports to modules or dynamic libraries."
5086 msgstr ""
5088 #: config/darwin.opt:242
5089 #, no-c-format
5090 msgid "(Obsolete after 10.3.9) Set MH_NOPREFIXBINDING, in an executable."
5091 msgstr ""
5093 #: config/darwin.opt:246
5094 #, no-c-format
5095 msgid "(Obsolete after 10.4)\tSet MH_NOMULTIDEFS in an umbrella framework."
5096 msgstr ""
5098 #: config/darwin.opt:250 config/darwin.opt:265 config/darwin.opt:269
5099 #, no-c-format
5100 msgid "(Obsolete) LD_PREBIND is no longer supported."
5101 msgstr ""
5103 #: config/darwin.opt:254
5104 #, no-c-format
5105 msgid "(Obsolete) This is the default."
5106 msgstr ""
5108 #: config/darwin.opt:261
5109 #, no-c-format
5110 msgid "-pagezero_size <size>\tAllows setting the page 0 size to 4kb when required."
5111 msgstr ""
5113 #: config/darwin.opt:273
5114 #, no-c-format
5115 msgid "Produces a Mach-O file suitable for embedded/ROM use."
5116 msgstr ""
5118 #: config/darwin.opt:277
5119 #, no-c-format
5120 msgid "(Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a symbol also exported from the main executable."
5121 msgstr ""
5123 #: config/darwin.opt:284
5124 #, no-c-format
5125 msgid "Synonym for \"-export-dynamic\" for linker versions that support it."
5126 msgstr ""
5128 #: config/darwin.opt:288
5129 #, no-c-format
5130 msgid "-read_only_relocs <treatment>\tAllow relocations in read-only pages (not recommended)."
5131 msgstr ""
5133 #: config/darwin.opt:292
5134 #, no-c-format
5135 msgid "-sectalign <segname> <sectname> <value>\tSet section <sectname> in segment <segname> to have alignment <value> which must be an integral power of two expressed in hexadecimal form."
5136 msgstr ""
5138 #: config/darwin.opt:296
5139 #, no-c-format
5140 msgid "-sectcreate <segname> <sectname> <file>\tCreate section <sectname> in segment <segname> from the contents of <file>."
5141 msgstr ""
5143 #: config/darwin.opt:300
5144 #, no-c-format
5145 msgid "(Obsolete) -sectobjectsymbols <segname> <sectname>\tSetting a local symbol at the start of a section is no longer supported."
5146 msgstr ""
5148 #: config/darwin.opt:304
5149 #, no-c-format
5150 msgid "(Obsolete) -sectorder <segname> <sectname> <orderfile>\tReplaced by a more general option \"-order_file\"."
5151 msgstr ""
5153 #: config/darwin.opt:308
5154 #, no-c-format
5155 msgid "-seg_addr_table <file>\tSpecify the base addresses for dynamic libraries; <file> contains a line for each library."
5156 msgstr ""
5158 #: config/darwin.opt:313
5159 #, no-c-format
5160 msgid "(Obsolete, ld_classic only) -seg_addr_table_filename <path>."
5161 msgstr ""
5163 #: config/darwin.opt:317
5164 #, no-c-format
5165 msgid "Synonym for \"image_base\"."
5166 msgstr ""
5168 #: config/darwin.opt:321
5169 #, no-c-format
5170 msgid "-segaddr <name> <address>\tSet the base address of segment <name> to <address> which must be aligned to a page boundary (currently 4kb)."
5171 msgstr ""
5173 #: config/darwin.opt:326
5174 #, no-c-format
5175 msgid "(Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file>\tAllowed creation of a section from a file."
5176 msgstr ""
5178 #: config/darwin.opt:330
5179 #, no-c-format
5180 msgid "(Obsolete) Object files with LINKEDIT sections are no longer supported."
5181 msgstr ""
5183 #: config/darwin.opt:334
5184 #, no-c-format
5185 msgid "-segprot <segname> <max_prot> <init_prot>\tThe virtual memory protections for segment <segname> have maximum and initial values <max_prot> and <init_prot> respectively.  The specified values may contain \"r\", \"w\", \"x\" or \"-\" the latter meaning \"no access\"."
5186 msgstr ""
5188 #: config/darwin.opt:338
5189 #, no-c-format
5190 msgid "-segs_read_only_addr <address>\tSpecify that <address> is the base address of the read-only segments of a dylib."
5191 msgstr ""
5193 #: config/darwin.opt:342
5194 #, no-c-format
5195 msgid "-segs_read_write_addr <address>\tSpecify that <address> is the base address address of the read-write segments of a dylib."
5196 msgstr ""
5198 #: config/darwin.opt:346
5199 #, no-c-format
5200 msgid "(Obsolete)\tThis is the default."
5201 msgstr ""
5203 #: config/darwin.opt:350
5204 #, no-c-format
5205 msgid "-sub_library <name>\tLibrary named <name> will be re-exported (only useful for dylibs)."
5206 msgstr ""
5208 #: config/darwin.opt:354
5209 #, no-c-format
5210 msgid "-sub_umbrella <name>\tFramework named <name> will be re-exported (only useful for dylibs)."
5211 msgstr ""
5213 #: config/darwin.opt:358
5214 #, no-c-format
5215 msgid "This is the default."
5216 msgstr ""
5218 #: config/darwin.opt:362
5219 #, no-c-format
5220 msgid "Add extra information to the executable that can speed up dynamic loading (provided that dependent libraries are unchanged)."
5221 msgstr ""
5223 #: config/darwin.opt:366
5224 #, no-c-format
5225 msgid "-umbrella <framework>\tThe specified framework will be re-exported."
5226 msgstr ""
5228 #: config/darwin.opt:370
5229 #, no-c-format
5230 msgid "-undefined <treatment>\tSpecify the handling for undefined symbols (default is error)."
5231 msgstr ""
5233 #: config/darwin.opt:374
5234 #, no-c-format
5235 msgid "-unexported_symbols_list <filename>\tDo not export the global symbols listed in <filename>."
5236 msgstr ""
5238 #: config/darwin.opt:378
5239 #, no-c-format
5240 msgid "-weak_reference_mismatches <treatment>\tSpecifies what to do if a symbol import conflicts between file (weak in one and not in another) the default is to treat the symbol as non-weak."
5241 msgstr ""
5243 #: config/darwin.opt:382
5244 #, no-c-format
5245 msgid "Logs which object files the linker loads."
5246 msgstr ""
5248 #: config/darwin.opt:386
5249 #, no-c-format
5250 msgid "Logs which symbol(s) caused an object to be loaded."
5251 msgstr ""
5253 #: config/darwin.opt:394
5254 #, no-c-format
5255 msgid "(Obsolete, ignored)\tOld support similar to \"-whyload\"."
5256 msgstr ""
5258 #: config/darwin.opt:398
5259 #, no-c-format
5260 msgid "(Obsolete and unhandled by ld64, ignored)\tld should produce an executable (only handled by ld_classic)."
5261 msgstr ""
5263 #: config/bfin/bfin.opt:40 config/msp430/msp430.opt:3 config/c6x/c6x.opt:38
5264 #, no-c-format
5265 msgid "Use simulator runtime."
5266 msgstr ""
5268 #: config/bfin/bfin.opt:44 config/arm/arm.opt:120
5269 #, no-c-format
5270 msgid "Specify the name of the target CPU."
5271 msgstr ""
5273 #: config/bfin/bfin.opt:48
5274 #, no-c-format
5275 msgid "Omit frame pointer for leaf functions."
5276 msgstr ""
5278 #: config/bfin/bfin.opt:52
5279 #, no-c-format
5280 msgid "Program is entirely located in low 64k of memory."
5281 msgstr ""
5283 #: config/bfin/bfin.opt:56
5284 #, no-c-format
5285 msgid "Work around a hardware anomaly by adding a number of NOPs before a CSYNC or SSYNC instruction."
5286 msgstr ""
5288 #: config/bfin/bfin.opt:61
5289 #, no-c-format
5290 msgid "Avoid speculative loads to work around a hardware anomaly."
5291 msgstr ""
5293 #: config/bfin/bfin.opt:65
5294 #, no-c-format
5295 msgid "Enabled ID based shared library."
5296 msgstr ""
5298 #: config/bfin/bfin.opt:69
5299 #, no-c-format
5300 msgid "Generate code that won't be linked against any other ID shared libraries, but may be used as a shared library."
5301 msgstr ""
5303 #: config/bfin/bfin.opt:74 config/m68k/m68k.opt:175
5304 #, no-c-format
5305 msgid "ID of shared library to build."
5306 msgstr ""
5308 #: config/bfin/bfin.opt:78 config/m68k/m68k.opt:171
5309 #, no-c-format
5310 msgid "Enable separate data segment."
5311 msgstr ""
5313 #: config/bfin/bfin.opt:82 config/c6x/c6x.opt:63
5314 #, no-c-format
5315 msgid "Avoid generating pc-relative calls; use indirection."
5316 msgstr ""
5318 #: config/bfin/bfin.opt:86
5319 #, no-c-format
5320 msgid "Link with the fast floating-point library."
5321 msgstr ""
5323 #: config/bfin/bfin.opt:90 config/arm/arm.opt:339 config/frv/frv.opt:130
5324 #, no-c-format
5325 msgid "Enable Function Descriptor PIC mode."
5326 msgstr ""
5328 #: config/bfin/bfin.opt:94 config/frv/frv.opt:162
5329 #, no-c-format
5330 msgid "Enable inlining of PLT in function calls."
5331 msgstr ""
5333 #: config/bfin/bfin.opt:98
5334 #, no-c-format
5335 msgid "Do stack checking using bounds in L1 scratch memory."
5336 msgstr ""
5338 #: config/bfin/bfin.opt:102
5339 #, no-c-format
5340 msgid "Enable multicore support."
5341 msgstr ""
5343 #: config/bfin/bfin.opt:106
5344 #, no-c-format
5345 msgid "Build for Core A."
5346 msgstr ""
5348 #: config/bfin/bfin.opt:110
5349 #, no-c-format
5350 msgid "Build for Core B."
5351 msgstr ""
5353 #: config/bfin/bfin.opt:114
5354 #, no-c-format
5355 msgid "Build for SDRAM."
5356 msgstr ""
5358 #: config/bfin/bfin.opt:118
5359 #, no-c-format
5360 msgid "Assume ICPLBs are enabled at runtime."
5361 msgstr ""
5363 #: config/m68k/m68k-tables.opt:25
5364 #, no-c-format
5365 msgid "Known M68K CPUs (for use with the -mcpu= option):"
5366 msgstr ""
5368 #: config/m68k/m68k-tables.opt:365
5369 #, no-c-format
5370 msgid "Known M68K microarchitectures (for use with the -mtune= option):"
5371 msgstr ""
5373 #: config/m68k/m68k-tables.opt:411
5374 #, no-c-format
5375 msgid "Known M68K ISAs (for use with the -march= option):"
5376 msgstr ""
5378 #: config/m68k/ieee.opt:24 config/i386/i386.opt:374
5379 #, no-c-format
5380 msgid "Use IEEE math for fp comparisons."
5381 msgstr ""
5383 #: config/m68k/m68k.opt:30
5384 #, no-c-format
5385 msgid "Generate code for a 520X."
5386 msgstr ""
5388 #: config/m68k/m68k.opt:34
5389 #, no-c-format
5390 msgid "Generate code for a 5206e."
5391 msgstr ""
5393 #: config/m68k/m68k.opt:38
5394 #, no-c-format
5395 msgid "Generate code for a 528x."
5396 msgstr ""
5398 #: config/m68k/m68k.opt:42
5399 #, no-c-format
5400 msgid "Generate code for a 5307."
5401 msgstr ""
5403 #: config/m68k/m68k.opt:46
5404 #, no-c-format
5405 msgid "Generate code for a 5407."
5406 msgstr ""
5408 #: config/m68k/m68k.opt:50 config/m68k/m68k.opt:111
5409 #, no-c-format
5410 msgid "Generate code for a 68000."
5411 msgstr ""
5413 #: config/m68k/m68k.opt:54
5414 #, no-c-format
5415 msgid "Generate code for a 68010."
5416 msgstr ""
5418 #: config/m68k/m68k.opt:58 config/m68k/m68k.opt:115
5419 #, no-c-format
5420 msgid "Generate code for a 68020."
5421 msgstr ""
5423 #: config/m68k/m68k.opt:62
5424 #, no-c-format
5425 msgid "Generate code for a 68040, without any new instructions."
5426 msgstr ""
5428 #: config/m68k/m68k.opt:66
5429 #, no-c-format
5430 msgid "Generate code for a 68060, without any new instructions."
5431 msgstr ""
5433 #: config/m68k/m68k.opt:70
5434 #, no-c-format
5435 msgid "Generate code for a 68030."
5436 msgstr ""
5438 #: config/m68k/m68k.opt:74
5439 #, no-c-format
5440 msgid "Generate code for a 68040."
5441 msgstr ""
5443 #: config/m68k/m68k.opt:78
5444 #, no-c-format
5445 msgid "Generate code for a 68060."
5446 msgstr ""
5448 #: config/m68k/m68k.opt:82
5449 #, no-c-format
5450 msgid "Generate code for a 68302."
5451 msgstr ""
5453 #: config/m68k/m68k.opt:86
5454 #, no-c-format
5455 msgid "Generate code for a 68332."
5456 msgstr ""
5458 #: config/m68k/m68k.opt:91
5459 #, no-c-format
5460 msgid "Generate code for a 68851."
5461 msgstr ""
5463 #: config/m68k/m68k.opt:95
5464 #, no-c-format
5465 msgid "Generate code that uses 68881 floating-point instructions."
5466 msgstr ""
5468 #: config/m68k/m68k.opt:99
5469 #, no-c-format
5470 msgid "Align variables on a 32-bit boundary."
5471 msgstr ""
5473 #: config/m68k/m68k.opt:103 config/arm/arm.opt:89 config/nios2/nios2.opt:570
5474 #: config/nds32/nds32.opt:171 config/c6x/c6x.opt:67
5475 #, no-c-format
5476 msgid "Specify the name of the target architecture."
5477 msgstr ""
5479 #: config/m68k/m68k.opt:107
5480 #, no-c-format
5481 msgid "Use the bit-field instructions."
5482 msgstr ""
5484 #: config/m68k/m68k.opt:119
5485 #, no-c-format
5486 msgid "Generate code for a ColdFire v4e."
5487 msgstr ""
5489 #: config/m68k/m68k.opt:123
5490 #, no-c-format
5491 msgid "Specify the target CPU."
5492 msgstr ""
5494 #: config/m68k/m68k.opt:127
5495 #, no-c-format
5496 msgid "Generate code for a cpu32."
5497 msgstr ""
5499 #: config/m68k/m68k.opt:131
5500 #, no-c-format
5501 msgid "Use hardware division instructions on ColdFire."
5502 msgstr ""
5504 #: config/m68k/m68k.opt:135
5505 #, no-c-format
5506 msgid "Generate code for a Fido A."
5507 msgstr ""
5509 #: config/m68k/m68k.opt:139
5510 #, no-c-format
5511 msgid "Generate code which uses hardware floating point instructions."
5512 msgstr ""
5514 #: config/m68k/m68k.opt:143
5515 #, no-c-format
5516 msgid "Enable ID based shared library."
5517 msgstr ""
5519 #: config/m68k/m68k.opt:147
5520 #, no-c-format
5521 msgid "Use 32-bit offsets in jump tables rather than 16-bit offsets."
5522 msgstr ""
5524 #: config/m68k/m68k.opt:151
5525 #, no-c-format
5526 msgid "Do not use the bit-field instructions."
5527 msgstr ""
5529 #: config/m68k/m68k.opt:155
5530 #, no-c-format
5531 msgid "Use normal calling convention."
5532 msgstr ""
5534 #: config/m68k/m68k.opt:159
5535 #, no-c-format
5536 msgid "Consider type 'int' to be 32 bits wide."
5537 msgstr ""
5539 #: config/m68k/m68k.opt:163
5540 #, no-c-format
5541 msgid "Generate pc-relative code."
5542 msgstr ""
5544 #: config/m68k/m68k.opt:167
5545 #, no-c-format
5546 msgid "Use different calling convention using 'rtd'."
5547 msgstr ""
5549 #: config/m68k/m68k.opt:179
5550 #, no-c-format
5551 msgid "Consider type 'int' to be 16 bits wide."
5552 msgstr ""
5554 #: config/m68k/m68k.opt:183
5555 #, no-c-format
5556 msgid "Generate code with library calls for floating point."
5557 msgstr ""
5559 #: config/m68k/m68k.opt:187
5560 #, no-c-format
5561 msgid "Do not use unaligned memory references."
5562 msgstr ""
5564 #: config/m68k/m68k.opt:191
5565 #, no-c-format
5566 msgid "Tune for the specified target CPU or architecture."
5567 msgstr ""
5569 #: config/m68k/m68k.opt:195
5570 #, no-c-format
5571 msgid "Support more than 8192 GOT entries on ColdFire."
5572 msgstr ""
5574 #: config/m68k/m68k.opt:199
5575 #, no-c-format
5576 msgid "Support TLS segment larger than 64K."
5577 msgstr ""
5579 #: config/riscv/riscv.opt:26 config/aarch64/aarch64.opt:74
5580 #: config/arm/arm.opt:108 config/microblaze/microblaze.opt:60
5581 #, no-c-format
5582 msgid "Assume target CPU is configured as big endian."
5583 msgstr ""
5585 #: config/riscv/riscv.opt:30 config/aarch64/aarch64.opt:94
5586 #: config/arm/arm.opt:173 config/microblaze/microblaze.opt:64
5587 #, no-c-format
5588 msgid "Assume target CPU is configured as little endian."
5589 msgstr ""
5591 #: config/riscv/riscv.opt:34
5592 #, no-c-format
5593 msgid "-mbranch-cost=N\tSet the cost of branches to roughly N instructions."
5594 msgstr ""
5596 #: config/riscv/riscv.opt:38
5597 #, no-c-format
5598 msgid "When generating -fpic code, allow the use of PLTs. Ignored for fno-pic."
5599 msgstr ""
5601 #: config/riscv/riscv.opt:42
5602 #, no-c-format
5603 msgid "Specify integer and floating-point calling convention."
5604 msgstr ""
5606 #: config/riscv/riscv.opt:46 config/i386/i386.opt:429
5607 #, no-c-format
5608 msgid "Attempt to keep stack aligned to this power of 2."
5609 msgstr ""
5611 #: config/riscv/riscv.opt:50
5612 #, no-c-format
5613 msgid "Supported ABIs (for use with the -mabi= option):"
5614 msgstr ""
5616 #: config/riscv/riscv.opt:75
5617 #, no-c-format
5618 msgid "Use hardware floating-point divide and square root instructions."
5619 msgstr ""
5621 #: config/riscv/riscv.opt:79
5622 #, no-c-format
5623 msgid "Use hardware instructions for integer division."
5624 msgstr ""
5626 #: config/riscv/riscv.opt:83
5627 #, no-c-format
5628 msgid "-march=\tGenerate code for given RISC-V ISA (e.g. RV64IM).  ISA strings must be lower-case."
5629 msgstr ""
5631 #: config/riscv/riscv.opt:88 config/mips/mips.opt:405
5632 #, no-c-format
5633 msgid "-mtune=PROCESSOR\tOptimize the output for PROCESSOR."
5634 msgstr ""
5636 #: config/riscv/riscv.opt:92
5637 #, no-c-format
5638 msgid "-mcpu=PROCESSOR\tUse architecture of and optimize the output for PROCESSOR."
5639 msgstr ""
5641 #: config/riscv/riscv.opt:96
5642 #, no-c-format
5643 msgid "-msmall-data-limit=N\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
5644 msgstr ""
5646 #: config/riscv/riscv.opt:100
5647 #, no-c-format
5648 msgid "Use smaller but slower prologue and epilogue code."
5649 msgstr ""
5651 #: config/riscv/riscv.opt:104
5652 #, no-c-format
5653 msgid "Convert BASE + LARGE_OFFSET addresses to NEW_BASE + SMALL_OFFSET to allow more memory accesses to be generated as compressed instructions.  Currently targets 32-bit integer load/stores."
5654 msgstr ""
5656 #: config/riscv/riscv.opt:110 config/aarch64/aarch64.opt:98
5657 #: config/loongarch/loongarch.opt:193
5658 #, no-c-format
5659 msgid "Specify the code model."
5660 msgstr ""
5662 #: config/riscv/riscv.opt:114 config/loongarch/loongarch.opt:158
5663 #, no-c-format
5664 msgid "Do not generate unaligned memory accesses."
5665 msgstr ""
5667 #: config/riscv/riscv.opt:118 config/i386/i386.opt:293
5668 #: config/rs6000/aix64.opt:36 config/rs6000/linux64.opt:32
5669 #, no-c-format
5670 msgid "Known code models (for use with the -mcmodel= option):"
5671 msgstr ""
5673 #: config/riscv/riscv.opt:128
5674 #, no-c-format
5675 msgid "Use %reloc() operators, rather than assembly macros, to load addresses."
5676 msgstr ""
5678 #: config/riscv/riscv.opt:132
5679 #, no-c-format
5680 msgid "Take advantage of linker relaxations to reduce the number of instructions required to materialize symbol addresses."
5681 msgstr ""
5683 #: config/riscv/riscv.opt:137
5684 #, no-c-format
5685 msgid "Enable the CSR checking for the ISA-dependent CRS and the read-only CSR. The ISA-dependent CSR are only valid when the specific ISA is set.  The read-only CSR can not be written by the CSR instructions."
5686 msgstr ""
5688 #: config/riscv/riscv.opt:159
5689 #, no-c-format
5690 msgid "Emit RISC-V ELF attribute."
5691 msgstr ""
5693 #: config/riscv/riscv.opt:163 config/i386/i386.opt:246
5694 #, no-c-format
5695 msgid "Use the given data alignment."
5696 msgstr ""
5698 #: config/riscv/riscv.opt:167 config/i386/i386.opt:250
5699 #, no-c-format
5700 msgid "Known data alignment choices (for use with the -malign-data= option):"
5701 msgstr ""
5703 #: config/riscv/riscv.opt:177 config/aarch64/aarch64.opt:241
5704 #: config/i386/i386.opt:1011 config/arm/arm.opt:343
5705 #: config/rs6000/rs6000.opt:550
5706 #, no-c-format
5707 msgid "Use given stack-protector guard."
5708 msgstr ""
5710 #: config/riscv/riscv.opt:181 config/aarch64/aarch64.opt:245
5711 #: config/arm/arm.opt:347 config/rs6000/rs6000.opt:554
5712 #, no-c-format
5713 msgid "Valid arguments to -mstack-protector-guard=:"
5714 msgstr ""
5716 #: config/riscv/riscv.opt:191 config/i386/i386.opt:1025
5717 #: config/rs6000/rs6000.opt:564
5718 #, no-c-format
5719 msgid "Use the given base register for addressing the stack-protector guard."
5720 msgstr ""
5722 #: config/riscv/riscv.opt:198 config/i386/i386.opt:1032
5723 #: config/rs6000/rs6000.opt:571
5724 #, no-c-format
5725 msgid "Use the given offset for addressing the stack-protector guard."
5726 msgstr ""
5728 #: config/riscv/riscv.opt:238
5729 #, no-c-format
5730 msgid "Supported ISA specs (for use with the -misa-spec= option):"
5731 msgstr ""
5733 #: config/riscv/riscv.opt:251
5734 #, no-c-format
5735 msgid "Set the version of RISC-V ISA spec."
5736 msgstr ""
5738 #: config/m32c/m32c.opt:23
5739 #, no-c-format
5740 msgid "-msim\tUse simulator runtime."
5741 msgstr ""
5743 #: config/m32c/m32c.opt:27
5744 #, no-c-format
5745 msgid "-mcpu=r8c\tCompile code for R8C variants."
5746 msgstr ""
5748 #: config/m32c/m32c.opt:31
5749 #, no-c-format
5750 msgid "-mcpu=m16c\tCompile code for M16C variants."
5751 msgstr ""
5753 #: config/m32c/m32c.opt:35
5754 #, no-c-format
5755 msgid "-mcpu=m32cm\tCompile code for M32CM variants."
5756 msgstr ""
5758 #: config/m32c/m32c.opt:39
5759 #, no-c-format
5760 msgid "-mcpu=m32c\tCompile code for M32C variants."
5761 msgstr ""
5763 #: config/m32c/m32c.opt:43
5764 #, no-c-format
5765 msgid "-memregs=\tNumber of memreg bytes (default: 16, range: 0..16)."
5766 msgstr ""
5768 #: config/msp430/msp430.opt:7
5769 #, no-c-format
5770 msgid "Use a lightweight configuration of printf and puts to reduce code size. For single-threaded applications, not requiring reentrant I/O only. Requires Newlib Nano IO."
5771 msgstr ""
5773 #: config/msp430/msp430.opt:11
5774 #, no-c-format
5775 msgid "Force assembly output to always use hex constants."
5776 msgstr ""
5778 #: config/msp430/msp430.opt:15
5779 #, no-c-format
5780 msgid "Specify the MCU to build for."
5781 msgstr ""
5783 #: config/msp430/msp430.opt:19
5784 #, no-c-format
5785 msgid "Warn if an MCU name is unrecognized or conflicts with other options (default: on)."
5786 msgstr ""
5788 #: config/msp430/msp430.opt:23
5789 #, no-c-format
5790 msgid "Warn if devices.csv is not found or there are problem parsing it (default: on)."
5791 msgstr ""
5793 #: config/msp430/msp430.opt:27
5794 #, no-c-format
5795 msgid "Specify the ISA to build for: msp430, msp430x, msp430xv2."
5796 msgstr ""
5798 #: config/msp430/msp430.opt:52
5799 #, no-c-format
5800 msgid "Select large model - 20-bit addresses/pointers."
5801 msgstr ""
5803 #: config/msp430/msp430.opt:56
5804 #, no-c-format
5805 msgid "Select small model - 16-bit addresses/pointers (default)."
5806 msgstr ""
5808 #: config/msp430/msp430.opt:60
5809 #, no-c-format
5810 msgid "Optimize opcode sizes at link time."
5811 msgstr ""
5813 #: config/msp430/msp430.opt:67 config/pru/pru.opt:26
5814 #, no-c-format
5815 msgid "Use a minimum runtime (no static initializers or ctors) for memory-constrained devices."
5816 msgstr ""
5818 #: config/msp430/msp430.opt:74
5819 #, no-c-format
5820 msgid "Specify the type of hardware multiply to support."
5821 msgstr ""
5823 #: config/msp430/msp430.opt:96
5824 #, no-c-format
5825 msgid "Specify whether functions should be placed into the lower or upper memory regions, or if they should be shuffled between the regions (either) for best fit (default: lower)."
5826 msgstr ""
5828 #: config/msp430/msp430.opt:100
5829 #, no-c-format
5830 msgid "Specify whether variables should be placed into the lower or upper memory regions, or if they should be shuffled between the regions (either) for best fit (default: lower)."
5831 msgstr ""
5833 #: config/msp430/msp430.opt:104
5834 #, no-c-format
5835 msgid "Add the .lower prefix to section names when compiling with -m{code,data}-region=lower (disabled by default)."
5836 msgstr ""
5838 #: config/msp430/msp430.opt:123
5839 #, no-c-format
5840 msgid "Passes on a request to the assembler to enable fixes for various silicon errata."
5841 msgstr ""
5843 #: config/msp430/msp430.opt:127
5844 #, no-c-format
5845 msgid "Passes on a request to the assembler to warn about various silicon errata."
5846 msgstr ""
5848 #: config/msp430/msp430.opt:131
5849 #, no-c-format
5850 msgid "The path to devices.csv.  The GCC driver can normally locate devices.csv itself and pass this option to the compiler, so the user shouldn't need to pass this."
5851 msgstr ""
5853 #: config/msp430/msp430.opt:136
5854 #, no-c-format
5855 msgid "For shift operations by a constant amount, which require an individual instruction to shift by one position, set the maximum number of inline shift instructions (maximum value 64) to emit instead of using the corresponding __mspabi helper function. The default value is 4."
5856 msgstr ""
5858 #: config/aarch64/aarch64.opt:49
5859 #, no-c-format
5860 msgid "The possible TLS dialects:"
5861 msgstr ""
5863 #: config/aarch64/aarch64.opt:61 config/loongarch/loongarch.opt:171
5864 #, no-c-format
5865 msgid "The code model option names for -mcmodel:"
5866 msgstr ""
5868 #: config/aarch64/aarch64.opt:78 config/i386/i386.opt:1046
5869 #, no-c-format
5870 msgid "Generate code which uses only the general registers."
5871 msgstr ""
5873 #: config/aarch64/aarch64.opt:82 config/i386/i386.opt:1138
5874 #, no-c-format
5875 msgid "Generate code to mitigate against straight line speculation."
5876 msgstr ""
5878 #: config/aarch64/aarch64.opt:86
5879 #, no-c-format
5880 msgid "Workaround for ARM Cortex-A53 Erratum number 835769."
5881 msgstr ""
5883 #: config/aarch64/aarch64.opt:90
5884 #, no-c-format
5885 msgid "Workaround for ARM Cortex-A53 Erratum number 843419."
5886 msgstr ""
5888 #: config/aarch64/aarch64.opt:102
5889 #, no-c-format
5890 msgid "Don't assume that unaligned accesses are handled by the system."
5891 msgstr ""
5893 #: config/aarch64/aarch64.opt:106 config/i386/i386.opt:405
5894 #, no-c-format
5895 msgid "Omit the frame pointer in leaf functions."
5896 msgstr ""
5898 #: config/aarch64/aarch64.opt:110
5899 #, no-c-format
5900 msgid "Specify TLS dialect."
5901 msgstr ""
5903 #: config/aarch64/aarch64.opt:114
5904 #, no-c-format
5905 msgid "Specifies bit size of immediate TLS offsets.  Valid values are 12, 24, 32, 48."
5906 msgstr ""
5908 #: config/aarch64/aarch64.opt:133
5909 #, no-c-format
5910 msgid "Use features of architecture ARCH."
5911 msgstr ""
5913 #: config/aarch64/aarch64.opt:137
5914 #, no-c-format
5915 msgid "Use features of and optimize for CPU."
5916 msgstr ""
5918 #: config/aarch64/aarch64.opt:141
5919 #, no-c-format
5920 msgid "Optimize for CPU."
5921 msgstr ""
5923 #: config/aarch64/aarch64.opt:145
5924 #, no-c-format
5925 msgid "Generate code that conforms to the specified ABI."
5926 msgstr ""
5928 #: config/aarch64/aarch64.opt:149
5929 #, no-c-format
5930 msgid "-moverride=<string>\tPower users only! Override CPU optimization parameters."
5931 msgstr ""
5933 #: config/aarch64/aarch64.opt:153
5934 #, no-c-format
5935 msgid "Known AArch64 ABIs (for use with the -mabi= option):"
5936 msgstr ""
5938 #: config/aarch64/aarch64.opt:163
5939 #, no-c-format
5940 msgid "PC relative literal loads."
5941 msgstr ""
5943 #: config/aarch64/aarch64.opt:167 config/arm/arm.opt:331
5944 #, no-c-format
5945 msgid "Use branch-protection features."
5946 msgstr ""
5948 #: config/aarch64/aarch64.opt:171
5949 #, no-c-format
5950 msgid "Select return address signing scope."
5951 msgstr ""
5953 #: config/aarch64/aarch64.opt:175
5954 #, no-c-format
5955 msgid "Supported AArch64 return address signing scope (for use with -msign-return-address= option):"
5956 msgstr ""
5958 #: config/aarch64/aarch64.opt:188
5959 #, no-c-format
5960 msgid "Enable the reciprocal square root approximation.  Enabling this reduces precision of reciprocal square root results to about 16 bits for single precision and to 32 bits for double precision."
5961 msgstr ""
5963 #: config/aarch64/aarch64.opt:194
5964 #, no-c-format
5965 msgid "Enable the square root approximation.  Enabling this reduces precision of square root results to about 16 bits for single precision and to 32 bits for double precision. If enabled, it implies -mlow-precision-recip-sqrt."
5966 msgstr ""
5968 #: config/aarch64/aarch64.opt:201
5969 #, no-c-format
5970 msgid "Enable the division approximation.  Enabling this reduces precision of division results to about 16 bits for single precision and to 32 bits for double precision."
5971 msgstr ""
5973 #: config/aarch64/aarch64.opt:207
5974 #, no-c-format
5975 msgid "The possible SVE vector lengths:"
5976 msgstr ""
5978 #: config/aarch64/aarch64.opt:229
5979 #, no-c-format
5980 msgid "-msve-vector-bits=<number>\tSet the number of bits in an SVE vector register."
5981 msgstr ""
5983 #: config/aarch64/aarch64.opt:233
5984 #, no-c-format
5985 msgid "Enables verbose cost model dumping in the debug dump files."
5986 msgstr ""
5988 #: config/aarch64/aarch64.opt:237
5989 #, no-c-format
5990 msgid "Generate code to track when the CPU might be speculating incorrectly."
5991 msgstr ""
5993 #: config/aarch64/aarch64.opt:255
5994 #, no-c-format
5995 msgid "Use the system register specified on the command line as the stack protector guard register. This option is for use with fstack-protector-strong and not for use in user-land code."
5996 msgstr ""
5998 #: config/aarch64/aarch64.opt:261
5999 #, no-c-format
6000 msgid "Use an immediate to offset from the stack protector guard register, sp_el0. This option is for use with fstack-protector-strong and not for use in user-land code."
6001 msgstr ""
6003 #: config/aarch64/aarch64.opt:270
6004 #, no-c-format
6005 msgid "Generate local calls to out-of-line atomic operations."
6006 msgstr ""
6008 #: config/aarch64/aarch64.opt:274
6009 #, no-c-format
6010 msgid "When vectorizing for SVE, consider using unpacked vectors for smaller elements and use the cost model to pick the cheapest approach.  Also use the cost model to choose between SVE and Advanced SIMD vectorization."
6011 msgstr ""
6013 #: config/aarch64/aarch64.opt:278
6014 #, no-c-format
6015 msgid "The number of Newton iterations for calculating the reciprocal for float type.  The precision of division is proportional to this param when division approximation is enabled.  The default value is 1."
6016 msgstr ""
6018 #: config/aarch64/aarch64.opt:282
6019 #, no-c-format
6020 msgid "The number of Newton iterations for calculating the reciprocal for double type.  The precision of division is proportional to this param when division approximation is enabled.  The default value is 2."
6021 msgstr ""
6023 #: config/aarch64/aarch64.opt:292
6024 #, no-c-format
6025 msgid "Constant memcpy size in bytes above which to start using MOPS sequence."
6026 msgstr ""
6028 #: config/aarch64/aarch64.opt:296
6029 #, no-c-format
6030 msgid "Constant memmove size in bytes above which to start using MOPS sequence."
6031 msgstr ""
6033 #: config/aarch64/aarch64.opt:300
6034 #, no-c-format
6035 msgid "Constant memset size in bytes from which to start using MOPS sequence."
6036 msgstr ""
6038 #: config/aarch64/aarch64.opt:304
6039 #, no-c-format
6040 msgid "Limit how much the autovectorizer may unroll a loop."
6041 msgstr ""
6043 #: config/linux.opt:24
6044 #, no-c-format
6045 msgid "Use Bionic C library."
6046 msgstr ""
6048 #: config/linux.opt:28
6049 #, no-c-format
6050 msgid "Use GNU C library."
6051 msgstr ""
6053 #: config/linux.opt:32
6054 #, no-c-format
6055 msgid "Use uClibc C library."
6056 msgstr ""
6058 #: config/linux.opt:36
6059 #, no-c-format
6060 msgid "Use musl C library."
6061 msgstr ""
6063 #: config/ia64/ilp32.opt:3
6064 #, no-c-format
6065 msgid "Generate ILP32 code."
6066 msgstr ""
6068 #: config/ia64/ilp32.opt:7
6069 #, no-c-format
6070 msgid "Generate LP64 code."
6071 msgstr ""
6073 #: config/ia64/ia64.opt:28
6074 #, no-c-format
6075 msgid "Generate big endian code."
6076 msgstr ""
6078 #: config/ia64/ia64.opt:32
6079 #, no-c-format
6080 msgid "Generate little endian code."
6081 msgstr ""
6083 #: config/ia64/ia64.opt:36
6084 #, no-c-format
6085 msgid "Generate code for GNU as."
6086 msgstr ""
6088 #: config/ia64/ia64.opt:40
6089 #, no-c-format
6090 msgid "Generate code for GNU ld."
6091 msgstr ""
6093 #: config/ia64/ia64.opt:44
6094 #, no-c-format
6095 msgid "Emit stop bits before and after volatile extended asms."
6096 msgstr ""
6098 #: config/ia64/ia64.opt:48
6099 #, no-c-format
6100 msgid "Use in/loc/out register names."
6101 msgstr ""
6103 #: config/ia64/ia64.opt:55
6104 #, no-c-format
6105 msgid "Enable use of sdata/scommon/sbss."
6106 msgstr ""
6108 #: config/ia64/ia64.opt:59
6109 #, no-c-format
6110 msgid "Generate code without GP reg."
6111 msgstr ""
6113 #: config/ia64/ia64.opt:63
6114 #, no-c-format
6115 msgid "gp is constant (but save/restore gp on indirect calls)."
6116 msgstr ""
6118 #: config/ia64/ia64.opt:67
6119 #, no-c-format
6120 msgid "Generate self-relocatable code."
6121 msgstr ""
6123 #: config/ia64/ia64.opt:71
6124 #, no-c-format
6125 msgid "Generate inline floating point division, optimize for latency."
6126 msgstr ""
6128 #: config/ia64/ia64.opt:75
6129 #, no-c-format
6130 msgid "Generate inline floating point division, optimize for throughput."
6131 msgstr ""
6133 #: config/ia64/ia64.opt:82
6134 #, no-c-format
6135 msgid "Generate inline integer division, optimize for latency."
6136 msgstr ""
6138 #: config/ia64/ia64.opt:86
6139 #, no-c-format
6140 msgid "Generate inline integer division, optimize for throughput."
6141 msgstr ""
6143 #: config/ia64/ia64.opt:90
6144 #, no-c-format
6145 msgid "Do not inline integer division."
6146 msgstr ""
6148 #: config/ia64/ia64.opt:94
6149 #, no-c-format
6150 msgid "Generate inline square root, optimize for latency."
6151 msgstr ""
6153 #: config/ia64/ia64.opt:98
6154 #, no-c-format
6155 msgid "Generate inline square root, optimize for throughput."
6156 msgstr ""
6158 #: config/ia64/ia64.opt:102
6159 #, no-c-format
6160 msgid "Do not inline square root."
6161 msgstr ""
6163 #: config/ia64/ia64.opt:106
6164 #, no-c-format
6165 msgid "Enable DWARF line debug info via GNU as."
6166 msgstr ""
6168 #: config/ia64/ia64.opt:110
6169 #, no-c-format
6170 msgid "Enable earlier placing stop bits for better scheduling."
6171 msgstr ""
6173 #: config/ia64/ia64.opt:114 config/pa/pa.opt:70 config/sh/sh.opt:227
6174 #, no-c-format
6175 msgid "Specify range of registers to make fixed."
6176 msgstr ""
6178 #: config/ia64/ia64.opt:118 config/alpha/alpha.opt:130
6179 #, no-c-format
6180 msgid "Specify bit size of immediate TLS offsets."
6181 msgstr ""
6183 #: config/ia64/ia64.opt:122 config/i386/i386.opt:527 config/s390/s390.opt:203
6184 #: config/sparc/sparc.opt:146 config/visium/visium.opt:49
6185 #, no-c-format
6186 msgid "Schedule code for given CPU."
6187 msgstr ""
6189 #: config/ia64/ia64.opt:126
6190 #, no-c-format
6191 msgid "Known Itanium CPUs (for use with the -mtune= option):"
6192 msgstr ""
6194 #: config/ia64/ia64.opt:136
6195 #, no-c-format
6196 msgid "Use data speculation before reload."
6197 msgstr ""
6199 #: config/ia64/ia64.opt:140
6200 #, no-c-format
6201 msgid "Use data speculation after reload."
6202 msgstr ""
6204 #: config/ia64/ia64.opt:144
6205 #, no-c-format
6206 msgid "Use control speculation."
6207 msgstr ""
6209 #: config/ia64/ia64.opt:148
6210 #, no-c-format
6211 msgid "Use in block data speculation before reload."
6212 msgstr ""
6214 #: config/ia64/ia64.opt:152
6215 #, no-c-format
6216 msgid "Use in block data speculation after reload."
6217 msgstr ""
6219 #: config/ia64/ia64.opt:156
6220 #, no-c-format
6221 msgid "Use in block control speculation."
6222 msgstr ""
6224 #: config/ia64/ia64.opt:160
6225 #, no-c-format
6226 msgid "Use simple data speculation check."
6227 msgstr ""
6229 #: config/ia64/ia64.opt:164
6230 #, no-c-format
6231 msgid "Use simple data speculation check for control speculation."
6232 msgstr ""
6234 #: config/ia64/ia64.opt:174
6235 #, no-c-format
6236 msgid "Count speculative dependencies while calculating priority of instructions."
6237 msgstr ""
6239 #: config/ia64/ia64.opt:178
6240 #, no-c-format
6241 msgid "Place a stop bit after every cycle when scheduling."
6242 msgstr ""
6244 #: config/ia64/ia64.opt:182
6245 #, no-c-format
6246 msgid "Assume that floating-point stores and loads are not likely to cause conflict when placed into one instruction group."
6247 msgstr ""
6249 #: config/ia64/ia64.opt:186
6250 #, no-c-format
6251 msgid "Soft limit on number of memory insns per instruction group, giving lower priority to subsequent memory insns attempting to schedule in the same insn group. Frequently useful to prevent cache bank conflicts.  Default value is 1."
6252 msgstr ""
6254 #: config/ia64/ia64.opt:190
6255 #, no-c-format
6256 msgid "Disallow more than 'msched-max-memory-insns' in instruction group. Otherwise, limit is 'soft' (prefer non-memory operations when limit is reached)."
6257 msgstr ""
6259 #: config/ia64/ia64.opt:194
6260 #, no-c-format
6261 msgid "Don't generate checks for control speculation in selective scheduling."
6262 msgstr ""
6264 #: config/epiphany/epiphany.opt:24
6265 #, no-c-format
6266 msgid "Don't use any of r32..r63."
6267 msgstr ""
6269 #: config/epiphany/epiphany.opt:28
6270 #, no-c-format
6271 msgid "Preferentially allocate registers that allow short instruction generation."
6272 msgstr ""
6274 #: config/epiphany/epiphany.opt:32
6275 #, no-c-format
6276 msgid "Set branch cost."
6277 msgstr ""
6279 #: config/epiphany/epiphany.opt:36
6280 #, no-c-format
6281 msgid "Enable conditional move instruction usage."
6282 msgstr ""
6284 #: config/epiphany/epiphany.opt:40
6285 #, no-c-format
6286 msgid "Set number of nops to emit before each insn pattern."
6287 msgstr ""
6289 #: config/epiphany/epiphany.opt:52
6290 #, no-c-format
6291 msgid "Use software floating point comparisons."
6292 msgstr ""
6294 #: config/epiphany/epiphany.opt:56
6295 #, no-c-format
6296 msgid "Enable split of 32 bit immediate loads into low / high part."
6297 msgstr ""
6299 #: config/epiphany/epiphany.opt:60
6300 #, no-c-format
6301 msgid "Enable use of POST_INC / POST_DEC."
6302 msgstr ""
6304 #: config/epiphany/epiphany.opt:64
6305 #, no-c-format
6306 msgid "Enable use of POST_MODIFY."
6307 msgstr ""
6309 #: config/epiphany/epiphany.opt:68
6310 #, no-c-format
6311 msgid "Set number of bytes on the stack preallocated for use by the callee."
6312 msgstr ""
6314 #: config/epiphany/epiphany.opt:72
6315 #, no-c-format
6316 msgid "Assume round to nearest is selected for purposes of scheduling."
6317 msgstr ""
6319 #: config/epiphany/epiphany.opt:76
6320 #, no-c-format
6321 msgid "Generate call insns as indirect calls."
6322 msgstr ""
6324 #: config/epiphany/epiphany.opt:80
6325 #, no-c-format
6326 msgid "Generate call insns as direct calls."
6327 msgstr ""
6329 #: config/epiphany/epiphany.opt:84
6330 #, no-c-format
6331 msgid "Assume labels and symbols can be addressed using 16 bit absolute addresses."
6332 msgstr ""
6334 #: config/epiphany/epiphany.opt:108
6335 #, no-c-format
6336 msgid "A floatig point to integer truncation may be replaced with rounding to save mode switching."
6337 msgstr ""
6339 #: config/epiphany/epiphany.opt:112
6340 #, no-c-format
6341 msgid "Vectorize for double-word operations."
6342 msgstr ""
6344 #: config/epiphany/epiphany.opt:128
6345 #, no-c-format
6346 msgid "Split unaligned 8 byte vector moves before post-modify address generation."
6347 msgstr ""
6349 #: config/epiphany/epiphany.opt:132
6350 #, no-c-format
6351 msgid "Use the floating point unit for integer add/subtract."
6352 msgstr ""
6354 #: config/epiphany/epiphany.opt:136
6355 #, no-c-format
6356 msgid "Set register to hold -1."
6357 msgstr ""
6359 #: config/ft32/ft32.opt:23
6360 #, no-c-format
6361 msgid "Target the software simulator."
6362 msgstr ""
6364 #: config/ft32/ft32.opt:27 config/s390/s390.opt:234 config/mips/mips.opt:393
6365 #: config/arc/arc.opt:405
6366 #, no-c-format
6367 msgid "Use LRA instead of reload."
6368 msgstr ""
6370 #: config/ft32/ft32.opt:31
6371 #, no-c-format
6372 msgid "Avoid use of the DIV and MOD instructions."
6373 msgstr ""
6375 #: config/ft32/ft32.opt:35
6376 #, no-c-format
6377 msgid "Target the FT32B architecture."
6378 msgstr ""
6380 #: config/ft32/ft32.opt:39
6381 #, no-c-format
6382 msgid "Enable FT32B code compression."
6383 msgstr ""
6385 #: config/ft32/ft32.opt:43
6386 #, no-c-format
6387 msgid "Avoid placing any readable data in program memory."
6388 msgstr ""
6390 #: config/h8300/h8300.opt:23
6391 #, no-c-format
6392 msgid "Generate H8S code."
6393 msgstr ""
6395 #: config/h8300/h8300.opt:27
6396 #, no-c-format
6397 msgid "Generate H8SX code."
6398 msgstr ""
6400 #: config/h8300/h8300.opt:31
6401 #, no-c-format
6402 msgid "Generate H8S/2600 code."
6403 msgstr ""
6405 #: config/h8300/h8300.opt:35
6406 #, no-c-format
6407 msgid "Make integers 32 bits wide."
6408 msgstr ""
6410 #: config/h8300/h8300.opt:42
6411 #, no-c-format
6412 msgid "Use registers for argument passing."
6413 msgstr ""
6415 #: config/h8300/h8300.opt:46
6416 #, no-c-format
6417 msgid "Consider access to byte sized memory slow."
6418 msgstr ""
6420 #: config/h8300/h8300.opt:50
6421 #, no-c-format
6422 msgid "Enable linker relaxing."
6423 msgstr ""
6425 #: config/h8300/h8300.opt:54
6426 #, no-c-format
6427 msgid "Generate H8/300H code."
6428 msgstr ""
6430 #: config/h8300/h8300.opt:58
6431 #, no-c-format
6432 msgid "Enable the normal mode."
6433 msgstr ""
6435 #: config/h8300/h8300.opt:62
6436 #, no-c-format
6437 msgid "Use H8/300 alignment rules."
6438 msgstr ""
6440 #: config/h8300/h8300.opt:66
6441 #, no-c-format
6442 msgid "Push extended registers on stack in monitor functions."
6443 msgstr ""
6445 #: config/h8300/h8300.opt:70
6446 #, no-c-format
6447 msgid "Do not push extended registers on stack in monitor functions."
6448 msgstr ""
6450 #: config/pru/pru.opt:31
6451 #, no-c-format
6452 msgid "-mmcu=MCU\tSelect the target System-On-Chip variant that embeds this PRU."
6453 msgstr ""
6455 #: config/pru/pru.opt:35
6456 #, no-c-format
6457 msgid "Make GCC pass the --no-relax command-line option to the linker instead of the --relax option."
6458 msgstr ""
6460 #: config/pru/pru.opt:40
6461 #, no-c-format
6462 msgid "Allow (or do not allow) gcc to use the LOOP instruction."
6463 msgstr ""
6465 #: config/pru/pru.opt:44
6466 #, no-c-format
6467 msgid "Select target ABI variant."
6468 msgstr ""
6470 #: config/pru/pru.opt:48
6471 #, no-c-format
6472 msgid "ABI variant code generation (for use with -mabi= option):"
6473 msgstr ""
6475 #: config/pdp11/pdp11.opt:23
6476 #, no-c-format
6477 msgid "Generate code for an 11/10."
6478 msgstr ""
6480 #: config/pdp11/pdp11.opt:27
6481 #, no-c-format
6482 msgid "Generate code for an 11/40."
6483 msgstr ""
6485 #: config/pdp11/pdp11.opt:31
6486 #, no-c-format
6487 msgid "Generate code for an 11/45."
6488 msgstr ""
6490 #: config/pdp11/pdp11.opt:35
6491 #, no-c-format
6492 msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)."
6493 msgstr ""
6495 #: config/pdp11/pdp11.opt:39
6496 #, no-c-format
6497 msgid "Use the DEC assembler syntax."
6498 msgstr ""
6500 #: config/pdp11/pdp11.opt:43
6501 #, no-c-format
6502 msgid "Use the GNU assembler syntax."
6503 msgstr ""
6505 #: config/pdp11/pdp11.opt:47 config/rs6000/rs6000.opt:183
6506 #: config/frv/frv.opt:158
6507 #, no-c-format
6508 msgid "Use hardware floating point."
6509 msgstr ""
6511 #: config/pdp11/pdp11.opt:51
6512 #, no-c-format
6513 msgid "Use 16 bit int."
6514 msgstr ""
6516 #: config/pdp11/pdp11.opt:55
6517 #, no-c-format
6518 msgid "Use 32 bit int."
6519 msgstr ""
6521 #: config/pdp11/pdp11.opt:59 config/rs6000/rs6000.opt:179
6522 #, no-c-format
6523 msgid "Do not use hardware floating point."
6524 msgstr ""
6526 #: config/pdp11/pdp11.opt:63
6527 #, no-c-format
6528 msgid "Target has split I&D."
6529 msgstr ""
6531 #: config/pdp11/pdp11.opt:67
6532 #, no-c-format
6533 msgid "Use UNIX assembler syntax."
6534 msgstr ""
6536 #: config/pdp11/pdp11.opt:71
6537 #, no-c-format
6538 msgid "Use LRA register allocator."
6539 msgstr ""
6541 #: config/xtensa/xtensa.opt:23
6542 #, no-c-format
6543 msgid "Use CONST16 instruction to load constants."
6544 msgstr ""
6546 #: config/xtensa/xtensa.opt:27
6547 #, no-c-format
6548 msgid "Disable position-independent code (PIC) for use in OS kernel code."
6549 msgstr ""
6551 #: config/xtensa/xtensa.opt:31
6552 #, no-c-format
6553 msgid "Use indirect CALLXn instructions for large programs."
6554 msgstr ""
6556 #: config/xtensa/xtensa.opt:35
6557 #, no-c-format
6558 msgid "Set extra memory access cost for L32R instruction, in clock-cycle units."
6559 msgstr ""
6561 #: config/xtensa/xtensa.opt:39 config/sh/sh.opt:303
6562 #, no-c-format
6563 msgid "Use LRA instead of reload (transitional)."
6564 msgstr ""
6566 #: config/xtensa/xtensa.opt:43
6567 #, no-c-format
6568 msgid "Automatically align branch targets to reduce branch penalties."
6569 msgstr ""
6571 #: config/xtensa/xtensa.opt:47
6572 #, no-c-format
6573 msgid "Intersperse literal pools with code in the text section."
6574 msgstr ""
6576 #: config/xtensa/xtensa.opt:51
6577 #, no-c-format
6578 msgid "Relax literals in assembler and place them automatically in the text section."
6579 msgstr ""
6581 #: config/xtensa/xtensa.opt:55
6582 #, no-c-format
6583 msgid "-mno-serialize-volatile\tDo not serialize volatile memory references with MEMW instructions."
6584 msgstr ""
6586 #: config/xtensa/xtensa.opt:62
6587 #, no-c-format
6588 msgid "Use call0 ABI."
6589 msgstr ""
6591 #: config/xtensa/xtensa.opt:66
6592 #, no-c-format
6593 msgid "Use windowed registers ABI."
6594 msgstr ""
6596 #: config/i386/cygming.opt:23
6597 #, no-c-format
6598 msgid "Create console application."
6599 msgstr ""
6601 #: config/i386/cygming.opt:27
6602 #, no-c-format
6603 msgid "Generate code for a DLL."
6604 msgstr ""
6606 #: config/i386/cygming.opt:31
6607 #, no-c-format
6608 msgid "Ignore dllimport for functions."
6609 msgstr ""
6611 #: config/i386/cygming.opt:35
6612 #, no-c-format
6613 msgid "Use Mingw-specific thread support."
6614 msgstr ""
6616 #: config/i386/cygming.opt:39
6617 #, no-c-format
6618 msgid "Set Windows defines."
6619 msgstr ""
6621 #: config/i386/cygming.opt:43
6622 #, no-c-format
6623 msgid "Create GUI application."
6624 msgstr ""
6626 #: config/i386/cygming.opt:47
6627 #, no-c-format
6628 msgid "Use the GNU extension to the PE format for aligned common data."
6629 msgstr ""
6631 #: config/i386/cygming.opt:51
6632 #, no-c-format
6633 msgid "Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement."
6634 msgstr ""
6636 #: config/i386/cygming.opt:55
6637 #, no-c-format
6638 msgid "For nested functions on stack executable permission is set."
6639 msgstr ""
6641 #: config/i386/cygming.opt:62
6642 #, no-c-format
6643 msgid "Put relocated read-only data into .data section."
6644 msgstr ""
6646 #: config/i386/mingw.opt:29
6647 #, no-c-format
6648 msgid "Warn about none ISO msvcrt scanf/printf width extensions."
6649 msgstr ""
6651 #: config/i386/mingw-w64.opt:23
6652 #, no-c-format
6653 msgid "Use unicode startup and define UNICODE macro."
6654 msgstr ""
6656 #: config/i386/i386.opt:198
6657 #, no-c-format
6658 msgid "sizeof(long double) is 16."
6659 msgstr ""
6661 #: config/i386/i386.opt:202 config/i386/i386.opt:370
6662 #, no-c-format
6663 msgid "Use hardware fp."
6664 msgstr ""
6666 #: config/i386/i386.opt:206
6667 #, no-c-format
6668 msgid "sizeof(long double) is 12."
6669 msgstr ""
6671 #: config/i386/i386.opt:210
6672 #, no-c-format
6673 msgid "Use 80-bit long double."
6674 msgstr ""
6676 #: config/i386/i386.opt:214 config/s390/s390.opt:163
6677 #: config/sparc/long-double-switch.opt:27 config/alpha/alpha.opt:102
6678 #, no-c-format
6679 msgid "Use 64-bit long double."
6680 msgstr ""
6682 #: config/i386/i386.opt:218 config/s390/s390.opt:159
6683 #: config/sparc/long-double-switch.opt:23 config/alpha/alpha.opt:98
6684 #, no-c-format
6685 msgid "Use 128-bit long double."
6686 msgstr ""
6688 #: config/i386/i386.opt:222 config/sh/sh.opt:179
6689 #, no-c-format
6690 msgid "Reserve space for outgoing arguments in the function prologue."
6691 msgstr ""
6693 #: config/i386/i386.opt:226
6694 #, no-c-format
6695 msgid "Align some doubles on dword boundary."
6696 msgstr ""
6698 #: config/i386/i386.opt:230
6699 #, no-c-format
6700 msgid "Function starts are aligned to this power of 2."
6701 msgstr ""
6703 #: config/i386/i386.opt:234
6704 #, no-c-format
6705 msgid "Jump targets are aligned to this power of 2."
6706 msgstr ""
6708 #: config/i386/i386.opt:238
6709 #, no-c-format
6710 msgid "Loop code aligned to this power of 2."
6711 msgstr ""
6713 #: config/i386/i386.opt:242
6714 #, no-c-format
6715 msgid "Align destination of the string operations."
6716 msgstr ""
6718 #: config/i386/i386.opt:263 config/s390/s390.opt:56
6719 #, no-c-format
6720 msgid "Generate code for given CPU."
6721 msgstr ""
6723 #: config/i386/i386.opt:267
6724 #, no-c-format
6725 msgid "Use given assembler dialect."
6726 msgstr ""
6728 #: config/i386/i386.opt:271
6729 #, no-c-format
6730 msgid "Known assembler dialects (for use with the -masm= option):"
6731 msgstr ""
6733 #: config/i386/i386.opt:281
6734 #, no-c-format
6735 msgid "Branches are this expensive (arbitrary units)."
6736 msgstr ""
6738 #: config/i386/i386.opt:285
6739 #, no-c-format
6740 msgid "-mlarge-data-threshold=<number>\tData greater than given threshold will go into .ldata section in x86-64 medium model."
6741 msgstr ""
6743 #: config/i386/i386.opt:289
6744 #, no-c-format
6745 msgid "Use given x86-64 code model."
6746 msgstr ""
6748 #: config/i386/i386.opt:312
6749 #, no-c-format
6750 msgid "Use given address mode."
6751 msgstr ""
6753 #: config/i386/i386.opt:316
6754 #, no-c-format
6755 msgid "Known address mode (for use with the -maddress-mode= option):"
6756 msgstr ""
6758 #: config/i386/i386.opt:329
6759 #, no-c-format
6760 msgid "Generate sin, cos, sqrt for FPU."
6761 msgstr ""
6763 #: config/i386/i386.opt:333
6764 #, no-c-format
6765 msgid "Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack."
6766 msgstr ""
6768 #: config/i386/i386.opt:337
6769 #, no-c-format
6770 msgid "Return values of functions in FPU registers."
6771 msgstr ""
6773 #: config/i386/i386.opt:341
6774 #, no-c-format
6775 msgid "Generate floating point mathematics using given instruction set."
6776 msgstr ""
6778 #: config/i386/i386.opt:345
6779 #, no-c-format
6780 msgid "Valid arguments to -mfpmath=:"
6781 msgstr ""
6783 #: config/i386/i386.opt:378
6784 #, no-c-format
6785 msgid "Inline all known string operations."
6786 msgstr ""
6788 #: config/i386/i386.opt:382
6789 #, no-c-format
6790 msgid "Inline memset/memcpy string operations, but perform inline version only for small blocks."
6791 msgstr ""
6793 #: config/i386/i386.opt:389
6794 #, no-c-format
6795 msgid "Use native (MS) bitfield layout."
6796 msgstr ""
6798 #: config/i386/i386.opt:409
6799 #, no-c-format
6800 msgid "Relax cmpxchg loop for atomic_fetch_{or,xor,and,nand} by adding load and cmp before cmpxchg, execute pause and loop back to load and compare if load value is not expected."
6801 msgstr ""
6803 #: config/i386/i386.opt:413
6804 #, no-c-format
6805 msgid "Set 80387 floating-point precision to 32-bit."
6806 msgstr ""
6808 #: config/i386/i386.opt:417
6809 #, no-c-format
6810 msgid "Set 80387 floating-point precision to 64-bit."
6811 msgstr ""
6813 #: config/i386/i386.opt:421
6814 #, no-c-format
6815 msgid "Set 80387 floating-point precision to 80-bit."
6816 msgstr ""
6818 #: config/i386/i386.opt:425
6819 #, no-c-format
6820 msgid "Set the FTZ and DAZ Flags."
6821 msgstr ""
6823 #: config/i386/i386.opt:433
6824 #, no-c-format
6825 msgid "Assume incoming stack aligned to this power of 2."
6826 msgstr ""
6828 #: config/i386/i386.opt:437
6829 #, no-c-format
6830 msgid "Use push instructions to save outgoing arguments."
6831 msgstr ""
6833 #: config/i386/i386.opt:441
6834 #, no-c-format
6835 msgid "Use red-zone in the x86-64 code."
6836 msgstr ""
6838 #: config/i386/i386.opt:445
6839 #, no-c-format
6840 msgid "Number of registers used to pass integer arguments."
6841 msgstr ""
6843 #: config/i386/i386.opt:449
6844 #, no-c-format
6845 msgid "Alternate calling convention."
6846 msgstr ""
6848 #: config/i386/i386.opt:453 config/alpha/alpha.opt:23
6849 #, no-c-format
6850 msgid "Do not use hardware fp."
6851 msgstr ""
6853 #: config/i386/i386.opt:457
6854 #, no-c-format
6855 msgid "Use SSE register passing conventions for SF and DF mode."
6856 msgstr ""
6858 #: config/i386/i386.opt:461
6859 #, no-c-format
6860 msgid "Realign stack in prologue."
6861 msgstr ""
6863 #: config/i386/i386.opt:465
6864 #, no-c-format
6865 msgid "Enable stack probing."
6866 msgstr ""
6868 #: config/i386/i386.opt:469
6869 #, no-c-format
6870 msgid "Specify memcpy expansion strategy when expected size is known."
6871 msgstr ""
6873 #: config/i386/i386.opt:473
6874 #, no-c-format
6875 msgid "Specify memset expansion strategy when expected size is known."
6876 msgstr ""
6878 #: config/i386/i386.opt:477
6879 #, no-c-format
6880 msgid "Chose strategy to generate stringop using."
6881 msgstr ""
6883 #: config/i386/i386.opt:481
6884 #, no-c-format
6885 msgid "Valid arguments to -mstringop-strategy=:"
6886 msgstr ""
6888 #: config/i386/i386.opt:509
6889 #, no-c-format
6890 msgid "Use given thread-local storage dialect."
6891 msgstr ""
6893 #: config/i386/i386.opt:513
6894 #, no-c-format
6895 msgid "Known TLS dialects (for use with the -mtls-dialect= option):"
6896 msgstr ""
6898 #: config/i386/i386.opt:523
6899 #, no-c-format
6900 msgid "Use direct references against %gs when accessing tls data."
6901 msgstr ""
6903 #: config/i386/i386.opt:531
6904 #, no-c-format
6905 msgid "Fine grain control of tune features."
6906 msgstr ""
6908 #: config/i386/i386.opt:535
6909 #, no-c-format
6910 msgid "Clear all tune features."
6911 msgstr ""
6913 #: config/i386/i386.opt:542
6914 #, no-c-format
6915 msgid "Generate code that conforms to Intel MCU psABI."
6916 msgstr ""
6918 #: config/i386/i386.opt:546
6919 #, no-c-format
6920 msgid "Generate code that conforms to the given ABI."
6921 msgstr ""
6923 #: config/i386/i386.opt:550 config/nds32/nds32.opt:51
6924 #, no-c-format
6925 msgid "Known ABIs (for use with the -mabi= option):"
6926 msgstr ""
6928 #: config/i386/i386.opt:560
6929 #, no-c-format
6930 msgid "Use libgcc stubs to save and restore registers clobbered by 64-bit Microsoft to System V ABI calls."
6931 msgstr ""
6933 #: config/i386/i386.opt:564 config/rs6000/rs6000.opt:195
6934 #, no-c-format
6935 msgid "Vector library ABI to use."
6936 msgstr ""
6938 #: config/i386/i386.opt:568
6939 #, no-c-format
6940 msgid "Known vectorization library ABIs (for use with the -mveclibabi= option):"
6941 msgstr ""
6943 #: config/i386/i386.opt:578
6944 #, no-c-format
6945 msgid "Return 8-byte vectors in memory."
6946 msgstr ""
6948 #: config/i386/i386.opt:582
6949 #, no-c-format
6950 msgid "Generate reciprocals instead of divss and sqrtss."
6951 msgstr ""
6953 #: config/i386/i386.opt:586
6954 #, no-c-format
6955 msgid "Control generation of reciprocal estimates."
6956 msgstr ""
6958 #: config/i386/i386.opt:590
6959 #, no-c-format
6960 msgid "Generate cld instruction in the function prologue."
6961 msgstr ""
6963 #: config/i386/i386.opt:594
6964 #, no-c-format
6965 msgid "Generate vzeroupper instruction before a transfer of control flow out of the function."
6966 msgstr ""
6968 #: config/i386/i386.opt:599
6969 #, no-c-format
6970 msgid "Disable Scalar to Vector optimization pass transforming 64-bit integer computations into a vector ones."
6971 msgstr ""
6973 #: config/i386/i386.opt:604
6974 #, no-c-format
6975 msgid "Do dispatch scheduling if processor is bdver1, bdver2, bdver3, bdver4 or znver1 and Haifa scheduling is selected."
6976 msgstr ""
6978 #: config/i386/i386.opt:609
6979 #, no-c-format
6980 msgid "Use 128-bit AVX instructions instead of 256-bit AVX instructions in the auto-vectorizer."
6981 msgstr ""
6983 #: config/i386/i386.opt:613
6984 #, no-c-format
6985 msgid "Use given register vector width instructions instead of maximum register width in the auto-vectorizer."
6986 msgstr ""
6988 #: config/i386/i386.opt:617
6989 #, no-c-format
6990 msgid "Known preferred register vector length (to use with the -mprefer-vector-width= option):"
6991 msgstr ""
6993 #: config/i386/i386.opt:633
6994 #, no-c-format
6995 msgid "Maximum number of bits that can be moved from memory to memory efficiently."
6996 msgstr ""
6998 #: config/i386/i386.opt:637
6999 #, no-c-format
7000 msgid "Maximum number of bits that can be stored to memory efficiently."
7001 msgstr ""
7003 #: config/i386/i386.opt:643
7004 #, no-c-format
7005 msgid "Generate 32bit i386 code."
7006 msgstr ""
7008 #: config/i386/i386.opt:647
7009 #, no-c-format
7010 msgid "Generate 64bit x86-64 code."
7011 msgstr ""
7013 #: config/i386/i386.opt:651
7014 #, no-c-format
7015 msgid "Generate 32bit x86-64 code."
7016 msgstr ""
7018 #: config/i386/i386.opt:655
7019 #, no-c-format
7020 msgid "Generate 16bit i386 code."
7021 msgstr ""
7023 #: config/i386/i386.opt:659
7024 #, no-c-format
7025 msgid "Support MMX built-in functions."
7026 msgstr ""
7028 #: config/i386/i386.opt:663
7029 #, no-c-format
7030 msgid "Support 3DNow! built-in functions."
7031 msgstr ""
7033 #: config/i386/i386.opt:667
7034 #, no-c-format
7035 msgid "Support Athlon 3Dnow! built-in functions."
7036 msgstr ""
7038 #: config/i386/i386.opt:671
7039 #, no-c-format
7040 msgid "Support MMX and SSE built-in functions and code generation."
7041 msgstr ""
7043 #: config/i386/i386.opt:675
7044 #, no-c-format
7045 msgid "Support MMX, SSE and SSE2 built-in functions and code generation."
7046 msgstr ""
7048 #: config/i386/i386.opt:679
7049 #, no-c-format
7050 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation."
7051 msgstr ""
7053 #: config/i386/i386.opt:683
7054 #, no-c-format
7055 msgid "Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation."
7056 msgstr ""
7058 #: config/i386/i386.opt:687
7059 #, no-c-format
7060 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3 and SSE4.1 built-in functions and code generation."
7061 msgstr ""
7063 #: config/i386/i386.opt:691 config/i386/i386.opt:695
7064 #, no-c-format
7065 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions and code generation."
7066 msgstr ""
7068 #: config/i386/i386.opt:699
7069 #, no-c-format
7070 msgid "Do not support SSE4.1 and SSE4.2 built-in functions and code generation."
7071 msgstr ""
7073 #: config/i386/i386.opt:707
7074 #, no-c-format
7075 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and AVX built-in functions and code generation."
7076 msgstr ""
7078 #: config/i386/i386.opt:711
7079 #, no-c-format
7080 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and AVX2 built-in functions and code generation."
7081 msgstr ""
7083 #: config/i386/i386.opt:715
7084 #, no-c-format
7085 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F built-in functions and code generation."
7086 msgstr ""
7088 #: config/i386/i386.opt:719
7089 #, no-c-format
7090 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512PF built-in functions and code generation."
7091 msgstr ""
7093 #: config/i386/i386.opt:723
7094 #, no-c-format
7095 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512ER built-in functions and code generation."
7096 msgstr ""
7098 #: config/i386/i386.opt:727
7099 #, no-c-format
7100 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512CD built-in functions and code generation."
7101 msgstr ""
7103 #: config/i386/i386.opt:731
7104 #, no-c-format
7105 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512DQ built-in functions and code generation."
7106 msgstr ""
7108 #: config/i386/i386.opt:735
7109 #, no-c-format
7110 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512BW built-in functions and code generation."
7111 msgstr ""
7113 #: config/i386/i386.opt:739
7114 #, no-c-format
7115 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VL built-in functions and code generation."
7116 msgstr ""
7118 #: config/i386/i386.opt:743
7119 #, no-c-format
7120 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512IFMA built-in functions and code generation."
7121 msgstr ""
7123 #: config/i386/i386.opt:747
7124 #, no-c-format
7125 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VBMI built-in functions and code generation."
7126 msgstr ""
7128 #: config/i386/i386.opt:751
7129 #, no-c-format
7130 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124FMAPS built-in functions and code generation."
7131 msgstr ""
7133 #: config/i386/i386.opt:755
7134 #, no-c-format
7135 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124VNNIW built-in functions and code generation."
7136 msgstr ""
7138 #: config/i386/i386.opt:759
7139 #, no-c-format
7140 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VPOPCNTDQ built-in functions and code generation."
7141 msgstr ""
7143 #: config/i386/i386.opt:763
7144 #, no-c-format
7145 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VBMI2 built-in functions and code generation."
7146 msgstr ""
7148 #: config/i386/i386.opt:767
7149 #, no-c-format
7150 msgid "Support AVX512VNNI built-in functions and code generation."
7151 msgstr ""
7153 #: config/i386/i386.opt:771
7154 #, no-c-format
7155 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BITALG built-in functions and code generation."
7156 msgstr ""
7158 #: config/i386/i386.opt:775
7159 #, no-c-format
7160 msgid "Support AVX512VP2INTERSECT built-in functions and code generation."
7161 msgstr ""
7163 #: config/i386/i386.opt:779
7164 #, no-c-format
7165 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in functions and code generation."
7166 msgstr ""
7168 #: config/i386/i386.opt:783
7169 #, no-c-format
7170 msgid "Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation."
7171 msgstr ""
7173 #: config/i386/i386.opt:787
7174 #, no-c-format
7175 msgid "Support FMA4 built-in functions and code generation."
7176 msgstr ""
7178 #: config/i386/i386.opt:791
7179 #, no-c-format
7180 msgid "Support XOP built-in functions and code generation."
7181 msgstr ""
7183 #: config/i386/i386.opt:795
7184 #, no-c-format
7185 msgid "Support LWP built-in functions and code generation."
7186 msgstr ""
7188 #: config/i386/i386.opt:799
7189 #, no-c-format
7190 msgid "Support code generation of Advanced Bit Manipulation (ABM) instructions."
7191 msgstr ""
7193 #: config/i386/i386.opt:803
7194 #, no-c-format
7195 msgid "Support code generation of popcnt instruction."
7196 msgstr ""
7198 #: config/i386/i386.opt:807
7199 #, no-c-format
7200 msgid "Support PCONFIG built-in functions and code generation."
7201 msgstr ""
7203 #: config/i386/i386.opt:811
7204 #, no-c-format
7205 msgid "Support WBNOINVD built-in functions and code generation."
7206 msgstr ""
7208 #: config/i386/i386.opt:815
7209 #, no-c-format
7210 msgid "Support PTWRITE built-in functions and code generation."
7211 msgstr ""
7213 #: config/i386/i386.opt:819
7214 #, no-c-format
7215 msgid "Support UINTR built-in functions and code generation."
7216 msgstr ""
7218 #: config/i386/i386.opt:823
7219 #, no-c-format
7220 msgid "Support SGX built-in functions and code generation."
7221 msgstr ""
7223 #: config/i386/i386.opt:827
7224 #, no-c-format
7225 msgid "Support RDPID built-in functions and code generation."
7226 msgstr ""
7228 #: config/i386/i386.opt:831
7229 #, no-c-format
7230 msgid "Support GFNI built-in functions and code generation."
7231 msgstr ""
7233 #: config/i386/i386.opt:835
7234 #, no-c-format
7235 msgid "Support VAES built-in functions and code generation."
7236 msgstr ""
7238 #: config/i386/i386.opt:839
7239 #, no-c-format
7240 msgid "Support VPCLMULQDQ built-in functions and code generation."
7241 msgstr ""
7243 #: config/i386/i386.opt:843
7244 #, no-c-format
7245 msgid "Support BMI built-in functions and code generation."
7246 msgstr ""
7248 #: config/i386/i386.opt:847
7249 #, no-c-format
7250 msgid "Support BMI2 built-in functions and code generation."
7251 msgstr ""
7253 #: config/i386/i386.opt:851
7254 #, no-c-format
7255 msgid "Support LZCNT built-in function and code generation."
7256 msgstr ""
7258 #: config/i386/i386.opt:855
7259 #, no-c-format
7260 msgid "Support Hardware Lock Elision prefixes."
7261 msgstr ""
7263 #: config/i386/i386.opt:859
7264 #, no-c-format
7265 msgid "Support RDSEED instruction."
7266 msgstr ""
7268 #: config/i386/i386.opt:863
7269 #, no-c-format
7270 msgid "Support PREFETCHW instruction."
7271 msgstr ""
7273 #: config/i386/i386.opt:867
7274 #, no-c-format
7275 msgid "Support flag-preserving add-carry instructions."
7276 msgstr ""
7278 #: config/i386/i386.opt:871
7279 #, no-c-format
7280 msgid "Support CLFLUSHOPT instructions."
7281 msgstr ""
7283 #: config/i386/i386.opt:875
7284 #, no-c-format
7285 msgid "Support CLWB instruction."
7286 msgstr ""
7288 #: config/i386/i386.opt:882
7289 #, no-c-format
7290 msgid "Support FXSAVE and FXRSTOR instructions."
7291 msgstr ""
7293 #: config/i386/i386.opt:886
7294 #, no-c-format
7295 msgid "Support XSAVE and XRSTOR instructions."
7296 msgstr ""
7298 #: config/i386/i386.opt:890
7299 #, no-c-format
7300 msgid "Support XSAVEOPT instruction."
7301 msgstr ""
7303 #: config/i386/i386.opt:894
7304 #, no-c-format
7305 msgid "Support XSAVEC instructions."
7306 msgstr ""
7308 #: config/i386/i386.opt:898
7309 #, no-c-format
7310 msgid "Support XSAVES and XRSTORS instructions."
7311 msgstr ""
7313 #: config/i386/i386.opt:902
7314 #, no-c-format
7315 msgid "Support TBM built-in functions and code generation."
7316 msgstr ""
7318 #: config/i386/i386.opt:906
7319 #, no-c-format
7320 msgid "Support code generation of cmpxchg16b instruction."
7321 msgstr ""
7323 #: config/i386/i386.opt:910
7324 #, no-c-format
7325 msgid "Support code generation of sahf instruction in 64bit x86-64 code."
7326 msgstr ""
7328 #: config/i386/i386.opt:914
7329 #, no-c-format
7330 msgid "Support code generation of movbe instruction."
7331 msgstr ""
7333 #: config/i386/i386.opt:918
7334 #, no-c-format
7335 msgid "Support code generation of crc32 instruction."
7336 msgstr ""
7338 #: config/i386/i386.opt:922
7339 #, no-c-format
7340 msgid "Support AES built-in functions and code generation."
7341 msgstr ""
7343 #: config/i386/i386.opt:926
7344 #, no-c-format
7345 msgid "Support SHA1 and SHA256 built-in functions and code generation."
7346 msgstr ""
7348 #: config/i386/i386.opt:930
7349 #, no-c-format
7350 msgid "Support PCLMUL built-in functions and code generation."
7351 msgstr ""
7353 #: config/i386/i386.opt:934
7354 #, no-c-format
7355 msgid "Encode SSE instructions with VEX prefix."
7356 msgstr ""
7358 #: config/i386/i386.opt:938
7359 #, no-c-format
7360 msgid "Support FSGSBASE built-in functions and code generation."
7361 msgstr ""
7363 #: config/i386/i386.opt:942
7364 #, no-c-format
7365 msgid "Support RDRND built-in functions and code generation."
7366 msgstr ""
7368 #: config/i386/i386.opt:946
7369 #, no-c-format
7370 msgid "Support F16C built-in functions and code generation."
7371 msgstr ""
7373 #: config/i386/i386.opt:950
7374 #, no-c-format
7375 msgid "Support PREFETCHWT1 built-in functions and code generation."
7376 msgstr ""
7378 #: config/i386/i386.opt:954
7379 #, no-c-format
7380 msgid "Emit profiling counter call at function entry before prologue."
7381 msgstr ""
7383 #: config/i386/i386.opt:958
7384 #, no-c-format
7385 msgid "Generate __mcount_loc section with all mcount or __fentry__ calls."
7386 msgstr ""
7388 #: config/i386/i386.opt:962 config/s390/s390.opt:311
7389 #, no-c-format
7390 msgid "Generate mcount/__fentry__ calls as nops. To activate they need to be patched in."
7391 msgstr ""
7393 #: config/i386/i386.opt:967
7394 #, no-c-format
7395 msgid "Set name of __fentry__ symbol called at function entry."
7396 msgstr ""
7398 #: config/i386/i386.opt:971
7399 #, no-c-format
7400 msgid "Set name of section to record mrecord-mcount calls."
7401 msgstr ""
7403 #: config/i386/i386.opt:975
7404 #, no-c-format
7405 msgid "Skip setting up RAX register when passing variable arguments."
7406 msgstr ""
7408 #: config/i386/i386.opt:979
7409 #, no-c-format
7410 msgid "Expand 32bit/64bit integer divide into 8bit unsigned integer divide with run-time check."
7411 msgstr ""
7413 #: config/i386/i386.opt:983
7414 #, no-c-format
7415 msgid "Split 32-byte AVX unaligned load."
7416 msgstr ""
7418 #: config/i386/i386.opt:987
7419 #, no-c-format
7420 msgid "Split 32-byte AVX unaligned store."
7421 msgstr ""
7423 #: config/i386/i386.opt:991
7424 #, no-c-format
7425 msgid "Support RTM built-in functions and code generation."
7426 msgstr ""
7428 #: config/i386/i386.opt:999
7429 #, no-c-format
7430 msgid "Support MWAITX and MONITORX built-in functions and code generation."
7431 msgstr ""
7433 #: config/i386/i386.opt:1003
7434 #, no-c-format
7435 msgid "Support CLZERO built-in functions and code generation."
7436 msgstr ""
7438 #: config/i386/i386.opt:1007
7439 #, no-c-format
7440 msgid "Support PKU built-in functions and code generation."
7441 msgstr ""
7443 #: config/i386/i386.opt:1015
7444 #, no-c-format
7445 msgid "Known stack protector guard (for use with the -mstack-protector-guard= option):"
7446 msgstr ""
7448 #: config/i386/i386.opt:1039
7449 #, no-c-format
7450 msgid "Use the given symbol for addressing the stack-protector guard."
7451 msgstr ""
7453 #: config/i386/i386.opt:1050
7454 #, no-c-format
7455 msgid "Enable shadow stack built-in functions from Control-flow Enforcement Technology (CET)."
7456 msgstr ""
7458 #: config/i386/i386.opt:1055
7459 #, no-c-format
7460 msgid "Turn on CET instrumentation for switch statements that use a jump table and an indirect jump."
7461 msgstr ""
7463 #: config/i386/i386.opt:1060
7464 #, no-c-format
7465 msgid "Insert ENDBR instruction at function entry only via cf_check attribute for CET instrumentation."
7466 msgstr ""
7468 #: config/i386/i386.opt:1065
7469 #, no-c-format
7470 msgid "Make all function calls indirect."
7471 msgstr ""
7473 #: config/i386/i386.opt:1069
7474 #, no-c-format
7475 msgid "Convert indirect call and jump to call and return thunks."
7476 msgstr ""
7478 #: config/i386/i386.opt:1073
7479 #, no-c-format
7480 msgid "Convert function return to call and return thunk."
7481 msgstr ""
7483 #: config/i386/i386.opt:1077 config/s390/s390.opt:277
7484 #, no-c-format
7485 msgid "Known indirect branch choices (for use with the -mindirect-branch=/-mfunction-return= options):"
7486 msgstr ""
7488 #: config/i386/i386.opt:1093
7489 #, no-c-format
7490 msgid "Add CS prefix to call and jmp to indirect thunk with branch target in r8-r15 registers."
7491 msgstr ""
7493 #: config/i386/i386.opt:1097
7494 #, no-c-format
7495 msgid "Force indirect call and jump via register."
7496 msgstr ""
7498 #: config/i386/i386.opt:1101
7499 #, no-c-format
7500 msgid "Support MOVDIRI built-in functions and code generation."
7501 msgstr ""
7503 #: config/i386/i386.opt:1105
7504 #, no-c-format
7505 msgid "Support MOVDIR64B built-in functions and code generation."
7506 msgstr ""
7508 #: config/i386/i386.opt:1109
7509 #, no-c-format
7510 msgid "Support WAITPKG built-in functions and code generation."
7511 msgstr ""
7513 #: config/i386/i386.opt:1113
7514 #, no-c-format
7515 msgid "Support CLDEMOTE built-in functions and code generation."
7516 msgstr ""
7518 #: config/i386/i386.opt:1117
7519 #, no-c-format
7520 msgid "Instrument function exit in instrumented functions with __fentry__."
7521 msgstr ""
7523 #: config/i386/i386.opt:1121
7524 #, no-c-format
7525 msgid "Known choices for return instrumentation with -minstrument-return=:"
7526 msgstr ""
7528 #: config/i386/i386.opt:1134
7529 #, no-c-format
7530 msgid "Generate a __return_loc section pointing to all return instrumentation code."
7531 msgstr ""
7533 #: config/i386/i386.opt:1142
7534 #, no-c-format
7535 msgid "Known choices for mitigation against straight line speculation with -mharden-sls=:"
7536 msgstr ""
7538 #: config/i386/i386.opt:1158
7539 #, no-c-format
7540 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BF16 built-in functions and code generation."
7541 msgstr ""
7543 #: config/i386/i386.opt:1163
7544 #, no-c-format
7545 msgid "Support ENQCMD built-in functions and code generation."
7546 msgstr ""
7548 #: config/i386/i386.opt:1167
7549 #, no-c-format
7550 msgid "Support SERIALIZE built-in functions and code generation."
7551 msgstr ""
7553 #: config/i386/i386.opt:1171
7554 #, no-c-format
7555 msgid "Support TSXLDTRK built-in functions and code generation."
7556 msgstr ""
7558 #: config/i386/i386.opt:1175
7559 #, no-c-format
7560 msgid "Support AMX-TILE built-in functions and code generation."
7561 msgstr ""
7563 #: config/i386/i386.opt:1179
7564 #, no-c-format
7565 msgid "Support AMX-INT8 built-in functions and code generation."
7566 msgstr ""
7568 #: config/i386/i386.opt:1183
7569 #, no-c-format
7570 msgid "Support AMX-BF16 built-in functions and code generation."
7571 msgstr ""
7573 #: config/i386/i386.opt:1187
7574 #, no-c-format
7575 msgid "Support HRESET built-in functions and code generation."
7576 msgstr ""
7578 #: config/i386/i386.opt:1191
7579 #, no-c-format
7580 msgid "Support KL built-in functions and code generation."
7581 msgstr ""
7583 #: config/i386/i386.opt:1195
7584 #, no-c-format
7585 msgid "Support WIDEKL built-in functions and code generation."
7586 msgstr ""
7588 #: config/i386/i386.opt:1199
7589 #, no-c-format
7590 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXVNNI built-in functions and code generation."
7591 msgstr ""
7593 #: config/i386/i386.opt:1204
7594 #, no-c-format
7595 msgid "Emit GNU_PROPERTY_X86_ISA_1_NEEDED GNU property."
7596 msgstr ""
7598 #: config/i386/i386.opt:1208
7599 #, no-c-format
7600 msgid "Support MWAIT and MONITOR built-in functions and code generation."
7601 msgstr ""
7603 #: config/i386/i386.opt:1212
7604 #, no-c-format
7605 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512-FP16 built-in functions and code generation."
7606 msgstr ""
7608 #: config/i386/i386.opt:1216
7609 #, no-c-format
7610 msgid "Do not use GOT to access external symbols."
7611 msgstr ""
7613 #: config/i386/i386.opt:1220
7614 #, no-c-format
7615 msgid "Instructions number above which STFL stall penalty can be compensated."
7616 msgstr ""
7618 #: config/i386/i386.opt:1224
7619 #, no-c-format
7620 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXIFMA built-in functions and code generation."
7621 msgstr ""
7623 #: config/i386/i386.opt:1229
7624 #, no-c-format
7625 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVXVNNIINT8 built-in functions and code generation."
7626 msgstr ""
7628 #: config/i386/i386.opt:1234
7629 #, no-c-format
7630 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXNECONVERT build-in functions and code generation."
7631 msgstr ""
7633 #: config/i386/i386.opt:1239
7634 #, no-c-format
7635 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and CMPCCXADD build-in functions and code generation."
7636 msgstr ""
7638 #: config/i386/i386.opt:1244
7639 #, no-c-format
7640 msgid "Support AMX-FP16 built-in functions and code generation."
7641 msgstr ""
7643 #: config/i386/i386.opt:1248
7644 #, no-c-format
7645 msgid "Support PREFETCHI built-in functions and code generation."
7646 msgstr ""
7648 #: config/i386/i386.opt:1252
7649 #, no-c-format
7650 msgid "Support RAOINT built-in functions and code generation."
7651 msgstr ""
7653 #: config/i386/i386.opt:1256
7654 #, no-c-format
7655 msgid "Enable conservative small loop unrolling."
7656 msgstr ""
7658 #: config/i386/i386.opt:1260
7659 #, no-c-format
7660 msgid "-mlam=[none|u48|u57] Instrument meta data position in user data pointers."
7661 msgstr ""
7663 #: config/pa/pa64-hpux.opt:23
7664 #, no-c-format
7665 msgid "Assume code will be linked by GNU ld."
7666 msgstr ""
7668 #: config/pa/pa64-hpux.opt:27
7669 #, no-c-format
7670 msgid "Assume code will be linked by HP ld."
7671 msgstr ""
7673 #: config/pa/pa-hpux1010.opt:23 config/pa/pa-hpux.opt:31
7674 #: config/pa/pa-hpux1131.opt:23 config/pa/pa-hpux1111.opt:23
7675 #, no-c-format
7676 msgid "Specify UNIX standard for predefines and linking."
7677 msgstr ""
7679 #: config/pa/pa-hpux.opt:27
7680 #, no-c-format
7681 msgid "Generate cpp defines for server IO."
7682 msgstr ""
7684 #: config/pa/pa-hpux.opt:35
7685 #, no-c-format
7686 msgid "Generate cpp defines for workstation IO."
7687 msgstr ""
7689 #: config/pa/pa.opt:30 config/pa/pa.opt:95 config/pa/pa.opt:107
7690 #, no-c-format
7691 msgid "Generate PA1.0 code."
7692 msgstr ""
7694 #: config/pa/pa.opt:34 config/pa/pa.opt:111 config/pa/pa.opt:156
7695 #, no-c-format
7696 msgid "Generate PA1.1 code."
7697 msgstr ""
7699 #: config/pa/pa.opt:38 config/pa/pa.opt:115
7700 #, no-c-format
7701 msgid "Generate PA2.0 code (requires binutils 2.10 or later)."
7702 msgstr ""
7704 #: config/pa/pa.opt:42
7705 #, no-c-format
7706 msgid "Generate libcalls for atomic loads and stores when sync libcalls are disabled."
7707 msgstr ""
7709 #: config/pa/pa.opt:50
7710 #, no-c-format
7711 msgid "Caller copies function arguments passed by hidden reference."
7712 msgstr ""
7714 #: config/pa/pa.opt:54
7715 #, no-c-format
7716 msgid "Use ldcw/ldcd coherent cache-control hint."
7717 msgstr ""
7719 #: config/pa/pa.opt:58
7720 #, no-c-format
7721 msgid "Disable FP regs.  Equivalent to -msoft-float."
7722 msgstr ""
7724 #: config/pa/pa.opt:62
7725 #, no-c-format
7726 msgid "Disable indexed addressing."
7727 msgstr ""
7729 #: config/pa/pa.opt:66
7730 #, no-c-format
7731 msgid "Generate fast indirect calls."
7732 msgstr ""
7734 #: config/pa/pa.opt:74
7735 #, no-c-format
7736 msgid "Assume code will be assembled by GAS."
7737 msgstr ""
7739 #: config/pa/pa.opt:83
7740 #, no-c-format
7741 msgid "Enable linker optimizations."
7742 msgstr ""
7744 #: config/pa/pa.opt:87
7745 #, no-c-format
7746 msgid "Always generate long calls."
7747 msgstr ""
7749 #: config/pa/pa.opt:91
7750 #, no-c-format
7751 msgid "Emit long load/store sequences."
7752 msgstr ""
7754 #: config/pa/pa.opt:99
7755 #, no-c-format
7756 msgid "Disable space regs."
7757 msgstr ""
7759 #: config/pa/pa.opt:103
7760 #, no-c-format
7761 msgid "Assume memory references are ordered and barriers are not needed."
7762 msgstr ""
7764 #: config/pa/pa.opt:119
7765 #, no-c-format
7766 msgid "Use portable calling conventions."
7767 msgstr ""
7769 #: config/pa/pa.opt:123
7770 #, no-c-format
7771 msgid "Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000."
7772 msgstr ""
7774 #: config/pa/pa.opt:148 config/frv/frv.opt:215
7775 #, no-c-format
7776 msgid "Use software floating point."
7777 msgstr ""
7779 #: config/pa/pa.opt:152
7780 #, no-c-format
7781 msgid "Use software integer multiplication."
7782 msgstr ""
7784 #: config/pa/pa.opt:160
7785 #, no-c-format
7786 msgid "Do not disable space regs."
7787 msgstr ""
7789 #: config/v850/v850.opt:29
7790 #, no-c-format
7791 msgid "Use registers r2 and r5."
7792 msgstr ""
7794 #: config/v850/v850.opt:33
7795 #, no-c-format
7796 msgid "Use 4 byte entries in switch tables."
7797 msgstr ""
7799 #: config/v850/v850.opt:37
7800 #, no-c-format
7801 msgid "Enable backend debugging."
7802 msgstr ""
7804 #: config/v850/v850.opt:41
7805 #, no-c-format
7806 msgid "Do not use the callt instruction (default)."
7807 msgstr ""
7809 #: config/v850/v850.opt:45
7810 #, no-c-format
7811 msgid "Reuse r30 on a per function basis."
7812 msgstr ""
7814 #: config/v850/v850.opt:52
7815 #, no-c-format
7816 msgid "Prohibit PC relative function calls."
7817 msgstr ""
7819 #: config/v850/v850.opt:56
7820 #, no-c-format
7821 msgid "Use stubs for function prologues."
7822 msgstr ""
7824 #: config/v850/v850.opt:60
7825 #, no-c-format
7826 msgid "Set the max size of data eligible for the SDA area."
7827 msgstr ""
7829 #: config/v850/v850.opt:67
7830 #, no-c-format
7831 msgid "Enable the use of the short load instructions."
7832 msgstr ""
7834 #: config/v850/v850.opt:71
7835 #, no-c-format
7836 msgid "Same as: -mep -mprolog-function."
7837 msgstr "Isto kao: -mep -mprolog-function."
7839 #: config/v850/v850.opt:75
7840 #, no-c-format
7841 msgid "Set the max size of data eligible for the TDA area."
7842 msgstr ""
7844 #: config/v850/v850.opt:82
7845 #, no-c-format
7846 msgid "Do not enforce strict alignment."
7847 msgstr ""
7849 #: config/v850/v850.opt:86
7850 #, no-c-format
7851 msgid "Put jump tables for switch statements into the .data section rather than the .code section."
7852 msgstr ""
7854 #: config/v850/v850.opt:93
7855 #, no-c-format
7856 msgid "Compile for the v850 processor."
7857 msgstr ""
7859 #: config/v850/v850.opt:97
7860 #, no-c-format
7861 msgid "Compile for the v850e processor."
7862 msgstr ""
7864 #: config/v850/v850.opt:101
7865 #, no-c-format
7866 msgid "Compile for the v850e1 processor."
7867 msgstr ""
7869 #: config/v850/v850.opt:105
7870 #, no-c-format
7871 msgid "Compile for the v850es variant of the v850e1."
7872 msgstr ""
7874 #: config/v850/v850.opt:109
7875 #, no-c-format
7876 msgid "Compile for the v850e2 processor."
7877 msgstr ""
7879 #: config/v850/v850.opt:113
7880 #, no-c-format
7881 msgid "Compile for the v850e2v3 processor."
7882 msgstr ""
7884 #: config/v850/v850.opt:117
7885 #, no-c-format
7886 msgid "Compile for the v850e3v5 processor."
7887 msgstr ""
7889 #: config/v850/v850.opt:124
7890 #, no-c-format
7891 msgid "Enable v850e3v5 loop instructions."
7892 msgstr ""
7894 #: config/v850/v850.opt:128
7895 #, no-c-format
7896 msgid "Set the max size of data eligible for the ZDA area."
7897 msgstr ""
7899 #: config/v850/v850.opt:135
7900 #, no-c-format
7901 msgid "Enable relaxing in the assembler."
7902 msgstr ""
7904 #: config/v850/v850.opt:139
7905 #, no-c-format
7906 msgid "Prohibit PC relative jumps."
7907 msgstr ""
7909 #: config/v850/v850.opt:143
7910 #, no-c-format
7911 msgid "Inhibit the use of hardware floating point instructions."
7912 msgstr ""
7914 #: config/v850/v850.opt:147
7915 #, no-c-format
7916 msgid "Allow the use of hardware floating point instructions for V850E2V3 and up."
7917 msgstr ""
7919 #: config/v850/v850.opt:151
7920 #, no-c-format
7921 msgid "Enable support for the RH850 ABI.  This is the default."
7922 msgstr ""
7924 #: config/v850/v850.opt:155
7925 #, no-c-format
7926 msgid "Enable support for the old GCC ABI."
7927 msgstr ""
7929 #: config/v850/v850.opt:159
7930 #, no-c-format
7931 msgid "Support alignments of up to 64-bits."
7932 msgstr ""
7934 #: config/g.opt:27
7935 #, no-c-format
7936 msgid "-G<number>\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
7937 msgstr ""
7939 #: config/lynx.opt:23
7940 #, no-c-format
7941 msgid "Support legacy multi-threading."
7942 msgstr ""
7944 #: config/lynx.opt:27
7945 #, no-c-format
7946 msgid "Use shared libraries."
7947 msgstr ""
7949 #: config/lynx.opt:31
7950 #, no-c-format
7951 msgid "Support multi-threading."
7952 msgstr ""
7954 #: config/nvptx/nvptx-gen.opt:24
7955 #, no-c-format
7956 msgid "Known PTX ISA target architectures (for use with the -misa= option):"
7957 msgstr ""
7959 #: config/nvptx/nvptx.opt:28
7960 #, no-c-format
7961 msgid "Ignored, but preserved for backward compatibility.  Only 64-bit ABI is supported."
7962 msgstr "Zanemareno, ali zadržano radi kompatibilnost. Samo 64-bit ABI je podržan"
7964 #: config/nvptx/nvptx.opt:33
7965 #, no-c-format
7966 msgid "Link in code for a __main kernel."
7967 msgstr ""
7969 #: config/nvptx/nvptx.opt:37
7970 #, no-c-format
7971 msgid "Optimize partition neutering."
7972 msgstr ""
7974 #: config/nvptx/nvptx.opt:41
7975 #, no-c-format
7976 msgid "Use custom stacks instead of local memory for automatic storage."
7977 msgstr ""
7979 #: config/nvptx/nvptx.opt:45
7980 #, no-c-format
7981 msgid "Specify size of .local memory used for stack when the exact amount is not known."
7982 msgstr ""
7984 #: config/nvptx/nvptx.opt:49
7985 #, no-c-format
7986 msgid "Generate code that can keep local state uniform across all lanes."
7987 msgstr ""
7989 #: config/nvptx/nvptx.opt:53
7990 #, no-c-format
7991 msgid "Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt."
7992 msgstr ""
7994 #: config/nvptx/nvptx.opt:57
7995 #, no-c-format
7996 msgid "Specify the PTX ISA target architecture to use."
7997 msgstr ""
7999 #: config/nvptx/nvptx.opt:61
8000 #, no-c-format
8001 msgid "Alias:"
8002 msgstr ""
8004 #: config/nvptx/nvptx.opt:116
8005 #, no-c-format
8006 msgid "Known PTX ISA versions (for use with the -mptx= option):"
8007 msgstr ""
8009 #: config/nvptx/nvptx.opt:135
8010 #, no-c-format
8011 msgid "Specify the PTX ISA version to use."
8012 msgstr ""
8014 #: config/nvptx/nvptx.opt:139
8015 #, no-c-format
8016 msgid "Initialize ptx registers."
8017 msgstr ""
8019 #: config/vxworks.opt:36
8020 #, no-c-format
8021 msgid "Assume the VxWorks RTP environment."
8022 msgstr ""
8024 #: config/vxworks.opt:43
8025 #, no-c-format
8026 msgid "Assume the VxWorks vThreads environment."
8027 msgstr ""
8029 #: config/avr/avr.opt:23
8030 #, no-c-format
8031 msgid "Use subroutines for function prologues and epilogues."
8032 msgstr ""
8034 #: config/avr/avr.opt:27
8035 #, no-c-format
8036 msgid "-mmcu=MCU\tSelect the target MCU."
8037 msgstr ""
8039 #: config/avr/avr.opt:31
8040 #, no-c-format
8041 msgid "Allow usage of __gcc_isr pseudo instructions in ISR prologues and epilogues."
8042 msgstr ""
8044 #: config/avr/avr.opt:35
8045 #, no-c-format
8046 msgid "Set the number of 64 KiB flash segments."
8047 msgstr ""
8049 #: config/avr/avr.opt:39
8050 #, no-c-format
8051 msgid "Indicate presence of a processor erratum."
8052 msgstr ""
8054 #: config/avr/avr.opt:43
8055 #, no-c-format
8056 msgid "Enable Read-Modify-Write (RMW) instructions support/use."
8057 msgstr ""
8059 #: config/avr/avr.opt:53
8060 #, no-c-format
8061 msgid "Use RJMP / RCALL even though CALL / JMP are available."
8062 msgstr ""
8064 #: config/avr/avr.opt:57
8065 #, no-c-format
8066 msgid "Use an 8-bit 'int' type."
8067 msgstr ""
8069 #: config/avr/avr.opt:61
8070 #, no-c-format
8071 msgid "Change the stack pointer without disabling interrupts."
8072 msgstr ""
8074 #: config/avr/avr.opt:65
8075 #, no-c-format
8076 msgid "Set the branch costs for conditional branch instructions.  Reasonable values are small, non-negative integers.  The default branch cost is 0."
8077 msgstr ""
8079 #: config/avr/avr.opt:69
8080 #, no-c-format
8081 msgid "Treat main as if it had attribute OS_task."
8082 msgstr ""
8084 #: config/avr/avr.opt:79
8085 #, no-c-format
8086 msgid "Change only the low 8 bits of the stack pointer."
8087 msgstr ""
8089 #: config/avr/avr.opt:83
8090 #, no-c-format
8091 msgid "Relax branches."
8092 msgstr ""
8094 #: config/avr/avr.opt:87
8095 #, no-c-format
8096 msgid "Make the linker relaxation machine assume that a program counter wrap-around occurs."
8097 msgstr ""
8099 #: config/avr/avr.opt:91
8100 #, no-c-format
8101 msgid "Accumulate outgoing function arguments and acquire/release the needed stack space for outgoing function arguments in function prologue/epilogue.  Without this option, outgoing arguments are pushed before calling a function and popped afterwards.  This option can lead to reduced code size for functions that call many functions that get their arguments on the stack like, for example printf."
8102 msgstr ""
8104 #: config/avr/avr.opt:95
8105 #, no-c-format
8106 msgid "When accessing RAM, use X as imposed by the hardware, i.e. just use pre-decrement, post-increment and indirect addressing with the X register.  Without this option, the compiler may assume that there is an addressing mode X+const similar to Y+const and Z+const and emit instructions to emulate such an addressing mode for X."
8107 msgstr ""
8109 #: config/avr/avr.opt:100
8110 #, no-c-format
8111 msgid "The device has no SPH special function register. This option will be overridden by the compiler driver with the correct setting if presence/absence of SPH can be deduced from -mmcu=MCU."
8112 msgstr ""
8114 #: config/avr/avr.opt:104
8115 #, no-c-format
8116 msgid "Warn if the address space of an address is changed."
8117 msgstr ""
8119 #: config/avr/avr.opt:108
8120 #, no-c-format
8121 msgid "Warn if the ISR is misspelled, i.e. without __vector prefix. Enabled by default."
8122 msgstr ""
8124 #: config/avr/avr.opt:112
8125 #, no-c-format
8126 msgid "Allow to use truncation instead of rounding towards zero for fractional fixed-point types."
8127 msgstr ""
8129 #: config/avr/avr.opt:116
8130 #, no-c-format
8131 msgid "Assume that all data in static storage can be accessed by LDS / STS.  This option is only useful for reduced Tiny devices."
8132 msgstr ""
8134 #: config/avr/avr.opt:120
8135 #, no-c-format
8136 msgid "-mdouble=<BITS>\tUse <BITS> bits wide double type."
8137 msgstr ""
8139 #: config/avr/avr.opt:124
8140 #, no-c-format
8141 msgid "-mlong-double=<BITS>\tUse <BITS> bits wide long double type."
8142 msgstr ""
8144 #: config/avr/avr.opt:128
8145 #, no-c-format
8146 msgid "Do not link against the device-specific library lib<MCU>.a."
8147 msgstr ""
8149 #: config/avr/avr.opt:132
8150 #, no-c-format
8151 msgid "Do not use the device-specific specs file device-specs/specs-<MCU>."
8152 msgstr ""
8154 #: config/avr/avr.opt:136
8155 #, no-c-format
8156 msgid "Available BITS selections:"
8157 msgstr ""
8159 #: config/m32r/m32r.opt:34
8160 #, no-c-format
8161 msgid "Compile for the m32rx."
8162 msgstr ""
8164 #: config/m32r/m32r.opt:38
8165 #, no-c-format
8166 msgid "Compile for the m32r2."
8167 msgstr ""
8169 #: config/m32r/m32r.opt:42
8170 #, no-c-format
8171 msgid "Compile for the m32r."
8172 msgstr ""
8174 #: config/m32r/m32r.opt:46
8175 #, no-c-format
8176 msgid "Align all loops to 32 byte boundary."
8177 msgstr ""
8179 #: config/m32r/m32r.opt:50
8180 #, no-c-format
8181 msgid "Prefer branches over conditional execution."
8182 msgstr ""
8184 #: config/m32r/m32r.opt:54
8185 #, no-c-format
8186 msgid "Give branches their default cost."
8187 msgstr ""
8189 #: config/m32r/m32r.opt:58
8190 #, no-c-format
8191 msgid "Display compile time statistics."
8192 msgstr ""
8194 #: config/m32r/m32r.opt:62
8195 #, no-c-format
8196 msgid "Specify cache flush function."
8197 msgstr ""
8199 #: config/m32r/m32r.opt:66
8200 #, no-c-format
8201 msgid "Specify cache flush trap number."
8202 msgstr ""
8204 #: config/m32r/m32r.opt:70
8205 #, no-c-format
8206 msgid "Only issue one instruction per cycle."
8207 msgstr ""
8209 #: config/m32r/m32r.opt:74
8210 #, no-c-format
8211 msgid "Allow two instructions to be issued per cycle."
8212 msgstr ""
8214 #: config/m32r/m32r.opt:78
8215 #, no-c-format
8216 msgid "Code size: small, medium or large."
8217 msgstr ""
8219 #: config/m32r/m32r.opt:94
8220 #, no-c-format
8221 msgid "Don't call any cache flush functions."
8222 msgstr ""
8224 #: config/m32r/m32r.opt:98
8225 #, no-c-format
8226 msgid "Don't call any cache flush trap."
8227 msgstr ""
8229 #: config/m32r/m32r.opt:105
8230 #, no-c-format
8231 msgid "Small data area: none, sdata, use."
8232 msgstr ""
8234 #: config/s390/tpf.opt:23
8235 #, no-c-format
8236 msgid "Enable TPF-OS tracing code."
8237 msgstr ""
8239 #: config/s390/tpf.opt:27
8240 #, no-c-format
8241 msgid "Set the trace check address for prologue tpf hook"
8242 msgstr ""
8244 #: config/s390/tpf.opt:31
8245 #, no-c-format
8246 msgid "Set the trace jump address for prologue tpf hook"
8247 msgstr ""
8249 #: config/s390/tpf.opt:35
8250 #, no-c-format
8251 msgid "Set the trace check address for epilogue tpf hook"
8252 msgstr ""
8254 #: config/s390/tpf.opt:39
8255 #, no-c-format
8256 msgid "Set the trace jump address for epilogue tpf hook"
8257 msgstr ""
8259 #: config/s390/tpf.opt:43
8260 #, no-c-format
8261 msgid "Set the prologue and epilogue hook addresses to TPF_TRACE_PROLOGUE_SKIP_TARGET and TPF_TRACE_EPILOGUE_SKIP_TARGET. Equivalent to using -mtpf-trace-hook-prologue-target=TPF_TRACE_PROLOGUE_SKIP_TARGET and -mtpf-trace-hook-epilogue-target=TPF_TRACE_EPILOGUE_SKIP_TARGET"
8262 msgstr ""
8264 #: config/s390/tpf.opt:47
8265 #, no-c-format
8266 msgid "Specify main object for TPF-OS."
8267 msgstr ""
8269 #: config/s390/s390.opt:48
8270 #, no-c-format
8271 msgid "31 bit ABI."
8272 msgstr ""
8274 #: config/s390/s390.opt:52
8275 #, no-c-format
8276 msgid "64 bit ABI."
8277 msgstr ""
8279 #: config/s390/s390.opt:129
8280 #, no-c-format
8281 msgid "Maintain backchain pointer."
8282 msgstr ""
8284 #: config/s390/s390.opt:133
8285 #, no-c-format
8286 msgid "Additional debug prints."
8287 msgstr ""
8289 #: config/s390/s390.opt:137
8290 #, no-c-format
8291 msgid "ESA/390 architecture."
8292 msgstr ""
8294 #: config/s390/s390.opt:141
8295 #, no-c-format
8296 msgid "Enable decimal floating point hardware support."
8297 msgstr ""
8299 #: config/s390/s390.opt:145
8300 #, no-c-format
8301 msgid "Enable hardware floating point."
8302 msgstr ""
8304 #: config/s390/s390.opt:149
8305 #, no-c-format
8306 msgid "Takes two non-negative integer numbers separated by a comma. Prepend the function label with the number of two-byte Nop instructions indicated by the first.  Append Nop instructions covering the number of halfwords indicated by the second after the label.  Nop instructions of the largest possible size are used (six, four or two bytes), beginning with the largest possible size.  Using 0 for both values disables hotpatching."
8307 msgstr ""
8309 #: config/s390/s390.opt:167
8310 #, no-c-format
8311 msgid "Use hardware transactional execution instructions."
8312 msgstr ""
8314 #: config/s390/s390.opt:171
8315 #, no-c-format
8316 msgid "Use hardware vector facility instructions and enable the vector ABI."
8317 msgstr ""
8319 #: config/s390/s390.opt:175
8320 #, no-c-format
8321 msgid "Use packed stack layout."
8322 msgstr ""
8324 #: config/s390/s390.opt:179
8325 #, no-c-format
8326 msgid "Use bras for executable < 64k."
8327 msgstr ""
8329 #: config/s390/s390.opt:183
8330 #, no-c-format
8331 msgid "Disable hardware floating point."
8332 msgstr ""
8334 #: config/s390/s390.opt:187
8335 #, no-c-format
8336 msgid "Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered."
8337 msgstr ""
8339 #: config/s390/s390.opt:191
8340 #, no-c-format
8341 msgid "Switches off the -mstack-guard= option."
8342 msgstr ""
8344 #: config/s390/s390.opt:195
8345 #, no-c-format
8346 msgid "Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit."
8347 msgstr ""
8349 #: config/s390/s390.opt:199
8350 #, no-c-format
8351 msgid "Switches off the -mstack-size= option."
8352 msgstr ""
8354 #: config/s390/s390.opt:207
8355 #, no-c-format
8356 msgid "Use the mvcle instruction for block moves."
8357 msgstr ""
8359 #: config/s390/s390.opt:211
8360 #, no-c-format
8361 msgid "Enable the z vector language extension providing the context-sensitive vector macro and enable the Altivec-style builtins in vecintrin.h."
8362 msgstr ""
8364 #: config/s390/s390.opt:216
8365 #, no-c-format
8366 msgid "Warn if a function uses alloca or creates an array with dynamic size."
8367 msgstr ""
8369 #: config/s390/s390.opt:220
8370 #, no-c-format
8371 msgid "Warn if a single function's framesize exceeds the given framesize."
8372 msgstr ""
8374 #: config/s390/s390.opt:224
8375 #, no-c-format
8376 msgid "z/Architecture."
8377 msgstr ""
8379 #: config/s390/s390.opt:228
8380 #, no-c-format
8381 msgid "Set the branch costs for conditional branch instructions.  Reasonable values are small, non-negative integers.  The default branch cost is 1."
8382 msgstr ""
8384 #: config/s390/s390.opt:238 config/arm/arm.opt:181
8385 #, no-c-format
8386 msgid "Assume data segments are relative to text segment."
8387 msgstr ""
8389 #: config/s390/s390.opt:243
8390 #, no-c-format
8391 msgid "Wrap all indirect branches into execute in order to disable branch prediction."
8392 msgstr ""
8394 #: config/s390/s390.opt:248
8395 #, no-c-format
8396 msgid "Wrap indirect table jumps and computed gotos into execute in order to disable branch prediction.  Using thunk or thunk-extern with this option requires the thunks to be considered signal handlers to order to generate correct CFI.  For environments where unwinding (e.g. for exceptions) is required please use thunk-inline instead."
8397 msgstr ""
8399 #: config/s390/s390.opt:256
8400 #, no-c-format
8401 msgid "Wrap all indirect calls into execute in order to disable branch prediction."
8402 msgstr ""
8404 #: config/s390/s390.opt:260
8405 #, no-c-format
8406 msgid "Wrap all indirect return branches into execute in order to disable branch prediction."
8407 msgstr ""
8409 #: config/s390/s390.opt:265
8410 #, no-c-format
8411 msgid "Wrap indirect return branches into execute in order to disable branch prediction. This affects only branches where the return address is going to be restored from memory."
8412 msgstr ""
8414 #: config/s390/s390.opt:271
8415 #, no-c-format
8416 msgid "Wrap indirect return branches into execute in order to disable branch prediction. This affects only branches where the return address doesn't need to be restored from memory."
8417 msgstr ""
8419 #: config/s390/s390.opt:293
8420 #, no-c-format
8421 msgid "Generate sections .s390_indirect_jump, .s390_indirect_call, .s390_return_reg, and .s390_return_mem to contain the indirect branch locations which have been patched as part of using one of the -mindirect-branch* or -mfunction-return* options.  The sections consist of an array of 32 bit elements. Each entry holds the offset from the entry to the patched location."
8422 msgstr ""
8424 #: config/s390/s390.opt:302
8425 #, no-c-format
8426 msgid "Emit profiling counter call at function entry before prologue. The compiled code will require a 64-bit CPU and glibc 2.29 or newer to run."
8427 msgstr ""
8429 #: config/s390/s390.opt:307
8430 #, no-c-format
8431 msgid "Generate __mcount_loc section with all _mcount and __fentry__ calls."
8432 msgstr ""
8434 #: config/s390/s390.opt:316
8435 #, no-c-format
8436 msgid "Emit fused multiply-add instructions for long doubles in vector registers (wfmaxb, wfmsxb, wfnmaxb, wfnmsxb).  Reassociation pass does not handle fused multiply-adds, therefore code generated by the middle-end is prone to having long fused multiply-add chains.  This is not pipeline-friendly, and the default behavior is to emit separate multiplication and addition instructions for long doubles in vector registers, because measurements show that this improves performance.  This option allows overriding it for testing purposes."
8437 msgstr ""
8439 #: config/s390/s390.opt:331
8440 #, no-c-format
8441 msgid "Store all argument registers on the stack."
8442 msgstr ""
8444 #: config/rl78/rl78.opt:27 config/rx/elf.opt:26 config/csky/csky.opt:198
8445 #, no-c-format
8446 msgid "Use the simulator runtime."
8447 msgstr ""
8449 #: config/rl78/rl78.opt:31
8450 #, no-c-format
8451 msgid "Selects the type of hardware multiplication and division to use (none/g13/g14)."
8452 msgstr ""
8454 #: config/rl78/rl78.opt:50
8455 #, no-c-format
8456 msgid "Use all registers, reserving none for interrupt handlers."
8457 msgstr ""
8459 #: config/rl78/rl78.opt:54
8460 #, no-c-format
8461 msgid "Enable assembler and linker relaxation.  Enabled by default at -Os."
8462 msgstr ""
8464 #: config/rl78/rl78.opt:58
8465 #, no-c-format
8466 msgid "Selects the type of RL78 core being targeted (g10/g13/g14).  The default is the G14.  If set, also selects the hardware multiply support to be used."
8467 msgstr ""
8469 #: config/rl78/rl78.opt:77
8470 #, no-c-format
8471 msgid "Alias for -mcpu=g10."
8472 msgstr ""
8474 #: config/rl78/rl78.opt:81
8475 #, no-c-format
8476 msgid "Alias for -mcpu=g13."
8477 msgstr ""
8479 #: config/rl78/rl78.opt:85 config/rl78/rl78.opt:89
8480 #, no-c-format
8481 msgid "Alias for -mcpu=g14."
8482 msgstr ""
8484 #: config/rl78/rl78.opt:93
8485 #, no-c-format
8486 msgid "Assume ES is zero throughout program execution, use ES: for read-only data."
8487 msgstr ""
8489 #: config/rl78/rl78.opt:97
8490 #, no-c-format
8491 msgid "Stores the MDUC registers in interrupt handlers for G13 target."
8492 msgstr ""
8494 #: config/stormy16/stormy16.opt:24
8495 #, no-c-format
8496 msgid "Provide libraries for the simulator."
8497 msgstr ""
8499 #: config/arm/arm-tables.opt:25
8500 #, no-c-format
8501 msgid "Known ARM CPUs (for use with the -mcpu= and -mtune= options):"
8502 msgstr ""
8504 #: config/arm/arm-tables.opt:302
8505 #, no-c-format
8506 msgid "Known ARM architectures (for use with the -march= option):"
8507 msgstr ""
8509 #: config/arm/arm-tables.opt:408
8510 #, no-c-format
8511 msgid "Known ARM FPUs (for use with the -mfpu= option):"
8512 msgstr ""
8514 #: config/arm/arm.opt:38
8515 #, no-c-format
8516 msgid "TLS dialect to use:"
8517 msgstr ""
8519 #: config/arm/arm.opt:48
8520 #, no-c-format
8521 msgid "Specify an ABI."
8522 msgstr ""
8524 #: config/arm/arm.opt:52
8525 #, no-c-format
8526 msgid "Known ARM ABIs (for use with the -mabi= option):"
8527 msgstr ""
8529 #: config/arm/arm.opt:71
8530 #, no-c-format
8531 msgid "Generate a call to abort if a noreturn function returns."
8532 msgstr ""
8534 #: config/arm/arm.opt:78
8535 #, no-c-format
8536 msgid "Generate APCS conformant stack frames."
8537 msgstr ""
8539 #: config/arm/arm.opt:82
8540 #, no-c-format
8541 msgid "Generate re-entrant, PIC code."
8542 msgstr ""
8544 #: config/arm/arm.opt:104
8545 #, no-c-format
8546 msgid "Generate code in 32 bit ARM state."
8547 msgstr ""
8549 #: config/arm/arm.opt:112
8550 #, no-c-format
8551 msgid "Thumb: Assume non-static functions may be called from ARM code."
8552 msgstr ""
8554 #: config/arm/arm.opt:116
8555 #, no-c-format
8556 msgid "Thumb: Assume function pointers may go to non-Thumb aware code."
8557 msgstr ""
8559 #: config/arm/arm.opt:124 config/csky/csky.opt:73
8560 #, no-c-format
8561 msgid "Specify if floating point hardware should be used."
8562 msgstr ""
8564 #: config/arm/arm.opt:128
8565 #, no-c-format
8566 msgid "Specify that the compiler should target secure code as per ARMv8-M Security Extensions."
8567 msgstr ""
8569 #: config/arm/arm.opt:132 config/csky/csky.opt:77
8570 #, no-c-format
8571 msgid "Known floating-point ABIs (for use with the -mfloat-abi= option):"
8572 msgstr ""
8574 #: config/arm/arm.opt:145
8575 #, no-c-format
8576 msgid "Switch ARM/Thumb modes on alternating functions for compiler testing."
8577 msgstr ""
8579 #: config/arm/arm.opt:149
8580 #, no-c-format
8581 msgid "Specify the __fp16 floating-point format."
8582 msgstr ""
8584 #: config/arm/arm.opt:153
8585 #, no-c-format
8586 msgid "Known __fp16 formats (for use with the -mfp16-format= option):"
8587 msgstr ""
8589 #: config/arm/arm.opt:166
8590 #, no-c-format
8591 msgid "Specify the name of the target floating point hardware/format."
8592 msgstr ""
8594 #: config/arm/arm.opt:177
8595 #, no-c-format
8596 msgid "Generate call insns as indirect calls, if necessary."
8597 msgstr ""
8599 #: config/arm/arm.opt:185
8600 #, no-c-format
8601 msgid "Specify the register to be used for PIC addressing."
8602 msgstr ""
8604 #: config/arm/arm.opt:189
8605 #, no-c-format
8606 msgid "Store function names in object code."
8607 msgstr ""
8609 #: config/arm/arm.opt:193
8610 #, no-c-format
8611 msgid "Permit scheduling of a function's prologue sequence."
8612 msgstr ""
8614 #: config/arm/arm.opt:197 config/rs6000/rs6000.opt:235
8615 #, no-c-format
8616 msgid "Do not load the PIC register in function prologues."
8617 msgstr ""
8619 #: config/arm/arm.opt:204
8620 #, no-c-format
8621 msgid "Specify the minimum bit alignment of structures. (Deprecated)."
8622 msgstr ""
8624 #: config/arm/arm.opt:208
8625 #, no-c-format
8626 msgid "Generate code for Thumb state."
8627 msgstr ""
8629 #: config/arm/arm.opt:212
8630 #, no-c-format
8631 msgid "Support calls between Thumb and ARM instruction sets."
8632 msgstr ""
8634 #: config/arm/arm.opt:216
8635 #, no-c-format
8636 msgid "Specify thread local storage scheme."
8637 msgstr ""
8639 #: config/arm/arm.opt:220
8640 #, no-c-format
8641 msgid "Specify how to access the thread pointer."
8642 msgstr ""
8644 #: config/arm/arm.opt:224
8645 #, no-c-format
8646 msgid "Valid arguments to -mtp=:"
8647 msgstr ""
8649 #: config/arm/arm.opt:237
8650 #, no-c-format
8651 msgid "Thumb: Generate (non-leaf) stack frames even if not needed."
8652 msgstr ""
8654 #: config/arm/arm.opt:241
8655 #, no-c-format
8656 msgid "Thumb: Generate (leaf) stack frames even if not needed."
8657 msgstr ""
8659 #: config/arm/arm.opt:245 config/mn10300/mn10300.opt:42
8660 #, no-c-format
8661 msgid "Tune code for the given processor."
8662 msgstr ""
8664 #: config/arm/arm.opt:249
8665 #, no-c-format
8666 msgid "Print CPU tuning information as comment in assembler file.  This is an option used only for regression testing of the compiler and not intended for ordinary use in compiling code."
8667 msgstr ""
8669 #: config/arm/arm.opt:260
8670 #, no-c-format
8671 msgid "Use Neon quad-word (rather than double-word) registers for vectorization."
8672 msgstr ""
8674 #: config/arm/arm.opt:264
8675 #, no-c-format
8676 msgid "Use Neon double-word (rather than quad-word) registers for vectorization."
8677 msgstr ""
8679 #: config/arm/arm.opt:268
8680 #, no-c-format
8681 msgid "Enable more verbose RTX cost dumps during debug.  For GCC developers use only."
8682 msgstr ""
8684 #: config/arm/arm.opt:272
8685 #, no-c-format
8686 msgid "Only generate absolute relocations on word sized values."
8687 msgstr ""
8689 #: config/arm/arm.opt:276
8690 #, no-c-format
8691 msgid "Generate IT blocks appropriate for ARMv8."
8692 msgstr ""
8694 #: config/arm/arm.opt:280
8695 #, no-c-format
8696 msgid "Avoid overlapping destination and address registers on LDRD instructions that may trigger Cortex-M3 errata."
8697 msgstr ""
8699 #: config/arm/arm.opt:285
8700 #, no-c-format
8701 msgid "Mitigate issues with VLLDM on some M-profile devices (CVE-2021-35465)."
8702 msgstr ""
8704 #: config/arm/arm.opt:289
8705 #, no-c-format
8706 msgid "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm erratum #1742098)."
8707 msgstr ""
8709 #: config/arm/arm.opt:294
8710 #, no-c-format
8711 msgid "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm erratum #1655431)."
8712 msgstr ""
8714 #: config/arm/arm.opt:299 config/nds32/nds32.opt:461 config/arc/arc.opt:495
8715 #, no-c-format
8716 msgid "Enable unaligned word and halfword accesses to packed data."
8717 msgstr ""
8719 #: config/arm/arm.opt:303
8720 #, no-c-format
8721 msgid "This option is deprecated and has no effect."
8722 msgstr ""
8724 #: config/arm/arm.opt:307
8725 #, no-c-format
8726 msgid "Assume loading data from flash is slower than fetching instructions."
8727 msgstr ""
8729 #: config/arm/arm.opt:311
8730 #, no-c-format
8731 msgid "Assume unified syntax for inline assembly code."
8732 msgstr ""
8734 #: config/arm/arm.opt:315
8735 #, no-c-format
8736 msgid "Do not allow constant data to be placed in code sections."
8737 msgstr ""
8739 #: config/arm/arm.opt:319
8740 #, no-c-format
8741 msgid "When linking for big-endian targets, generate a BE8 format image."
8742 msgstr ""
8744 #: config/arm/arm.opt:323
8745 #, no-c-format
8746 msgid "When linking for big-endian targets, generate a legacy BE32 format image."
8747 msgstr ""
8749 #: config/arm/arm.opt:327 config/sh/sh.opt:195
8750 #, no-c-format
8751 msgid "Cost to assume for a branch insn."
8752 msgstr ""
8754 #: config/arm/arm.opt:335
8755 #, no-c-format
8756 msgid "Generate code which uses the core registers only (r0-r14)."
8757 msgstr ""
8759 #: config/arm/arm.opt:357
8760 #, no-c-format
8761 msgid "Use an immediate to offset from the TLS register. This option is for use with fstack-protector-guard=tls and not for use in user-land code."
8762 msgstr ""
8764 #: config/sparc/sparc.opt:30 config/sparc/sparc.opt:34
8765 #: config/visium/visium.opt:37
8766 #, no-c-format
8767 msgid "Use hardware FP."
8768 msgstr ""
8770 #: config/sparc/sparc.opt:38 config/visium/visium.opt:41
8771 #, no-c-format
8772 msgid "Do not use hardware FP."
8773 msgstr ""
8775 #: config/sparc/sparc.opt:42
8776 #, no-c-format
8777 msgid "Use flat register window model."
8778 msgstr ""
8780 #: config/sparc/sparc.opt:46
8781 #, no-c-format
8782 msgid "Assume possible double misalignment."
8783 msgstr ""
8785 #: config/sparc/sparc.opt:50
8786 #, no-c-format
8787 msgid "Use ABI reserved registers."
8788 msgstr ""
8790 #: config/sparc/sparc.opt:54
8791 #, no-c-format
8792 msgid "Use hardware quad FP instructions."
8793 msgstr ""
8795 #: config/sparc/sparc.opt:58
8796 #, no-c-format
8797 msgid "Do not use hardware quad fp instructions."
8798 msgstr ""
8800 #: config/sparc/sparc.opt:62 config/vax/vax.opt:47
8801 #, no-c-format
8802 msgid "Enable Local Register Allocation."
8803 msgstr ""
8805 #: config/sparc/sparc.opt:66
8806 #, no-c-format
8807 msgid "Compile for V8+ ABI."
8808 msgstr ""
8810 #: config/sparc/sparc.opt:70
8811 #, no-c-format
8812 msgid "Use UltraSPARC Visual Instruction Set version 1.0 extensions."
8813 msgstr ""
8815 #: config/sparc/sparc.opt:74
8816 #, no-c-format
8817 msgid "Use UltraSPARC Visual Instruction Set version 2.0 extensions."
8818 msgstr ""
8820 #: config/sparc/sparc.opt:78
8821 #, no-c-format
8822 msgid "Use UltraSPARC Visual Instruction Set version 3.0 extensions."
8823 msgstr ""
8825 #: config/sparc/sparc.opt:82
8826 #, no-c-format
8827 msgid "Use UltraSPARC Visual Instruction Set version 4.0 extensions."
8828 msgstr ""
8830 #: config/sparc/sparc.opt:86
8831 #, no-c-format
8832 msgid "Use additional VIS instructions introduced in OSA2017."
8833 msgstr ""
8835 #: config/sparc/sparc.opt:90
8836 #, no-c-format
8837 msgid "Use UltraSPARC Compare-and-Branch extensions."
8838 msgstr ""
8840 #: config/sparc/sparc.opt:94
8841 #, no-c-format
8842 msgid "Use UltraSPARC Fused Multiply-Add extensions."
8843 msgstr ""
8845 #: config/sparc/sparc.opt:98
8846 #, no-c-format
8847 msgid "Use Floating-point Multiply Single to Double (FsMULd) instruction."
8848 msgstr ""
8850 #: config/sparc/sparc.opt:102
8851 #, no-c-format
8852 msgid "Use UltraSPARC Population-Count instruction."
8853 msgstr ""
8855 #: config/sparc/sparc.opt:106
8856 #, no-c-format
8857 msgid "Use UltraSPARC Subtract-Extended-with-Carry instruction."
8858 msgstr ""
8860 #: config/sparc/sparc.opt:110
8861 #, no-c-format
8862 msgid "Pointers are 64-bit."
8863 msgstr ""
8865 #: config/sparc/sparc.opt:114
8866 #, no-c-format
8867 msgid "Pointers are 32-bit."
8868 msgstr ""
8870 #: config/sparc/sparc.opt:118
8871 #, no-c-format
8872 msgid "Use 64-bit ABI."
8873 msgstr ""
8875 #: config/sparc/sparc.opt:122
8876 #, no-c-format
8877 msgid "Use 32-bit ABI."
8878 msgstr ""
8880 #: config/sparc/sparc.opt:126
8881 #, no-c-format
8882 msgid "Use stack bias."
8883 msgstr ""
8885 #: config/sparc/sparc.opt:130
8886 #, no-c-format
8887 msgid "Use structs on stronger alignment for double-word copies."
8888 msgstr ""
8890 #: config/sparc/sparc.opt:134
8891 #, no-c-format
8892 msgid "Optimize tail call instructions in assembler and linker."
8893 msgstr ""
8895 #: config/sparc/sparc.opt:138
8896 #, no-c-format
8897 msgid "Do not generate code that can only run in supervisor mode (default)."
8898 msgstr ""
8900 #: config/sparc/sparc.opt:142
8901 #, no-c-format
8902 msgid "Use instructions of and schedule code for given CPU."
8903 msgstr ""
8905 #: config/sparc/sparc.opt:228
8906 #, no-c-format
8907 msgid "Use given SPARC-V9 code model."
8908 msgstr ""
8910 #: config/sparc/sparc.opt:250
8911 #, no-c-format
8912 msgid "Enable debug output."
8913 msgstr ""
8915 #: config/sparc/sparc.opt:254
8916 #, no-c-format
8917 msgid "Enable strict 32-bit psABI struct return checking."
8918 msgstr ""
8920 #: config/sparc/sparc.opt:258
8921 #, no-c-format
8922 msgid "Enable workaround for single erratum of AT697F processor (corresponding to erratum #13 of AT697E processor)."
8923 msgstr ""
8925 #: config/sparc/sparc.opt:263
8926 #, no-c-format
8927 msgid "Enable workarounds for the errata of the UT699 processor."
8928 msgstr ""
8930 #: config/sparc/sparc.opt:267
8931 #, no-c-format
8932 msgid "Enable workarounds for the errata of the UT699E/UT700 processor."
8933 msgstr ""
8935 #: config/sparc/sparc.opt:271
8936 #, no-c-format
8937 msgid "Enable workarounds for the errata of the GR712RC processor."
8938 msgstr ""
8940 #: config/sparc/sparc.opt:308
8941 #, no-c-format
8942 msgid "Specify the memory model in effect for the program."
8943 msgstr ""
8945 #: config/rs6000/darwin.opt:38 config/rs6000/sysv4.opt:145
8946 #, no-c-format
8947 msgid "Generate 64-bit code."
8948 msgstr ""
8950 #: config/rs6000/darwin.opt:42 config/rs6000/sysv4.opt:149
8951 #, no-c-format
8952 msgid "Generate 32-bit code."
8953 msgstr ""
8955 #: config/rs6000/rs6000-tables.opt:24
8956 #, no-c-format
8957 msgid "Known CPUs (for use with the -mcpu= and -mtune= options):"
8958 msgstr ""
8960 #: config/rs6000/476.opt:24
8961 #, no-c-format
8962 msgid "Preserve the PowerPC 476's link stack by matching up a blr with the bcl/bl insns used for GOT accesses."
8963 msgstr ""
8965 #: config/rs6000/aix64.opt:24
8966 #, no-c-format
8967 msgid "Compile for 64-bit pointers."
8968 msgstr ""
8970 #: config/rs6000/aix64.opt:28
8971 #, no-c-format
8972 msgid "Compile for 32-bit pointers."
8973 msgstr ""
8975 #: config/rs6000/aix64.opt:32 config/rs6000/linux64.opt:28
8976 #, no-c-format
8977 msgid "Select code model."
8978 msgstr ""
8980 #: config/rs6000/aix64.opt:49
8981 #, no-c-format
8982 msgid "Support message passing with the Parallel Environment."
8983 msgstr ""
8985 #: config/rs6000/linux64.opt:24
8986 #, no-c-format
8987 msgid "Call mcount for profiling before a function prologue."
8988 msgstr ""
8990 #: config/rs6000/rs6000.opt:117
8991 #, no-c-format
8992 msgid "Use PowerPC-64 instruction set."
8993 msgstr ""
8995 #: config/rs6000/rs6000.opt:121
8996 #, no-c-format
8997 msgid "Use PowerPC General Purpose group optional instructions."
8998 msgstr ""
9000 #: config/rs6000/rs6000.opt:125
9001 #, no-c-format
9002 msgid "Use PowerPC Graphics group optional instructions."
9003 msgstr ""
9005 #: config/rs6000/rs6000.opt:129
9006 #, no-c-format
9007 msgid "Use PowerPC V2.01 single field mfcr instruction."
9008 msgstr ""
9010 #: config/rs6000/rs6000.opt:133
9011 #, no-c-format
9012 msgid "Use PowerPC V2.02 popcntb instruction."
9013 msgstr ""
9015 #: config/rs6000/rs6000.opt:137
9016 #, no-c-format
9017 msgid "Use PowerPC V2.02 floating point rounding instructions."
9018 msgstr ""
9020 #: config/rs6000/rs6000.opt:141
9021 #, no-c-format
9022 msgid "Use PowerPC V2.05 compare bytes instruction."
9023 msgstr ""
9025 #: config/rs6000/rs6000.opt:152
9026 #, no-c-format
9027 msgid "Use AltiVec instructions."
9028 msgstr ""
9030 #: config/rs6000/rs6000.opt:156
9031 #, no-c-format
9032 msgid "Use decimal floating point instructions."
9033 msgstr ""
9035 #: config/rs6000/rs6000.opt:160
9036 #, no-c-format
9037 msgid "Use 4xx half-word multiply instructions."
9038 msgstr ""
9040 #: config/rs6000/rs6000.opt:164
9041 #, no-c-format
9042 msgid "Use 4xx string-search dlmzb instruction."
9043 msgstr ""
9045 #: config/rs6000/rs6000.opt:168
9046 #, no-c-format
9047 msgid "Generate load/store multiple instructions."
9048 msgstr ""
9050 #: config/rs6000/rs6000.opt:187
9051 #, no-c-format
9052 msgid "Use PowerPC V2.06 popcntd instruction."
9053 msgstr ""
9055 #: config/rs6000/rs6000.opt:191
9056 #, no-c-format
9057 msgid "Under -ffast-math, generate a FRIZ instruction for (double)(long long) conversions."
9058 msgstr ""
9060 #: config/rs6000/rs6000.opt:199
9061 #, no-c-format
9062 msgid "Use vector/scalar (VSX) instructions."
9063 msgstr ""
9065 #: config/rs6000/rs6000.opt:227
9066 #, no-c-format
9067 msgid "Do not generate load/store with update instructions."
9068 msgstr ""
9070 #: config/rs6000/rs6000.opt:231
9071 #, no-c-format
9072 msgid "Generate load/store with update instructions."
9073 msgstr ""
9075 #: config/rs6000/rs6000.opt:239
9076 #, no-c-format
9077 msgid "Avoid generation of indexed load/store instructions when possible."
9078 msgstr ""
9080 #: config/rs6000/rs6000.opt:246
9081 #, no-c-format
9082 msgid "Schedule the start and end of the procedure."
9083 msgstr ""
9085 #: config/rs6000/rs6000.opt:250
9086 #, no-c-format
9087 msgid "Return all structures in memory (AIX default)."
9088 msgstr ""
9090 #: config/rs6000/rs6000.opt:254
9091 #, no-c-format
9092 msgid "Return small structures in registers (SVR4 default)."
9093 msgstr ""
9095 #: config/rs6000/rs6000.opt:258
9096 #, no-c-format
9097 msgid "Conform more closely to IBM XLC semantics."
9098 msgstr ""
9100 #: config/rs6000/rs6000.opt:262 config/rs6000/rs6000.opt:266
9101 #, no-c-format
9102 msgid "Generate software reciprocal divide and square root for better throughput."
9103 msgstr ""
9105 #: config/rs6000/rs6000.opt:270
9106 #, no-c-format
9107 msgid "Assume that the reciprocal estimate instructions provide more accuracy."
9108 msgstr ""
9110 #: config/rs6000/rs6000.opt:274
9111 #, no-c-format
9112 msgid "Do not place floating point constants in TOC."
9113 msgstr ""
9115 #: config/rs6000/rs6000.opt:278
9116 #, no-c-format
9117 msgid "Place floating point constants in TOC."
9118 msgstr ""
9120 #: config/rs6000/rs6000.opt:282
9121 #, no-c-format
9122 msgid "Do not place symbol+offset constants in TOC."
9123 msgstr ""
9125 #: config/rs6000/rs6000.opt:286
9126 #, no-c-format
9127 msgid "Place symbol+offset constants in TOC."
9128 msgstr ""
9130 #: config/rs6000/rs6000.opt:297
9131 #, no-c-format
9132 msgid "Use only one TOC entry per procedure."
9133 msgstr ""
9135 #: config/rs6000/rs6000.opt:301
9136 #, no-c-format
9137 msgid "Put everything in the regular TOC."
9138 msgstr ""
9140 #: config/rs6000/rs6000.opt:305
9141 #, no-c-format
9142 msgid "Generate VRSAVE instructions when generating AltiVec code."
9143 msgstr ""
9145 #: config/rs6000/rs6000.opt:309
9146 #, no-c-format
9147 msgid "Deprecated option.  Use -mno-vrsave instead."
9148 msgstr ""
9150 #: config/rs6000/rs6000.opt:313
9151 #, no-c-format
9152 msgid "Deprecated option.  Use -mvrsave instead."
9153 msgstr ""
9155 #: config/rs6000/rs6000.opt:317
9156 #, no-c-format
9157 msgid "Max number of bytes to move inline."
9158 msgstr ""
9160 #: config/rs6000/rs6000.opt:321
9161 #, no-c-format
9162 msgid "Generate unaligned VSX load/store for inline expansion of memcpy/memmove."
9163 msgstr ""
9165 #: config/rs6000/rs6000.opt:325
9166 #, no-c-format
9167 msgid "Generate unaligned VSX vector pair load/store for inline expansion of memcpy/memmove."
9168 msgstr ""
9170 #: config/rs6000/rs6000.opt:329
9171 #, no-c-format
9172 msgid "Max number of bytes to compare without loops."
9173 msgstr ""
9175 #: config/rs6000/rs6000.opt:333
9176 #, no-c-format
9177 msgid "Max number of bytes to compare with loops."
9178 msgstr ""
9180 #: config/rs6000/rs6000.opt:337
9181 #, no-c-format
9182 msgid "Max number of bytes to compare."
9183 msgstr ""
9185 #: config/rs6000/rs6000.opt:341
9186 #, no-c-format
9187 msgid "Generate isel instructions."
9188 msgstr ""
9190 #: config/rs6000/rs6000.opt:345
9191 #, no-c-format
9192 msgid "-mdebug=\tEnable debug output."
9193 msgstr ""
9195 #: config/rs6000/rs6000.opt:350
9196 #, no-c-format
9197 msgid "Use the AltiVec ABI extensions."
9198 msgstr ""
9200 #: config/rs6000/rs6000.opt:354
9201 #, no-c-format
9202 msgid "Do not use the AltiVec ABI extensions."
9203 msgstr ""
9205 #: config/rs6000/rs6000.opt:359
9206 #, no-c-format
9207 msgid "Use the AIX Vector Extended ABI."
9208 msgstr ""
9210 #: config/rs6000/rs6000.opt:363
9211 #, no-c-format
9212 msgid "Do not use the AIX Vector Extended ABI."
9213 msgstr ""
9215 #: config/rs6000/rs6000.opt:368
9216 #, no-c-format
9217 msgid "Use the ELFv1 ABI."
9218 msgstr ""
9220 #: config/rs6000/rs6000.opt:372
9221 #, no-c-format
9222 msgid "Use the ELFv2 ABI."
9223 msgstr ""
9225 #: config/rs6000/rs6000.opt:392
9226 #, no-c-format
9227 msgid "-mcpu=\tUse features of and schedule code for given CPU."
9228 msgstr ""
9230 #: config/rs6000/rs6000.opt:396
9231 #, no-c-format
9232 msgid "-mtune=\tSchedule code for given CPU."
9233 msgstr ""
9235 #: config/rs6000/rs6000.opt:400
9236 #, no-c-format
9237 msgid "-mtraceback=[full,part,no]\tSelect type of traceback table."
9238 msgstr ""
9240 #: config/rs6000/rs6000.opt:416
9241 #, no-c-format
9242 msgid "Avoid all range limits on call instructions."
9243 msgstr ""
9245 #: config/rs6000/rs6000.opt:424
9246 #, no-c-format
9247 msgid "Warn about deprecated 'vector long ...' AltiVec type usage."
9248 msgstr ""
9250 #: config/rs6000/rs6000.opt:428
9251 #, no-c-format
9252 msgid "Use -mlong-double-64 for 64-bit IEEE floating point format.  Use -mlong-double-128 for 128-bit floating point format (either IEEE or IBM)."
9253 msgstr ""
9255 #: config/rs6000/rs6000.opt:437
9256 #, no-c-format
9257 msgid "Determine which dependences between insns are considered costly."
9258 msgstr ""
9260 #: config/rs6000/rs6000.opt:441
9261 #, no-c-format
9262 msgid "Specify which post scheduling nop insertion scheme to apply."
9263 msgstr ""
9265 #: config/rs6000/rs6000.opt:445
9266 #, no-c-format
9267 msgid "Specify alignment of structure fields default/natural."
9268 msgstr ""
9270 #: config/rs6000/rs6000.opt:449
9271 #, no-c-format
9272 msgid "Valid arguments to -malign-:"
9273 msgstr ""
9275 #: config/rs6000/rs6000.opt:459
9276 #, no-c-format
9277 msgid "Specify scheduling priority for dispatch slot restricted insns."
9278 msgstr ""
9280 #: config/rs6000/rs6000.opt:463
9281 #, no-c-format
9282 msgid "Use r11 to hold the static link in calls to functions via pointers."
9283 msgstr ""
9285 #: config/rs6000/rs6000.opt:467
9286 #, no-c-format
9287 msgid "Save the TOC in the prologue for indirect calls rather than inline."
9288 msgstr ""
9290 #: config/rs6000/rs6000.opt:475
9291 #, no-c-format
9292 msgid "Fuse certain integer operations together for better performance on power8."
9293 msgstr ""
9295 #: config/rs6000/rs6000.opt:479
9296 #, no-c-format
9297 msgid "Allow sign extension in fusion operations."
9298 msgstr ""
9300 #: config/rs6000/rs6000.opt:483
9301 #, no-c-format
9302 msgid "Use vector and scalar instructions added in ISA 2.07."
9303 msgstr ""
9305 #: config/rs6000/rs6000.opt:487
9306 #, no-c-format
9307 msgid "Fuse certain integer operations together for better performance on power10."
9308 msgstr ""
9310 #: config/rs6000/rs6000.opt:491
9311 #, no-c-format
9312 msgid "Use ISA 2.07 Category:Vector.AES and Category:Vector.SHA2 instructions."
9313 msgstr ""
9315 #: config/rs6000/rs6000.opt:498
9316 #, no-c-format
9317 msgid "Use ISA 2.07 transactional memory (HTM) instructions."
9318 msgstr ""
9320 #: config/rs6000/rs6000.opt:502
9321 #, no-c-format
9322 msgid "Generate the quad word memory instructions (lq/stq)."
9323 msgstr ""
9325 #: config/rs6000/rs6000.opt:506
9326 #, no-c-format
9327 msgid "Generate the quad word memory atomic instructions (lqarx/stqcx)."
9328 msgstr ""
9330 #: config/rs6000/rs6000.opt:510
9331 #, no-c-format
9332 msgid "Generate aggregate parameter passing code with at most 64-bit alignment."
9333 msgstr ""
9335 #: config/rs6000/rs6000.opt:514
9336 #, no-c-format
9337 msgid "Analyze and remove doubleword swaps from VSX computations."
9338 msgstr ""
9340 #: config/rs6000/rs6000.opt:522
9341 #, no-c-format
9342 msgid "Use certain scalar instructions added in ISA 3.0."
9343 msgstr ""
9345 #: config/rs6000/rs6000.opt:526
9346 #, no-c-format
9347 msgid "Use vector instructions added in ISA 3.0."
9348 msgstr ""
9350 #: config/rs6000/rs6000.opt:530
9351 #, no-c-format
9352 msgid "Use the new min/max instructions defined in ISA 3.0."
9353 msgstr ""
9355 #: config/rs6000/rs6000.opt:534
9356 #, no-c-format
9357 msgid "Generate the integer modulo instructions."
9358 msgstr ""
9360 #: config/rs6000/rs6000.opt:538
9361 #, no-c-format
9362 msgid "Enable IEEE 128-bit floating point via the __float128 keyword."
9363 msgstr ""
9365 #: config/rs6000/rs6000.opt:542
9366 #, no-c-format
9367 msgid "Enable using IEEE 128-bit floating point instructions."
9368 msgstr ""
9370 #: config/rs6000/rs6000.opt:546
9371 #, no-c-format
9372 msgid "Enable default conversions between __float128 & long double."
9373 msgstr ""
9375 #: config/rs6000/rs6000.opt:586
9376 #, no-c-format
9377 msgid "Generate (do not generate) prefixed memory instructions."
9378 msgstr ""
9380 #: config/rs6000/rs6000.opt:590
9381 #, no-c-format
9382 msgid "Generate (do not generate) pc-relative memory addressing."
9383 msgstr ""
9385 #: config/rs6000/rs6000.opt:594
9386 #, no-c-format
9387 msgid "Generate (do not generate) pc-relative memory optimizations for externals."
9388 msgstr ""
9390 #: config/rs6000/rs6000.opt:598
9391 #, no-c-format
9392 msgid "Generate (do not generate) MMA instructions."
9393 msgstr ""
9395 #: config/rs6000/rs6000.opt:605
9396 #, no-c-format
9397 msgid "Enable instructions that guard against return-oriented programming attacks."
9398 msgstr ""
9400 #: config/rs6000/rs6000.opt:609
9401 #, no-c-format
9402 msgid "Generate code that will run in privileged state."
9403 msgstr ""
9405 #: config/rs6000/rs6000.opt:613
9406 #, no-c-format
9407 msgid "Generate (do not generate) code that uses the XXSPLTIW instruction."
9408 msgstr ""
9410 #: config/rs6000/rs6000.opt:617
9411 #, no-c-format
9412 msgid "Generate (do not generate) code that uses the XXSPLTIDP instruction."
9413 msgstr ""
9415 #: config/rs6000/rs6000.opt:621
9416 #, no-c-format
9417 msgid "Generate (do not generate) code that uses the LXVKQ instruction."
9418 msgstr ""
9420 #: config/rs6000/rs6000.opt:627
9421 #, no-c-format
9422 msgid "Used to limit unroll factor which indicates how much the autovectorizer may unroll a loop.  The default value is 4."
9423 msgstr ""
9425 #: config/rs6000/rs6000.opt:633
9426 #, no-c-format
9427 msgid "When costing for loop vectorization, we probably need to penalize the loop body cost if the existing cost model may not adequately reflect delays from unavailable vector resources.  We collect the cost for vectorized statements and non-vectorized statements separately, check the proportion of vec_cost to total cost of vec_cost and non vec_cost, and penalize only if the proportion exceeds the threshold specified by this parameter.  The default value is 85."
9428 msgstr ""
9430 #: config/rs6000/rs6000.opt:642
9431 #, no-c-format
9432 msgid "Like parameter rs6000-density-pct-threshold, we also check the total sum of vec_cost and non vec_cost, and penalize only if the sum exceeds the threshold specified by this parameter.  The default value is 70."
9433 msgstr ""
9435 #: config/rs6000/rs6000.opt:648
9436 #, no-c-format
9437 msgid "When both heuristics with rs6000-density-pct-threshold and rs6000-density-size-threshold are satisfied, we decide to penalize the loop body cost by the value which is specified by this parameter.  The default value is 10."
9438 msgstr ""
9440 #: config/rs6000/rs6000.opt:655
9441 #, no-c-format
9442 msgid "When costing for loop vectorization, we probably need to penalize the loop body cost by accounting for excess strided or elementwise loads.  We collect the numbers for general statements and load statements according to the information for statements to be vectorized, check the proportion of load statements, and penalize only if the proportion exceeds the threshold specified by this parameter.  The default value is 45."
9443 msgstr ""
9445 #: config/rs6000/rs6000.opt:664
9446 #, no-c-format
9447 msgid "Like parameter rs6000-density-load-pct-threshold, we also check if the total number of load statements exceeds the threshold specified by this parameter, and penalize only if it's satisfied.  The default value is 20."
9448 msgstr ""
9450 #: config/rs6000/rs6000.opt:670
9451 #, no-c-format
9452 msgid "Indicate how many non memory access vector instructions can be issued per cycle, it's used in unroll factor determination for autovectorizer.  The default value is 4."
9453 msgstr ""
9455 #: config/rs6000/rs6000.opt:676
9456 #, no-c-format
9457 msgid "When reduction factor computed for a loop exceeds the threshold specified by this parameter, prefer to unroll this loop.  The default value is 1."
9458 msgstr ""
9460 #: config/rs6000/sysv4.opt:24
9461 #, no-c-format
9462 msgid "-mcall-ABI\tSelect ABI calling convention."
9463 msgstr ""
9465 #: config/rs6000/sysv4.opt:28
9466 #, no-c-format
9467 msgid "-msdata=[none,data,sysv,eabi]\tSelect method for sdata handling."
9468 msgstr ""
9470 #: config/rs6000/sysv4.opt:32
9471 #, no-c-format
9472 msgid "Allow readonly data in sdata."
9473 msgstr ""
9475 #: config/rs6000/sysv4.opt:36
9476 #, no-c-format
9477 msgid "-mtls-size=[16,32]\tSpecify bit size of immediate TLS offsets."
9478 msgstr ""
9480 #: config/rs6000/sysv4.opt:52
9481 #, no-c-format
9482 msgid "Align to the base type of the bit-field."
9483 msgstr ""
9485 #: config/rs6000/sysv4.opt:56
9486 #, no-c-format
9487 msgid "Align to the base type of the bit-field. Don't assume that unaligned accesses are handled by the system."
9488 msgstr ""
9490 #: config/rs6000/sysv4.opt:61 config/rs6000/sysv4.opt:65
9491 #, no-c-format
9492 msgid "Produce code relocatable at runtime."
9493 msgstr ""
9495 #: config/rs6000/sysv4.opt:69 config/rs6000/sysv4.opt:73
9496 #, no-c-format
9497 msgid "Produce little endian code."
9498 msgstr ""
9500 #: config/rs6000/sysv4.opt:77 config/rs6000/sysv4.opt:81
9501 #, no-c-format
9502 msgid "Produce big endian code."
9503 msgstr ""
9505 #: config/rs6000/sysv4.opt:86 config/rs6000/sysv4.opt:90
9506 #: config/rs6000/sysv4.opt:99 config/rs6000/sysv4.opt:141
9507 #: config/rs6000/sysv4.opt:153
9508 #, no-c-format
9509 msgid "No description yet."
9510 msgstr ""
9512 #: config/rs6000/sysv4.opt:94
9513 #, no-c-format
9514 msgid "Assume all variable arg functions are prototyped."
9515 msgstr ""
9517 #: config/rs6000/sysv4.opt:103
9518 #, no-c-format
9519 msgid "Use EABI."
9520 msgstr ""
9522 #: config/rs6000/sysv4.opt:107
9523 #, no-c-format
9524 msgid "Allow bit-fields to cross word boundaries."
9525 msgstr ""
9527 #: config/rs6000/sysv4.opt:111
9528 #, no-c-format
9529 msgid "Use alternate register names."
9530 msgstr ""
9532 #: config/rs6000/sysv4.opt:117
9533 #, no-c-format
9534 msgid "Use default method for sdata handling."
9535 msgstr ""
9537 #: config/rs6000/sysv4.opt:121
9538 #, no-c-format
9539 msgid "Link with libsim.a, libc.a and sim-crt0.o."
9540 msgstr ""
9542 #: config/rs6000/sysv4.opt:125
9543 #, no-c-format
9544 msgid "Link with libads.a, libc.a and crt0.o."
9545 msgstr ""
9547 #: config/rs6000/sysv4.opt:129
9548 #, no-c-format
9549 msgid "Link with libyk.a, libc.a and crt0.o."
9550 msgstr ""
9552 #: config/rs6000/sysv4.opt:133
9553 #, no-c-format
9554 msgid "Link with libmvme.a, libc.a and crt0.o."
9555 msgstr ""
9557 #: config/rs6000/sysv4.opt:137
9558 #, no-c-format
9559 msgid "Set the PPC_EMB bit in the ELF flags header."
9560 msgstr ""
9562 #: config/rs6000/sysv4.opt:157
9563 #, no-c-format
9564 msgid "Generate code to use a non-exec PLT and GOT."
9565 msgstr ""
9567 #: config/rs6000/sysv4.opt:161
9568 #, no-c-format
9569 msgid "Generate code for old exec BSS PLT."
9570 msgstr ""
9572 #: config/rs6000/sysv4.opt:165
9573 #, no-c-format
9574 msgid "Use inline plt sequences to implement long calls and -fno-plt."
9575 msgstr ""
9577 #: config/rs6000/sysv4.opt:169
9578 #, no-c-format
9579 msgid "Emit .gnu_attribute tags."
9580 msgstr ""
9582 #: config/alpha/alpha.opt:27
9583 #, no-c-format
9584 msgid "Use fp registers."
9585 msgstr ""
9587 #: config/alpha/alpha.opt:35
9588 #, no-c-format
9589 msgid "Request IEEE-conformant math library routines (OSF/1)."
9590 msgstr ""
9592 #: config/alpha/alpha.opt:39
9593 #, no-c-format
9594 msgid "Emit IEEE-conformant code, without inexact exceptions."
9595 msgstr ""
9597 #: config/alpha/alpha.opt:46
9598 #, no-c-format
9599 msgid "Do not emit complex integer constants to read-only memory."
9600 msgstr ""
9602 #: config/alpha/alpha.opt:50
9603 #, no-c-format
9604 msgid "Use VAX fp."
9605 msgstr ""
9607 #: config/alpha/alpha.opt:54
9608 #, no-c-format
9609 msgid "Do not use VAX fp."
9610 msgstr ""
9612 #: config/alpha/alpha.opt:58
9613 #, no-c-format
9614 msgid "Emit code for the byte/word ISA extension."
9615 msgstr ""
9617 #: config/alpha/alpha.opt:62
9618 #, no-c-format
9619 msgid "Emit code for the motion video ISA extension."
9620 msgstr ""
9622 #: config/alpha/alpha.opt:66
9623 #, no-c-format
9624 msgid "Emit code for the fp move and sqrt ISA extension."
9625 msgstr ""
9627 #: config/alpha/alpha.opt:70
9628 #, no-c-format
9629 msgid "Emit code for the counting ISA extension."
9630 msgstr ""
9632 #: config/alpha/alpha.opt:74
9633 #, no-c-format
9634 msgid "Emit code using explicit relocation directives."
9635 msgstr ""
9637 #: config/alpha/alpha.opt:78
9638 #, no-c-format
9639 msgid "Emit 16-bit relocations to the small data areas."
9640 msgstr ""
9642 #: config/alpha/alpha.opt:82
9643 #, no-c-format
9644 msgid "Emit 32-bit relocations to the small data areas."
9645 msgstr ""
9647 #: config/alpha/alpha.opt:86
9648 #, no-c-format
9649 msgid "Emit direct branches to local functions."
9650 msgstr ""
9652 #: config/alpha/alpha.opt:90
9653 #, no-c-format
9654 msgid "Emit indirect branches to local functions."
9655 msgstr ""
9657 #: config/alpha/alpha.opt:94
9658 #, no-c-format
9659 msgid "Emit rdval instead of rduniq for thread pointer."
9660 msgstr ""
9662 #: config/alpha/alpha.opt:106
9663 #, no-c-format
9664 msgid "Use features of and schedule given CPU."
9665 msgstr ""
9667 #: config/alpha/alpha.opt:110
9668 #, no-c-format
9669 msgid "Schedule given CPU."
9670 msgstr ""
9672 #: config/alpha/alpha.opt:114
9673 #, no-c-format
9674 msgid "Control the generated fp rounding mode."
9675 msgstr ""
9677 #: config/alpha/alpha.opt:118
9678 #, no-c-format
9679 msgid "Control the IEEE trap mode."
9680 msgstr ""
9682 #: config/alpha/alpha.opt:122
9683 #, no-c-format
9684 msgid "Control the precision given to fp exceptions."
9685 msgstr ""
9687 #: config/alpha/alpha.opt:126
9688 #, no-c-format
9689 msgid "Tune expected memory latency."
9690 msgstr ""
9692 #: config/lm32/lm32.opt:24
9693 #, no-c-format
9694 msgid "Enable multiply instructions."
9695 msgstr ""
9697 #: config/lm32/lm32.opt:28
9698 #, no-c-format
9699 msgid "Enable divide and modulus instructions."
9700 msgstr ""
9702 #: config/lm32/lm32.opt:32
9703 #, no-c-format
9704 msgid "Enable barrel shift instructions."
9705 msgstr ""
9707 #: config/lm32/lm32.opt:36
9708 #, no-c-format
9709 msgid "Enable sign extend instructions."
9710 msgstr ""
9712 #: config/lm32/lm32.opt:40
9713 #, no-c-format
9714 msgid "Enable user-defined instructions."
9715 msgstr ""
9717 #: config/loongarch/loongarch.opt:47
9718 #, no-c-format
9719 msgid "Basic ISAs of LoongArch:"
9720 msgstr ""
9722 #: config/loongarch/loongarch.opt:56
9723 #, no-c-format
9724 msgid "FPU types of LoongArch:"
9725 msgstr ""
9727 #: config/loongarch/loongarch.opt:69
9728 #, no-c-format
9729 msgid "-mfpu=FPU\tGenerate code for the given FPU."
9730 msgstr ""
9732 #: config/loongarch/loongarch.opt:76 config/mips/mips.opt:377
9733 #, no-c-format
9734 msgid "Prevent the use of all hardware floating-point instructions."
9735 msgstr ""
9737 #: config/loongarch/loongarch.opt:80 config/mips/mips.opt:369
9738 #, no-c-format
9739 msgid "Restrict the use of hardware floating-point instructions to 32-bit operations."
9740 msgstr ""
9742 #: config/loongarch/loongarch.opt:84 config/mips/mips.opt:116
9743 #, no-c-format
9744 msgid "Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations."
9745 msgstr ""
9747 #: config/loongarch/loongarch.opt:90
9748 #, no-c-format
9749 msgid "LoongArch CPU types:"
9750 msgstr ""
9752 #: config/loongarch/loongarch.opt:103
9753 #, no-c-format
9754 msgid "-march=PROCESSOR\tGenerate code for the given PROCESSOR ISA."
9755 msgstr ""
9757 #: config/loongarch/loongarch.opt:107
9758 #, no-c-format
9759 msgid "-mtune=PROCESSOR\tGenerate optimized code for PROCESSOR."
9760 msgstr ""
9762 #: config/loongarch/loongarch.opt:116
9763 #, no-c-format
9764 msgid "Base ABI types for LoongArch:"
9765 msgstr ""
9767 #: config/loongarch/loongarch.opt:129
9768 #, no-c-format
9769 msgid "-mabi=BASEABI\tGenerate code that conforms to the given BASEABI."
9770 msgstr ""
9772 #: config/loongarch/loongarch.opt:138 config/mips/mips.opt:71
9773 #, no-c-format
9774 msgid "-mbranch-cost=COST\tSet the cost of branches to roughly COST instructions."
9775 msgstr ""
9777 #: config/loongarch/loongarch.opt:142 config/mips/mips.opt:83
9778 #, no-c-format
9779 msgid "Trap on integer divide by zero."
9780 msgstr ""
9782 #: config/loongarch/loongarch.opt:146
9783 #, no-c-format
9784 msgid "Conditional moves for integral are enabled."
9785 msgstr ""
9787 #: config/loongarch/loongarch.opt:150
9788 #, no-c-format
9789 msgid "Conditional moves for float are enabled."
9790 msgstr ""
9792 #: config/loongarch/loongarch.opt:154
9793 #, no-c-format
9794 msgid "Prevent optimizing block moves, which is also the default behavior of -Os."
9795 msgstr ""
9797 #: config/loongarch/loongarch.opt:162
9798 #, no-c-format
9799 msgid "-mmax-inline-memcpy-size=SIZE\tSet the max size of memcpy to inline, default is 1024."
9800 msgstr ""
9802 #: config/loongarch/loongarch.opt:166
9803 #, no-c-format
9804 msgid "Use %reloc() assembly operators."
9805 msgstr ""
9807 #: config/loongarch/loongarch.opt:197
9808 #, no-c-format
9809 msgid "Avoid using the GOT to access external symbols."
9810 msgstr ""
9812 #: config/or1k/elf.opt:28
9813 #, no-c-format
9814 msgid "Configure the newlib board specific runtime.  The default is or1ksim."
9815 msgstr ""
9817 #: config/or1k/elf.opt:32
9818 #, no-c-format
9819 msgid "This option is ignored; it is provided for compatibility purposes only.  This used to select linker and preprocessor options for use with newlib."
9820 msgstr ""
9822 #: config/or1k/or1k.opt:29
9823 #, no-c-format
9824 msgid "Enable generation of hardware divide (l.div, l.divu) instructions.  This is the default; use -msoft-div to override."
9825 msgstr ""
9827 #: config/or1k/or1k.opt:34
9828 #, no-c-format
9829 msgid "Enable generation of binaries which use functions from libgcc to perform divide operations.  The default is -mhard-div."
9830 msgstr ""
9832 #: config/or1k/or1k.opt:39
9833 #, no-c-format
9834 msgid "Enable generation of hardware multiply instructions (l.mul, l.muli) instructions. This is the default; use -msoft-mul to override."
9835 msgstr ""
9837 #: config/or1k/or1k.opt:44
9838 #, no-c-format
9839 msgid "Enable generation of binaries which use functions from libgcc to perform multiply operations. The default is -mhard-mul."
9840 msgstr ""
9842 #: config/or1k/or1k.opt:49
9843 #, no-c-format
9844 msgid "Enable generation of binaries which use functions from libgcc to perform floating point operations.  This is the default; use -mhard-float to override."
9845 msgstr ""
9847 #: config/or1k/or1k.opt:54
9848 #, no-c-format
9849 msgid "Enable generation of hardware floating point instructions. The default is -msoft-float."
9850 msgstr ""
9852 #: config/or1k/or1k.opt:59
9853 #, no-c-format
9854 msgid "When -mhard-float is selected, enables generation of double-precision floating point instructions.  By default functions from libgcc are used to perform double-precision floating point operations."
9855 msgstr ""
9857 #: config/or1k/or1k.opt:65
9858 #, no-c-format
9859 msgid "When -mhard-float is selected, enables generation of unordered floating point compare and set flag (lf.sfun*) instructions.  By default functions from libgcc are used to perform unordered floating point compare and set flag operations."
9860 msgstr ""
9862 #: config/or1k/or1k.opt:71
9863 #, no-c-format
9864 msgid "Specify the code model used for accessing memory addresses.  Specifying large enables generating binaries with large global offset tables.  By default the value is small."
9865 msgstr ""
9867 #: config/or1k/or1k.opt:77
9868 #, no-c-format
9869 msgid "Known code model types (for use with the -mcmodel= option):"
9870 msgstr ""
9872 #: config/or1k/or1k.opt:87
9873 #, no-c-format
9874 msgid "Enable generation of conditional move (l.cmov) instructions.  By default the equivalent will be generated using set and branch."
9875 msgstr ""
9877 #: config/or1k/or1k.opt:92
9878 #, no-c-format
9879 msgid "Enable generation of rotate right (l.ror) instructions.  By default functions from libgcc are used to perform rotate right operations."
9880 msgstr ""
9882 #: config/or1k/or1k.opt:97
9883 #, no-c-format
9884 msgid "Enable generation of rotate right with immediate (l.rori) instructions.  By default functions from libgcc are used to perform rotate right with immediate operations."
9885 msgstr ""
9887 #: config/or1k/or1k.opt:103
9888 #, no-c-format
9889 msgid "Enable generation of sign extension (l.ext*) instructions.  By default memory loads are used to perform sign extension."
9890 msgstr ""
9892 #: config/or1k/or1k.opt:108
9893 #, no-c-format
9894 msgid "Enable generation of compare and set flag with immediate (l.sf*i) instructions. By default extra instructions will be generated to store the immediate to a register first."
9895 msgstr ""
9897 #: config/or1k/or1k.opt:114
9898 #, no-c-format
9899 msgid "Enable generation of shift with immediate (l.srai, l.srli, l.slli) instructions. By default extra instructions will be generated to store the immediate to a register first."
9900 msgstr ""
9902 #: config/nios2/elf.opt:26
9903 #, no-c-format
9904 msgid "Link with a limited version of the C library."
9905 msgstr ""
9907 #: config/nios2/elf.opt:30
9908 #, no-c-format
9909 msgid "Name of system library to link against."
9910 msgstr ""
9912 #: config/nios2/elf.opt:34
9913 #, no-c-format
9914 msgid "Name of the startfile."
9915 msgstr ""
9917 #: config/nios2/elf.opt:38
9918 #, no-c-format
9919 msgid "Link with HAL BSP."
9920 msgstr ""
9922 #: config/nios2/nios2.opt:35
9923 #, no-c-format
9924 msgid "Enable DIV, DIVU."
9925 msgstr ""
9927 #: config/nios2/nios2.opt:39
9928 #, no-c-format
9929 msgid "Enable MUL instructions."
9930 msgstr ""
9932 #: config/nios2/nios2.opt:43
9933 #, no-c-format
9934 msgid "Enable MULX instructions, assume fast shifter."
9935 msgstr ""
9937 #: config/nios2/nios2.opt:47
9938 #, no-c-format
9939 msgid "Use table based fast divide (default at -O3)."
9940 msgstr ""
9942 #: config/nios2/nios2.opt:51
9943 #, no-c-format
9944 msgid "All memory accesses use I/O load/store instructions."
9945 msgstr ""
9947 #: config/nios2/nios2.opt:55
9948 #, no-c-format
9949 msgid "Volatile memory accesses use I/O load/store instructions."
9950 msgstr ""
9952 #: config/nios2/nios2.opt:59
9953 #, no-c-format
9954 msgid "Volatile memory accesses do not use I/O load/store instructions."
9955 msgstr ""
9957 #: config/nios2/nios2.opt:63
9958 #, no-c-format
9959 msgid "Enable/disable GP-relative addressing."
9960 msgstr ""
9962 #: config/nios2/nios2.opt:67
9963 #, no-c-format
9964 msgid "Valid options for GP-relative addressing (for -mgpopt):"
9965 msgstr ""
9967 #: config/nios2/nios2.opt:86
9968 #, no-c-format
9969 msgid "Equivalent to -mgpopt=local."
9970 msgstr ""
9972 #: config/nios2/nios2.opt:90
9973 #, no-c-format
9974 msgid "Equivalent to -mgpopt=none."
9975 msgstr ""
9977 #: config/nios2/nios2.opt:94 config/c6x/c6x.opt:30 config/mips/mips.opt:134
9978 #, no-c-format
9979 msgid "Use big-endian byte order."
9980 msgstr ""
9982 #: config/nios2/nios2.opt:98 config/c6x/c6x.opt:34 config/mips/mips.opt:138
9983 #, no-c-format
9984 msgid "Use little-endian byte order."
9985 msgstr ""
9987 #: config/nios2/nios2.opt:102
9988 #, no-c-format
9989 msgid "Floating point custom instruction configuration name."
9990 msgstr ""
9992 #: config/nios2/nios2.opt:106
9993 #, no-c-format
9994 msgid "Do not use the ftruncds custom instruction."
9995 msgstr ""
9997 #: config/nios2/nios2.opt:110
9998 #, no-c-format
9999 msgid "Integer id (N) of ftruncds custom instruction."
10000 msgstr ""
10002 #: config/nios2/nios2.opt:114
10003 #, no-c-format
10004 msgid "Do not use the fextsd custom instruction."
10005 msgstr ""
10007 #: config/nios2/nios2.opt:118
10008 #, no-c-format
10009 msgid "Integer id (N) of fextsd custom instruction."
10010 msgstr ""
10012 #: config/nios2/nios2.opt:122
10013 #, no-c-format
10014 msgid "Do not use the fixdu custom instruction."
10015 msgstr ""
10017 #: config/nios2/nios2.opt:126
10018 #, no-c-format
10019 msgid "Integer id (N) of fixdu custom instruction."
10020 msgstr ""
10022 #: config/nios2/nios2.opt:130
10023 #, no-c-format
10024 msgid "Do not use the fixdi custom instruction."
10025 msgstr ""
10027 #: config/nios2/nios2.opt:134
10028 #, no-c-format
10029 msgid "Integer id (N) of fixdi custom instruction."
10030 msgstr ""
10032 #: config/nios2/nios2.opt:138
10033 #, no-c-format
10034 msgid "Do not use the fixsu custom instruction."
10035 msgstr ""
10037 #: config/nios2/nios2.opt:142
10038 #, no-c-format
10039 msgid "Integer id (N) of fixsu custom instruction."
10040 msgstr ""
10042 #: config/nios2/nios2.opt:146
10043 #, no-c-format
10044 msgid "Do not use the fixsi custom instruction."
10045 msgstr ""
10047 #: config/nios2/nios2.opt:150
10048 #, no-c-format
10049 msgid "Integer id (N) of fixsi custom instruction."
10050 msgstr ""
10052 #: config/nios2/nios2.opt:154
10053 #, no-c-format
10054 msgid "Do not use the floatud custom instruction."
10055 msgstr ""
10057 #: config/nios2/nios2.opt:158
10058 #, no-c-format
10059 msgid "Integer id (N) of floatud custom instruction."
10060 msgstr ""
10062 #: config/nios2/nios2.opt:162
10063 #, no-c-format
10064 msgid "Do not use the floatid custom instruction."
10065 msgstr ""
10067 #: config/nios2/nios2.opt:166
10068 #, no-c-format
10069 msgid "Integer id (N) of floatid custom instruction."
10070 msgstr ""
10072 #: config/nios2/nios2.opt:170
10073 #, no-c-format
10074 msgid "Do not use the floatus custom instruction."
10075 msgstr ""
10077 #: config/nios2/nios2.opt:174
10078 #, no-c-format
10079 msgid "Integer id (N) of floatus custom instruction."
10080 msgstr ""
10082 #: config/nios2/nios2.opt:178
10083 #, no-c-format
10084 msgid "Do not use the floatis custom instruction."
10085 msgstr ""
10087 #: config/nios2/nios2.opt:182
10088 #, no-c-format
10089 msgid "Integer id (N) of floatis custom instruction."
10090 msgstr ""
10092 #: config/nios2/nios2.opt:186
10093 #, no-c-format
10094 msgid "Do not use the fcmpned custom instruction."
10095 msgstr ""
10097 #: config/nios2/nios2.opt:190
10098 #, no-c-format
10099 msgid "Integer id (N) of fcmpned custom instruction."
10100 msgstr ""
10102 #: config/nios2/nios2.opt:194
10103 #, no-c-format
10104 msgid "Do not use the fcmpeqd custom instruction."
10105 msgstr ""
10107 #: config/nios2/nios2.opt:198
10108 #, no-c-format
10109 msgid "Integer id (N) of fcmpeqd custom instruction."
10110 msgstr ""
10112 #: config/nios2/nios2.opt:202
10113 #, no-c-format
10114 msgid "Do not use the fcmpged custom instruction."
10115 msgstr ""
10117 #: config/nios2/nios2.opt:206
10118 #, no-c-format
10119 msgid "Integer id (N) of fcmpged custom instruction."
10120 msgstr ""
10122 #: config/nios2/nios2.opt:210
10123 #, no-c-format
10124 msgid "Do not use the fcmpgtd custom instruction."
10125 msgstr ""
10127 #: config/nios2/nios2.opt:214
10128 #, no-c-format
10129 msgid "Integer id (N) of fcmpgtd custom instruction."
10130 msgstr ""
10132 #: config/nios2/nios2.opt:218
10133 #, no-c-format
10134 msgid "Do not use the fcmpled custom instruction."
10135 msgstr ""
10137 #: config/nios2/nios2.opt:222
10138 #, no-c-format
10139 msgid "Integer id (N) of fcmpled custom instruction."
10140 msgstr ""
10142 #: config/nios2/nios2.opt:226
10143 #, no-c-format
10144 msgid "Do not use the fcmpltd custom instruction."
10145 msgstr ""
10147 #: config/nios2/nios2.opt:230
10148 #, no-c-format
10149 msgid "Integer id (N) of fcmpltd custom instruction."
10150 msgstr ""
10152 #: config/nios2/nios2.opt:234
10153 #, no-c-format
10154 msgid "Do not use the flogd custom instruction."
10155 msgstr ""
10157 #: config/nios2/nios2.opt:238
10158 #, no-c-format
10159 msgid "Integer id (N) of flogd custom instruction."
10160 msgstr ""
10162 #: config/nios2/nios2.opt:242
10163 #, no-c-format
10164 msgid "Do not use the fexpd custom instruction."
10165 msgstr ""
10167 #: config/nios2/nios2.opt:246
10168 #, no-c-format
10169 msgid "Integer id (N) of fexpd custom instruction."
10170 msgstr ""
10172 #: config/nios2/nios2.opt:250
10173 #, no-c-format
10174 msgid "Do not use the fatand custom instruction."
10175 msgstr ""
10177 #: config/nios2/nios2.opt:254
10178 #, no-c-format
10179 msgid "Integer id (N) of fatand custom instruction."
10180 msgstr ""
10182 #: config/nios2/nios2.opt:258
10183 #, no-c-format
10184 msgid "Do not use the ftand custom instruction."
10185 msgstr ""
10187 #: config/nios2/nios2.opt:262
10188 #, no-c-format
10189 msgid "Integer id (N) of ftand custom instruction."
10190 msgstr ""
10192 #: config/nios2/nios2.opt:266
10193 #, no-c-format
10194 msgid "Do not use the fsind custom instruction."
10195 msgstr ""
10197 #: config/nios2/nios2.opt:270
10198 #, no-c-format
10199 msgid "Integer id (N) of fsind custom instruction."
10200 msgstr ""
10202 #: config/nios2/nios2.opt:274
10203 #, no-c-format
10204 msgid "Do not use the fcosd custom instruction."
10205 msgstr ""
10207 #: config/nios2/nios2.opt:278
10208 #, no-c-format
10209 msgid "Integer id (N) of fcosd custom instruction."
10210 msgstr ""
10212 #: config/nios2/nios2.opt:282
10213 #, no-c-format
10214 msgid "Do not use the fsqrtd custom instruction."
10215 msgstr ""
10217 #: config/nios2/nios2.opt:286
10218 #, no-c-format
10219 msgid "Integer id (N) of fsqrtd custom instruction."
10220 msgstr ""
10222 #: config/nios2/nios2.opt:290
10223 #, no-c-format
10224 msgid "Do not use the fabsd custom instruction."
10225 msgstr ""
10227 #: config/nios2/nios2.opt:294
10228 #, no-c-format
10229 msgid "Integer id (N) of fabsd custom instruction."
10230 msgstr ""
10232 #: config/nios2/nios2.opt:298
10233 #, no-c-format
10234 msgid "Do not use the fnegd custom instruction."
10235 msgstr ""
10237 #: config/nios2/nios2.opt:302
10238 #, no-c-format
10239 msgid "Integer id (N) of fnegd custom instruction."
10240 msgstr ""
10242 #: config/nios2/nios2.opt:306
10243 #, no-c-format
10244 msgid "Do not use the fmaxd custom instruction."
10245 msgstr ""
10247 #: config/nios2/nios2.opt:310
10248 #, no-c-format
10249 msgid "Integer id (N) of fmaxd custom instruction."
10250 msgstr ""
10252 #: config/nios2/nios2.opt:314
10253 #, no-c-format
10254 msgid "Do not use the fmind custom instruction."
10255 msgstr ""
10257 #: config/nios2/nios2.opt:318
10258 #, no-c-format
10259 msgid "Integer id (N) of fmind custom instruction."
10260 msgstr ""
10262 #: config/nios2/nios2.opt:322
10263 #, no-c-format
10264 msgid "Do not use the fdivd custom instruction."
10265 msgstr ""
10267 #: config/nios2/nios2.opt:326
10268 #, no-c-format
10269 msgid "Integer id (N) of fdivd custom instruction."
10270 msgstr ""
10272 #: config/nios2/nios2.opt:330
10273 #, no-c-format
10274 msgid "Do not use the fmuld custom instruction."
10275 msgstr ""
10277 #: config/nios2/nios2.opt:334
10278 #, no-c-format
10279 msgid "Integer id (N) of fmuld custom instruction."
10280 msgstr ""
10282 #: config/nios2/nios2.opt:338
10283 #, no-c-format
10284 msgid "Do not use the fsubd custom instruction."
10285 msgstr ""
10287 #: config/nios2/nios2.opt:342
10288 #, no-c-format
10289 msgid "Integer id (N) of fsubd custom instruction."
10290 msgstr ""
10292 #: config/nios2/nios2.opt:346
10293 #, no-c-format
10294 msgid "Do not use the faddd custom instruction."
10295 msgstr ""
10297 #: config/nios2/nios2.opt:350
10298 #, no-c-format
10299 msgid "Integer id (N) of faddd custom instruction."
10300 msgstr ""
10302 #: config/nios2/nios2.opt:354
10303 #, no-c-format
10304 msgid "Do not use the fcmpnes custom instruction."
10305 msgstr ""
10307 #: config/nios2/nios2.opt:358
10308 #, no-c-format
10309 msgid "Integer id (N) of fcmpnes custom instruction."
10310 msgstr ""
10312 #: config/nios2/nios2.opt:362
10313 #, no-c-format
10314 msgid "Do not use the fcmpeqs custom instruction."
10315 msgstr ""
10317 #: config/nios2/nios2.opt:366
10318 #, no-c-format
10319 msgid "Integer id (N) of fcmpeqs custom instruction."
10320 msgstr ""
10322 #: config/nios2/nios2.opt:370
10323 #, no-c-format
10324 msgid "Do not use the fcmpges custom instruction."
10325 msgstr ""
10327 #: config/nios2/nios2.opt:374
10328 #, no-c-format
10329 msgid "Integer id (N) of fcmpges custom instruction."
10330 msgstr ""
10332 #: config/nios2/nios2.opt:378
10333 #, no-c-format
10334 msgid "Do not use the fcmpgts custom instruction."
10335 msgstr ""
10337 #: config/nios2/nios2.opt:382
10338 #, no-c-format
10339 msgid "Integer id (N) of fcmpgts custom instruction."
10340 msgstr ""
10342 #: config/nios2/nios2.opt:386
10343 #, no-c-format
10344 msgid "Do not use the fcmples custom instruction."
10345 msgstr ""
10347 #: config/nios2/nios2.opt:390
10348 #, no-c-format
10349 msgid "Integer id (N) of fcmples custom instruction."
10350 msgstr ""
10352 #: config/nios2/nios2.opt:394
10353 #, no-c-format
10354 msgid "Do not use the fcmplts custom instruction."
10355 msgstr ""
10357 #: config/nios2/nios2.opt:398
10358 #, no-c-format
10359 msgid "Integer id (N) of fcmplts custom instruction."
10360 msgstr ""
10362 #: config/nios2/nios2.opt:402
10363 #, no-c-format
10364 msgid "Do not use the flogs custom instruction."
10365 msgstr ""
10367 #: config/nios2/nios2.opt:406
10368 #, no-c-format
10369 msgid "Integer id (N) of flogs custom instruction."
10370 msgstr ""
10372 #: config/nios2/nios2.opt:410
10373 #, no-c-format
10374 msgid "Do not use the fexps custom instruction."
10375 msgstr ""
10377 #: config/nios2/nios2.opt:414
10378 #, no-c-format
10379 msgid "Integer id (N) of fexps custom instruction."
10380 msgstr ""
10382 #: config/nios2/nios2.opt:418
10383 #, no-c-format
10384 msgid "Do not use the fatans custom instruction."
10385 msgstr ""
10387 #: config/nios2/nios2.opt:422
10388 #, no-c-format
10389 msgid "Integer id (N) of fatans custom instruction."
10390 msgstr ""
10392 #: config/nios2/nios2.opt:426
10393 #, no-c-format
10394 msgid "Do not use the ftans custom instruction."
10395 msgstr ""
10397 #: config/nios2/nios2.opt:430
10398 #, no-c-format
10399 msgid "Integer id (N) of ftans custom instruction."
10400 msgstr ""
10402 #: config/nios2/nios2.opt:434
10403 #, no-c-format
10404 msgid "Do not use the fsins custom instruction."
10405 msgstr ""
10407 #: config/nios2/nios2.opt:438
10408 #, no-c-format
10409 msgid "Integer id (N) of fsins custom instruction."
10410 msgstr ""
10412 #: config/nios2/nios2.opt:442
10413 #, no-c-format
10414 msgid "Do not use the fcoss custom instruction."
10415 msgstr ""
10417 #: config/nios2/nios2.opt:446
10418 #, no-c-format
10419 msgid "Integer id (N) of fcoss custom instruction."
10420 msgstr ""
10422 #: config/nios2/nios2.opt:450
10423 #, no-c-format
10424 msgid "Do not use the fsqrts custom instruction."
10425 msgstr ""
10427 #: config/nios2/nios2.opt:454
10428 #, no-c-format
10429 msgid "Integer id (N) of fsqrts custom instruction."
10430 msgstr ""
10432 #: config/nios2/nios2.opt:458
10433 #, no-c-format
10434 msgid "Do not use the fabss custom instr."
10435 msgstr ""
10437 #: config/nios2/nios2.opt:462
10438 #, no-c-format
10439 msgid "Integer id (N) of fabss custom instruction."
10440 msgstr ""
10442 #: config/nios2/nios2.opt:466
10443 #, no-c-format
10444 msgid "Do not use the fnegs custom instruction."
10445 msgstr ""
10447 #: config/nios2/nios2.opt:470
10448 #, no-c-format
10449 msgid "Integer id (N) of fnegs custom instruction."
10450 msgstr ""
10452 #: config/nios2/nios2.opt:474
10453 #, no-c-format
10454 msgid "Do not use the fmaxs custom instruction."
10455 msgstr ""
10457 #: config/nios2/nios2.opt:478
10458 #, no-c-format
10459 msgid "Integer id (N) of fmaxs custom instruction."
10460 msgstr ""
10462 #: config/nios2/nios2.opt:482
10463 #, no-c-format
10464 msgid "Do not use the fmins custom instruction."
10465 msgstr ""
10467 #: config/nios2/nios2.opt:486
10468 #, no-c-format
10469 msgid "Integer id (N) of fmins custom instruction."
10470 msgstr ""
10472 #: config/nios2/nios2.opt:490
10473 #, no-c-format
10474 msgid "Do not use the fdivs custom instruction."
10475 msgstr ""
10477 #: config/nios2/nios2.opt:494
10478 #, no-c-format
10479 msgid "Integer id (N) of fdivs custom instruction."
10480 msgstr ""
10482 #: config/nios2/nios2.opt:498
10483 #, no-c-format
10484 msgid "Do not use the fmuls custom instruction."
10485 msgstr ""
10487 #: config/nios2/nios2.opt:502
10488 #, no-c-format
10489 msgid "Integer id (N) of fmuls custom instruction."
10490 msgstr ""
10492 #: config/nios2/nios2.opt:506
10493 #, no-c-format
10494 msgid "Do not use the fsubs custom instruction."
10495 msgstr ""
10497 #: config/nios2/nios2.opt:510
10498 #, no-c-format
10499 msgid "Integer id (N) of fsubs custom instruction."
10500 msgstr ""
10502 #: config/nios2/nios2.opt:514
10503 #, no-c-format
10504 msgid "Do not use the fadds custom instruction."
10505 msgstr ""
10507 #: config/nios2/nios2.opt:518
10508 #, no-c-format
10509 msgid "Integer id (N) of fadds custom instruction."
10510 msgstr ""
10512 #: config/nios2/nios2.opt:522
10513 #, no-c-format
10514 msgid "Do not use the frdy custom instruction."
10515 msgstr ""
10517 #: config/nios2/nios2.opt:526
10518 #, no-c-format
10519 msgid "Integer id (N) of frdy custom instruction."
10520 msgstr ""
10522 #: config/nios2/nios2.opt:530
10523 #, no-c-format
10524 msgid "Do not use the frdxhi custom instruction."
10525 msgstr ""
10527 #: config/nios2/nios2.opt:534
10528 #, no-c-format
10529 msgid "Integer id (N) of frdxhi custom instruction."
10530 msgstr ""
10532 #: config/nios2/nios2.opt:538
10533 #, no-c-format
10534 msgid "Do not use the frdxlo custom instruction."
10535 msgstr ""
10537 #: config/nios2/nios2.opt:542
10538 #, no-c-format
10539 msgid "Integer id (N) of frdxlo custom instruction."
10540 msgstr ""
10542 #: config/nios2/nios2.opt:546
10543 #, no-c-format
10544 msgid "Do not use the fwry custom instruction."
10545 msgstr ""
10547 #: config/nios2/nios2.opt:550
10548 #, no-c-format
10549 msgid "Integer id (N) of fwry custom instruction."
10550 msgstr ""
10552 #: config/nios2/nios2.opt:554
10553 #, no-c-format
10554 msgid "Do not use the fwrx custom instruction."
10555 msgstr ""
10557 #: config/nios2/nios2.opt:558
10558 #, no-c-format
10559 msgid "Integer id (N) of fwrx custom instruction."
10560 msgstr ""
10562 #: config/nios2/nios2.opt:562
10563 #, no-c-format
10564 msgid "Do not use the round custom instruction."
10565 msgstr ""
10567 #: config/nios2/nios2.opt:566
10568 #, no-c-format
10569 msgid "Integer id (N) of round custom instruction."
10570 msgstr ""
10572 #: config/nios2/nios2.opt:574
10573 #, no-c-format
10574 msgid "Valid Nios II ISA levels (for -march):"
10575 msgstr ""
10577 #: config/nios2/nios2.opt:584
10578 #, no-c-format
10579 msgid "Enable generation of R2 BMX instructions."
10580 msgstr ""
10582 #: config/nios2/nios2.opt:588
10583 #, no-c-format
10584 msgid "Enable generation of R2 CDX instructions."
10585 msgstr ""
10587 #: config/nios2/nios2.opt:592
10588 #, no-c-format
10589 msgid "Regular expression matching additional GP-addressible section names."
10590 msgstr ""
10592 #: config/nios2/nios2.opt:596
10593 #, no-c-format
10594 msgid "Regular expression matching section names for r0-relative addressing."
10595 msgstr ""
10597 #: config/rx/elf.opt:32
10598 #, no-c-format
10599 msgid "Generate assembler output that is compatible with the Renesas AS100 assembler.  This may restrict some of the compiler's capabilities.  The default is to generate GAS compatible syntax."
10600 msgstr ""
10602 #: config/rx/elf.opt:38 config/rx/rx.opt:99
10603 #, no-c-format
10604 msgid "Specifies the number of registers to reserve for interrupt handlers."
10605 msgstr ""
10607 #: config/rx/elf.opt:44 config/rx/rx.opt:105
10608 #, no-c-format
10609 msgid "Specifies whether interrupt functions should save and restore the accumulator register."
10610 msgstr ""
10612 #: config/rx/rx.opt:29
10613 #, no-c-format
10614 msgid "Store doubles in 64 bits."
10615 msgstr ""
10617 #: config/rx/rx.opt:33
10618 #, no-c-format
10619 msgid "Stores doubles in 32 bits.  This is the default."
10620 msgstr ""
10622 #: config/rx/rx.opt:37
10623 #, no-c-format
10624 msgid "Disable the use of RX FPU instructions."
10625 msgstr ""
10627 #: config/rx/rx.opt:44
10628 #, no-c-format
10629 msgid "Enable the use of RX FPU instructions.  This is the default."
10630 msgstr ""
10632 #: config/rx/rx.opt:50
10633 #, no-c-format
10634 msgid "Specify the target RX cpu type."
10635 msgstr ""
10637 #: config/rx/rx.opt:71
10638 #, no-c-format
10639 msgid "Data is stored in big-endian format."
10640 msgstr ""
10642 #: config/rx/rx.opt:75
10643 #, no-c-format
10644 msgid "Data is stored in little-endian format.  (Default)."
10645 msgstr ""
10647 #: config/rx/rx.opt:81
10648 #, no-c-format
10649 msgid "Maximum size of global and static variables which can be placed into the small data area."
10650 msgstr ""
10652 #: config/rx/rx.opt:87
10653 #, no-c-format
10654 msgid "Enable linker relaxation."
10655 msgstr ""
10657 #: config/rx/rx.opt:93
10658 #, no-c-format
10659 msgid "Maximum size in bytes of constant values allowed as operands."
10660 msgstr ""
10662 #: config/rx/rx.opt:111
10663 #, no-c-format
10664 msgid "Enables Position-Independent-Data (PID) mode."
10665 msgstr ""
10667 #: config/rx/rx.opt:117
10668 #, no-c-format
10669 msgid "Warn when multiple, different, fast interrupt handlers are in the compilation unit."
10670 msgstr ""
10672 #: config/rx/rx.opt:123
10673 #, no-c-format
10674 msgid "Enable the use of the old, broken, ABI where all stacked function arguments are aligned to 32-bits."
10675 msgstr ""
10677 #: config/rx/rx.opt:127
10678 #, no-c-format
10679 msgid "Enable the use the standard RX ABI where all stacked function arguments are naturally aligned.  This is the default."
10680 msgstr ""
10682 #: config/rx/rx.opt:133
10683 #, no-c-format
10684 msgid "Enable the use of the LRA register allocator."
10685 msgstr ""
10687 #: config/rx/rx.opt:139
10688 #, no-c-format
10689 msgid "Enables or disables the use of the SMOVF, SMOVB, SMOVU, SUNTIL, SWHILE and RMPA instructions.  Enabled by default."
10690 msgstr ""
10692 #: config/rx/rx.opt:145
10693 #, no-c-format
10694 msgid "Always use JSR, never BSR, for calls."
10695 msgstr ""
10697 #: config/visium/visium.opt:25
10698 #, no-c-format
10699 msgid "Link with libc.a and libdebug.a."
10700 msgstr ""
10702 #: config/visium/visium.opt:29
10703 #, no-c-format
10704 msgid "Link with libc.a and libsim.a."
10705 msgstr ""
10707 #: config/visium/visium.opt:33
10708 #, no-c-format
10709 msgid "Use hardware FP (default)."
10710 msgstr ""
10712 #: config/visium/visium.opt:45
10713 #, no-c-format
10714 msgid "Use features of and schedule code for given CPU."
10715 msgstr ""
10717 #: config/visium/visium.opt:65
10718 #, no-c-format
10719 msgid "Generate code for the supervisor mode (default)."
10720 msgstr ""
10722 #: config/visium/visium.opt:69
10723 #, no-c-format
10724 msgid "Generate code for the user mode."
10725 msgstr ""
10727 #: config/visium/visium.opt:73
10728 #, no-c-format
10729 msgid "Only retained for backward compatibility."
10730 msgstr ""
10732 #: config/sol2.opt:32
10733 #, no-c-format
10734 msgid "Clear hardware capabilities when linking."
10735 msgstr ""
10737 #: config/sol2.opt:36
10738 #, no-c-format
10739 msgid "Pass -z text to linker."
10740 msgstr ""
10742 #: config/moxie/moxie.opt:31
10743 #, no-c-format
10744 msgid "Enable MUL.X and UMUL.X instructions."
10745 msgstr ""
10747 #: config/microblaze/microblaze.opt:40
10748 #, no-c-format
10749 msgid "Use software emulation for floating point (default)."
10750 msgstr ""
10752 #: config/microblaze/microblaze.opt:44
10753 #, no-c-format
10754 msgid "Use hardware floating point instructions."
10755 msgstr ""
10757 #: config/microblaze/microblaze.opt:48
10758 #, no-c-format
10759 msgid "Use table lookup optimization for small signed integer divisions."
10760 msgstr ""
10762 #: config/microblaze/microblaze.opt:52
10763 #, no-c-format
10764 msgid "-mcpu=PROCESSOR\t\tUse features of and schedule code for given CPU."
10765 msgstr ""
10767 #: config/microblaze/microblaze.opt:56
10768 #, no-c-format
10769 msgid "Don't optimize block moves, use memcpy."
10770 msgstr ""
10772 #: config/microblaze/microblaze.opt:68
10773 #, no-c-format
10774 msgid "Use the soft multiply emulation (default)."
10775 msgstr ""
10777 #: config/microblaze/microblaze.opt:72
10778 #, no-c-format
10779 msgid "Use reorder instructions (swap and byte reversed load/store) (default)."
10780 msgstr ""
10782 #: config/microblaze/microblaze.opt:76
10783 #, no-c-format
10784 msgid "Use the software emulation for divides (default)."
10785 msgstr ""
10787 #: config/microblaze/microblaze.opt:80
10788 #, no-c-format
10789 msgid "Use the hardware barrel shifter instead of emulation."
10790 msgstr ""
10792 #: config/microblaze/microblaze.opt:84
10793 #, no-c-format
10794 msgid "Use pattern compare instructions."
10795 msgstr ""
10797 #: config/microblaze/microblaze.opt:88
10798 #, no-c-format
10799 msgid "Check for stack overflow at runtime."
10800 msgstr ""
10802 #: config/microblaze/microblaze.opt:92 config/iq2000/iq2000.opt:65
10803 #, no-c-format
10804 msgid "Use GP relative sdata/sbss sections."
10805 msgstr ""
10807 #: config/microblaze/microblaze.opt:96
10808 #, no-c-format
10809 msgid "Clear the BSS to zero and place zero initialized in BSS."
10810 msgstr ""
10812 #: config/microblaze/microblaze.opt:100
10813 #, no-c-format
10814 msgid "Use multiply high instructions for high part of 32x32 multiply."
10815 msgstr ""
10817 #: config/microblaze/microblaze.opt:104
10818 #, no-c-format
10819 msgid "Use hardware floating point conversion instructions."
10820 msgstr ""
10822 #: config/microblaze/microblaze.opt:108
10823 #, no-c-format
10824 msgid "Use hardware floating point square root instruction."
10825 msgstr ""
10827 #: config/microblaze/microblaze.opt:112
10828 #, no-c-format
10829 msgid "Description for mxl-mode-executable."
10830 msgstr ""
10832 #: config/microblaze/microblaze.opt:116
10833 #, no-c-format
10834 msgid "Description for mxl-mode-xmdstub."
10835 msgstr ""
10837 #: config/microblaze/microblaze.opt:120
10838 #, no-c-format
10839 msgid "Description for mxl-mode-bootstrap."
10840 msgstr ""
10842 #: config/microblaze/microblaze.opt:124
10843 #, no-c-format
10844 msgid "Description for mxl-mode-novectors."
10845 msgstr ""
10847 #: config/microblaze/microblaze.opt:128
10848 #, no-c-format
10849 msgid "Use hardware prefetch instruction."
10850 msgstr ""
10852 #: config/microblaze/microblaze.opt:132
10853 #, no-c-format
10854 msgid "Data referenced by offset from start of text instead of GOT (with -fPIC/-fPIE)."
10855 msgstr ""
10857 #: config/vax/vax.opt:23 config/vax/vax.opt:27
10858 #, no-c-format
10859 msgid "Target DFLOAT double precision code."
10860 msgstr ""
10862 #: config/vax/vax.opt:31 config/vax/vax.opt:35
10863 #, no-c-format
10864 msgid "Generate GFLOAT double precision code."
10865 msgstr ""
10867 #: config/vax/vax.opt:39
10868 #, no-c-format
10869 msgid "Generate code for GNU assembler (gas)."
10870 msgstr ""
10872 #: config/vax/vax.opt:43
10873 #, no-c-format
10874 msgid "Generate code for UNIX assembler."
10875 msgstr ""
10877 #: config/vax/vax.opt:51
10878 #, no-c-format
10879 msgid "Use VAXC structure conventions."
10880 msgstr ""
10882 #: config/vax/vax.opt:55
10883 #, no-c-format
10884 msgid "Use new adddi3/subdi3 patterns."
10885 msgstr ""
10887 #: config/frv/frv.opt:30
10888 #, no-c-format
10889 msgid "Use 4 media accumulators."
10890 msgstr ""
10892 #: config/frv/frv.opt:34
10893 #, no-c-format
10894 msgid "Use 8 media accumulators."
10895 msgstr ""
10897 #: config/frv/frv.opt:38
10898 #, no-c-format
10899 msgid "Enable label alignment optimizations."
10900 msgstr ""
10902 #: config/frv/frv.opt:42
10903 #, no-c-format
10904 msgid "Dynamically allocate cc registers."
10905 msgstr ""
10907 #: config/frv/frv.opt:49
10908 #, no-c-format
10909 msgid "Set the cost of branches."
10910 msgstr ""
10912 #: config/frv/frv.opt:53
10913 #, no-c-format
10914 msgid "Enable conditional execution other than moves/scc."
10915 msgstr ""
10917 #: config/frv/frv.opt:57
10918 #, no-c-format
10919 msgid "Change the maximum length of conditionally-executed sequences."
10920 msgstr ""
10922 #: config/frv/frv.opt:61
10923 #, no-c-format
10924 msgid "Change the number of temporary registers that are available to conditionally-executed sequences."
10925 msgstr ""
10927 #: config/frv/frv.opt:65
10928 #, no-c-format
10929 msgid "Enable conditional moves."
10930 msgstr ""
10932 #: config/frv/frv.opt:69
10933 #, no-c-format
10934 msgid "Set the target CPU type."
10935 msgstr ""
10937 #: config/frv/frv.opt:73
10938 #, no-c-format
10939 msgid "Known FR-V CPUs (for use with the -mcpu= option):"
10940 msgstr ""
10942 #: config/frv/frv.opt:122
10943 #, no-c-format
10944 msgid "Use fp double instructions."
10945 msgstr ""
10947 #: config/frv/frv.opt:126
10948 #, no-c-format
10949 msgid "Change the ABI to allow double word insns."
10950 msgstr ""
10952 #: config/frv/frv.opt:134
10953 #, no-c-format
10954 msgid "Just use icc0/fcc0."
10955 msgstr ""
10957 #: config/frv/frv.opt:138
10958 #, no-c-format
10959 msgid "Only use 32 FPRs."
10960 msgstr ""
10962 #: config/frv/frv.opt:142
10963 #, no-c-format
10964 msgid "Use 64 FPRs."
10965 msgstr ""
10967 #: config/frv/frv.opt:146
10968 #, no-c-format
10969 msgid "Only use 32 GPRs."
10970 msgstr ""
10972 #: config/frv/frv.opt:150
10973 #, no-c-format
10974 msgid "Use 64 GPRs."
10975 msgstr ""
10977 #: config/frv/frv.opt:154
10978 #, no-c-format
10979 msgid "Enable use of GPREL for read-only data in FDPIC."
10980 msgstr ""
10982 #: config/frv/frv.opt:166
10983 #, no-c-format
10984 msgid "Enable PIC support for building libraries."
10985 msgstr ""
10987 #: config/frv/frv.opt:170
10988 #, no-c-format
10989 msgid "Follow the EABI linkage requirements."
10990 msgstr ""
10992 #: config/frv/frv.opt:174
10993 #, no-c-format
10994 msgid "Disallow direct calls to global functions."
10995 msgstr ""
10997 #: config/frv/frv.opt:178
10998 #, no-c-format
10999 msgid "Use media instructions."
11000 msgstr ""
11002 #: config/frv/frv.opt:182
11003 #, no-c-format
11004 msgid "Use multiply add/subtract instructions."
11005 msgstr ""
11007 #: config/frv/frv.opt:186
11008 #, no-c-format
11009 msgid "Enable optimizing &&/|| in conditional execution."
11010 msgstr ""
11012 #: config/frv/frv.opt:190
11013 #, no-c-format
11014 msgid "Enable nested conditional execution optimizations."
11015 msgstr ""
11017 #: config/frv/frv.opt:195
11018 #, no-c-format
11019 msgid "Do not mark ABI switches in e_flags."
11020 msgstr ""
11022 #: config/frv/frv.opt:199
11023 #, no-c-format
11024 msgid "Remove redundant membars."
11025 msgstr ""
11027 #: config/frv/frv.opt:203
11028 #, no-c-format
11029 msgid "Pack VLIW instructions."
11030 msgstr ""
11032 #: config/frv/frv.opt:207
11033 #, no-c-format
11034 msgid "Enable setting GPRs to the result of comparisons."
11035 msgstr ""
11037 #: config/frv/frv.opt:211
11038 #, no-c-format
11039 msgid "Change the amount of scheduler lookahead."
11040 msgstr ""
11042 #: config/frv/frv.opt:219
11043 #, no-c-format
11044 msgid "Assume a large TLS segment."
11045 msgstr ""
11047 #: config/frv/frv.opt:223
11048 #, no-c-format
11049 msgid "Do not assume a large TLS segment."
11050 msgstr ""
11052 #: config/frv/frv.opt:228
11053 #, no-c-format
11054 msgid "Cause gas to print tomcat statistics."
11055 msgstr ""
11057 #: config/frv/frv.opt:233
11058 #, no-c-format
11059 msgid "Link with the library-pic libraries."
11060 msgstr ""
11062 #: config/frv/frv.opt:237
11063 #, no-c-format
11064 msgid "Allow branches to be packed with other instructions."
11065 msgstr ""
11067 #: config/mn10300/mn10300.opt:30
11068 #, no-c-format
11069 msgid "Target the AM33 processor."
11070 msgstr ""
11072 #: config/mn10300/mn10300.opt:34
11073 #, no-c-format
11074 msgid "Target the AM33/2.0 processor."
11075 msgstr ""
11077 #: config/mn10300/mn10300.opt:38
11078 #, no-c-format
11079 msgid "Target the AM34 processor."
11080 msgstr ""
11082 #: config/mn10300/mn10300.opt:46
11083 #, no-c-format
11084 msgid "Work around hardware multiply bug."
11085 msgstr ""
11087 #: config/mn10300/mn10300.opt:55
11088 #, no-c-format
11089 msgid "Enable linker relaxations."
11090 msgstr ""
11092 #: config/mn10300/mn10300.opt:59
11093 #, no-c-format
11094 msgid "Return pointers in both a0 and d0."
11095 msgstr ""
11097 #: config/mn10300/mn10300.opt:63
11098 #, no-c-format
11099 msgid "Allow gcc to generate LIW instructions."
11100 msgstr ""
11102 #: config/mn10300/mn10300.opt:67
11103 #, no-c-format
11104 msgid "Allow gcc to generate the SETLB and Lcc instructions."
11105 msgstr ""
11107 #: config/nds32/nds32-elf.opt:3 config/nds32/nds32-linux.opt:3
11108 #, no-c-format
11109 msgid "Specify the address generation strategy for code model."
11110 msgstr ""
11112 #: config/nds32/nds32-elf.opt:7 config/nds32/nds32-linux.opt:7
11113 #, no-c-format
11114 msgid "Known cmodel types (for use with the -mcmodel= option):"
11115 msgstr ""
11117 #: config/nds32/nds32.opt:29 config/nds32/nds32.opt:89
11118 #, no-c-format
11119 msgid "Generate code in big-endian mode."
11120 msgstr ""
11122 #: config/nds32/nds32.opt:33 config/nds32/nds32.opt:93
11123 #, no-c-format
11124 msgid "Generate code in little-endian mode."
11125 msgstr ""
11127 #: config/nds32/nds32.opt:37
11128 #, no-c-format
11129 msgid "Force performing fp-as-gp optimization."
11130 msgstr ""
11132 #: config/nds32/nds32.opt:41
11133 #, no-c-format
11134 msgid "Forbid performing fp-as-gp optimization."
11135 msgstr ""
11137 #: config/nds32/nds32.opt:47
11138 #, no-c-format
11139 msgid "Specify which ABI type to generate code for: 2, 2fp+."
11140 msgstr ""
11142 #: config/nds32/nds32.opt:61
11143 #, no-c-format
11144 msgid "Specify use soft floating point ABI which mean alias to -mabi=2."
11145 msgstr ""
11147 #: config/nds32/nds32.opt:65
11148 #, no-c-format
11149 msgid "Specify use soft floating point ABI which mean alias to -mabi=2fp+."
11150 msgstr ""
11152 #: config/nds32/nds32.opt:71
11153 #, no-c-format
11154 msgid "Use reduced-set registers for register allocation."
11155 msgstr ""
11157 #: config/nds32/nds32.opt:75
11158 #, no-c-format
11159 msgid "Use full-set registers for register allocation."
11160 msgstr ""
11162 #: config/nds32/nds32.opt:81
11163 #, no-c-format
11164 msgid "Always align function entry, jump target and return address."
11165 msgstr ""
11167 #: config/nds32/nds32.opt:85
11168 #, no-c-format
11169 msgid "Align function entry to 4 byte."
11170 msgstr ""
11172 #: config/nds32/nds32.opt:97
11173 #, no-c-format
11174 msgid "Prevent $fp being allocated during register allocation so that compiler is able to force performing fp-as-gp optimization."
11175 msgstr ""
11177 #: config/nds32/nds32.opt:101
11178 #, no-c-format
11179 msgid "Forbid using $fp to access static and global variables.  This option strictly forbids fp-as-gp optimization regardless of '-mforce-fp-as-gp'."
11180 msgstr ""
11182 #: config/nds32/nds32.opt:105
11183 #, no-c-format
11184 msgid "Specify the address generation strategy for ICT call's code model."
11185 msgstr ""
11187 #: config/nds32/nds32.opt:109
11188 #, no-c-format
11189 msgid "Known cmodel types (for use with the -mict-model= option):"
11190 msgstr ""
11192 #: config/nds32/nds32.opt:119
11193 #, no-c-format
11194 msgid "Generate conditional move instructions."
11195 msgstr ""
11197 #: config/nds32/nds32.opt:123
11198 #, no-c-format
11199 msgid "Generate hardware abs instructions."
11200 msgstr ""
11202 #: config/nds32/nds32.opt:127
11203 #, no-c-format
11204 msgid "Generate performance extension instructions."
11205 msgstr ""
11207 #: config/nds32/nds32.opt:131
11208 #, no-c-format
11209 msgid "Generate performance extension version 2 instructions."
11210 msgstr ""
11212 #: config/nds32/nds32.opt:135
11213 #, no-c-format
11214 msgid "Generate string extension instructions."
11215 msgstr ""
11217 #: config/nds32/nds32.opt:139
11218 #, no-c-format
11219 msgid "Generate DSP extension instructions."
11220 msgstr ""
11222 #: config/nds32/nds32.opt:143
11223 #, no-c-format
11224 msgid "Generate v3 push25/pop25 instructions."
11225 msgstr ""
11227 #: config/nds32/nds32.opt:147
11228 #, no-c-format
11229 msgid "Generate 16-bit instructions."
11230 msgstr ""
11232 #: config/nds32/nds32.opt:151
11233 #, no-c-format
11234 msgid "Insert relax hint for linker to do relaxation."
11235 msgstr ""
11237 #: config/nds32/nds32.opt:155
11238 #, no-c-format
11239 msgid "Enable Virtual Hosting support."
11240 msgstr ""
11242 #: config/nds32/nds32.opt:159
11243 #, no-c-format
11244 msgid "Specify the size of each interrupt vector, which must be 4 or 16."
11245 msgstr ""
11247 #: config/nds32/nds32.opt:163
11248 #, no-c-format
11249 msgid "Specify the security level of c-isr for the whole file."
11250 msgstr ""
11252 #: config/nds32/nds32.opt:167
11253 #, no-c-format
11254 msgid "Specify the size of each cache block, which must be a power of 2 between 4 and 512."
11255 msgstr ""
11257 #: config/nds32/nds32.opt:175
11258 #, no-c-format
11259 msgid "Known arch types (for use with the -march= option):"
11260 msgstr ""
11262 #: config/nds32/nds32.opt:197
11263 #, no-c-format
11264 msgid "Specify the cpu for pipeline model."
11265 msgstr ""
11267 #: config/nds32/nds32.opt:201
11268 #, no-c-format
11269 msgid "Known cpu types (for use with the -mcpu= option):"
11270 msgstr ""
11272 #: config/nds32/nds32.opt:361
11273 #, no-c-format
11274 msgid "Specify a fpu configuration value from 0 to 7; 0-3 is as FPU spec says, and 4-7 is corresponding to 0-3."
11275 msgstr ""
11277 #: config/nds32/nds32.opt:365
11278 #, no-c-format
11279 msgid "Known floating-point number of registers (for use with the -mconfig-fpu= option):"
11280 msgstr ""
11282 #: config/nds32/nds32.opt:393
11283 #, no-c-format
11284 msgid "Specify configuration of instruction mul: fast1, fast2 or slow. The default is fast1."
11285 msgstr ""
11287 #: config/nds32/nds32.opt:412
11288 #, no-c-format
11289 msgid "Specify how many read/write ports for n9/n10 cores.  The value should be 3r2w or 2r1w."
11290 msgstr ""
11292 #: config/nds32/nds32.opt:425
11293 #, no-c-format
11294 msgid "Enable constructor/destructor feature."
11295 msgstr "Omogući značajku konstruktor/destruktor."
11297 #: config/nds32/nds32.opt:429
11298 #, no-c-format
11299 msgid "Guide linker to relax instructions."
11300 msgstr ""
11302 #: config/nds32/nds32.opt:433
11303 #, no-c-format
11304 msgid "Generate floating-point multiply-accumulation instructions."
11305 msgstr ""
11307 #: config/nds32/nds32.opt:437
11308 #, no-c-format
11309 msgid "Generate single-precision floating-point instructions."
11310 msgstr ""
11312 #: config/nds32/nds32.opt:441
11313 #, no-c-format
11314 msgid "Generate double-precision floating-point instructions."
11315 msgstr ""
11317 #: config/nds32/nds32.opt:445
11318 #, no-c-format
11319 msgid "Force disable hardware loop, even use -mext-dsp."
11320 msgstr ""
11322 #: config/nds32/nds32.opt:449
11323 #, no-c-format
11324 msgid "Permit scheduling of a function's prologue and epilogue sequence."
11325 msgstr ""
11327 #: config/nds32/nds32.opt:453
11328 #, no-c-format
11329 msgid "Generate return instruction in naked function."
11330 msgstr ""
11332 #: config/nds32/nds32.opt:457
11333 #, no-c-format
11334 msgid "Always save $lp in the stack."
11335 msgstr ""
11337 #: config/nds32/nds32.opt:465
11338 #, no-c-format
11339 msgid "Allow use r15 for inline ASM."
11340 msgstr ""
11342 #: config/iq2000/iq2000.opt:31
11343 #, no-c-format
11344 msgid "Specify CPU for code generation purposes."
11345 msgstr ""
11347 #: config/iq2000/iq2000.opt:47
11348 #, no-c-format
11349 msgid "Specify CPU for scheduling purposes."
11350 msgstr ""
11352 #: config/iq2000/iq2000.opt:51
11353 #, no-c-format
11354 msgid "Known IQ2000 CPUs (for use with the -mcpu= option):"
11355 msgstr ""
11357 #: config/iq2000/iq2000.opt:61 config/mips/mips.opt:142
11358 #, no-c-format
11359 msgid "Use ROM instead of RAM."
11360 msgstr ""
11362 #: config/iq2000/iq2000.opt:70
11363 #, no-c-format
11364 msgid "No default crt0.o."
11365 msgstr ""
11367 #: config/iq2000/iq2000.opt:74 config/mips/mips.opt:413
11368 #, no-c-format
11369 msgid "Put uninitialized constants in ROM (needs -membedded-data)."
11370 msgstr ""
11372 #: config/csky/csky.opt:34
11373 #, no-c-format
11374 msgid "Specify the target architecture."
11375 msgstr ""
11377 #: config/csky/csky.opt:38
11378 #, no-c-format
11379 msgid "Specify the target processor."
11380 msgstr ""
11382 #: config/csky/csky.opt:90
11383 #, no-c-format
11384 msgid "Specify the target floating-point hardware/format."
11385 msgstr ""
11387 #: config/csky/csky.opt:94
11388 #, no-c-format
11389 msgid "Generate C-SKY FPU double float instructions (default for hard float)."
11390 msgstr ""
11392 #: config/csky/csky.opt:98
11393 #, no-c-format
11394 msgid "Generate frecipd/fsqrtd/fdivd instructions (default for hard float)."
11395 msgstr ""
11397 #: config/csky/csky.opt:106
11398 #, no-c-format
11399 msgid "Enable the extended LRW instruction (default for CK801)."
11400 msgstr ""
11402 #: config/csky/csky.opt:110
11403 #, no-c-format
11404 msgid "Enable interrupt stack instructions."
11405 msgstr ""
11407 #: config/csky/csky.opt:114
11408 #, no-c-format
11409 msgid "Enable multiprocessor instructions."
11410 msgstr ""
11412 #: config/csky/csky.opt:118
11413 #, no-c-format
11414 msgid "Enable coprocessor instructions."
11415 msgstr ""
11417 #: config/csky/csky.opt:122
11418 #, no-c-format
11419 msgid "Enable cache prefetch instructions."
11420 msgstr ""
11422 #: config/csky/csky.opt:126
11423 #, no-c-format
11424 msgid "Enable C-SKY SECURE instructions."
11425 msgstr ""
11427 #: config/csky/csky.opt:133
11428 #, no-c-format
11429 msgid "Enable C-SKY TRUST instructions."
11430 msgstr ""
11432 #: config/csky/csky.opt:137
11433 #, no-c-format
11434 msgid "Enable C-SKY DSP instructions."
11435 msgstr ""
11437 #: config/csky/csky.opt:141
11438 #, no-c-format
11439 msgid "Enable C-SKY Enhanced DSP instructions."
11440 msgstr ""
11442 #: config/csky/csky.opt:145
11443 #, no-c-format
11444 msgid "Enable C-SKY Vector DSP instructions."
11445 msgstr ""
11447 #: config/csky/csky.opt:151
11448 #, no-c-format
11449 msgid "Generate divide instructions."
11450 msgstr ""
11452 #: config/csky/csky.opt:155
11453 #, no-c-format
11454 msgid "Generate code for Smart Mode."
11455 msgstr ""
11457 #: config/csky/csky.opt:159
11458 #, no-c-format
11459 msgid "Enable use of R16-R31 (default)."
11460 msgstr ""
11462 #: config/csky/csky.opt:163
11463 #, no-c-format
11464 msgid "Generate code using global anchor symbol addresses."
11465 msgstr ""
11467 #: config/csky/csky.opt:167
11468 #, no-c-format
11469 msgid "Generate push/pop instructions (default)."
11470 msgstr ""
11472 #: config/csky/csky.opt:171
11473 #, no-c-format
11474 msgid "Generate stm/ldm instructions (default)."
11475 msgstr ""
11477 #: config/csky/csky.opt:178
11478 #, no-c-format
11479 msgid "Generate constant pools in the compiler instead of assembler."
11480 msgstr ""
11482 #: config/csky/csky.opt:182
11483 #, no-c-format
11484 msgid "Emit .stack_size directives."
11485 msgstr ""
11487 #: config/csky/csky.opt:186
11488 #, no-c-format
11489 msgid "Generate code for C-SKY compiler runtime instead of libgcc."
11490 msgstr ""
11492 #: config/csky/csky.opt:190
11493 #, no-c-format
11494 msgid "Set the branch costs to roughly the specified number of instructions."
11495 msgstr ""
11497 #: config/csky/csky.opt:194
11498 #, no-c-format
11499 msgid "Permit scheduling of function prologue and epilogue sequences."
11500 msgstr ""
11502 #: config/csky/csky_tables.opt:24
11503 #, no-c-format
11504 msgid "Known CSKY CPUs (for use with the -mcpu= options):"
11505 msgstr ""
11507 #: config/csky/csky_tables.opt:205
11508 #, no-c-format
11509 msgid "Known CSKY architectures (for use with the -march= option):"
11510 msgstr ""
11512 #: config/csky/csky_tables.opt:227
11513 #, no-c-format
11514 msgid "Known CSKY FPUs (for use with the -mfpu= option):"
11515 msgstr ""
11517 #: config/c6x/c6x-tables.opt:24
11518 #, no-c-format
11519 msgid "Known C6X ISAs (for use with the -march= option):"
11520 msgstr ""
11522 #: config/c6x/c6x.opt:42
11523 #, no-c-format
11524 msgid "Select method for sdata handling."
11525 msgstr ""
11527 #: config/c6x/c6x.opt:46
11528 #, no-c-format
11529 msgid "Valid arguments for the -msdata= option:"
11530 msgstr ""
11532 #: config/c6x/c6x.opt:59
11533 #, no-c-format
11534 msgid "Compile for the DSBT shared library ABI."
11535 msgstr ""
11537 #: config/cris/cris.opt:45
11538 #, no-c-format
11539 msgid "Work around bug in multiplication instruction."
11540 msgstr ""
11542 #: config/cris/cris.opt:51
11543 #, no-c-format
11544 msgid "Compile for ETRAX 4 (CRIS v3)."
11545 msgstr ""
11547 #: config/cris/cris.opt:56
11548 #, no-c-format
11549 msgid "Compile for ETRAX 100 (CRIS v8)."
11550 msgstr ""
11552 #: config/cris/cris.opt:64
11553 #, no-c-format
11554 msgid "Emit verbose debug information in assembly code."
11555 msgstr ""
11557 #: config/cris/cris.opt:71
11558 #, no-c-format
11559 msgid "Do not use condition codes from normal instructions."
11560 msgstr ""
11562 #: config/cris/cris.opt:80
11563 #, no-c-format
11564 msgid "Do not emit addressing modes with side-effect assignment."
11565 msgstr ""
11567 #: config/cris/cris.opt:89
11568 #, no-c-format
11569 msgid "Do not tune stack alignment."
11570 msgstr ""
11572 #: config/cris/cris.opt:98
11573 #, no-c-format
11574 msgid "Do not tune writable data alignment."
11575 msgstr ""
11577 #: config/cris/cris.opt:107
11578 #, no-c-format
11579 msgid "Do not tune code and read-only data alignment."
11580 msgstr ""
11582 #: config/cris/cris.opt:116
11583 #, no-c-format
11584 msgid "Align code and data to 32 bits."
11585 msgstr ""
11587 #: config/cris/cris.opt:133
11588 #, no-c-format
11589 msgid "Don't align items in code or data."
11590 msgstr ""
11592 #: config/cris/cris.opt:142
11593 #, no-c-format
11594 msgid "Do not emit function prologue or epilogue."
11595 msgstr ""
11597 #: config/cris/cris.opt:149
11598 #, no-c-format
11599 msgid "Use the most feature-enabling options allowed by other options."
11600 msgstr ""
11602 #: config/cris/cris.opt:158
11603 #, no-c-format
11604 msgid "Override -mbest-lib-options."
11605 msgstr ""
11607 #: config/cris/cris.opt:165
11608 #, no-c-format
11609 msgid "-march=ARCH\tGenerate code for the specified chip or CPU version."
11610 msgstr ""
11612 #: config/cris/cris.opt:169
11613 #, no-c-format
11614 msgid "-mtune=ARCH\tTune alignment for the specified chip or CPU version."
11615 msgstr ""
11617 #: config/cris/cris.opt:173
11618 #, no-c-format
11619 msgid "-mmax-stackframe=SIZE\tWarn when a stackframe is larger than the specified size."
11620 msgstr ""
11622 #: config/cris/cris.opt:180
11623 #, no-c-format
11624 msgid "Emit traps as \"break 8\", default for CRIS v3 and up.  If disabled, calls to abort() are used."
11625 msgstr ""
11627 #: config/cris/cris.opt:184
11628 #, no-c-format
11629 msgid "Emit checks causing \"break 8\" instructions to execute when applying atomic builtins on misaligned memory."
11630 msgstr ""
11632 #: config/cris/cris.opt:188
11633 #, no-c-format
11634 msgid "Handle atomic builtins that may be applied to unaligned data by calling library functions. Overrides -mtrap-unaligned-atomic."
11635 msgstr ""
11637 #: config/sh/superh.opt:6
11638 #, no-c-format
11639 msgid "Board name [and memory region]."
11640 msgstr ""
11642 #: config/sh/superh.opt:10
11643 #, no-c-format
11644 msgid "Runtime name."
11645 msgstr ""
11647 #: config/sh/sh.opt:42
11648 #, no-c-format
11649 msgid "Generate SH1 code."
11650 msgstr ""
11652 #: config/sh/sh.opt:46
11653 #, no-c-format
11654 msgid "Generate SH2 code."
11655 msgstr ""
11657 #: config/sh/sh.opt:50
11658 #, no-c-format
11659 msgid "Generate default double-precision SH2a-FPU code."
11660 msgstr ""
11662 #: config/sh/sh.opt:54
11663 #, no-c-format
11664 msgid "Generate SH2a FPU-less code."
11665 msgstr ""
11667 #: config/sh/sh.opt:58
11668 #, no-c-format
11669 msgid "Generate default single-precision SH2a-FPU code."
11670 msgstr ""
11672 #: config/sh/sh.opt:62
11673 #, no-c-format
11674 msgid "Generate only single-precision SH2a-FPU code."
11675 msgstr ""
11677 #: config/sh/sh.opt:66
11678 #, no-c-format
11679 msgid "Generate SH2e code."
11680 msgstr ""
11682 #: config/sh/sh.opt:70
11683 #, no-c-format
11684 msgid "Generate SH3 code."
11685 msgstr ""
11687 #: config/sh/sh.opt:74
11688 #, no-c-format
11689 msgid "Generate SH3e code."
11690 msgstr ""
11692 #: config/sh/sh.opt:78
11693 #, no-c-format
11694 msgid "Generate SH4 code."
11695 msgstr ""
11697 #: config/sh/sh.opt:82
11698 #, no-c-format
11699 msgid "Generate SH4-100 code."
11700 msgstr ""
11702 #: config/sh/sh.opt:86
11703 #, no-c-format
11704 msgid "Generate SH4-200 code."
11705 msgstr ""
11707 #: config/sh/sh.opt:92
11708 #, no-c-format
11709 msgid "Generate SH4-300 code."
11710 msgstr ""
11712 #: config/sh/sh.opt:96
11713 #, no-c-format
11714 msgid "Generate SH4 FPU-less code."
11715 msgstr ""
11717 #: config/sh/sh.opt:100
11718 #, no-c-format
11719 msgid "Generate SH4-100 FPU-less code."
11720 msgstr ""
11722 #: config/sh/sh.opt:104
11723 #, no-c-format
11724 msgid "Generate SH4-200 FPU-less code."
11725 msgstr ""
11727 #: config/sh/sh.opt:108
11728 #, no-c-format
11729 msgid "Generate SH4-300 FPU-less code."
11730 msgstr ""
11732 #: config/sh/sh.opt:112
11733 #, no-c-format
11734 msgid "Generate code for SH4 340 series (MMU/FPU-less)."
11735 msgstr ""
11737 #: config/sh/sh.opt:117
11738 #, no-c-format
11739 msgid "Generate code for SH4 400 series (MMU/FPU-less)."
11740 msgstr ""
11742 #: config/sh/sh.opt:122
11743 #, no-c-format
11744 msgid "Generate code for SH4 500 series (FPU-less)."
11745 msgstr ""
11747 #: config/sh/sh.opt:127
11748 #, no-c-format
11749 msgid "Generate default single-precision SH4 code."
11750 msgstr ""
11752 #: config/sh/sh.opt:131
11753 #, no-c-format
11754 msgid "Generate default single-precision SH4-100 code."
11755 msgstr ""
11757 #: config/sh/sh.opt:135
11758 #, no-c-format
11759 msgid "Generate default single-precision SH4-200 code."
11760 msgstr ""
11762 #: config/sh/sh.opt:139
11763 #, no-c-format
11764 msgid "Generate default single-precision SH4-300 code."
11765 msgstr ""
11767 #: config/sh/sh.opt:143
11768 #, no-c-format
11769 msgid "Generate only single-precision SH4 code."
11770 msgstr ""
11772 #: config/sh/sh.opt:147
11773 #, no-c-format
11774 msgid "Generate only single-precision SH4-100 code."
11775 msgstr ""
11777 #: config/sh/sh.opt:151
11778 #, no-c-format
11779 msgid "Generate only single-precision SH4-200 code."
11780 msgstr ""
11782 #: config/sh/sh.opt:155
11783 #, no-c-format
11784 msgid "Generate only single-precision SH4-300 code."
11785 msgstr ""
11787 #: config/sh/sh.opt:159
11788 #, no-c-format
11789 msgid "Generate SH4a code."
11790 msgstr ""
11792 #: config/sh/sh.opt:163
11793 #, no-c-format
11794 msgid "Generate SH4a FPU-less code."
11795 msgstr ""
11797 #: config/sh/sh.opt:167
11798 #, no-c-format
11799 msgid "Generate default single-precision SH4a code."
11800 msgstr ""
11802 #: config/sh/sh.opt:171
11803 #, no-c-format
11804 msgid "Generate only single-precision SH4a code."
11805 msgstr ""
11807 #: config/sh/sh.opt:175
11808 #, no-c-format
11809 msgid "Generate SH4al-dsp code."
11810 msgstr ""
11812 #: config/sh/sh.opt:183
11813 #, no-c-format
11814 msgid "Generate code in big endian mode."
11815 msgstr ""
11817 #: config/sh/sh.opt:187
11818 #, no-c-format
11819 msgid "Generate 32-bit offsets in switch tables."
11820 msgstr ""
11822 #: config/sh/sh.opt:191
11823 #, no-c-format
11824 msgid "Generate bit instructions."
11825 msgstr ""
11827 #: config/sh/sh.opt:199
11828 #, no-c-format
11829 msgid "Assume that zero displacement conditional branches are fast."
11830 msgstr ""
11832 #: config/sh/sh.opt:203
11833 #, no-c-format
11834 msgid "Force the usage of delay slots for conditional branches."
11835 msgstr ""
11837 #: config/sh/sh.opt:207
11838 #, no-c-format
11839 msgid "Align doubles at 64-bit boundaries."
11840 msgstr ""
11842 #: config/sh/sh.opt:211
11843 #, no-c-format
11844 msgid "Division strategy, one of: call-div1, call-fp, call-table."
11845 msgstr ""
11847 #: config/sh/sh.opt:215
11848 #, no-c-format
11849 msgid "Specify name for 32 bit signed division function."
11850 msgstr ""
11852 #: config/sh/sh.opt:219
11853 #, no-c-format
11854 msgid "Generate ELF FDPIC code."
11855 msgstr ""
11857 #: config/sh/sh.opt:223
11858 #, no-c-format
11859 msgid "Enable the use of 64-bit floating point registers in fmov instructions.  See -mdalign if 64-bit alignment is required."
11860 msgstr ""
11862 #: config/sh/sh.opt:231 config/sh/sh.opt:269
11863 #, no-c-format
11864 msgid "Follow Renesas (formerly Hitachi) / SuperH calling conventions."
11865 msgstr ""
11867 #: config/sh/sh.opt:235
11868 #, no-c-format
11869 msgid "Increase the IEEE compliance for floating-point comparisons."
11870 msgstr ""
11872 #: config/sh/sh.opt:239
11873 #, no-c-format
11874 msgid "Inline code to invalidate instruction cache entries after setting up nested function trampolines."
11875 msgstr ""
11877 #: config/sh/sh.opt:243 config/arc/arc.opt:242
11878 #, no-c-format
11879 msgid "Annotate assembler instructions with estimated addresses."
11880 msgstr ""
11882 #: config/sh/sh.opt:247
11883 #, no-c-format
11884 msgid "Generate code in little endian mode."
11885 msgstr ""
11887 #: config/sh/sh.opt:251
11888 #, no-c-format
11889 msgid "Mark MAC register as call-clobbered."
11890 msgstr ""
11892 #: config/sh/sh.opt:257
11893 #, no-c-format
11894 msgid "Make structs a multiple of 4 bytes (warning: ABI altered)."
11895 msgstr ""
11897 #: config/sh/sh.opt:261
11898 #, no-c-format
11899 msgid "Emit function-calls using global offset table when generating PIC."
11900 msgstr ""
11902 #: config/sh/sh.opt:265
11903 #, no-c-format
11904 msgid "Shorten address references during linking."
11905 msgstr ""
11907 #: config/sh/sh.opt:273
11908 #, no-c-format
11909 msgid "Specify the model for atomic operations."
11910 msgstr ""
11912 #: config/sh/sh.opt:277
11913 #, no-c-format
11914 msgid "Use tas.b instruction for __atomic_test_and_set."
11915 msgstr ""
11917 #: config/sh/sh.opt:281
11918 #, no-c-format
11919 msgid "Cost to assume for a multiply insn."
11920 msgstr ""
11922 #: config/sh/sh.opt:285
11923 #, no-c-format
11924 msgid "Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code would not work in user mode."
11925 msgstr ""
11927 #: config/sh/sh.opt:291
11928 #, no-c-format
11929 msgid "Pretend a branch-around-a-move is a conditional move."
11930 msgstr ""
11932 #: config/sh/sh.opt:295
11933 #, no-c-format
11934 msgid "Enable the use of the fsca instruction."
11935 msgstr ""
11937 #: config/sh/sh.opt:299
11938 #, no-c-format
11939 msgid "Enable the use of the fsrra instruction."
11940 msgstr ""
11942 #: config/gcn/gcn.opt:26
11943 #, no-c-format
11944 msgid "GCN GPU type to use:"
11945 msgstr ""
11947 #: config/gcn/gcn.opt:45 config/gcn/gcn.opt:49
11948 #, no-c-format
11949 msgid "Specify the name of the target GPU."
11950 msgstr ""
11952 #: config/gcn/gcn.opt:53
11953 #, no-c-format
11954 msgid "Generate code for a 32-bit ABI."
11955 msgstr ""
11957 #: config/gcn/gcn.opt:57
11958 #, no-c-format
11959 msgid "Generate code for a 64-bit ABI."
11960 msgstr ""
11962 #: config/gcn/gcn.opt:61
11963 #, no-c-format
11964 msgid "Enable OpenMP GPU offloading."
11965 msgstr ""
11967 #: config/gcn/gcn.opt:72
11968 #, no-c-format
11969 msgid "Obsolete; use GCN_STACK_SIZE at runtime."
11970 msgstr ""
11972 #: config/gcn/gcn.opt:78
11973 #, no-c-format
11974 msgid "Amount of local data-share (LDS) memory to reserve for gang-private variables."
11975 msgstr ""
11977 #: config/gcn/gcn.opt:82
11978 #, no-c-format
11979 msgid "Warn about invalid OpenACC dimensions."
11980 msgstr ""
11982 #: config/gcn/gcn.opt:86
11983 #, no-c-format
11984 msgid "Compile for devices requiring XNACK enabled. Default off."
11985 msgstr ""
11987 #: config/gcn/gcn.opt:90
11988 #, no-c-format
11989 msgid "SRAM-ECC modes:"
11990 msgstr ""
11992 #: config/gcn/gcn.opt:103
11993 #, no-c-format
11994 msgid "Compile for devices with the SRAM ECC feature enabled, or not. Default \"any\"."
11995 msgstr ""
11997 #: config/fr30/fr30.opt:23
11998 #, no-c-format
11999 msgid "Assume small address space."
12000 msgstr ""
12002 #: config/bpf/bpf.opt:28
12003 #, no-c-format
12004 msgid "Generate eBPF for the given Linux kernel version."
12005 msgstr ""
12007 #: config/bpf/bpf.opt:115
12008 #, no-c-format
12009 msgid "Generate xBPF."
12010 msgstr ""
12012 #: config/bpf/bpf.opt:121
12013 #, no-c-format
12014 msgid "Generate big-endian eBPF."
12015 msgstr ""
12017 #: config/bpf/bpf.opt:125
12018 #, no-c-format
12019 msgid "Generate little-endian eBPF."
12020 msgstr ""
12022 #: config/bpf/bpf.opt:129
12023 #, no-c-format
12024 msgid "Set a hard limit for the size of each stack frame, in bytes."
12025 msgstr ""
12027 #: config/bpf/bpf.opt:133
12028 #, no-c-format
12029 msgid "Generate all necessary information for BPF Compile Once - Run Everywhere."
12030 msgstr ""
12032 #: config/bpf/bpf.opt:139
12033 #, no-c-format
12034 msgid "Enable extra conditional-branch instructions j(s)lt and j(s)le."
12035 msgstr ""
12037 #: config/bpf/bpf.opt:143
12038 #, no-c-format
12039 msgid "Enable 32-bit ALU instructions."
12040 msgstr ""
12042 #: config/bpf/bpf.opt:147
12043 #, no-c-format
12044 msgid "Enable 32-bit jump instructions."
12045 msgstr ""
12047 #: config/mips/mips.opt:32
12048 #, no-c-format
12049 msgid "-mabi=ABI\tGenerate code that conforms to the given ABI."
12050 msgstr ""
12052 #: config/mips/mips.opt:36
12053 #, no-c-format
12054 msgid "Known MIPS ABIs (for use with the -mabi= option):"
12055 msgstr ""
12057 #: config/mips/mips.opt:55
12058 #, no-c-format
12059 msgid "Generate code that can be used in SVR4-style dynamic objects."
12060 msgstr ""
12062 #: config/mips/mips.opt:59
12063 #, no-c-format
12064 msgid "Use PMC-style 'mad' instructions."
12065 msgstr ""
12067 #: config/mips/mips.opt:63
12068 #, no-c-format
12069 msgid "Use integer madd/msub instructions."
12070 msgstr ""
12072 #: config/mips/mips.opt:67
12073 #, no-c-format
12074 msgid "-march=ISA\tGenerate code for the given ISA."
12075 msgstr ""
12077 #: config/mips/mips.opt:75
12078 #, no-c-format
12079 msgid "Use Branch Likely instructions, overriding the architecture default."
12080 msgstr ""
12082 #: config/mips/mips.opt:79
12083 #, no-c-format
12084 msgid "Switch on/off MIPS16 ASE on alternating functions for compiler testing."
12085 msgstr ""
12087 #: config/mips/mips.opt:87
12088 #, no-c-format
12089 msgid "-mcode-readable=SETTING\tSpecify when instructions are allowed to access code."
12090 msgstr ""
12092 #: config/mips/mips.opt:91
12093 #, no-c-format
12094 msgid "Valid arguments to -mcode-readable=:"
12095 msgstr ""
12097 #: config/mips/mips.opt:104
12098 #, no-c-format
12099 msgid "Use branch-and-break sequences to check for integer divide by zero."
12100 msgstr ""
12102 #: config/mips/mips.opt:108
12103 #, no-c-format
12104 msgid "Use trap instructions to check for integer divide by zero."
12105 msgstr ""
12107 #: config/mips/mips.opt:112
12108 #, no-c-format
12109 msgid "Allow the use of MDMX instructions."
12110 msgstr ""
12112 #: config/mips/mips.opt:120
12113 #, no-c-format
12114 msgid "Use MIPS-DSP instructions."
12115 msgstr ""
12117 #: config/mips/mips.opt:124
12118 #, no-c-format
12119 msgid "Use MIPS-DSP REV 2 instructions."
12120 msgstr ""
12122 #: config/mips/mips.opt:146
12123 #, no-c-format
12124 msgid "Use Enhanced Virtual Addressing instructions."
12125 msgstr ""
12127 #: config/mips/mips.opt:150
12128 #, no-c-format
12129 msgid "Use NewABI-style %reloc() assembly operators."
12130 msgstr ""
12132 #: config/mips/mips.opt:154
12133 #, no-c-format
12134 msgid "Use -G for data that is not defined by the current object."
12135 msgstr ""
12137 #: config/mips/mips.opt:158
12138 #, no-c-format
12139 msgid "Work around certain 24K errata."
12140 msgstr ""
12142 #: config/mips/mips.opt:162
12143 #, no-c-format
12144 msgid "Work around certain R4000 errata."
12145 msgstr ""
12147 #: config/mips/mips.opt:166
12148 #, no-c-format
12149 msgid "Work around certain R4400 errata."
12150 msgstr ""
12152 #: config/mips/mips.opt:170
12153 #, no-c-format
12154 msgid "Work around the R5900 short loop erratum."
12155 msgstr ""
12157 #: config/mips/mips.opt:174
12158 #, no-c-format
12159 msgid "Work around certain RM7000 errata."
12160 msgstr ""
12162 #: config/mips/mips.opt:178
12163 #, no-c-format
12164 msgid "Work around certain R10000 errata."
12165 msgstr ""
12167 #: config/mips/mips.opt:182
12168 #, no-c-format
12169 msgid "Work around errata for early SB-1 revision 2 cores."
12170 msgstr ""
12172 #: config/mips/mips.opt:186
12173 #, no-c-format
12174 msgid "Work around certain VR4120 errata."
12175 msgstr ""
12177 #: config/mips/mips.opt:190
12178 #, no-c-format
12179 msgid "Work around VR4130 mflo/mfhi errata."
12180 msgstr ""
12182 #: config/mips/mips.opt:194
12183 #, no-c-format
12184 msgid "Work around an early 4300 hardware bug."
12185 msgstr ""
12187 #: config/mips/mips.opt:198
12188 #, no-c-format
12189 msgid "FP exceptions are enabled."
12190 msgstr "Omogućene su iznimke s pomičnim zarezom (floating point)"
12192 #: config/mips/mips.opt:202
12193 #, no-c-format
12194 msgid "Use 32-bit floating-point registers."
12195 msgstr ""
12197 #: config/mips/mips.opt:206
12198 #, no-c-format
12199 msgid "Conform to the o32 FPXX ABI."
12200 msgstr ""
12202 #: config/mips/mips.opt:210
12203 #, no-c-format
12204 msgid "Use 64-bit floating-point registers."
12205 msgstr ""
12207 #: config/mips/mips.opt:214
12208 #, no-c-format
12209 msgid "-mflush-func=FUNC\tUse FUNC to flush the cache before calling stack trampolines."
12210 msgstr ""
12212 #: config/mips/mips.opt:218
12213 #, no-c-format
12214 msgid "-mabs=MODE\tSelect the IEEE 754 ABS/NEG instruction execution mode."
12215 msgstr ""
12217 #: config/mips/mips.opt:222
12218 #, no-c-format
12219 msgid "-mnan=ENCODING\tSelect the IEEE 754 NaN data encoding."
12220 msgstr ""
12222 #: config/mips/mips.opt:226
12223 #, no-c-format
12224 msgid "Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):"
12225 msgstr ""
12227 #: config/mips/mips.opt:236
12228 #, no-c-format
12229 msgid "Use 32-bit general registers."
12230 msgstr ""
12232 #: config/mips/mips.opt:240
12233 #, no-c-format
12234 msgid "Use 64-bit general registers."
12235 msgstr ""
12237 #: config/mips/mips.opt:244
12238 #, no-c-format
12239 msgid "Use GP-relative addressing to access small data."
12240 msgstr ""
12242 #: config/mips/mips.opt:248
12243 #, no-c-format
12244 msgid "When generating -mabicalls code, allow executables to use PLTs and copy relocations."
12245 msgstr ""
12247 #: config/mips/mips.opt:252
12248 #, no-c-format
12249 msgid "Allow the use of hardware floating-point ABI and instructions."
12250 msgstr ""
12252 #: config/mips/mips.opt:256
12253 #, no-c-format
12254 msgid "Generate code that is link-compatible with MIPS16 and microMIPS code."
12255 msgstr ""
12257 #: config/mips/mips.opt:260
12258 #, no-c-format
12259 msgid "An alias for minterlink-compressed provided for backward-compatibility."
12260 msgstr ""
12262 #: config/mips/mips.opt:264
12263 #, no-c-format
12264 msgid "-mipsN\tGenerate code for ISA level N."
12265 msgstr ""
12267 #: config/mips/mips.opt:268
12268 #, no-c-format
12269 msgid "Generate MIPS16 code."
12270 msgstr ""
12272 #: config/mips/mips.opt:272
12273 #, no-c-format
12274 msgid "Use MIPS-3D instructions."
12275 msgstr ""
12277 #: config/mips/mips.opt:276
12278 #, no-c-format
12279 msgid "Use ll, sc and sync instructions."
12280 msgstr ""
12282 #: config/mips/mips.opt:280
12283 #, no-c-format
12284 msgid "Use -G for object-local data."
12285 msgstr ""
12287 #: config/mips/mips.opt:284
12288 #, no-c-format
12289 msgid "Use indirect calls."
12290 msgstr ""
12292 #: config/mips/mips.opt:288
12293 #, no-c-format
12294 msgid "Use a 32-bit long type."
12295 msgstr ""
12297 #: config/mips/mips.opt:292
12298 #, no-c-format
12299 msgid "Use a 64-bit long type."
12300 msgstr ""
12302 #: config/mips/mips.opt:296
12303 #, no-c-format
12304 msgid "Pass the address of the ra save location to _mcount in $12."
12305 msgstr ""
12307 #: config/mips/mips.opt:300
12308 #, no-c-format
12309 msgid "Don't optimize block moves."
12310 msgstr ""
12312 #: config/mips/mips.opt:304
12313 #, no-c-format
12314 msgid "Use microMIPS instructions."
12315 msgstr ""
12317 #: config/mips/mips.opt:308
12318 #, no-c-format
12319 msgid "Use MIPS MSA Extension instructions."
12320 msgstr ""
12322 #: config/mips/mips.opt:312
12323 #, no-c-format
12324 msgid "Allow the use of MT instructions."
12325 msgstr ""
12327 #: config/mips/mips.opt:316
12328 #, no-c-format
12329 msgid "Prevent the use of all floating-point operations."
12330 msgstr ""
12332 #: config/mips/mips.opt:320
12333 #, no-c-format
12334 msgid "Use MCU instructions."
12335 msgstr ""
12337 #: config/mips/mips.opt:324
12338 #, no-c-format
12339 msgid "Do not use a cache-flushing function before calling stack trampolines."
12340 msgstr ""
12342 #: config/mips/mips.opt:328
12343 #, no-c-format
12344 msgid "Do not use MDMX instructions."
12345 msgstr ""
12347 #: config/mips/mips.opt:332
12348 #, no-c-format
12349 msgid "Generate normal-mode code."
12350 msgstr ""
12352 #: config/mips/mips.opt:336
12353 #, no-c-format
12354 msgid "Do not use MIPS-3D instructions."
12355 msgstr ""
12357 #: config/mips/mips.opt:340
12358 #, no-c-format
12359 msgid "Use paired-single floating-point instructions."
12360 msgstr ""
12362 #: config/mips/mips.opt:344
12363 #, no-c-format
12364 msgid "-mr10k-cache-barrier=SETTING\tSpecify when r10k cache barriers should be inserted."
12365 msgstr ""
12367 #: config/mips/mips.opt:348
12368 #, no-c-format
12369 msgid "Valid arguments to -mr10k-cache-barrier=:"
12370 msgstr ""
12372 #: config/mips/mips.opt:361
12373 #, no-c-format
12374 msgid "Try to allow the linker to turn PIC calls into direct calls."
12375 msgstr ""
12377 #: config/mips/mips.opt:365
12378 #, no-c-format
12379 msgid "When generating -mabicalls code, make the code suitable for use in shared libraries."
12380 msgstr ""
12382 #: config/mips/mips.opt:373
12383 #, no-c-format
12384 msgid "Use SmartMIPS instructions."
12385 msgstr ""
12387 #: config/mips/mips.opt:381
12388 #, no-c-format
12389 msgid "Optimize lui/addiu address loads."
12390 msgstr ""
12392 #: config/mips/mips.opt:385
12393 #, no-c-format
12394 msgid "Assume all symbols have 32-bit values."
12395 msgstr ""
12397 #: config/mips/mips.opt:389
12398 #, no-c-format
12399 msgid "Use synci instruction to invalidate i-cache."
12400 msgstr ""
12402 #: config/mips/mips.opt:397
12403 #, no-c-format
12404 msgid "Use lwxc1/swxc1/ldxc1/sdxc1 instructions where applicable."
12405 msgstr ""
12407 #: config/mips/mips.opt:401
12408 #, no-c-format
12409 msgid "Use 4-operand madd.s/madd.d and related instructions where applicable."
12410 msgstr ""
12412 #: config/mips/mips.opt:409
12413 #, no-c-format
12414 msgid "Generate code with unaligned load store, valid for MIPS R6."
12415 msgstr ""
12417 #: config/mips/mips.opt:417
12418 #, no-c-format
12419 msgid "Use Virtualization (VZ) instructions."
12420 msgstr ""
12422 #: config/mips/mips.opt:421
12423 #, no-c-format
12424 msgid "Use eXtended Physical Address (XPA) instructions."
12425 msgstr ""
12427 #: config/mips/mips.opt:425
12428 #, no-c-format
12429 msgid "Use Cyclic Redundancy Check (CRC) instructions."
12430 msgstr ""
12432 #: config/mips/mips.opt:429
12433 #, no-c-format
12434 msgid "Use Global INValidate (GINV) instructions."
12435 msgstr ""
12437 #: config/mips/mips.opt:433
12438 #, no-c-format
12439 msgid "Perform VR4130-specific alignment optimizations."
12440 msgstr ""
12442 #: config/mips/mips.opt:437
12443 #, no-c-format
12444 msgid "Lift restrictions on GOT size."
12445 msgstr ""
12447 #: config/mips/mips.opt:441
12448 #, no-c-format
12449 msgid "Enable use of odd-numbered single-precision registers."
12450 msgstr ""
12452 #: config/mips/mips.opt:445
12453 #, no-c-format
12454 msgid "Optimize frame header."
12455 msgstr ""
12457 #: config/mips/mips.opt:452
12458 #, no-c-format
12459 msgid "Enable load/store bonding."
12460 msgstr ""
12462 #: config/mips/mips.opt:456
12463 #, no-c-format
12464 msgid "Specify the compact branch usage policy."
12465 msgstr ""
12467 #: config/mips/mips.opt:460
12468 #, no-c-format
12469 msgid "Policies available for use with -mcompact-branches=:"
12470 msgstr ""
12472 #: config/mips/mips.opt:473
12473 #, no-c-format
12474 msgid "Use Loongson MultiMedia extensions Instructions (MMI) instructions."
12475 msgstr ""
12477 #: config/mips/mips.opt:477
12478 #, no-c-format
12479 msgid "Use Loongson EXTension (EXT) instructions."
12480 msgstr ""
12482 #: config/mips/mips.opt:481
12483 #, no-c-format
12484 msgid "Use Loongson EXTension R2 (EXT2) instructions."
12485 msgstr ""
12487 #: config/mips/mips-tables.opt:24
12488 #, no-c-format
12489 msgid "Known MIPS CPUs (for use with the -march= and -mtune= options):"
12490 msgstr ""
12492 #: config/mips/mips-tables.opt:28
12493 #, no-c-format
12494 msgid "Known MIPS ISA levels (for use with the -mips option):"
12495 msgstr ""
12497 #: config/arc/arc-tables.opt:25
12498 #, no-c-format
12499 msgid "Known ARC CPUs (for use with the -mcpu= option):"
12500 msgstr ""
12502 #: config/arc/arc.opt:26
12503 #, no-c-format
12504 msgid "Compile code for big endian mode."
12505 msgstr ""
12507 #: config/arc/arc.opt:30
12508 #, no-c-format
12509 msgid "Compile code for little endian mode.  This is the default."
12510 msgstr ""
12512 #: config/arc/arc.opt:34
12513 #, no-c-format
12514 msgid "Disable ARCompact specific pass to generate conditional execution instructions."
12515 msgstr ""
12517 #: config/arc/arc.opt:38
12518 #, no-c-format
12519 msgid "Generate ARCompact 32-bit code for ARC600 processor."
12520 msgstr ""
12522 #: config/arc/arc.opt:42
12523 #, no-c-format
12524 msgid "Same as -mA6."
12525 msgstr "Isto kao -mA6."
12527 #: config/arc/arc.opt:46
12528 #, no-c-format
12529 msgid "Generate ARCompact 32-bit code for ARC601 processor."
12530 msgstr ""
12532 #: config/arc/arc.opt:50
12533 #, no-c-format
12534 msgid "Generate ARCompact 32-bit code for ARC700 processor."
12535 msgstr ""
12537 #: config/arc/arc.opt:54
12538 #, no-c-format
12539 msgid "Same as -mA7."
12540 msgstr "Isto kao -mA7."
12542 #: config/arc/arc.opt:58
12543 #, no-c-format
12544 msgid "Force all calls to be made via a jli instruction."
12545 msgstr ""
12547 #: config/arc/arc.opt:62
12548 #, no-c-format
12549 msgid "-mmpy-option=MPY\tCompile ARCv2 code with a multiplier design option."
12550 msgstr ""
12552 #: config/arc/arc.opt:132
12553 #, no-c-format
12554 msgid "Enable DIV-REM instructions for ARCv2."
12555 msgstr ""
12557 #: config/arc/arc.opt:136
12558 #, no-c-format
12559 msgid "Enable code density instructions for ARCv2."
12560 msgstr ""
12562 #: config/arc/arc.opt:146
12563 #, no-c-format
12564 msgid "Use ordinarily cached memory accesses for volatile references."
12565 msgstr ""
12567 #: config/arc/arc.opt:150
12568 #, no-c-format
12569 msgid "Enable cache bypass for volatile references."
12570 msgstr ""
12572 #: config/arc/arc.opt:154
12573 #, no-c-format
12574 msgid "Generate instructions supported by barrel shifter."
12575 msgstr ""
12577 #: config/arc/arc.opt:158
12578 #, no-c-format
12579 msgid "Generate norm instruction."
12580 msgstr ""
12582 #: config/arc/arc.opt:162
12583 #, no-c-format
12584 msgid "Generate swap instruction."
12585 msgstr ""
12587 #: config/arc/arc.opt:166
12588 #, no-c-format
12589 msgid "Generate mul64 and mulu64 instructions."
12590 msgstr ""
12592 #: config/arc/arc.opt:170
12593 #, no-c-format
12594 msgid "Do not generate mpy instructions for ARC700."
12595 msgstr ""
12597 #: config/arc/arc.opt:174
12598 #, no-c-format
12599 msgid "Generate extended arithmetic instructions, only valid for ARC700."
12600 msgstr ""
12602 #: config/arc/arc.opt:178
12603 #, no-c-format
12604 msgid "Dummy flag. This is the default unless FPX switches are provided explicitly."
12605 msgstr ""
12607 #: config/arc/arc.opt:182
12608 #, no-c-format
12609 msgid "Generate call insns as register indirect calls."
12610 msgstr ""
12612 #: config/arc/arc.opt:186
12613 #, no-c-format
12614 msgid "Do no generate BRcc instructions in arc_reorg."
12615 msgstr ""
12617 #: config/arc/arc.opt:190
12618 #, no-c-format
12619 msgid "Generate sdata references.  This is the default, unless you compile for PIC."
12620 msgstr ""
12622 #: config/arc/arc.opt:194
12623 #, no-c-format
12624 msgid "Generate millicode thunks."
12625 msgstr ""
12627 #: config/arc/arc.opt:198 config/arc/arc.opt:202
12628 #, no-c-format
12629 msgid "FPX: Generate Single Precision FPX (compact) instructions."
12630 msgstr ""
12632 #: config/arc/arc.opt:206
12633 #, no-c-format
12634 msgid "FPX: Generate Single Precision FPX (fast) instructions."
12635 msgstr ""
12637 #: config/arc/arc.opt:210
12638 #, no-c-format
12639 msgid "FPX: Enable Argonaut ARC CPU Double Precision Floating Point extensions."
12640 msgstr ""
12642 #: config/arc/arc.opt:214 config/arc/arc.opt:218
12643 #, no-c-format
12644 msgid "FPX: Generate Double Precision FPX (compact) instructions."
12645 msgstr ""
12647 #: config/arc/arc.opt:222
12648 #, no-c-format
12649 msgid "FPX: Generate Double Precision FPX (fast) instructions."
12650 msgstr ""
12652 #: config/arc/arc.opt:226
12653 #, no-c-format
12654 msgid "Disable LR and SR instructions from using FPX extension aux registers."
12655 msgstr ""
12657 #: config/arc/arc.opt:230
12658 #, no-c-format
12659 msgid "Enable generation of ARC SIMD instructions via target-specific builtins."
12660 msgstr ""
12662 #: config/arc/arc.opt:234
12663 #, no-c-format
12664 msgid "-mcpu=CPU\tCompile code for ARC variant CPU."
12665 msgstr ""
12667 #: config/arc/arc.opt:238
12668 #, no-c-format
12669 msgid "Size optimization level: 0:none 1:opportunistic 2: regalloc 3:drop align, -Os."
12670 msgstr ""
12672 #: config/arc/arc.opt:246
12673 #, no-c-format
12674 msgid "Cost to assume for a multiply instruction, with 4 being equal to a normal insn."
12675 msgstr ""
12677 #: config/arc/arc.opt:250
12678 #, no-c-format
12679 msgid "-mtune=TUNE\tTune code for given ARC variant."
12680 msgstr ""
12682 #: config/arc/arc.opt:284
12683 #, no-c-format
12684 msgid "Enable the use of indexed loads."
12685 msgstr ""
12687 #: config/arc/arc.opt:288
12688 #, no-c-format
12689 msgid "Enable the use of pre/post modify with register displacement."
12690 msgstr ""
12692 #: config/arc/arc.opt:292
12693 #, no-c-format
12694 msgid "Generate 32x16 multiply and mac instructions."
12695 msgstr ""
12697 #: config/arc/arc.opt:300
12698 #, no-c-format
12699 msgid "Don't use less than 25 bit addressing range for calls."
12700 msgstr ""
12702 #: config/arc/arc.opt:304
12703 #, no-c-format
12704 msgid "Explain what alignment considerations lead to the decision to make an insn short or long."
12705 msgstr ""
12707 #: config/arc/arc.opt:322
12708 #, no-c-format
12709 msgid "Enable pre-reload use of cbranchsi pattern."
12710 msgstr ""
12712 #: config/arc/arc.opt:326
12713 #, no-c-format
12714 msgid "Enable bbit peephole2."
12715 msgstr ""
12717 #: config/arc/arc.opt:330
12718 #, no-c-format
12719 msgid "Use pc-relative switch case tables - this enables case table shortening."
12720 msgstr ""
12722 #: config/arc/arc.opt:334
12723 #, no-c-format
12724 msgid "Enable compact casesi pattern."
12725 msgstr ""
12727 #: config/arc/arc.opt:338
12728 #, no-c-format
12729 msgid "Enable 'q' instruction alternatives."
12730 msgstr ""
12732 #: config/arc/arc.opt:342
12733 #, no-c-format
12734 msgid "Expand adddi3 and subdi3 at rtl generation time into add.f / adc etc."
12735 msgstr ""
12737 #: config/arc/arc.opt:349
12738 #, no-c-format
12739 msgid "Enable variable polynomial CRC extension."
12740 msgstr ""
12742 #: config/arc/arc.opt:353
12743 #, no-c-format
12744 msgid "Enable DSP 3.1 Pack A extensions."
12745 msgstr ""
12747 #: config/arc/arc.opt:357
12748 #, no-c-format
12749 msgid "Enable dual viterbi butterfly extension."
12750 msgstr ""
12752 #: config/arc/arc.opt:367
12753 #, no-c-format
12754 msgid "Enable Dual and Single Operand Instructions for Telephony."
12755 msgstr ""
12757 #: config/arc/arc.opt:371
12758 #, no-c-format
12759 msgid "Enable XY Memory extension (DSP version 3)."
12760 msgstr ""
12762 #: config/arc/arc.opt:376
12763 #, no-c-format
12764 msgid "Enable Locked Load/Store Conditional extension."
12765 msgstr ""
12767 #: config/arc/arc.opt:380
12768 #, no-c-format
12769 msgid "Enable swap byte ordering extension instruction."
12770 msgstr ""
12772 #: config/arc/arc.opt:384
12773 #, no-c-format
12774 msgid "Enable 64-bit Time-Stamp Counter extension instruction."
12775 msgstr ""
12777 #: config/arc/arc.opt:388
12778 #, no-c-format
12779 msgid "Pass -EB option through to linker."
12780 msgstr ""
12782 #: config/arc/arc.opt:392
12783 #, no-c-format
12784 msgid "Pass -EL option through to linker."
12785 msgstr ""
12787 #: config/arc/arc.opt:396
12788 #, no-c-format
12789 msgid "Pass -marclinux option through to linker."
12790 msgstr ""
12792 #: config/arc/arc.opt:400
12793 #, no-c-format
12794 msgid "Pass -marclinux_prof option through to linker."
12795 msgstr ""
12797 #: config/arc/arc.opt:409
12798 #, no-c-format
12799 msgid "Don't indicate any priority with TARGET_REGISTER_PRIORITY."
12800 msgstr ""
12802 #: config/arc/arc.opt:413
12803 #, no-c-format
12804 msgid "Indicate priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
12805 msgstr ""
12807 #: config/arc/arc.opt:417
12808 #, no-c-format
12809 msgid "Reduce priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
12810 msgstr ""
12812 #: config/arc/arc.opt:429
12813 #, no-c-format
12814 msgid "Enable atomic instructions."
12815 msgstr ""
12817 #: config/arc/arc.opt:433
12818 #, no-c-format
12819 msgid "Enable double load/store instructions for ARC HS."
12820 msgstr ""
12822 #: config/arc/arc.opt:437
12823 #, no-c-format
12824 msgid "Specify the name of the target floating point configuration."
12825 msgstr ""
12827 #: config/arc/arc.opt:480
12828 #, no-c-format
12829 msgid "Specify thread pointer register number."
12830 msgstr ""
12832 #: config/arc/arc.opt:487
12833 #, no-c-format
12834 msgid "Enable use of NPS400 bit operations."
12835 msgstr ""
12837 #: config/arc/arc.opt:491
12838 #, no-c-format
12839 msgid "Enable use of NPS400 xld/xst extension."
12840 msgstr ""
12842 #: config/arc/arc.opt:499
12843 #, no-c-format
12844 msgid "Specifies the registers that the processor saves on an interrupt entry and exit."
12845 msgstr ""
12847 #: config/arc/arc.opt:503
12848 #, no-c-format
12849 msgid "Specifies the number of registers replicated in second register bank on entry to fast interrupt."
12850 msgstr ""
12852 #: config/arc/arc.opt:507
12853 #, no-c-format
12854 msgid "Sets LP_COUNT register width.  Possible values are 8, 16, 20, 24, 28, and 32."
12855 msgstr ""
12857 #: config/arc/arc.opt:532
12858 #, no-c-format
12859 msgid "Enable 16-entry register file."
12860 msgstr ""
12862 #: config/arc/arc.opt:536
12863 #, no-c-format
12864 msgid "Enable use of BI/BIH instructions when available."
12865 msgstr ""
12867 #: config/arc/arc.opt:540
12868 #, no-c-format
12869 msgid "Enable ENTER_S and LEAVE_S opcodes for ARCv2."
12870 msgstr ""
12872 #: lto/lang.opt:50
12873 #, no-c-format
12874 msgid "Set linker output type (used internally during LTO optimization)."
12875 msgstr ""
12877 #: lto/lang.opt:54
12878 #, no-c-format
12879 msgid "Run the link-time optimizer in local transformation (LTRANS) mode."
12880 msgstr ""
12882 #: lto/lang.opt:58
12883 #, no-c-format
12884 msgid "Specify a file to which a list of files output by LTRANS is written."
12885 msgstr ""
12887 #: lto/lang.opt:62
12888 #, no-c-format
12889 msgid "The resolution file."
12890 msgstr ""
12892 #: lto/lang.opt:66
12893 #, no-c-format
12894 msgid "Run the link-time optimizer in whole program analysis (WPA) mode."
12895 msgstr ""
12897 #: lto/lang.opt:70
12898 #, no-c-format
12899 msgid "Whole program analysis (WPA) mode with number of parallel jobs specified."
12900 msgstr ""
12902 #: lto/lang.opt:78
12903 #, no-c-format
12904 msgid "Call the dump function for variables and function in IL."
12905 msgstr ""
12907 #: lto/lang.opt:82
12908 #, no-c-format
12909 msgid "Dump the demangled output."
12910 msgstr ""
12912 #: lto/lang.opt:86
12913 #, no-c-format
12914 msgid "Dump only the defined symbols."
12915 msgstr ""
12917 #: lto/lang.opt:90
12918 #, no-c-format
12919 msgid "Print the initial values of the variables."
12920 msgstr ""
12922 #: lto/lang.opt:94
12923 #, no-c-format
12924 msgid "Sort the symbols alphabetically."
12925 msgstr ""
12927 #: lto/lang.opt:98
12928 #, no-c-format
12929 msgid "Sort the symbols according to size."
12930 msgstr ""
12932 #: lto/lang.opt:102
12933 #, no-c-format
12934 msgid "Display the symbols in reverse order."
12935 msgstr ""
12937 #: lto/lang.opt:109
12938 #, no-c-format
12939 msgid "Dump the details of LTO objects."
12940 msgstr ""
12942 #: lto/lang.opt:113
12943 #, no-c-format
12944 msgid "Dump the statistics of tree types."
12945 msgstr ""
12947 #: lto/lang.opt:117
12948 #, no-c-format
12949 msgid "Dump the statistics of trees."
12950 msgstr ""
12952 #: lto/lang.opt:121
12953 #, no-c-format
12954 msgid "Dump the statistics of gimple statements."
12955 msgstr ""
12957 #: lto/lang.opt:131
12958 #, no-c-format
12959 msgid "Dump the dump tool command line options."
12960 msgstr ""
12962 #: lto/lang.opt:135
12963 #, no-c-format
12964 msgid "Dump the symtab callgraph."
12965 msgstr ""
12967 #: common.opt:243
12968 #, no-c-format
12969 msgid "Provide bash completion for options starting with provided string."
12970 msgstr ""
12972 #: common.opt:295
12973 #, no-c-format
12974 msgid "Display this information."
12975 msgstr "Pokaže ove informacije."
12977 #: common.opt:299
12978 #, no-c-format
12979 msgid "--help=<class>\tDisplay descriptions of a specific class of options.  <class> is one or more of optimizers, target, warnings, undocumented, params."
12980 msgstr "--help=<class>\tPokaže opise specične klase opcija. <class> je jedan ili više elemenata iz optimizers, target, warnings, undocumented, params."
12982 #: common.opt:420
12983 #, no-c-format
12984 msgid "Display target specific command line options (including assembler and linker options)."
12985 msgstr ""
12987 #: common.opt:466
12988 #, no-c-format
12989 msgid "-O<number>\tSet optimization level to <number>."
12990 msgstr ""
12992 #: common.opt:470
12993 #, no-c-format
12994 msgid "Optimize for space rather than speed."
12995 msgstr ""
12997 #: common.opt:474
12998 #, no-c-format
12999 msgid "Optimize for speed disregarding exact standards compliance."
13000 msgstr "Optimizira za brzinu zanemarujući točnu usklađenost sa standardima."
13002 #: common.opt:478
13003 #, no-c-format
13004 msgid "Optimize for debugging experience rather than speed or size."
13005 msgstr ""
13007 #: common.opt:482
13008 #, no-c-format
13009 msgid "Optimize for space aggressively rather than speed."
13010 msgstr ""
13012 #: common.opt:522
13013 #, no-c-format
13014 msgid "This switch is deprecated; use -Wextra instead."
13015 msgstr "taj šalter je zastario; koristite -Wextra"
13017 #: common.opt:535
13018 #, no-c-format
13019 msgid "Warn about returning structures, unions or arrays."
13020 msgstr "Upozori na vraćene strukture, unija ili polja."
13022 #: common.opt:539
13023 #, no-c-format
13024 msgid "Warn if a loop with constant number of iterations triggers undefined behavior."
13025 msgstr ""
13027 #: common.opt:546
13028 #, no-c-format
13029 msgid "Warn if an array is accessed out of bounds."
13030 msgstr "Upozori ako je polje dohvaćeno izvan granica."
13032 #: common.opt:550 common.opt:554
13033 #, no-c-format
13034 msgid "Warn for uses of pointers to deallocated storage."
13035 msgstr ""
13037 #: common.opt:558
13038 #, no-c-format
13039 msgid "Warn about inappropriate attribute usage."
13040 msgstr "Upozori na neprikladnu upotrebu atributa."
13042 #: common.opt:562
13043 #, no-c-format
13044 msgid "Do not warn about specified attributes."
13045 msgstr ""
13047 #: common.opt:566 common.opt:570
13048 #, no-c-format
13049 msgid "Warn about type safety and similar errors and mismatches in declarations with alias attributes."
13050 msgstr "Upozori na tip sigurnosti i slične pogreške i nepodudarnosti u deklaracijama s atributima aliasa."
13052 #: common.opt:574
13053 #, no-c-format
13054 msgid "Warn when profiling instrumentation was requested, but could not be applied to a certain function."
13055 msgstr "Upozori kada je zatražena instrumentacija za profiliranje, ali se nije mogla primijeniti na određenu funkciju."
13057 #: common.opt:579 common.opt:583
13058 #, no-c-format
13059 msgid "Warn about pointer casts which increase alignment."
13060 msgstr "Upozori kada transformacije pokazivača (pointer casts) povećavaju poravnanje."
13062 #: common.opt:587
13063 #, no-c-format
13064 msgid "Warn when a #warning directive is encountered."
13065 msgstr ""
13067 #: common.opt:591
13068 #, no-c-format
13069 msgid "Warn about uses of __attribute__((warning)) declarations."
13070 msgstr "Upozori na upotrebu deklaracija __attribute__((warning))."
13072 #: common.opt:595
13073 #, no-c-format
13074 msgid "Warn if a deprecated compiler feature, class, method, or field is used."
13075 msgstr ""
13077 #: common.opt:599
13078 #, no-c-format
13079 msgid "Warn about uses of __attribute__((deprecated)) declarations."
13080 msgstr "Upozori na upotrebu deklaracija __attribute__((deprecated))."
13082 #: common.opt:603
13083 #, no-c-format
13084 msgid "Warn when an optimization pass is disabled."
13085 msgstr ""
13087 #: common.opt:607
13088 #, no-c-format
13089 msgid "Treat all warnings as errors."
13090 msgstr ""
13092 #: common.opt:611
13093 #, no-c-format
13094 msgid "Treat specified warning as error."
13095 msgstr ""
13097 #: common.opt:615
13098 #, no-c-format
13099 msgid "Print extra (possibly unwanted) warnings."
13100 msgstr ""
13102 #: common.opt:619
13103 #, no-c-format
13104 msgid "Exit on the first error occurred."
13105 msgstr ""
13107 #: common.opt:623
13108 #, no-c-format
13109 msgid "-Wframe-larger-than=<byte-size>\tWarn if a function's stack frame requires in excess of <byte-size>."
13110 msgstr ""
13112 #: common.opt:627
13113 #, no-c-format
13114 msgid "Disable -Wframe-larger-than= warning.  Equivalent to -Wframe-larger-than=<SIZE_MAX> or larger."
13115 msgstr ""
13117 #: common.opt:631
13118 #, no-c-format
13119 msgid "Warn when attempting to free a non-heap object."
13120 msgstr ""
13122 #: common.opt:642
13123 #, no-c-format
13124 msgid "Warn when a switch case falls through."
13125 msgstr ""
13127 #: common.opt:650
13128 #, no-c-format
13129 msgid "Warn when an inlined function cannot be inlined."
13130 msgstr ""
13132 #: common.opt:654
13133 #, no-c-format
13134 msgid "Warn when an atomic memory model parameter is known to be outside the valid range."
13135 msgstr ""
13137 #: common.opt:661
13138 #, no-c-format
13139 msgid "-Wlarger-than=<byte-size>\tWarn if an object's size exceeds <byte-size>."
13140 msgstr ""
13142 #: common.opt:665
13143 #, no-c-format
13144 msgid "Disable -Wlarger-than= warning.  Equivalent to -Wlarger-than=<SIZE_MAX> or larger."
13145 msgstr ""
13147 #: common.opt:669
13148 #, no-c-format
13149 msgid "Warn if comparing pointer parameter with nonnull attribute with NULL."
13150 msgstr ""
13152 #: common.opt:673
13153 #, no-c-format
13154 msgid "Warn if dereferencing a NULL pointer may lead to erroneous or undefined behavior."
13155 msgstr ""
13157 #: common.opt:684
13158 #, no-c-format
13159 msgid "Warn about some C++ One Definition Rule violations during link time optimization."
13160 msgstr ""
13162 #: common.opt:688
13163 #, no-c-format
13164 msgid "Warn about overflow in arithmetic expressions."
13165 msgstr ""
13167 #: common.opt:692
13168 #, no-c-format
13169 msgid "During link time optimization warn about mismatched types of global declarations."
13170 msgstr ""
13172 #: common.opt:696
13173 #, no-c-format
13174 msgid "Warn when the packed attribute has no effect on struct layout."
13175 msgstr ""
13177 #: common.opt:700
13178 #, no-c-format
13179 msgid "Warn when padding is required to align structure members."
13180 msgstr ""
13182 #: common.opt:704
13183 #, no-c-format
13184 msgid "Issue warnings needed for strict compliance to the standard."
13185 msgstr ""
13187 #: common.opt:708
13188 #, no-c-format
13189 msgid "Warn about returning a pointer/reference to a local or temporary variable."
13190 msgstr ""
13192 #: common.opt:712
13193 #, no-c-format
13194 msgid "Warn when one variable shadows another.  Same as -Wshadow=global."
13195 msgstr "Upozori na jedna varijabla zasijeni neku drugu varijablu. Isko kao -Wshadow=global."
13197 #: common.opt:716
13198 #, no-c-format
13199 msgid "Warn when one variable shadows another (globally)."
13200 msgstr ""
13202 #: common.opt:720
13203 #, no-c-format
13204 msgid "Warn when one local variable shadows another local variable or parameter."
13205 msgstr ""
13207 #: common.opt:727
13208 #, no-c-format
13209 msgid "Warn when one local variable shadows another local variable or parameter of compatible type."
13210 msgstr ""
13212 #: common.opt:734
13213 #, no-c-format
13214 msgid "Warn when not issuing stack smashing protection for some reason."
13215 msgstr ""
13217 #: common.opt:738
13218 #, no-c-format
13219 msgid "-Wstack-usage=<byte-size>\tWarn if stack usage might exceed <byte-size>."
13220 msgstr ""
13222 #: common.opt:742
13223 #, no-c-format
13224 msgid "Disable Wstack-usage= warning.  Equivalent to Wstack-usage=<SIZE_MAX> or larger."
13225 msgstr ""
13227 #: common.opt:746 common.opt:750
13228 #, no-c-format
13229 msgid "Warn about code which might break strict aliasing rules."
13230 msgstr ""
13232 #: common.opt:754 common.opt:758
13233 #, no-c-format
13234 msgid "Warn about optimizations that assume that signed overflow is undefined."
13235 msgstr ""
13237 #: common.opt:762
13238 #, no-c-format
13239 msgid "Warn about functions which might be candidates for __attribute__((cold))."
13240 msgstr ""
13242 #: common.opt:766
13243 #, no-c-format
13244 msgid "Warn about functions which might be candidates for __attribute__((const))."
13245 msgstr ""
13247 #: common.opt:770
13248 #, no-c-format
13249 msgid "Warn about functions which might be candidates for __attribute__((pure))."
13250 msgstr ""
13252 #: common.opt:774
13253 #, no-c-format
13254 msgid "Warn about functions which might be candidates for __attribute__((noreturn))."
13255 msgstr ""
13257 #: common.opt:778
13258 #, no-c-format
13259 msgid "Warn about functions which might be candidates for __attribute__((malloc))."
13260 msgstr ""
13262 #: common.opt:782
13263 #, no-c-format
13264 msgid "Warn about C++ polymorphic types where adding final keyword would improve code quality."
13265 msgstr ""
13267 #: common.opt:786
13268 #, no-c-format
13269 msgid "Warn about C++ virtual methods where adding final keyword would improve code quality."
13270 msgstr ""
13272 #: common.opt:790
13273 #, no-c-format
13274 msgid "Warn about statements between switch's controlling expression and the first case."
13275 msgstr ""
13277 #: common.opt:795
13278 #, no-c-format
13279 msgid "Do not suppress warnings from system headers."
13280 msgstr ""
13282 #: common.opt:799
13283 #, no-c-format
13284 msgid "Warn whenever a trampoline is generated."
13285 msgstr ""
13287 #: common.opt:803
13288 #, no-c-format
13289 msgid "Warn about cases where -ftrivial-auto-var-init cannot initialize an auto variable."
13290 msgstr ""
13292 #: common.opt:807
13293 #, no-c-format
13294 msgid "Warn if a comparison is always true or always false due to the limited range of the data type."
13295 msgstr ""
13297 #: common.opt:811
13298 #, no-c-format
13299 msgid "Warn about uninitialized automatic variables."
13300 msgstr ""
13302 #: common.opt:815
13303 #, no-c-format
13304 msgid "Warn about maybe uninitialized automatic variables."
13305 msgstr ""
13307 #: common.opt:823
13308 #, no-c-format
13309 msgid "Enable all -Wunused- warnings."
13310 msgstr ""
13312 #: common.opt:827
13313 #, no-c-format
13314 msgid "Warn when a function parameter is only set, otherwise unused."
13315 msgstr ""
13317 #: common.opt:831
13318 #, no-c-format
13319 msgid "Warn when a variable is only set, otherwise unused."
13320 msgstr ""
13322 #: common.opt:835
13323 #, no-c-format
13324 msgid "Warn when a function is unused."
13325 msgstr ""
13327 #: common.opt:839
13328 #, no-c-format
13329 msgid "Warn when a label is unused."
13330 msgstr ""
13332 #: common.opt:843
13333 #, no-c-format
13334 msgid "Warn when a function parameter is unused."
13335 msgstr ""
13337 #: common.opt:847
13338 #, no-c-format
13339 msgid "Warn when an expression value is unused."
13340 msgstr ""
13342 #: common.opt:851
13343 #, no-c-format
13344 msgid "Warn when a variable is unused."
13345 msgstr ""
13347 #: common.opt:855
13348 #, no-c-format
13349 msgid "Warn in case profiles in -fprofile-use do not match."
13350 msgstr ""
13352 #: common.opt:859
13353 #, no-c-format
13354 msgid "Warn in case a function ends earlier than it begins due to an invalid linenum macros."
13355 msgstr ""
13357 #: common.opt:863
13358 #, no-c-format
13359 msgid "Warn in case profiles in -fprofile-use do not exist."
13360 msgstr ""
13362 #: common.opt:867
13363 #, no-c-format
13364 msgid "Warn when a vector operation is compiled outside the SIMD."
13365 msgstr ""
13367 #: common.opt:871
13368 #, no-c-format
13369 msgid "Warn about unsupported features in ThreadSanitizer."
13370 msgstr ""
13372 #: common.opt:887
13373 #, no-c-format
13374 msgid "-aux-info <file>\tEmit declaration information into <file>."
13375 msgstr "-aux-info <file>\tinformacije o deklaraciji pošalje u datoteku <file>"
13377 #: common.opt:900
13378 #, no-c-format
13379 msgid "-d<letters>\tEnable dumps from specific passes of the compiler."
13380 msgstr "-d<letters>\tomogući dumpove specifičnih prolaza kompajlera"
13382 #: common.opt:904
13383 #, no-c-format
13384 msgid "-dumpbase <file>\tSet the file basename to be used for dumps."
13385 msgstr "-dumpbase <file>\tpostavi osnovicu imena dump datoteke"
13387 #: common.opt:908
13388 #, no-c-format
13389 msgid "-dumpbase-ext .<ext>    Drop a trailing .<ext> from the dump basename to name auxiliary output files."
13390 msgstr "-dumpbase-ext .<ext>    izostavi ekstenziju .<ext> iz osnovice dump datoteke za imenovanje pomoćnih izlaznih datoteka"
13392 #: common.opt:912
13393 #, no-c-format
13394 msgid "-dumpdir <dir>\tSet the directory name to be used for dumps."
13395 msgstr "-dumpdir <dir>\tpostavi ime direktorija za dumpove"
13397 #: common.opt:1013
13398 #, no-c-format
13399 msgid "The version of the C++ ABI in use."
13400 msgstr "inačica C++ ABI koja se koristi"
13402 #: common.opt:1017
13403 #, no-c-format
13404 msgid "Aggressively optimize loops using language constraints."
13405 msgstr "agresivno optimizira petlje koristeći jezična ograničenja"
13407 #: common.opt:1021
13408 #, no-c-format
13409 msgid "Align the start of functions."
13410 msgstr "poravna početak funkcija"
13412 #: common.opt:1031
13413 #, no-c-format
13414 msgid "Align labels which are only reached by jumping."
13415 msgstr "oravna one oznake do kojih se može doći samo sa skakanjem"
13417 #: common.opt:1038
13418 #, no-c-format
13419 msgid "Align all labels."
13420 msgstr "poravna sve oznake"
13422 #: common.opt:1045
13423 #, no-c-format
13424 msgid "Align the start of loops."
13425 msgstr "poravna početak petlji"
13427 #: common.opt:1052
13428 #, no-c-format
13429 msgid "Allow the compiler to introduce new data races on stores."
13430 msgstr "dopusti kompajleru uvesti novu konkurenciju podataka (data races) pri pohrani"
13432 #: common.opt:1056
13433 #, no-c-format
13434 msgid "Enable static analysis pass."
13435 msgstr "omogući statičku analizu prolaza"
13437 #: common.opt:1076
13438 #, no-c-format
13439 msgid "Select what to sanitize."
13440 msgstr "odaberite što treba počistiti."
13442 #: common.opt:1080
13443 #, no-c-format
13444 msgid "Select type of coverage sanitization."
13445 msgstr "odaberite tip pokrivenosti čišćenja"
13447 #: common.opt:1093
13448 #, no-c-format
13449 msgid "-fasan-shadow-offset=<number>\tUse custom shadow memory offset."
13450 msgstr "-fasan-shadow-offset=number>\tkoristite određeni odmak=<number> za shadow memoriju."
13452 #: common.opt:1097
13453 #, no-c-format
13454 msgid "-fsanitize-sections=<sec1,sec2,...>\tSanitize global variables in user-defined sections."
13455 msgstr "-fsanitize-sections=<sec1,sec2,...>\tčisti globalne varijable u sekcijama definiranim korisnikom"
13457 #: common.opt:1102
13458 #, no-c-format
13459 msgid "After diagnosing undefined behavior attempt to continue execution."
13460 msgstr "pokuša nastaviti izvršavanje nakon dijagnosticiranja nedefiniranog ponašanja"
13462 #: common.opt:1106
13463 #, no-c-format
13464 msgid "This switch is deprecated; use -fsanitize-recover= instead."
13465 msgstr "taj šalter je zastario; koristite -fsanitize-recover= instead"
13467 #: common.opt:1110
13468 #, fuzzy, no-c-format
13469 #| msgid "Use trap instead of a library function for undefined behavior sanitization."
13470 msgid "Use traps instead of diagnostics of undefined behavior sanitizers."
13471 msgstr "koristi klopku umjesto funkcije biblioteke za čišćenje nedefiniranog ponašanja"
13473 #: common.opt:1120
13474 #, fuzzy, no-c-format
13475 #| msgid "This switch is deprecated; use -fsanitize-recover= instead."
13476 msgid "This switch is deprecated; use -fsanitize-trap= instead."
13477 msgstr "taj šalter je zastario; koristite -fsanitize-recover= instead"
13479 #: common.opt:1124
13480 #, no-c-format
13481 msgid "Generate unwind tables that are exact at each instruction boundary."
13482 msgstr "generira unwind tablice koje leže točno na svakoj granici naredbe"
13484 #: common.opt:1128
13485 #, no-c-format
13486 msgid "Generate auto-inc/dec instructions."
13487 msgstr "generira auto-inc/dec naredbe"
13489 #: common.opt:1132
13490 #, no-c-format
13491 msgid "Use sample profile information for call graph node weights. The default profile file is fbdata.afdo in 'pwd'."
13492 msgstr "upotrebi podatke iz uzorka profila za težine čvorova grafa poziva. Zadana datoteka s profilom je fbdata.afdo u „pwd“"
13494 #: common.opt:1137
13495 #, no-c-format
13496 msgid "Use sample profile information for call graph node weights. The profile file is specified in the argument."
13497 msgstr "upotrebi podatke iz uzorka profila za težine čvorova grafa poziva. Datoteka s profilom je specificirana argumentom"
13499 #: common.opt:1146
13500 #, no-c-format
13501 msgid "Generate code to check bounds before indexing arrays."
13502 msgstr "generira kȏd za provjeru granica prije indeksiranja polja"
13504 #: common.opt:1150
13505 #, no-c-format
13506 msgid "Replace add, compare, branch with branch on count register."
13507 msgstr "zamijeni add, usporedi, zamijeni granu s granom pomoću registra za brojanje"
13509 #: common.opt:1154
13510 #, no-c-format
13511 msgid "Use profiling information for branch probabilities."
13512 msgstr "koristi informacije o profiliranju za vjerojatnosti grana"
13514 #: common.opt:1170
13515 #, no-c-format
13516 msgid "Output callgraph information on a per-file basis."
13517 msgstr "ispiše informacije o grafovima poziva za svaku datoteku"
13519 #: common.opt:1174
13520 #, no-c-format
13521 msgid "Output callgraph information on a per-file basis with decorations."
13522 msgstr "ispiše informacije o grafovima poziva za svaku datoteku s dekoracijama"
13524 #: common.opt:1178
13525 #, no-c-format
13526 msgid "-fcall-saved-<register>\tMark <register> as being preserved across functions."
13527 msgstr "-fcall-saved-<register>\toznači <register> kao rezerviran u svim funkcijama"
13529 #: common.opt:1182
13530 #, no-c-format
13531 msgid "-fcall-used-<register>\tMark <register> as being corrupted by function calls."
13532 msgstr "-fcall-used-<register>\toznači <register> kao oštećen pozivima funkcija"
13534 #: common.opt:1189
13535 #, no-c-format
13536 msgid "Save registers around function calls."
13537 msgstr "sačuva registre oko pozivanja funkcija"
13539 #: common.opt:1193
13540 #, no-c-format
13541 msgid "This switch is deprecated; do not use."
13542 msgstr "taj šalter je zastario; nemojte ga koristiti"
13544 #: common.opt:1197
13545 #, no-c-format
13546 msgid "Check the return value of new in C++."
13547 msgstr "provjeri vraćenu vrijdnost operatora „new“ u C++"
13549 #: common.opt:1201 common.opt:1205
13550 #, no-c-format
13551 msgid "Perform internal consistency checkings."
13552 msgstr "izvrši internu provjeru konzistentnosti"
13554 #: common.opt:1209
13555 #, no-c-format
13556 msgid "Enable code hoisting."
13557 msgstr "omogući podizanje kȏda"
13559 #: common.opt:1213
13560 #, no-c-format
13561 msgid "Looks for opportunities to reduce stack adjustments and stack references."
13562 msgstr "traži prilike za smanjenje prilagodbi stògova i referenci na stȏg"
13564 #: common.opt:1217
13565 #, no-c-format
13566 msgid "Put uninitialized globals in the common section."
13567 msgstr "smjesti neinicijalizirane globalne simbole u „common“ sekciju"
13569 #: common.opt:1225
13570 #, no-c-format
13571 msgid "-fcompare-debug[=<opts>]\tCompile with and without e.g. -gtoggle, and compare the final-insns dump."
13572 msgstr "-fcompare-debug[=<opts>]\tkompilira s i bez, npr. -gtoggle, i usporedi „final-insns“ dump"
13574 #: common.opt:1229
13575 #, no-c-format
13576 msgid "Run only the second compilation of -fcompare-debug."
13577 msgstr "pokreni samo drugu kompilaciju od -fcompare-debug"
13579 #: common.opt:1233
13580 #, no-c-format
13581 msgid "Perform comparison elimination after register allocation has finished."
13582 msgstr "izvrši eliminaciju usporedbi nakon dodjele registra"
13584 #: common.opt:1237
13585 #, no-c-format
13586 msgid "Do not perform optimizations increasing noticeably stack usage."
13587 msgstr "ne radi optimizacije koje značajno povećavaju korištenje stògova"
13589 #: common.opt:1241
13590 #, no-c-format
13591 msgid "Perform a register copy-propagation optimization pass."
13592 msgstr "izvede register copy-propagation optimizacijski prolaz"
13594 #: common.opt:1245
13595 #, no-c-format
13596 msgid "Perform cross-jumping optimization."
13597 msgstr ""
13599 #: common.opt:1249
13600 #, no-c-format
13601 msgid "When running CSE, follow jumps to their targets."
13602 msgstr ""
13604 #: common.opt:1257
13605 #, no-c-format
13606 msgid "Omit range reduction step when performing complex division."
13607 msgstr ""
13609 #: common.opt:1261
13610 #, no-c-format
13611 msgid "Complex multiplication and division follow Fortran rules."
13612 msgstr ""
13614 #: common.opt:1265
13615 #, no-c-format
13616 msgid "Place data items into their own section."
13617 msgstr ""
13619 #: common.opt:1269
13620 #, no-c-format
13621 msgid "List all available debugging counters with their limits and counts."
13622 msgstr ""
13624 #: common.opt:1273
13625 #, no-c-format
13626 msgid "-fdbg-cnt=<counter>[:<lower_limit1>-]<upper_limit1>[:<lower_limit2>-<upper_limit2>:...][,<counter>:...]\tSet the debug counter limit."
13627 msgstr ""
13629 #: common.opt:1277
13630 #, no-c-format
13631 msgid "-fdebug-prefix-map=<old>=<new>\tMap one directory name to another in debug information."
13632 msgstr ""
13634 #: common.opt:1281
13635 #, no-c-format
13636 msgid "-ffile-prefix-map=<old>=<new>\tMap one directory name to another in compilation result."
13637 msgstr ""
13639 #: common.opt:1285
13640 #, no-c-format
13641 msgid "Output .debug_types section when using DWARF v4 debuginfo."
13642 msgstr ""
13644 #: common.opt:1291
13645 #, no-c-format
13646 msgid "Defer popping functions args from stack until later."
13647 msgstr ""
13649 #: common.opt:1295
13650 #, no-c-format
13651 msgid "Attempt to fill delay slots of branch instructions."
13652 msgstr ""
13654 #: common.opt:1299
13655 #, no-c-format
13656 msgid "Delete dead instructions that may throw exceptions."
13657 msgstr ""
13659 #: common.opt:1303
13660 #, no-c-format
13661 msgid "Delete useless null pointer checks."
13662 msgstr ""
13664 #: common.opt:1307
13665 #, no-c-format
13666 msgid "Stream extra data to support more aggressive devirtualization in LTO local transformation mode."
13667 msgstr ""
13669 #: common.opt:1311
13670 #, no-c-format
13671 msgid "Perform speculative devirtualization."
13672 msgstr ""
13674 #: common.opt:1315
13675 #, no-c-format
13676 msgid "Try to convert virtual calls to direct ones."
13677 msgstr ""
13679 #: common.opt:1319
13680 #, no-c-format
13681 msgid "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source location at the beginning of line-wrapped diagnostics."
13682 msgstr ""
13684 #: common.opt:1336
13685 #, no-c-format
13686 msgid "Show the source line with a caret indicating the column."
13687 msgstr ""
13689 #: common.opt:1340
13690 #, no-c-format
13691 msgid "Show labels annotating ranges of source code when showing source."
13692 msgstr ""
13694 #: common.opt:1344
13695 #, no-c-format
13696 msgid "Show line numbers in the left margin when showing source."
13697 msgstr ""
13699 #: common.opt:1352
13700 #, no-c-format
13701 msgid "-fdiagnostics-color=[never|always|auto]\tColorize diagnostics."
13702 msgstr ""
13704 #: common.opt:1372
13705 #, no-c-format
13706 msgid "-fdiagnostics-urls=[never|always|auto]\tEmbed URLs in diagnostics."
13707 msgstr ""
13709 #: common.opt:1392
13710 #, no-c-format
13711 msgid "-fdiagnostics-column-unit=[display|byte]\tSelect whether column numbers are output as display columns (default) or raw bytes."
13712 msgstr ""
13714 #: common.opt:1396
13715 #, no-c-format
13716 msgid "-fdiagnostics-column-origin=<number>\tSet the number of the first column.  The default is 1-based as per GNU style, but some utilities may expect 0-based, for example."
13717 msgstr ""
13719 #: common.opt:1400
13720 #, no-c-format
13721 msgid "-fdiagnostics-format=[text|sarif-stderr|sarif-file|json|json-stderr|json-file]\tSelect output format."
13722 msgstr ""
13724 #: common.opt:1404
13725 #, no-c-format
13726 msgid "-fdiagnostics-escape-format=[unicode|bytes]\tSelect how to escape non-printable-ASCII bytes in the source for diagnostics that suggest it."
13727 msgstr ""
13729 #: common.opt:1451
13730 #, no-c-format
13731 msgid "Print fix-it hints in machine-readable form."
13732 msgstr ""
13734 #: common.opt:1455
13735 #, no-c-format
13736 msgid "Print fix-it hints to stderr in unified diff format."
13737 msgstr ""
13739 #: common.opt:1459
13740 #, no-c-format
13741 msgid "Amend appropriate diagnostic messages with the command line option that controls them."
13742 msgstr ""
13744 #: common.opt:1463
13745 #, no-c-format
13746 msgid "Print CWE identifiers for diagnostic messages, where available."
13747 msgstr ""
13749 #: common.opt:1467
13750 #, no-c-format
13751 msgid "Print any rules associated with diagnostic messages."
13752 msgstr ""
13754 #: common.opt:1471
13755 #, no-c-format
13756 msgid "Specify how to print any control-flow path associated with a diagnostic."
13757 msgstr ""
13759 #: common.opt:1475
13760 #, no-c-format
13761 msgid "Turn off any diagnostics features that complicate the output, such as line numbers, color, and warning URLs."
13762 msgstr ""
13764 #: common.opt:1479
13765 #, no-c-format
13766 msgid "-ftabstop=<number>      Distance between tab stops for column reporting."
13767 msgstr ""
13769 #: common.opt:1495
13770 #, no-c-format
13771 msgid "Show stack depths of events in paths."
13772 msgstr ""
13774 #: common.opt:1499
13775 #, no-c-format
13776 msgid "Set minimum width of left margin of source code when showing source."
13777 msgstr ""
13779 #: common.opt:1503
13780 #, no-c-format
13781 msgid "-fdisable-[tree|rtl|ipa]-<pass>=range1+range2\tDisable an optimization pass."
13782 msgstr ""
13784 #: common.opt:1507
13785 #, no-c-format
13786 msgid "-fenable-[tree|rtl|ipa]-<pass>=range1+range2\tEnable an optimization pass."
13787 msgstr ""
13789 #: common.opt:1511
13790 #, no-c-format
13791 msgid "-fdump-<type>\tDump various compiler internals to a file."
13792 msgstr ""
13794 #: common.opt:1518
13795 #, no-c-format
13796 msgid "-fdump-final-insns=filename\tDump to filename the insns at the end of translation."
13797 msgstr ""
13799 #: common.opt:1522
13800 #, no-c-format
13801 msgid "-fdump-go-spec=filename\tWrite all declarations to file as Go code."
13802 msgstr ""
13804 #: common.opt:1526
13805 #, no-c-format
13806 msgid "Suppress output of addresses in debugging dumps."
13807 msgstr ""
13809 #: common.opt:1530
13810 #, no-c-format
13811 msgid "Collect and dump debug information into temporary file if ICE in C/C++ compiler occurred."
13812 msgstr ""
13814 #: common.opt:1535
13815 #, no-c-format
13816 msgid "Dump detailed information on GCC's internal representation of source code locations."
13817 msgstr ""
13819 #: common.opt:1539
13820 #, no-c-format
13821 msgid "Dump optimization passes."
13822 msgstr ""
13824 #: common.opt:1543
13825 #, no-c-format
13826 msgid "Suppress output of instruction numbers, line number notes and addresses in debugging dumps."
13827 msgstr ""
13829 #: common.opt:1547
13830 #, no-c-format
13831 msgid "Suppress output of previous and next insn numbers in debugging dumps."
13832 msgstr ""
13834 #: common.opt:1551
13835 #, no-c-format
13836 msgid "Enable CFI tables via GAS assembler directives."
13837 msgstr ""
13839 #: common.opt:1555
13840 #, no-c-format
13841 msgid "Perform early inlining."
13842 msgstr ""
13844 #: common.opt:1563
13845 #, no-c-format
13846 msgid "Perform interprocedural reduction of aggregates."
13847 msgstr ""
13849 #: common.opt:1567
13850 #, no-c-format
13851 msgid "Perform unused symbol elimination in debug info."
13852 msgstr ""
13854 #: common.opt:1571
13855 #, no-c-format
13856 msgid "Perform unused type elimination in debug info."
13857 msgstr ""
13859 #: common.opt:1575
13860 #, no-c-format
13861 msgid "Do not suppress C++ class debug information."
13862 msgstr ""
13864 #: common.opt:1579
13865 #, no-c-format
13866 msgid "Enable exception handling."
13867 msgstr ""
13869 #: common.opt:1583
13870 #, no-c-format
13871 msgid "Perform a number of minor, expensive optimizations."
13872 msgstr ""
13874 #: common.opt:1587
13875 #, no-c-format
13876 msgid "-fexcess-precision=[fast|standard|16]\tSpecify handling of excess floating-point precision."
13877 msgstr ""
13879 #: common.opt:1605
13880 #, no-c-format
13881 msgid "-fpermitted-flt-eval-methods=[c11|ts-18661]\tSpecify which values of FLT_EVAL_METHOD are permitted."
13882 msgstr ""
13884 #: common.opt:1621
13885 #, no-c-format
13886 msgid "Output lto objects containing both the intermediate language and binary output."
13887 msgstr ""
13889 #: common.opt:1625
13890 #, no-c-format
13891 msgid "Assume no NaNs or infinities are generated."
13892 msgstr ""
13894 #: common.opt:1629
13895 #, no-c-format
13896 msgid "Assume that loops with an exit will terminate and not loop indefinitely."
13897 msgstr ""
13899 #: common.opt:1633
13900 #, no-c-format
13901 msgid "-ffixed-<register>\tMark <register> as being unavailable to the compiler."
13902 msgstr ""
13904 #: common.opt:1637
13905 #, no-c-format
13906 msgid "Don't allocate floats and doubles in extended-precision registers."
13907 msgstr ""
13909 #: common.opt:1645
13910 #, no-c-format
13911 msgid "Perform a forward propagation pass on RTL."
13912 msgstr ""
13914 #: common.opt:1649
13915 #, no-c-format
13916 msgid "-ffp-contract=[off|on|fast]\tPerform floating-point expression contraction."
13917 msgstr ""
13919 #: common.opt:1666
13920 #, no-c-format
13921 msgid "Allow built-in functions ceil, floor, round, trunc to raise \"inexact\" exceptions."
13922 msgstr ""
13924 #: common.opt:1673
13925 #, no-c-format
13926 msgid "Allow function addresses to be held in registers."
13927 msgstr ""
13929 #: common.opt:1677
13930 #, no-c-format
13931 msgid "Place each function into its own section."
13932 msgstr ""
13934 #: common.opt:1681
13935 #, no-c-format
13936 msgid "Perform global common subexpression elimination."
13937 msgstr ""
13939 #: common.opt:1685
13940 #, no-c-format
13941 msgid "Perform enhanced load motion during global common subexpression elimination."
13942 msgstr ""
13944 #: common.opt:1689
13945 #, no-c-format
13946 msgid "Perform store motion after global common subexpression elimination."
13947 msgstr ""
13949 #: common.opt:1693
13950 #, no-c-format
13951 msgid "Perform redundant load after store elimination in global common subexpression elimination."
13952 msgstr ""
13954 #: common.opt:1698
13955 #, no-c-format
13956 msgid "Perform global common subexpression elimination after register allocation has finished."
13957 msgstr ""
13959 #: common.opt:1715
13960 #, no-c-format
13961 msgid "-fgnat-encodings=[all|gdb|minimal]\tSelect the balance between GNAT encodings and standard DWARF emitted in the debug information."
13962 msgstr ""
13964 #: common.opt:1720
13965 #, no-c-format
13966 msgid "Enable in and out of Graphite representation."
13967 msgstr ""
13969 #: common.opt:1724
13970 #, no-c-format
13971 msgid "Enable Graphite Identity transformation."
13972 msgstr ""
13974 #: common.opt:1728
13975 #, no-c-format
13976 msgid "Enable hoisting adjacent loads to encourage generating conditional move instructions."
13977 msgstr ""
13979 #: common.opt:1737
13980 #, no-c-format
13981 msgid "Improve GCC's ability to track column numbers in large source files, at the expense of slower compilation."
13982 msgstr ""
13984 #: common.opt:1742
13985 #, no-c-format
13986 msgid "Mark all loops as parallel."
13987 msgstr ""
13989 #: common.opt:1746 common.opt:1754 common.opt:2971
13990 #, no-c-format
13991 msgid "Enable loop nest transforms.  Same as -floop-nest-optimize."
13992 msgstr "Omogući transformacije ugniježđenja petlje. Isto kao -floop-next-optimize."
13994 #: common.opt:1750
13995 #, no-c-format
13996 msgid "Enable loop interchange on trees."
13997 msgstr ""
13999 #: common.opt:1758
14000 #, no-c-format
14001 msgid "Perform unroll-and-jam on loops."
14002 msgstr ""
14004 #: common.opt:1762
14005 #, no-c-format
14006 msgid "Enable support for GNU transactional memory."
14007 msgstr ""
14009 #: common.opt:1766
14010 #, no-c-format
14011 msgid "Use STB_GNU_UNIQUE if supported by the assembler."
14012 msgstr ""
14014 #: common.opt:1774
14015 #, no-c-format
14016 msgid "Enable the loop nest optimizer."
14017 msgstr ""
14019 #: common.opt:1778
14020 #, no-c-format
14021 msgid "Force bitfield accesses to match their type width."
14022 msgstr ""
14024 #: common.opt:1782
14025 #, no-c-format
14026 msgid "Merge adjacent stores."
14027 msgstr ""
14029 #: common.opt:1786
14030 #, no-c-format
14031 msgid "Enable guessing of branch probabilities."
14032 msgstr ""
14034 #: common.opt:1790
14035 #, no-c-format
14036 msgid "Harden conditionals not used in branches, checking reversed conditions."
14037 msgstr ""
14039 #: common.opt:1794
14040 #, no-c-format
14041 msgid "Harden conditional branches by checking reversed conditions."
14042 msgstr ""
14044 #: common.opt:1802
14045 #, no-c-format
14046 msgid "Process #ident directives."
14047 msgstr ""
14049 #: common.opt:1806
14050 #, no-c-format
14051 msgid "Perform conversion of conditional jumps to branchless equivalents."
14052 msgstr ""
14054 #: common.opt:1810
14055 #, no-c-format
14056 msgid "Perform conversion of conditional jumps to conditional execution."
14057 msgstr ""
14059 #: common.opt:1814
14060 #, no-c-format
14061 msgid "-fstack-reuse=[all|named_vars|none]\tSet stack reuse level for local variables."
14062 msgstr ""
14064 #: common.opt:1830
14065 #, no-c-format
14066 msgid "Convert conditional jumps in innermost loops to branchless equivalents."
14067 msgstr ""
14069 #: common.opt:1842
14070 #, no-c-format
14071 msgid "Do not generate .size directives."
14072 msgstr ""
14074 #: common.opt:1846
14075 #, no-c-format
14076 msgid "Perform indirect inlining."
14077 msgstr ""
14079 #: common.opt:1852
14080 #, no-c-format
14081 msgid "Enable inlining of function declared \"inline\", disabling disables all inlining."
14082 msgstr ""
14084 #: common.opt:1856
14085 #, no-c-format
14086 msgid "Integrate functions into their callers when code size is known not to grow."
14087 msgstr ""
14089 #: common.opt:1860
14090 #, no-c-format
14091 msgid "Integrate functions not declared \"inline\" into their callers when profitable."
14092 msgstr ""
14094 #: common.opt:1864
14095 #, no-c-format
14096 msgid "Integrate functions only required by their single caller."
14097 msgstr ""
14099 #: common.opt:1871
14100 #, no-c-format
14101 msgid "-finline-limit=<number>\tLimit the size of inlined functions to <number>."
14102 msgstr ""
14104 #: common.opt:1875
14105 #, no-c-format
14106 msgid "Inline __atomic operations when a lock free instruction sequence is available."
14107 msgstr ""
14109 #: common.opt:1882
14110 #, no-c-format
14111 msgid "-fcf-protection=[full|branch|return|none|check]\tInstrument functions with checks to verify jump/call/return control-flow transfer instructions have valid targets."
14112 msgstr ""
14114 #: common.opt:1905
14115 #, no-c-format
14116 msgid "Instrument function entry and exit with profiling calls."
14117 msgstr ""
14119 #: common.opt:1909
14120 #, no-c-format
14121 msgid "Instrument function entry and exit with profiling calls invoked once."
14122 msgstr ""
14124 #: common.opt:1913
14125 #, no-c-format
14126 msgid "-finstrument-functions-exclude-function-list=name,...\tDo not instrument listed functions."
14127 msgstr ""
14129 #: common.opt:1917
14130 #, no-c-format
14131 msgid "-finstrument-functions-exclude-file-list=filename,...\tDo not instrument functions listed in files."
14132 msgstr ""
14134 #: common.opt:1921
14135 #, no-c-format
14136 msgid "Perform interprocedural constant propagation."
14137 msgstr ""
14139 #: common.opt:1925
14140 #, no-c-format
14141 msgid "Perform cloning to make Interprocedural constant propagation stronger."
14142 msgstr ""
14144 #: common.opt:1933
14145 #, no-c-format
14146 msgid "Perform interprocedural bitwise constant propagation."
14147 msgstr ""
14149 #: common.opt:1937
14150 #, no-c-format
14151 msgid "Perform interprocedural modref analysis."
14152 msgstr ""
14154 #: common.opt:1941
14155 #, no-c-format
14156 msgid "Perform interprocedural profile propagation."
14157 msgstr ""
14159 #: common.opt:1945
14160 #, no-c-format
14161 msgid "Perform interprocedural points-to analysis."
14162 msgstr ""
14164 #: common.opt:1949
14165 #, no-c-format
14166 msgid "Discover pure and const functions."
14167 msgstr ""
14169 #: common.opt:1953
14170 #, no-c-format
14171 msgid "Perform Identical Code Folding for functions and read-only variables."
14172 msgstr ""
14174 #: common.opt:1957
14175 #, no-c-format
14176 msgid "Perform Identical Code Folding for functions."
14177 msgstr ""
14179 #: common.opt:1961
14180 #, no-c-format
14181 msgid "Perform Identical Code Folding for variables."
14182 msgstr ""
14184 #: common.opt:1965
14185 #, no-c-format
14186 msgid "Discover read-only and non addressable static variables."
14187 msgstr ""
14189 #: common.opt:1969
14190 #, no-c-format
14191 msgid "Discover read-only, write-only and non-addressable static variables."
14192 msgstr ""
14194 #: common.opt:1973
14195 #, no-c-format
14196 msgid "Reduce stack alignment on call sites if possible."
14197 msgstr ""
14199 #: common.opt:1985
14200 #, no-c-format
14201 msgid "Perform IPA Value Range Propagation."
14202 msgstr ""
14204 #: common.opt:1989
14205 #, no-c-format
14206 msgid "-fira-algorithm=[CB|priority]\tSet the used IRA algorithm."
14207 msgstr ""
14209 #: common.opt:1993
14210 #, no-c-format
14211 msgid "Assume strict aliasing rules apply across (uninlined) function boundaries."
14212 msgstr ""
14214 #: common.opt:2006
14215 #, no-c-format
14216 msgid "-fira-region=[one|all|mixed]\tSet regions for IRA."
14217 msgstr ""
14219 #: common.opt:2022
14220 #, no-c-format
14221 msgid "Use IRA based register pressure calculation in RTL hoist optimizations."
14222 msgstr ""
14224 #: common.opt:2027
14225 #, no-c-format
14226 msgid "Use IRA based register pressure calculation in RTL loop optimizations."
14227 msgstr ""
14229 #: common.opt:2032
14230 #, no-c-format
14231 msgid "Share slots for saving different hard registers."
14232 msgstr ""
14234 #: common.opt:2036
14235 #, no-c-format
14236 msgid "Share stack slots for spilled pseudo-registers."
14237 msgstr ""
14239 #: common.opt:2040
14240 #, no-c-format
14241 msgid "-fira-verbose=<number>\tControl IRA's level of diagnostic messages."
14242 msgstr ""
14244 #: common.opt:2044
14245 #, no-c-format
14246 msgid "Optimize induction variables on trees."
14247 msgstr ""
14249 #: common.opt:2048
14250 #, no-c-format
14251 msgid "Use jump tables for sufficiently large switch statements."
14252 msgstr ""
14254 #: common.opt:2052
14255 #, no-c-format
14256 msgid "Use bit tests for sufficiently large switch statements."
14257 msgstr ""
14259 #: common.opt:2056
14260 #, no-c-format
14261 msgid "Generate code for functions even if they are fully inlined."
14262 msgstr ""
14264 #: common.opt:2060
14265 #, no-c-format
14266 msgid "Generate code for static functions even if they are never called."
14267 msgstr ""
14269 #: common.opt:2064
14270 #, no-c-format
14271 msgid "Emit static const variables even if they are not used."
14272 msgstr ""
14274 #: common.opt:2068
14275 #, no-c-format
14276 msgid "Give external symbols a leading underscore."
14277 msgstr ""
14279 #: common.opt:2076
14280 #, no-c-format
14281 msgid "Do CFG-sensitive rematerialization in LRA."
14282 msgstr ""
14284 #: common.opt:2080
14285 #, no-c-format
14286 msgid "Enable link-time optimization."
14287 msgstr ""
14289 #: common.opt:2084
14290 #, no-c-format
14291 msgid "Link-time optimization with number of parallel jobs or jobserver."
14292 msgstr ""
14294 #: common.opt:2106
14295 #, no-c-format
14296 msgid "Specify the algorithm to partition symbols and vars at linktime."
14297 msgstr ""
14299 #: common.opt:2111
14300 #, no-c-format
14301 msgid "Use zlib/zstd compression level <number> for IL."
14302 msgstr ""
14304 #: common.opt:2119
14305 #, no-c-format
14306 msgid "Report various link-time optimization statistics."
14307 msgstr ""
14309 #: common.opt:2123
14310 #, no-c-format
14311 msgid "Report various link-time optimization statistics for WPA only."
14312 msgstr ""
14314 #: common.opt:2127
14315 #, no-c-format
14316 msgid "Set errno after built-in math functions."
14317 msgstr ""
14319 #: common.opt:2131
14320 #, no-c-format
14321 msgid "-fmax-errors=<number>\tMaximum number of errors to report."
14322 msgstr ""
14324 #: common.opt:2135
14325 #, no-c-format
14326 msgid "Report on permanent memory allocation."
14327 msgstr ""
14329 #: common.opt:2139
14330 #, no-c-format
14331 msgid "Report on permanent memory allocation in WPA only."
14332 msgstr ""
14334 #: common.opt:2146
14335 #, no-c-format
14336 msgid "Attempt to merge identical constants and constant variables."
14337 msgstr ""
14339 #: common.opt:2150
14340 #, no-c-format
14341 msgid "Attempt to merge identical constants across compilation units."
14342 msgstr ""
14344 #: common.opt:2154
14345 #, no-c-format
14346 msgid "Attempt to merge identical debug strings across compilation units."
14347 msgstr ""
14349 #: common.opt:2158
14350 #, no-c-format
14351 msgid "-fmessage-length=<number>\tLimit diagnostics to <number> characters per line.  0 suppresses line-wrapping."
14352 msgstr ""
14354 #: common.opt:2162
14355 #, no-c-format
14356 msgid "Perform SMS based modulo scheduling before the first scheduling pass."
14357 msgstr ""
14359 #: common.opt:2166
14360 #, no-c-format
14361 msgid "Perform SMS based modulo scheduling with register moves allowed."
14362 msgstr ""
14364 #: common.opt:2170
14365 #, no-c-format
14366 msgid "Move loop invariant computations out of loops."
14367 msgstr ""
14369 #: common.opt:2174
14370 #, no-c-format
14371 msgid "Move stores out of loops."
14372 msgstr ""
14374 #: common.opt:2178
14375 #, no-c-format
14376 msgid "Building block for specs-based multilib-aware TFLAGS."
14377 msgstr ""
14379 #: common.opt:2182
14380 #, no-c-format
14381 msgid "Use the RTL dead code elimination pass."
14382 msgstr ""
14384 #: common.opt:2186
14385 #, no-c-format
14386 msgid "Use the RTL dead store elimination pass."
14387 msgstr ""
14389 #: common.opt:2190
14390 #, no-c-format
14391 msgid "Enable/Disable the traditional scheduling in loops that already passed modulo scheduling."
14392 msgstr ""
14394 #: common.opt:2194
14395 #, no-c-format
14396 msgid "Support synchronous non-call exceptions."
14397 msgstr ""
14399 #: common.opt:2201
14400 #, no-c-format
14401 msgid "-foffload-options=<targets>=<options>\tSpecify options for the offloading targets."
14402 msgstr ""
14404 #: common.opt:2205
14405 #, no-c-format
14406 msgid "-foffload-abi=[lp64|ilp32]\tSet the ABI to use in an offload compiler."
14407 msgstr ""
14409 #: common.opt:2218
14410 #, no-c-format
14411 msgid "When possible do not generate stack frames."
14412 msgstr ""
14414 #: common.opt:2225
14415 #, no-c-format
14416 msgid "Generate SIMD clones for functions with the OpenMP declare target directive."
14417 msgstr ""
14419 #: common.opt:2244
14420 #, no-c-format
14421 msgid "Enable all optimization info dumps on stderr."
14422 msgstr ""
14424 #: common.opt:2248
14425 #, no-c-format
14426 msgid "-fopt-info[-<type>=filename]\tDump compiler optimization details."
14427 msgstr ""
14429 #: common.opt:2252
14430 #, no-c-format
14431 msgid "Write a SRCFILE.opt-record.json file detailing what optimizations were performed."
14432 msgstr ""
14434 #: common.opt:2260
14435 #, no-c-format
14436 msgid "Optimize sibling and tail recursive calls."
14437 msgstr ""
14439 #: common.opt:2264
14440 #, no-c-format
14441 msgid "Perform partial inlining."
14442 msgstr ""
14444 #: common.opt:2268 common.opt:2272
14445 #, no-c-format
14446 msgid "Report on memory allocation before interprocedural optimization."
14447 msgstr ""
14449 #: common.opt:2276
14450 #, no-c-format
14451 msgid "Pack structure members together without holes."
14452 msgstr ""
14454 #: common.opt:2280
14455 #, no-c-format
14456 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment."
14457 msgstr ""
14459 #: common.opt:2284
14460 #, no-c-format
14461 msgid "Return small aggregates in memory, not registers."
14462 msgstr ""
14464 #: common.opt:2288
14465 #, no-c-format
14466 msgid "Perform loop peeling."
14467 msgstr ""
14469 #: common.opt:2292
14470 #, no-c-format
14471 msgid "Enable machine specific peephole optimizations."
14472 msgstr ""
14474 #: common.opt:2296
14475 #, no-c-format
14476 msgid "Enable an RTL peephole pass before sched2."
14477 msgstr ""
14479 #: common.opt:2300
14480 #, no-c-format
14481 msgid "Generate position-independent code if possible (large mode)."
14482 msgstr ""
14484 #: common.opt:2304
14485 #, no-c-format
14486 msgid "Generate position-independent code for executables if possible (large mode)."
14487 msgstr ""
14489 #: common.opt:2308
14490 #, no-c-format
14491 msgid "Generate position-independent code if possible (small mode)."
14492 msgstr ""
14494 #: common.opt:2312
14495 #, no-c-format
14496 msgid "Generate position-independent code for executables if possible (small mode)."
14497 msgstr ""
14499 #: common.opt:2316
14500 #, no-c-format
14501 msgid "Use PLT for PIC calls (-fno-plt: load the address from GOT at call site)."
14502 msgstr ""
14504 #: common.opt:2320
14505 #, no-c-format
14506 msgid "Specify a plugin to load."
14507 msgstr ""
14509 #: common.opt:2324
14510 #, no-c-format
14511 msgid "-fplugin-arg-<name>-<key>[=<value>]\tSpecify argument <key>=<value> for plugin <name>."
14512 msgstr ""
14514 #: common.opt:2328
14515 #, no-c-format
14516 msgid "Run predictive commoning optimization."
14517 msgstr ""
14519 #: common.opt:2332
14520 #, no-c-format
14521 msgid "Generate prefetch instructions, if available, for arrays in loops."
14522 msgstr ""
14524 #: common.opt:2336
14525 #, no-c-format
14526 msgid "Enable basic program profiling code."
14527 msgstr ""
14529 #: common.opt:2340
14530 #, no-c-format
14531 msgid "Generate absolute source path names for gcov."
14532 msgstr ""
14534 #: common.opt:2344
14535 #, no-c-format
14536 msgid "Insert arc-based program profiling code."
14537 msgstr ""
14539 #: common.opt:2348
14540 #, no-c-format
14541 msgid "Set the top-level directory for storing the profile data. The default is 'pwd'."
14542 msgstr ""
14544 #: common.opt:2353
14545 #, no-c-format
14546 msgid "Select the name for storing the profile note file."
14547 msgstr ""
14549 #: common.opt:2357
14550 #, no-c-format
14551 msgid "Enable correction of flow inconsistent profile data input."
14552 msgstr ""
14554 #: common.opt:2361
14555 #, no-c-format
14556 msgid "-fprofile-update=[single|atomic|prefer-atomic]\tSet the profile update method."
14557 msgstr ""
14559 #: common.opt:2365
14560 #, no-c-format
14561 msgid "Instrument only functions from files whose name matches any of the regular expressions (separated by semi-colons)."
14562 msgstr ""
14564 #: common.opt:2369
14565 #, no-c-format
14566 msgid "Instrument only functions from files whose name does not match any of the regular expressions (separated by semi-colons)."
14567 msgstr ""
14569 #: common.opt:2385
14570 #, no-c-format
14571 msgid "-fprofile-reproducible=[serial|parallel-runs|multithreaded]\tControl level of reproducibility of profile gathered by -fprofile-generate."
14572 msgstr ""
14574 #: common.opt:2401
14575 #, no-c-format
14576 msgid "Remove prefix from absolute path before mangling name for -fprofile-generate= and -fprofile-use=."
14577 msgstr ""
14579 #: common.opt:2405
14580 #, no-c-format
14581 msgid "-fprofile-prefix-map=<old>=<new>\tMap one directory name to another in GCOV coverage result."
14582 msgstr ""
14584 #: common.opt:2409
14585 #, no-c-format
14586 msgid "Enable common options for generating profile info for profile feedback directed optimizations."
14587 msgstr ""
14589 #: common.opt:2413
14590 #, no-c-format
14591 msgid "Enable common options for generating profile info for profile feedback directed optimizations, and set -fprofile-dir=."
14592 msgstr ""
14594 #: common.opt:2417
14595 #, no-c-format
14596 msgid "Register the profile information in the .gcov_info section instead of using a constructor/destructor."
14597 msgstr ""
14599 #: common.opt:2421
14600 #, no-c-format
14601 msgid "Register the profile information in the specified section instead of using a constructor/destructor."
14602 msgstr ""
14604 #: common.opt:2425
14605 #, no-c-format
14606 msgid "Do not assume that functions never executed during the train run are cold."
14607 msgstr ""
14609 #: common.opt:2429
14610 #, no-c-format
14611 msgid "Enable common options for performing profile feedback directed optimizations."
14612 msgstr ""
14614 #: common.opt:2433
14615 #, no-c-format
14616 msgid "Enable common options for performing profile feedback directed optimizations, and set -fprofile-dir=."
14617 msgstr ""
14619 #: common.opt:2437
14620 #, no-c-format
14621 msgid "Insert code to profile values of expressions."
14622 msgstr ""
14624 #: common.opt:2441
14625 #, no-c-format
14626 msgid "Report on consistency of profile."
14627 msgstr ""
14629 #: common.opt:2445
14630 #, no-c-format
14631 msgid "Enable function reordering that improves code placement."
14632 msgstr ""
14634 #: common.opt:2449
14635 #, no-c-format
14636 msgid "Insert NOP instructions at each function entry."
14637 msgstr ""
14639 #: common.opt:2456
14640 #, no-c-format
14641 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>."
14642 msgstr ""
14644 #: common.opt:2466
14645 #, no-c-format
14646 msgid "Record gcc command line switches in the object file."
14647 msgstr ""
14649 #: common.opt:2470
14650 #, no-c-format
14651 msgid "Return small aggregates in registers."
14652 msgstr ""
14654 #: common.opt:2478
14655 #, no-c-format
14656 msgid "Tell DSE that the storage for a C++ object is dead when the constructor starts and when the destructor finishes."
14657 msgstr ""
14659 #: common.opt:2489
14660 #, no-c-format
14661 msgid "-flive-patching=[inline-only-static|inline-clone]\tControl IPA optimizations to provide a safe compilation for live-patching.  At the same time, provides multiple-level control on the enabled IPA optimizations."
14662 msgstr ""
14664 #: common.opt:2504
14665 #, no-c-format
14666 msgid "Tell DCE to remove unused C++ allocations."
14667 msgstr ""
14669 #: common.opt:2508
14670 #, no-c-format
14671 msgid "Relief of register pressure through live range shrinkage."
14672 msgstr ""
14674 #: common.opt:2512
14675 #, no-c-format
14676 msgid "Perform a register renaming optimization pass."
14677 msgstr ""
14679 #: common.opt:2516
14680 #, no-c-format
14681 msgid "Perform a target dependent instruction fusion optimization pass."
14682 msgstr ""
14684 #: common.opt:2520
14685 #, no-c-format
14686 msgid "Reorder basic blocks to improve code placement."
14687 msgstr ""
14689 #: common.opt:2524
14690 #, no-c-format
14691 msgid "-freorder-blocks-algorithm=[simple|stc]\tSet the used basic block reordering algorithm."
14692 msgstr ""
14694 #: common.opt:2537
14695 #, no-c-format
14696 msgid "Reorder basic blocks and partition into hot and cold sections."
14697 msgstr ""
14699 #: common.opt:2541
14700 #, no-c-format
14701 msgid "Reorder functions to improve code placement."
14702 msgstr ""
14704 #: common.opt:2545
14705 #, no-c-format
14706 msgid "Add a common subexpression elimination pass after loop optimizations."
14707 msgstr ""
14709 #: common.opt:2553
14710 #, no-c-format
14711 msgid "Disable optimizations that assume default FP rounding behavior."
14712 msgstr ""
14714 #: common.opt:2557
14715 #, no-c-format
14716 msgid "Enable scheduling across basic blocks."
14717 msgstr ""
14719 #: common.opt:2561
14720 #, no-c-format
14721 msgid "Enable register pressure sensitive insn scheduling."
14722 msgstr ""
14724 #: common.opt:2565
14725 #, no-c-format
14726 msgid "Allow speculative motion of non-loads."
14727 msgstr ""
14729 #: common.opt:2569
14730 #, no-c-format
14731 msgid "Allow speculative motion of some loads."
14732 msgstr ""
14734 #: common.opt:2573
14735 #, no-c-format
14736 msgid "Allow speculative motion of more loads."
14737 msgstr ""
14739 #: common.opt:2577
14740 #, no-c-format
14741 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler."
14742 msgstr ""
14744 #: common.opt:2581
14745 #, no-c-format
14746 msgid "If scheduling post reload, do superblock scheduling."
14747 msgstr ""
14749 #: common.opt:2589
14750 #, no-c-format
14751 msgid "Reschedule instructions before register allocation."
14752 msgstr ""
14754 #: common.opt:2593
14755 #, no-c-format
14756 msgid "Reschedule instructions after register allocation."
14757 msgstr ""
14759 #: common.opt:2600
14760 #, no-c-format
14761 msgid "Schedule instructions using selective scheduling algorithm."
14762 msgstr ""
14764 #: common.opt:2604
14765 #, no-c-format
14766 msgid "Run selective scheduling after reload."
14767 msgstr ""
14769 #: common.opt:2608
14770 #, no-c-format
14771 msgid "Run self-tests, using the given path to locate test files."
14772 msgstr ""
14774 #: common.opt:2612
14775 #, no-c-format
14776 msgid "Perform software pipelining of inner loops during selective scheduling."
14777 msgstr ""
14779 #: common.opt:2616
14780 #, no-c-format
14781 msgid "Perform software pipelining of outer loops during selective scheduling."
14782 msgstr ""
14784 #: common.opt:2620
14785 #, no-c-format
14786 msgid "Reschedule pipelined regions without pipelining."
14787 msgstr ""
14789 #: common.opt:2624
14790 #, no-c-format
14791 msgid "Allow interposing function (or variables) by ones with different semantics (or initializer) respectively by dynamic linker."
14792 msgstr ""
14794 #: common.opt:2630
14795 #, no-c-format
14796 msgid "Allow premature scheduling of queued insns."
14797 msgstr ""
14799 #: common.opt:2634
14800 #, no-c-format
14801 msgid "-fsched-stalled-insns=<number>\tSet number of queued insns that can be prematurely scheduled."
14802 msgstr ""
14804 #: common.opt:2642
14805 #, no-c-format
14806 msgid "Set dependence distance checking in premature scheduling of queued insns."
14807 msgstr ""
14809 #: common.opt:2646
14810 #, no-c-format
14811 msgid "-fsched-stalled-insns-dep=<number>\tSet dependence distance checking in premature scheduling of queued insns."
14812 msgstr ""
14814 #: common.opt:2650
14815 #, no-c-format
14816 msgid "Enable the group heuristic in the scheduler."
14817 msgstr ""
14819 #: common.opt:2654
14820 #, no-c-format
14821 msgid "Enable the critical path heuristic in the scheduler."
14822 msgstr ""
14824 #: common.opt:2658
14825 #, no-c-format
14826 msgid "Enable the speculative instruction heuristic in the scheduler."
14827 msgstr ""
14829 #: common.opt:2662
14830 #, no-c-format
14831 msgid "Enable the rank heuristic in the scheduler."
14832 msgstr ""
14834 #: common.opt:2666
14835 #, no-c-format
14836 msgid "Enable the last instruction heuristic in the scheduler."
14837 msgstr ""
14839 #: common.opt:2670
14840 #, no-c-format
14841 msgid "Enable the dependent count heuristic in the scheduler."
14842 msgstr ""
14844 #: common.opt:2674
14845 #, no-c-format
14846 msgid "Access data in the same section from shared anchor points."
14847 msgstr ""
14849 #: common.opt:2686
14850 #, no-c-format
14851 msgid "Turn on Redundant Extensions Elimination pass."
14852 msgstr ""
14854 #: common.opt:2690
14855 #, no-c-format
14856 msgid "Show column numbers in diagnostics, when available.  Default on."
14857 msgstr ""
14859 #: common.opt:2694
14860 #, no-c-format
14861 msgid "Emit function prologues only before parts of the function that need it, rather than at the top of the function."
14862 msgstr ""
14864 #: common.opt:2699
14865 #, no-c-format
14866 msgid "Shrink-wrap parts of the prologue and epilogue separately."
14867 msgstr ""
14869 #: common.opt:2703
14870 #, no-c-format
14871 msgid "Disable optimizations observable by IEEE signaling NaNs."
14872 msgstr ""
14874 #: common.opt:2707
14875 #, no-c-format
14876 msgid "Disable floating point optimizations that ignore the IEEE signedness of zero."
14877 msgstr ""
14879 #: common.opt:2711
14880 #, no-c-format
14881 msgid "Convert floating point constants to single precision constants."
14882 msgstr ""
14884 #: common.opt:2715
14885 #, no-c-format
14886 msgid "Split lifetimes of induction variables when loops are unrolled."
14887 msgstr ""
14889 #: common.opt:2719
14890 #, no-c-format
14891 msgid "Generate discontiguous stack frames."
14892 msgstr ""
14894 #: common.opt:2723
14895 #, no-c-format
14896 msgid "Split wide types into independent registers."
14897 msgstr ""
14899 #: common.opt:2727
14900 #, no-c-format
14901 msgid "Split wide types into independent registers earlier."
14902 msgstr ""
14904 #: common.opt:2731
14905 #, no-c-format
14906 msgid "Enable backward propagation of use properties at the SSA level."
14907 msgstr ""
14909 #: common.opt:2735
14910 #, no-c-format
14911 msgid "Optimize conditional patterns using SSA PHI nodes."
14912 msgstr ""
14914 #: common.opt:2739
14915 #, no-c-format
14916 msgid "Optimize amount of stdarg registers saved to stack at start of function."
14917 msgstr ""
14919 #: common.opt:2743
14920 #, no-c-format
14921 msgid "Apply variable expansion when loops are unrolled."
14922 msgstr ""
14924 #: common.opt:2747
14925 #, no-c-format
14926 msgid "-fstack-check=[no|generic|specific]\tInsert stack checking code into the program."
14927 msgstr ""
14929 #: common.opt:2751
14930 #, no-c-format
14931 msgid "Insert stack checking code into the program.  Same as -fstack-check=specific."
14932 msgstr "Umetne kȏd za provjeru stȏga u program. Isto kao -fstack-check=specific."
14934 #: common.opt:2755
14935 #, no-c-format
14936 msgid "Insert code to probe each page of stack space as it is allocated to protect from stack-clash style attacks."
14937 msgstr ""
14939 #: common.opt:2763
14940 #, no-c-format
14941 msgid "-fstack-limit-register=<register>\tTrap if the stack goes past <register>."
14942 msgstr ""
14944 #: common.opt:2767
14945 #, no-c-format
14946 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>."
14947 msgstr ""
14949 #: common.opt:2771
14950 #, no-c-format
14951 msgid "Use propolice as a stack protection method."
14952 msgstr ""
14954 #: common.opt:2775
14955 #, no-c-format
14956 msgid "Use a stack protection method for every function."
14957 msgstr ""
14959 #: common.opt:2779
14960 #, no-c-format
14961 msgid "Use a smart stack protection method for certain functions."
14962 msgstr ""
14964 #: common.opt:2783
14965 #, no-c-format
14966 msgid "Use stack protection method only for functions with the stack_protect attribute."
14967 msgstr ""
14969 #: common.opt:2787
14970 #, no-c-format
14971 msgid "Output stack usage information on a per-function basis."
14972 msgstr ""
14974 #: common.opt:2799
14975 #, no-c-format
14976 msgid "Assume strict aliasing rules apply."
14977 msgstr ""
14979 #: common.opt:2803
14980 #, no-c-format
14981 msgid "Treat signed overflow as undefined.  Negated as -fwrapv -fwrapv-pointer."
14982 msgstr ""
14984 #: common.opt:2807
14985 #, no-c-format
14986 msgid "Implement __atomic operations via libcalls to legacy __sync functions."
14987 msgstr ""
14989 #: common.opt:2811
14990 #, no-c-format
14991 msgid "Check for syntax errors, then stop."
14992 msgstr ""
14994 #: common.opt:2815
14995 #, no-c-format
14996 msgid "Create data files needed by \"gcov\"."
14997 msgstr ""
14999 #: common.opt:2819
15000 #, no-c-format
15001 msgid "Perform jump threading optimizations."
15002 msgstr ""
15004 #: common.opt:2823
15005 #, no-c-format
15006 msgid "Report the time taken by each compiler pass."
15007 msgstr ""
15009 #: common.opt:2827
15010 #, no-c-format
15011 msgid "Record times taken by sub-phases separately."
15012 msgstr ""
15014 #: common.opt:2831
15015 #, no-c-format
15016 msgid "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the default thread-local storage code generation model."
15017 msgstr ""
15019 #: common.opt:2850
15020 #, no-c-format
15021 msgid "Reorder top level functions, variables, and asms."
15022 msgstr ""
15024 #: common.opt:2854
15025 #, no-c-format
15026 msgid "Perform superblock formation via tail duplication."
15027 msgstr ""
15029 #: common.opt:2858
15030 #, no-c-format
15031 msgid "For targets that normally need trampolines for nested functions, always generate them instead of using descriptors."
15032 msgstr ""
15034 #: common.opt:2866
15035 #, no-c-format
15036 msgid "Assume floating-point operations can trap."
15037 msgstr ""
15039 #: common.opt:2870
15040 #, no-c-format
15041 msgid "Trap for signed overflow in addition, subtraction and multiplication."
15042 msgstr ""
15044 #: common.opt:2874
15045 #, no-c-format
15046 msgid "Enable SSA-CCP optimization on trees."
15047 msgstr ""
15049 #: common.opt:2878
15050 #, no-c-format
15051 msgid "Enable SSA-BIT-CCP optimization on trees."
15052 msgstr ""
15054 #: common.opt:2886
15055 #, no-c-format
15056 msgid "Enable loop header copying on trees."
15057 msgstr ""
15059 #: common.opt:2894
15060 #, no-c-format
15061 msgid "Enable SSA coalescing of user variables."
15062 msgstr ""
15064 #: common.opt:2902
15065 #, no-c-format
15066 msgid "Enable copy propagation on trees."
15067 msgstr ""
15069 #: common.opt:2910
15070 #, no-c-format
15071 msgid "Transform condition stores into unconditional ones."
15072 msgstr ""
15074 #: common.opt:2914
15075 #, no-c-format
15076 msgid "Perform conversions of switch initializations."
15077 msgstr ""
15079 #: common.opt:2918
15080 #, no-c-format
15081 msgid "Enable SSA dead code elimination optimization on trees."
15082 msgstr ""
15084 #: common.opt:2922
15085 #, no-c-format
15086 msgid "Enable dominator optimizations."
15087 msgstr ""
15089 #: common.opt:2926
15090 #, no-c-format
15091 msgid "Enable tail merging on trees."
15092 msgstr ""
15094 #: common.opt:2930
15095 #, no-c-format
15096 msgid "Enable dead store elimination."
15097 msgstr ""
15099 #: common.opt:2934
15100 #, no-c-format
15101 msgid "Enable forward propagation on trees."
15102 msgstr ""
15104 #: common.opt:2938
15105 #, no-c-format
15106 msgid "Enable Full Redundancy Elimination (FRE) on trees."
15107 msgstr ""
15109 #: common.opt:2942
15110 #, no-c-format
15111 msgid "Enable string length optimizations on trees."
15112 msgstr ""
15114 #: common.opt:2946
15115 #, no-c-format
15116 msgid "Detect paths that trigger erroneous or undefined behavior due to dereferencing a null pointer.  Isolate those paths from the main control flow and turn the statement with erroneous or undefined behavior into a trap."
15117 msgstr ""
15119 #: common.opt:2952
15120 #, no-c-format
15121 msgid "Detect paths that trigger erroneous or undefined behavior due to a null value being used in a way forbidden by a returns_nonnull or nonnull attribute.  Isolate those paths from the main control flow and turn the statement with erroneous or undefined behavior into a trap."
15122 msgstr ""
15124 #: common.opt:2959
15125 #, no-c-format
15126 msgid "Enable loop distribution on trees."
15127 msgstr ""
15129 #: common.opt:2963
15130 #, no-c-format
15131 msgid "Enable loop distribution for patterns transformed into a library call."
15132 msgstr ""
15134 #: common.opt:2967
15135 #, no-c-format
15136 msgid "Enable loop invariant motion on trees."
15137 msgstr ""
15139 #: common.opt:2975
15140 #, no-c-format
15141 msgid "Create canonical induction variables in loops."
15142 msgstr ""
15144 #: common.opt:2979
15145 #, no-c-format
15146 msgid "Enable loop optimizations on tree level."
15147 msgstr ""
15149 #: common.opt:2983
15150 #, no-c-format
15151 msgid "-ftree-parallelize-loops=<number>\tEnable automatic parallelization of loops."
15152 msgstr ""
15154 #: common.opt:2987
15155 #, no-c-format
15156 msgid "Enable hoisting loads from conditional pointers."
15157 msgstr ""
15159 #: common.opt:2991
15160 #, no-c-format
15161 msgid "Enable SSA-PRE optimization on trees."
15162 msgstr ""
15164 #: common.opt:2995
15165 #, no-c-format
15166 msgid "In SSA-PRE optimization on trees, enable partial-partial redundancy elimination."
15167 msgstr ""
15169 #: common.opt:2999
15170 #, no-c-format
15171 msgid "Perform function-local points-to analysis on trees."
15172 msgstr ""
15174 #: common.opt:3003
15175 #, no-c-format
15176 msgid "Enable reassociation on tree level."
15177 msgstr ""
15179 #: common.opt:3011
15180 #, no-c-format
15181 msgid "Enable SSA code sinking on trees."
15182 msgstr ""
15184 #: common.opt:3015
15185 #, no-c-format
15186 msgid "Perform straight-line strength reduction."
15187 msgstr ""
15189 #: common.opt:3019
15190 #, no-c-format
15191 msgid "Perform scalar replacement of aggregates."
15192 msgstr ""
15194 #: common.opt:3023
15195 #, no-c-format
15196 msgid "Replace temporary expressions in the SSA->normal pass."
15197 msgstr ""
15199 #: common.opt:3027
15200 #, no-c-format
15201 msgid "Perform live range splitting during the SSA->normal pass."
15202 msgstr ""
15204 #: common.opt:3031
15205 #, no-c-format
15206 msgid "Perform Value Range Propagation on trees."
15207 msgstr ""
15209 #: common.opt:3035
15210 #, no-c-format
15211 msgid "Split paths leading to loop backedges."
15212 msgstr ""
15214 #: common.opt:3039
15215 #, no-c-format
15216 msgid "Assume common declarations may be overridden with ones with a larger trailing array."
15217 msgstr ""
15219 #: common.opt:3044
15220 #, no-c-format
15221 msgid "Compile whole compilation unit at a time."
15222 msgstr ""
15224 #: common.opt:3048
15225 #, no-c-format
15226 msgid "Trap on __builtin_unreachable instead of using it for optimization."
15227 msgstr ""
15229 #: common.opt:3052
15230 #, no-c-format
15231 msgid "Perform loop unrolling when iteration count is known."
15232 msgstr ""
15234 #: common.opt:3056
15235 #, no-c-format
15236 msgid "Perform loop unrolling for all loops."
15237 msgstr ""
15239 #: common.opt:3071
15240 #, no-c-format
15241 msgid "Allow optimization for floating-point arithmetic which may change the result of the operation due to rounding."
15242 msgstr ""
15244 #: common.opt:3076
15245 #, no-c-format
15246 msgid "Same as -fassociative-math for expressions which include division."
15247 msgstr "Isto kao -fassociative-math za izraze koju uključuju dijeljenje."
15249 #: common.opt:3084
15250 #, no-c-format
15251 msgid "Allow math optimizations that may violate IEEE or ISO standards."
15252 msgstr ""
15254 #: common.opt:3088
15255 #, no-c-format
15256 msgid "Perform loop unswitching."
15257 msgstr ""
15259 #: common.opt:3092
15260 #, no-c-format
15261 msgid "Perform loop splitting."
15262 msgstr ""
15264 #: common.opt:3096
15265 #, no-c-format
15266 msgid "Version loops based on whether indices have a stride of one."
15267 msgstr ""
15269 #: common.opt:3100
15270 #, no-c-format
15271 msgid "Just generate unwind tables for exception handling."
15272 msgstr ""
15274 #: common.opt:3104
15275 #, no-c-format
15276 msgid "Use the bfd linker instead of the default linker."
15277 msgstr ""
15279 #: common.opt:3108
15280 #, no-c-format
15281 msgid "Use the gold linker instead of the default linker."
15282 msgstr ""
15284 #: common.opt:3112
15285 #, no-c-format
15286 msgid "Use the lld LLVM linker instead of the default linker."
15287 msgstr ""
15289 #: common.opt:3116
15290 #, no-c-format
15291 msgid "Use the Modern linker (MOLD) linker instead of the default linker."
15292 msgstr ""
15294 #: common.opt:3126
15295 #, no-c-format
15296 msgid "Perform variable tracking."
15297 msgstr ""
15299 #: common.opt:3133
15300 #, no-c-format
15301 msgid "Perform variable tracking by annotating assignments."
15302 msgstr ""
15304 #: common.opt:3139
15305 #, no-c-format
15306 msgid "Toggle -fvar-tracking-assignments."
15307 msgstr ""
15309 #: common.opt:3146
15310 #, no-c-format
15311 msgid "Perform variable tracking and also tag variables that are uninitialized."
15312 msgstr ""
15314 #: common.opt:3151
15315 #, no-c-format
15316 msgid "Enable vectorization on trees."
15317 msgstr ""
15319 #: common.opt:3159
15320 #, no-c-format
15321 msgid "Enable loop vectorization on trees."
15322 msgstr ""
15324 #: common.opt:3163
15325 #, no-c-format
15326 msgid "Enable basic block vectorization (SLP) on trees."
15327 msgstr ""
15329 #: common.opt:3167
15330 #, no-c-format
15331 msgid "-fvect-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the cost model for vectorization."
15332 msgstr ""
15334 #: common.opt:3171
15335 #, no-c-format
15336 msgid "-fsimd-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the vectorization cost model for code marked with a simd directive."
15337 msgstr ""
15339 #: common.opt:3190
15340 #, no-c-format
15341 msgid "Enables the dynamic vectorizer cost model.  Preserved for backward compatibility."
15342 msgstr ""
15344 #: common.opt:3198
15345 #, no-c-format
15346 msgid "Enable copy propagation of scalar-evolution information."
15347 msgstr ""
15349 #: common.opt:3202
15350 #, no-c-format
15351 msgid "-ftrivial-auto-var-init=[uninitialized|pattern|zero]\tAdd initializations to automatic variables."
15352 msgstr ""
15354 #: common.opt:3224
15355 #, no-c-format
15356 msgid "Add extra commentary to assembler output."
15357 msgstr ""
15359 #: common.opt:3228
15360 #, no-c-format
15361 msgid "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol visibility."
15362 msgstr ""
15364 #: common.opt:3247
15365 #, no-c-format
15366 msgid "Validate vtable pointers before using them."
15367 msgstr ""
15369 #: common.opt:3263
15370 #, no-c-format
15371 msgid "Output vtable verification counters."
15372 msgstr ""
15374 #: common.opt:3267
15375 #, no-c-format
15376 msgid "Output vtable verification pointer sets information."
15377 msgstr ""
15379 #: common.opt:3271
15380 #, no-c-format
15381 msgid "Use expression value profiles in optimizations."
15382 msgstr ""
15384 #: common.opt:3275
15385 #, no-c-format
15386 msgid "Construct webs and split unrelated uses of single variable."
15387 msgstr ""
15389 #: common.opt:3279
15390 #, no-c-format
15391 msgid "Enable conditional dead code elimination for builtin calls."
15392 msgstr ""
15394 #: common.opt:3283
15395 #, no-c-format
15396 msgid "Perform whole program optimizations."
15397 msgstr ""
15399 #: common.opt:3287
15400 #, no-c-format
15401 msgid "Assume pointer overflow wraps around."
15402 msgstr ""
15404 #: common.opt:3291
15405 #, no-c-format
15406 msgid "Assume signed arithmetic overflow wraps around."
15407 msgstr ""
15409 #: common.opt:3295
15410 #, no-c-format
15411 msgid "Put zero initialized data in the bss section."
15412 msgstr ""
15414 #: common.opt:3299
15415 #, no-c-format
15416 msgid "Clear call-used registers upon function return."
15417 msgstr ""
15419 #: common.opt:3303
15420 #, no-c-format
15421 msgid "Generate debug information in default format."
15422 msgstr ""
15424 #: common.opt:3307
15425 #, no-c-format
15426 msgid "Assume assembler support for (DWARF2+) .loc directives."
15427 msgstr ""
15429 #: common.opt:3311
15430 #, no-c-format
15431 msgid "Assume assembler support for view in (DWARF2+) .loc directives."
15432 msgstr ""
15434 #: common.opt:3331
15435 #, no-c-format
15436 msgid "Record DW_AT_decl_column and DW_AT_call_column in DWARF."
15437 msgstr ""
15439 #: common.opt:3337
15440 #, no-c-format
15441 msgid "Generate CTF debug information at default level."
15442 msgstr ""
15444 #: common.opt:3341
15445 #, no-c-format
15446 msgid "Generate BTF debug information at default level."
15447 msgstr ""
15449 #: common.opt:3345
15450 #, no-c-format
15451 msgid "Generate debug information in default version of DWARF format."
15452 msgstr ""
15454 #: common.opt:3349
15455 #, no-c-format
15456 msgid "Generate debug information in DWARF v2 (or later) format."
15457 msgstr ""
15459 #: common.opt:3353
15460 #, no-c-format
15461 msgid "Use 32-bit DWARF format when emitting DWARF debug information."
15462 msgstr ""
15464 #: common.opt:3357
15465 #, no-c-format
15466 msgid "Use 64-bit DWARF format when emitting DWARF debug information."
15467 msgstr ""
15469 #: common.opt:3361
15470 #, no-c-format
15471 msgid "Generate debug information in default extended format."
15472 msgstr ""
15474 #: common.opt:3365
15475 #, no-c-format
15476 msgid "Generate extended entry point information for inlined functions."
15477 msgstr ""
15479 #: common.opt:3369
15480 #, no-c-format
15481 msgid "Compute locview reset points based on insn length estimates."
15482 msgstr ""
15484 #: common.opt:3377
15485 #, no-c-format
15486 msgid "Don't generate DWARF pubnames and pubtypes sections."
15487 msgstr ""
15489 #: common.opt:3381
15490 #, no-c-format
15491 msgid "Generate DWARF pubnames and pubtypes sections."
15492 msgstr ""
15494 #: common.opt:3385
15495 #, no-c-format
15496 msgid "Generate DWARF pubnames and pubtypes sections with GNU extensions."
15497 msgstr ""
15499 #: common.opt:3389
15500 #, no-c-format
15501 msgid "Record gcc command line switches in DWARF DW_AT_producer."
15502 msgstr ""
15504 #: common.opt:3393
15505 #, no-c-format
15506 msgid "Generate debug information in separate .dwo files."
15507 msgstr ""
15509 #: common.opt:3405
15510 #, no-c-format
15511 msgid "Emit progressive recommended breakpoint locations."
15512 msgstr ""
15514 #: common.opt:3409
15515 #, no-c-format
15516 msgid "Don't emit DWARF additions beyond selected version."
15517 msgstr ""
15519 #: common.opt:3413
15520 #, no-c-format
15521 msgid "Add description attributes to some DWARF DIEs that have no name attribute."
15522 msgstr ""
15524 #: common.opt:3417
15525 #, no-c-format
15526 msgid "Toggle debug information generation."
15527 msgstr ""
15529 #: common.opt:3421
15530 #, no-c-format
15531 msgid "Augment variable location lists with progressive views."
15532 msgstr ""
15534 #: common.opt:3428
15535 #, no-c-format
15536 msgid "Generate debug information in VMS format."
15537 msgstr ""
15539 #: common.opt:3457
15540 #, no-c-format
15541 msgid "Generate compressed debug sections."
15542 msgstr ""
15544 #: common.opt:3461
15545 #, no-c-format
15546 msgid "-gz=<format>\tGenerate compressed debug sections in format <format>."
15547 msgstr ""
15549 #: common.opt:3468
15550 #, no-c-format
15551 msgid "-iplugindir=<dir>\tSet <dir> to be the default plugin directory."
15552 msgstr ""
15554 #: common.opt:3472
15555 #, no-c-format
15556 msgid "-imultiarch <dir>\tSet <dir> to be the multiarch include subdirectory."
15557 msgstr ""
15559 #: common.opt:3500
15560 #, no-c-format
15561 msgid "-o <file>\tPlace output into <file>."
15562 msgstr "-o <file>\tSmjesti (upiše) izlaz u <file>."
15564 #: common.opt:3504
15565 #, no-c-format
15566 msgid "Enable function profiling."
15567 msgstr ""
15569 #: common.opt:3514
15570 #, no-c-format
15571 msgid "Like -pedantic but issue them as errors."
15572 msgstr ""
15574 #: common.opt:3554
15575 #, no-c-format
15576 msgid "Do not display functions compiled or elapsed time."
15577 msgstr ""
15579 #: common.opt:3586
15580 #, no-c-format
15581 msgid "Enable verbose output."
15582 msgstr ""
15584 #: common.opt:3590
15585 #, no-c-format
15586 msgid "Display the compiler's version."
15587 msgstr ""
15589 #: common.opt:3594
15590 #, no-c-format
15591 msgid "Suppress warnings."
15592 msgstr ""
15594 #: common.opt:3604
15595 #, no-c-format
15596 msgid "Create a shared library."
15597 msgstr "Stvori zajedničku (dijeljenu) biblioteku."
15599 #: common.opt:3664
15600 #, no-c-format
15601 msgid "Don't create a dynamically linked position independent executable."
15602 msgstr ""
15604 #: common.opt:3668
15605 #, no-c-format
15606 msgid "Create a dynamically linked position independent executable."
15607 msgstr ""
15609 #: common.opt:3672
15610 #, no-c-format
15611 msgid "Create a static position independent executable."
15612 msgstr ""
15614 #: common.opt:3679
15615 #, no-c-format
15616 msgid "Use caller save register across calls if possible."
15617 msgstr ""
15619 #: params.opt:27
15620 #, no-c-format
15621 msgid "Loops iterating at least selected number of iterations will get loop alignment."
15622 msgstr ""
15624 #: params.opt:31
15625 #, no-c-format
15626 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment."
15627 msgstr ""
15629 #: params.opt:35
15630 #, no-c-format
15631 msgid "Enable asan globals protection."
15632 msgstr ""
15634 #: params.opt:39
15635 #, no-c-format
15636 msgid "Enable asan allocas/VLAs protection."
15637 msgstr ""
15639 #: params.opt:43
15640 #, no-c-format
15641 msgid "Enable asan load operations protection."
15642 msgstr ""
15644 #: params.opt:47
15645 #, no-c-format
15646 msgid "Enable asan store operations protection."
15647 msgstr ""
15649 #: params.opt:51
15650 #, no-c-format
15651 msgid "Use callbacks instead of inline code if number of accesses in function becomes greater or equal to this number."
15652 msgstr ""
15654 #: params.opt:55
15655 #, no-c-format
15656 msgid "Enable asan builtin functions protection."
15657 msgstr ""
15659 #: params.opt:59
15660 #, no-c-format
15661 msgid "Enable asan stack protection."
15662 msgstr ""
15664 #: params.opt:63
15665 #, no-c-format
15666 msgid "Enable asan detection of use-after-return bugs."
15667 msgstr ""
15669 #: params.opt:67
15670 #, no-c-format
15671 msgid "Enable hwasan instrumentation of statically sized stack-allocated variables."
15672 msgstr ""
15674 #: params.opt:71
15675 #, no-c-format
15676 msgid "Use random base tag for each frame, as opposed to base always zero."
15677 msgstr ""
15679 #: params.opt:75
15680 #, no-c-format
15681 msgid "Enable hwasan instrumentation of allocas/VLAs."
15682 msgstr ""
15684 #: params.opt:79
15685 #, no-c-format
15686 msgid "Enable hwasan instrumentation of load operations."
15687 msgstr ""
15689 #: params.opt:83
15690 #, no-c-format
15691 msgid "Enable hwasan instrumentation of store operations."
15692 msgstr ""
15694 #: params.opt:87
15695 #, no-c-format
15696 msgid "Enable hwasan instrumentation of builtin functions."
15697 msgstr ""
15699 #: params.opt:91
15700 #, no-c-format
15701 msgid "Average number of iterations of a loop."
15702 msgstr ""
15704 #: params.opt:95
15705 #, no-c-format
15706 msgid "Maximum number of bits for which we avoid creating FMAs."
15707 msgstr ""
15709 #: params.opt:99
15710 #, no-c-format
15711 msgid "Set the estimated probability in percentage for builtin expect. The default value is 90% probability."
15712 msgstr ""
15714 #: params.opt:103
15715 #, no-c-format
15716 msgid "The maximum length of a constant string for a builtin string cmp call eligible for inlining. The default value is 3."
15717 msgstr ""
15719 #: params.opt:107
15720 #, no-c-format
15721 msgid "The smallest number of different values for which it is best to use a jump-table instead of a tree of conditional branches, if 0, use the default for the machine."
15722 msgstr ""
15724 #: params.opt:111
15725 #, no-c-format
15726 msgid "Probability that COMDAT function will be shared with different compilation unit."
15727 msgstr "Vjerojatnost da će COMDAT funkcija biti dijeljena s različitom kompilacijskom jedinicom."
15729 #: params.opt:115
15730 #, no-c-format
15731 msgid "Maximum number of namespaces to search for alternatives when name lookup fails."
15732 msgstr ""
15734 #: params.opt:119
15735 #, no-c-format
15736 msgid "Maximum number of queries into the alias oracle per store."
15737 msgstr ""
15739 #: params.opt:123
15740 #, no-c-format
15741 msgid "Maximum size (in bytes) of objects tracked bytewise by dead store elimination."
15742 msgstr ""
15744 #: params.opt:127
15745 #, no-c-format
15746 msgid "Maximal estimated growth of function body caused by early inlining of single call."
15747 msgstr ""
15749 #: params.opt:131
15750 #, no-c-format
15751 msgid "Maximum number of basic blocks before EVRP uses a sparse cache."
15752 msgstr ""
15754 #: params.opt:135
15755 #, no-c-format
15756 msgid "Maximum number of outgoing edges in a switch before EVRP will not process it."
15757 msgstr ""
15759 #: params.opt:139
15760 #, no-c-format
15761 msgid "Scale factor to apply to the number of statements in a threading path crossing a loop backedge when comparing to max-jump-thread-duplication-stmts."
15762 msgstr ""
15764 #: params.opt:143
15765 #, no-c-format
15766 msgid "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload."
15767 msgstr ""
15769 #: params.opt:147
15770 #, no-c-format
15771 msgid "The threshold ratio for performing partial redundancy elimination after reload."
15772 msgstr ""
15774 #: params.opt:151
15775 #, no-c-format
15776 msgid "Scaling factor in calculation of maximum distance an expression can be moved by GCSE optimizations."
15777 msgstr ""
15779 #: params.opt:155
15780 #, no-c-format
15781 msgid "Cost at which GCSE optimizations will not constraint the distance an expression can travel."
15782 msgstr ""
15784 #: params.opt:159
15785 #, no-c-format
15786 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
15787 msgstr ""
15789 #: params.opt:163
15790 #, no-c-format
15791 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
15792 msgstr ""
15794 #: params.opt:167
15795 #, no-c-format
15796 msgid "The number of executions of a basic block which is considered hot. The parameter is used only in GIMPLE FE."
15797 msgstr ""
15799 #: params.opt:171
15800 #, no-c-format
15801 msgid "Whether codegen errors should be ICEs when -fchecking."
15802 msgstr ""
15804 #: params.opt:175
15805 #, no-c-format
15806 msgid "Maximum number of arrays per SCoP."
15807 msgstr ""
15809 #: params.opt:179
15810 #, no-c-format
15811 msgid "Maximum number of parameters in a SCoP."
15812 msgstr ""
15814 #: params.opt:183
15815 #, no-c-format
15816 msgid "The number of elements for which hash table verification is done for each searched element."
15817 msgstr ""
15819 #: params.opt:187
15820 #, no-c-format
15821 msgid "The denominator n of fraction 1/n of the maximal execution count of a basic block in the entire program that a basic block needs to at least have in order to be considered hot (used in non-LTO mode)."
15822 msgstr ""
15824 #: params.opt:191
15825 #, no-c-format
15826 msgid "The number of most executed permilles of the profiled execution of the entire program to which the execution count of a basic block must be part of in order to be considered hot (used in LTO mode)."
15827 msgstr ""
15829 #: params.opt:195
15830 #, no-c-format
15831 msgid "The denominator n of fraction 1/n of the execution frequency of the entry block of a function that a basic block of this function needs to at least have in order to be considered hot."
15832 msgstr ""
15834 #: params.opt:199
15835 #, no-c-format
15836 msgid "The scale (in percents) applied to inline-insns-single and auto limits when heuristics hints that inlining is very profitable."
15837 msgstr ""
15839 #: params.opt:203
15840 #, no-c-format
15841 msgid "The minimal estimated speedup allowing inliner to ignore inline-insns-single and inline-insns-auto."
15842 msgstr ""
15844 #: params.opt:207
15845 #, no-c-format
15846 msgid "How much can given compilation unit grow because of the inlining (in percent)."
15847 msgstr ""
15849 #: params.opt:211
15850 #, no-c-format
15851 msgid "The upper bound for sharing integer constants."
15852 msgstr ""
15854 #: params.opt:215
15855 #, no-c-format
15856 msgid "Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone."
15857 msgstr ""
15859 #: params.opt:219
15860 #, no-c-format
15861 msgid "Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known."
15862 msgstr ""
15864 #: params.opt:223
15865 #, no-c-format
15866 msgid "Maximum depth of recursive cloning for self-recursive function."
15867 msgstr ""
15869 #: params.opt:227
15870 #, no-c-format
15871 msgid "Recursive cloning only when the probability of call being executed exceeds the parameter."
15872 msgstr ""
15874 #: params.opt:231
15875 #, no-c-format
15876 msgid "When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back an unchanged value by this factor."
15877 msgstr ""
15879 #: params.opt:235
15880 #, no-c-format
15881 msgid "Percentage penalty the recursive functions will receive when they are evaluated for cloning."
15882 msgstr ""
15884 #: params.opt:239
15885 #, no-c-format
15886 msgid "Percentage penalty functions containing a single call to another function will receive when they are evaluated for cloning."
15887 msgstr ""
15889 #: params.opt:243
15890 #, no-c-format
15891 msgid "How much can given compilation unit grow because of the interprocedural constant propagation (in percent)."
15892 msgstr ""
15894 #: params.opt:247
15895 #, no-c-format
15896 msgid "The size of translation unit that IPA-CP pass considers large."
15897 msgstr "Veličina jedinice prijevoda koju IPA-CP prolaz smatra velikom."
15899 #: params.opt:251
15900 #, no-c-format
15901 msgid "Maximum size of a list of values associated with each parameter for interprocedural constant propagation."
15902 msgstr ""
15904 #: params.opt:255
15905 #, no-c-format
15906 msgid "When using profile feedback, use the edge at this percentage position in frequncy histogram as the bases for IPA-CP heuristics."
15907 msgstr ""
15909 #: params.opt:259
15910 #, no-c-format
15911 msgid "Maximum number of statements visited during jump function offset discovery."
15912 msgstr ""
15914 #: params.opt:263
15915 #, no-c-format
15916 msgid "Maximum number of statements that will be visited by IPA formal parameter analysis based on alias analysis in any given function."
15917 msgstr ""
15919 #: params.opt:267
15920 #, no-c-format
15921 msgid "Maximum number of aggregate content items for a parameter in jump functions and lattices."
15922 msgstr ""
15924 #: params.opt:271
15925 #, no-c-format
15926 msgid "Maximum number of operations in a parameter expression that can be handled by IPA analysis."
15927 msgstr ""
15929 #: params.opt:275
15930 #, no-c-format
15931 msgid "Maximum number of different predicates used to track properties of loops in IPA analysis."
15932 msgstr ""
15934 #: params.opt:279
15935 #, no-c-format
15936 msgid "Maximal number of boundary endpoints of case ranges of switch statement used during IPA function summary generation."
15937 msgstr ""
15939 #: params.opt:283
15940 #, no-c-format
15941 msgid "Minimum probability (in percent) of dereferencing of a function pointer parameter for it to be considered for replacement with simple values."
15942 msgstr ""
15944 #: params.opt:287
15945 #, no-c-format
15946 msgid "Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, also the maximum number of replacements of a formal parameter."
15947 msgstr ""
15949 #: params.opt:291
15950 #, no-c-format
15951 msgid "Maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with."
15952 msgstr ""
15954 #: params.opt:295
15955 #, no-c-format
15956 msgid "Additional maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with, if it points to a local variable that the caller only writes to and passes it as an argument to functions."
15957 msgstr ""
15959 #: params.opt:299
15960 #, no-c-format
15961 msgid "The number of registers in each class kept unused by loop invariant motion."
15962 msgstr ""
15964 #: params.opt:303
15965 #, no-c-format
15966 msgid "Max size of conflict table in MB."
15967 msgstr ""
15969 #: params.opt:307
15970 #, no-c-format
15971 msgid "Approximate function insn number in 1K units triggering simple local RA."
15972 msgstr ""
15974 #: params.opt:311
15975 #, no-c-format
15976 msgid "Max loops number for regional RA."
15977 msgstr ""
15979 #: params.opt:315
15980 #, no-c-format
15981 msgid "Control ira to consider matching constraint (duplicated operand number) heavily in all available alternatives for preferred register class.  If it is set as zero, it means ira only respects the matching constraint when it's in the only available alternative with an appropriate register class.  Otherwise, it means ira will check all available alternatives for preferred register class even if it has found some choice with an appropriate register class and respect the found qualified matching constraint."
15982 msgstr ""
15984 #: params.opt:319
15985 #, no-c-format
15986 msgid "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization."
15987 msgstr ""
15989 #: params.opt:323
15990 #, no-c-format
15991 msgid "Bound on number of candidates below that all candidates are considered in iv optimizations."
15992 msgstr ""
15994 #: params.opt:327
15995 #, no-c-format
15996 msgid "Bound on number of iv uses in loop optimized in iv optimizations."
15997 msgstr ""
15999 #: params.opt:331
16000 #, no-c-format
16001 msgid "The maximum code size growth ratio when expanding into a jump table (in percent).  The parameter is used when optimizing for size."
16002 msgstr ""
16004 #: params.opt:335
16005 #, no-c-format
16006 msgid "The maximum code size growth ratio when expanding into a jump table (in percent).  The parameter is used when optimizing for speed."
16007 msgstr ""
16009 #: params.opt:339
16010 #, no-c-format
16011 msgid "The size of L1 cache line."
16012 msgstr ""
16014 #: params.opt:343
16015 #, no-c-format
16016 msgid "The minimum recommended offset between two concurrently-accessed objects to avoid additional performance degradation due to contention introduced by the implementation.  Typically the L1 cache line size, but can be larger to accommodate a variety of target processors with different cache line sizes. C++17 code might use this value in structure layout, but is strongly discouraged from doing so in public ABIs."
16017 msgstr ""
16019 #: params.opt:352
16020 #, no-c-format
16021 msgid "The maximum recommended size of contiguous memory occupied by two objects accessed with temporal locality by concurrent threads.  Typically the L1 cache line size, but can be smaller to accommodate a variety of target processors with different cache line sizes."
16022 msgstr ""
16024 #: params.opt:359
16025 #, no-c-format
16026 msgid "The size of L1 cache."
16027 msgstr ""
16029 #: params.opt:363
16030 #, no-c-format
16031 msgid "The size of L2 cache."
16032 msgstr ""
16034 #: params.opt:367
16035 #, no-c-format
16036 msgid "Maximal growth due to inlining of large function (in percent)."
16037 msgstr ""
16039 #: params.opt:371
16040 #, no-c-format
16041 msgid "The size of function body to be considered large."
16042 msgstr "Veličina tijela funkcije koja se smatra velikom."
16044 #: params.opt:375
16045 #, no-c-format
16046 msgid "The size of stack frame to be considered large."
16047 msgstr "Veličina okvira stoga koja se smatra velikim."
16049 #: params.opt:379
16050 #, no-c-format
16051 msgid "Maximal stack frame growth due to inlining (in percent)."
16052 msgstr ""
16054 #: params.opt:383
16055 #, no-c-format
16056 msgid "The size of translation unit to be considered large."
16057 msgstr "Veličina jedinice prijevoda koja se smatra velikom."
16059 #: params.opt:387
16060 #, no-c-format
16061 msgid "Maximum number of concurrently open C++ module files when lazy loading."
16062 msgstr ""
16064 #: params.opt:391
16065 #, no-c-format
16066 msgid "The minimum cost of an expensive expression in the loop invariant motion."
16067 msgstr ""
16069 #: params.opt:395
16070 #, no-c-format
16071 msgid "True if a non-short-circuit operation is optimal."
16072 msgstr ""
16074 #: params.opt:399
16075 #, no-c-format
16076 msgid "Size of tiles for loop blocking."
16077 msgstr ""
16079 #: params.opt:403
16080 #, no-c-format
16081 msgid "The maximum number of stmts in loop nest for loop interchange."
16082 msgstr ""
16084 #: params.opt:407
16085 #, no-c-format
16086 msgid "The minimum stride ratio for loop interchange to be profitable."
16087 msgstr ""
16089 #: params.opt:411
16090 #, no-c-format
16091 msgid "Max basic blocks number in loop for loop invariant motion."
16092 msgstr ""
16094 #: params.opt:415
16095 #, no-c-format
16096 msgid "Maximum number of datarefs in loop for building loop data dependencies."
16097 msgstr ""
16099 #: params.opt:419
16100 #, no-c-format
16101 msgid "The maximum number of instructions in an inner loop that is being considered for versioning."
16102 msgstr ""
16104 #: params.opt:423
16105 #, no-c-format
16106 msgid "The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops."
16107 msgstr ""
16109 #: params.opt:427
16110 #, no-c-format
16111 msgid "Minimal fall-through edge probability in percentage used to add BB to inheritance EBB in LRA."
16112 msgstr ""
16114 #: params.opt:431
16115 #, no-c-format
16116 msgid "The max number of reload pseudos which are considered during spilling a non-reload pseudo."
16117 msgstr ""
16119 #: params.opt:435
16120 #, no-c-format
16121 msgid "Maximal size of a partition for LTO (in estimated instructions)."
16122 msgstr ""
16124 #: params.opt:439
16125 #, no-c-format
16126 msgid "maximal number of LTO partitions streamed in parallel."
16127 msgstr ""
16129 #: params.opt:443
16130 #, no-c-format
16131 msgid "Minimal size of a partition for LTO (in estimated instructions)."
16132 msgstr ""
16134 #: params.opt:447
16135 #, no-c-format
16136 msgid "Number of partitions the program should be split to."
16137 msgstr ""
16139 #: params.opt:451
16140 #, no-c-format
16141 msgid "The maximum number of instructions to consider to unroll in a loop on average."
16142 msgstr ""
16144 #: params.opt:455
16145 #, no-c-format
16146 msgid "The maximum number of insns combine tries to combine."
16147 msgstr ""
16149 #: params.opt:459
16150 #, no-c-format
16151 msgid "The maximum depth of a loop nest we completely peel."
16152 msgstr ""
16154 #: params.opt:463
16155 #, no-c-format
16156 msgid "The maximum number of peelings of a single loop that is peeled completely."
16157 msgstr ""
16159 #: params.opt:467
16160 #, no-c-format
16161 msgid "The maximum number of insns of a completely peeled loop."
16162 msgstr ""
16164 #: params.opt:471
16165 #, no-c-format
16166 msgid "The maximum number of incoming edges to consider for crossjumping."
16167 msgstr ""
16169 #: params.opt:475
16170 #, no-c-format
16171 msgid "The maximum instructions CSE process before flushing."
16172 msgstr ""
16174 #: params.opt:479
16175 #, no-c-format
16176 msgid "The maximum length of path considered in cse."
16177 msgstr ""
16179 #: params.opt:483
16180 #, no-c-format
16181 msgid "The maximum memory locations recorded by cselib."
16182 msgstr "Maksimalni broj memorijskih lokacija zabilježenih s cselib."
16184 #: params.opt:487
16185 #, no-c-format
16186 msgid "Max. count of debug markers to expand or inline."
16187 msgstr ""
16189 #: params.opt:491
16190 #, no-c-format
16191 msgid "The maximum number of instructions to consider to fill a delay slot."
16192 msgstr ""
16194 #: params.opt:495
16195 #, no-c-format
16196 msgid "The maximum number of instructions to consider to find accurate live register information."
16197 msgstr ""
16199 #: params.opt:499
16200 #, no-c-format
16201 msgid "Maximum number of active local stores in RTL dead store elimination."
16202 msgstr ""
16204 #: params.opt:503
16205 #, no-c-format
16206 msgid "The maximum number of nested indirect inlining performed by early inliner."
16207 msgstr ""
16209 #: params.opt:507
16210 #, no-c-format
16211 msgid "Maximum number of fields in a structure before pointer analysis treats the structure as a single variable."
16212 msgstr ""
16214 #: params.opt:511
16215 #, no-c-format
16216 msgid "Maximum number of instructions to copy when duplicating blocks on a finite state automaton jump thread path."
16217 msgstr ""
16219 #: params.opt:515
16220 #, no-c-format
16221 msgid "The maximum ratio of insertions to deletions of expressions in GCSE."
16222 msgstr ""
16224 #: params.opt:519
16225 #, no-c-format
16226 msgid "The maximum amount of memory to be allocated by GCSE, in kilobytes."
16227 msgstr "Maksimalna količina memorije koju GCSE dodijeli, u kilobajtima."
16229 #: params.opt:523
16230 #, no-c-format
16231 msgid "The maximum number of insns to duplicate when unfactoring computed gotos."
16232 msgstr ""
16234 #: params.opt:527
16235 #, no-c-format
16236 msgid "The maximum expansion factor when copying basic blocks."
16237 msgstr ""
16239 #: params.opt:531
16240 #, no-c-format
16241 msgid "Maximum depth of search in the dominator tree for expressions to hoist."
16242 msgstr ""
16244 #: params.opt:535
16245 #, no-c-format
16246 msgid "Maximum loop depth of a call which is considered for inlining functions called once."
16247 msgstr ""
16249 #: params.opt:539
16250 #, no-c-format
16251 msgid "Maximum combined size of caller and callee which is inlined if callee is called once."
16252 msgstr ""
16254 #: params.opt:543
16255 #, no-c-format
16256 msgid "The maximum number of instructions when automatically inlining."
16257 msgstr ""
16259 #: params.opt:547
16260 #, no-c-format
16261 msgid "The maximum number of instructions inline function can grow to via recursive inlining."
16262 msgstr ""
16264 #: params.opt:551
16265 #, no-c-format
16266 msgid "The maximum number of instructions non-inline function can grow to via recursive inlining."
16267 msgstr ""
16269 #: params.opt:555
16270 #, no-c-format
16271 msgid "The maximum number of instructions in a single function eligible for inlining."
16272 msgstr ""
16274 #: params.opt:559
16275 #, no-c-format
16276 msgid "The maximum number of instructions when inlining for size."
16277 msgstr ""
16279 #: params.opt:563
16280 #, no-c-format
16281 msgid "The maximum number of instructions when automatically inlining small functions."
16282 msgstr ""
16284 #: params.opt:567
16285 #, no-c-format
16286 msgid "The maximum depth of recursive inlining for inline functions."
16287 msgstr ""
16289 #: params.opt:571
16290 #, no-c-format
16291 msgid "The maximum depth of recursive inlining for non-inline functions."
16292 msgstr ""
16294 #: params.opt:575
16295 #, no-c-format
16296 msgid "Maximum number of isl operations, 0 means unlimited."
16297 msgstr ""
16299 #: params.opt:579
16300 #, no-c-format
16301 msgid "Bound on the cost of an expression to compute the number of iterations."
16302 msgstr ""
16304 #: params.opt:583
16305 #, no-c-format
16306 msgid "Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates."
16307 msgstr ""
16309 #: params.opt:587
16310 #, no-c-format
16311 msgid "Maximum number of statements allowed in a block that needs to be duplicated when threading jumps."
16312 msgstr ""
16314 #: params.opt:591
16315 #, no-c-format
16316 msgid "Search space limit for the backwards jump threader."
16317 msgstr ""
16319 #: params.opt:595
16320 #, no-c-format
16321 msgid "The maximum number of RTL nodes that can be recorded as combiner's last value."
16322 msgstr ""
16324 #: params.opt:599
16325 #, no-c-format
16326 msgid "The maximum number of insns in loop header duplicated by the copy loop headers pass."
16327 msgstr ""
16329 #: params.opt:603
16330 #, no-c-format
16331 msgid "The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop."
16332 msgstr ""
16334 #: params.opt:607
16335 #, no-c-format
16336 msgid "Minimum page size for warning purposes."
16337 msgstr ""
16339 #: params.opt:611
16340 #, no-c-format
16341 msgid "Maximum length of partial antic set when performing tree pre optimization."
16342 msgstr ""
16344 #: params.opt:615
16345 #, no-c-format
16346 msgid "The maximum number of branches on the path through the peeled sequence."
16347 msgstr ""
16349 #: params.opt:619
16350 #, no-c-format
16351 msgid "The maximum number of peelings of a single loop."
16352 msgstr ""
16354 #: params.opt:623
16355 #, no-c-format
16356 msgid "The maximum number of insns of a peeled loop."
16357 msgstr ""
16359 #: params.opt:627
16360 #, no-c-format
16361 msgid "The maximum length of scheduling's pending operations list."
16362 msgstr ""
16364 #: params.opt:631 params.opt:675
16365 #, no-c-format
16366 msgid "The maximum number of blocks in a region to be considered for interblock scheduling."
16367 msgstr ""
16369 #: params.opt:635 params.opt:679
16370 #, no-c-format
16371 msgid "The maximum number of insns in a region to be considered for interblock scheduling."
16372 msgstr ""
16374 #: params.opt:639
16375 #, no-c-format
16376 msgid "Maximum depth of sqrt chains to use when synthesizing exponentiation by a real constant."
16377 msgstr ""
16379 #: params.opt:643
16380 #, no-c-format
16381 msgid "The maximum number of loop iterations we predict statically."
16382 msgstr ""
16384 #: params.opt:647
16385 #, no-c-format
16386 msgid "The maximum number of instructions to search backward when looking for equivalent reload."
16387 msgstr ""
16389 #: params.opt:651
16390 #, no-c-format
16391 msgid "Maximum number of insns in a basic block to consider for RTL if-conversion."
16392 msgstr ""
16394 #: params.opt:655
16395 #, no-c-format
16396 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered predictable."
16397 msgstr ""
16399 #: params.opt:659
16400 #, no-c-format
16401 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered unpredictable."
16402 msgstr ""
16404 #: params.opt:663
16405 #, no-c-format
16406 msgid "The maximum number of iterations through CFG to extend regions."
16407 msgstr ""
16409 #: params.opt:667
16410 #, no-c-format
16411 msgid "The maximum conflict delay for an insn to be considered for speculative motion."
16412 msgstr ""
16414 #: params.opt:671
16415 #, no-c-format
16416 msgid "The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass."
16417 msgstr ""
16419 #: params.opt:683
16420 #, no-c-format
16421 msgid "Maximum length of candidate scans for straight-line strength reduction."
16422 msgstr ""
16424 #: params.opt:687
16425 #, no-c-format
16426 msgid "Maximum number of may-defs visited when devirtualizing speculatively."
16427 msgstr ""
16429 #: params.opt:691
16430 #, no-c-format
16431 msgid "Maximum recursion depth allowed when querying a property of an SSA name."
16432 msgstr ""
16434 #: params.opt:695
16435 #, no-c-format
16436 msgid "Maximum number of constant stores to merge in the store merging pass."
16437 msgstr ""
16439 #: params.opt:699
16440 #, no-c-format
16441 msgid "Maximum number of conditional store pairs that can be sunk."
16442 msgstr ""
16444 #: params.opt:703 params.opt:707
16445 #, no-c-format
16446 msgid "Maximum number of store chains to track at the same time in the store merging pass."
16447 msgstr ""
16449 #: params.opt:711
16450 #, no-c-format
16451 msgid "Maximum amount of similar bbs to compare a bb with."
16452 msgstr ""
16454 #: params.opt:715
16455 #, no-c-format
16456 msgid "Maximum amount of iterations of the pass over a function."
16457 msgstr ""
16459 #: params.opt:719
16460 #, no-c-format
16461 msgid "Maximum number of strings for which strlen optimization pass will track string lengths."
16462 msgstr ""
16464 #: params.opt:723
16465 #, no-c-format
16466 msgid "Maximum number of arguments in a PHI supported by TREE if-conversion unless the loop is marked with simd pragma."
16467 msgstr ""
16469 #: params.opt:727
16470 #, no-c-format
16471 msgid "The maximum number of unrollings of a single loop."
16472 msgstr ""
16474 #: params.opt:731
16475 #, no-c-format
16476 msgid "The maximum number of instructions to consider to unroll in a loop."
16477 msgstr ""
16479 #: params.opt:735
16480 #, no-c-format
16481 msgid "The maximum number of insns of an unswitched loop."
16482 msgstr ""
16484 #: params.opt:739
16485 #, no-c-format
16486 msgid "The maximum depth of a loop nest to be unswitched."
16487 msgstr ""
16489 #: params.opt:743
16490 #, no-c-format
16491 msgid "If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling."
16492 msgstr ""
16494 #: params.opt:747
16495 #, no-c-format
16496 msgid "Max. recursion depth for expanding var tracking expressions."
16497 msgstr ""
16499 #: params.opt:751
16500 #, no-c-format
16501 msgid "Max. size of loc list for which reverse ops should be added."
16502 msgstr ""
16504 #: params.opt:755
16505 #, no-c-format
16506 msgid "Max. size of var tracking hash tables."
16507 msgstr ""
16509 #: params.opt:759
16510 #, no-c-format
16511 msgid "Maximum number of VALUEs handled during a single find_base_term call."
16512 msgstr ""
16514 #: params.opt:763
16515 #, no-c-format
16516 msgid "The minimum number of matching instructions to consider for crossjumping."
16517 msgstr ""
16519 #: params.opt:767
16520 #, no-c-format
16521 msgid "Inline recursively only when the probability of call being executed exceeds the parameter."
16522 msgstr ""
16524 #: params.opt:771
16525 #, no-c-format
16526 msgid "Min. ratio of insns to prefetches to enable prefetching for a loop with an unknown trip count."
16527 msgstr ""
16529 #: params.opt:775
16530 #, no-c-format
16531 msgid "The minimum threshold for probability of semi-invariant condition statement to trigger loop split."
16532 msgstr ""
16534 #: params.opt:779
16535 #, no-c-format
16536 msgid "The minimum UID to be used for a nondebug insn."
16537 msgstr ""
16539 #: params.opt:783
16540 #, no-c-format
16541 msgid "The minimum size of variables taking part in stack slot sharing when not optimizing."
16542 msgstr ""
16544 #: params.opt:787
16545 #, no-c-format
16546 msgid "The minimum probability of reaching a source block for interblock speculative scheduling."
16547 msgstr ""
16549 #: params.opt:791
16550 #, no-c-format
16551 msgid "If -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization."
16552 msgstr ""
16554 #: params.opt:795
16555 #, no-c-format
16556 msgid "--param=openacc-kernels=[decompose|parloops]\tSpecify mode of OpenACC 'kernels' constructs handling."
16557 msgstr ""
16559 #: params.opt:808
16560 #, no-c-format
16561 msgid "--param=openacc-privatization=[quiet|noisy]\tSpecify mode of OpenACC privatization diagnostics."
16562 msgstr ""
16564 #: params.opt:821
16565 #, no-c-format
16566 msgid "Chunk size of omp schedule for loops parallelized by parloops."
16567 msgstr ""
16569 #: params.opt:825
16570 #, no-c-format
16571 msgid "Minimum number of iterations per thread of an innermost parallelized loop."
16572 msgstr ""
16574 #: params.opt:829
16575 #, no-c-format
16576 msgid "--param=parloops-schedule=[static|dynamic|guided|auto|runtime]\tSchedule type of omp schedule for loops parallelized by parloops."
16577 msgstr ""
16579 #: params.opt:851
16580 #, no-c-format
16581 msgid "Maximum probability of the entry BB of split region (in percent relative to entry BB of the function) to make partial inlining happen."
16582 msgstr ""
16584 #: params.opt:855
16585 #, no-c-format
16586 msgid "Maximal estimated outcome of branch considered predictable."
16587 msgstr ""
16589 #: params.opt:859
16590 #, no-c-format
16591 msgid "Whether software prefetch hints should be issued for non-constant strides."
16592 msgstr ""
16594 #: params.opt:863
16595 #, no-c-format
16596 msgid "The number of insns executed before prefetch is completed."
16597 msgstr ""
16599 #: params.opt:867
16600 #, no-c-format
16601 msgid "Min. ratio of insns to mem ops to enable prefetching in a loop."
16602 msgstr ""
16604 #: params.opt:871
16605 #, no-c-format
16606 msgid "The minimum constant stride beyond which we should use prefetch hints for."
16607 msgstr ""
16609 #: params.opt:875
16610 #, no-c-format
16611 msgid "Use internal function id in profile lookup."
16612 msgstr ""
16614 #: params.opt:879
16615 #, no-c-format
16616 msgid "--param=ranger-debug=[none|trace|gori|cache|tracegori|all] Specifies the output mode for debugging ranger."
16617 msgstr ""
16619 #: params.opt:904
16620 #, no-c-format
16621 msgid "Maximum depth of logical expression evaluation ranger will look through when evaluating outgoing edge ranges."
16622 msgstr ""
16624 #: params.opt:909
16625 #, no-c-format
16626 msgid "Maximum number of relations the oracle will register in a basic block."
16627 msgstr ""
16629 #: params.opt:913
16630 #, no-c-format
16631 msgid "Maximum depth of a loop nest to fully value-number optimistically."
16632 msgstr ""
16634 #: params.opt:917
16635 #, no-c-format
16636 msgid "Maximum number of disambiguations to perform per memory access."
16637 msgstr ""
16639 #: params.opt:921
16640 #, no-c-format
16641 msgid "Bound on the complexity of the expressions in the scalar evolutions analyzer."
16642 msgstr ""
16644 #: params.opt:925
16645 #, no-c-format
16646 msgid "Bound on size of expressions used in the scalar evolutions analyzer."
16647 msgstr ""
16649 #: params.opt:929
16650 #, no-c-format
16651 msgid "Hardware autoprefetcher scheduler model control flag.  Number of lookahead cycles the model looks into, at '0' only enable instruction sorting heuristic.  Disabled by default."
16652 msgstr ""
16654 #: params.opt:933
16655 #, no-c-format
16656 msgid "Minimal distance between possibly conflicting store and load."
16657 msgstr ""
16659 #: params.opt:937
16660 #, no-c-format
16661 msgid "Which -fsched-pressure algorithm to apply."
16662 msgstr ""
16664 #: params.opt:941
16665 #, no-c-format
16666 msgid "The minimal probability of speculation success (in percents), so that speculative insn will be scheduled."
16667 msgstr ""
16669 #: params.opt:945
16670 #, no-c-format
16671 msgid "The minimum probability an edge must have for the scheduler to save its state across it."
16672 msgstr ""
16674 #: params.opt:949
16675 #, no-c-format
16676 msgid "Maximum number of instructions in the ready list that are considered eligible for renaming."
16677 msgstr ""
16679 #: params.opt:953
16680 #, no-c-format
16681 msgid "The maximum size of the lookahead window of selective scheduling."
16682 msgstr ""
16684 #: params.opt:957
16685 #, no-c-format
16686 msgid "Maximum number of times that an insn could be scheduled."
16687 msgstr ""
16689 #: params.opt:961
16690 #, no-c-format
16691 msgid "The number of prefetches that can run at the same time."
16692 msgstr ""
16694 #: params.opt:965
16695 #, no-c-format
16696 msgid "Target block's relative execution frequency (as a percentage) required to sink a statement."
16697 msgstr ""
16699 #: params.opt:969
16700 #, no-c-format
16701 msgid "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA."
16702 msgstr ""
16704 #: params.opt:973
16705 #, no-c-format
16706 msgid "A threshold on the average loop count considered by the swing modulo scheduler."
16707 msgstr ""
16709 #: params.opt:977
16710 #, no-c-format
16711 msgid "A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop."
16712 msgstr ""
16714 #: params.opt:981
16715 #, no-c-format
16716 msgid "The minimum value of stage count that swing modulo scheduler will generate."
16717 msgstr ""
16719 #: params.opt:985
16720 #, no-c-format
16721 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for size."
16722 msgstr ""
16724 #: params.opt:989
16725 #, no-c-format
16726 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for speed."
16727 msgstr ""
16729 #: params.opt:993
16730 #, no-c-format
16731 msgid "Maximum number of artificial accesses to enable forward propagation that Scalar Replacement of Aggregates will keep for one local variable."
16732 msgstr ""
16734 #: params.opt:997
16735 #, no-c-format
16736 msgid "The maximum number of SSA_NAME assignments to follow in determining a value."
16737 msgstr ""
16739 #: params.opt:1001
16740 #, no-c-format
16741 msgid "The lower bound for a buffer to be considered for stack smashing protection."
16742 msgstr ""
16744 #: params.opt:1005
16745 #, no-c-format
16746 msgid "Size of the stack guard expressed as a power of two in bytes."
16747 msgstr ""
16749 #: params.opt:1009
16750 #, no-c-format
16751 msgid "Interval in which to probe the stack expressed as a power of two in bytes."
16752 msgstr ""
16754 #: params.opt:1013
16755 #, no-c-format
16756 msgid "Allow the store merging pass to introduce unaligned stores if it is legal to do so."
16757 msgstr ""
16759 #: params.opt:1017
16760 #, no-c-format
16761 msgid "Maximum size of a single store merging region in bytes."
16762 msgstr ""
16764 #: params.opt:1021
16765 #, no-c-format
16766 msgid "The maximum ratio between array size and switch branches for a switch conversion to take place."
16767 msgstr ""
16769 #: params.opt:1025
16770 #, no-c-format
16771 msgid "Maximum number of bases stored in each modref tree."
16772 msgstr ""
16774 #: params.opt:1029
16775 #, no-c-format
16776 msgid "Maximum number of references stored in each modref base."
16777 msgstr ""
16779 #: params.opt:1033
16780 #, no-c-format
16781 msgid "Maximum number of accesses stored in each modref reference."
16782 msgstr ""
16784 #: params.opt:1037
16785 #, no-c-format
16786 msgid "Maximum number of tests performed by modref query."
16787 msgstr ""
16789 #: params.opt:1041
16790 #, no-c-format
16791 msgid "Maximum depth of DFS walk used by modref escape analysis."
16792 msgstr ""
16794 #: params.opt:1045
16795 #, no-c-format
16796 msgid "Maximum number of escape points tracked by modref per SSA-name."
16797 msgstr ""
16799 #: params.opt:1049
16800 #, no-c-format
16801 msgid "Maximum number of times a given range is adjusted during the dataflow."
16802 msgstr ""
16804 #: params.opt:1053
16805 #, no-c-format
16806 msgid "--param=threader-debug=[none|all] Enables verbose dumping of the threader solver."
16807 msgstr ""
16809 #: params.opt:1066
16810 #, no-c-format
16811 msgid "Size in bytes after which thread-local aggregates should be instrumented with the logging functions instead of save/restore pairs."
16812 msgstr ""
16814 #: params.opt:1070
16815 #, no-c-format
16816 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available."
16817 msgstr ""
16819 #: params.opt:1074
16820 #, no-c-format
16821 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available."
16822 msgstr ""
16824 #: params.opt:1078
16825 #, no-c-format
16826 msgid "Maximal code growth caused by tail duplication (in percent)."
16827 msgstr ""
16829 #: params.opt:1082
16830 #, no-c-format
16831 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available."
16832 msgstr ""
16834 #: params.opt:1086
16835 #, no-c-format
16836 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available."
16837 msgstr ""
16839 #: params.opt:1090
16840 #, no-c-format
16841 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)."
16842 msgstr ""
16844 #: params.opt:1094
16845 #, no-c-format
16846 msgid "Set the maximum number of instructions executed in parallel in reassociated tree.  If 0, use the target dependent heuristic."
16847 msgstr ""
16849 #: params.opt:1098
16850 #, no-c-format
16851 msgid "Emit special instrumentation for accesses to volatiles."
16852 msgstr ""
16854 #: params.opt:1102
16855 #, no-c-format
16856 msgid "Emit instrumentation calls to __tsan_func_entry() and __tsan_func_exit()."
16857 msgstr ""
16859 #: params.opt:1106
16860 #, no-c-format
16861 msgid "Maximum number of nested calls to search for control dependencies during uninitialized variable analysis."
16862 msgstr ""
16864 #: params.opt:1110
16865 #, no-c-format
16866 msgid "Instruction accounted for function prologue, epilogue and other overhead."
16867 msgstr ""
16869 #: params.opt:1114
16870 #, no-c-format
16871 msgid "Time accounted for function prologue, epilogue and other overhead."
16872 msgstr ""
16874 #: params.opt:1118
16875 #, no-c-format
16876 msgid "Instruction accounted for function thunk overhead."
16877 msgstr ""
16879 #: params.opt:1122
16880 #, no-c-format
16881 msgid "Time accounted for function thunk overhead."
16882 msgstr ""
16884 #: params.opt:1126
16885 #, no-c-format
16886 msgid "The denominator n of fraction 1/n of the number of profiled runs of the entire program below which the execution count of a basic block must be in order for the basic block to be considered unlikely."
16887 msgstr ""
16889 #: params.opt:1130
16890 #, no-c-format
16891 msgid "Maximum unroll factor for the unroll-and-jam transformation."
16892 msgstr ""
16894 #: params.opt:1134
16895 #, no-c-format
16896 msgid "Minimum percentage of memrefs that must go away for unroll-and-jam to be considered profitable."
16897 msgstr ""
16899 #: params.opt:1138
16900 #, no-c-format
16901 msgid "Use direct poisoning/unpoisoning instructions for variables smaller or equal to this number."
16902 msgstr ""
16904 #: params.opt:1142
16905 #, no-c-format
16906 msgid "Whether to use canonical types."
16907 msgstr ""
16909 #: params.opt:1146
16910 #, no-c-format
16911 msgid "Enable loop epilogue vectorization using smaller vector size."
16912 msgstr ""
16914 #: params.opt:1150
16915 #, no-c-format
16916 msgid "Maximum number of possible vector layouts (such as permutations) to consider when optimizing to-be-vectorized code."
16917 msgstr ""
16919 #: params.opt:1154
16920 #, no-c-format
16921 msgid "Maximum number of loop peels to enhance alignment of data references in a loop."
16922 msgstr ""
16924 #: params.opt:1158
16925 #, no-c-format
16926 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check."
16927 msgstr ""
16929 #: params.opt:1162
16930 #, no-c-format
16931 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check."
16932 msgstr ""
16934 #: params.opt:1166
16935 #, no-c-format
16936 msgid "Controls how loop vectorizer uses partial vectors.  0 means never, 1 means only for loops whose need to iterate can be removed, 2 means for all loops.  The default value is 2."
16937 msgstr ""
16939 #: params.opt:1170
16940 #, no-c-format
16941 msgid "The maximum factor which the loop vectorizer applies to the cost of statements in an inner loop relative to the loop being vectorized."
16942 msgstr ""
16944 #: params.opt:1174
16945 #, no-c-format
16946 msgid "Enable loop vectorization of floating point inductions."
16947 msgstr ""
16949 #: cfgrtl.cc:2797
16950 msgid "flow control insn inside a basic block"
16951 msgstr ""
16953 #: cfgrtl.cc:3086
16954 msgid "insn outside basic block"
16955 msgstr "insn izvan temeljnog bloka"
16957 #: cfgrtl.cc:3094
16958 msgid "return not followed by barrier"
16959 msgstr ""
16961 #: collect-utils.cc:206
16962 #, c-format
16963 msgid "[cannot find %s]"
16964 msgstr "[nije moguće naći %s]"
16966 #: collect2.cc:1557
16967 #, c-format
16968 msgid "collect2 version %s\n"
16969 msgstr "collect2 inačica %s\n"
16971 #: collect2.cc:1662
16972 #, c-format
16973 msgid "%d constructor found\n"
16974 msgid_plural "%d constructors found\n"
16975 msgstr[0] "%d konstruktor pronađen\n"
16976 msgstr[1] "%d konstruktora pronađena\n"
16977 msgstr[2] "%d konstruktora pronađeno\n"
16979 #: collect2.cc:1666
16980 #, c-format
16981 msgid "%d destructor found\n"
16982 msgid_plural "%d destructors found\n"
16983 msgstr[0] "%d destruktor pronađen\n"
16984 msgstr[1] "%d destruktora pronađena\n"
16985 msgstr[2] "%d destruktora pronađeno\n"
16987 #: collect2.cc:1670
16988 #, c-format
16989 msgid "%d frame table found\n"
16990 msgid_plural "%d frame tables found\n"
16991 msgstr[0] ""
16992 msgstr[1] ""
16993 msgstr[2] ""
16995 #: collect2.cc:1825
16996 #, c-format
16997 msgid "[Leaving %s]\n"
16998 msgstr "[Napuštamo %s]\n"
17000 #: collect2.cc:2055
17001 #, c-format
17002 msgid ""
17003 "\n"
17004 "write_c_file - output name is %s, prefix is %s\n"
17005 msgstr ""
17007 #: collect2.cc:2579
17008 #, c-format
17009 msgid ""
17010 "\n"
17011 "ldd output with constructors/destructors.\n"
17012 msgstr ""
17013 "\n"
17014 "izlaz ldd-a s konstruktorima/destruktorima.\n"
17016 #: cprop.cc:1753
17017 msgid "const/copy propagation disabled"
17018 msgstr ""
17020 #: diagnostic-format-json.cc:317 diagnostic-format-sarif.cc:1530
17021 #, fuzzy, c-format
17022 #| msgid "cannot open %s for writing: %m"
17023 msgid "error: unable to open '%s' for writing: %s\n"
17024 msgstr "nije moguće otvoriti %s za pisanje: %m"
17026 #: diagnostic.cc:160
17027 #, c-format
17028 msgid "%s: all warnings being treated as errors"
17029 msgstr ""
17031 #: diagnostic.cc:165
17032 #, c-format
17033 msgid "%s: some warnings being treated as errors"
17034 msgstr ""
17036 #: diagnostic.cc:631
17037 #, c-format
17038 msgid "compilation terminated due to -fmax-errors=%u.\n"
17039 msgstr "kompilacija je prekinuta zbog -fmax-errors=%u.\n"
17041 #: diagnostic.cc:659
17042 #, c-format
17043 msgid "compilation terminated due to -Wfatal-errors.\n"
17044 msgstr "kompilacija je prekinuta zbog -Wfatal-errors.\n"
17046 #: diagnostic.cc:680
17047 #, c-format
17048 msgid "Please submit a full bug report, with preprocessed source.\n"
17049 msgstr "Pošaljite cjelovito izvješće o grešci, s prethodno obrađenim izvorom.\n"
17051 #: diagnostic.cc:683
17052 #, c-format
17053 msgid "Please submit a full bug report, with preprocessed source (by using -freport-bug).\n"
17054 msgstr "Pošaljite cjelovito izvješće o grešci, s prethodno obrađenim izvorom (koristeći -freport-bug).\n"
17056 #: diagnostic.cc:687
17057 #, c-format
17058 msgid "Please include the complete backtrace with any bug report.\n"
17059 msgstr ""
17061 #: diagnostic.cc:689
17062 #, c-format
17063 msgid "See %s for instructions.\n"
17064 msgstr ""
17066 #: diagnostic.cc:698
17067 #, c-format
17068 msgid "compilation terminated.\n"
17069 msgstr "kompilacija je prekinuta.\n"
17071 #: diagnostic.cc:792
17072 msgid "                 from"
17073 msgstr ""
17075 #: diagnostic.cc:793
17076 msgid "In file included from"
17077 msgstr ""
17079 #. 2
17080 #: diagnostic.cc:794
17081 msgid "        included from"
17082 msgstr ""
17084 #: diagnostic.cc:795
17085 msgid "In module"
17086 msgstr ""
17088 #. 4
17089 #: diagnostic.cc:796
17090 msgid "of module"
17091 msgstr ""
17093 #: diagnostic.cc:797
17094 msgid "In module imported at"
17095 msgstr ""
17097 #. 6
17098 #: diagnostic.cc:798
17099 msgid "imported at"
17100 msgstr ""
17102 #: diagnostic.cc:1557
17103 #, c-format
17104 msgid "%s:%d: confused by earlier errors, bailing out\n"
17105 msgstr "%s:%d: zbunjeni prethodnim greškama, odustajemo\n"
17107 #: diagnostic.cc:2192
17108 #, c-format
17109 msgid "internal compiler error: error reporting routines re-entered.\n"
17110 msgstr "Interna greška kompajlera: rutine za prijavu grešaka iznova prozvane.\n"
17112 #: diagnostic.cc:2223 diagnostic.cc:2242
17113 #, gcc-internal-format, gfc-internal-format
17114 msgid "in %s, at %s:%d"
17115 msgstr ""
17117 #: final.cc:1096
17118 msgid "negative insn length"
17119 msgstr "negativna insn duljina"
17121 #: final.cc:2808
17122 msgid "could not split insn"
17123 msgstr "nije moguće razdijeliti insn"
17125 #: final.cc:3183
17126 msgid "invalid 'asm': "
17127 msgstr "nevaljani „asm“: "
17129 #: final.cc:3316
17130 #, c-format
17131 msgid "nested assembly dialect alternatives"
17132 msgstr ""
17134 #: final.cc:3344 final.cc:3356
17135 #, c-format
17136 msgid "unterminated assembly dialect alternative"
17137 msgstr ""
17139 #: final.cc:3498
17140 #, c-format
17141 msgid "operand number missing after %%-letter"
17142 msgstr ""
17144 #: final.cc:3501 final.cc:3542
17145 #, c-format
17146 msgid "operand number out of range"
17147 msgstr "broj operanda je izvan granica"
17149 #: final.cc:3559
17150 #, c-format
17151 msgid "invalid %%-code"
17152 msgstr "neispravni %%-kȏd"
17154 #: final.cc:3593
17155 #, c-format
17156 msgid "'%%l' operand isn't a label"
17157 msgstr "operand „%%l“ nije oznaka"
17159 #. We can't handle floating point constants;
17160 #. PRINT_OPERAND must handle them.
17161 #. We can't handle floating point constants;
17162 #. TARGET_PRINT_OPERAND must handle them.
17163 #: final.cc:3729 config/arc/arc.cc:6430 config/i386/i386.cc:12312
17164 #, c-format
17165 msgid "floating constant misused"
17166 msgstr ""
17168 #: final.cc:3787 config/arc/arc.cc:6527 config/i386/i386.cc:12403
17169 #: config/pdp11/pdp11.cc:1871
17170 #, c-format
17171 msgid "invalid expression as operand"
17172 msgstr "nevaljani izraz kao operand"
17174 #: gcc.cc:122
17175 #, c-format
17176 msgid "%s\n"
17177 msgstr "%s\n"
17179 #: gcc.cc:1840
17180 #, c-format
17181 msgid "Using built-in specs.\n"
17182 msgstr ""
17184 #: gcc.cc:2085
17185 #, c-format
17186 msgid ""
17187 "Setting spec %s to '%s'\n"
17188 "\n"
17189 msgstr ""
17191 #: gcc.cc:2290
17192 #, c-format
17193 msgid "Reading specs from %s\n"
17194 msgstr ""
17196 #: gcc.cc:2422
17197 #, c-format
17198 msgid "could not find specs file %s\n"
17199 msgstr ""
17201 #: gcc.cc:2497
17202 #, c-format
17203 msgid "rename spec %s to %s\n"
17204 msgstr ""
17206 #: gcc.cc:2499
17207 #, c-format
17208 msgid ""
17209 "spec is '%s'\n"
17210 "\n"
17211 msgstr ""
17213 #: gcc.cc:3360
17214 #, c-format
17215 msgid ""
17216 "\n"
17217 "Go ahead? (y or n) "
17218 msgstr ""
17219 "\n"
17220 "Nastaviti? (y ili n) "
17222 #: gcc.cc:3532
17223 #, c-format
17224 msgid "# %s %.2f %.2f\n"
17225 msgstr "# %s %.2f %.2f\n"
17227 #: gcc.cc:3712
17228 #, c-format
17229 msgid "Usage: %s [options] file...\n"
17230 msgstr "Uporaba: %s [opcije] datoteka...\n"
17232 #: gcc.cc:3713
17233 msgid "Options:\n"
17234 msgstr "Opcije:\n"
17236 #: gcc.cc:3715
17237 msgid "  -pass-exit-codes         Exit with highest error code from a phase.\n"
17238 msgstr "  -pass-exit-codes         iziđe s najvišim kȏdom greške u fazi\n"
17240 #: gcc.cc:3716
17241 msgid "  --help                   Display this information.\n"
17242 msgstr "  --help                   ova prikazana pomoć\n"
17244 #: gcc.cc:3717
17245 msgid "  --target-help            Display target specific command line options (including assembler and linker options).\n"
17246 msgstr ""
17247 "  --target-help            pokaže opcije naredbenog retka specifične za cilj\n"
17248 "(uključujući opcije asemblera i linkera)\n"
17250 #: gcc.cc:3719
17251 msgid "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
17252 msgstr "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
17254 #: gcc.cc:3720
17255 msgid "                           Display specific types of command line options.\n"
17256 msgstr "                           pokaže specifične vrste opcija naredbenog retka.\n"
17258 #: gcc.cc:3722
17259 msgid "  (Use '-v --help' to display command line options of sub-processes).\n"
17260 msgstr "  (Koristite „-v --help“ za ispis opcija naredbenog retka za potprocese).\n"
17262 #: gcc.cc:3723
17263 msgid "  --version                Display compiler version information.\n"
17264 msgstr "  --version                informacije o inačici kompajlera\n"
17266 #: gcc.cc:3724
17267 msgid "  -dumpspecs               Display all of the built in spec strings.\n"
17268 msgstr "  -dumpspecs               pokaže sve ugrađene specifikacijske stringove\n"
17270 #: gcc.cc:3725
17271 msgid "  -dumpversion             Display the version of the compiler.\n"
17272 msgstr "  -dumpversion             inačica kompajlera\n"
17274 #: gcc.cc:3726
17275 msgid "  -dumpmachine             Display the compiler's target processor.\n"
17276 msgstr "  -dumpmachine             pokaže ciljani procesor kompajlera\n"
17278 #: gcc.cc:3727
17279 msgid "  -foffload=<targets>      Specify offloading targets.\n"
17280 msgstr "  -foffload=<targets>      specificira offloading <targets> ciljeve\n"
17282 #: gcc.cc:3728
17283 msgid "  -print-search-dirs       Display the directories in the compiler's search path.\n"
17284 msgstr "  -print-search-dirs       pokaže direktorije na stazi pretraživanja kompajlera\n"
17286 #: gcc.cc:3729
17287 msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library.\n"
17288 msgstr "  -print-libgcc-file-name  pokaže ime popratne biblioteke kompajlera\n"
17290 #: gcc.cc:3730
17291 msgid "  -print-file-name=<lib>   Display the full path to library <lib>.\n"
17292 msgstr "  -print-file-name=<lib>   potpuna staza do biblioteke <lib>\n"
17294 #: gcc.cc:3731
17295 msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>.\n"
17296 msgstr "  -print-prog-name=<prog>  potpuna staza do <prog> komponente kompajlera\n"
17298 #: gcc.cc:3732
17299 msgid ""
17300 "  -print-multiarch         Display the target's normalized GNU triplet, used as\n"
17301 "                           a component in the library path.\n"
17302 msgstr ""
17303 "  -print-multiarch         pokaže ciljani normalizirani GNU triplet koji se\n"
17304 "                             koristi kao komponenta staze do biblioteke\n"
17306 #: gcc.cc:3735
17307 msgid "  -print-multi-directory   Display the root directory for versions of libgcc.\n"
17308 msgstr "  -print-multi-directory   ispiše root direktorij za inačice od libgcc\n"
17310 #: gcc.cc:3736
17311 msgid ""
17312 "  -print-multi-lib         Display the mapping between command line options and\n"
17313 "                           multiple library search directories.\n"
17314 msgstr ""
17315 "  -print-multi-lib         pokaže mapiranje između opcija naredbenog retka i\n"
17316 "                             višestrukih direktorija za traženje biblioteka\n"
17318 #: gcc.cc:3739
17319 msgid "  -print-multi-os-directory Display the relative path to OS libraries.\n"
17320 msgstr "  -print-multi-os-directory pokaže relativne staze do OS biblioteka\n"
17322 #: gcc.cc:3740
17323 msgid "  -print-sysroot           Display the target libraries directory.\n"
17324 msgstr "  -print-sysroot           direktorij ciljanih biblioteka\n"
17326 #: gcc.cc:3741
17327 msgid "  -print-sysroot-headers-suffix Display the sysroot suffix used to find headers.\n"
17328 msgstr ""
17329 "  -print-sysroot-headers-suffix pokaže sysroot sufiks koji se koristi\n"
17330 "                                  za traženje zaglavlja\n"
17332 #: gcc.cc:3742
17333 msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler.\n"
17334 msgstr "  -Wa,<options>            preda zarezom odvojene opcije <options> asembleru\n"
17336 #: gcc.cc:3743
17337 msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor.\n"
17338 msgstr "  -Wp,<options>            preda zarezom odvojene opcije <options> pretprocesoru\n"
17340 #: gcc.cc:3744
17341 msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker.\n"
17342 msgstr "  -Wl,<options>            preda zarezom odvojene opcije <options> linkeru\n"
17344 #: gcc.cc:3745
17345 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler.\n"
17346 msgstr "  -Xassembler <arg>        preda argumente <arg> asembleru\n"
17348 #: gcc.cc:3746
17349 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor.\n"
17350 msgstr "  -Xpreprocessor <arg>     preda argumente <arg> pretprocesoru\n"
17352 #: gcc.cc:3747
17353 msgid "  -Xlinker <arg>           Pass <arg> on to the linker.\n"
17354 msgstr "  -Xlinker <arg>           preda argumente <arg> linkeru\n"
17356 #: gcc.cc:3748
17357 msgid "  -save-temps              Do not delete intermediate files.\n"
17358 msgstr "  -save-temps              ne briše privremene datoteke\n"
17360 #: gcc.cc:3749
17361 msgid "  -save-temps=<arg>        Do not delete intermediate files.\n"
17362 msgstr "  -save-temps=<arg>        ne briše privremene datoteke\n"
17364 #: gcc.cc:3750
17365 msgid ""
17366 "  -no-canonical-prefixes   Do not canonicalize paths when building relative\n"
17367 "                           prefixes to other gcc components.\n"
17368 msgstr ""
17369 "  -no-canonical-prefixes   ne kanonizira staze kad gradi relativne prefikse\n"
17370 "                             drugim gcc komponentama\n"
17372 #: gcc.cc:3753
17373 msgid "  -pipe                    Use pipes rather than intermediate files.\n"
17374 msgstr "  -pipe                    koristi cijevi umjesto privremenih datoteka\n"
17376 #: gcc.cc:3754
17377 msgid "  -time                    Time the execution of each subprocess.\n"
17378 msgstr "  -time                    mjeri vrijeme izvršavanja svakog potprocesa\n"
17380 #: gcc.cc:3755
17381 msgid "  -specs=<file>            Override built-in specs with the contents of <file>.\n"
17382 msgstr "  -specs=<file>            ugrađene specifikacije prepiše sadržajem od <file>\n"
17384 #: gcc.cc:3756
17385 msgid "  -std=<standard>          Assume that the input sources are for <standard>.\n"
17386 msgstr "  -std=<standard>          pretpostavi da su ulazni izvori za <standard>\n"
17388 #: gcc.cc:3757
17389 msgid ""
17390 "  --sysroot=<directory>    Use <directory> as the root directory for headers\n"
17391 "                           and libraries.\n"
17392 msgstr ""
17393 "  --sysroot=<directory>    koristi <directory> kao root direktorij za zaglavlja\n"
17394 "                             i biblioteke\n"
17396 #: gcc.cc:3760
17397 msgid "  -B <directory>           Add <directory> to the compiler's search paths.\n"
17398 msgstr "  -B <directory>           doda <directory> stazama koje pretražuje kompajler\n"
17400 #: gcc.cc:3761
17401 msgid "  -v                       Display the programs invoked by the compiler.\n"
17402 msgstr "  -v                       izlista programe pokrenute (pozvane) kompajlerom\n"
17404 #: gcc.cc:3762
17405 msgid "  -###                     Like -v but options quoted and commands not executed.\n"
17406 msgstr "  -###                     isto kao -v ali navede opcije i neizvršene naredbe\n"
17408 #: gcc.cc:3763
17409 msgid "  -E                       Preprocess only; do not compile, assemble or link.\n"
17410 msgstr ""
17411 "  -E                       samo pretprocesi; ne kompilira, ne asemblira,\n"
17412 "                             ne linka\n"
17414 #: gcc.cc:3764
17415 msgid "  -S                       Compile only; do not assemble or link.\n"
17416 msgstr "  -S                       samo kompilira; ne asemblira, ne linka\n"
17418 #: gcc.cc:3765
17419 msgid "  -c                       Compile and assemble, but do not link.\n"
17420 msgstr "  -c                       kompilira i asemblira, ali ne linka\n"
17422 #: gcc.cc:3766
17423 msgid "  -o <file>                Place the output into <file>.\n"
17424 msgstr "  -o <file>                zapiše izlaz u datoteku <file>\n"
17426 #: gcc.cc:3767
17427 msgid ""
17428 "  -pie                     Create a dynamically linked position independent\n"
17429 "                           executable.\n"
17430 msgstr ""
17431 "  -pie                     stvori dinamički linkanu poziciono neovisnu\n"
17432 "                             izvršnu datoteku\n"
17434 #: gcc.cc:3769
17435 msgid "  -shared                  Create a shared library.\n"
17436 msgstr "  -shared                  stvori zajedničku (dijeljenu) biblioteku\n"
17438 #: gcc.cc:3770
17439 msgid ""
17440 "  -x <language>            Specify the language of the following input files.\n"
17441 "                           Permissible languages include: c c++ assembler none\n"
17442 "                           'none' means revert to the default behavior of\n"
17443 "                           guessing the language based on the file's extension.\n"
17444 msgstr ""
17445 "  -x <language>            Specificirajte jezik sljedećih ulaznih datoteka.\n"
17446 "                            Dopušteni jezici uključuju: c c++ asembler none\n"
17447 "                            „none“ znači povratak na zadano ponašanje pogađanja\n"
17448 "                            jezika na temelju ekstenzije datoteke.\n"
17450 #: gcc.cc:3777
17451 #, c-format
17452 msgid ""
17453 "\n"
17454 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
17455 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
17456 " other options on to these processes the -W<letter> options must be used.\n"
17457 msgstr ""
17458 "\n"
17459 "Opcije koje započinju s -g, -f, -m, -O, -W, or --param se automatski proslijede\n"
17460 " raznim potprocesima pokrenutim s %s. Da bi proslijedili ostale opcije na te\n"
17461 " potprocese, morate koristiti opciju -W<letter>.\n"
17463 #: gcc.cc:6762
17464 #, c-format
17465 msgid "Processing spec (%s), which is '%s'\n"
17466 msgstr "Obrađujemo specifikaciju (%s), koja je „%s“\n"
17468 #: gcc.cc:7523
17469 #, c-format
17470 msgid "Target: %s\n"
17471 msgstr "Cilj: %s\n"
17473 #: gcc.cc:7524
17474 #, c-format
17475 msgid "Configured with: %s\n"
17476 msgstr "Konfiguriran s: %s\n"
17478 #: gcc.cc:7538
17479 #, c-format
17480 msgid "Thread model: %s\n"
17481 msgstr "Model dretve: %s\n"
17483 #: gcc.cc:7539
17484 #, c-format
17485 msgid "Supported LTO compression algorithms: zlib"
17486 msgstr "Podržani algoritam kompresije: zlib"
17488 #: gcc.cc:7541
17489 #, c-format
17490 msgid " zstd"
17491 msgstr " zstd"
17493 #: gcc.cc:7543 gcov.cc:1510 gcov.cc:1568 gcov.cc:1580 gcov.cc:2903
17494 #, c-format
17495 msgid "\n"
17496 msgstr "\n"
17498 #: gcc.cc:7554
17499 #, c-format
17500 msgid "gcc version %s %s\n"
17501 msgstr "gcc inačica %s %s\n"
17503 #: gcc.cc:7557
17504 #, c-format
17505 msgid "gcc driver version %s %sexecuting gcc version %s\n"
17506 msgstr "inačica drajvera %s %s izvršava gcc inačicu %s\n"
17508 #: gcc.cc:7630 gcc.cc:7840
17509 #, c-format
17510 msgid "The bug is not reproducible, so it is likely a hardware or OS problem.\n"
17511 msgstr "Greška se ne može reproducirati, pa je vjerojatno problem hardvera ili OS-a.\n"
17513 #: gcc.cc:7764
17514 #, c-format
17515 msgid "Preprocessed source stored into %s file, please attach this to your bugreport.\n"
17516 msgstr "Prethodno obrađeni izvorni kȏd spremljen je u datoteku %s, priložite ovo svom izvješću o greškama.\n"
17518 #: gcc.cc:8615
17519 #, c-format
17520 msgid "install: %s%s\n"
17521 msgstr "instalacija: %s%s\n"
17523 #: gcc.cc:8618
17524 #, c-format
17525 msgid "programs: %s\n"
17526 msgstr "programi: %s\n"
17528 #: gcc.cc:8620
17529 #, c-format
17530 msgid "libraries: %s\n"
17531 msgstr "biblioteke: %s\n"
17533 #: gcc.cc:8737
17534 #, c-format
17535 msgid ""
17536 "\n"
17537 "For bug reporting instructions, please see:\n"
17538 msgstr ""
17539 "\n"
17540 "Za upute o prijavljivanju grešaka pogledajte:\n"
17542 #: gcc.cc:8753 gcov-tool.cc:594
17543 #, c-format
17544 msgid "%s %s%s\n"
17545 msgstr "%s %s%s\n"
17547 #: gcc.cc:8756 gcov-tool.cc:596 gcov.cc:968 fortran/gfortranspec.cc:282
17548 msgid "(C)"
17549 msgstr "(C)"
17551 #: gcc.cc:8757 gcov-tool.cc:598 gcov.cc:970 fortran/gfortranspec.cc:283
17552 #, c-format
17553 msgid ""
17554 "This is free software; see the source for copying conditions.  There is NO\n"
17555 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
17556 "\n"
17557 msgstr ""
17558 "Ovo je slobodan softver; pogledajte kȏd za upute o kopiranju.  NEMA\n"
17559 "jamstava; čak ni za TRGOVINSKU PRIKLADNOST ili ODGOVARANJE ODREĐENOJ SVRSI.\n"
17560 "\n"
17562 #: gcc.cc:9100
17563 #, c-format
17564 msgid ""
17565 "\n"
17566 "Linker options\n"
17567 "==============\n"
17568 "\n"
17569 msgstr ""
17570 "\n"
17571 "Opcije linkera\n"
17572 "==============\n"
17573 "\n"
17575 #: gcc.cc:9101
17576 #, c-format
17577 msgid ""
17578 "Use \"-Wl,OPTION\" to pass \"OPTION\" to the linker.\n"
17579 "\n"
17580 msgstr ""
17581 "Koristite „-Wl,OPCIJA“ da proslijedite „OPCIJA“ linkeru.\n"
17582 "\n"
17584 #: gcc.cc:10502
17585 #, c-format
17586 msgid ""
17587 "Assembler options\n"
17588 "=================\n"
17589 "\n"
17590 msgstr ""
17591 "Opcije asemblera\n"
17592 "=================\n"
17593 "\n"
17595 #: gcc.cc:10503
17596 #, c-format
17597 msgid ""
17598 "Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n"
17599 "\n"
17600 msgstr ""
17601 "Koristite „-Wa,OPCIJA“ da proslijedite „OPCIJA“ asembleru.\n"
17602 "\n"
17604 #: gcov-tool.cc:157 gcov-tool.cc:300
17605 #, c-format
17606 msgid "no profile files were merged\n"
17607 msgstr ""
17609 #: gcov-tool.cc:169
17610 #, c-format
17611 msgid "  merge [options] <dir1> <dir2>         Merge coverage file contents\n"
17612 msgstr "  merge [opcije] <dir1> <dir2>         spoji sadržaj datoteka pokrivenosti\n"
17614 #: gcov-tool.cc:170 gcov-tool.cc:337
17615 #, c-format
17616 msgid "    -o, --output <dir>                  Output directory\n"
17617 msgstr "    -o, --output <dir>                  direktorij za izlaz podataka\n"
17619 #: gcov-tool.cc:171 gcov-tool.cc:242 gcov-tool.cc:339 gcov-tool.cc:491
17620 #, c-format
17621 msgid "    -v, --verbose                       Verbose mode\n"
17622 msgstr "    -v, --verbose                       opširnije informacije\n"
17624 #: gcov-tool.cc:172 gcov-tool.cc:243
17625 #, c-format
17626 msgid "    -w, --weight <w1,w2>                Set weights (float point values)\n"
17627 msgstr "    -w, --weight <w1,w2>                postavi skale (float point values)\n"
17629 #: gcov-tool.cc:188
17630 #, c-format
17631 msgid "Merge subcomand usage:"
17632 msgstr "Uporaba podnaredbe „merge“:"
17634 #: gcov-tool.cc:240
17635 #, fuzzy, c-format
17636 #| msgid ""
17637 #| "  -l, --long-file-names           Use long output file names for included\n"
17638 #| "                                    source files\n"
17639 msgid ""
17640 "  merge-stream [options] [<file>]       Merge coverage stream file (or stdin)\n"
17641 "                                        and coverage file contents\n"
17642 msgstr "  -l, --long-file-names           ispiše puna imena uključenih izvornih kódova\n"
17644 #: gcov-tool.cc:258
17645 #, fuzzy, c-format
17646 #| msgid "Merge subcomand usage:"
17647 msgid "Merge-stream subcomand usage:"
17648 msgstr "Uporaba podnaredbe „merge“:"
17650 #: gcov-tool.cc:335
17651 #, c-format
17652 msgid "  rewrite [options] <dir>               Rewrite coverage file contents\n"
17653 msgstr "  rewrite [opcije] <dir>                prepiše sadržaj datoteke pokrivenosti\n"
17655 #: gcov-tool.cc:336
17656 #, c-format
17657 msgid "    -n, --normalize <int64_t>           Normalize the profile\n"
17658 msgstr "    -n, --normalize <int64_t>           normalizira profil\n"
17660 #: gcov-tool.cc:338
17661 #, c-format
17662 msgid "    -s, --scale <float or simple-frac>  Scale the profile counters\n"
17663 msgstr "    -s, --scale <float ili simple-frac>  skalira profiliranje brojila\n"
17665 #: gcov-tool.cc:356
17666 #, c-format
17667 msgid "Rewrite subcommand usage:"
17668 msgstr "Uporaba podnaredbe „rewrite“:"
17670 #: gcov-tool.cc:395
17671 #, c-format
17672 msgid "scaling cannot co-exist with normalization, skipping\n"
17673 msgstr "skaliranje ne može koegzistirati s normalizacijom, preskačemo\n"
17675 #: gcov-tool.cc:408 gcov-tool.cc:418
17676 #, c-format
17677 msgid "incorrect format in scaling, using 1/1\n"
17678 msgstr "nekorektni format u skaliranju, koristimo 1/1\n"
17680 #: gcov-tool.cc:428
17681 #, c-format
17682 msgid "normalization cannot co-exist with scaling\n"
17683 msgstr "normalizacija ne može koegzistirati sa skaliranjem\n"
17685 #: gcov-tool.cc:485
17686 #, c-format
17687 msgid "  overlap [options] <dir1> <dir2>       Compute the overlap of two profiles\n"
17688 msgstr "  overlap [opcije] <dir1> <dir2>        računa preklapanje dvaju profila\n"
17690 #: gcov-tool.cc:486
17691 #, c-format
17692 msgid "    -f, --function                      Print function level info\n"
17693 msgstr "    -f, --function                      ispiše informaciju razine funkcije\n"
17695 #: gcov-tool.cc:487
17696 #, c-format
17697 msgid "    -F, --fullname                      Print full filename\n"
17698 msgstr "    -F, --fullname                      ispiše puno ime datoteke\n"
17700 #: gcov-tool.cc:488
17701 #, c-format
17702 msgid "    -h, --hotonly                       Only print info for hot objects/functions\n"
17703 msgstr ""
17704 "    -h, --hotonly                       informacije ispiše samo vruće\n"
17705 "                                          objekte/funkcije\n"
17707 #: gcov-tool.cc:489
17708 #, c-format
17709 msgid "    -o, --object                        Print object level info\n"
17710 msgstr "    -o, --object                        ispiše informacije razinu objekta\n"
17712 #: gcov-tool.cc:490
17713 #, c-format
17714 msgid "    -t <float>, --hot_threshold <float> Set the threshold for hotness\n"
17715 msgstr "    -t <float>, --hot_threshold <float> postavite prag „vrućine“\n"
17717 #: gcov-tool.cc:510
17718 #, c-format
17719 msgid "Overlap subcomand usage:"
17720 msgstr "Uporaba podnaredbe „overlap“:"
17722 #: gcov-tool.cc:576
17723 #, c-format
17724 msgid ""
17725 "Usage: %s [OPTION]... SUB_COMMAND [OPTION]...\n"
17726 "\n"
17727 msgstr ""
17728 "Uporaba: %s [OPCIJA]... PODNAREDBA [OPCIJA]...\n"
17729 "\n"
17731 #: gcov-tool.cc:577
17732 #, c-format
17733 msgid ""
17734 "Offline tool to handle gcda counts\n"
17735 "\n"
17736 msgstr ""
17737 "Samostalni (vanjski) alat za rad s gcda brojilom\n"
17738 "\n"
17740 #: gcov-tool.cc:578
17741 #, c-format
17742 msgid "  -h, --help                            Print this help, then exit\n"
17743 msgstr "  -h, --help                            ispiše ovu pomoć, pa iziđe\n"
17745 #: gcov-tool.cc:579
17746 #, c-format
17747 msgid "  -v, --version                         Print version number, then exit\n"
17748 msgstr "  -v, --version                         ispiše broj inačice, pa iziđe\n"
17750 #: gcov-tool.cc:584 gcov.cc:956
17751 #, c-format
17752 msgid ""
17753 "\n"
17754 "For bug reporting instructions, please see:\n"
17755 "%s.\n"
17756 msgstr ""
17757 "\n"
17758 "Za upute o prijavljivanju grešaka, molim pogledajte:\n"
17759 "%s.\n"
17761 #: gcov-tool.cc:595
17762 #, fuzzy, c-format
17763 #| msgid "Copyright %s 2022 Free Software Foundation, Inc.\n"
17764 msgid "Copyright %s 2023 Free Software Foundation, Inc.\n"
17765 msgstr "Copyright %s 2022 Free Software Foundation, Inc.\n"
17767 #: gcov.cc:925
17768 #, c-format
17769 msgid ""
17770 "Usage: gcov [OPTION...] SOURCE|OBJ...\n"
17771 "\n"
17772 msgstr ""
17773 "Uporaba: gcov [OPCIJA...] IZVOR|OBJ...\n"
17774 "\n"
17776 #: gcov.cc:926
17777 #, c-format
17778 msgid ""
17779 "Print code coverage information.\n"
17780 "\n"
17781 msgstr ""
17782 "Ispiše podatke o pokrivenosti kȏda.\n"
17783 "\n"
17785 #: gcov.cc:927
17786 #, c-format
17787 msgid "  -a, --all-blocks                Show information for every basic block\n"
17788 msgstr "  -a, --all-blocks                pokaže podatke za svaki temeljni blok\n"
17790 #: gcov.cc:928
17791 #, c-format
17792 msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"
17793 msgstr ""
17794 "  -b, --branch-probabilities      uključi vjerojatnost grananja na izlazu\n"
17795 "\n"
17797 #: gcov.cc:929
17798 #, c-format
17799 msgid ""
17800 "  -c, --branch-counts             Output counts of branches taken\n"
17801 "                                    rather than percentages\n"
17802 msgstr "  -c, --branch-counts             ispiše količine (broj) grana a ne postotak\n"
17804 #: gcov.cc:931
17805 #, c-format
17806 msgid "  -d, --display-progress          Display progress information\n"
17807 msgstr "  -d, --display-progress          pokaže podatke o napredovanju\n"
17809 #: gcov.cc:932
17810 #, c-format
17811 msgid "  -D, --debug\t\t\t    Display debugging dumps\n"
17812 msgstr "  -D, --debug\t\t\t    pokaže dijagnostičke podatke\n"
17814 #: gcov.cc:933
17815 #, c-format
17816 msgid "  -f, --function-summaries        Output summaries for each function\n"
17817 msgstr "  -f, --function-summaries        ispiše sažetke za svaku funkciju\n"
17819 #: gcov.cc:934
17820 #, c-format
17821 msgid "  -h, --help                      Print this help, then exit\n"
17822 msgstr "  -h, --help                      ispiše ovu pomoć, pa iziđe\n"
17824 #: gcov.cc:935
17825 #, c-format
17826 msgid ""
17827 "  -j, --json-format               Output JSON intermediate format\n"
17828 "                                    into .gcov.json.gz file\n"
17829 msgstr ""
17830 "  -j, --json-format               izlaz zapiše .gcov.json.gz datoteku\n"
17831 "                                    u JSON (intermediate) formatu\n"
17833 #: gcov.cc:937
17834 #, c-format
17835 msgid "  -H, --human-readable            Output human readable numbers\n"
17836 msgstr "  -H, --human-readable            pokaže brojke u lako čitljivom obliku\n"
17838 #: gcov.cc:938
17839 #, c-format
17840 msgid "  -k, --use-colors                Emit colored output\n"
17841 msgstr "  -k, --use-colors                oboji izlazne poruke\n"
17843 #: gcov.cc:939
17844 #, c-format
17845 msgid ""
17846 "  -l, --long-file-names           Use long output file names for included\n"
17847 "                                    source files\n"
17848 msgstr "  -l, --long-file-names           ispiše puna imena uključenih izvornih kódova\n"
17850 #: gcov.cc:941
17851 #, c-format
17852 msgid "  -m, --demangled-names           Output demangled function names\n"
17853 msgstr ""
17854 "  -m, --demangled-names           ispiše dešifrirana imena funkcija\n"
17855 "\n"
17857 #: gcov.cc:942
17858 #, c-format
17859 msgid "  -n, --no-output                 Do not create an output file\n"
17860 msgstr "  -n, --no-output                 ne proizvodi izlazne datoteke\n"
17862 #: gcov.cc:943
17863 #, c-format
17864 msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
17865 msgstr ""
17866 "  -o, --object-directory DIR|FILE traži objektne datoteke u direktoriju DIR\n"
17867 "                                    ili u pozvanoj datoteci FILE\n"
17869 #: gcov.cc:944
17870 #, c-format
17871 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
17872 msgstr "  -p, --preserve-paths            sačuva (spremi) sve komponente imena staze\n"
17874 #: gcov.cc:945
17875 #, c-format
17876 msgid "  -q, --use-hotness-colors        Emit perf-like colored output for hot lines\n"
17877 msgstr "  -q, --use-hotness-colors        oboji izlaz u perf-stilu za vruće retke\n"
17879 #: gcov.cc:946
17880 #, c-format
17881 msgid "  -r, --relative-only             Only show data for relative sources\n"
17882 msgstr "  -r, --relative-only             pokaže samo podatke za relativne izvore\n"
17884 #: gcov.cc:947
17885 #, c-format
17886 msgid "  -s, --source-prefix DIR         Source prefix to elide\n"
17887 msgstr "  -s, --source-prefix DIR         izostavi prefiks izvornog kȏda\n"
17889 #: gcov.cc:948
17890 #, c-format
17891 msgid "  -t, --stdout                    Output to stdout instead of a file\n"
17892 msgstr "  -t, --stdout                    izlaz na stdout umjesto u datoteku\n"
17894 #: gcov.cc:949
17895 #, c-format
17896 msgid "  -u, --unconditional-branches    Show unconditional branch counts too\n"
17897 msgstr "  -u, --unconditional-branches    pokaže i bezuvjetnu količinu (broj) grana\n"
17899 #: gcov.cc:950
17900 #, c-format
17901 msgid "  -v, --version                   Print version number, then exit\n"
17902 msgstr "  -v, --version                   ispiše broj inačice, pa iziđe\n"
17904 #: gcov.cc:951
17905 #, c-format
17906 msgid "  -w, --verbose                   Print verbose informations\n"
17907 msgstr "  -w, --verbose                   daje opširnije informacije\n"
17909 #: gcov.cc:952
17910 #, c-format
17911 msgid "  -x, --hash-filenames            Hash long pathnames\n"
17912 msgstr "  -x, --hash-filenames            hašira (hash) dugačka imena staza\n"
17914 #: gcov.cc:953
17915 #, c-format
17916 msgid ""
17917 "\n"
17918 "Obsolete options:\n"
17919 msgstr ""
17920 "\n"
17921 "Zastarjele opcije:\n"
17923 #: gcov.cc:954
17924 #, c-format
17925 msgid "  -i, --json-format               Replaced with -j, --json-format\n"
17926 msgstr "  -i, --json-format               zamijenjeno s -j, --json-format\n"
17928 #: gcov.cc:955
17929 #, c-format
17930 msgid "  -j, --human-readable            Replaced with -H, --human-readable\n"
17931 msgstr "  -j, --human-readable            zamijenjeno s -H, --human-readable\n"
17933 #: gcov.cc:966
17934 #, c-format
17935 msgid "gcov %s%s\n"
17936 msgstr "gcov %s%s\n"
17938 #: gcov.cc:1354
17939 #, c-format
17940 msgid "'%s' file is already processed\n"
17941 msgstr "„%s“ datoteka je već obrađena\n"
17943 #: gcov.cc:1470 gcov.cc:1599
17944 #, c-format
17945 msgid "Creating '%s'\n"
17946 msgstr "Stvaramo „%s”\n"
17948 #: gcov.cc:1474
17949 #, c-format
17950 msgid "Error writing output file '%s'\n"
17951 msgstr "Greška pri pisanju izlazne datoteke „%s“\n"
17953 #: gcov.cc:1482
17954 #, c-format
17955 msgid "Could not open output file '%s'\n"
17956 msgstr "Nije moguće otvoriti izlaznu datoteku „%s“\n"
17958 #: gcov.cc:1489
17959 #, c-format
17960 msgid "Removing '%s'\n"
17961 msgstr "Uklanjamo „%s”\n"
17963 #: gcov.cc:1604
17964 #, c-format
17965 msgid "Cannot open JSON output file %s\n"
17966 msgstr "Nije moguće otvoriti izlaznu JSON datoteku %s\n"
17968 #: gcov.cc:1613
17969 #, c-format
17970 msgid "Error writing JSON output file %s\n"
17971 msgstr "Nije moguće zapisati izlaznu JSON datoteku %s\n"
17973 #: gcov.cc:1778
17974 #, c-format
17975 msgid "%s:source file is newer than notes file '%s'\n"
17976 msgstr "%s:izvorni kȏd je noviji od datoteke s bilješkama „%s“\n"
17978 #: gcov.cc:1783
17979 #, c-format
17980 msgid "(the message is displayed only once per source file)\n"
17981 msgstr "(ova poruka se ispiše samo jedamput po izvornom kȏdu)\n"
17983 #: gcov.cc:1803
17984 #, c-format
17985 msgid "%s:cannot open notes file\n"
17986 msgstr "%s:nije moguće otvoriti datoteku s bilješkama\n"
17988 #: gcov.cc:1810
17989 #, c-format
17990 msgid "%s:not a gcov notes file\n"
17991 msgstr "%s:nije gcov datoteka s bilješkama\n"
17993 #: gcov.cc:1824
17994 #, c-format
17995 msgid "%s:version '%.4s', prefer '%.4s'\n"
17996 msgstr "%s:inačica „%.4s“, ali preferira se „%.4s“\n"
17998 #: gcov.cc:1877
17999 #, c-format
18000 msgid "%s:already seen blocks for '%s'\n"
18001 msgstr "%s:već viđeni blokovi za „%s“\n"
18003 #: gcov.cc:1993 gcov.cc:2107
18004 #, c-format
18005 msgid "%s:corrupted\n"
18006 msgstr "%s:oštećen\n"
18008 #: gcov.cc:2001
18009 #, c-format
18010 msgid "%s:no functions found\n"
18011 msgstr "%s:nijedna funkcija nije pronađena\n"
18013 #: gcov.cc:2019
18014 #, c-format
18015 msgid "%s:cannot open data file, assuming not executed\n"
18016 msgstr "%s:nije moguće otvoriti, pretpostavljamo da ne radi\n"
18018 #: gcov.cc:2026
18019 #, c-format
18020 msgid "%s:not a gcov data file\n"
18021 msgstr "%s:nije gcov datoteka\n"
18023 #: gcov.cc:2040
18024 #, c-format
18025 msgid "%s:version '%.4s', prefer version '%.4s'\n"
18026 msgstr "%s:inačica „%.4s“, ali preferira se „%.4s“\n"
18028 #: gcov.cc:2047
18029 #, c-format
18030 msgid "%s:stamp mismatch with notes file\n"
18031 msgstr "%s:nepodudaranje pečata s bilješkama\n"
18033 #: gcov.cc:2084
18034 #, c-format
18035 msgid "%s:profile mismatch for '%s'\n"
18036 msgstr "%s:nepodudaranje profila za „%s“\n"
18038 #: gcov.cc:2106
18039 #, c-format
18040 msgid "%s:overflowed\n"
18041 msgstr "%s:prelijevanje\n"
18043 #: gcov.cc:2154
18044 #, c-format
18045 msgid "%s:'%s' lacks entry and/or exit blocks\n"
18046 msgstr "%s:„%s“ nema ulazne i/ili izlazne blokove\n"
18048 #: gcov.cc:2159
18049 #, c-format
18050 msgid "%s:'%s' has arcs to entry block\n"
18051 msgstr "%s:„%s“ ima lukove do ulaznog bloka\n"
18053 #: gcov.cc:2167
18054 #, c-format
18055 msgid "%s:'%s' has arcs from exit block\n"
18056 msgstr "%s:„%s“ ima lukove od izlaznog bloka\n"
18058 #: gcov.cc:2376
18059 #, c-format
18060 msgid "%s:graph is unsolvable for '%s'\n"
18061 msgstr "%s:graf je nerješiv za „%s“\n"
18063 #: gcov.cc:2492
18064 #, c-format
18065 msgid "Lines executed:%s of %d\n"
18066 msgstr "Izvršeno %s od %d\n"
18068 #: gcov.cc:2495
18069 #, c-format
18070 msgid "No executable lines\n"
18071 msgstr "Nema izvršivih redaka\n"
18073 #: gcov.cc:2503 gcov.cc:2512
18074 #, c-format
18075 msgid "%s '%s'\n"
18076 msgstr "%s „%s“\n"
18078 #: gcov.cc:2519
18079 #, c-format
18080 msgid "Branches executed:%s of %d\n"
18081 msgstr "Izvršeno %s grana od %d\n"
18083 #: gcov.cc:2523
18084 #, c-format
18085 msgid "Taken at least once:%s of %d\n"
18086 msgstr "%s uzeto barem jednom od %d grana\n"
18088 #: gcov.cc:2529
18089 #, c-format
18090 msgid "No branches\n"
18091 msgstr "Nema grana\n"
18093 #: gcov.cc:2531
18094 #, c-format
18095 msgid "Calls executed:%s of %d\n"
18096 msgstr "Izvršeno %s poziva od %d\n"
18098 #: gcov.cc:2535
18099 #, c-format
18100 msgid "No calls\n"
18101 msgstr "Nema poziva\n"
18103 #: gcov.cc:2755
18104 #, c-format
18105 msgid "%s:no lines for '%s'\n"
18106 msgstr "%s:nema redaka za „%s”\n"
18108 #: gcov.cc:2881
18109 #, c-format
18110 msgid "call   %2d returned %s\n"
18111 msgstr "poziv   %2d vratio je %s\n"
18113 #: gcov.cc:2886
18114 #, c-format
18115 msgid "call   %2d never executed\n"
18116 msgstr "poziv   %2d nikada nije izvršen\n"
18118 #: gcov.cc:2891
18119 #, c-format
18120 msgid "branch %2d taken %s%s"
18121 msgstr "grana %2d uzeta %s%s"
18123 #: gcov.cc:2896
18124 #, fuzzy, c-format
18125 #| msgid "branch %2d never executed"
18126 msgid "branch %2d never executed%s"
18127 msgstr "grana %2d nikada nije izvršena"
18129 #: gcov.cc:2901
18130 #, c-format
18131 msgid " (BB %d)"
18132 msgstr " (BB %d)"
18134 #: gcov.cc:2908
18135 #, c-format
18136 msgid "unconditional %2d taken %s\n"
18137 msgstr "bezuvjetno %2d uzeto %s\n"
18139 #: gcov.cc:2911
18140 #, c-format
18141 msgid "unconditional %2d never executed\n"
18142 msgstr "bezuvjetno %2d nikada nije izvršeno\n"
18144 #: gcov.cc:3163
18145 #, c-format
18146 msgid "Cannot open source file %s\n"
18147 msgstr "Nije moguće otvoriti izvorni kȏd %s\n"
18149 #: gcse.cc:2578
18150 msgid "PRE disabled"
18151 msgstr "PRE onemogućen"
18153 #: gcse.cc:3505
18154 msgid "GCSE disabled"
18155 msgstr "GCSE onemogućen"
18157 #: incpath.cc:77
18158 #, c-format
18159 msgid "ignoring duplicate directory \"%s\"\n"
18160 msgstr "ignoriramo duplikat direktorija „%s”\n"
18162 #: incpath.cc:80
18163 #, c-format
18164 msgid "  as it is a non-system directory that duplicates a system directory\n"
18165 msgstr "  jer nije direktorij sustava koji duplicira direktorij sustava\n"
18167 #: incpath.cc:84
18168 #, c-format
18169 msgid "ignoring nonexistent directory \"%s\"\n"
18170 msgstr "ignoriramo nepostojeći direktorij „%s”\n"
18172 #: incpath.cc:391
18173 #, c-format
18174 msgid "#include \"...\" search starts here:\n"
18175 msgstr "#include \"...\" pretraga započinje ovdje:\n"
18177 #: incpath.cc:395
18178 #, c-format
18179 msgid "#include <...> search starts here:\n"
18180 msgstr "#include <...> pretraga započinje ovdje:\n"
18182 #: incpath.cc:400
18183 #, c-format
18184 msgid "End of search list.\n"
18185 msgstr "Kraj popisa pretrage.\n"
18187 #: input.cc:35
18188 msgid "<built-in>"
18189 msgstr ""
18191 #. Opening quotation mark.
18192 #: intl.cc:62
18193 msgid "`"
18194 msgstr "„"
18196 #. Closing quotation mark.
18197 #: intl.cc:65
18198 msgid "'"
18199 msgstr "“"
18201 #: langhooks.cc:384
18202 msgid "At top level:"
18203 msgstr "Vrhovna razina:"
18205 #: langhooks.cc:400
18206 #, c-format
18207 msgid "In member function %qs"
18208 msgstr "U funkciji člana %qs"
18210 #: langhooks.cc:404
18211 #, c-format
18212 msgid "In function %qs"
18213 msgstr "U funkciji %qs"
18215 #: langhooks.cc:449
18216 msgid "    inlined from %qs at %r%s:%d:%d%R"
18217 msgstr "    umetnuto od %qs pri %r%s:%d:%d%R"
18219 #: langhooks.cc:454
18220 msgid "    inlined from %qs at %r%s:%d%R"
18221 msgstr "    umetnuto od %qs pri %r%s:%d%R"
18223 #: langhooks.cc:460
18224 #, c-format
18225 msgid "    inlined from %qs"
18226 msgstr "    umetnuto od %qs"
18228 #: lra-assigns.cc:1871 reload1.cc:2073
18229 msgid "this is the insn:"
18230 msgstr "ovo je insn:"
18232 #: lra-constraints.cc:3142
18233 msgid "unable to generate reloads for impossible constraints:"
18234 msgstr "nije moguće generirati ponovna učitavanja za nemoguća ograničenja:"
18236 #: lra-constraints.cc:4168 reload.cc:3844
18237 msgid "unable to generate reloads for:"
18238 msgstr "nije moguće generirati ponovno učitavanje za:"
18240 #. What to print when a switch has no documentation.
18241 #: opts.cc:321
18242 msgid "This option lacks documentation."
18243 msgstr "Ova opcija nije dokumentirana."
18245 #: opts.cc:322
18246 msgid "Uses of this option are diagnosed."
18247 msgstr "Upotreba ove opcije je dijagnosticirana."
18249 #: opts.cc:1647
18250 #, c-format
18251 msgid "Same as %s%s (or, in negated form, %s%s)."
18252 msgstr "Isto kao %s%s (ili, u negiranom obliku, %s%s)."
18254 #: opts.cc:1652
18255 #, c-format
18256 msgid "Same as %s%s."
18257 msgstr "Isto kao %s%s."
18259 #: opts.cc:1657
18260 #, c-format
18261 msgid "Same as %s."
18262 msgstr "Isto kao %s."
18264 #: opts.cc:1665
18265 #, c-format
18266 msgid "%s  Same as %s."
18267 msgstr "%s je identično s %s."
18269 #: opts.cc:1728
18270 msgid "[available in "
18271 msgstr "[dostupno u "
18273 #: opts.cc:1760
18274 msgid "[default]"
18275 msgstr "[zadano]"
18277 #: opts.cc:1769
18278 #, c-format
18279 msgid "%llu bytes"
18280 msgstr "%llu bajta"
18282 #: opts.cc:1806
18283 msgid "[enabled]"
18284 msgstr "[omogućeno]"
18286 #: opts.cc:1808
18287 msgid "[disabled]"
18288 msgstr "[onemogućeno]"
18290 #: opts.cc:1844
18291 #, c-format
18292 msgid " No options with the desired characteristics were found\n"
18293 msgstr " Nisu pronađene opcije sa željenim svojstvima\n"
18295 #: opts.cc:1853
18296 #, c-format
18297 msgid " None found.  Use --help=%s to show *all* the options supported by the %s front-end.\n"
18298 msgstr " Nijedan nije nađen. Koristite --help=%s za ispis *all* opcija koje podržava %s front-end sučelje.\n"
18300 #: opts.cc:1859
18301 #, c-format
18302 msgid " All options with the desired characteristics have already been displayed\n"
18303 msgstr " Sve opcije sa željenim svojstvima su već prikazane\n"
18305 #: opts.cc:1904
18306 #, c-format
18307 msgid ""
18308 "  Known valid arguments for %s option:\n"
18309 "   "
18310 msgstr ""
18311 "  Znani valjani argument za %s opciju:\n"
18312 "   "
18314 #: opts.cc:1954
18315 msgid "The following options are target specific"
18316 msgstr "Sljedeće opcije su specifične za cilj"
18318 #: opts.cc:1957
18319 msgid "The following options control compiler warning messages"
18320 msgstr "Sljedeće opcije upravljaju porukama upozorenja kompajlera"
18322 #: opts.cc:1960
18323 msgid "The following options control optimizations"
18324 msgstr "Sljedeće opcije upravljaju s optimizacijama"
18326 #: opts.cc:1963 opts.cc:2003
18327 msgid "The following options are language-independent"
18328 msgstr "Sljedeće opcije su neovisne o jeziku"
18330 #: opts.cc:1966
18331 msgid "The following options control parameters"
18332 msgstr "Sljedeće opcije upravljaju s parametrima"
18334 #: opts.cc:1972
18335 msgid "The following options are specific to just the language "
18336 msgstr "Sljedeće opcije su posebne samo za jezik "
18338 #: opts.cc:1974
18339 msgid "The following options are supported by the language "
18340 msgstr "Sljedeće opcije podržava jezik "
18342 #: opts.cc:1985
18343 msgid "The following options are not documented"
18344 msgstr "Sljedeće opcije nisu dokumentirane"
18346 #: opts.cc:1987
18347 msgid "The following options take separate arguments"
18348 msgstr "Sljedeće opcije uzimaju odvojene argumente"
18350 #: opts.cc:1989
18351 msgid "The following options take joined arguments"
18352 msgstr "Sljedeće opcije uzimaju spojene argumente"
18354 #: opts.cc:2001
18355 msgid "The following options are language-related"
18356 msgstr "Sljedeće opcije se odnose na jezik"
18358 #: passes.cc:1839
18359 #, c-format
18360 msgid "during %s pass: %s\n"
18361 msgstr "tijekom %s prolaza: %s\n"
18363 #: passes.cc:1844
18364 #, c-format
18365 msgid "dump file: %s\n"
18366 msgstr "istovari datoteku: %s\n"
18368 #: plugin.cc:965
18369 msgid "Event"
18370 msgstr "Događaj"
18372 #: plugin.cc:965
18373 msgid "Plugins"
18374 msgstr "Plugini"
18376 #: plugin.cc:997
18377 #, c-format
18378 msgid "*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.\n"
18379 msgstr "*** UPOZORENJE *** neki plugini su aktivni, nemojte prijaviti ovo kao grešku osim ako ju ne možete reproducirati bez omogućavanja plugina.\n"
18381 #: postreload-gcse.cc:1355
18382 msgid "using simple load CSE after register allocation"
18383 msgstr "Nakon mapiranja registra koristi se jednostavan CSE"
18385 #. It's the compiler's fault.
18386 #: reload1.cc:5994
18387 msgid "could not find a spill register"
18388 msgstr "nije pronađen registar prelijevanja"
18390 #. It's the compiler's fault.
18391 #: reload1.cc:7876
18392 msgid "VOIDmode on an output"
18393 msgstr "VOIDmode na izlazu"
18395 #: reload1.cc:8609
18396 msgid "failure trying to reload:"
18397 msgstr "ponovno učitavanje nije uspjelo:"
18399 #: rtl-error.cc:116
18400 msgid "unrecognizable insn:"
18401 msgstr "neprepoznati insn:"
18403 #: rtl-error.cc:118
18404 msgid "insn does not satisfy its constraints:"
18405 msgstr "insn ne zadovoljava svoja ograničenja:"
18407 #: targhooks.cc:2268
18408 #, c-format
18409 msgid "created and used with differing settings of '%s'"
18410 msgstr "stvoren i korišten s različitim postavkama „%s”"
18412 #: targhooks.cc:2283
18413 msgid "created and used with different settings of %<-fpic%>"
18414 msgstr "stvoren i korišten s različitim postavkama %<-fpic%>"
18416 #: targhooks.cc:2285
18417 msgid "created and used with different settings of %<-fpie%>"
18418 msgstr "stvoren i korišten s različitim postavkama of %<-fpie%>"
18420 #: toplev.cc:310
18421 #, c-format
18422 msgid "unrecoverable error"
18423 msgstr "nepopravljiva greška"
18425 #: toplev.cc:603
18426 #, c-format
18427 msgid ""
18428 "%s%s%s %sversion %s (%s)\n"
18429 "%s\tcompiled by GNU C version %s, "
18430 msgstr ""
18431 "%s%s%s %sinačica %s (%s)\n"
18432 "%s\tkompilirano s GNU C inačica %s, "
18434 #: toplev.cc:605
18435 #, c-format
18436 msgid "%s%s%s %sversion %s (%s) compiled by CC, "
18437 msgstr "%s%s%s %sinačica %s (%s) kompilirao CC, "
18439 #: toplev.cc:609
18440 #, c-format
18441 msgid "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n"
18442 msgstr ""
18443 "GMP inačica %s, MPFR inačica %s, MPC inačica %s, isl inačica %s\n"
18444 "\n"
18446 #: toplev.cc:611
18447 #, c-format
18448 msgid "%s%swarning: %s header version %s differs from library version %s.\n"
18449 msgstr "%s%supozorenje: %s inačica zaglavlja %s različita je od inačice biblioteke %s\n"
18451 #: toplev.cc:613
18452 #, c-format
18453 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
18454 msgstr "%s%sGGC heuristika: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
18456 #: tree-diagnostic-path.cc:255 tree-diagnostic.cc:294 c/c-decl.cc:6346
18457 #: c/c-typeck.cc:8068 cp/error.cc:1181 c-family/c-pretty-print.cc:426
18458 #, gcc-internal-format
18459 msgid "<anonymous>"
18460 msgstr "<anonymous>"
18462 #: c-family/c-format.cc:432
18463 msgid "format"
18464 msgstr "format"
18466 #: c-family/c-format.cc:433
18467 msgid "field width specifier"
18468 msgstr "specifikacija širine polja"
18470 #: c-family/c-format.cc:434
18471 msgid "field precision specifier"
18472 msgstr "specifikacija preciznosti polja"
18474 #: c-family/c-format.cc:569 c-family/c-format.cc:593
18475 #: config/i386/msformat-c.cc:45
18476 msgid "' ' flag"
18477 msgstr ""
18479 #: c-family/c-format.cc:569 c-family/c-format.cc:593
18480 #: config/i386/msformat-c.cc:45
18481 msgid "the ' ' printf flag"
18482 msgstr ""
18484 #: c-family/c-format.cc:570 c-family/c-format.cc:594 c-family/c-format.cc:625
18485 #: c-family/c-format.cc:691 config/i386/msformat-c.cc:46
18486 msgid "'+' flag"
18487 msgstr ""
18489 #: c-family/c-format.cc:570 c-family/c-format.cc:594 c-family/c-format.cc:625
18490 #: config/i386/msformat-c.cc:46
18491 msgid "the '+' printf flag"
18492 msgstr " "
18494 #: c-family/c-format.cc:571 c-family/c-format.cc:595 c-family/c-format.cc:626
18495 #: c-family/c-format.cc:666 config/i386/msformat-c.cc:47
18496 #: config/i386/msformat-c.cc:82
18497 msgid "'#' flag"
18498 msgstr ""
18500 #: c-family/c-format.cc:571 c-family/c-format.cc:595 c-family/c-format.cc:626
18501 #: config/i386/msformat-c.cc:47
18502 msgid "the '#' printf flag"
18503 msgstr ""
18505 #: c-family/c-format.cc:572 c-family/c-format.cc:596 c-family/c-format.cc:664
18506 #: config/i386/msformat-c.cc:48
18507 msgid "'0' flag"
18508 msgstr ""
18510 #: c-family/c-format.cc:572 c-family/c-format.cc:596
18511 #: config/i386/msformat-c.cc:48
18512 msgid "the '0' printf flag"
18513 msgstr ""
18515 #: c-family/c-format.cc:573 c-family/c-format.cc:597 c-family/c-format.cc:663
18516 #: c-family/c-format.cc:694 config/i386/msformat-c.cc:49
18517 msgid "'-' flag"
18518 msgstr ""
18520 #: c-family/c-format.cc:573 c-family/c-format.cc:597
18521 #: config/i386/msformat-c.cc:49
18522 msgid "the '-' printf flag"
18523 msgstr ""
18525 #: c-family/c-format.cc:574 c-family/c-format.cc:646
18526 #: config/i386/msformat-c.cc:50 config/i386/msformat-c.cc:70
18527 msgid "''' flag"
18528 msgstr ""
18530 #: c-family/c-format.cc:574 config/i386/msformat-c.cc:50
18531 msgid "the ''' printf flag"
18532 msgstr ""
18534 #: c-family/c-format.cc:575 c-family/c-format.cc:647
18535 msgid "'I' flag"
18536 msgstr ""
18538 #: c-family/c-format.cc:575
18539 msgid "the 'I' printf flag"
18540 msgstr ""
18542 #: c-family/c-format.cc:576 c-family/c-format.cc:598 c-family/c-format.cc:644
18543 #: c-family/c-format.cc:667 c-family/c-format.cc:695 config/sol2-c.cc:43
18544 #: config/i386/msformat-c.cc:51 config/i386/msformat-c.cc:68
18545 msgid "field width"
18546 msgstr "širina polja"
18548 #: c-family/c-format.cc:576 c-family/c-format.cc:598 config/sol2-c.cc:43
18549 #: config/i386/msformat-c.cc:51
18550 msgid "field width in printf format"
18551 msgstr "širina polja u printf formatu"
18553 #: c-family/c-format.cc:577 c-family/c-format.cc:599 c-family/c-format.cc:628
18554 #: config/i386/msformat-c.cc:52
18555 msgid "precision"
18556 msgstr "preciznost"
18558 #: c-family/c-format.cc:577 c-family/c-format.cc:599 c-family/c-format.cc:628
18559 #: config/i386/msformat-c.cc:52
18560 msgid "precision in printf format"
18561 msgstr "preciznost u printf formatu"
18563 #: c-family/c-format.cc:578 c-family/c-format.cc:600 c-family/c-format.cc:629
18564 #: c-family/c-format.cc:645 c-family/c-format.cc:698 config/sol2-c.cc:44
18565 #: config/i386/msformat-c.cc:53 config/i386/msformat-c.cc:69
18566 msgid "length modifier"
18567 msgstr "modifikator dužine"
18569 #: c-family/c-format.cc:578 c-family/c-format.cc:600 c-family/c-format.cc:629
18570 #: config/sol2-c.cc:44 config/i386/msformat-c.cc:53
18571 msgid "length modifier in printf format"
18572 msgstr "modifikator dužine u prinf formatu"
18574 #: c-family/c-format.cc:627
18575 msgid "'q' flag"
18576 msgstr ""
18578 #: c-family/c-format.cc:627
18579 msgid "the 'q' diagnostic flag"
18580 msgstr ""
18582 #: c-family/c-format.cc:641 config/i386/msformat-c.cc:66
18583 msgid "assignment suppression"
18584 msgstr "ukidanje dodjele"
18586 #: c-family/c-format.cc:641 config/i386/msformat-c.cc:66
18587 msgid "the assignment suppression scanf feature"
18588 msgstr "ukidanje dodjele scanf značajke"
18590 #: c-family/c-format.cc:642 config/i386/msformat-c.cc:67
18591 msgid "'a' flag"
18592 msgstr ""
18594 #: c-family/c-format.cc:642 config/i386/msformat-c.cc:67
18595 msgid "the 'a' scanf flag"
18596 msgstr ""
18598 #: c-family/c-format.cc:643
18599 msgid "'m' flag"
18600 msgstr ""
18602 #: c-family/c-format.cc:643
18603 msgid "the 'm' scanf flag"
18604 msgstr ""
18606 #: c-family/c-format.cc:644 config/i386/msformat-c.cc:68
18607 msgid "field width in scanf format"
18608 msgstr ""
18610 #: c-family/c-format.cc:645 config/i386/msformat-c.cc:69
18611 msgid "length modifier in scanf format"
18612 msgstr ""
18614 #: c-family/c-format.cc:646 config/i386/msformat-c.cc:70
18615 msgid "the ''' scanf flag"
18616 msgstr ""
18618 #: c-family/c-format.cc:647
18619 msgid "the 'I' scanf flag"
18620 msgstr ""
18622 #: c-family/c-format.cc:662
18623 msgid "'_' flag"
18624 msgstr ""
18626 #: c-family/c-format.cc:662
18627 msgid "the '_' strftime flag"
18628 msgstr ""
18630 #: c-family/c-format.cc:663
18631 msgid "the '-' strftime flag"
18632 msgstr ""
18634 #: c-family/c-format.cc:664
18635 msgid "the '0' strftime flag"
18636 msgstr ""
18638 #: c-family/c-format.cc:665 c-family/c-format.cc:690
18639 msgid "'^' flag"
18640 msgstr ""
18642 #: c-family/c-format.cc:665
18643 msgid "the '^' strftime flag"
18644 msgstr ""
18646 #: c-family/c-format.cc:666 config/i386/msformat-c.cc:82
18647 msgid "the '#' strftime flag"
18648 msgstr ""
18650 #: c-family/c-format.cc:667
18651 msgid "field width in strftime format"
18652 msgstr ""
18654 #: c-family/c-format.cc:668
18655 msgid "'E' modifier"
18656 msgstr ""
18658 #: c-family/c-format.cc:668
18659 msgid "the 'E' strftime modifier"
18660 msgstr ""
18662 #: c-family/c-format.cc:669
18663 msgid "'O' modifier"
18664 msgstr ""
18666 #: c-family/c-format.cc:669
18667 msgid "the 'O' strftime modifier"
18668 msgstr ""
18670 #: c-family/c-format.cc:670 c-family/c-format.cc:671
18671 msgid "the 'O' modifier"
18672 msgstr ""
18674 #: c-family/c-format.cc:689
18675 msgid "fill character"
18676 msgstr ""
18678 #: c-family/c-format.cc:689
18679 msgid "fill character in strfmon format"
18680 msgstr "znak za ispunjavanje i strfmon formatu"
18682 #: c-family/c-format.cc:690
18683 msgid "the '^' strfmon flag"
18684 msgstr ""
18686 #: c-family/c-format.cc:691
18687 msgid "the '+' strfmon flag"
18688 msgstr ""
18690 #: c-family/c-format.cc:692
18691 msgid "'(' flag"
18692 msgstr ""
18694 #: c-family/c-format.cc:692
18695 msgid "the '(' strfmon flag"
18696 msgstr ""
18698 #: c-family/c-format.cc:693
18699 msgid "'!' flag"
18700 msgstr ""
18702 #: c-family/c-format.cc:693
18703 msgid "the '!' strfmon flag"
18704 msgstr ""
18706 #: c-family/c-format.cc:694
18707 msgid "the '-' strfmon flag"
18708 msgstr ""
18710 #: c-family/c-format.cc:695
18711 msgid "field width in strfmon format"
18712 msgstr "širina poljau u strfmon formatu"
18714 #: c-family/c-format.cc:696
18715 msgid "left precision"
18716 msgstr ""
18718 #: c-family/c-format.cc:696
18719 msgid "left precision in strfmon format"
18720 msgstr ""
18722 #: c-family/c-format.cc:697
18723 msgid "right precision"
18724 msgstr ""
18726 #: c-family/c-format.cc:697
18727 msgid "right precision in strfmon format"
18728 msgstr ""
18730 #: c-family/c-format.cc:698
18731 msgid "length modifier in strfmon format"
18732 msgstr ""
18734 #. Handle deferred options from command-line.
18735 #: c-family/c-opts.cc:1504 fortran/cpp.cc:621
18736 msgid "<command-line>"
18737 msgstr ""
18739 #: config/aarch64/aarch64.cc:11858 config/loongarch/loongarch.cc:4992
18740 #, c-format
18741 msgid "unsupported operand for code '%c'"
18742 msgstr "nepodržani operand za kȏd „%c“"
18744 #: config/aarch64/aarch64.cc:11867 config/aarch64/aarch64.cc:11880
18745 #: config/aarch64/aarch64.cc:11892 config/aarch64/aarch64.cc:11903
18746 #: config/aarch64/aarch64.cc:11919 config/aarch64/aarch64.cc:11933
18747 #: config/aarch64/aarch64.cc:11953 config/aarch64/aarch64.cc:12030
18748 #: config/aarch64/aarch64.cc:12041 config/aarch64/aarch64.cc:12055
18749 #: config/aarch64/aarch64.cc:12277 config/aarch64/aarch64.cc:12297
18750 #: config/pru/pru.cc:1760 config/pru/pru.cc:1771 config/pru/pru.cc:1843
18751 #, c-format
18752 msgid "invalid operand for '%%%c'"
18753 msgstr "nevaljani operand za „%%%c“"
18755 #: config/aarch64/aarch64.cc:11971 config/aarch64/aarch64.cc:11982
18756 #: config/aarch64/aarch64.cc:12137 config/aarch64/aarch64.cc:12148
18757 #: config/riscv/riscv.cc:4236 config/riscv/riscv.cc:4242
18758 #: config/riscv/riscv.cc:4248 config/riscv/riscv.cc:4252
18759 #: config/riscv/riscv.cc:4299 config/riscv/riscv.cc:4318
18760 #, c-format
18761 msgid "invalid vector constant"
18762 msgstr "nevaljana vektorska konstanta"
18764 #: config/aarch64/aarch64.cc:11994 config/aarch64/aarch64.cc:12006
18765 #, c-format
18766 msgid "incompatible floating point / vector register operand for '%%%c'"
18767 msgstr ""
18769 #: config/aarch64/aarch64.cc:12023
18770 #, c-format
18771 msgid "incompatible register operand for '%%%c'"
18772 msgstr "nekompatibilan operand registra za „%%%c“"
18774 #: config/aarch64/aarch64.cc:12089 config/arm/arm.cc:24708
18775 #, c-format
18776 msgid "missing operand"
18777 msgstr "nema operanda"
18779 #: config/aarch64/aarch64.cc:12174
18780 #, c-format
18781 msgid "invalid constant"
18782 msgstr "nevaljana konstanta"
18784 #: config/aarch64/aarch64.cc:12177
18785 #, c-format
18786 msgid "invalid operand"
18787 msgstr "nevaljani operand"
18789 #: config/aarch64/aarch64.cc:12305 config/aarch64/aarch64.cc:12310
18790 #, c-format
18791 msgid "invalid operand prefix '%%%c'"
18792 msgstr "nevaljani prefiks operanda „%%%c“"
18794 #: config/aarch64/aarch64.cc:12330
18795 #, c-format
18796 msgid "invalid address mode"
18797 msgstr "nevaljani način adresiranja"
18799 #: config/aarch64/aarch64.cc:27088 config/arm/arm.cc:34257
18800 msgid "invalid conversion from type %<bfloat16_t%>"
18801 msgstr "nevaljana konverzija od tipa %<bfloat16_t%>"
18803 #: config/aarch64/aarch64.cc:27090 config/arm/arm.cc:34259
18804 msgid "invalid conversion to type %<bfloat16_t%>"
18805 msgstr "nevaljana konverzija u tip %<bfloat16_t%>"
18807 #: config/aarch64/aarch64.cc:27105 config/aarch64/aarch64.cc:27121
18808 #: config/arm/arm.cc:34274 config/arm/arm.cc:34290
18809 msgid "operation not permitted on type %<bfloat16_t%>"
18810 msgstr "nelegalna operacija na tipu %<bfloat16_t%>"
18812 #: config/aarch64/aarch64.cc:27129
18813 msgid "cannot combine GNU and SVE vectors in a binary operation"
18814 msgstr "ne mogu se kombinirati GNU i SVE vektori u binarnoj operaciji"
18816 #: config/alpha/alpha.cc:5076 config/i386/i386.cc:13572
18817 #: config/rs6000/rs6000.cc:14388 config/sparc/sparc.cc:9370
18818 #, c-format
18819 msgid "'%%&' used without any local dynamic TLS references"
18820 msgstr "„%%&“ je upotrebljen bez ikakve dinamičke TLS referencije"
18822 #: config/alpha/alpha.cc:5134 config/bfin/bfin.cc:1428
18823 #, c-format
18824 msgid "invalid %%J value"
18825 msgstr "nevaljana %%J vrijednost"
18827 #: config/alpha/alpha.cc:5164 config/ia64/ia64.cc:5578
18828 #: config/or1k/or1k.cc:1249
18829 #, c-format
18830 msgid "invalid %%r value"
18831 msgstr "nevaljana %%r vrijednos"
18833 #: config/alpha/alpha.cc:5174 config/ia64/ia64.cc:5532
18834 #: config/rs6000/rs6000.cc:14083 config/xtensa/xtensa.cc:2971
18835 #, c-format
18836 msgid "invalid %%R value"
18837 msgstr "nevaljana %%R vrijednost"
18839 #: config/alpha/alpha.cc:5180 config/rs6000/rs6000.cc:14003
18840 #: config/xtensa/xtensa.cc:2944
18841 #, c-format
18842 msgid "invalid %%N value"
18843 msgstr "nevaljana %%N vrijednost"
18845 #: config/alpha/alpha.cc:5188 config/rs6000/rs6000.cc:14031
18846 #, c-format
18847 msgid "invalid %%P value"
18848 msgstr "nevaljana %%P vrijednost"
18850 #: config/alpha/alpha.cc:5196
18851 #, c-format
18852 msgid "invalid %%h value"
18853 msgstr "nevaljana %%h vrijednost"
18855 #: config/alpha/alpha.cc:5204 config/xtensa/xtensa.cc:2964
18856 #, c-format
18857 msgid "invalid %%L value"
18858 msgstr "nevaljana %%L vrijednost"
18860 #: config/alpha/alpha.cc:5223
18861 #, c-format
18862 msgid "invalid %%m value"
18863 msgstr "nevaljana %%m vrijednost"
18865 #: config/alpha/alpha.cc:5229
18866 #, c-format
18867 msgid "invalid %%M value"
18868 msgstr "nevaljana %%M vrijednost"
18870 #: config/alpha/alpha.cc:5266
18871 #, c-format
18872 msgid "invalid %%U value"
18873 msgstr "nevaljana %%U vrijednost"
18875 #: config/alpha/alpha.cc:5274 config/rs6000/rs6000.cc:14091
18876 #, c-format
18877 msgid "invalid %%s value"
18878 msgstr "nevaljana %%s vrijednost"
18880 #: config/alpha/alpha.cc:5285
18881 #, c-format
18882 msgid "invalid %%C value"
18883 msgstr "nevaljana %%C vrijednost"
18885 #: config/alpha/alpha.cc:5322 config/rs6000/rs6000.cc:13867
18886 #, c-format
18887 msgid "invalid %%E value"
18888 msgstr "nevaljana %%E vrijednost"
18890 #: config/alpha/alpha.cc:5347 config/alpha/alpha.cc:5397
18891 #, c-format
18892 msgid "unknown relocation unspec"
18893 msgstr "nepoznata relokacija unspec"
18895 #: config/alpha/alpha.cc:5356 config/gcn/gcn.cc:6731 config/gcn/gcn.cc:6740
18896 #: config/gcn/gcn.cc:6800 config/gcn/gcn.cc:6808 config/gcn/gcn.cc:6824
18897 #: config/gcn/gcn.cc:6842 config/gcn/gcn.cc:6893 config/gcn/gcn.cc:7012
18898 #: config/gcn/gcn.cc:7123 config/rs6000/rs6000.cc:14393
18899 #, c-format
18900 msgid "invalid %%xn code"
18901 msgstr "nevaljani %%xn kȏd"
18903 #: config/alpha/alpha.cc:5462
18904 #, c-format
18905 msgid "invalid operand address"
18906 msgstr "nevaljani operand adrese"
18908 #: config/arc/arc.cc:4545
18909 #, c-format
18910 msgid "invalid operand to %%Z code"
18911 msgstr "nevaljani operand za %%Z kȏd"
18913 #: config/arc/arc.cc:4553
18914 #, c-format
18915 msgid "invalid operand to %%z code"
18916 msgstr "nevaljani operand za %%z kȏd"
18918 #: config/arc/arc.cc:4561
18919 #, c-format
18920 msgid "invalid operands to %%c code"
18921 msgstr "nevaljani operandi za %%c kȏd"
18923 #: config/arc/arc.cc:4569
18924 #, c-format
18925 msgid "invalid operand to %%M code"
18926 msgstr "nevaljani operandi za %%M kȏd"
18928 #: config/arc/arc.cc:4577 config/m32r/m32r.cc:2090
18929 #, c-format
18930 msgid "invalid operand to %%p code"
18931 msgstr "nevaljani operand za %%p kȏd"
18933 #: config/arc/arc.cc:4588 config/m32r/m32r.cc:2083
18934 #, c-format
18935 msgid "invalid operand to %%s code"
18936 msgstr "nevaljani operand za %%s kȏd"
18938 #: config/arc/arc.cc:4736 config/m32r/m32r.cc:2116
18939 #, c-format
18940 msgid "invalid operand to %%R code"
18941 msgstr "nevaljani operand za %%R kȏd"
18943 #: config/arc/arc.cc:4812 config/m32r/m32r.cc:2139
18944 #, c-format
18945 msgid "invalid operand to %%H/%%L code"
18946 msgstr "nevaljani operand za %%H%%L kȏd"
18948 #: config/arc/arc.cc:4880 config/m32r/m32r.cc:2210
18949 #, c-format
18950 msgid "invalid operand to %%U code"
18951 msgstr "nevaljani operand za %%U kȏd"
18953 #: config/arc/arc.cc:4892
18954 #, c-format
18955 msgid "invalid operand to %%V code"
18956 msgstr "nevaljani operand za %%V kȏd"
18958 #: config/arc/arc.cc:4949
18959 #, c-format
18960 msgid "invalid operand to %%O code"
18961 msgstr "nevaljani operand za %%O kȏd"
18963 #. Unknown flag.
18964 #. Undocumented flag.
18965 #: config/arc/arc.cc:4975 config/epiphany/epiphany.cc:1311
18966 #: config/m32r/m32r.cc:2237 config/nds32/nds32.cc:3520
18967 #: config/sparc/sparc.cc:9649
18968 #, c-format
18969 msgid "invalid operand output code"
18970 msgstr "nevaljani izlazni kȏd operanda"
18972 #: config/arc/arc.cc:6515
18973 #, c-format
18974 msgid "invalid UNSPEC as operand: %d"
18975 msgstr "nevaljani UNSPEC kao operand: %d"
18977 #: config/arc/arc.cc:6731
18978 msgid "unrecognized supposed constant"
18979 msgstr "neprepoznata pretpostavljena konstanta"
18981 #: config/arm/arm.cc:20996 config/arm/arm.cc:21021 config/arm/arm.cc:21031
18982 #: config/arm/arm.cc:21040 config/arm/arm.cc:21049
18983 #, c-format
18984 msgid "invalid shift operand"
18985 msgstr "nevaljai operand pomaka (shift)"
18987 #: config/arm/arm.cc:23958 config/arm/arm.cc:23976
18988 #, c-format
18989 msgid "predicated Thumb instruction"
18990 msgstr "predviđena Thumb instrukcija"
18992 #: config/arm/arm.cc:23964
18993 #, c-format
18994 msgid "predicated instruction in conditional sequence"
18995 msgstr "predviđena instrukcija u uvjetnoj sekvenciji"
18997 #: config/arm/arm.cc:24085 config/arm/arm.cc:24098 config/arm/arm.cc:24123
18998 #: config/nios2/nios2.cc:3084
18999 #, c-format
19000 msgid "Unsupported operand for code '%c'"
19001 msgstr "Nepodržani operand za kȏd „%c“"
19003 #: config/arm/arm.cc:24200 config/arm/arm.cc:24222 config/arm/arm.cc:24232
19004 #: config/arm/arm.cc:24242 config/arm/arm.cc:24252 config/arm/arm.cc:24291
19005 #: config/arm/arm.cc:24309 config/arm/arm.cc:24327 config/arm/arm.cc:24354
19006 #: config/arm/arm.cc:24369 config/arm/arm.cc:24396 config/arm/arm.cc:24403
19007 #: config/arm/arm.cc:24421 config/arm/arm.cc:24428 config/arm/arm.cc:24436
19008 #: config/arm/arm.cc:24457 config/arm/arm.cc:24464 config/arm/arm.cc:24655
19009 #: config/arm/arm.cc:24662 config/arm/arm.cc:24689 config/arm/arm.cc:24696
19010 #: config/bfin/bfin.cc:1441 config/bfin/bfin.cc:1448 config/bfin/bfin.cc:1455
19011 #: config/bfin/bfin.cc:1462 config/bfin/bfin.cc:1471 config/bfin/bfin.cc:1478
19012 #: config/bfin/bfin.cc:1485 config/bfin/bfin.cc:1492
19013 #: config/nds32/nds32.cc:3546
19014 #, c-format
19015 msgid "invalid operand for code '%c'"
19016 msgstr "nevaljani operand za kȏd „%c“"
19018 #: config/arm/arm.cc:24304
19019 #, c-format
19020 msgid "instruction never executed"
19021 msgstr "instrukcija nije nikada izvršena"
19023 #. Former Maverick support, removed after GCC-4.7.
19024 #: config/arm/arm.cc:24345
19025 #, c-format
19026 msgid "obsolete Maverick format code '%c'"
19027 msgstr "zastarjela Maverick format kȏd „%c“"
19029 #: config/avr/avr.cc:2642
19030 #, c-format
19031 msgid "address operand requires constraint for X, Y, or Z register"
19032 msgstr "operand adrese zahtjeva ograničenje za for X, Y, ili Z registar"
19034 #: config/avr/avr.cc:2825
19035 msgid "operands to %T/%t must be reg + const_int:"
19036 msgstr "operandi za %T/%t moraju biti reg + const_int:"
19038 #: config/avr/avr.cc:2875 config/avr/avr.cc:2942
19039 msgid "bad address, not an I/O address:"
19040 msgstr "loša adresa, nije U/I (I/O) adresa:"
19042 #: config/avr/avr.cc:2884
19043 msgid "bad address, not a constant:"
19044 msgstr "loša adresa, nije konstanta:"
19046 #: config/avr/avr.cc:2902 config/avr/avr.cc:2909
19047 msgid "bad address, not (reg+disp):"
19048 msgstr "loša adresa, nije (reg+disp):"
19050 #: config/avr/avr.cc:2916
19051 msgid "bad address, not post_inc or pre_dec:"
19052 msgstr "loša adresa, nije post_inc ili pre_dec:"
19054 #: config/avr/avr.cc:2928
19055 msgid "internal compiler error.  Bad address:"
19056 msgstr "interna greška kompajlera. Loša adresa:"
19058 #: config/avr/avr.cc:2961
19059 #, c-format
19060 msgid "Unsupported code '%c' for fixed-point:"
19061 msgstr "Nepodržani kȏd „%c“ za nepomični zarez (fixed-point):"
19063 #: config/avr/avr.cc:2969
19064 msgid "internal compiler error.  Unknown mode:"
19065 msgstr "interna greška kompajlera. Nepozat način rada:"
19067 #: config/avr/avr.cc:3866 config/avr/avr.cc:4810 config/avr/avr.cc:5257
19068 msgid "invalid insn:"
19069 msgstr "nevaljani insn:"
19071 #: config/avr/avr.cc:3920 config/avr/avr.cc:4032 config/avr/avr.cc:4090
19072 #: config/avr/avr.cc:4142 config/avr/avr.cc:4161 config/avr/avr.cc:4353
19073 #: config/avr/avr.cc:4661 config/avr/avr.cc:4946 config/avr/avr.cc:5150
19074 #: config/avr/avr.cc:5314 config/avr/avr.cc:5407 config/avr/avr.cc:5606
19075 msgid "incorrect insn:"
19076 msgstr "netočni insn:"
19078 #: config/avr/avr.cc:4177 config/avr/avr.cc:4452 config/avr/avr.cc:4732
19079 #: config/avr/avr.cc:5018 config/avr/avr.cc:5196 config/avr/avr.cc:5463
19080 #: config/avr/avr.cc:5664
19081 msgid "unknown move insn:"
19082 msgstr "nepoznati insn za pomicanje, kopiranje:"
19084 #: config/avr/avr.cc:6131
19085 msgid "bad shift insn:"
19086 msgstr "loš pomak (shift) insn:"
19088 #: config/avr/avr.cc:6239 config/avr/avr.cc:6722 config/avr/avr.cc:7139
19089 msgid "internal compiler error.  Incorrect shift:"
19090 msgstr "interna greška kompajlera. Netočni pomak (shift):"
19092 #: config/avr/avr.cc:8547
19093 msgid "unsupported fixed-point conversion"
19094 msgstr "nepodržana konverzija nepomičnog zareza (fixed-point conversion)"
19096 #: config/avr/avr.cc:9916
19097 msgid "variable"
19098 msgstr "varijabla"
19100 #: config/avr/avr.cc:9921
19101 msgid "function parameter"
19102 msgstr "parametar funkcije"
19104 #: config/avr/avr.cc:9926
19105 msgid "structure field"
19106 msgstr "strukturno polje"
19108 #: config/avr/avr.cc:9932
19109 msgid "return type of function"
19110 msgstr "vrati tip funkcije"
19112 #: config/avr/avr.cc:9937
19113 msgid "pointer"
19114 msgstr "kazaljka (pointer)"
19116 #: config/avr/driver-avr.cc:50
19117 #, c-format
19118 msgid ""
19119 "Running spec function '%s' with %d args\n"
19120 "\n"
19121 msgstr ""
19122 "Nepoznata spec funkcija „%s“ s %d argumentima\n"
19123 "\n"
19125 #: config/bfin/bfin.cc:1390
19126 #, c-format
19127 msgid "invalid %%j value"
19128 msgstr ""
19130 #: config/bfin/bfin.cc:1583 config/c6x/c6x.cc:2279
19131 #, c-format
19132 msgid "invalid const_double operand"
19133 msgstr ""
19135 #: config/bpf/bpf.cc:953
19136 msgid "invalid address in operand"
19137 msgstr "nevaljana adresa u operandu"
19139 #. Fallthrough.
19140 #: config/bpf/bpf.cc:960
19141 msgid "unsupported operand"
19142 msgstr ""
19144 #. Format punctuators via %s to avoid -Wformat-diag.
19145 #: config/cris/cris.cc:775 config/ft32/ft32.cc:110 config/moxie/moxie.cc:108
19146 #: final.cc:3188 final.cc:3190 fold-const.cc:277 gcc.cc:6114 gcc.cc:6128
19147 #: rtl-error.cc:101 toplev.cc:314 cp/logic.cc:312 cp/logic.cc:314
19148 #: cp/typeck.cc:7627 d/d-convert.cc:237 go/go-gcc-diagnostics.cc:28
19149 #: go/go-gcc-diagnostics.cc:37 go/go-gcc-diagnostics.cc:45
19150 #: go/go-gcc-diagnostics.cc:53 lto/lto-object.cc:180 lto/lto-object.cc:277
19151 #: lto/lto-object.cc:334 lto/lto-object.cc:358 m2/gm2-gcc/m2linemap.cc:180
19152 #: m2/gm2-gcc/m2linemap.cc:251 rust/rust-gcc-diagnostics.cc:31
19153 #: rust/rust-gcc-diagnostics.cc:40 rust/rust-gcc-diagnostics.cc:48
19154 #: rust/rust-gcc-diagnostics.cc:55 rust/rust-gcc-diagnostics.cc:62
19155 #: rust/rust-gcc-diagnostics.cc:70
19156 #, gcc-internal-format, gfc-internal-format
19157 msgid "%s"
19158 msgstr ""
19160 #: config/cris/cris.cc:826
19161 msgid "unexpected index-type in cris_print_index"
19162 msgstr ""
19164 #: config/cris/cris.cc:840
19165 msgid "unexpected base-type in cris_print_base"
19166 msgstr ""
19168 #: config/cris/cris.cc:895
19169 msgid "invalid operand for 'b' modifier"
19170 msgstr ""
19172 #: config/cris/cris.cc:912
19173 msgid "invalid operand for 'o' modifier"
19174 msgstr ""
19176 #: config/cris/cris.cc:931
19177 msgid "invalid operand for 'O' modifier"
19178 msgstr ""
19180 #: config/cris/cris.cc:964
19181 msgid "invalid operand for 'p' modifier"
19182 msgstr ""
19184 #: config/cris/cris.cc:1003
19185 msgid "invalid operand for 'z' modifier"
19186 msgstr ""
19188 #: config/cris/cris.cc:1050 config/cris/cris.cc:1084
19189 msgid "invalid operand for 'H' modifier"
19190 msgstr ""
19192 #: config/cris/cris.cc:1060
19193 msgid "bad register"
19194 msgstr ""
19196 #: config/cris/cris.cc:1104
19197 msgid "invalid operand for 'e' modifier"
19198 msgstr ""
19200 #: config/cris/cris.cc:1121
19201 msgid "invalid operand for 'm' modifier"
19202 msgstr ""
19204 #: config/cris/cris.cc:1146
19205 msgid "invalid operand for 'A' modifier"
19206 msgstr ""
19208 #: config/cris/cris.cc:1201
19209 msgid "invalid operand for 'D' modifier"
19210 msgstr ""
19212 #: config/cris/cris.cc:1218 config/cris/cris.cc:1223
19213 msgid "invalid operand for 'T' modifier"
19214 msgstr ""
19216 #: config/cris/cris.cc:1234 config/ft32/ft32.cc:236 config/moxie/moxie.cc:178
19217 msgid "invalid operand modifier letter"
19218 msgstr ""
19220 #: config/cris/cris.cc:1286
19221 msgid "unexpected multiplicative operand"
19222 msgstr ""
19224 #: config/cris/cris.cc:1306 config/ft32/ft32.cc:259 config/moxie/moxie.cc:203
19225 msgid "unexpected operand"
19226 msgstr ""
19228 #: config/cris/cris.cc:1345 config/cris/cris.cc:1355
19229 msgid "unrecognized address"
19230 msgstr ""
19232 #: config/cris/cris.cc:2535 config/cris/cris.cc:2588
19233 msgid "unexpected side-effects in address"
19234 msgstr ""
19236 #: config/fr30/fr30.cc:513
19237 #, c-format
19238 msgid "fr30_print_operand_address: unhandled address"
19239 msgstr ""
19241 #: config/fr30/fr30.cc:537
19242 #, c-format
19243 msgid "fr30_print_operand: unrecognized %%p code"
19244 msgstr ""
19246 #: config/fr30/fr30.cc:557
19247 #, c-format
19248 msgid "fr30_print_operand: unrecognized %%b code"
19249 msgstr ""
19251 #: config/fr30/fr30.cc:578
19252 #, c-format
19253 msgid "fr30_print_operand: unrecognized %%B code"
19254 msgstr ""
19256 #: config/fr30/fr30.cc:586
19257 #, c-format
19258 msgid "fr30_print_operand: invalid operand to %%A code"
19259 msgstr ""
19261 #: config/fr30/fr30.cc:603
19262 #, c-format
19263 msgid "fr30_print_operand: invalid %%x code"
19264 msgstr ""
19266 #: config/fr30/fr30.cc:610
19267 #, c-format
19268 msgid "fr30_print_operand: invalid %%F code"
19269 msgstr ""
19271 #: config/fr30/fr30.cc:627
19272 #, c-format
19273 msgid "fr30_print_operand: unknown code"
19274 msgstr ""
19276 #: config/fr30/fr30.cc:655 config/fr30/fr30.cc:664 config/fr30/fr30.cc:675
19277 #: config/fr30/fr30.cc:688
19278 #, c-format
19279 msgid "fr30_print_operand: unhandled MEM"
19280 msgstr ""
19282 #: config/frv/frv.cc:2491
19283 msgid "bad insn to frv_print_operand_address:"
19284 msgstr ""
19286 #: config/frv/frv.cc:2502
19287 msgid "bad register to frv_print_operand_memory_reference_reg:"
19288 msgstr ""
19290 #: config/frv/frv.cc:2541 config/frv/frv.cc:2551 config/frv/frv.cc:2560
19291 #: config/frv/frv.cc:2581 config/frv/frv.cc:2586
19292 msgid "bad insn to frv_print_operand_memory_reference:"
19293 msgstr ""
19295 #: config/frv/frv.cc:2671
19296 #, c-format
19297 msgid "bad condition code"
19298 msgstr ""
19300 #: config/frv/frv.cc:2745
19301 msgid "bad insn in frv_print_operand, bad const_double"
19302 msgstr ""
19304 #: config/frv/frv.cc:2806
19305 msgid "bad insn to frv_print_operand, 'e' modifier:"
19306 msgstr ""
19308 #: config/frv/frv.cc:2814
19309 msgid "bad insn to frv_print_operand, 'F' modifier:"
19310 msgstr ""
19312 #: config/frv/frv.cc:2830
19313 msgid "bad insn to frv_print_operand, 'f' modifier:"
19314 msgstr ""
19316 #: config/frv/frv.cc:2844
19317 msgid "bad insn to frv_print_operand, 'g' modifier:"
19318 msgstr ""
19320 #: config/frv/frv.cc:2892
19321 msgid "bad insn to frv_print_operand, 'L' modifier:"
19322 msgstr ""
19324 #: config/frv/frv.cc:2905
19325 msgid "bad insn to frv_print_operand, 'M/N' modifier:"
19326 msgstr ""
19328 #: config/frv/frv.cc:2926
19329 msgid "bad insn to frv_print_operand, 'O' modifier:"
19330 msgstr ""
19332 #: config/frv/frv.cc:2944
19333 msgid "bad insn to frv_print_operand, P modifier:"
19334 msgstr ""
19336 #: config/frv/frv.cc:2964
19337 msgid "bad insn in frv_print_operand, z case"
19338 msgstr ""
19340 #: config/frv/frv.cc:2995
19341 msgid "bad insn in frv_print_operand, 0 case"
19342 msgstr ""
19344 #: config/frv/frv.cc:3000
19345 msgid "frv_print_operand: unknown code"
19346 msgstr ""
19348 #: config/frv/frv.cc:4374
19349 msgid "bad output_move_single operand"
19350 msgstr ""
19352 #: config/frv/frv.cc:4501
19353 msgid "bad output_move_double operand"
19354 msgstr ""
19356 #: config/frv/frv.cc:4643
19357 msgid "bad output_condmove_single operand"
19358 msgstr ""
19360 #: config/gcn/gcn.cc:6417 config/gcn/gcn.cc:6437 config/gcn/gcn.cc:6441
19361 #: config/gcn/gcn.cc:6773 config/gcn/gcn.cc:6784 config/gcn/gcn.cc:6787
19362 #, c-format
19363 msgid "bad ADDR_SPACE_GLOBAL address"
19364 msgstr ""
19366 #: config/gcn/gcn.cc:6553 config/gcn/gcn.cc:6576 config/gcn/gcn.cc:6608
19367 #: config/gcn/gcn.cc:6624 config/gcn/gcn.cc:6639 config/gcn/gcn.cc:6658
19368 #: config/gcn/gcn.cc:6722 config/gcn/gcn.cc:6918 config/gcn/gcn.cc:7033
19369 #, c-format
19370 msgid "invalid operand %%xn code"
19371 msgstr "nevaljani operand %%xn kȏd"
19373 #: config/gcn/gcn.cc:7021
19374 #, c-format
19375 msgid "operand %%xn code invalid for QImode"
19376 msgstr ""
19378 #: config/gcn/gcn.cc:7103
19379 #, c-format
19380 msgid "invalid fp constant"
19381 msgstr ""
19383 #: config/h8300/h8300.cc:1628 config/h8300/h8300.cc:1636
19384 #: config/h8300/h8300.cc:1644 config/h8300/h8300.cc:1652
19385 #: config/h8300/h8300.cc:1660 config/h8300/h8300.cc:1668
19386 #, c-format
19387 msgid "Expected register or constant integer."
19388 msgstr ""
19390 #: config/i386/i386.cc:12397
19391 #, c-format
19392 msgid "invalid UNSPEC as operand"
19393 msgstr ""
19395 #: config/i386/i386.cc:12936
19396 #, c-format
19397 msgid "invalid use of register '%s'"
19398 msgstr ""
19400 #: config/i386/i386.cc:12941
19401 #, c-format
19402 msgid "invalid use of asm flag output"
19403 msgstr ""
19405 #: config/i386/i386.cc:13174
19406 #, c-format
19407 msgid "invalid operand size for operand code 'O'"
19408 msgstr "nevaljana veličina operanda za operand kȏd „O“"
19410 #: config/i386/i386.cc:13209
19411 #, c-format
19412 msgid "invalid operand size for operand code 'z'"
19413 msgstr "nevaljana veličina operanda za operand kȏd „z“"
19415 #: config/i386/i386.cc:13278
19416 #, c-format
19417 msgid "invalid operand type used with operand code 'Z'"
19418 msgstr "nevaljani tip operanda korišten s operandom kȏda „Z“"
19420 #: config/i386/i386.cc:13283
19421 #, c-format
19422 msgid "invalid operand size for operand code 'Z'"
19423 msgstr "nevaljana veličina operanda za operand kȏd „Z“"
19425 #: config/i386/i386.cc:13360
19426 #, c-format
19427 msgid "operand is not a condition code, invalid operand code 'Y'"
19428 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd „Y“"
19430 #: config/i386/i386.cc:13439
19431 #, c-format
19432 msgid "operand is not a condition code, invalid operand code 'D'"
19433 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd „D“"
19435 #: config/i386/i386.cc:13457
19436 #, c-format
19437 msgid "operand is not a condition code, invalid operand code '%c'"
19438 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd „%c“"
19440 #: config/i386/i386.cc:13470
19441 #, c-format
19442 msgid "operand is not an offsettable memory reference, invalid operand code 'H'"
19443 msgstr "operand nije pokretljiva (offsettable) referencija memorije, nevaljani operand kȏd „H“"
19445 #: config/i386/i386.cc:13485
19446 #, c-format
19447 msgid "operand is not an integer, invalid operand code 'K'"
19448 msgstr "operand nije cijeli broj, nevaljani operand kȏd „K“"
19450 #: config/i386/i386.cc:13513
19451 #, c-format
19452 msgid "operand is not a specific integer, invalid operand code 'r'"
19453 msgstr "operand nije određeni cijeli broj, nevaljani operand kȏd „r“"
19455 #: config/i386/i386.cc:13531
19456 #, c-format
19457 msgid "operand is not an integer, invalid operand code 'R'"
19458 msgstr "operand nije cijeli broj, nevaljani operand kȏd „R“"
19460 #: config/i386/i386.cc:13554
19461 #, c-format
19462 msgid "operand is not a specific integer, invalid operand code 'R'"
19463 msgstr "operand nije određeni cijeli broj, nevaljani operand kȏd „R“"
19465 #: config/i386/i386.cc:13658
19466 #, c-format
19467 msgid "invalid operand code '%c'"
19468 msgstr "nevaljani operand kȏd „%c“"
19470 #: config/i386/i386.cc:13720 config/i386/i386.cc:14109
19471 #, c-format
19472 msgid "invalid constraints for operand"
19473 msgstr "nevaljano ograničenje za operand"
19475 #: config/i386/i386.cc:13821
19476 #, c-format
19477 msgid "invalid vector immediate"
19478 msgstr "nevaljana vektorska konstanta"
19480 #: config/i386/i386.cc:16890
19481 msgid "unknown insn mode"
19482 msgstr "nepoznati insn način"
19484 #: config/ia64/ia64.cc:5460
19485 #, c-format
19486 msgid "invalid %%G mode"
19487 msgstr ""
19489 #: config/ia64/ia64.cc:5631
19490 #, c-format
19491 msgid "ia64_print_operand: unknown code"
19492 msgstr ""
19494 #: config/ia64/ia64.cc:11255
19495 msgid "invalid conversion from %<__fpreg%>"
19496 msgstr ""
19498 #: config/ia64/ia64.cc:11258
19499 msgid "invalid conversion to %<__fpreg%>"
19500 msgstr ""
19502 #: config/ia64/ia64.cc:11271 config/ia64/ia64.cc:11282
19503 msgid "invalid operation on %<__fpreg%>"
19504 msgstr ""
19506 #: config/iq2000/iq2000.cc:3126
19507 #, c-format
19508 msgid "invalid %%P operand"
19509 msgstr ""
19511 #: config/iq2000/iq2000.cc:3134 config/rs6000/rs6000.cc:14021
19512 #, c-format
19513 msgid "invalid %%p value"
19514 msgstr ""
19516 #: config/iq2000/iq2000.cc:3193
19517 #, c-format
19518 msgid "invalid use of %%d, %%x, or %%X"
19519 msgstr ""
19521 #: config/lm32/lm32.cc:524
19522 #, c-format
19523 msgid "only 0.0 can be loaded as an immediate"
19524 msgstr ""
19526 #: config/lm32/lm32.cc:594
19527 msgid "bad operand"
19528 msgstr ""
19530 #: config/lm32/lm32.cc:606
19531 msgid "can't use non gp relative absolute address"
19532 msgstr ""
19534 #: config/lm32/lm32.cc:610
19535 msgid "invalid addressing mode"
19536 msgstr ""
19538 #: config/loongarch/loongarch.cc:4754 config/loongarch/loongarch.cc:4776
19539 #: config/loongarch/loongarch.cc:5120 config/mips/mips.cc:9065
19540 #: config/mips/mips.cc:9092 config/mips/mips.cc:9275
19541 #, c-format
19542 msgid "'%%%c' is not a valid operand prefix"
19543 msgstr ""
19545 #: config/loongarch/loongarch.cc:5004 config/loongarch/loongarch.cc:5042
19546 #: config/loongarch/loongarch.cc:5077 config/loongarch/loongarch.cc:5080
19547 #: config/loongarch/loongarch.cc:5092 config/loongarch/loongarch.cc:5099
19548 #: config/loongarch/loongarch.cc:5109 config/loongarch/loongarch.cc:5112
19549 #: config/loongarch/loongarch.cc:5136 config/loongarch/loongarch.cc:5151
19550 #: config/loongarch/loongarch.cc:5160 config/mips/mips.cc:9164
19551 #: config/mips/mips.cc:9171 config/mips/mips.cc:9178 config/mips/mips.cc:9185
19552 #: config/mips/mips.cc:9198 config/mips/mips.cc:9205 config/mips/mips.cc:9215
19553 #: config/mips/mips.cc:9218 config/mips/mips.cc:9230 config/mips/mips.cc:9233
19554 #: config/mips/mips.cc:9293 config/mips/mips.cc:9300 config/mips/mips.cc:9321
19555 #: config/mips/mips.cc:9336 config/mips/mips.cc:9355 config/mips/mips.cc:9364
19556 #: config/riscv/riscv.cc:4138 config/riscv/riscv.cc:4368
19557 #: config/riscv/riscv.cc:4374 config/riscv/riscv.cc:4383
19558 #, c-format
19559 msgid "invalid use of '%%%c'"
19560 msgstr ""
19562 #: config/m32r/m32r.cc:2148
19563 msgid "bad insn for 'A'"
19564 msgstr "loš insn za „A“"
19566 #: config/m32r/m32r.cc:2195
19567 #, c-format
19568 msgid "invalid operand to %%T/%%B code"
19569 msgstr ""
19571 #: config/m32r/m32r.cc:2218
19572 #, c-format
19573 msgid "invalid operand to %%N code"
19574 msgstr ""
19576 #: config/m32r/m32r.cc:2251
19577 msgid "pre-increment address is not a register"
19578 msgstr ""
19580 #: config/m32r/m32r.cc:2258
19581 msgid "pre-decrement address is not a register"
19582 msgstr ""
19584 #: config/m32r/m32r.cc:2265
19585 msgid "post-increment address is not a register"
19586 msgstr ""
19588 #: config/m32r/m32r.cc:2340 config/m32r/m32r.cc:2355
19589 #: config/rs6000/rs6000.cc:20735
19590 msgid "bad address"
19591 msgstr ""
19593 #: config/m32r/m32r.cc:2360
19594 msgid "lo_sum not of register"
19595 msgstr ""
19597 #: config/microblaze/microblaze.cc:2299
19598 #, c-format
19599 msgid "unknown punctuation '%c'"
19600 msgstr ""
19602 #: config/microblaze/microblaze.cc:2308
19603 #, c-format
19604 msgid "null pointer"
19605 msgstr ""
19607 #: config/microblaze/microblaze.cc:2343
19608 #, c-format
19609 msgid "PRINT_OPERAND, invalid insn for %%C"
19610 msgstr ""
19612 #: config/microblaze/microblaze.cc:2372
19613 #, c-format
19614 msgid "PRINT_OPERAND, invalid insn for %%N"
19615 msgstr ""
19617 #: config/microblaze/microblaze.cc:2392 config/microblaze/microblaze.cc:2568
19618 msgid "insn contains an invalid address !"
19619 msgstr ""
19621 #: config/microblaze/microblaze.cc:2408 config/microblaze/microblaze.cc:2638
19622 #: config/xtensa/xtensa.cc:3068
19623 msgid "invalid address"
19624 msgstr ""
19626 #: config/microblaze/microblaze.cc:2511
19627 #, c-format
19628 msgid "letter %c was found & insn was not CONST_INT"
19629 msgstr ""
19631 #: config/mmix/mmix.cc:1636 config/mmix/mmix.cc:1757
19632 msgid "MMIX Internal: Expected a CONST_INT, not this"
19633 msgstr ""
19635 #: config/mmix/mmix.cc:1715
19636 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
19637 msgstr ""
19639 #: config/mmix/mmix.cc:1725
19640 msgid "MMIX Internal: Expected a register, not this"
19641 msgstr ""
19643 #: config/mmix/mmix.cc:1735
19644 msgid "MMIX Internal: Expected a constant, not this"
19645 msgstr ""
19647 #. We need the original here.
19648 #: config/mmix/mmix.cc:1819
19649 msgid "MMIX Internal: Cannot decode this operand"
19650 msgstr ""
19652 #: config/mmix/mmix.cc:1878
19653 msgid "MMIX Internal: This is not a recognized address"
19654 msgstr ""
19656 #: config/mmix/mmix.cc:2770
19657 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
19658 msgstr ""
19660 #: config/mmix/mmix.cc:2777
19661 msgid "MMIX Internal: What's the CC of this?"
19662 msgstr ""
19664 #: config/mmix/mmix.cc:2781
19665 msgid "MMIX Internal: What is the CC of this?"
19666 msgstr ""
19668 #: config/mmix/mmix.cc:2823
19669 msgid "MMIX Internal: This is not a constant:"
19670 msgstr ""
19672 #: config/msp430/msp430.cc:4229
19673 #, c-format
19674 msgid "%%d, %%e, %%f, %%g operand modifiers are for memory references or constant values only"
19675 msgstr ""
19677 #: config/msp430/msp430.cc:4342
19678 #, c-format
19679 msgid "invalid operand prefix"
19680 msgstr ""
19682 #: config/msp430/msp430.cc:4376
19683 #, c-format
19684 msgid "invalid zero extract"
19685 msgstr "nevaljani nulo ekstrakt"
19687 #: config/or1k/or1k.cc:1154 config/or1k/or1k.cc:1162
19688 #, c-format
19689 msgid "invalid relocation"
19690 msgstr "nevaljana relokacija"
19692 #: config/or1k/or1k.cc:1256
19693 #, c-format
19694 msgid "invalid %%H value"
19695 msgstr ""
19697 #: config/or1k/or1k.cc:1269 config/xtensa/xtensa.cc:2985
19698 #, c-format
19699 msgid "invalid %%d value"
19700 msgstr ""
19702 #: config/or1k/or1k.cc:1317
19703 #, c-format
19704 msgid "unknown operand letter: '%c'"
19705 msgstr ""
19707 #: config/pru/pru.cc:1711 config/pru/pru.cc:1722
19708 #, c-format
19709 msgid "I/O register operand for '%%%c'"
19710 msgstr ""
19712 #: config/pru/pru.cc:1728
19713 #, c-format
19714 msgid "non 32 bit register operand for '%%%c'"
19715 msgstr ""
19717 #: config/pru/pru.cc:1813
19718 #, c-format
19719 msgid "unsupported code '%c' for fixed-point:"
19720 msgstr ""
19722 #: config/pru/pru.cc:1827
19723 #, c-format
19724 msgid "double constants not supported"
19725 msgstr ""
19727 #: config/pru/pru.cc:1910
19728 #, c-format
19729 msgid "unsupported operand %s for code '%c'"
19730 msgstr ""
19732 #: config/pru/pru.cc:1920
19733 #, c-format
19734 msgid "unexpected text address:"
19735 msgstr ""
19737 #: config/pru/pru.cc:1939
19738 #, c-format
19739 msgid "unsupported constant address:"
19740 msgstr ""
19742 #: config/pru/pru.cc:2000
19743 #, c-format
19744 msgid "unsupported memory expression:"
19745 msgstr ""
19747 #: config/rl78/rl78.cc:1998 config/rl78/rl78.cc:2084
19748 #, c-format
19749 msgid "q/Q modifiers invalid for symbol references"
19750 msgstr ""
19752 #: config/rs6000/host-darwin.cc:96
19753 #, c-format
19754 msgid "Out of stack space.\n"
19755 msgstr ""
19757 #: config/rs6000/host-darwin.cc:117
19758 #, c-format
19759 msgid "Try running '%s' in the shell to raise its limit.\n"
19760 msgstr ""
19762 #: config/rs6000/rs6000.cc:3804
19763 msgid "%<-mvsx%> requires hardware floating point"
19764 msgstr ""
19766 #: config/rs6000/rs6000.cc:3812
19767 msgid "%<-mvsx%> needs indexed addressing"
19768 msgstr ""
19770 #: config/rs6000/rs6000.cc:3817
19771 msgid "%<-mvsx%> and %<-mno-altivec%> are incompatible"
19772 msgstr ""
19774 #: config/rs6000/rs6000.cc:3819
19775 msgid "%<-mno-altivec%> disables vsx"
19776 msgstr ""
19778 #: config/rs6000/rs6000.cc:3968
19779 msgid "%<-mquad-memory%> requires 64-bit mode"
19780 msgstr ""
19782 #: config/rs6000/rs6000.cc:3971
19783 msgid "%<-mquad-memory-atomic%> requires 64-bit mode"
19784 msgstr ""
19786 #: config/rs6000/rs6000.cc:3983
19787 msgid "%<-mquad-memory%> is not available in little endian mode"
19788 msgstr ""
19790 #: config/rs6000/rs6000.cc:11074
19791 msgid "bad move"
19792 msgstr ""
19794 #: config/rs6000/rs6000.cc:13651
19795 msgid "Bad 128-bit move"
19796 msgstr ""
19798 #: config/rs6000/rs6000.cc:13831
19799 #, c-format
19800 msgid "invalid %%A value"
19801 msgstr "nevaljana %%A vrijednost"
19803 #: config/rs6000/rs6000.cc:13840 config/xtensa/xtensa.cc:2920
19804 #, c-format
19805 msgid "invalid %%D value"
19806 msgstr ""
19808 #: config/rs6000/rs6000.cc:13855
19809 #, c-format
19810 msgid "invalid %%e value"
19811 msgstr "nevaljana %%e vrijednost"
19813 #: config/rs6000/rs6000.cc:13876
19814 #, c-format
19815 msgid "invalid %%f value"
19816 msgstr ""
19818 #: config/rs6000/rs6000.cc:13885
19819 #, c-format
19820 msgid "invalid %%F value"
19821 msgstr ""
19823 #: config/rs6000/rs6000.cc:13894
19824 #, c-format
19825 msgid "invalid %%G value"
19826 msgstr ""
19828 #: config/rs6000/rs6000.cc:13929
19829 #, c-format
19830 msgid "invalid %%j code"
19831 msgstr ""
19833 #: config/rs6000/rs6000.cc:13939
19834 #, c-format
19835 msgid "invalid %%J code"
19836 msgstr ""
19838 #: config/rs6000/rs6000.cc:13949
19839 #, c-format
19840 msgid "invalid %%k value"
19841 msgstr ""
19843 #: config/rs6000/rs6000.cc:13964 config/xtensa/xtensa.cc:2957
19844 #, c-format
19845 msgid "invalid %%K value"
19846 msgstr ""
19848 #: config/rs6000/rs6000.cc:14011
19849 #, c-format
19850 msgid "invalid %%O value"
19851 msgstr ""
19853 #: config/rs6000/rs6000.cc:14058
19854 #, c-format
19855 msgid "invalid %%q value"
19856 msgstr ""
19858 #: config/rs6000/rs6000.cc:14100
19859 #, c-format
19860 msgid "invalid %%t value"
19861 msgstr "nevaljani %%t kȏd"
19863 #: config/rs6000/rs6000.cc:14117
19864 #, c-format
19865 msgid "invalid %%T value"
19866 msgstr ""
19868 #: config/rs6000/rs6000.cc:14129
19869 #, c-format
19870 msgid "invalid %%u value"
19871 msgstr ""
19873 #: config/rs6000/rs6000.cc:14143 config/xtensa/xtensa.cc:2932
19874 #, c-format
19875 msgid "invalid %%v value"
19876 msgstr ""
19878 #: config/rs6000/rs6000.cc:14193
19879 #, c-format
19880 msgid "invalid %%V value"
19881 msgstr "nevaljana %%V vrijednost"
19883 #: config/rs6000/rs6000.cc:14209 config/xtensa/xtensa.cc:2978
19884 #, c-format
19885 msgid "invalid %%x value"
19886 msgstr ""
19888 #: config/rs6000/rs6000.cc:14266
19889 #, c-format
19890 msgid "invalid %%z value"
19891 msgstr "nevaljani %%z kȏd"
19893 #: config/rs6000/rs6000.cc:14335
19894 #, c-format
19895 msgid "invalid %%y value, try using the 'Z' constraint"
19896 msgstr ""
19898 #: config/rs6000/rs6000.cc:15265
19899 msgid "Invalid mixing of IEEE 128-bit and IBM 128-bit floating point types"
19900 msgstr ""
19902 #: config/rs6000/rs6000.cc:24132
19903 msgid "AltiVec argument passed to unprototyped function"
19904 msgstr ""
19906 #: config/rs6000/rs6000.cc:27754
19907 msgid "Could not generate addis value for fusion"
19908 msgstr ""
19910 #: config/rs6000/rs6000.cc:27823
19911 msgid "Unable to generate load/store offset for fusion"
19912 msgstr ""
19914 #: config/rs6000/rs6000.cc:27899
19915 msgid "Bad GPR fusion"
19916 msgstr ""
19918 #: config/rs6000/rs6000.cc:28438
19919 msgid "invalid conversion from type %<__vector_quad%>"
19920 msgstr ""
19922 #: config/rs6000/rs6000.cc:28440
19923 msgid "invalid conversion to type %<__vector_quad%>"
19924 msgstr ""
19926 #: config/rs6000/rs6000.cc:28442
19927 msgid "invalid conversion from type %<__vector_pair%>"
19928 msgstr ""
19930 #: config/rs6000/rs6000.cc:28444
19931 msgid "invalid conversion to type %<__vector_pair%>"
19932 msgstr ""
19934 #: config/s390/s390.cc:8072
19935 #, c-format
19936 msgid "symbolic memory references are only supported on z10 or later"
19937 msgstr ""
19939 #: config/s390/s390.cc:8083
19940 #, c-format
19941 msgid "cannot decompose address"
19942 msgstr ""
19944 #: config/s390/s390.cc:8165
19945 #, c-format
19946 msgid "invalid comparison operator for 'E' output modifier"
19947 msgstr ""
19949 #: config/s390/s390.cc:8188
19950 #, c-format
19951 msgid "invalid reference for 'J' output modifier"
19952 msgstr ""
19954 #: config/s390/s390.cc:8206
19955 #, c-format
19956 msgid "invalid address for 'O' output modifier"
19957 msgstr ""
19959 #: config/s390/s390.cc:8228
19960 #, c-format
19961 msgid "invalid address for 'R' output modifier"
19962 msgstr ""
19964 #: config/s390/s390.cc:8246
19965 #, c-format
19966 msgid "memory reference expected for 'S' output modifier"
19967 msgstr ""
19969 #: config/s390/s390.cc:8256
19970 #, c-format
19971 msgid "invalid address for 'S' output modifier"
19972 msgstr ""
19974 #: config/s390/s390.cc:8277
19975 #, c-format
19976 msgid "register or memory expression expected for 'N' output modifier"
19977 msgstr ""
19979 #: config/s390/s390.cc:8288
19980 #, c-format
19981 msgid "register or memory expression expected for 'M' output modifier"
19982 msgstr ""
19984 #: config/s390/s390.cc:8397 config/s390/s390.cc:8418
19985 #, c-format
19986 msgid "invalid constant for output modifier '%c'"
19987 msgstr ""
19989 #: config/s390/s390.cc:8415
19990 #, c-format
19991 msgid "invalid constant - try using an output modifier"
19992 msgstr ""
19994 #: config/s390/s390.cc:8452
19995 #, c-format
19996 msgid "invalid constant vector for output modifier '%c'"
19997 msgstr ""
19999 #: config/s390/s390.cc:8459
20000 #, c-format
20001 msgid "invalid expression - try using an output modifier"
20002 msgstr ""
20004 #: config/s390/s390.cc:8462
20005 #, c-format
20006 msgid "invalid expression for output modifier '%c'"
20007 msgstr ""
20009 #: config/s390/s390.cc:12310
20010 msgid "vector argument passed to unprototyped function"
20011 msgstr ""
20013 #: config/s390/s390.cc:16762
20014 msgid "types differ in signedness"
20015 msgstr ""
20017 #: config/s390/s390.cc:16772
20018 msgid "binary operator does not support two vector bool operands"
20019 msgstr ""
20021 #: config/s390/s390.cc:16775
20022 msgid "binary operator does not support vector bool operand"
20023 msgstr ""
20025 #: config/s390/s390.cc:16783
20026 msgid "binary operator does not support mixing vector bool with floating point vector operands"
20027 msgstr ""
20029 #: config/sh/sh.cc:1222
20030 #, c-format
20031 msgid "invalid operand to %%R"
20032 msgstr ""
20034 #: config/sh/sh.cc:1249
20035 #, c-format
20036 msgid "invalid operand to %%S"
20037 msgstr ""
20039 #: config/sh/sh.cc:8667
20040 msgid "created and used with different architectures / ABIs"
20041 msgstr ""
20043 #: config/sh/sh.cc:8669
20044 msgid "created and used with different ABIs"
20045 msgstr ""
20047 #: config/sh/sh.cc:8671
20048 msgid "created and used with different endianness"
20049 msgstr ""
20051 #: config/sparc/sparc.cc:9379 config/sparc/sparc.cc:9385
20052 #, c-format
20053 msgid "invalid %%Y operand"
20054 msgstr ""
20056 #: config/sparc/sparc.cc:9472
20057 #, c-format
20058 msgid "invalid %%A operand"
20059 msgstr ""
20061 #: config/sparc/sparc.cc:9492
20062 #, c-format
20063 msgid "invalid %%B operand"
20064 msgstr ""
20066 #: config/sparc/sparc.cc:9572
20067 #, c-format
20068 msgid "invalid %%C operand"
20069 msgstr ""
20071 #: config/sparc/sparc.cc:9604
20072 #, c-format
20073 msgid "invalid %%D operand"
20074 msgstr ""
20076 #: config/sparc/sparc.cc:9623
20077 #, c-format
20078 msgid "invalid %%f operand"
20079 msgstr ""
20081 #: config/sparc/sparc.cc:9635
20082 #, c-format
20083 msgid "invalid %%s operand"
20084 msgstr ""
20086 #: config/sparc/sparc.cc:9680
20087 #, c-format
20088 msgid "floating-point constant not a valid immediate operand"
20089 msgstr ""
20091 #: config/stormy16/stormy16.cc:1751 config/stormy16/stormy16.cc:1822
20092 #, c-format
20093 msgid "'B' operand is not constant"
20094 msgstr ""
20096 #: config/stormy16/stormy16.cc:1778
20097 #, c-format
20098 msgid "'B' operand has multiple bits set"
20099 msgstr ""
20101 #: config/stormy16/stormy16.cc:1804
20102 #, c-format
20103 msgid "'o' operand is not constant"
20104 msgstr ""
20106 #: config/stormy16/stormy16.cc:1836
20107 #, c-format
20108 msgid "xstormy16_print_operand: unknown code"
20109 msgstr ""
20111 #: config/v850/v850.cc:271
20112 msgid "const_double_split got a bad insn:"
20113 msgstr ""
20115 #: config/v850/v850.cc:885
20116 msgid "output_move_single:"
20117 msgstr ""
20119 #: config/vax/vax.cc:481
20120 #, c-format
20121 msgid "symbol used with both base and indexed registers"
20122 msgstr ""
20124 #: config/vax/vax.cc:490
20125 #, c-format
20126 msgid "symbol with offset used in PIC mode"
20127 msgstr ""
20129 #: config/vax/vax.cc:578
20130 #, c-format
20131 msgid "symbol used as immediate operand"
20132 msgstr ""
20134 #: config/vax/vax.cc:1680
20135 msgid "illegal operand detected"
20136 msgstr ""
20138 #: config/visium/visium.cc:3365
20139 msgid "illegal operand "
20140 msgstr ""
20142 #: config/visium/visium.cc:3416
20143 msgid "illegal operand address (1)"
20144 msgstr ""
20146 #: config/visium/visium.cc:3423
20147 msgid "illegal operand address (2)"
20148 msgstr ""
20150 #: config/visium/visium.cc:3438
20151 msgid "illegal operand address (3)"
20152 msgstr ""
20154 #: config/visium/visium.cc:3446
20155 msgid "illegal operand address (4)"
20156 msgstr ""
20158 #: config/xtensa/xtensa.cc:830 config/xtensa/xtensa.cc:868
20159 msgid "bad test"
20160 msgstr ""
20162 #: config/xtensa/xtensa.cc:2952
20163 msgid "invalid mask"
20164 msgstr ""
20166 #: config/xtensa/xtensa.cc:3004 config/xtensa/xtensa.cc:3014
20167 #, c-format
20168 msgid "invalid %%t/%%b value"
20169 msgstr ""
20171 #: config/xtensa/xtensa.cc:3093
20172 msgid "no register in address"
20173 msgstr ""
20175 #: config/xtensa/xtensa.cc:3101
20176 msgid "address offset not a constant"
20177 msgstr ""
20179 #: c/c-objc-common.cc:193
20180 msgid "{erroneous}"
20181 msgstr ""
20183 #: c/c-objc-common.cc:234
20184 msgid "aka"
20185 msgstr ""
20187 #: c/c-objc-common.cc:326
20188 msgid "({anonymous})"
20189 msgstr ""
20191 #. If we have
20192 #. declaration-specifiers declarator decl-specs
20193 #. then assume we have a missing semicolon, which would
20194 #. give us:
20195 #. declaration-specifiers declarator  decl-specs
20196 #. ^
20197 #. ;
20198 #. <~~~~~~~~~ declaration ~~~~~~~~~~>
20199 #. Use c_parser_require to get an error with a fix-it hint.
20200 #: c/c-parser.cc:2762 c/c-parser.cc:2884 c/c-parser.cc:2898 c/c-parser.cc:6161
20201 #: c/c-parser.cc:6784 c/c-parser.cc:7213 c/c-parser.cc:7392 c/c-parser.cc:7425
20202 #: c/c-parser.cc:7691 c/c-parser.cc:11762 c/c-parser.cc:11797
20203 #: c/c-parser.cc:11828 c/c-parser.cc:11875 c/c-parser.cc:12056
20204 #: c/c-parser.cc:12889 c/c-parser.cc:12964 c/c-parser.cc:13007
20205 #: c/c-parser.cc:19400 c/c-parser.cc:19480 c/c-parser.cc:19809
20206 #: c/c-parser.cc:19835 c/c-parser.cc:19858 c/c-parser.cc:20305
20207 #: c/c-parser.cc:20349 c/gimple-parser.cc:406 c/gimple-parser.cc:447
20208 #: c/gimple-parser.cc:456 c/gimple-parser.cc:665 c/gimple-parser.cc:2261
20209 #: c/gimple-parser.cc:2298 c/gimple-parser.cc:2377 c/gimple-parser.cc:2404
20210 #: c/c-parser.cc:3672 c/c-parser.cc:3862 c/c-parser.cc:3897
20211 #: c/c-parser.cc:12049 c/gimple-parser.cc:2069 c/gimple-parser.cc:2126
20212 #: cp/parser.cc:15337 cp/parser.cc:33066 cp/parser.cc:33700
20213 #, gcc-internal-format
20214 msgid "expected %<;%>"
20215 msgstr "očekivano je %<;%>"
20217 #: c/c-parser.cc:3356 c/c-parser.cc:4461 c/c-parser.cc:4656 c/c-parser.cc:4714
20218 #: c/c-parser.cc:4772 c/c-parser.cc:5154 c/c-parser.cc:5177 c/c-parser.cc:5186
20219 #: c/c-parser.cc:5237 c/c-parser.cc:5246 c/c-parser.cc:9124 c/c-parser.cc:9192
20220 #: c/c-parser.cc:9702 c/c-parser.cc:9727 c/c-parser.cc:9761 c/c-parser.cc:9873
20221 #: c/c-parser.cc:10692 c/c-parser.cc:12163 c/c-parser.cc:14547
20222 #: c/c-parser.cc:15261 c/c-parser.cc:15320 c/c-parser.cc:15375
20223 #: c/c-parser.cc:17169 c/c-parser.cc:17289 c/c-parser.cc:18623
20224 #: c/c-parser.cc:19900 c/c-parser.cc:20313 c/c-parser.cc:23398
20225 #: c/c-parser.cc:23480 c/gimple-parser.cc:195 c/gimple-parser.cc:198
20226 #: c/gimple-parser.cc:541 c/gimple-parser.cc:575 c/gimple-parser.cc:580
20227 #: c/gimple-parser.cc:749 c/gimple-parser.cc:846 c/gimple-parser.cc:1048
20228 #: c/gimple-parser.cc:1074 c/gimple-parser.cc:1077 c/gimple-parser.cc:1208
20229 #: c/gimple-parser.cc:1335 c/gimple-parser.cc:1462 c/gimple-parser.cc:1478
20230 #: c/gimple-parser.cc:1494 c/gimple-parser.cc:1516 c/gimple-parser.cc:1546
20231 #: c/gimple-parser.cc:1572 c/gimple-parser.cc:1779 c/gimple-parser.cc:1991
20232 #: c/gimple-parser.cc:2011 c/gimple-parser.cc:2171 c/gimple-parser.cc:2334
20233 #: c/c-parser.cc:7643 cp/parser.cc:33748
20234 #, gcc-internal-format
20235 msgid "expected %<)%>"
20236 msgstr "očekivano je %<)%>"
20238 #: c/c-parser.cc:4550 c/c-parser.cc:5297 c/c-parser.cc:5449 c/c-parser.cc:5475
20239 #: c/c-parser.cc:5476 c/c-parser.cc:5916 c/c-parser.cc:5960 c/c-parser.cc:7742
20240 #: c/c-parser.cc:9864 c/c-parser.cc:10833 c/c-parser.cc:11187
20241 #: c/c-parser.cc:13950 c/gimple-parser.cc:1755 cp/parser.cc:33712
20242 #, gcc-internal-format
20243 msgid "expected %<]%>"
20244 msgstr "očekivano je %<]%>"
20246 #: c/c-parser.cc:4752
20247 msgid "expected %<;%>, %<,%> or %<)%>"
20248 msgstr "očekivano je %<;%>, %<,%> ili %<)%>"
20250 #. Look for the two `(' tokens.
20251 #: c/c-parser.cc:5206 c/c-parser.cc:5211 c/c-parser.cc:14530
20252 #: c/c-parser.cc:15350 c/c-parser.cc:22674 c/c-parser.cc:23206
20253 #: c/c-parser.cc:23423 c/gimple-parser.cc:180 c/gimple-parser.cc:488
20254 #: c/gimple-parser.cc:527 c/gimple-parser.cc:559 c/gimple-parser.cc:816
20255 #: c/gimple-parser.cc:1042 c/gimple-parser.cc:1068 c/gimple-parser.cc:1195
20256 #: c/gimple-parser.cc:1330 c/gimple-parser.cc:1452 c/gimple-parser.cc:1512
20257 #: c/gimple-parser.cc:1530 c/gimple-parser.cc:1565 c/gimple-parser.cc:1960
20258 #: c/gimple-parser.cc:1971 c/gimple-parser.cc:1977 c/gimple-parser.cc:2160
20259 #: c/gimple-parser.cc:2331 c/c-parser.cc:14352 cp/parser.cc:33703
20260 #, gcc-internal-format
20261 msgid "expected %<(%>"
20262 msgstr "očekivano je %<(%>"
20264 #: c/c-parser.cc:5445 c/c-parser.cc:5447 c/c-parser.cc:13854
20265 #: cp/parser.cc:33715 cp/parser.cc:37465 go/gofrontend/embed.cc:439
20266 #, gcc-internal-format
20267 msgid "expected %<[%>"
20268 msgstr "očekivano je %<[%>"
20270 #: c/c-parser.cc:6097 c/c-parser.cc:12392 c/c-parser.cc:19375
20271 #: c/c-parser.cc:19461 c/c-parser.cc:20119 c/c-parser.cc:20991
20272 #: c/c-parser.cc:24654 c/gimple-parser.cc:399 c/gimple-parser.cc:2337
20273 #: c/c-parser.cc:3659 c/c-parser.cc:3886 c/c-parser.cc:11944
20274 #: cp/parser.cc:21026 cp/parser.cc:33709 go/gofrontend/embed.cc:370
20275 #, gcc-internal-format
20276 msgid "expected %<{%>"
20277 msgstr "očekivano je %<{%>"
20279 #: c/c-parser.cc:6392 c/c-parser.cc:6401 c/c-parser.cc:8189 c/c-parser.cc:9329
20280 #: c/c-parser.cc:12156 c/c-parser.cc:12553 c/c-parser.cc:12617
20281 #: c/c-parser.cc:13932 c/c-parser.cc:14952 c/c-parser.cc:15178
20282 #: c/c-parser.cc:15696 c/c-parser.cc:15797 c/c-parser.cc:16331
20283 #: c/c-parser.cc:16767 c/c-parser.cc:16843 c/c-parser.cc:16960
20284 #: c/c-parser.cc:17032 c/c-parser.cc:22536 c/c-parser.cc:23263
20285 #: c/c-parser.cc:23322 c/gimple-parser.cc:582 c/gimple-parser.cc:887
20286 #: c/gimple-parser.cc:2385 c/gimple-parser.cc:2412 c/c-parser.cc:7650
20287 #: c/c-parser.cc:14455 c/c-parser.cc:15802 cp/parser.cc:33742
20288 #: cp/parser.cc:35426 cp/parser.cc:38313 cp/parser.cc:39188
20289 #: go/gofrontend/embed.cc:403
20290 #, gcc-internal-format
20291 msgid "expected %<:%>"
20292 msgstr "očekivano je %<:%>"
20294 #: c/c-parser.cc:7200 cp/parser.cc:33629
20295 #, gcc-internal-format
20296 msgid "expected %<while%>"
20297 msgstr "očekivano je %<while%>"
20299 #: c/c-parser.cc:9087 c/c-parser.cc:9280 c/c-parser.cc:9751 c/c-parser.cc:9794
20300 #: c/c-parser.cc:9935 c/c-parser.cc:10682 c/c-parser.cc:15355
20301 #: c/c-parser.cc:16912 c/gimple-parser.cc:1045 c/gimple-parser.cc:1071
20302 #: c/gimple-parser.cc:1199 c/gimple-parser.cc:1202 c/gimple-parser.cc:1534
20303 #: c/gimple-parser.cc:1540 cp/parser.cc:33064 cp/parser.cc:33718
20304 #, gcc-internal-format
20305 msgid "expected %<,%>"
20306 msgstr "očekivano je %<,%>"
20308 #: c/c-parser.cc:9648
20309 msgid "expected %<.%>"
20310 msgstr "očekivano je %<.%>"
20312 #: c/c-parser.cc:11615 c/c-parser.cc:11647 c/c-parser.cc:11887
20313 #: cp/parser.cc:36000 cp/parser.cc:36021
20314 #, gcc-internal-format
20315 msgid "expected %<@end%>"
20316 msgstr "očekivano je %<@end%>"
20318 #: c/c-parser.cc:12305 c/gimple-parser.cc:1370 cp/parser.cc:33727
20319 #, gcc-internal-format
20320 msgid "expected %<>%>"
20321 msgstr "očekivano je %<>%>"
20323 #: c/c-parser.cc:15891 c/c-parser.cc:17307 cp/parser.cc:33751
20324 #, gcc-internal-format
20325 msgid "expected %<,%> or %<)%>"
20326 msgstr "očekivano je %<,%> ili %<)%>"
20328 #. All following cases are statements with LHS.
20329 #: c/c-parser.cc:16759 c/c-parser.cc:19268 c/c-parser.cc:19315
20330 #: c/c-parser.cc:19472 c/c-parser.cc:19819 c/c-parser.cc:20292
20331 #: c/c-parser.cc:22743 c/c-parser.cc:23464 c/gimple-parser.cc:740
20332 #: c/c-parser.cc:5983 c/c-parser.cc:19392 c/c-parser.cc:19615
20333 #: cp/parser.cc:33730 cp/parser.cc:42040 cp/parser.cc:42213
20334 #, gcc-internal-format
20335 msgid "expected %<=%>"
20336 msgstr "očekivano je %<=%>"
20338 #: c/c-parser.cc:19403 c/c-parser.cc:19483 c/c-parser.cc:19836
20339 #: c/c-parser.cc:20170 c/gimple-parser.cc:1588 c/gimple-parser.cc:1620
20340 #: c/gimple-parser.cc:1630 c/gimple-parser.cc:2422 cp/parser.cc:33706
20341 #: cp/parser.cc:36210
20342 #, gcc-internal-format
20343 msgid "expected %<}%>"
20344 msgstr "očekivano je %<}%>"
20346 #: c/c-parser.cc:19496 cp/parser.cc:42138
20347 #, gcc-internal-format
20348 msgid "expected %<else%>"
20349 msgstr "očekivano %<else%>"
20351 #: c/c-parser.cc:21036 c/c-parser.cc:21025 cp/parser.cc:44395
20352 #, gcc-internal-format
20353 msgid "expected %<#pragma omp section%> or %<}%>"
20354 msgstr ""
20356 #: c/c-parser.cc:24024 cp/parser.cc:48240
20357 msgid "<message unknown at compile time>"
20358 msgstr ""
20360 #: c/c-typeck.cc:8865
20361 msgid "(anonymous)"
20362 msgstr ""
20364 #: c/gimple-parser.cc:1359 cp/parser.cc:18374 cp/parser.cc:33724
20365 #, gcc-internal-format
20366 msgid "expected %<<%>"
20367 msgstr ""
20369 #: c/gimple-parser.cc:2381 c/gimple-parser.cc:2408 c/gimple-parser.cc:2247
20370 #: c/gimple-parser.cc:2284
20371 #, gcc-internal-format
20372 msgid "expected label"
20373 msgstr "očekivana je oznaka"
20375 #: cp/call.cc:4056
20376 msgid "candidate:"
20377 msgstr ""
20379 #: cp/call.cc:8190
20380 msgid "  after user-defined conversion:"
20381 msgstr ""
20383 #: cp/call.cc:8350 cp/pt.cc:2018 cp/pt.cc:25934
20384 msgid "candidate is:"
20385 msgid_plural "candidates are:"
20386 msgstr[0] ""
20387 msgstr[1] ""
20388 msgstr[2] ""
20390 #: cp/call.cc:12782 cp/call.cc:13174
20391 msgid "candidate 1:"
20392 msgstr ""
20394 #: cp/call.cc:12784 cp/call.cc:13175
20395 msgid "candidate 2:"
20396 msgstr ""
20398 #: cp/decl.cc:3587
20399 msgid "jump to label %qD"
20400 msgstr ""
20402 #: cp/decl.cc:3588
20403 msgid "jump to case label"
20404 msgstr ""
20406 #: cp/error.cc:462
20407 msgid "<missing>"
20408 msgstr ""
20410 #: cp/error.cc:564
20411 msgid "<brace-enclosed initializer list>"
20412 msgstr ""
20414 #: cp/error.cc:566
20415 msgid "<unresolved overloaded function type>"
20416 msgstr ""
20418 #: cp/error.cc:733
20419 msgid "<type error>"
20420 msgstr ""
20422 #. A lambda's "type" is essentially its signature.
20423 #: cp/error.cc:840
20424 msgid "<lambda"
20425 msgstr ""
20427 #: cp/error.cc:850 objc/objc-act.cc:6364 cp/cxx-pretty-print.cc:154
20428 #: cp/cxx-pretty-print.cc:2828
20429 #, gcc-internal-format
20430 msgid "<unnamed>"
20431 msgstr ""
20433 #: cp/error.cc:852
20434 #, c-format
20435 msgid "<unnamed %s>"
20436 msgstr ""
20438 #: cp/error.cc:990
20439 msgid "<typeprefixerror>"
20440 msgstr ""
20442 #: cp/error.cc:1131
20443 #, c-format
20444 msgid "(static initializers for %s)"
20445 msgstr ""
20447 #: cp/error.cc:1133
20448 #, c-format
20449 msgid "(static destructors for %s)"
20450 msgstr ""
20452 #: cp/error.cc:1179
20453 msgid "<structured bindings>"
20454 msgstr ""
20456 #: cp/error.cc:1303
20457 msgid "vtable for "
20458 msgstr ""
20460 #: cp/error.cc:1327
20461 msgid "<return value> "
20462 msgstr ""
20464 #: cp/error.cc:1342
20465 msgid "{anonymous}"
20466 msgstr ""
20468 #: cp/error.cc:1344
20469 msgid "(anonymous namespace)"
20470 msgstr ""
20472 #: cp/error.cc:1444
20473 msgid "<template arguments error>"
20474 msgstr ""
20476 #: cp/error.cc:1469
20477 msgid "<enumerator>"
20478 msgstr ""
20480 #: cp/error.cc:1533
20481 msgid "<declaration error>"
20482 msgstr ""
20484 #: cp/error.cc:2099 cp/error.cc:2119
20485 msgid "<template parameter error>"
20486 msgstr ""
20488 #: cp/error.cc:2249
20489 msgid "<statement>"
20490 msgstr ""
20492 #: cp/error.cc:2279 cp/error.cc:3374 c-family/c-pretty-print.cc:2661
20493 #, gcc-internal-format
20494 msgid "<unknown>"
20495 msgstr ""
20497 #. While waiting for caret diagnostics, avoid printing
20498 #. __cxa_allocate_exception, __cxa_throw, and the like.
20499 #: cp/error.cc:2297
20500 msgid "<throw-expression>"
20501 msgstr ""
20503 #: cp/error.cc:2398
20504 msgid "<ubsan routine call>"
20505 msgstr ""
20507 #: cp/error.cc:2889
20508 msgid "<unparsed>"
20509 msgstr ""
20511 #: cp/error.cc:3046
20512 msgid "<lambda>"
20513 msgstr ""
20515 #: cp/error.cc:3085
20516 msgid "*this"
20517 msgstr ""
20519 #: cp/error.cc:3099
20520 msgid "<expression error>"
20521 msgstr ""
20523 #: cp/error.cc:3114
20524 msgid "<unknown operator>"
20525 msgstr ""
20527 #: cp/error.cc:3589
20528 msgid "At global scope:"
20529 msgstr ""
20531 #: cp/error.cc:3648
20532 #, fuzzy
20533 #| msgid "    inlined from %qs at %r%s:%d:%d%R"
20534 msgid "    inlined from %qD at %r%s:%d:%d%R"
20535 msgstr "    umetnuto od %qs pri %r%s:%d:%d%R"
20537 #: cp/error.cc:3653
20538 #, fuzzy
20539 #| msgid "    inlined from %qs at %r%s:%d%R"
20540 msgid "    inlined from %qD at %r%s:%d%R"
20541 msgstr "    umetnuto od %qs pri %r%s:%d%R"
20543 #: cp/error.cc:3659
20544 #, fuzzy
20545 #| msgid "    inlined from %qs"
20546 msgid "    inlined from %qD"
20547 msgstr "    umetnuto od %qs"
20549 #: cp/error.cc:3686
20550 #, fuzzy
20551 #| msgid "In member function %qs"
20552 msgid "In static member function %qD"
20553 msgstr "U funkciji člana %qs"
20555 #: cp/error.cc:3688
20556 #, fuzzy
20557 #| msgid "no constructors"
20558 msgid "In copy constructor %qD"
20559 msgstr "nijedan konstruktor nije pronađen"
20561 #: cp/error.cc:3690
20562 #, fuzzy
20563 #| msgid "no constructors"
20564 msgid "In constructor %qD"
20565 msgstr "nijedan konstruktor nije pronađen"
20567 #: cp/error.cc:3692
20568 #, fuzzy
20569 #| msgid "no destructors"
20570 msgid "In destructor %qD"
20571 msgstr "nema destruktora"
20573 #: cp/error.cc:3694
20574 msgid "In lambda function"
20575 msgstr ""
20577 #: cp/error.cc:3696
20578 #, fuzzy
20579 #| msgid "In member function %qs"
20580 msgid "In member function %qD"
20581 msgstr "U funkciji člana %qs"
20583 #: cp/error.cc:3699
20584 #, fuzzy
20585 #| msgid "In function %qs"
20586 msgid "In function %qD"
20587 msgstr "U funkciji %qs"
20589 #: cp/error.cc:3722
20590 #, c-format
20591 msgid "%s: In substitution of %qS:\n"
20592 msgstr ""
20594 #: cp/error.cc:3723
20595 msgid "%s: In instantiation of %q#D:\n"
20596 msgstr ""
20598 #: cp/error.cc:3748 cp/error.cc:3902
20599 msgid "%r%s:%d:%d:%R   "
20600 msgstr ""
20602 #: cp/error.cc:3751 cp/error.cc:3905
20603 msgid "%r%s:%d:%R   "
20604 msgstr ""
20606 #: cp/error.cc:3759
20607 #, c-format
20608 msgid "recursively required by substitution of %qS\n"
20609 msgstr ""
20611 #: cp/error.cc:3760
20612 #, c-format
20613 msgid "required by substitution of %qS\n"
20614 msgstr ""
20616 #: cp/error.cc:3765
20617 msgid "recursively required from %q#D\n"
20618 msgstr ""
20620 #: cp/error.cc:3766
20621 msgid "required from %q#D\n"
20622 msgstr ""
20624 #: cp/error.cc:3773
20625 msgid "recursively required from here\n"
20626 msgstr ""
20628 #: cp/error.cc:3774
20629 msgid "required from here\n"
20630 msgstr ""
20632 #: cp/error.cc:3826
20633 msgid "%r%s:%d:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
20634 msgstr ""
20636 #: cp/error.cc:3832
20637 msgid "%r%s:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
20638 msgstr ""
20640 #: cp/error.cc:3886
20641 msgid "%r%s:%d:%d:%R   in %<constexpr%> expansion of %qs"
20642 msgstr ""
20644 #: cp/error.cc:3890
20645 msgid "%r%s:%d:%R   in %<constexpr%> expansion of %qs"
20646 msgstr ""
20648 #: cp/parser.cc:6140
20649 msgid "parameter %qD may not appear in this context"
20650 msgstr ""
20652 #: cp/parser.cc:6141
20653 msgid "local variable %qD may not appear in this context"
20654 msgstr ""
20656 #: cp/parser.cc:21870
20657 msgid "%<using enum%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
20658 msgstr ""
20660 #: cp/parser.cc:21873
20661 msgid "%<using enum%> of dependent type %qT"
20662 msgstr ""
20664 #: cp/parser.cc:21875
20665 msgid "%<using enum%> of non-enumeration type %q#T"
20666 msgstr ""
20668 #: cp/parser.cc:21877
20669 msgid "%<using enum%> of incomplete type %qT"
20670 msgstr ""
20672 #: cp/parser.cc:21879
20673 msgid "%<using enum%> of %qT before its enum-specifier"
20674 msgstr ""
20676 #: cp/pt.cc:2016 cp/semantics.cc:5984
20677 msgid "candidates are:"
20678 msgstr ""
20680 #: cp/rtti.cc:592
20681 msgid "target is not pointer or reference to class"
20682 msgstr ""
20684 #: cp/rtti.cc:597
20685 msgid "target is not pointer or reference to complete type"
20686 msgstr ""
20688 #: cp/rtti.cc:603
20689 msgid "target is not pointer or reference"
20690 msgstr ""
20692 #: cp/rtti.cc:619
20693 msgid "source is not a pointer"
20694 msgstr ""
20696 #: cp/rtti.cc:624
20697 msgid "source is not a pointer to class"
20698 msgstr ""
20700 #: cp/rtti.cc:629
20701 msgid "source is a pointer to incomplete type"
20702 msgstr ""
20704 #: cp/rtti.cc:642
20705 msgid "source is not of class type"
20706 msgstr ""
20708 #: cp/rtti.cc:647
20709 msgid "source is of incomplete class type"
20710 msgstr ""
20712 #: cp/rtti.cc:658
20713 msgid "conversion casts away constness"
20714 msgstr ""
20716 #: cp/rtti.cc:818
20717 msgid "source type is not polymorphic"
20718 msgstr ""
20720 #: cp/typeck.cc:7321 c/c-typeck.cc:4611
20721 #, gcc-internal-format
20722 msgid "wrong type argument to unary minus"
20723 msgstr ""
20725 #: cp/typeck.cc:7322 c/c-typeck.cc:4598
20726 #, gcc-internal-format
20727 msgid "wrong type argument to unary plus"
20728 msgstr ""
20730 #: cp/typeck.cc:7349 c/c-typeck.cc:4655
20731 #, gcc-internal-format
20732 msgid "wrong type argument to bit-complement"
20733 msgstr ""
20735 #: cp/typeck.cc:7366 c/c-typeck.cc:4663
20736 #, gcc-internal-format
20737 msgid "wrong type argument to abs"
20738 msgstr ""
20740 #: cp/typeck.cc:7378 c/c-typeck.cc:4685
20741 #, gcc-internal-format
20742 msgid "wrong type argument to conjugation"
20743 msgstr ""
20745 #: cp/typeck.cc:7400
20746 msgid "in argument to unary !"
20747 msgstr ""
20749 #: cp/typeck.cc:7449
20750 msgid "no pre-increment operator for type"
20751 msgstr ""
20753 #: cp/typeck.cc:7451
20754 msgid "no post-increment operator for type"
20755 msgstr ""
20757 #: cp/typeck.cc:7453
20758 msgid "no pre-decrement operator for type"
20759 msgstr ""
20761 #: cp/typeck.cc:7455
20762 msgid "no post-decrement operator for type"
20763 msgstr ""
20765 #: fortran/arith.cc:1487
20766 msgid "elemental binary operation"
20767 msgstr ""
20769 #: fortran/check.cc:70
20770 msgid " [see %<-fno-allow-invalid-boz%>]"
20771 msgstr ""
20773 #: fortran/check.cc:3705
20774 #, c-format
20775 msgid "arguments 'a%d' and 'a%d' for intrinsic '%s'"
20776 msgstr ""
20778 #: fortran/check.cc:3914 fortran/check.cc:3996 fortran/check.cc:4061
20779 #, c-format
20780 msgid "arguments '%s' and '%s' for intrinsic %s"
20781 msgstr ""
20783 #: fortran/check.cc:4402 fortran/intrinsic.cc:4821
20784 #, c-format
20785 msgid "arguments '%s' and '%s' for intrinsic '%s'"
20786 msgstr ""
20788 #: fortran/dump-parse-tree.cc:3649
20789 #, c-format
20790 msgid ""
20791 "/* Prototypes for external procedures generated from %s\n"
20792 "   by GNU Fortran %s%s.\n"
20793 "\n"
20794 "   Use of this interface is discouraged, consider using the\n"
20795 "   BIND(C) feature of standard Fortran instead.  */\n"
20796 "\n"
20797 msgstr ""
20799 #: fortran/error.cc:977
20800 msgid "Fortran 2018 deleted feature:"
20801 msgstr ""
20803 #: fortran/error.cc:979
20804 msgid "Fortran 2018 obsolescent feature:"
20805 msgstr ""
20807 #: fortran/error.cc:981
20808 msgid "Fortran 2018:"
20809 msgstr ""
20811 #: fortran/error.cc:983
20812 msgid "Fortran 2008 obsolescent feature:"
20813 msgstr ""
20815 #: fortran/error.cc:989
20816 msgid "GNU Extension:"
20817 msgstr ""
20819 #: fortran/error.cc:991
20820 msgid "Legacy Extension:"
20821 msgstr ""
20823 #: fortran/error.cc:993
20824 msgid "Obsolescent feature:"
20825 msgstr ""
20827 #: fortran/error.cc:995
20828 msgid "Deleted feature:"
20829 msgstr ""
20831 #: fortran/expr.cc:3783
20832 msgid "array assignment"
20833 msgstr ""
20835 #: fortran/frontend-passes.cc:2387
20836 msgid "Index variable %qs redefined at %L in procedure %qs called from within DO loop at %L"
20837 msgstr ""
20839 #. Macros for unified error messages.
20840 #: fortran/frontend-passes.cc:4078
20841 #, c-format
20842 msgid "Incorrect extent in argument B in MATMUL intrinsic in dimension 1: is %ld, should be %ld"
20843 msgstr ""
20845 #: fortran/frontend-passes.cc:4081
20846 #, c-format
20847 msgid "Array bound mismatch for dimension 1 of array (%ld/%ld)"
20848 msgstr ""
20850 #: fortran/frontend-passes.cc:4084
20851 #, c-format
20852 msgid "Array bound mismatch for dimension 2 of array (%ld/%ld)"
20853 msgstr ""
20855 #: fortran/gfortranspec.cc:427 m2/gm2spec.cc:791
20856 #, c-format
20857 msgid "Driving:"
20858 msgstr ""
20860 #: fortran/interface.cc:3618 fortran/intrinsic.cc:4505
20861 msgid "actual argument to INTENT = OUT/INOUT"
20862 msgstr ""
20864 #: fortran/intrinsic.cc:4858
20865 msgid "available since Fortran 77"
20866 msgstr ""
20868 #: fortran/intrinsic.cc:4862
20869 msgid "obsolescent in Fortran 95"
20870 msgstr ""
20872 #: fortran/intrinsic.cc:4866
20873 msgid "deleted in Fortran 95"
20874 msgstr ""
20876 #: fortran/intrinsic.cc:4870
20877 msgid "new in Fortran 95"
20878 msgstr ""
20880 #: fortran/intrinsic.cc:4874
20881 msgid "new in Fortran 2003"
20882 msgstr ""
20884 #: fortran/intrinsic.cc:4878
20885 msgid "new in Fortran 2008"
20886 msgstr ""
20888 #: fortran/intrinsic.cc:4882
20889 msgid "new in Fortran 2018"
20890 msgstr ""
20892 #: fortran/intrinsic.cc:4886
20893 msgid "a GNU Fortran extension"
20894 msgstr ""
20896 #: fortran/intrinsic.cc:4890
20897 msgid "for backward compatibility"
20898 msgstr ""
20900 #: fortran/io.cc:1873
20901 #, c-format
20902 msgid "%s tag"
20903 msgstr ""
20905 #: fortran/io.cc:3373
20906 msgid "internal unit in WRITE"
20907 msgstr ""
20909 #. For INQUIRE, all tags except FILE, ID and UNIT are variable definition
20910 #. contexts.  Thus, use an extended RESOLVE_TAG macro for that.
20911 #: fortran/io.cc:4734
20912 #, c-format
20913 msgid "%s tag with INQUIRE"
20914 msgstr ""
20916 #: fortran/matchexp.cc:28
20917 #, c-format
20918 msgid "Syntax error in expression at %C"
20919 msgstr ""
20921 #: fortran/module.cc:1254
20922 msgid "Unexpected EOF"
20923 msgstr ""
20925 #: fortran/module.cc:1379
20926 msgid "Name too long"
20927 msgstr ""
20929 #: fortran/module.cc:1433 fortran/module.cc:1491 fortran/module.cc:1546
20930 #: fortran/module.cc:1604
20931 msgid "Bad name"
20932 msgstr ""
20934 #: fortran/module.cc:1628
20935 msgid "Expected name"
20936 msgstr ""
20938 #: fortran/module.cc:1631
20939 msgid "Expected left parenthesis"
20940 msgstr ""
20942 #: fortran/module.cc:1634
20943 msgid "Expected right parenthesis"
20944 msgstr ""
20946 #: fortran/module.cc:1637
20947 msgid "Expected integer"
20948 msgstr ""
20950 #: fortran/module.cc:1640 fortran/module.cc:2845
20951 msgid "Expected string"
20952 msgstr ""
20954 #: fortran/module.cc:1665
20955 msgid "find_enum(): Enum not found"
20956 msgstr ""
20958 #: fortran/module.cc:2235
20959 msgid "Unsupported: multiple OpenACC 'routine' levels of parallelism"
20960 msgstr ""
20962 #: fortran/module.cc:2475
20963 msgid "Expected attribute bit name"
20964 msgstr ""
20966 #: fortran/module.cc:3474
20967 msgid "Expected integer string"
20968 msgstr ""
20970 #: fortran/module.cc:3478
20971 msgid "Error converting integer"
20972 msgstr ""
20974 #: fortran/module.cc:3500
20975 msgid "Expected real string"
20976 msgstr ""
20978 #: fortran/module.cc:3725
20979 msgid "Expected expression type"
20980 msgstr ""
20982 #: fortran/module.cc:3805
20983 msgid "Bad operator"
20984 msgstr ""
20986 #: fortran/module.cc:3922
20987 msgid "Bad type in constant expression"
20988 msgstr ""
20990 #: fortran/module.cc:7380
20991 msgid "Unexpected end of module"
20992 msgstr ""
20994 #: fortran/parse.cc:1947
20995 msgid "arithmetic IF"
20996 msgstr ""
20998 #: fortran/parse.cc:1956
20999 msgid "attribute declaration"
21000 msgstr ""
21002 #: fortran/parse.cc:1992
21003 msgid "data declaration"
21004 msgstr ""
21006 #: fortran/parse.cc:2010
21007 msgid "derived type declaration"
21008 msgstr ""
21010 #: fortran/parse.cc:2137
21011 msgid "block IF"
21012 msgstr ""
21014 #: fortran/parse.cc:2146
21015 msgid "implied END DO"
21016 msgstr ""
21018 #: fortran/parse.cc:2240 fortran/resolve.cc:12129
21019 msgid "assignment"
21020 msgstr ""
21022 #: fortran/parse.cc:2243 fortran/resolve.cc:12187 fortran/resolve.cc:12190
21023 msgid "pointer assignment"
21024 msgstr ""
21026 #: fortran/parse.cc:2267
21027 msgid "simple IF"
21028 msgstr ""
21030 #: fortran/resolve.cc:2394 fortran/resolve.cc:2589
21031 msgid "elemental procedure"
21032 msgstr ""
21034 #: fortran/resolve.cc:2492
21035 msgid "allocatable argument"
21036 msgstr ""
21038 #: fortran/resolve.cc:2497
21039 msgid "asynchronous argument"
21040 msgstr ""
21042 #: fortran/resolve.cc:2502
21043 msgid "optional argument"
21044 msgstr ""
21046 #: fortran/resolve.cc:2507
21047 msgid "pointer argument"
21048 msgstr ""
21050 #: fortran/resolve.cc:2512
21051 msgid "target argument"
21052 msgstr ""
21054 #: fortran/resolve.cc:2517
21055 msgid "value argument"
21056 msgstr ""
21058 #: fortran/resolve.cc:2522
21059 msgid "volatile argument"
21060 msgstr ""
21062 #: fortran/resolve.cc:2527
21063 msgid "assumed-shape argument"
21064 msgstr ""
21066 #: fortran/resolve.cc:2532
21067 msgid "assumed-rank argument"
21068 msgstr ""
21070 #: fortran/resolve.cc:2537
21071 msgid "coarray argument"
21072 msgstr ""
21074 #: fortran/resolve.cc:2542
21075 msgid "parametrized derived type argument"
21076 msgstr ""
21078 #: fortran/resolve.cc:2547
21079 msgid "polymorphic argument"
21080 msgstr ""
21082 #: fortran/resolve.cc:2552
21083 msgid "NO_ARG_CHECK attribute"
21084 msgstr ""
21086 #. As assumed-type is unlimited polymorphic (cf. above).
21087 #. See also TS 29113, Note 6.1.
21088 #: fortran/resolve.cc:2559
21089 msgid "assumed-type argument"
21090 msgstr ""
21092 #: fortran/resolve.cc:2570
21093 msgid "array result"
21094 msgstr ""
21096 #: fortran/resolve.cc:2575
21097 msgid "pointer or allocatable result"
21098 msgstr ""
21100 #: fortran/resolve.cc:2582
21101 msgid "result with non-constant character length"
21102 msgstr ""
21104 #: fortran/resolve.cc:2594
21105 msgid "bind(c) procedure"
21106 msgstr ""
21108 #: fortran/resolve.cc:4138
21109 #, c-format
21110 msgid "Invalid context for NULL() pointer at %%L"
21111 msgstr ""
21113 #: fortran/resolve.cc:4155
21114 #, c-format
21115 msgid "Operand of unary numeric operator %%<%s%%> at %%L is %s"
21116 msgstr ""
21118 #: fortran/resolve.cc:4172
21119 #, c-format
21120 msgid "Unexpected derived-type entities in binary intrinsic numeric operator %%<%s%%> at %%L"
21121 msgstr ""
21123 #: fortran/resolve.cc:4177
21124 #, c-format
21125 msgid "Operands of binary numeric operator %%<%s%%> at %%L are %s/%s"
21126 msgstr ""
21128 #: fortran/resolve.cc:4192
21129 #, c-format
21130 msgid "Operands of string concatenation operator at %%L are %s/%s"
21131 msgstr ""
21133 #: fortran/resolve.cc:4235
21134 #, c-format
21135 msgid "Operands of logical operator %%<%s%%> at %%L are %s/%s"
21136 msgstr ""
21138 #: fortran/resolve.cc:4258
21139 #, c-format
21140 msgid "Operand of .not. operator at %%L is %s"
21141 msgstr ""
21143 #: fortran/resolve.cc:4272
21144 msgid "COMPLEX quantities cannot be compared at %L"
21145 msgstr ""
21147 #: fortran/resolve.cc:4370
21148 #, c-format
21149 msgid "Logicals at %%L must be compared with %s instead of %s"
21150 msgstr ""
21152 #: fortran/resolve.cc:4376
21153 #, c-format
21154 msgid "Operands of comparison operator %%<%s%%> at %%L are %s/%s"
21155 msgstr ""
21157 #: fortran/resolve.cc:4390
21158 #, c-format
21159 msgid "Unknown operator %%<%s%%> at %%L; did you mean %%<%s%%>?"
21160 msgstr ""
21162 #: fortran/resolve.cc:4393
21163 #, c-format
21164 msgid "Unknown operator %%<%s%%> at %%L"
21165 msgstr ""
21167 #: fortran/resolve.cc:4398
21168 #, c-format
21169 msgid "Operand of user operator %%<%s%%> at %%L is %s"
21170 msgstr ""
21172 #: fortran/resolve.cc:4403
21173 #, c-format
21174 msgid "Operands of user operator %%<%s%%> at %%L are %s/%s"
21175 msgstr ""
21177 #: fortran/resolve.cc:4489
21178 #, c-format
21179 msgid "Inconsistent ranks for operator at %%L and %%L"
21180 msgstr ""
21182 #: fortran/resolve.cc:7339
21183 msgid "Loop variable"
21184 msgstr ""
21186 #: fortran/resolve.cc:7343
21187 msgid "iterator variable"
21188 msgstr ""
21190 #: fortran/resolve.cc:7347
21191 msgid "Start expression in DO loop"
21192 msgstr ""
21194 #: fortran/resolve.cc:7351
21195 msgid "End expression in DO loop"
21196 msgstr ""
21198 #: fortran/resolve.cc:7355
21199 msgid "Step expression in DO loop"
21200 msgstr ""
21202 #: fortran/resolve.cc:7642 fortran/resolve.cc:7645
21203 msgid "DEALLOCATE object"
21204 msgstr ""
21206 #: fortran/resolve.cc:8023 fortran/resolve.cc:8026
21207 msgid "ALLOCATE object"
21208 msgstr ""
21210 #: fortran/resolve.cc:8260 fortran/resolve.cc:10236 fortran/resolve.cc:10357
21211 msgid "STAT variable"
21212 msgstr ""
21214 #: fortran/resolve.cc:8311 fortran/resolve.cc:10248 fortran/resolve.cc:10369
21215 msgid "ERRMSG variable"
21216 msgstr ""
21218 #: fortran/resolve.cc:10038
21219 msgid "item in READ"
21220 msgstr ""
21222 #: fortran/resolve.cc:10260
21223 msgid "ACQUIRED_LOCK variable"
21224 msgstr ""
21226 #: fortran/trans-array.cc:1918
21227 #, c-format
21228 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor"
21229 msgstr ""
21231 #: fortran/trans-array.cc:6184
21232 msgid "Integer overflow when calculating the amount of memory to allocate"
21233 msgstr ""
21235 #: fortran/trans-array.cc:10117
21236 #, c-format
21237 msgid "The value of the PDT LEN parameter '%s' does not agree with that in the dummy declaration"
21238 msgstr ""
21240 #: fortran/trans-decl.cc:6168
21241 #, c-format
21242 msgid "Actual string length does not match the declared one for dummy argument '%s' (%ld/%ld)"
21243 msgstr ""
21245 #: fortran/trans-decl.cc:6176
21246 #, c-format
21247 msgid "Actual string length is shorter than the declared one for dummy argument '%s' (%ld/%ld)"
21248 msgstr ""
21250 #: fortran/trans-expr.cc:10343
21251 #, c-format
21252 msgid "Target of rank remapping is too small (%ld < %ld)"
21253 msgstr ""
21255 #: fortran/trans-expr.cc:11806
21256 msgid "Assignment of scalar to unallocated array"
21257 msgstr ""
21259 #: fortran/trans-intrinsic.cc:983
21260 #, c-format
21261 msgid "Unequal character lengths (%ld/%ld) in %s"
21262 msgstr ""
21264 #: fortran/trans-intrinsic.cc:6518
21265 #, c-format
21266 msgid "POS argument (%ld) out of range 0:%ld in intrinsic BTEST"
21267 msgstr ""
21269 #: fortran/trans-intrinsic.cc:6613
21270 #, c-format
21271 msgid "POS argument (%ld) out of range 0:%ld in intrinsic %s"
21272 msgstr ""
21274 #: fortran/trans-intrinsic.cc:6660
21275 #, c-format
21276 msgid "POS argument (%ld) out of range 0:%ld in intrinsic IBITS"
21277 msgstr ""
21279 #: fortran/trans-intrinsic.cc:6670
21280 #, c-format
21281 msgid "LEN argument (%ld) out of range 0:%ld in intrinsic IBITS"
21282 msgstr ""
21284 #: fortran/trans-intrinsic.cc:6677
21285 #, c-format
21286 msgid "POS(%ld)+LEN(%ld)>BIT_SIZE(%ld) in intrinsic IBITS"
21287 msgstr ""
21289 #: fortran/trans-intrinsic.cc:6750
21290 #, c-format
21291 msgid "SHIFT argument (%ld) out of range 0:%ld in intrinsic %s"
21292 msgstr ""
21294 #: fortran/trans-intrinsic.cc:6818
21295 #, c-format
21296 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFT"
21297 msgstr ""
21299 #: fortran/trans-intrinsic.cc:6884
21300 #, c-format
21301 msgid "SIZE argument (%ld) out of range 1:%ld in intrinsic ISHFTC"
21302 msgstr ""
21304 #: fortran/trans-intrinsic.cc:6892 fortran/trans-intrinsic.cc:6937
21305 #, c-format
21306 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFTC"
21307 msgstr ""
21309 #: fortran/trans-intrinsic.cc:9290
21310 #, c-format
21311 msgid "Argument NCOPIES of REPEAT intrinsic is negative (its value is %ld)"
21312 msgstr ""
21314 #: fortran/trans-intrinsic.cc:9322
21315 msgid "Argument NCOPIES of REPEAT intrinsic is too large"
21316 msgstr ""
21318 #: fortran/trans-intrinsic.cc:12280
21319 #, c-format
21320 msgid "FROMPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
21321 msgstr ""
21323 #: fortran/trans-intrinsic.cc:12292
21324 #, c-format
21325 msgid "LEN argument (%ld) out of range 0:%d in intrinsic MVBITS"
21326 msgstr ""
21328 #: fortran/trans-intrinsic.cc:12304
21329 #, c-format
21330 msgid "TOPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
21331 msgstr ""
21333 #: fortran/trans-intrinsic.cc:12316
21334 #, c-format
21335 msgid "FROMPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
21336 msgstr ""
21338 #: fortran/trans-intrinsic.cc:12324
21339 #, c-format
21340 msgid "TOPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
21341 msgstr ""
21343 #: fortran/trans-io.cc:587
21344 msgid "Unit number in I/O statement too small"
21345 msgstr ""
21347 #: fortran/trans-io.cc:596
21348 msgid "Unit number in I/O statement too large"
21349 msgstr ""
21351 #: fortran/trans-stmt.cc:156
21352 msgid "Assigned label is not a target label"
21353 msgstr ""
21355 #: fortran/trans-stmt.cc:1288
21356 #, c-format
21357 msgid "Invalid image number %d in SYNC IMAGES"
21358 msgstr ""
21360 #: fortran/trans-stmt.cc:2450
21361 msgid "Loop iterates infinitely"
21362 msgstr ""
21364 #: fortran/trans-stmt.cc:2470 fortran/trans-stmt.cc:2726
21365 msgid "Loop variable has been modified"
21366 msgstr ""
21368 #: fortran/trans-stmt.cc:2579
21369 msgid "DO step value is zero"
21370 msgstr ""
21372 #: fortran/trans.cc:47
21373 msgid "Array reference out of bounds"
21374 msgstr ""
21376 #: fortran/trans.cc:742 fortran/trans.cc:817
21377 #, c-format
21378 msgid "Error allocating %lu bytes"
21379 msgstr ""
21381 #: fortran/trans.cc:1026
21382 #, c-format
21383 msgid "Attempting to allocate already allocated variable '%s'"
21384 msgstr ""
21386 #: fortran/trans.cc:1032
21387 msgid "Attempting to allocate already allocated variable"
21388 msgstr ""
21390 #: fortran/trans.cc:1482 fortran/trans.cc:1641
21391 #, c-format
21392 msgid "Attempt to DEALLOCATE unallocated '%s'"
21393 msgstr ""
21395 #: fortran/trans.cc:1799
21396 #, c-format
21397 msgid "Error reallocating to %lu bytes"
21398 msgstr ""
21400 #: go/go-backend.cc:166 rust/rust-object-export.cc:148
21401 msgid "lseek failed while reading export data"
21402 msgstr ""
21404 #: go/go-backend.cc:173 rust/rust-object-export.cc:155
21405 msgid "memory allocation failed while reading export data"
21406 msgstr ""
21408 #: go/go-backend.cc:181 rust/rust-object-export.cc:163
21409 msgid "read failed while reading export data"
21410 msgstr ""
21412 #: go/go-backend.cc:187 rust/rust-object-export.cc:169
21413 msgid "short read while reading export data"
21414 msgstr ""
21416 #: go/gofrontend/expressions.cc:183 c-family/c-warn.cc:683 cp/cvt.cc:1401
21417 #: rust/backend/rust-tree.cc:513
21418 #, gcc-internal-format
21419 msgid "value computed is not used"
21420 msgstr ""
21422 #: go/gofrontend/expressions.cc:930
21423 msgid "invalid use of type"
21424 msgstr ""
21426 #: go/gofrontend/expressions.cc:3549 go/gofrontend/expressions.cc:3565
21427 msgid "constant refers to itself"
21428 msgstr ""
21430 #: go/gofrontend/expressions.cc:4677 go/gofrontend/expressions.cc:5176
21431 msgid "expected pointer"
21432 msgstr ""
21434 #: go/gofrontend/expressions.cc:5147
21435 msgid "expected numeric type"
21436 msgstr ""
21438 #: go/gofrontend/expressions.cc:5152
21439 msgid "expected boolean type"
21440 msgstr ""
21442 #: go/gofrontend/expressions.cc:5157 c/c-parser.cc:16671 c/c-parser.cc:16678
21443 #: cp/parser.cc:39948 cp/parser.cc:39955
21444 #, gcc-internal-format
21445 msgid "expected integer"
21446 msgstr "očekivan je cijeli broj"
21448 #: go/gofrontend/expressions.cc:6937
21449 msgid "invalid comparison of nil with nil"
21450 msgstr ""
21452 #: go/gofrontend/expressions.cc:6943 go/gofrontend/expressions.cc:6961
21453 msgid "incompatible types in binary expression"
21454 msgstr ""
21456 #: go/gofrontend/expressions.cc:6981
21457 msgid "integer division by zero"
21458 msgstr ""
21460 #: go/gofrontend/expressions.cc:6989
21461 msgid "shift of non-integer operand"
21462 msgstr ""
21464 #: go/gofrontend/expressions.cc:6992 go/gofrontend/expressions.cc:6995
21465 #: go/gofrontend/expressions.cc:7003
21466 msgid "shift count not integer"
21467 msgstr ""
21469 #: go/gofrontend/expressions.cc:7008
21470 msgid "negative shift count"
21471 msgstr ""
21473 #: go/gofrontend/expressions.cc:7892
21474 msgid "object is not a method"
21475 msgstr ""
21477 #: go/gofrontend/expressions.cc:7909
21478 msgid "method type does not match object type"
21479 msgstr ""
21481 #: go/gofrontend/expressions.cc:8323
21482 msgid "invalid use of %<...%> with builtin function"
21483 msgstr ""
21485 #: go/gofrontend/expressions.cc:8334
21486 msgid "invalid use of method value as argument of Offsetof"
21487 msgstr ""
21489 #: go/gofrontend/expressions.cc:8348
21490 msgid "argument of Offsetof implies indirection of an embedded field"
21491 msgstr ""
21493 #: go/gofrontend/expressions.cc:8373 go/gofrontend/expressions.cc:8409
21494 #: go/gofrontend/expressions.cc:8850 go/gofrontend/expressions.cc:10206
21495 #: go/gofrontend/expressions.cc:10351 go/gofrontend/expressions.cc:10397
21496 #: go/gofrontend/expressions.cc:10432 go/gofrontend/expressions.cc:10508
21497 #: go/gofrontend/expressions.cc:10533 go/gofrontend/expressions.cc:12686
21498 #: go/gofrontend/expressions.cc:12703 go/gofrontend/expressions.cc:12719
21499 msgid "not enough arguments"
21500 msgstr ""
21502 #: go/gofrontend/expressions.cc:8375 go/gofrontend/expressions.cc:8411
21503 #: go/gofrontend/expressions.cc:10211 go/gofrontend/expressions.cc:10334
21504 #: go/gofrontend/expressions.cc:10356 go/gofrontend/expressions.cc:10437
21505 #: go/gofrontend/expressions.cc:10510 go/gofrontend/expressions.cc:10535
21506 #: go/gofrontend/expressions.cc:11415 go/gofrontend/expressions.cc:12691
21507 #: go/gofrontend/expressions.cc:12705 go/gofrontend/expressions.cc:12726
21508 #: cp/pt.cc:9197
21509 #, gcc-internal-format
21510 msgid "too many arguments"
21511 msgstr ""
21513 #: go/gofrontend/expressions.cc:8413
21514 msgid "argument 1 must be a map"
21515 msgstr ""
21517 #: go/gofrontend/expressions.cc:8880
21518 msgid "invalid type for make function"
21519 msgstr ""
21521 #: go/gofrontend/expressions.cc:8893
21522 msgid "length required when allocating a slice"
21523 msgstr ""
21525 #: go/gofrontend/expressions.cc:8937
21526 msgid "len larger than cap"
21527 msgstr ""
21529 #: go/gofrontend/expressions.cc:8946
21530 msgid "too many arguments to make"
21531 msgstr ""
21533 #: go/gofrontend/expressions.cc:10255
21534 msgid "argument must be array or slice or channel"
21535 msgstr ""
21537 #: go/gofrontend/expressions.cc:10265
21538 msgid "argument must be string or array or slice or map or channel"
21539 msgstr ""
21541 #: go/gofrontend/expressions.cc:10302
21542 msgid "unsupported argument type to builtin function"
21543 msgstr ""
21545 #: go/gofrontend/expressions.cc:10313
21546 msgid "argument must be channel"
21547 msgstr ""
21549 #: go/gofrontend/expressions.cc:10315
21550 msgid "cannot close receive-only channel"
21551 msgstr ""
21553 #: go/gofrontend/expressions.cc:10326
21554 msgid "argument to builtin has void type"
21555 msgstr ""
21557 #: go/gofrontend/expressions.cc:10342
21558 msgid "argument must be a field reference"
21559 msgstr ""
21561 #: go/gofrontend/expressions.cc:10372
21562 msgid "left argument must be a slice"
21563 msgstr ""
21565 #: go/gofrontend/expressions.cc:10380
21566 msgid "element types must be the same"
21567 msgstr ""
21569 #: go/gofrontend/expressions.cc:10385
21570 msgid "first argument must be []byte"
21571 msgstr ""
21573 #: go/gofrontend/expressions.cc:10388
21574 msgid "second argument must be slice or string"
21575 msgstr ""
21577 #: go/gofrontend/expressions.cc:10500
21578 msgid "argument must have complex type"
21579 msgstr ""
21581 #: go/gofrontend/expressions.cc:10519
21582 msgid "complex arguments must have identical types"
21583 msgstr ""
21585 #: go/gofrontend/expressions.cc:10521
21586 msgid "complex arguments must have floating-point type"
21587 msgstr ""
21589 #: go/gofrontend/expressions.cc:11181
21590 msgid "type conversion result count mismatch"
21591 msgstr ""
21593 #: go/gofrontend/expressions.cc:11195 go/gofrontend/expressions.cc:12632
21594 #: go/gofrontend/expressions.cc:13068
21595 msgid "expected function"
21596 msgstr ""
21598 #: go/gofrontend/expressions.cc:11223
21599 msgid "multiple-value argument in single-value context"
21600 msgstr ""
21602 #: go/gofrontend/expressions.cc:11419
21603 msgid "invalid use of %<...%> with non-slice"
21604 msgstr ""
21606 #: go/gofrontend/expressions.cc:12640
21607 msgid "function result count mismatch"
21608 msgstr ""
21610 #: go/gofrontend/expressions.cc:12658
21611 msgid "incompatible type for receiver"
21612 msgstr ""
21614 #: go/gofrontend/expressions.cc:12676
21615 msgid "invalid use of %<...%> calling non-variadic function"
21616 msgstr ""
21618 #: go/gofrontend/expressions.cc:13077 go/gofrontend/expressions.cc:13091
21619 msgid "number of results does not match number of values"
21620 msgstr ""
21622 #: go/gofrontend/expressions.cc:13383 go/gofrontend/expressions.cc:14054
21623 msgid "index must be integer"
21624 msgstr ""
21626 #: go/gofrontend/expressions.cc:13392 go/gofrontend/expressions.cc:14063
21627 msgid "slice end must be integer"
21628 msgstr ""
21630 #: go/gofrontend/expressions.cc:13401
21631 msgid "slice capacity must be integer"
21632 msgstr ""
21634 #: go/gofrontend/expressions.cc:13452 go/gofrontend/expressions.cc:14097
21635 msgid "inverted slice range"
21636 msgstr ""
21638 #: go/gofrontend/expressions.cc:13495
21639 msgid "slice of unaddressable value"
21640 msgstr ""
21642 #: go/gofrontend/expressions.cc:14353
21643 msgid "incompatible type for map index"
21644 msgstr ""
21646 #: go/gofrontend/expressions.cc:14791
21647 msgid "expected interface or pointer to interface"
21648 msgstr ""
21650 #: go/gofrontend/expressions.cc:15577
21651 msgid "too many expressions for struct"
21652 msgstr ""
21654 #: go/gofrontend/expressions.cc:15590
21655 msgid "too few expressions for struct"
21656 msgstr ""
21658 #: go/gofrontend/expressions.cc:17555 go/gofrontend/statements.cc:1921
21659 msgid "type assertion only valid for interface types"
21660 msgstr ""
21662 #: go/gofrontend/expressions.cc:17567
21663 msgid "impossible type assertion: type does not implement interface"
21664 msgstr ""
21666 #: go/gofrontend/expressions.cc:17766 go/gofrontend/expressions.cc:17786
21667 #: go/gofrontend/statements.cc:1768
21668 msgid "expected channel"
21669 msgstr ""
21671 #: go/gofrontend/expressions.cc:17791 go/gofrontend/statements.cc:1773
21672 msgid "invalid receive on send-only channel"
21673 msgstr ""
21675 #: go/gofrontend/parse.cc:3274
21676 msgid "parentheses required around this composite literal to avoid parsing ambiguity"
21677 msgstr ""
21679 #: go/gofrontend/parse.cc:4848
21680 msgid "cannot fallthrough final case in switch"
21681 msgstr ""
21683 #: go/gofrontend/statements.cc:1071
21684 msgid "invalid left hand side of assignment"
21685 msgstr ""
21687 #: go/gofrontend/statements.cc:1082 go/gofrontend/statements.cc:1437
21688 msgid "use of untyped nil"
21689 msgstr ""
21691 #: go/gofrontend/statements.cc:1559
21692 msgid "expected map index on right hand side"
21693 msgstr ""
21695 #: go/gofrontend/statements.cc:3196 go/gofrontend/statements.cc:3226
21696 msgid "not enough arguments to return"
21697 msgstr ""
21699 #: go/gofrontend/statements.cc:3204
21700 msgid "return with value in function with no return type"
21701 msgstr ""
21703 #: go/gofrontend/statements.cc:3232
21704 msgid "too many values in return statement"
21705 msgstr ""
21707 #: go/gofrontend/statements.cc:3785
21708 msgid "expected boolean expression"
21709 msgstr ""
21711 #: go/gofrontend/statements.cc:4982
21712 msgid "cannot type switch on non-interface value"
21713 msgstr ""
21715 #: go/gofrontend/statements.cc:5117
21716 msgid "incompatible types in send"
21717 msgstr ""
21719 #: go/gofrontend/statements.cc:5122
21720 msgid "invalid send on receive-only channel"
21721 msgstr ""
21723 #: go/gofrontend/statements.cc:6440
21724 msgid "too many variables for range clause with channel"
21725 msgstr ""
21727 #: go/gofrontend/statements.cc:6447
21728 msgid "range clause must have array, slice, string, map, or channel type"
21729 msgstr ""
21731 #: go/gofrontend/types.cc:542
21732 msgid "invalid comparison of non-ordered type"
21733 msgstr ""
21735 #: go/gofrontend/types.cc:558
21736 msgid "slice can only be compared to nil"
21737 msgstr ""
21739 #: go/gofrontend/types.cc:560
21740 msgid "map can only be compared to nil"
21741 msgstr ""
21743 #: go/gofrontend/types.cc:562
21744 msgid "func can only be compared to nil"
21745 msgstr ""
21747 #: go/gofrontend/types.cc:568
21748 #, c-format
21749 msgid "invalid operation (%s)"
21750 msgstr ""
21752 #: go/gofrontend/types.cc:591
21753 msgid "invalid comparison of non-comparable type"
21754 msgstr ""
21756 #: go/gofrontend/types.cc:604
21757 msgid "invalid comparison of generated struct"
21758 msgstr ""
21760 #: go/gofrontend/types.cc:615
21761 msgid "invalid comparison of non-comparable struct"
21762 msgstr ""
21764 #: go/gofrontend/types.cc:625
21765 msgid "invalid comparison of generated array"
21766 msgstr ""
21768 #: go/gofrontend/types.cc:632
21769 msgid "invalid comparison of non-comparable array"
21770 msgstr ""
21772 #: go/gofrontend/types.cc:660
21773 msgid "multiple-value function call in single-value context"
21774 msgstr ""
21776 #: go/gofrontend/types.cc:744
21777 msgid "need explicit conversion"
21778 msgstr ""
21780 #: go/gofrontend/types.cc:752
21781 #, c-format
21782 msgid "cannot use type %s as type %s"
21783 msgstr ""
21785 #: go/gofrontend/types.cc:788
21786 msgid "conversion from normal type to notinheap type"
21787 msgstr ""
21789 #: go/gofrontend/types.cc:4802
21790 msgid "different receiver types"
21791 msgstr ""
21793 #: go/gofrontend/types.cc:4825 go/gofrontend/types.cc:4838
21794 #: go/gofrontend/types.cc:4852
21795 msgid "different number of parameters"
21796 msgstr ""
21798 #: go/gofrontend/types.cc:4845
21799 msgid "different parameter types"
21800 msgstr ""
21802 #: go/gofrontend/types.cc:4860
21803 msgid "different varargs"
21804 msgstr ""
21806 #: go/gofrontend/types.cc:4873 go/gofrontend/types.cc:4886
21807 #: go/gofrontend/types.cc:4900
21808 msgid "different number of results"
21809 msgstr ""
21811 #: go/gofrontend/types.cc:4893
21812 msgid "different result types"
21813 msgstr ""
21815 #: go/gofrontend/types.cc:9294
21816 #, c-format
21817 msgid "need explicit conversion; missing method %s%s%s"
21818 msgstr ""
21820 #: go/gofrontend/types.cc:9312 go/gofrontend/types.cc:9459
21821 #, c-format
21822 msgid "incompatible type for method %s%s%s"
21823 msgstr ""
21825 #: go/gofrontend/types.cc:9316 go/gofrontend/types.cc:9463
21826 #, c-format
21827 msgid "incompatible type for method %s%s%s (%s)"
21828 msgstr ""
21830 #: go/gofrontend/types.cc:9399 go/gofrontend/types.cc:9412
21831 msgid "pointer to interface type has no methods"
21832 msgstr ""
21834 #: go/gofrontend/types.cc:9401 go/gofrontend/types.cc:9414
21835 msgid "type has no methods"
21836 msgstr ""
21838 #: go/gofrontend/types.cc:9435
21839 #, c-format
21840 msgid "ambiguous method %s%s%s"
21841 msgstr ""
21843 #: go/gofrontend/types.cc:9438
21844 #, c-format
21845 msgid "missing method %s%s%s"
21846 msgstr ""
21848 #: go/gofrontend/types.cc:9480
21849 #, c-format
21850 msgid "method %s%s%s requires a pointer receiver"
21851 msgstr ""
21853 #: go/gofrontend/types.cc:9498
21854 #, c-format
21855 msgid "method %s%s%s is marked go:nointerface"
21856 msgstr ""
21858 #: lto-streamer.h:1031
21859 #, gcc-internal-format, gfc-internal-format
21860 msgid "bytecode stream: expected tag %s instead of %s"
21861 msgstr ""
21863 #: lto-streamer.h:1041
21864 #, gcc-internal-format, gfc-internal-format
21865 msgid "bytecode stream: tag %s is not in the expected range [%s, %s]"
21866 msgstr ""
21868 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
21869 #. sections.  machopic_select_section ensures that weak variables go in
21870 #. coalesced sections.  Weak aliases (or any other kind of aliases) are
21871 #. not supported.  Weak symbols that aren't visible outside the .s file
21872 #. are not supported.
21873 #: config/darwin.h:648
21874 #, gcc-internal-format
21875 msgid "alias definitions not supported in Mach-O; ignored"
21876 msgstr ""
21878 #. No profiling.
21879 #: config/vx-common.h:123
21880 #, gcc-internal-format
21881 msgid "profiler support for VxWorks"
21882 msgstr ""
21884 #: config/arm/freebsd.h:121
21885 #, gcc-internal-format
21886 msgid "target OS does not support unaligned accesses"
21887 msgstr ""
21889 #: config/c6x/c6x.h:346 config/nvptx/nvptx.h:181
21890 #, gcc-internal-format
21891 msgid "profiling is not yet implemented for this architecture"
21892 msgstr ""
21894 #. Definitions for GCC.  Part of the machine description for CRIS.
21895 #. Copyright (C) 1998-2023 Free Software Foundation, Inc.
21896 #. Contributed by Axis Communications.  Written by Hans-Peter Nilsson.
21898 #. This file is part of GCC.
21900 #. GCC is free software; you can redistribute it and/or modify
21901 #. it under the terms of the GNU General Public License as published by
21902 #. the Free Software Foundation; either version 3, or (at your option)
21903 #. any later version.
21905 #. GCC is distributed in the hope that it will be useful,
21906 #. but WITHOUT ANY WARRANTY; without even the implied warranty of
21907 #. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21908 #. GNU General Public License for more details.
21910 #. You should have received a copy of the GNU General Public License
21911 #. along with GCC; see the file COPYING3.  If not see
21912 #. <http://www.gnu.org/licenses/>.
21913 #. After the first "Node:" comment comes all preprocessor directives and
21914 #. attached declarations described in the info files, the "Using and
21915 #. Porting GCC" manual (uapgcc), in the same order as found in the "Target
21916 #. macros" section in the gcc-2.9x CVS edition of 2000-03-17.  FIXME: Not
21917 #. really, but needs an update anyway.
21919 #. There is no generic copy-of-uapgcc comment, you'll have to see uapgcc
21920 #. for that.  If applicable, there is a CRIS-specific comment.  The order
21921 #. of macro definitions follow the order in the manual.  Every section in
21922 #. the manual (node in the info pages) has an introductory `Node:
21923 #. <subchapter>' comment.  If no macros are defined for a section, only
21924 #. the section-comment is present.
21925 #. Note that other header files (e.g. config/elfos.h, config/linux.h,
21926 #. and config/cris/linux.h) are responsible for lots of settings not
21927 #. repeated below.  This file contains general CRIS definitions
21928 #. and definitions for the cris-*-elf subtarget.
21929 #. We don't want to use gcc_assert for everything, as that can be
21930 #. compiled out.
21931 #: config/cris/cris.h:42
21932 #, gcc-internal-format, gfc-internal-format
21933 msgid "CRIS-port assertion failed: %s"
21934 msgstr ""
21936 #. Node: Caller Saves
21937 #. (no definitions)
21938 #. Node: Function entry
21939 #. See cris.cc for TARGET_ASM_FUNCTION_PROLOGUE and
21940 #. TARGET_ASM_FUNCTION_EPILOGUE.
21941 #. Node: Profiling
21942 #: config/cris/cris.h:662
21943 #, gcc-internal-format
21944 msgid "no %<FUNCTION_PROFILER%> for CRIS"
21945 msgstr ""
21947 #. 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.
21948 #. 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.
21949 #: config/i386/xm-djgpp.h:85
21950 #, gcc-internal-format
21951 msgid "environment variable DJGPP not defined"
21952 msgstr ""
21954 #: config/i386/xm-djgpp.h:87
21955 #, gcc-internal-format
21956 msgid "environment variable DJGPP points to missing file %qs"
21957 msgstr ""
21959 #: config/i386/xm-djgpp.h:90
21960 #, gcc-internal-format
21961 msgid "environment variable DJGPP points to corrupt file %qs"
21962 msgstr ""
21964 #: config/pa/som.h:323
21965 #, gcc-internal-format
21966 msgid "weak aliases are not supported"
21967 msgstr ""
21969 #. SPDX-License-Identifier: GPL-3.0-or-later
21970 #. Definitions of target machine for GNU compiler,
21971 #. for IBM RS/6000 POWER running AIX V7.1.
21972 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
21973 #. Contributed by David Edelsohn (edelsohn@gnu.org).
21975 #. This file is part of GCC.
21977 #. GCC is free software; you can redistribute it and/or modify it
21978 #. under the terms of the GNU General Public License as published
21979 #. by the Free Software Foundation; either version 3, or (at your
21980 #. option) any later version.
21982 #. GCC is distributed in the hope that it will be useful, but WITHOUT
21983 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21984 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
21985 #. License for more details.
21987 #. You should have received a copy of the GNU General Public License
21988 #. along with GCC; see the file COPYING3.  If not see
21989 #. <http://www.gnu.org/licenses/>.
21990 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
21991 #. get control in TARGET_OPTION_OVERRIDE.
21992 #. SPDX-License-Identifier: GPL-3.0-or-later
21993 #. Definitions of target machine for GNU compiler,
21994 #. for IBM RS/6000 POWER running AIX V7.2.
21995 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
21996 #. Contributed by David Edelsohn (edelsohn@gnu.org).
21998 #. This file is part of GCC.
22000 #. GCC is free software; you can redistribute it and/or modify it
22001 #. under the terms of the GNU General Public License as published
22002 #. by the Free Software Foundation; either version 3, or (at your
22003 #. option) any later version.
22005 #. GCC is distributed in the hope that it will be useful, but WITHOUT
22006 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22007 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
22008 #. License for more details.
22010 #. You should have received a copy of the GNU General Public License
22011 #. along with GCC; see the file COPYING3.  If not see
22012 #. <http://www.gnu.org/licenses/>.
22013 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22014 #. get control in TARGET_OPTION_OVERRIDE.
22015 #. SPDX-License-Identifier: GPL-3.0-or-later
22016 #. Definitions of target machine for GNU compiler,
22017 #. for IBM RS/6000 POWER running AIX V7.3.
22018 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
22019 #. Contributed by David Edelsohn (edelsohn@gnu.org).
22021 #. This file is part of GCC.
22023 #. GCC is free software; you can redistribute it and/or modify it
22024 #. under the terms of the GNU General Public License as published
22025 #. by the Free Software Foundation; either version 3, or (at your
22026 #. option) any later version.
22028 #. GCC is distributed in the hope that it will be useful, but WITHOUT
22029 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22030 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
22031 #. License for more details.
22033 #. You should have received a copy of the GNU General Public License
22034 #. along with GCC; see the file COPYING3.  If not see
22035 #. <http://www.gnu.org/licenses/>.
22036 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22037 #. get control in TARGET_OPTION_OVERRIDE.
22038 #: config/rs6000/aix71.h:31 config/rs6000/aix72.h:31 config/rs6000/aix73.h:31
22039 #, gcc-internal-format
22040 msgid "%<-maix64%> requires PowerPC64 architecture remain enabled"
22041 msgstr ""
22043 #: config/rs6000/aix71.h:37 config/rs6000/aix72.h:37
22044 #, gcc-internal-format
22045 msgid "soft-float and long-double-128 are incompatible"
22046 msgstr ""
22048 #: config/rs6000/aix71.h:41 config/rs6000/aix72.h:41 config/rs6000/aix73.h:41
22049 #, gcc-internal-format
22050 msgid "%<-maix64%> required: 64-bit computation with 32-bit addressing not yet supported"
22051 msgstr ""
22053 #: config/rs6000/aix71.h:48 config/rs6000/aix72.h:48 config/rs6000/aix73.h:48
22054 #: config/rs6000/rtems.h:124 config/rs6000/rs6000.cc:3462
22055 #, gcc-internal-format
22056 msgid "%<-mcmodel%> incompatible with other toc options"
22057 msgstr ""
22059 #: config/rs6000/aix73.h:37
22060 #, gcc-internal-format
22061 msgid "%<soft-float%> and long-double-128 are incompatible"
22062 msgstr ""
22064 #: config/rs6000/rtems.h:117 config/rs6000/rs6000.cc:3454
22065 #, gcc-internal-format
22066 msgid "%<-m64%> requires a PowerPC64 cpu"
22067 msgstr ""
22069 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22070 #. get control in TARGET_OPTION_OVERRIDE.
22071 #: config/rs6000/sysv4.h:116
22072 #, gcc-internal-format
22073 msgid "bad value for %<%s-%s%>"
22074 msgstr ""
22076 #: config/rs6000/sysv4.h:132
22077 #, gcc-internal-format
22078 msgid "bad value for %<%s=%s%>"
22079 msgstr ""
22081 #: config/rs6000/sysv4.h:149
22082 #, gcc-internal-format
22083 msgid "%qs and %<%s=%s%> are incompatible"
22084 msgstr ""
22086 #: config/rs6000/sysv4.h:158
22087 #, gcc-internal-format
22088 msgid "%<-f%s%> and %<%s=%s%> are incompatible"
22089 msgstr ""
22091 #: config/rs6000/sysv4.h:167
22092 #, gcc-internal-format
22093 msgid "%<%s=%s%> and %<%s-%s%> are incompatible"
22094 msgstr ""
22096 #: config/rs6000/sysv4.h:176 config/rs6000/sysv4.h:210
22097 #, gcc-internal-format
22098 msgid "%qs and %qs are incompatible"
22099 msgstr ""
22101 #: config/rs6000/sysv4.h:183 config/rs6000/sysv4.h:190
22102 #, gcc-internal-format
22103 msgid "%qs and %<%s-%s%> are incompatible"
22104 msgstr ""
22106 #: config/rs6000/sysv4.h:196 config/rs6000/sysv4.h:202
22107 #, gcc-internal-format
22108 msgid "%qs not supported by your assembler"
22109 msgstr ""
22111 #: config/rs6000/sysv4.h:244
22112 #, gcc-internal-format
22113 msgid "%<-m%s%> not supported in this configuration"
22114 msgstr ""
22116 #. The kernel loader cannot handle the relaxation                        relocations, so it cannot load kernel modules                   (which are ET_REL) or RTP executables (which are                linked with --emit-relocs).  No relaxation relocations          appear in shared libraries, so relaxation is OK                 for RTP PIC.
22117 #: config/sh/vxworks.h:43
22118 #, gcc-internal-format
22119 msgid "%<-mrelax%> is only supported for RTP PIC"
22120 msgstr ""
22122 #. A general purpose syntax error.
22123 #: fortran/gfortran.h:3337 fortran/io.cc:3736 fortran/io.cc:4422
22124 #, gcc-internal-format, gfc-internal-format
22125 msgid "Syntax error in %s statement at %C"
22126 msgstr ""
22128 #: jit/docs/examples/tut05-bf.c:242
22129 #, gcc-internal-format
22130 msgid "too many open parens"
22131 msgstr ""
22133 #: jit/docs/examples/tut05-bf.c:275
22134 #, gcc-internal-format
22135 msgid "mismatching parens"
22136 msgstr ""
22138 #: jit/docs/examples/tut05-bf.c:310
22139 #, gcc-internal-format
22140 msgid "unable to open file"
22141 msgstr "nije moguće otvoriti datoteku"
22143 #: m2/gm2-gcc/m2assert.h:36 m2/gm2-gcc/m2assert.h:59
22144 #, gcc-internal-format, gfc-internal-format
22145 msgid "%s:%d:condition %s failed"
22146 msgstr ""
22148 #: m2/gm2-gcc/m2assert.h:48
22149 #, gcc-internal-format, gfc-internal-format
22150 msgid "%s:%d:the value %s is not a BOOLEAN as the value is %d"
22151 msgstr ""
22153 #: fortran/lang.opt:428
22154 #, gcc-internal-format
22155 msgid "Unrecognized option to endianness value: %qs"
22156 msgstr ""
22158 #: fortran/lang.opt:650
22159 #, gcc-internal-format
22160 msgid "Unrecognized option to floating-point init value: %qs"
22161 msgstr ""
22163 #: fortran/lang.opt:784
22164 #, gcc-internal-format
22165 msgid "Unrecognized option: %qs"
22166 msgstr "Neprepoznata opcija: %qs"
22168 #: rust/lang.opt:82
22169 #, fuzzy, gcc-internal-format
22170 #| msgid "unknown tuning option (%s)"
22171 msgid "unknown rust mangling option %qs"
22172 msgstr "nepoznata tuning opcija (%s)"
22174 #: rust/lang.opt:99
22175 #, fuzzy, gcc-internal-format
22176 #| msgid "unknown tuning option (%s)"
22177 msgid "unknown rust edition %qs"
22178 msgstr "nepoznata tuning opcija (%s)"
22180 #: rust/lang.opt:126
22181 #, fuzzy, gcc-internal-format
22182 #| msgid "unknown tuning option (%s)"
22183 msgid "unknown rust compile-until %qs"
22184 msgstr "nepoznata tuning opcija (%s)"
22186 #: c-family/c.opt:43 c-family/c.opt:46 c-family/c.opt:181
22187 #, gcc-internal-format
22188 msgid "assertion missing after %qs"
22189 msgstr ""
22191 #: c-family/c.opt:55 c-family/c.opt:58 c-family/c.opt:163 c-family/c.opt:166
22192 #: c-family/c.opt:193 c-family/c.opt:264
22193 #, gcc-internal-format
22194 msgid "macro name missing after %qs"
22195 msgstr ""
22197 #: c-family/c.opt:70 c-family/c.opt:73 c-family/c.opt:76 c-family/c.opt:79
22198 #: c-family/c.opt:175 c-family/c.opt:178 c-family/c.opt:220 c-family/c.opt:224
22199 #: c-family/c.opt:236 c-family/c.opt:2292 c-family/c.opt:2300
22200 #: config/darwin.opt:30 common.opt:329 common.opt:332 common.opt:3499
22201 #, gcc-internal-format
22202 msgid "missing filename after %qs"
22203 msgstr ""
22205 #: c-family/c.opt:85 c-family/c.opt:88 c-family/c.opt:91 c-family/c.opt:94
22206 #: c-family/c.opt:200 c-family/c.opt:212 c-family/c.opt:2288
22207 #: c-family/c.opt:2308 c-family/c.opt:2312 c-family/c.opt:2316
22208 #, gcc-internal-format
22209 msgid "missing path after %qs"
22210 msgstr ""
22212 #: c-family/c.opt:252 c-family/c.opt:256
22213 #, gcc-internal-format
22214 msgid "missing makefile target after %qs"
22215 msgstr ""
22217 #: c-family/c.opt:295
22218 #, gcc-internal-format
22219 msgid "argument %qs to %<-Waligned-new%> not recognized"
22220 msgstr ""
22222 #: c-family/c.opt:386
22223 #, gcc-internal-format
22224 msgid "argument %qs to %<-Wbidi-chars%> not recognized"
22225 msgstr ""
22227 #: c-family/c.opt:1106
22228 #, gcc-internal-format
22229 msgid "argument %qs to %<-Wnormalized%> not recognized"
22230 msgstr ""
22232 #: c-family/c.opt:1667
22233 #, gcc-internal-format
22234 msgid "no class name specified with %qs"
22235 msgstr ""
22237 #: c-family/c.opt:1695
22238 #, gcc-internal-format
22239 msgid "argument %qs must be either %<on%> or %<off%>"
22240 msgstr ""
22242 #: c-family/c.opt:1835
22243 #, gcc-internal-format
22244 msgid "%<-fhandle-exceptions%> has been renamed %<-fexceptions%> (and is now on by default)"
22245 msgstr ""
22247 #: c-family/c.opt:1906
22248 #, gcc-internal-format
22249 msgid "missing mapper"
22250 msgstr ""
22252 #: c-family/c.opt:1930
22253 #, gcc-internal-format
22254 msgid "missing header name"
22255 msgstr ""
22257 #: c-family/c.opt:1938
22258 #, gcc-internal-format
22259 msgid "missing module name"
22260 msgstr ""
22262 #: c-family/c.opt:1985
22263 #, gcc-internal-format
22264 msgid "unrecognized ivar visibility value %qs"
22265 msgstr ""
22267 #: c-family/c.opt:2152
22268 #, gcc-internal-format
22269 msgid "unrecognized scalar storage order value %qs"
22270 msgstr ""
22272 #: d/lang.opt:193
22273 #, gcc-internal-format
22274 msgid "unknown array bounds setting %qs"
22275 msgstr ""
22277 #: d/lang.opt:235
22278 #, gcc-internal-format
22279 msgid "unknown checkaction setting %qs"
22280 msgstr ""
22282 #: d/lang.opt:291
22283 #, gcc-internal-format
22284 msgid "unknown C++ standard %qs"
22285 msgstr ""
22287 #: config/vms/vms.opt:42
22288 #, gcc-internal-format
22289 msgid "unknown pointer size model %qs"
22290 msgstr ""
22292 #: config/i386/i386.opt:325
22293 #, gcc-internal-format
22294 msgid "%<-mcpu=%> is deprecated; use %<-mtune=%> or %<-march=%> instead"
22295 msgstr ""
22297 #: config/i386/i386.opt:385
22298 #, gcc-internal-format
22299 msgid "%<-mintel-syntax%> and %<-mno-intel-syntax%> are deprecated; use %<-masm=intel%> and %<-masm=att%> instead"
22300 msgstr ""
22302 #: config/i386/i386.opt:702
22303 #, gcc-internal-format
22304 msgid "%<-msse5%> was removed"
22305 msgstr ""
22307 #: config/i386/i386.opt:1263
22308 #, fuzzy, gcc-internal-format
22309 #| msgid "unknown move insn:"
22310 msgid "unknown lam type %qs"
22311 msgstr "nepoznati insn za pomicanje, kopiranje:"
22313 #: config/avr/avr.opt:26
22314 #, gcc-internal-format
22315 msgid "missing device or architecture after %qs"
22316 msgstr ""
22318 #: config/rs6000/rs6000.opt:308
22319 #, gcc-internal-format
22320 msgid "%<-mvrsave=no%> is deprecated; use %<-mno-vrsave%> instead"
22321 msgstr ""
22323 #: config/rs6000/rs6000.opt:312
22324 #, gcc-internal-format
22325 msgid "%<-mvrsave=yes%> is deprecated; use %<-mvrsave%> instead"
22326 msgstr ""
22328 #: config/rs6000/rs6000.opt:379
22329 #, gcc-internal-format
22330 msgid "using darwin64 ABI"
22331 msgstr ""
22333 #: config/rs6000/rs6000.opt:382
22334 #, gcc-internal-format
22335 msgid "using old darwin ABI"
22336 msgstr ""
22338 #: config/fused-madd.opt:22
22339 #, gcc-internal-format
22340 msgid "%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead"
22341 msgstr ""
22343 #: config/microblaze/microblaze.opt:87
22344 #, gcc-internal-format
22345 msgid "%qs is deprecated; use -fstack-check"
22346 msgstr ""
22348 #: config/microblaze/microblaze.opt:95
22349 #, gcc-internal-format
22350 msgid "%qs is deprecated; use -fno-zero-initialized-in-bss"
22351 msgstr ""
22353 #: config/arc/arc.opt:169 config/arc/arc.opt:333 config/arc/arc.opt:337
22354 #: config/arc/arc.opt:341 config/arc/arc.opt:348 config/arc/arc.opt:352
22355 #: config/arc/arc.opt:356 config/arc/arc.opt:360 config/arc/arc.opt:363
22356 #: config/arc/arc.opt:366 config/arc/arc.opt:383
22357 #, gcc-internal-format
22358 msgid "%qs is deprecated"
22359 msgstr ""
22361 #: lto/lang.opt:28
22362 #, gcc-internal-format
22363 msgid "unknown linker output %qs"
22364 msgstr ""
22366 #: common.opt:1590
22367 #, gcc-internal-format
22368 msgid "unknown excess precision style %qs"
22369 msgstr ""
22371 #: common.opt:1608
22372 #, gcc-internal-format
22373 msgid "unknown specification for the set of FLT_EVAL_METHOD values to permit %qs"
22374 msgstr ""
22376 #: common.opt:1652
22377 #, gcc-internal-format
22378 msgid "unknown floating point contraction style %qs"
22379 msgstr ""
22381 #: common.opt:1817
22382 #, gcc-internal-format
22383 msgid "unknown Stack Reuse Level %qs"
22384 msgstr ""
22386 #: common.opt:1886
22387 #, gcc-internal-format
22388 msgid "unknown Control-Flow Protection Level %qs"
22389 msgstr ""
22391 #: common.opt:1996
22392 #, gcc-internal-format
22393 msgid "unknown IRA algorithm %qs"
22394 msgstr ""
22396 #: common.opt:2009
22397 #, gcc-internal-format
22398 msgid "unknown IRA region %qs"
22399 msgstr ""
22401 #: common.opt:2087
22402 #, gcc-internal-format
22403 msgid "unknown LTO partitioning model %qs"
22404 msgstr ""
22406 #: common.opt:2197
22407 #, gcc-internal-format
22408 msgid "targets missing after %qs"
22409 msgstr ""
22411 #: common.opt:2200
22412 #, gcc-internal-format
22413 msgid "options or targets=options missing after %qs"
22414 msgstr ""
22416 #: common.opt:2208
22417 #, gcc-internal-format
22418 msgid "unknown offload ABI %qs"
22419 msgstr ""
22421 #: common.opt:2372
22422 #, gcc-internal-format
22423 msgid "unknown profile reproducibility method %qs"
22424 msgstr ""
22426 #: common.opt:2388
22427 #, gcc-internal-format
22428 msgid "unknown profile update method %qs"
22429 msgstr ""
22431 #: common.opt:2494
22432 #, gcc-internal-format
22433 msgid "unknown Live-Patching Level %qs"
22434 msgstr ""
22436 #: common.opt:2527
22437 #, gcc-internal-format
22438 msgid "unknown basic block reordering algorithm %qs"
22439 msgstr ""
22441 #: common.opt:2834
22442 #, gcc-internal-format
22443 msgid "unknown TLS model %qs"
22444 msgstr ""
22446 #: common.opt:3174
22447 #, gcc-internal-format
22448 msgid "unknown vectorizer cost model %qs"
22449 msgstr ""
22451 #: common.opt:3205
22452 #, gcc-internal-format
22453 msgid "unrecognized automatic variable initialization type %qs"
22454 msgstr ""
22456 #: common.opt:3231
22457 #, gcc-internal-format
22458 msgid "unrecognized visibility value %qs"
22459 msgstr ""
22461 #: common.opt:3250
22462 #, gcc-internal-format
22463 msgid "unknown vtable verify initialization priority %qs"
22464 msgstr ""
22466 #: params.opt:882
22467 #, gcc-internal-format
22468 msgid "unknown ranger debug mode %qs"
22469 msgstr ""
22471 #: params.opt:1056
22472 #, gcc-internal-format
22473 msgid "unknown threader debug mode %qs"
22474 msgstr ""
22476 #: attribs.cc:255 attribs.cc:278 attribs.cc:291
22477 #, gcc-internal-format
22478 msgid "wrong argument to ignored attributes"
22479 msgstr ""
22481 #: attribs.cc:256
22482 #, gcc-internal-format
22483 msgid "valid format is %<ns::attr%> or %<ns::%>"
22484 msgstr ""
22486 #: attribs.cc:541
22487 #, gcc-internal-format
22488 msgid "ignoring attribute %qE in declaration of a built-in function %qD because it conflicts with attribute %qs"
22489 msgstr ""
22491 #: attribs.cc:547
22492 #, gcc-internal-format
22493 msgid "ignoring attribute %qE because it conflicts with attribute %qs"
22494 msgstr ""
22496 #: attribs.cc:553 c-family/c-attribs.cc:937 c-family/c-attribs.cc:2439
22497 #: c-family/c-attribs.cc:2928 c-family/c-attribs.cc:4786
22498 #: c-family/c-attribs.cc:4879 cp/decl.cc:15925 cp/decl.cc:15975
22499 #: cp/friend.cc:318 cp/tree.cc:5261
22500 #, gcc-internal-format
22501 msgid "previous declaration here"
22502 msgstr ""
22504 #. Warn about and ignore all others for now, but store them.
22505 #: attribs.cc:720 c-family/c-attribs.cc:3956 objc/objc-act.cc:5133
22506 #: objc/objc-act.cc:7124 objc/objc-act.cc:8322 objc/objc-act.cc:8378
22507 #, gcc-internal-format
22508 msgid "%qE attribute directive ignored"
22509 msgstr ""
22511 #: attribs.cc:724
22512 #, gcc-internal-format
22513 msgid "%<%E::%E%> scoped attribute directive ignored"
22514 msgstr ""
22516 #: attribs.cc:737 c/c-parser.cc:1961 cp/cp-gimplify.cc:3201
22517 #, gcc-internal-format
22518 msgid "wrong number of arguments specified for %qE attribute"
22519 msgstr ""
22521 #: attribs.cc:740
22522 #, gcc-internal-format, gfc-internal-format
22523 msgid "expected %i or more, found %i"
22524 msgstr "očekivano je %i ili više, pronađeno %i"
22526 #: attribs.cc:743 c/c-parser.cc:1964 cp/cp-gimplify.cc:3203
22527 #, fuzzy, gcc-internal-format, gfc-internal-format
22528 #| msgid "expected %i or more, found %i"
22529 msgid "expected %i, found %i"
22530 msgstr "očekivano je %i ili više, pronađeno %i"
22532 #: attribs.cc:746
22533 #, gcc-internal-format, gfc-internal-format
22534 msgid "expected between %i and %i, found %i"
22535 msgstr ""
22537 #: attribs.cc:766 c-family/c-attribs.cc:4652
22538 #, gcc-internal-format
22539 msgid "%qE attribute does not apply to types"
22540 msgstr ""
22542 #: attribs.cc:815
22543 #, gcc-internal-format
22544 msgid "%qE attribute only applies to function types"
22545 msgstr ""
22547 #: attribs.cc:825
22548 #, gcc-internal-format
22549 msgid "type attributes ignored after type is already defined"
22550 msgstr ""
22552 #. The specifications of standard attributes in C mean
22553 #. this is a constraint violation.
22554 #. The specifications of standard attributes mean this is a
22555 #. constraint violation.
22556 #. An attribute with standard syntax and no namespace specified
22557 #. is a constraint violation if it is not one of the known
22558 #. standard attributes.  Diagnose it here with a pedwarn and
22559 #. then discard it to prevent a duplicate warning later.
22560 #: attribs.cc:899 attribs.cc:1878 attribs.cc:1888 attribs.cc:1898
22561 #: c-family/c-attribs.cc:965 c-family/c-attribs.cc:1027
22562 #: c-family/c-attribs.cc:1046 c-family/c-attribs.cc:1064
22563 #: c-family/c-attribs.cc:1094 c-family/c-attribs.cc:1115
22564 #: c-family/c-attribs.cc:1136 c-family/c-attribs.cc:1177
22565 #: c-family/c-attribs.cc:1208 c-family/c-attribs.cc:1224
22566 #: c-family/c-attribs.cc:1241 c-family/c-attribs.cc:1257
22567 #: c-family/c-attribs.cc:1274 c-family/c-attribs.cc:1299
22568 #: c-family/c-attribs.cc:1315 c-family/c-attribs.cc:1330
22569 #: c-family/c-attribs.cc:1358 c-family/c-attribs.cc:1375
22570 #: c-family/c-attribs.cc:1393 c-family/c-attribs.cc:1417
22571 #: c-family/c-attribs.cc:1455 c-family/c-attribs.cc:1478
22572 #: c-family/c-attribs.cc:1495 c-family/c-attribs.cc:1524
22573 #: c-family/c-attribs.cc:1545 c-family/c-attribs.cc:1566
22574 #: c-family/c-attribs.cc:1593 c-family/c-attribs.cc:1624
22575 #: c-family/c-attribs.cc:1653 c-family/c-attribs.cc:1707
22576 #: c-family/c-attribs.cc:1760 c-family/c-attribs.cc:1826
22577 #: c-family/c-attribs.cc:1884 c-family/c-attribs.cc:1973
22578 #: c-family/c-attribs.cc:2003 c-family/c-attribs.cc:2054
22579 #: c-family/c-attribs.cc:2582 c-family/c-attribs.cc:2781
22580 #: c-family/c-attribs.cc:2842 c-family/c-attribs.cc:3083
22581 #: c-family/c-attribs.cc:3163 c-family/c-attribs.cc:3315
22582 #: c-family/c-attribs.cc:3770 c-family/c-attribs.cc:3836
22583 #: c-family/c-attribs.cc:3872 c-family/c-attribs.cc:3927
22584 #: c-family/c-attribs.cc:4109 c-family/c-attribs.cc:4130
22585 #: c-family/c-attribs.cc:4219 c-family/c-attribs.cc:4251
22586 #: c-family/c-attribs.cc:4316 c-family/c-attribs.cc:4519
22587 #: c-family/c-attribs.cc:4654 c-family/c-attribs.cc:5395
22588 #: c-family/c-attribs.cc:5418 c-family/c-attribs.cc:5457
22589 #: c-family/c-attribs.cc:5539 c-family/c-attribs.cc:5612
22590 #: c-family/c-attribs.cc:5628 c-family/c-attribs.cc:5796
22591 #: c-family/c-attribs.cc:5808 c-family/c-common.cc:6041
22592 #: c-family/c-common.cc:6044 config/darwin.cc:2143 config/arm/arm.cc:7444
22593 #: config/arm/arm.cc:7472 config/arm/arm.cc:7489 config/avr/avr.cc:9568
22594 #: config/csky/csky.cc:6498 config/csky/csky.cc:6520
22595 #: config/h8300/h8300.cc:4968 config/h8300/h8300.cc:4992
22596 #: config/i386/i386-options.cc:3426 config/i386/i386-options.cc:3584
22597 #: config/i386/i386-options.cc:3816 config/i386/i386-options.cc:3846
22598 #: config/ia64/ia64.cc:785 config/loongarch/loongarch.cc:6539
22599 #: config/rs6000/rs6000.cc:20499 ada/gcc-interface/utils.cc:6588
22600 #: ada/gcc-interface/utils.cc:6604 ada/gcc-interface/utils.cc:6642
22601 #: ada/gcc-interface/utils.cc:6659 ada/gcc-interface/utils.cc:6676
22602 #: ada/gcc-interface/utils.cc:6691 ada/gcc-interface/utils.cc:6707
22603 #: ada/gcc-interface/utils.cc:6733 ada/gcc-interface/utils.cc:6802
22604 #: ada/gcc-interface/utils.cc:6829 ada/gcc-interface/utils.cc:6850
22605 #: ada/gcc-interface/utils.cc:6871 ada/gcc-interface/utils.cc:6919
22606 #: ada/gcc-interface/utils.cc:6935 ada/gcc-interface/utils.cc:6990
22607 #: c/c-decl.cc:4778 c/c-decl.cc:4781 c/c-decl.cc:4796 c/c-parser.cc:5434
22608 #: cp/tree.cc:5032 d/d-attribs.cc:480 d/d-attribs.cc:699 d/d-attribs.cc:720
22609 #: d/d-attribs.cc:736 d/d-attribs.cc:753 d/d-attribs.cc:785 d/d-attribs.cc:914
22610 #: d/d-attribs.cc:973 d/d-attribs.cc:989 d/d-attribs.cc:1005
22611 #: d/d-attribs.cc:1154 d/d-attribs.cc:1167 d/d-attribs.cc:1384
22612 #: d/d-attribs.cc:1402 d/d-attribs.cc:1449 d/d-attribs.cc:1487
22613 #: d/d-attribs.cc:1503 d/d-attribs.cc:1560 d/d-attribs.cc:1588
22614 #: jit/dummy-frontend.cc:185 lto/lto-lang.cc:288
22615 #, gcc-internal-format
22616 msgid "%qE attribute ignored"
22617 msgstr ""
22619 #: attribs.cc:1175
22620 #, gcc-internal-format
22621 msgid "missing %<target%> attribute for multi-versioned %qD"
22622 msgstr ""
22624 #: attribs.cc:1178 cp/decl.cc:1281 cp/decl.cc:2244 cp/decl.cc:2292
22625 #: cp/decl.cc:2308 cp/decl.cc:2988 cp/decl.cc:3434
22626 #, gcc-internal-format
22627 msgid "previous declaration of %qD"
22628 msgstr ""
22630 #: attribs.cc:1287
22631 #, gcc-internal-format
22632 msgid "ignoring attributes applied to %qT after definition"
22633 msgstr ""
22635 #: attribs.cc:1809
22636 #, gcc-internal-format
22637 msgid "%q+D already declared with dllexport attribute: dllimport ignored"
22638 msgstr ""
22640 #: attribs.cc:1821
22641 #, gcc-internal-format
22642 msgid "%q+D redeclared without dllimport attribute after being referenced with dll linkage"
22643 msgstr ""
22645 #: attribs.cc:1835
22646 #, gcc-internal-format
22647 msgid "%q+D redeclared without dllimport attribute: previous dllimport ignored"
22648 msgstr ""
22650 #: attribs.cc:1916
22651 #, gcc-internal-format
22652 msgid "inline function %q+D declared as dllimport: attribute ignored"
22653 msgstr ""
22655 #: attribs.cc:1924
22656 #, gcc-internal-format
22657 msgid "function %q+D definition is marked dllimport"
22658 msgstr ""
22660 #: attribs.cc:1932
22661 #, gcc-internal-format
22662 msgid "variable %q+D definition is marked dllimport"
22663 msgstr ""
22665 #: attribs.cc:1963
22666 #, gcc-internal-format
22667 msgid "external linkage required for symbol %q+D because of %qE attribute"
22668 msgstr ""
22670 #: attribs.cc:1977
22671 #, gcc-internal-format
22672 msgid "%qE implies default visibility, but %qD has already been declared with a different visibility"
22673 msgstr ""
22675 #: attribs.cc:2279
22676 #, gcc-internal-format
22677 msgid "%qD specifies more restrictive attribute than its target %qD: %s"
22678 msgid_plural "%qD specifies more restrictive attributes than its target %qD: %s"
22679 msgstr[0] ""
22680 msgstr[1] ""
22681 msgstr[2] ""
22683 #: attribs.cc:2285 attribs.cc:2305
22684 #, gcc-internal-format
22685 msgid "%qD target declared here"
22686 msgstr ""
22688 #: attribs.cc:2299
22689 #, gcc-internal-format
22690 msgid "%qD specifies less restrictive attribute than its target %qD: %s"
22691 msgid_plural "%qD specifies less restrictive attributes than its target %qD: %s"
22692 msgstr[0] ""
22693 msgstr[1] ""
22694 msgstr[2] ""
22696 #: auto-profile.cc:365
22697 #, gcc-internal-format
22698 msgid "offset exceeds 16 bytes"
22699 msgstr ""
22701 #: auto-profile.cc:862
22702 #, gcc-internal-format
22703 msgid "Not expected TAG."
22704 msgstr "TAG nije očekivan."
22706 #: auto-profile.cc:927
22707 #, gcc-internal-format, gfc-internal-format
22708 msgid "cannot open profile file %s"
22709 msgstr "nije moguće otvoriti profil datoteku %s"
22711 #: auto-profile.cc:933
22712 #, gcc-internal-format
22713 msgid "AutoFDO profile magic number does not match"
22714 msgstr ""
22716 #: auto-profile.cc:941
22717 #, gcc-internal-format, gfc-internal-format
22718 msgid "AutoFDO profile version %u does not match %u"
22719 msgstr ""
22721 #: auto-profile.cc:953
22722 #, gcc-internal-format, gfc-internal-format
22723 msgid "cannot read string table from %s"
22724 msgstr ""
22726 #: auto-profile.cc:961
22727 #, gcc-internal-format, gfc-internal-format
22728 msgid "cannot read function profile from %s"
22729 msgstr ""
22731 #: builtins.cc:701
22732 #, gcc-internal-format
22733 msgid "offset %qwi outside bounds of constant string"
22734 msgstr ""
22736 #: builtins.cc:705 gimple-ssa-warn-access.cc:4596 cp/name-lookup.cc:6417
22737 #, gcc-internal-format
22738 msgid "%qE declared here"
22739 msgstr ""
22741 #: builtins.cc:1313
22742 #, gcc-internal-format
22743 msgid "second argument to %<__builtin_prefetch%> must be a constant"
22744 msgstr ""
22746 #: builtins.cc:1320
22747 #, gcc-internal-format
22748 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
22749 msgstr ""
22751 #: builtins.cc:1328
22752 #, gcc-internal-format
22753 msgid "third argument to %<__builtin_prefetch%> must be a constant"
22754 msgstr ""
22756 #: builtins.cc:1335
22757 #, gcc-internal-format
22758 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
22759 msgstr ""
22761 #: builtins.cc:4030 gimple-fold.cc:2523 gimple-ssa-warn-access.cc:2546
22762 #: tree-ssa-strlen.cc:3188
22763 #, gcc-internal-format
22764 msgid "%qD specified bound %E equals destination size"
22765 msgstr ""
22767 #: builtins.cc:5135 gimplify.cc:3647
22768 #, gcc-internal-format
22769 msgid "too few arguments to function %<va_start%>"
22770 msgstr ""
22772 #: builtins.cc:5235
22773 #, gcc-internal-format
22774 msgid "invalid argument to %qD"
22775 msgstr ""
22777 #: builtins.cc:5248
22778 #, gcc-internal-format
22779 msgid "unsupported argument to %qD"
22780 msgstr ""
22782 #. Warn since no effort is made to ensure that any frame
22783 #. beyond the current one exists or can be safely reached.
22784 #: builtins.cc:5256
22785 #, gcc-internal-format
22786 msgid "calling %qD with a nonzero argument is unsafe"
22787 msgstr ""
22789 #: builtins.cc:5608
22790 #, gcc-internal-format
22791 msgid "both arguments to %<__builtin___clear_cache%> must be pointers"
22792 msgstr ""
22794 #: builtins.cc:5698
22795 #, gcc-internal-format
22796 msgid "trampoline generated for nested function %qD"
22797 msgstr ""
22799 #: builtins.cc:6072 builtins.cc:6085
22800 #, gcc-internal-format
22801 msgid "%qD changed semantics in GCC 4.4"
22802 msgstr ""
22804 #: builtins.cc:6855
22805 #, gcc-internal-format
22806 msgid "non-constant argument 1 to %qs"
22807 msgstr ""
22809 #: builtins.cc:6897
22810 #, gcc-internal-format
22811 msgid "non-integer argument 1 to %qs"
22812 msgstr ""
22814 #: builtins.cc:6961
22815 #, gcc-internal-format
22816 msgid "%<__builtin_thread_pointer%> is not supported on this target"
22817 msgstr ""
22819 #: builtins.cc:6981
22820 #, gcc-internal-format
22821 msgid "%<__builtin_set_thread_pointer%> is not supported on this target"
22822 msgstr ""
22824 #: builtins.cc:7040
22825 #, gcc-internal-format
22826 msgid "%qs only supported in OpenACC code"
22827 msgstr ""
22829 #: builtins.cc:7047
22830 #, gcc-internal-format
22831 msgid "non-constant argument 0 to %qs"
22832 msgstr ""
22834 #: builtins.cc:7059
22835 #, gcc-internal-format
22836 msgid "illegal argument 0 to %qs"
22837 msgstr ""
22839 #. All valid uses of __builtin_va_arg_pack () are removed during
22840 #. inlining.
22841 #: builtins.cc:7544 expr.cc:11837
22842 #, gcc-internal-format
22843 msgid "invalid use of %<__builtin_va_arg_pack ()%>"
22844 msgstr ""
22846 #. All valid uses of __builtin_va_arg_pack_len () are removed during
22847 #. inlining.
22848 #: builtins.cc:7550
22849 #, gcc-internal-format
22850 msgid "invalid use of %<__builtin_va_arg_pack_len ()%>"
22851 msgstr ""
22853 #: builtins.cc:7818
22854 #, gcc-internal-format
22855 msgid "%<__builtin_longjmp%> second argument must be 1"
22856 msgstr ""
22858 #: builtins.cc:8714
22859 #, gcc-internal-format
22860 msgid "target format does not support infinity"
22861 msgstr ""
22863 #: builtins.cc:10360
22864 #, gcc-internal-format
22865 msgid "%<va_start%> used in function with fixed arguments"
22866 msgstr ""
22868 #: builtins.cc:10368
22869 #, gcc-internal-format
22870 msgid "wrong number of arguments to function %<va_start%>"
22871 msgstr ""
22873 #: builtins.cc:10383
22874 #, gcc-internal-format
22875 msgid "%<__builtin_next_arg%> called without an argument"
22876 msgstr ""
22878 #: builtins.cc:10388
22879 #, gcc-internal-format
22880 msgid "wrong number of arguments to function %<__builtin_next_arg%>"
22881 msgstr ""
22883 #: builtins.cc:10421
22884 #, gcc-internal-format
22885 msgid "second parameter of %<va_start%> not last named argument"
22886 msgstr ""
22888 #: builtins.cc:10434
22889 #, gcc-internal-format
22890 msgid "undefined behavior when second parameter of %<va_start%> is declared with %<register%> storage"
22891 msgstr ""
22893 #: builtins.cc:10463
22894 #, gcc-internal-format
22895 msgid "first argument of %qD must be a pointer, second integer constant"
22896 msgstr ""
22898 #: builtins.cc:10476
22899 #, gcc-internal-format
22900 msgid "last argument of %qD is not integer constant between 0 and 3"
22901 msgstr ""
22903 #: calls.cc:1245
22904 #, gcc-internal-format, gfc-internal-format
22905 msgid "cannot tail-call: %s"
22906 msgstr "nije moguće tail-call: %s"
22908 #: calls.cc:2761
22909 #, gcc-internal-format
22910 msgid "function call has aggregate value"
22911 msgstr ""
22913 #: calls.cc:3490
22914 #, gcc-internal-format
22915 msgid "passing too large argument on stack"
22916 msgstr ""
22918 #: cfganal.cc:173
22919 #, gcc-internal-format
22920 msgid "%<verify_marked_backedges%> failed"
22921 msgstr ""
22923 #: cfgexpand.cc:1816
22924 #, gcc-internal-format
22925 msgid "total size of local objects is too large"
22926 msgstr ""
22928 #: cfgexpand.cc:1819 function.cc:1014 varasm.cc:2330
22929 #, gcc-internal-format
22930 msgid "size of variable %q+D is too large"
22931 msgstr ""
22933 #: cfgexpand.cc:1831
22934 #, gcc-internal-format
22935 msgid "cannot allocate stack for variable %q+D, naked function"
22936 msgstr ""
22938 #: cfgexpand.cc:2923
22939 #, gcc-internal-format
22940 msgid "too many alternatives in %<asm%>"
22941 msgstr ""
22943 #: cfgexpand.cc:2930
22944 #, gcc-internal-format
22945 msgid "operand constraints for %<asm%> differ in number of alternatives"
22946 msgstr ""
22948 #: cfgexpand.cc:2952
22949 #, gcc-internal-format
22950 msgid "%<asm%> specifier for variable %qE conflicts with %<asm%> clobber list"
22951 msgstr ""
22953 #. ??? Diagnose during gimplification?
22954 #: cfgexpand.cc:2983
22955 #, gcc-internal-format
22956 msgid "PIC register clobbered by %qs in %<asm%>"
22957 msgstr ""
22959 #. ??? Diagnose during gimplification?
22960 #: cfgexpand.cc:2990
22961 #, gcc-internal-format
22962 msgid "the register %qs cannot be clobbered in %<asm%> for the current target"
22963 msgstr ""
22965 #: cfgexpand.cc:3003
22966 #, gcc-internal-format
22967 msgid "listing the stack pointer register %qs in a clobber list is deprecated"
22968 msgstr ""
22970 #: cfgexpand.cc:3005
22971 #, gcc-internal-format
22972 msgid "the value of the stack pointer after an %<asm%> statement must be the same as it was before the statement"
22973 msgstr "Vrijednost pokazivača stȏga nakon naredbe %<asm%> mora biti ista kao prije naredbe"
22975 #: cfgexpand.cc:3075
22976 #, gcc-internal-format
22977 msgid "more than %d operands in %<asm%>"
22978 msgstr ""
22980 #. ??? Diagnose during gimplification?
22981 #: cfgexpand.cc:3128
22982 #, gcc-internal-format
22983 msgid "unknown register name %qs in %<asm%>"
22984 msgstr ""
22986 #: cfgexpand.cc:3194
22987 #, gcc-internal-format
22988 msgid "invalid hard register usage between output operands"
22989 msgstr ""
22991 #: cfgexpand.cc:3221
22992 #, gcc-internal-format
22993 msgid "invalid hard register usage between output operand and matching constraint operand"
22994 msgstr ""
22996 #: cfgexpand.cc:3229
22997 #, gcc-internal-format
22998 msgid "invalid hard register usage between earlyclobber operand and input operand"
22999 msgstr ""
23001 #: cfgexpand.cc:3314
23002 #, gcc-internal-format, gfc-internal-format
23003 msgid "output number %d not directly addressable"
23004 msgstr ""
23006 #: cfgexpand.cc:3410
23007 #, gcc-internal-format
23008 msgid "%<asm%> operand %d probably does not match constraints"
23009 msgstr ""
23011 #: cfgexpand.cc:3595
23012 #, gcc-internal-format
23013 msgid "%<asm%> clobber conflict with output operand"
23014 msgstr ""
23016 #: cfgexpand.cc:3600
23017 #, gcc-internal-format
23018 msgid "%<asm%> clobber conflict with input operand"
23019 msgstr ""
23021 #: cfgexpand.cc:6684
23022 #, gcc-internal-format
23023 msgid "stack protector not protecting local variables: variable length buffer"
23024 msgstr ""
23026 #: cfgexpand.cc:6688
23027 #, gcc-internal-format, gfc-internal-format
23028 msgid "stack protector not protecting function: all local arrays are less than %d bytes long"
23029 msgstr ""
23031 #: cfgexpand.cc:6977
23032 #, gcc-internal-format
23033 msgid "patchable function entry %wu exceeds size %wu"
23034 msgstr ""
23036 #: cfghooks.cc:120
23037 #, gcc-internal-format, gfc-internal-format
23038 msgid "bb %d on wrong place"
23039 msgstr ""
23041 #: cfghooks.cc:126
23042 #, gcc-internal-format, gfc-internal-format
23043 msgid "prev_bb of %d should be %d, not %d"
23044 msgstr ""
23046 #: cfghooks.cc:143
23047 #, gcc-internal-format, gfc-internal-format
23048 msgid "verify_flow_info: Block %i has loop_father, but there are no loops"
23049 msgstr ""
23051 #: cfghooks.cc:149
23052 #, gcc-internal-format, gfc-internal-format
23053 msgid "verify_flow_info: Block %i lacks loop_father"
23054 msgstr ""
23056 #: cfghooks.cc:155
23057 #, gcc-internal-format, gfc-internal-format
23058 msgid "verify_flow_info: Wrong count of block %i"
23059 msgstr ""
23061 #: cfghooks.cc:163
23062 #, gcc-internal-format, gfc-internal-format
23063 msgid "verify_flow_info: Missing count of block %i"
23064 msgstr ""
23066 #: cfghooks.cc:169
23067 #, gcc-internal-format, gfc-internal-format
23068 msgid "verify_flow_info: unallocated flag set on BB %d"
23069 msgstr ""
23071 #: cfghooks.cc:177
23072 #, gcc-internal-format, gfc-internal-format
23073 msgid "verify_flow_info: Duplicate edge %i->%i"
23074 msgstr ""
23076 #: cfghooks.cc:186
23077 #, gcc-internal-format, gfc-internal-format
23078 msgid "Uninitialized probability of edge %i->%i"
23079 msgstr ""
23081 #: cfghooks.cc:192
23082 #, gcc-internal-format, gfc-internal-format
23083 msgid "verify_flow_info: Wrong probability of edge %i->%i"
23084 msgstr ""
23086 #: cfghooks.cc:204
23087 #, gcc-internal-format, gfc-internal-format
23088 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
23089 msgstr ""
23091 #: cfghooks.cc:216
23092 #, gcc-internal-format, gfc-internal-format
23093 msgid "verify_flow_info: unallocated edge flag set on %d -> %d"
23094 msgstr ""
23096 #: cfghooks.cc:225
23097 #, gcc-internal-format, gfc-internal-format
23098 msgid "wrong amount of branch edges after unconditional jump %i"
23099 msgstr ""
23101 #: cfghooks.cc:233 cfghooks.cc:244
23102 #, gcc-internal-format, gfc-internal-format
23103 msgid "basic block %d pred edge is corrupted"
23104 msgstr ""
23106 #: cfghooks.cc:245
23107 #, gcc-internal-format, gfc-internal-format
23108 msgid "its dest_idx should be %d, not %d"
23109 msgstr ""
23111 #: cfghooks.cc:274
23112 #, gcc-internal-format, gfc-internal-format
23113 msgid "basic block %i edge lists are corrupted"
23114 msgstr ""
23116 #: cfghooks.cc:285
23117 #, gcc-internal-format
23118 msgid "verify_flow_info failed"
23119 msgstr ""
23121 #: cfghooks.cc:343
23122 #, gcc-internal-format, gfc-internal-format
23123 msgid "%s does not support dump_bb_for_graph"
23124 msgstr ""
23126 #: cfghooks.cc:386
23127 #, gcc-internal-format, gfc-internal-format
23128 msgid "%s does not support redirect_edge_and_branch"
23129 msgstr ""
23131 #: cfghooks.cc:406
23132 #, gcc-internal-format, gfc-internal-format
23133 msgid "%s does not support can_remove_branch_p"
23134 msgstr ""
23136 #: cfghooks.cc:500
23137 #, gcc-internal-format, gfc-internal-format
23138 msgid "%s does not support redirect_edge_and_branch_force"
23139 msgstr ""
23141 #: cfghooks.cc:538
23142 #, gcc-internal-format, gfc-internal-format
23143 msgid "%s does not support split_block"
23144 msgstr ""
23146 #: cfghooks.cc:603
23147 #, gcc-internal-format, gfc-internal-format
23148 msgid "%s does not support move_block_after"
23149 msgstr ""
23151 #: cfghooks.cc:616
23152 #, gcc-internal-format, gfc-internal-format
23153 msgid "%s does not support delete_basic_block"
23154 msgstr ""
23156 #: cfghooks.cc:663
23157 #, gcc-internal-format, gfc-internal-format
23158 msgid "%s does not support split_edge"
23159 msgstr ""
23161 #: cfghooks.cc:741
23162 #, gcc-internal-format, gfc-internal-format
23163 msgid "%s does not support create_basic_block"
23164 msgstr ""
23166 #: cfghooks.cc:782
23167 #, gcc-internal-format, gfc-internal-format
23168 msgid "%s does not support can_merge_blocks_p"
23169 msgstr ""
23171 #: cfghooks.cc:793
23172 #, gcc-internal-format, gfc-internal-format
23173 msgid "%s does not support predict_edge"
23174 msgstr ""
23176 #: cfghooks.cc:802
23177 #, gcc-internal-format, gfc-internal-format
23178 msgid "%s does not support predicted_by_p"
23179 msgstr ""
23181 #: cfghooks.cc:816
23182 #, gcc-internal-format, gfc-internal-format
23183 msgid "%s does not support merge_blocks"
23184 msgstr ""
23186 #: cfghooks.cc:897
23187 #, gcc-internal-format, gfc-internal-format
23188 msgid "%s does not support make_forwarder_block"
23189 msgstr ""
23191 #: cfghooks.cc:1046
23192 #, gcc-internal-format, gfc-internal-format
23193 msgid "%s does not support force_nonfallthru"
23194 msgstr ""
23196 #: cfghooks.cc:1080
23197 #, gcc-internal-format, gfc-internal-format
23198 msgid "%s does not support can_duplicate_block_p"
23199 msgstr ""
23201 #: cfghooks.cc:1109
23202 #, gcc-internal-format, gfc-internal-format
23203 msgid "%s does not support duplicate_block"
23204 msgstr ""
23206 #: cfghooks.cc:1184
23207 #, gcc-internal-format, gfc-internal-format
23208 msgid "%s does not support block_ends_with_call_p"
23209 msgstr ""
23211 #: cfghooks.cc:1195
23212 #, gcc-internal-format, gfc-internal-format
23213 msgid "%s does not support block_ends_with_condjump_p"
23214 msgstr ""
23216 #: cfghooks.cc:1213
23217 #, gcc-internal-format, gfc-internal-format
23218 msgid "%s does not support flow_call_edges_add"
23219 msgstr ""
23221 #: cfgloop.cc:1411
23222 #, gcc-internal-format
23223 msgid "loop verification on loop tree that needs fixup"
23224 msgstr ""
23226 #: cfgloop.cc:1427
23227 #, gcc-internal-format
23228 msgid "corrupt loop tree root"
23229 msgstr ""
23231 #: cfgloop.cc:1437
23232 #, gcc-internal-format, gfc-internal-format
23233 msgid "loop with header %d marked for removal"
23234 msgstr ""
23236 #: cfgloop.cc:1442
23237 #, gcc-internal-format, gfc-internal-format
23238 msgid "loop with header %d not in loop tree"
23239 msgstr ""
23241 #: cfgloop.cc:1448
23242 #, gcc-internal-format, gfc-internal-format
23243 msgid "non-loop with header %d not marked for removal"
23244 msgstr ""
23246 #: cfgloop.cc:1462
23247 #, gcc-internal-format, gfc-internal-format
23248 msgid "removed loop %d in loop tree"
23249 msgstr ""
23251 #: cfgloop.cc:1470
23252 #, gcc-internal-format, gfc-internal-format
23253 msgid "size of loop %d should be %d, not %d"
23254 msgstr ""
23256 #: cfgloop.cc:1481
23257 #, gcc-internal-format, gfc-internal-format
23258 msgid "bb %d does not belong to loop %d"
23259 msgstr ""
23261 #: cfgloop.cc:1493
23262 #, gcc-internal-format, gfc-internal-format
23263 msgid "bb %d has father loop %d, should be loop %d"
23264 msgstr ""
23266 #: cfgloop.cc:1509
23267 #, gcc-internal-format
23268 msgid "loop %d%'s header is not a loop header"
23269 msgstr ""
23271 #: cfgloop.cc:1515
23272 #, gcc-internal-format
23273 msgid "loop %d%'s header does not have exactly 2 entries"
23274 msgstr ""
23276 #: cfgloop.cc:1522
23277 #, gcc-internal-format
23278 msgid "loop %d%'s latch does not have an edge to its header"
23279 msgstr ""
23281 #: cfgloop.cc:1527
23282 #, gcc-internal-format
23283 msgid "loop %d%'s latch is not dominated by its header"
23284 msgstr ""
23286 #: cfgloop.cc:1535
23287 #, gcc-internal-format
23288 msgid "loop %d%'s latch does not have exactly 1 successor"
23289 msgstr ""
23291 #: cfgloop.cc:1540
23292 #, gcc-internal-format
23293 msgid "loop %d%'s latch does not have header as successor"
23294 msgstr ""
23296 #: cfgloop.cc:1545
23297 #, gcc-internal-format
23298 msgid "loop %d%'s latch does not belong directly to it"
23299 msgstr ""
23301 #: cfgloop.cc:1551
23302 #, gcc-internal-format
23303 msgid "loop %d%'s header does not belong directly to it"
23304 msgstr ""
23306 #: cfgloop.cc:1561
23307 #, gcc-internal-format
23308 msgid "loop %d%'s latch is marked as part of irreducible region"
23309 msgstr ""
23311 #: cfgloop.cc:1573
23312 #, gcc-internal-format
23313 msgid "loop %d%'s number of iterations %qE references the released SSA name %qE"
23314 msgstr ""
23316 #: cfgloop.cc:1606
23317 #, gcc-internal-format, gfc-internal-format
23318 msgid "basic block %d should be marked irreducible"
23319 msgstr ""
23321 #: cfgloop.cc:1612
23322 #, gcc-internal-format, gfc-internal-format
23323 msgid "basic block %d should not be marked irreducible"
23324 msgstr ""
23326 #: cfgloop.cc:1621
23327 #, gcc-internal-format, gfc-internal-format
23328 msgid "edge from %d to %d should be marked irreducible"
23329 msgstr ""
23331 #: cfgloop.cc:1628
23332 #, gcc-internal-format, gfc-internal-format
23333 msgid "edge from %d to %d should not be marked irreducible"
23334 msgstr ""
23336 #: cfgloop.cc:1642
23337 #, gcc-internal-format, gfc-internal-format
23338 msgid "corrupted head of the exits list of loop %d"
23339 msgstr ""
23341 #: cfgloop.cc:1660
23342 #, gcc-internal-format, gfc-internal-format
23343 msgid "corrupted exits list of loop %d"
23344 msgstr ""
23346 #: cfgloop.cc:1669
23347 #, gcc-internal-format, gfc-internal-format
23348 msgid "nonempty exits list of loop %d, but exits are not recorded"
23349 msgstr ""
23351 #: cfgloop.cc:1696
23352 #, gcc-internal-format, gfc-internal-format
23353 msgid "exit %d->%d not recorded"
23354 msgstr ""
23356 #: cfgloop.cc:1719
23357 #, gcc-internal-format, gfc-internal-format
23358 msgid "wrong list of exited loops for edge %d->%d"
23359 msgstr ""
23361 #: cfgloop.cc:1728
23362 #, gcc-internal-format
23363 msgid "too many loop exits recorded"
23364 msgstr ""
23366 #: cfgloop.cc:1739
23367 #, gcc-internal-format, gfc-internal-format
23368 msgid "%d exits recorded for loop %d (having %d exits)"
23369 msgstr ""
23371 #: cfgrtl.cc:2401
23372 #, gcc-internal-format, gfc-internal-format
23373 msgid "non-cold basic block %d reachable only by paths crossing the cold partition"
23374 msgstr ""
23376 #: cfgrtl.cc:2521
23377 #, gcc-internal-format, gfc-internal-format
23378 msgid "multiple hot/cold transitions found (bb %i)"
23379 msgstr ""
23381 #: cfgrtl.cc:2529
23382 #, gcc-internal-format
23383 msgid "partition found but function partition flag not set"
23384 msgstr ""
23386 #: cfgrtl.cc:2568
23387 #, gcc-internal-format
23388 msgid "verify_flow_info: REG_BR_PROB is set but cfg probability is not"
23389 msgstr ""
23391 #: cfgrtl.cc:2577
23392 #, gcc-internal-format, gfc-internal-format
23393 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
23394 msgstr ""
23396 #: cfgrtl.cc:2599
23397 #, gcc-internal-format
23398 msgid "EDGE_CROSSING incorrectly set across same section"
23399 msgstr ""
23401 #: cfgrtl.cc:2604
23402 #, gcc-internal-format, gfc-internal-format
23403 msgid "fallthru edge crosses section boundary in bb %i"
23404 msgstr ""
23406 #: cfgrtl.cc:2610
23407 #, gcc-internal-format, gfc-internal-format
23408 msgid "EH edge crosses section boundary in bb %i"
23409 msgstr ""
23411 #: cfgrtl.cc:2616
23412 #, gcc-internal-format, gfc-internal-format
23413 msgid "No region crossing jump at section boundary in bb %i"
23414 msgstr ""
23416 #: cfgrtl.cc:2623
23417 #, gcc-internal-format
23418 msgid "EDGE_CROSSING missing across section boundary"
23419 msgstr ""
23421 #: cfgrtl.cc:2653
23422 #, gcc-internal-format, gfc-internal-format
23423 msgid "Region crossing jump across same section in bb %i"
23424 msgstr ""
23426 #: cfgrtl.cc:2660
23427 #, gcc-internal-format, gfc-internal-format
23428 msgid "missing REG_EH_REGION note at the end of bb %i"
23429 msgstr ""
23431 #: cfgrtl.cc:2665
23432 #, gcc-internal-format, gfc-internal-format
23433 msgid "too many exception handling edges in bb %i"
23434 msgstr ""
23436 #: cfgrtl.cc:2673
23437 #, gcc-internal-format, gfc-internal-format
23438 msgid "too many outgoing branch edges from bb %i"
23439 msgstr ""
23441 #: cfgrtl.cc:2678
23442 #, gcc-internal-format, gfc-internal-format
23443 msgid "fallthru edge after unconditional jump in bb %i"
23444 msgstr ""
23446 #: cfgrtl.cc:2683
23447 #, gcc-internal-format, gfc-internal-format
23448 msgid "wrong number of branch edges after unconditional jump in bb %i"
23449 msgstr ""
23451 #: cfgrtl.cc:2690
23452 #, gcc-internal-format, gfc-internal-format
23453 msgid "wrong amount of branch edges after conditional jump in bb %i"
23454 msgstr ""
23456 #: cfgrtl.cc:2696
23457 #, gcc-internal-format, gfc-internal-format
23458 msgid "abnormal call edges for non-call insn in bb %i"
23459 msgstr ""
23461 #: cfgrtl.cc:2701
23462 #, gcc-internal-format, gfc-internal-format
23463 msgid "sibcall edges for non-call insn in bb %i"
23464 msgstr ""
23466 #: cfgrtl.cc:2711
23467 #, gcc-internal-format, gfc-internal-format
23468 msgid "abnormal edges for no purpose in bb %i"
23469 msgstr ""
23471 #: cfgrtl.cc:2722
23472 #, gcc-internal-format, gfc-internal-format
23473 msgid "EH incoming edge mixed with non-EH incoming edges in bb %i"
23474 msgstr ""
23476 #: cfgrtl.cc:2763 cfgrtl.cc:2773
23477 #, gcc-internal-format, gfc-internal-format
23478 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
23479 msgstr ""
23481 #: cfgrtl.cc:2786
23482 #, gcc-internal-format, gfc-internal-format
23483 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
23484 msgstr ""
23486 #: cfgrtl.cc:2796
23487 #, gcc-internal-format, gfc-internal-format
23488 msgid "in basic block %d:"
23489 msgstr ""
23491 #: cfgrtl.cc:2822
23492 #, gcc-internal-format, gfc-internal-format
23493 msgid "BB_RTL flag not set for block %d"
23494 msgstr ""
23496 #: cfgrtl.cc:2829
23497 #, gcc-internal-format, gfc-internal-format
23498 msgid "insn %d basic block pointer is %d, should be %d"
23499 msgstr ""
23501 #: cfgrtl.cc:2840
23502 #, gcc-internal-format, gfc-internal-format
23503 msgid "insn %d in header of bb %d has non-NULL basic block"
23504 msgstr ""
23506 #: cfgrtl.cc:2848
23507 #, gcc-internal-format, gfc-internal-format
23508 msgid "insn %d in footer of bb %d has non-NULL basic block"
23509 msgstr ""
23511 #: cfgrtl.cc:2921 cfgrtl.cc:2969
23512 #, gcc-internal-format, gfc-internal-format
23513 msgid "insn %d outside of basic blocks has non-NULL bb field"
23514 msgstr ""
23516 #: cfgrtl.cc:2929
23517 #, gcc-internal-format, gfc-internal-format
23518 msgid "end insn %d for block %d not found in the insn stream"
23519 msgstr ""
23521 #: cfgrtl.cc:2942
23522 #, gcc-internal-format, gfc-internal-format
23523 msgid "insn %d is in multiple basic blocks (%d and %d)"
23524 msgstr ""
23526 #: cfgrtl.cc:2954
23527 #, gcc-internal-format, gfc-internal-format
23528 msgid "head insn %d for block %d not found in the insn stream"
23529 msgstr ""
23531 #: cfgrtl.cc:3002
23532 #, gcc-internal-format, gfc-internal-format
23533 msgid "missing barrier after block %i"
23534 msgstr ""
23536 #: cfgrtl.cc:3018
23537 #, gcc-internal-format, gfc-internal-format
23538 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
23539 msgstr ""
23541 #: cfgrtl.cc:3027
23542 #, gcc-internal-format, gfc-internal-format
23543 msgid "verify_flow_info: Incorrect fallthru %i->%i"
23544 msgstr ""
23546 #: cfgrtl.cc:3029
23547 #, gcc-internal-format
23548 msgid "wrong insn in the fallthru edge"
23549 msgstr ""
23551 #: cfgrtl.cc:3063
23552 #, gcc-internal-format
23553 msgid "basic blocks not laid down consecutively"
23554 msgstr ""
23556 #: cfgrtl.cc:3102
23557 #, gcc-internal-format, gfc-internal-format
23558 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
23559 msgstr ""
23561 #: cgraph.cc:3204
23562 #, gcc-internal-format
23563 msgid "caller edge count invalid"
23564 msgstr ""
23566 #: cgraph.cc:3302
23567 #, gcc-internal-format
23568 msgid "missing indirect call in speculative call sequence"
23569 msgstr ""
23571 #: cgraph.cc:3307
23572 #, gcc-internal-format
23573 msgid "indirect call in speculative call sequence has no speculative flag"
23574 msgstr ""
23576 #: cgraph.cc:3337
23577 #, gcc-internal-format
23578 msgid "speculative edges are not adjacent"
23579 msgstr ""
23581 #: cgraph.cc:3343
23582 #, gcc-internal-format, gfc-internal-format
23583 msgid "direct call to %s in speculative call sequence has no speculative flag"
23584 msgstr ""
23586 #: cgraph.cc:3349 cgraph.cc:3379
23587 #, gcc-internal-format, gfc-internal-format
23588 msgid "direct call to %s in speculative call sequence has speculative_id %i out of range"
23589 msgstr ""
23591 #: cgraph.cc:3356
23592 #, gcc-internal-format, gfc-internal-format
23593 msgid "duplicate direct call to %s in speculative call sequence with speculative_id %i"
23594 msgstr ""
23596 #: cgraph.cc:3367
23597 #, gcc-internal-format
23598 msgid "call stmt hash does not point to first direct edge of speculative call sequence"
23599 msgstr ""
23601 #: cgraph.cc:3386
23602 #, gcc-internal-format, gfc-internal-format
23603 msgid "duplicate reference %s in speculative call sequence with speculative_id %i"
23604 msgstr ""
23606 #: cgraph.cc:3399
23607 #, gcc-internal-format, gfc-internal-format
23608 msgid "missing direct call for speculation %i"
23609 msgstr ""
23611 #: cgraph.cc:3404
23612 #, gcc-internal-format, gfc-internal-format
23613 msgid "missing ref for speculation %i"
23614 msgstr ""
23616 #: cgraph.cc:3413
23617 #, gcc-internal-format, gfc-internal-format
23618 msgid "number of speculative targets %i mismatched with num_speculative_call_targets %i"
23619 msgstr ""
23621 #: cgraph.cc:3442
23622 #, gcc-internal-format, gfc-internal-format
23623 msgid "aux field set for edge %s->%s"
23624 msgstr ""
23626 #: cgraph.cc:3449
23627 #, gcc-internal-format
23628 msgid "cgraph count invalid"
23629 msgstr ""
23631 #: cgraph.cc:3454
23632 #, gcc-internal-format
23633 msgid "inline clone in same comdat group list"
23634 msgstr ""
23636 #: cgraph.cc:3459
23637 #, gcc-internal-format
23638 msgid "inline clone count is not compatible"
23639 msgstr ""
23641 #: cgraph.cc:3466
23642 #, gcc-internal-format
23643 msgid "tp_first_run must be non-negative"
23644 msgstr ""
23646 #: cgraph.cc:3471
23647 #, gcc-internal-format
23648 msgid "local symbols must be defined"
23649 msgstr ""
23651 #: cgraph.cc:3476
23652 #, gcc-internal-format
23653 msgid "externally visible inline clone"
23654 msgstr ""
23656 #: cgraph.cc:3481
23657 #, gcc-internal-format
23658 msgid "inline clone with address taken"
23659 msgstr ""
23661 #: cgraph.cc:3486
23662 #, gcc-internal-format
23663 msgid "inline clone is forced to output"
23664 msgstr ""
23666 #: cgraph.cc:3493
23667 #, gcc-internal-format
23668 msgid "calls_comdat_local is set outside of a comdat group"
23669 msgstr ""
23671 #: cgraph.cc:3498
23672 #, gcc-internal-format
23673 msgid "invalid calls_comdat_local flag"
23674 msgstr ""
23676 #: cgraph.cc:3505
23677 #, gcc-internal-format
23678 msgid "malloc attribute should be used for a function that returns a pointer"
23679 msgstr ""
23681 #: cgraph.cc:3517
23682 #, gcc-internal-format
23683 msgid "semantic interposition mismatch"
23684 msgstr ""
23686 #: cgraph.cc:3524
23687 #, gcc-internal-format, gfc-internal-format
23688 msgid "aux field set for indirect edge from %s"
23689 msgstr ""
23691 #: cgraph.cc:3530 cgraph.cc:3590
23692 #, gcc-internal-format
23693 msgid "edge count is not compatible with function count"
23694 msgstr ""
23696 #: cgraph.cc:3538
23697 #, gcc-internal-format, gfc-internal-format
23698 msgid "An indirect edge from %s is not marked as indirect or has associated indirect_info, the corresponding statement is: "
23699 msgstr ""
23701 #: cgraph.cc:3546 cgraph.cc:3617
23702 #, gcc-internal-format
23703 msgid "edge has both call_stmt and lto_stmt_uid set"
23704 msgstr ""
23706 #: cgraph.cc:3558
23707 #, gcc-internal-format, gfc-internal-format
23708 msgid "comdat-local function called by %s outside its comdat"
23709 msgstr ""
23711 #: cgraph.cc:3568
23712 #, gcc-internal-format
23713 msgid "inlined_to pointer is wrong"
23714 msgstr ""
23716 #: cgraph.cc:3573
23717 #, gcc-internal-format
23718 msgid "multiple inline callers"
23719 msgstr ""
23721 #: cgraph.cc:3580
23722 #, gcc-internal-format
23723 msgid "inlined_to pointer set for noninline callers"
23724 msgstr ""
23726 #: cgraph.cc:3607
23727 #, gcc-internal-format
23728 msgid "caller edge count does not match BB count"
23729 msgstr ""
23731 #: cgraph.cc:3638
23732 #, gcc-internal-format
23733 msgid "indirect call count does not match BB count"
23734 msgstr ""
23736 #: cgraph.cc:3655
23737 #, gcc-internal-format
23738 msgid "reference has both stmt and lto_stmt_uid set"
23739 msgstr ""
23741 #: cgraph.cc:3666
23742 #, gcc-internal-format
23743 msgid "inlined_to pointer is set but no predecessors found"
23744 msgstr ""
23746 #: cgraph.cc:3671
23747 #, gcc-internal-format
23748 msgid "inlined_to pointer refers to itself"
23749 msgstr ""
23751 #: cgraph.cc:3682
23752 #, gcc-internal-format
23753 msgid "cgraph_node has wrong clone_of"
23754 msgstr ""
23756 #: cgraph.cc:3695
23757 #, gcc-internal-format
23758 msgid "cgraph_node has wrong clone list"
23759 msgstr ""
23761 #: cgraph.cc:3701
23762 #, gcc-internal-format
23763 msgid "cgraph_node is in clone list but it is not clone"
23764 msgstr ""
23766 #: cgraph.cc:3706
23767 #, gcc-internal-format
23768 msgid "cgraph_node has wrong prev_clone pointer"
23769 msgstr ""
23771 #: cgraph.cc:3711
23772 #, gcc-internal-format
23773 msgid "double linked list of clones corrupted"
23774 msgstr ""
23776 #: cgraph.cc:3723
23777 #, gcc-internal-format
23778 msgid "Alias has call edges"
23779 msgstr ""
23781 #: cgraph.cc:3729
23782 #, gcc-internal-format
23783 msgid "Alias has non-alias reference"
23784 msgstr ""
23786 #: cgraph.cc:3734
23787 #, gcc-internal-format
23788 msgid "Alias has more than one alias reference"
23789 msgstr ""
23791 #: cgraph.cc:3741
23792 #, gcc-internal-format
23793 msgid "Analyzed alias has no reference"
23794 msgstr ""
23796 #: cgraph.cc:3750
23797 #, gcc-internal-format
23798 msgid "No edge out of thunk node"
23799 msgstr ""
23801 #: cgraph.cc:3755
23802 #, gcc-internal-format
23803 msgid "More than one edge out of thunk node"
23804 msgstr ""
23806 #: cgraph.cc:3760
23807 #, gcc-internal-format
23808 msgid "Thunk is not supposed to have body"
23809 msgstr ""
23811 #: cgraph.cc:3796
23812 #, gcc-internal-format
23813 msgid "shared call_stmt:"
23814 msgstr ""
23816 #: cgraph.cc:3804
23817 #, gcc-internal-format
23818 msgid "edge points to wrong declaration:"
23819 msgstr ""
23821 #: cgraph.cc:3813
23822 #, gcc-internal-format
23823 msgid "an indirect edge with unknown callee corresponding to a call_stmt with a known declaration:"
23824 msgstr ""
23826 #: cgraph.cc:3823
23827 #, gcc-internal-format
23828 msgid "missing callgraph edge for call stmt:"
23829 msgstr ""
23831 #: cgraph.cc:3833
23832 #, gcc-internal-format
23833 msgid "reference to dead statement"
23834 msgstr ""
23836 #: cgraph.cc:3846
23837 #, gcc-internal-format, gfc-internal-format
23838 msgid "edge %s->%s has no corresponding call_stmt"
23839 msgstr ""
23841 #: cgraph.cc:3858
23842 #, gcc-internal-format, gfc-internal-format
23843 msgid "an indirect edge from %s has no corresponding call_stmt"
23844 msgstr ""
23846 #: cgraph.cc:3877 cgraph.cc:3890
23847 #, gcc-internal-format
23848 msgid "missing origin for a node in a nested list"
23849 msgstr ""
23851 #: cgraph.cc:3882
23852 #, gcc-internal-format
23853 msgid "origin points to a different parent"
23854 msgstr ""
23856 #: cgraph.cc:3898
23857 #, gcc-internal-format
23858 msgid "verify_cgraph_node failed"
23859 msgstr ""
23861 #: cgraph.cc:4020 varpool.cc:304
23862 #, gcc-internal-format, gfc-internal-format
23863 msgid "%s: section %s.%d is missing"
23864 msgstr ""
23866 #: cgraphunit.cc:744
23867 #, gcc-internal-format
23868 msgid "duplicate definition of a symbol version"
23869 msgstr ""
23871 #: cgraphunit.cc:746
23872 #, gcc-internal-format
23873 msgid "same version was previously defined here"
23874 msgstr ""
23876 #: cgraphunit.cc:752
23877 #, gcc-internal-format
23878 msgid "symbol needs to be defined to have a version"
23879 msgstr ""
23881 #: cgraphunit.cc:758
23882 #, gcc-internal-format
23883 msgid "common symbol cannot be versioned"
23884 msgstr ""
23886 #: cgraphunit.cc:764
23887 #, gcc-internal-format
23888 msgid "comdat symbol cannot be versioned"
23889 msgstr ""
23891 #: cgraphunit.cc:770
23892 #, gcc-internal-format
23893 msgid "%<weakref%> cannot be versioned"
23894 msgstr ""
23896 #: cgraphunit.cc:776
23897 #, gcc-internal-format
23898 msgid "versioned symbol must be public"
23899 msgstr ""
23901 #: cgraphunit.cc:782
23902 #, gcc-internal-format
23903 msgid "versioned symbol must have default visibility"
23904 msgstr ""
23906 #: cgraphunit.cc:815
23907 #, gcc-internal-format
23908 msgid "%<weakref%> attribute should be accompanied with an %<alias%> attribute"
23909 msgstr ""
23911 #: cgraphunit.cc:870
23912 #, gcc-internal-format
23913 msgid "%<flatten%> attribute is ignored on aliases"
23914 msgstr ""
23916 #: cgraphunit.cc:878 cgraphunit.cc:929
23917 #, gcc-internal-format
23918 msgid "%<externally_visible%> attribute have effect only on public objects"
23919 msgstr ""
23921 #: cgraphunit.cc:889
23922 #, gcc-internal-format
23923 msgid "%<weakref%> attribute ignored because function is defined"
23924 msgstr ""
23926 #: cgraphunit.cc:904
23927 #, gcc-internal-format
23928 msgid "%<alias%> attribute ignored because function is defined"
23929 msgstr ""
23931 #: cgraphunit.cc:912
23932 #, gcc-internal-format
23933 msgid "%<always_inline%> function might not be inlinable"
23934 msgstr ""
23936 #: cgraphunit.cc:937
23937 #, gcc-internal-format
23938 msgid "%<weakref%> attribute ignored because variable is initialized"
23939 msgstr ""
23941 #. include_self=
23942 #. TODO: Add OPT_Wundefined-inline.
23943 #: cgraphunit.cc:1086 c/c-decl.cc:12855
23944 #, gcc-internal-format
23945 msgid "%q+F used but never defined"
23946 msgstr ""
23948 #: cgraphunit.cc:1088 c/c-decl.cc:12865
23949 #, gcc-internal-format
23950 msgid "%q+F declared %<static%> but never defined"
23951 msgstr ""
23953 #: cgraphunit.cc:1131
23954 #, gcc-internal-format
23955 msgid "%qD defined but not used"
23956 msgstr ""
23958 #: cgraphunit.cc:1466
23959 #, gcc-internal-format
23960 msgid "%<ifunc%> resolver for %qD must return %qT"
23961 msgstr ""
23963 #: cgraphunit.cc:1469 cgraphunit.cc:1492
23964 #, gcc-internal-format
23965 msgid "resolver indirect function declared here"
23966 msgstr ""
23968 #: cgraphunit.cc:1489
23969 #, gcc-internal-format
23970 msgid "%<ifunc%> resolver for %qD should return %qT"
23971 msgstr ""
23973 #: cgraphunit.cc:1499
23974 #, gcc-internal-format
23975 msgid "%qD alias between functions of incompatible types %qT and %qT"
23976 msgstr ""
23978 #: cgraphunit.cc:1502 cgraphunit.cc:1584
23979 #, gcc-internal-format
23980 msgid "aliased declaration here"
23981 msgstr ""
23983 #: cgraphunit.cc:1540 c-family/c-pragma.cc:347
23984 #, gcc-internal-format
23985 msgid "%q+D aliased to undefined symbol %qE"
23986 msgstr ""
23988 #: cgraphunit.cc:1556
23989 #, gcc-internal-format
23990 msgid "%q+D aliased to external symbol %qE"
23991 msgstr ""
23993 #: cgraphunit.cc:1581
23994 #, gcc-internal-format
23995 msgid "%q+D alias between function and variable is not supported"
23996 msgstr ""
23998 #: cgraphunit.cc:1655
23999 #, gcc-internal-format
24000 msgid "failed to reclaim unneeded function"
24001 msgstr ""
24003 #: cgraphunit.cc:1683
24004 #, gcc-internal-format
24005 msgid "failed to reclaim unneeded function in same comdat group"
24006 msgstr ""
24008 #: cgraphunit.cc:1859
24009 #, gcc-internal-format
24010 msgid "size of return value of %q+D is %u bytes"
24011 msgstr ""
24013 #: cgraphunit.cc:1863
24014 #, gcc-internal-format
24015 msgid "size of return value of %q+D is larger than %wu bytes"
24016 msgstr ""
24018 #: cgraphunit.cc:2425
24019 #, gcc-internal-format
24020 msgid "nodes with unreleased memory found"
24021 msgstr ""
24023 #: collect-utils.cc:106
24024 #, gcc-internal-format
24025 msgid "cannot get program status: %m"
24026 msgstr "nije moguće dobiti stanje programa: %m"
24028 #: collect-utils.cc:120
24029 #, gcc-internal-format, gfc-internal-format
24030 msgid "%s terminated with signal %d [%s]%s"
24031 msgstr ""
24033 #: collect-utils.cc:136
24034 #, gcc-internal-format, gfc-internal-format
24035 msgid "%s returned %d exit status"
24036 msgstr ""
24038 #: collect-utils.cc:175
24039 #, gcc-internal-format, gfc-internal-format
24040 msgid "could not open response file %s"
24041 msgstr ""
24043 #: collect-utils.cc:181
24044 #, gcc-internal-format, gfc-internal-format
24045 msgid "could not write to response file %s"
24046 msgstr ""
24048 #: collect-utils.cc:187
24049 #, gcc-internal-format, gfc-internal-format
24050 msgid "could not close response file %s"
24051 msgstr ""
24053 #: collect-utils.cc:221
24054 #, gcc-internal-format
24055 msgid "cannot find %qs"
24056 msgstr "nije moguće naći %qs"
24058 #: collect-utils.cc:225 collect2.cc:2385 collect2.cc:2555 gcc.cc:3405
24059 #: gcc.cc:7677
24060 #, gcc-internal-format
24061 msgid "%<pex_init%> failed: %m"
24062 msgstr "%<pex_init%> neuspješan: %m"
24064 #: collect-utils.cc:234 collect2.cc:2394 collect2.cc:2563 gcc.cc:2689
24065 #, gcc-internal-format
24066 msgid "%s: %m"
24067 msgstr ""
24069 #: collect2.cc:613
24070 #, gcc-internal-format
24071 msgid "environment variable %<COLLECT_LTO_WRAPPER%> must be set"
24072 msgstr "varijabla okoline %<COLLECT_LTO_WRAPPER%> mora imati postavku"
24074 #: collect2.cc:756
24075 #, gcc-internal-format, gfc-internal-format
24076 msgid "ld returned %d exit status"
24077 msgstr ""
24079 #: collect2.cc:913 gcc.cc:8196 config/gcn/mkoffload.cc:827
24080 #: config/nvptx/mkoffload.cc:545
24081 #, gcc-internal-format
24082 msgid "atexit failed"
24083 msgstr ""
24085 #: collect2.cc:1043
24086 #, gcc-internal-format
24087 msgid "no arguments"
24088 msgstr ""
24090 #: collect2.cc:1283 opts.cc:1152
24091 #, gcc-internal-format
24092 msgid "LTO support has not been enabled in this configuration"
24093 msgstr ""
24095 #: collect2.cc:1324 graph.cc:55 lto-wrapper.cc:1710 lto-wrapper.cc:1766
24096 #: toplev.cc:1513 objc/objc-act.cc:461
24097 #, gcc-internal-format
24098 msgid "cannot open %s: %m"
24099 msgstr "nije moguće otvoriti %s: %m"
24101 #: collect2.cc:1444
24102 #, gcc-internal-format
24103 msgid "unknown demangling style %qs"
24104 msgstr ""
24106 #: collect2.cc:1546 collect2.cc:1724 collect2.cc:1764
24107 #, gcc-internal-format
24108 msgid "fopen %s: %m"
24109 msgstr ""
24111 #: collect2.cc:1549 collect2.cc:1729 collect2.cc:1767
24112 #, gcc-internal-format
24113 msgid "fclose %s: %m"
24114 msgstr ""
24116 #: collect2.cc:2319 lto-wrapper.cc:1215 lto-wrapper.cc:1230
24117 #: lto/lto-object.cc:148 lto/lto-object.cc:182 lto/lto-object.cc:279
24118 #: lto/lto-object.cc:336 lto/lto-object.cc:360
24119 #, gcc-internal-format, gfc-internal-format
24120 msgid "%s: %s"
24121 msgstr ""
24123 #: collect2.cc:2359
24124 #, gcc-internal-format
24125 msgid "cannot find %<nm%>"
24126 msgstr "nije moguće naći %<nm%>"
24128 #: collect2.cc:2407
24129 #, gcc-internal-format
24130 msgid "cannot open nm output: %m"
24131 msgstr ""
24133 #: collect2.cc:2462
24134 #, gcc-internal-format, gfc-internal-format
24135 msgid "init function found in object %s"
24136 msgstr ""
24138 #: collect2.cc:2473
24139 #, gcc-internal-format, gfc-internal-format
24140 msgid "fini function found in object %s"
24141 msgstr ""
24143 #: collect2.cc:2530
24144 #, gcc-internal-format
24145 msgid "cannot find %<ldd%>"
24146 msgstr "nije moguće naći %<ldd%>"
24148 #: collect2.cc:2576
24149 #, gcc-internal-format
24150 msgid "cannot open ldd output: %m"
24151 msgstr ""
24153 #: collect2.cc:2594
24154 #, gcc-internal-format, gfc-internal-format
24155 msgid "dynamic dependency %s not found"
24156 msgstr ""
24158 #: collect2.cc:2606
24159 #, gcc-internal-format
24160 msgid "unable to open dynamic dependency %qs"
24161 msgstr ""
24163 #: collect2.cc:2758
24164 #, gcc-internal-format, gfc-internal-format
24165 msgid "%s: not a COFF file"
24166 msgstr ""
24168 #: collect2.cc:2917
24169 #, gcc-internal-format, gfc-internal-format
24170 msgid "%s: cannot open as COFF file"
24171 msgstr ""
24173 #: collect2.cc:2976
24174 #, gcc-internal-format, gfc-internal-format
24175 msgid "library lib%s not found"
24176 msgstr ""
24178 #: convert.cc:97
24179 #, gcc-internal-format
24180 msgid "cannot convert to a pointer type"
24181 msgstr ""
24183 #: convert.cc:332
24184 #, gcc-internal-format
24185 msgid "pointer value used where a floating-point was expected"
24186 msgstr ""
24188 #: convert.cc:336
24189 #, gcc-internal-format
24190 msgid "aggregate value used where a floating-point was expected"
24191 msgstr ""
24193 #: convert.cc:479
24194 #, gcc-internal-format
24195 msgid "conversion to incomplete type"
24196 msgstr ""
24198 #: convert.cc:948
24199 #, gcc-internal-format
24200 msgid "cannot convert a vector of type %qT to type %qT which has different size"
24201 msgstr ""
24203 #: convert.cc:956
24204 #, gcc-internal-format
24205 msgid "aggregate value used where an integer was expected"
24206 msgstr ""
24208 #: convert.cc:1044
24209 #, gcc-internal-format
24210 msgid "pointer value used where a complex was expected"
24211 msgstr ""
24213 #: convert.cc:1048
24214 #, gcc-internal-format
24215 msgid "aggregate value used where a complex was expected"
24216 msgstr ""
24218 #: convert.cc:1085
24219 #, gcc-internal-format
24220 msgid "cannot convert a value of type %qT to vector type %qT which has different size"
24221 msgstr ""
24223 #: convert.cc:1093
24224 #, gcc-internal-format
24225 msgid "cannot convert value to a vector"
24226 msgstr ""
24228 #: convert.cc:1132
24229 #, gcc-internal-format
24230 msgid "aggregate value used where a fixed-point was expected"
24231 msgstr ""
24233 #: coverage.cc:192
24234 #, gcc-internal-format
24235 msgid "%qs is not a gcov data file"
24236 msgstr ""
24238 #: coverage.cc:203
24239 #, gcc-internal-format
24240 msgid "%qs is version %q.*s, expected version %q.*s"
24241 msgstr ""
24243 #: coverage.cc:267
24244 #, gcc-internal-format, gfc-internal-format
24245 msgid "profile data for function %u is corrupted"
24246 msgstr ""
24248 #: coverage.cc:268
24249 #, gcc-internal-format
24250 msgid "checksum is (%x,%x) instead of (%x,%x)"
24251 msgstr ""
24253 #: coverage.cc:283
24254 #, gcc-internal-format
24255 msgid "%qs has overflowed"
24256 msgstr ""
24258 #: coverage.cc:284
24259 #, gcc-internal-format
24260 msgid "%qs is corrupted"
24261 msgstr ""
24263 #: coverage.cc:311
24264 #, gcc-internal-format
24265 msgid "%qs profile count data file not found"
24266 msgstr ""
24268 #: coverage.cc:340
24269 #, gcc-internal-format
24270 msgid "profile for function %qD not found in profile data"
24271 msgstr ""
24273 #: coverage.cc:360
24274 #, gcc-internal-format
24275 msgid "number of counters in profile data for function %qD does not match its profile data (counter %qs, expected %i and have %i)"
24276 msgstr ""
24278 #: coverage.cc:369
24279 #, gcc-internal-format
24280 msgid "the control flow of function %qD does not match its profile data (counter %qs)"
24281 msgstr ""
24283 #: coverage.cc:388
24284 #, gcc-internal-format
24285 msgid "execution counts estimated\n"
24286 msgstr ""
24288 #: coverage.cc:389
24289 #, gcc-internal-format
24290 msgid "execution counts assumed to be zero\n"
24291 msgstr ""
24293 #: coverage.cc:402
24294 #, gcc-internal-format
24295 msgid "source locations for function %qD have changed, the profile data may be out of date"
24296 msgstr ""
24298 #: coverage.cc:666
24299 #, gcc-internal-format
24300 msgid "function starts on a higher line number than it ends"
24301 msgstr ""
24303 #: coverage.cc:688
24304 #, gcc-internal-format
24305 msgid "error writing %qs"
24306 msgstr ""
24308 #: coverage.cc:1288
24309 #, gcc-internal-format
24310 msgid "filename %qs does not start with profile prefix %qs"
24311 msgstr ""
24313 #: coverage.cc:1333
24314 #, gcc-internal-format, gfc-internal-format
24315 msgid "cannot open %s"
24316 msgstr ""
24318 #: data-streamer-in.cc:53
24319 #, gcc-internal-format
24320 msgid "bytecode stream: string too long for the string table"
24321 msgstr ""
24323 #: data-streamer-in.cc:84 data-streamer-in.cc:113
24324 #, gcc-internal-format
24325 msgid "bytecode stream: found non-null terminated string"
24326 msgstr ""
24328 #: dbgcnt.cc:140
24329 #, gcc-internal-format
24330 msgid "Interval overlap of %<-fdbg-cnt=%s%>: [%u, %u] and [%u, %u]"
24331 msgstr ""
24333 #: dbgcnt.cc:157
24334 #, gcc-internal-format
24335 msgid "%<-fdbg-cnt=%s:%d-%d%> has smaller upper limit than the lower"
24336 msgstr ""
24338 #: dbgcnt.cc:169
24339 #, gcc-internal-format
24340 msgid "cannot find a valid counter name %qs of %<-fdbg-cnt=%> option"
24341 msgstr ""
24343 #: dbgcnt.cc:238
24344 #, gcc-internal-format
24345 msgid "counter name"
24346 msgstr ""
24348 #: dbgcnt.cc:239
24349 #, gcc-internal-format
24350 msgid "counter value"
24351 msgstr ""
24353 #: dbgcnt.cc:239
24354 #, gcc-internal-format
24355 msgid "closed intervals"
24356 msgstr ""
24358 #: diagnostic.cc:2392
24359 #, gcc-internal-format
24360 msgid "debug path"
24361 msgstr "staza za debug (dijagnostiku)"
24363 #: dominance.cc:1180
24364 #, gcc-internal-format, gfc-internal-format
24365 msgid "dominator of %d status unknown"
24366 msgstr ""
24368 #: dominance.cc:1188
24369 #, gcc-internal-format, gfc-internal-format
24370 msgid "dominator of %d should be %d, not %d"
24371 msgstr ""
24373 #: dumpfile.cc:381
24374 #, gcc-internal-format
24375 msgid "could not open dump file %qs: %m"
24376 msgstr ""
24378 #: dumpfile.cc:1844
24379 #, gcc-internal-format
24380 msgid "ignoring unknown option %q.*s"
24381 msgstr ""
24383 #: dumpfile.cc:1926
24384 #, gcc-internal-format
24385 msgid "unrecognized command-line option %<-fdump-%s%>; did you mean %<-fdump-%s%>?"
24386 msgstr ""
24388 #: dumpfile.cc:1929
24389 #, gcc-internal-format
24390 msgid "unrecognized command-line option %<-fdump-%s%>"
24391 msgstr ""
24393 #: dumpfile.cc:2002
24394 #, gcc-internal-format
24395 msgid "unknown option %q.*s in %<-fopt-info-%s%>"
24396 msgstr ""
24398 #: dumpfile.cc:2034
24399 #, gcc-internal-format
24400 msgid "ignoring possibly conflicting option %<-fopt-info-%s%>"
24401 msgstr ""
24403 #: dwarf2out.cc:1140
24404 #, gcc-internal-format
24405 msgid "multiple EH personalities are supported only with assemblers supporting %<.cfi_personality%> directive"
24406 msgstr ""
24408 #: dwarf2out.cc:11164
24409 #, gcc-internal-format
24410 msgid "%<-gdwarf-6%> is output as version 5 with incompatibilities"
24411 msgstr ""
24413 #: dwarf2out.cc:15007
24414 #, gcc-internal-format, gfc-internal-format
24415 msgid "non-delegitimized UNSPEC %s (%d) found in variable location"
24416 msgstr ""
24418 #: emit-rtl.cc:2898
24419 #, gcc-internal-format
24420 msgid "invalid rtl sharing found in the insn"
24421 msgstr ""
24423 #: emit-rtl.cc:2900
24424 #, gcc-internal-format
24425 msgid "shared rtx"
24426 msgstr ""
24428 #: emit-rtl.cc:2902
24429 #, gcc-internal-format
24430 msgid "internal consistency failure"
24431 msgstr ""
24433 #: emit-rtl.cc:4004
24434 #, gcc-internal-format
24435 msgid "ICE: %<emit_insn%> used where %<emit_jump_insn%> needed:"
24436 msgstr ""
24438 #: errors.cc:133
24439 #, gcc-internal-format, gfc-internal-format
24440 msgid "abort in %s, at %s:%d"
24441 msgstr ""
24443 #: except.cc:2166
24444 #, gcc-internal-format
24445 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
24446 msgstr ""
24448 #: except.cc:2301
24449 #, gcc-internal-format
24450 msgid "%<__builtin_eh_return%> not supported on this target"
24451 msgstr ""
24453 #: except.cc:3425 except.cc:3450
24454 #, gcc-internal-format
24455 msgid "%<region_array%> is corrupted for region %i"
24456 msgstr ""
24458 #: except.cc:3438 except.cc:3469
24459 #, gcc-internal-format
24460 msgid "%<lp_array%> is corrupted for lp %i"
24461 msgstr ""
24463 #: except.cc:3455
24464 #, gcc-internal-format, gfc-internal-format
24465 msgid "outer block of region %i is wrong"
24466 msgstr ""
24468 #: except.cc:3460
24469 #, gcc-internal-format, gfc-internal-format
24470 msgid "negative nesting depth of region %i"
24471 msgstr ""
24473 #: except.cc:3474
24474 #, gcc-internal-format, gfc-internal-format
24475 msgid "region of lp %i is wrong"
24476 msgstr ""
24478 #: except.cc:3501
24479 #, gcc-internal-format, gfc-internal-format
24480 msgid "tree list ends on depth %i"
24481 msgstr ""
24483 #: except.cc:3506
24484 #, gcc-internal-format
24485 msgid "%<region_array%> does not match %<region_tree%>"
24486 msgstr ""
24488 #: except.cc:3511
24489 #, gcc-internal-format
24490 msgid "%<lp_array%> does not match %<region_tree%>"
24491 msgstr ""
24493 #: except.cc:3518 tree.cc:14301 value-prof.cc:529
24494 #, gcc-internal-format
24495 msgid "%qs failed"
24496 msgstr ""
24498 #: explow.cc:1551
24499 #, gcc-internal-format
24500 msgid "stack limits not supported on this target"
24501 msgstr ""
24503 #: expmed.cc:359
24504 #, gcc-internal-format
24505 msgid "reverse scalar storage order"
24506 msgstr ""
24508 #: expmed.cc:376
24509 #, gcc-internal-format
24510 msgid "reverse floating-point scalar storage order"
24511 msgstr ""
24513 #: expmed.cc:418
24514 #, gcc-internal-format, gfc-internal-format
24515 msgid "reverse storage order for %smode"
24516 msgstr ""
24518 #: expmed.cc:671
24519 #, gcc-internal-format
24520 msgid "write of %wu-bit data outside the bound of destination object, data truncated into %wu-bit"
24521 msgstr ""
24523 #: expr.cc:11849
24524 #, gcc-internal-format
24525 msgid "call to %qs declared with attribute error: %s"
24526 msgstr ""
24528 #: expr.cc:11863
24529 #, gcc-internal-format
24530 msgid "call to %qs declared with attribute warning: %s"
24531 msgstr ""
24533 #: expr.cc:12901
24534 #, gcc-internal-format
24535 msgid "assuming signed overflow does not occur when simplifying %<X - Y %s 0%> to %<X %s Y%>"
24536 msgstr ""
24538 #: file-prefix-map.cc:50
24539 #, gcc-internal-format
24540 msgid "invalid argument %qs to %qs"
24541 msgstr ""
24543 #: final.cc:1771
24544 #, gcc-internal-format
24545 msgid "the frame size of %wu bytes is larger than %wu bytes"
24546 msgstr ""
24548 #: final.cc:4392 toplev.cc:1393 tree-cfgcleanup.cc:1549
24549 #, gcc-internal-format
24550 msgid "could not open final insn dump file %qs: %m"
24551 msgstr ""
24553 #: final.cc:4461 tree-cfgcleanup.cc:1566
24554 #, gcc-internal-format
24555 msgid "could not close final insn dump file %qs: %m"
24556 msgstr ""
24558 #: fixed-value.cc:128
24559 #, gcc-internal-format
24560 msgid "large fixed-point constant implicitly truncated to fixed-point type"
24561 msgstr ""
24563 #: fold-const.cc:4691 fold-const.cc:4701
24564 #, gcc-internal-format, gfc-internal-format
24565 msgid "comparison is always %d due to width of bit-field"
24566 msgstr ""
24568 #: fold-const.cc:6079 tree-ssa-reassoc.cc:2859 tree-ssa-reassoc.cc:3941
24569 #, gcc-internal-format
24570 msgid "assuming signed overflow does not occur when simplifying range test"
24571 msgstr ""
24573 #: fold-const.cc:6543 fold-const.cc:6559
24574 #, gcc-internal-format, gfc-internal-format
24575 msgid "comparison is always %d"
24576 msgstr ""
24578 #: fold-const.cc:6707
24579 #, gcc-internal-format
24580 msgid "%<or%> of unmatched not-equal tests is always 1"
24581 msgstr ""
24583 #: fold-const.cc:6712
24584 #, gcc-internal-format
24585 msgid "%<and%> of mutually exclusive equal-tests is always 0"
24586 msgstr ""
24588 #: fold-const.cc:9941
24589 #, gcc-internal-format
24590 msgid "assuming signed overflow does not occur when reducing constant in comparison"
24591 msgstr ""
24593 #: fold-const.cc:10348
24594 #, gcc-internal-format
24595 msgid "assuming signed overflow does not occur when combining constants around a comparison"
24596 msgstr ""
24598 #: fold-const.cc:13558
24599 #, gcc-internal-format
24600 msgid "fold check: original tree changed by fold"
24601 msgstr ""
24603 #: function.cc:253
24604 #, gcc-internal-format
24605 msgid "total size of local objects %wu exceeds maximum %wu"
24606 msgstr ""
24608 #: function.cc:257
24609 #, gcc-internal-format
24610 msgid "total size of local objects exceeds maximum %wu"
24611 msgstr ""
24613 #: function.cc:1788 gimplify.cc:6667 gimplify.cc:6829
24614 #, gcc-internal-format
24615 msgid "impossible constraint in %<asm%>"
24616 msgstr ""
24618 #: function.cc:4313
24619 #, gcc-internal-format
24620 msgid "variable %q+D might be clobbered by %<longjmp%> or %<vfork%>"
24621 msgstr ""
24623 #: function.cc:4334
24624 #, gcc-internal-format
24625 msgid "argument %q+D might be clobbered by %<longjmp%> or %<vfork%>"
24626 msgstr ""
24628 #: function.cc:5001
24629 #, gcc-internal-format
24630 msgid "function returns an aggregate"
24631 msgstr ""
24633 #: gcc.cc:2193
24634 #, gcc-internal-format
24635 msgid "cannot open nested response file"
24636 msgstr "nije moguće otvoriti ugniježđenu datoteku odgovora"
24638 #: gcc.cc:2230
24639 #, gcc-internal-format
24640 msgid "cannot close nonexistent response file"
24641 msgstr ""
24643 #: gcc.cc:2253
24644 #, gcc-internal-format, gfc-internal-format
24645 msgid "could not open temporary response file %s"
24646 msgstr ""
24648 #: gcc.cc:2260
24649 #, gcc-internal-format, gfc-internal-format
24650 msgid "could not write to temporary response file %s"
24651 msgstr ""
24653 #: gcc.cc:2266
24654 #, gcc-internal-format, gfc-internal-format
24655 msgid "could not close temporary response file %s"
24656 msgstr ""
24658 #. This leaves DESC open, but the OS will save us.
24659 #: gcc.cc:2298
24660 #, gcc-internal-format
24661 msgid "cannot read spec file %qs: %m"
24662 msgstr "nije moguće otvoriti spec datoteku %qs: %m"
24664 #: gcc.cc:2392 gcc.cc:2413
24665 #, gcc-internal-format, gfc-internal-format
24666 msgid "specs %%include syntax malformed after %ld characters"
24667 msgstr ""
24669 #: gcc.cc:2440 gcc.cc:2450 gcc.cc:2461 gcc.cc:2472
24670 #, gcc-internal-format, gfc-internal-format
24671 msgid "specs %%rename syntax malformed after %ld characters"
24672 msgstr ""
24674 #: gcc.cc:2483
24675 #, gcc-internal-format, gfc-internal-format
24676 msgid "specs %s spec was not found to be renamed"
24677 msgstr ""
24679 #: gcc.cc:2491
24680 #, gcc-internal-format
24681 msgid "%s: attempt to rename spec %qs to already defined spec %qs"
24682 msgstr ""
24684 #: gcc.cc:2513
24685 #, gcc-internal-format, gfc-internal-format
24686 msgid "specs unknown %% command after %ld characters"
24687 msgstr ""
24689 #: gcc.cc:2525 gcc.cc:2539
24690 #, gcc-internal-format, gfc-internal-format
24691 msgid "specs file malformed after %ld characters"
24692 msgstr ""
24694 #: gcc.cc:2594
24695 #, gcc-internal-format
24696 msgid "spec file has no spec for linking"
24697 msgstr ""
24699 #: gcc.cc:3158 gcc.cc:3195
24700 #, gcc-internal-format
24701 msgid "system path %qs is not absolute"
24702 msgstr ""
24704 #: gcc.cc:3284
24705 #, gcc-internal-format
24706 msgid "%<-pipe%> not supported"
24707 msgstr ""
24709 #: gcc.cc:3422 gcc.cc:7686
24710 #, gcc-internal-format
24711 msgid "cannot execute %qs: %s: %m"
24712 msgstr ""
24714 #: gcc.cc:3423 gcc.cc:7687
24715 #, gcc-internal-format
24716 msgid "cannot execute %qs: %s"
24717 msgstr ""
24719 #: gcc.cc:3442
24720 #, gcc-internal-format
24721 msgid "failed to get exit status: %m"
24722 msgstr ""
24724 #: gcc.cc:3448
24725 #, gcc-internal-format
24726 msgid "failed to get process times: %m"
24727 msgstr ""
24729 #. The inferior failed to catch the signal.
24730 #: gcc.cc:3474 gcc.cc:3498
24731 #, gcc-internal-format, gfc-internal-format
24732 msgid "%s signal terminated program %s"
24733 msgstr ""
24735 #: gcc.cc:3942 opts-common.cc:1548 opts-common.cc:1580
24736 #, gcc-internal-format
24737 msgid "unrecognized command-line option %qs"
24738 msgstr "neprepoznat opcija na naredbenom retku %qs"
24740 #: gcc.cc:3984
24741 #, gcc-internal-format
24742 msgid "GCC is not configured to support %qs as %<-foffload=%> argument"
24743 msgstr ""
24745 #: gcc.cc:3991
24746 #, gcc-internal-format
24747 msgid "valid %<-foffload=%> arguments are: %s; did you mean %qs?"
24748 msgstr ""
24750 #: gcc.cc:3994
24751 #, gcc-internal-format
24752 msgid "valid %<-foffload=%> arguments are: %s"
24753 msgstr ""
24755 #: gcc.cc:4014
24756 #, gcc-internal-format
24757 msgid "%<=%>options missing after %<-foffload-options=%>target"
24758 msgstr ""
24760 #: gcc.cc:4401
24761 #, gcc-internal-format
24762 msgid "%qs is an unknown %<-save-temps%> option"
24763 msgstr ""
24765 #: gcc.cc:4928 toplev.cc:709
24766 #, gcc-internal-format
24767 msgid "input file %qs is the same as output file"
24768 msgstr "ulazna datoteka %qs je ista kao izlazna datoteka"
24770 #: gcc.cc:4933
24771 #, gcc-internal-format
24772 msgid "output filename may not be empty"
24773 msgstr ""
24775 #: gcc.cc:5318
24776 #, gcc-internal-format
24777 msgid "%<-pipe%> ignored because %<-save-temps%> specified"
24778 msgstr ""
24780 #: gcc.cc:5406
24781 #, gcc-internal-format
24782 msgid "%<-x %s%> after last input file has no effect"
24783 msgstr ""
24785 #: gcc.cc:5609
24786 #, gcc-internal-format
24787 msgid "unable to locate default linker script %qs in the library search paths"
24788 msgstr ""
24790 #: gcc.cc:5816
24791 #, gcc-internal-format
24792 msgid "switch %qs does not start with %<-%>"
24793 msgstr ""
24795 #: gcc.cc:5820
24796 #, gcc-internal-format
24797 msgid "spec-generated switch is just %<-%>"
24798 msgstr ""
24800 #: gcc.cc:6041
24801 #, gcc-internal-format
24802 msgid "spec %qs invalid"
24803 msgstr ""
24805 #: gcc.cc:6202
24806 #, gcc-internal-format
24807 msgid "spec %qs has invalid %<%%0%c%>"
24808 msgstr ""
24810 #: gcc.cc:6493
24811 #, gcc-internal-format
24812 msgid "spec %qs has invalid %<%%W%c%>"
24813 msgstr ""
24815 #: gcc.cc:6509
24816 #, gcc-internal-format
24817 msgid "spec %qs has invalid %<%%@%c%>"
24818 msgstr ""
24820 #: gcc.cc:6528
24821 #, gcc-internal-format
24822 msgid "spec %qs has invalid %<%%x%c%>"
24823 msgstr ""
24825 #. Catch the case where a spec string contains something like
24826 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
24827 #. hand side of the :.
24828 #: gcc.cc:6739
24829 #, gcc-internal-format
24830 msgid "spec failure: %<%%*%> has not been initialized by pattern match"
24831 msgstr ""
24833 #: gcc.cc:6790
24834 #, gcc-internal-format
24835 msgid "spec failure: unrecognized spec option %qc"
24836 msgstr ""
24838 #: gcc.cc:6856
24839 #, gcc-internal-format
24840 msgid "unknown spec function %qs"
24841 msgstr ""
24843 #: gcc.cc:6886
24844 #, gcc-internal-format
24845 msgid "error in arguments to spec function %qs"
24846 msgstr ""
24848 #: gcc.cc:6945
24849 #, gcc-internal-format
24850 msgid "malformed spec function name"
24851 msgstr ""
24853 #. )
24854 #: gcc.cc:6948
24855 #, gcc-internal-format
24856 msgid "no arguments for spec function"
24857 msgstr ""
24859 #: gcc.cc:6967
24860 #, gcc-internal-format
24861 msgid "malformed spec function arguments"
24862 msgstr ""
24864 #: gcc.cc:7146
24865 #, gcc-internal-format
24866 msgid "braced spec %qs ends in escape"
24867 msgstr ""
24869 #: gcc.cc:7281
24870 #, gcc-internal-format
24871 msgid "braced spec %qs is invalid at %qc"
24872 msgstr ""
24874 #: gcc.cc:7376
24875 #, gcc-internal-format
24876 msgid "braced spec body %qs is invalid"
24877 msgstr ""
24879 #: gcc.cc:7985
24880 #, gcc-internal-format, gfc-internal-format
24881 msgid "%s: could not determine length of compare-debug file %s"
24882 msgstr ""
24884 #: gcc.cc:7996
24885 #, gcc-internal-format
24886 msgid "%s: %<-fcompare-debug%> failure (length)"
24887 msgstr ""
24889 #: gcc.cc:8006 gcc.cc:8047
24890 #, gcc-internal-format, gfc-internal-format
24891 msgid "%s: could not open compare-debug file %s"
24892 msgstr ""
24894 #: gcc.cc:8026 gcc.cc:8063
24895 #, gcc-internal-format
24896 msgid "%s: %<-fcompare-debug%> failure"
24897 msgstr ""
24899 #: gcc.cc:8366
24900 #, gcc-internal-format
24901 msgid "spec failure: more than one argument to %<SYSROOT_SUFFIX_SPEC%>"
24902 msgstr ""
24904 #: gcc.cc:8391
24905 #, gcc-internal-format
24906 msgid "spec failure: more than one argument to %<SYSROOT_HEADERS_SUFFIX_SPEC%>"
24907 msgstr ""
24909 #: gcc.cc:8598
24910 #, gcc-internal-format
24911 msgid "unrecognized command-line option %<-%s%>; did you mean %<-%s%>?"
24912 msgstr ""
24914 #: gcc.cc:8602
24915 #, gcc-internal-format
24916 msgid "unrecognized command-line option %<-%s%>"
24917 msgstr ""
24919 #: gcc.cc:8728
24920 #, gcc-internal-format
24921 msgid "not configured with sysroot headers suffix"
24922 msgstr ""
24924 #: gcc.cc:8789
24925 #, gcc-internal-format
24926 msgid "no input files"
24927 msgstr ""
24929 #: gcc.cc:8840
24930 #, gcc-internal-format
24931 msgid "cannot specify %<-o%> with %<-c%>, %<-S%> or %<-E%> with multiple files"
24932 msgstr "%<-o%> with %<-c%>, %<-S%> or %<-E%> ne možete specificirati s više datoteka"
24934 #: gcc.cc:8882
24935 #, gcc-internal-format, gfc-internal-format
24936 msgid "%s: %s compiler not installed on this system"
24937 msgstr ""
24939 #: gcc.cc:8907
24940 #, gcc-internal-format
24941 msgid "recompiling with %<-fcompare-debug%>"
24942 msgstr ""
24944 #: gcc.cc:8923
24945 #, gcc-internal-format
24946 msgid "during %<-fcompare-debug%> recompilation"
24947 msgstr ""
24949 #: gcc.cc:8932
24950 #, gcc-internal-format
24951 msgid "comparing final insns dumps"
24952 msgstr ""
24954 #: gcc.cc:9085
24955 #, gcc-internal-format
24956 msgid "%<-fuse-linker-plugin%>, but %s not found"
24957 msgstr ""
24959 #: gcc.cc:9119
24960 #, gcc-internal-format, gfc-internal-format
24961 msgid "%s: linker input file unused because linking not done"
24962 msgstr ""
24964 #. This is can be an indication the user specifed an errorneous
24965 #. separated option value, (or used the wrong prefix for an
24966 #. option).
24967 #: gcc.cc:9125
24968 #, gcc-internal-format
24969 msgid "%s: linker input file not found: %m"
24970 msgstr ""
24972 #: gcc.cc:9192 c-family/c-opts.cc:791
24973 #, gcc-internal-format
24974 msgid "cannot use %<-%> as input filename for a precompiled header"
24975 msgstr ""
24977 #: gcc.cc:9198
24978 #, gcc-internal-format, gfc-internal-format
24979 msgid "language %s not recognized"
24980 msgstr ""
24982 #: gcc.cc:9441
24983 #, gcc-internal-format
24984 msgid "multilib spec %qs is invalid"
24985 msgstr ""
24987 #: gcc.cc:9643
24988 #, gcc-internal-format
24989 msgid "multilib exclusions %qs is invalid"
24990 msgstr ""
24992 #: gcc.cc:9707 common/config/riscv/riscv-common.cc:1637
24993 #, gcc-internal-format
24994 msgid "multilib select %qs %qs is invalid"
24995 msgstr ""
24997 #: gcc.cc:9881
24998 #, gcc-internal-format
24999 msgid "multilib select %qs is invalid"
25000 msgstr ""
25002 #: gcc.cc:9921
25003 #, gcc-internal-format
25004 msgid "multilib exclusion %qs is invalid"
25005 msgstr ""
25007 #: gcc.cc:10172
25008 #, gcc-internal-format
25009 msgid "environment variable %qs not defined"
25010 msgstr ""
25012 #: gcc.cc:10340 gcc.cc:10345
25013 #, gcc-internal-format
25014 msgid "invalid version number %qs"
25015 msgstr ""
25017 #: gcc.cc:10388
25018 #, gcc-internal-format, gfc-internal-format
25019 msgid "too few arguments to %%:version-compare"
25020 msgstr ""
25022 #: gcc.cc:10394
25023 #, gcc-internal-format, gfc-internal-format
25024 msgid "too many arguments to %%:version-compare"
25025 msgstr ""
25027 #: gcc.cc:10436
25028 #, gcc-internal-format
25029 msgid "unknown operator %qs in %%:version-compare"
25030 msgstr ""
25032 #: gcc.cc:10560
25033 #, gcc-internal-format, gfc-internal-format
25034 msgid "too many arguments to %%:compare-debug-dump-opt"
25035 msgstr ""
25037 #: gcc.cc:10628
25038 #, gcc-internal-format, gfc-internal-format
25039 msgid "too many arguments to %%:compare-debug-self-opt"
25040 msgstr ""
25042 #: gcc.cc:10715
25043 #, gcc-internal-format, gfc-internal-format
25044 msgid "too many arguments for %%:dumps"
25045 msgstr ""
25047 #: gcc.cc:10819
25048 #, gcc-internal-format, gfc-internal-format
25049 msgid "wrong number of arguments to %%:debug-level-gt"
25050 msgstr ""
25052 #: gcc.cc:10840
25053 #, gcc-internal-format, gfc-internal-format
25054 msgid "wrong number of arguments to %%:dwarf-version-gt"
25055 msgstr ""
25057 #: gcov-tool.cc:75
25058 #, gcc-internal-format, gfc-internal-format
25059 msgid "error in removing %s"
25060 msgstr ""
25062 #: gcov-tool.cc:106
25063 #, gcc-internal-format, gfc-internal-format
25064 msgid "Cannot make directory %s"
25065 msgstr "Nije moguće napraviti direktorij %s"
25067 #: gcov-tool.cc:114
25068 #, gcc-internal-format
25069 msgid "Cannot get current directory name"
25070 msgstr ""
25072 #: gcov-tool.cc:118 gcov-tool.cc:132
25073 #, gcc-internal-format, gfc-internal-format
25074 msgid "Cannot change directory to %s"
25075 msgstr "Nije se moguće premjestiti (change) u direktorij %s"
25077 #: gcov-tool.cc:125
25078 #, gcc-internal-format, gfc-internal-format
25079 msgid "output file %s already exists in folder %s"
25080 msgstr ""
25082 #: gcov-tool.cc:217 gcov-tool.cc:285
25083 #, gcc-internal-format
25084 msgid "weights need to be non-negative"
25085 msgstr ""
25087 #: gcov-tool.cc:424
25088 #, gcc-internal-format
25089 msgid "scale needs to be non-negative"
25090 msgstr ""
25092 #: gcse.cc:3980
25093 #, gcc-internal-format, gfc-internal-format
25094 msgid "%s: %d basic blocks and %d edges/basic block"
25095 msgstr ""
25097 #: gcse.cc:3992
25098 #, gcc-internal-format
25099 msgid "%s: %d basic blocks and %d registers; increase %<--param max-gcse-memory%> above %wu"
25100 msgstr ""
25102 #: gencfn-macros.cc:195
25103 #, gcc-internal-format, gfc-internal-format
25104 msgid "DEF_INTERNAL_FLT_FN (%s) has no associated built-in functions"
25105 msgstr ""
25107 #: gencfn-macros.cc:202
25108 #, gcc-internal-format, gfc-internal-format
25109 msgid "DEF_INTERNAL_INT_FN (%s) has no associated built-in functions"
25110 msgstr ""
25112 #: gentarget-def.cc:126
25113 #, gcc-internal-format, gfc-internal-format
25114 msgid "invalid prototype for '%s'"
25115 msgstr ""
25117 #: gentarget-def.cc:131
25118 #, gcc-internal-format, gfc-internal-format
25119 msgid "prototype for '%s' has required operands after optional operands"
25120 msgstr ""
25122 #: gentarget-def.cc:148
25123 #, gcc-internal-format, gfc-internal-format
25124 msgid "argument %d of '%s' did not have the expected name"
25125 msgstr ""
25127 #: gentarget-def.cc:168
25128 #, gcc-internal-format, gfc-internal-format
25129 msgid "'%s' must have %d operands (excluding match_dups)"
25130 msgstr ""
25132 #: gentarget-def.cc:172
25133 #, gcc-internal-format, gfc-internal-format
25134 msgid "'%s' must have at least %d operands (excluding match_dups)"
25135 msgstr ""
25137 #: gentarget-def.cc:176
25138 #, gcc-internal-format, gfc-internal-format
25139 msgid "'%s' must have no more than %d operands (excluding match_dups)"
25140 msgstr ""
25142 #: gentarget-def.cc:276
25143 #, gcc-internal-format, gfc-internal-format
25144 msgid "duplicate definition of '%s'"
25145 msgstr ""
25147 #: ggc-common.cc:418 ggc-common.cc:426 ggc-common.cc:554 ggc-common.cc:572
25148 #: ggc-common.cc:686 ggc-common.cc:697 ggc-common.cc:712 ggc-page.cc:2499
25149 #: ggc-page.cc:2530 ggc-page.cc:2537
25150 #, gcc-internal-format
25151 msgid "cannot write PCH file: %m"
25152 msgstr ""
25154 #: ggc-common.cc:536
25155 #, gcc-internal-format
25156 msgid "cannot write PCH file: required memory segment unavailable"
25157 msgstr ""
25159 #: ggc-common.cc:565 config/i386/host-cygwin.cc:57
25160 #, gcc-internal-format
25161 msgid "cannot get position in PCH file: %m"
25162 msgstr ""
25164 #: ggc-common.cc:575
25165 #, gcc-internal-format
25166 msgid "cannot write padding to PCH file: %m"
25167 msgstr ""
25169 #: ggc-common.cc:751 ggc-common.cc:767 ggc-common.cc:770 ggc-common.cc:793
25170 #: ggc-common.cc:796 ggc-common.cc:800 ggc-common.cc:835 ggc-common.cc:864
25171 #: ggc-common.cc:872 ggc-common.cc:882 ggc-common.cc:893 ggc-page.cc:2601
25172 #, gcc-internal-format
25173 msgid "cannot read PCH file: %m"
25174 msgstr ""
25176 #: ggc-common.cc:780
25177 #, gcc-internal-format
25178 msgid "PCH allocation failure"
25179 msgstr ""
25181 #: ggc-page.cc:1744
25182 #, gcc-internal-format
25183 msgid "open /dev/zero: %m"
25184 msgstr ""
25186 #: ggc-page.cc:2515 ggc-page.cc:2521
25187 #, gcc-internal-format
25188 msgid "cannot write PCH file"
25189 msgstr ""
25191 #: gimple-array-bounds.cc:279
25192 #, gcc-internal-format
25193 msgid "array subscript %E is outside array bounds of %qT"
25194 msgstr ""
25196 #: gimple-array-bounds.cc:298
25197 #, gcc-internal-format
25198 msgid "array subscript [%E, %E] is outside array bounds of %qT"
25199 msgstr ""
25201 #: gimple-array-bounds.cc:312
25202 #, gcc-internal-format
25203 msgid "array subscript %E is above array bounds of %qT"
25204 msgstr ""
25206 #: gimple-array-bounds.cc:321
25207 #, gcc-internal-format
25208 msgid "array subscript %E is below array bounds of %qT"
25209 msgstr ""
25211 #: gimple-array-bounds.cc:394
25212 #, gcc-internal-format
25213 msgid "array subscript %E is outside the bounds of an interior zero-length array %qT"
25214 msgstr ""
25216 #: gimple-array-bounds.cc:396
25217 #, gcc-internal-format
25218 msgid "array subscript %qE is outside the bounds of an interior zero-length array %qT"
25219 msgstr ""
25221 #: gimple-array-bounds.cc:417
25222 #, gcc-internal-format
25223 msgid "trailing array %qT should not be used as a flexible array member"
25224 msgstr ""
25226 #: gimple-array-bounds.cc:443 gimple-array-bounds.cc:710
25227 #, gcc-internal-format
25228 msgid "while referencing %qD"
25229 msgstr ""
25231 #: gimple-array-bounds.cc:445
25232 #, gcc-internal-format
25233 msgid "defined here %qD"
25234 msgstr ""
25236 #: gimple-array-bounds.cc:566
25237 #, gcc-internal-format
25238 msgid "array subscript %wi is outside array bounds of %qT"
25239 msgstr ""
25241 #: gimple-array-bounds.cc:571
25242 #, gcc-internal-format
25243 msgid "array subscript [%wi, %wi] is outside array bounds of %qT"
25244 msgstr ""
25246 #: gimple-array-bounds.cc:586
25247 #, gcc-internal-format
25248 msgid "array subscript %<%T[%wi]%> is partly outside array bounds of %qT"
25249 msgstr ""
25251 #: gimple-array-bounds.cc:609
25252 #, gcc-internal-format
25253 msgid "intermediate array offset %wi is outside array bounds of %qT"
25254 msgstr ""
25256 #: gimple-array-bounds.cc:688
25257 #, gcc-internal-format
25258 msgid "array subscript %wi is below array bounds of %qT"
25259 msgstr ""
25261 #: gimple-array-bounds.cc:702
25262 #, gcc-internal-format
25263 msgid "array subscript %wu is above array bounds of %qT"
25264 msgstr ""
25266 #: gimple-fold.cc:2079 gimple-fold.cc:3130 gimple-ssa-warn-restrict.cc:2078
25267 #, gcc-internal-format
25268 msgid "%qD source argument is the same as destination"
25269 msgstr "izvorni argument %qD je isti kao i odredište"
25271 #: gimple-fold.cc:2145
25272 #, gcc-internal-format
25273 msgid "%qD destination unchanged after copying no bytes from a string of length %E"
25274 msgstr ""
25276 #: gimple-fold.cc:2150
25277 #, gcc-internal-format
25278 msgid "%qD destination unchanged after copying no bytes"
25279 msgstr ""
25281 #: gimple-fold.cc:2525 gimple-ssa-warn-access.cc:859
25282 #, gcc-internal-format
25283 msgid "%qD specified bound %E exceeds destination size %E"
25284 msgstr ""
25286 #: gimple-fold.cc:2544
25287 #, gcc-internal-format
25288 msgid "%qD specified bound %E equals source length"
25289 msgstr ""
25291 #: gimple-fold.cc:4542 gimple-fold.cc:4746
25292 #, gcc-internal-format
25293 msgid "flexible array member %qD does not have well defined padding bits for %qs"
25294 msgstr ""
25296 #: gimple-fold.cc:4695 cp/constexpr.cc:4643
25297 #, gcc-internal-format
25298 msgid "PDP11 bit-field handling unsupported in %qs"
25299 msgstr ""
25301 #: gimple-fold.cc:4923
25302 #, gcc-internal-format, gfc-internal-format
25303 msgid "%s not supported for variable length aggregates"
25304 msgstr ""
25306 #: gimple-fold.cc:4929
25307 #, gcc-internal-format, gfc-internal-format
25308 msgid "%s not supported on this target"
25309 msgstr ""
25311 #: gimple-ssa-isolate-paths.cc:290
25312 #, gcc-internal-format
25313 msgid "potential null pointer dereference"
25314 msgstr ""
25316 #: gimple-ssa-isolate-paths.cc:330
25317 #, gcc-internal-format
25318 msgid "null pointer dereference"
25319 msgstr ""
25321 #: gimple-ssa-isolate-paths.cc:413
25322 #, gcc-internal-format
25323 msgid "function may return address of local variable"
25324 msgstr "funkcija može vratiti adresu lokalne varijable"
25326 #: gimple-ssa-isolate-paths.cc:414 c/c-typeck.cc:11407
25327 #, gcc-internal-format
25328 msgid "function returns address of local variable"
25329 msgstr ""
25331 #: gimple-ssa-isolate-paths.cc:417 gimple-ssa-warn-access.cc:2034
25332 #: gimple-ssa-warn-access.cc:3702 tree.cc:12382 tree.cc:12419 tree.cc:12460
25333 #: tree.cc:12493 c/c-typeck.cc:3102 c/c-typeck.cc:3197 c/c-typeck.cc:5779
25334 #: c/c-typeck.cc:11313 c/c-typeck.cc:11330 c/gimple-parser.cc:2484
25335 #: c/gimple-parser.cc:2492 cp/call.cc:8061 cp/call.cc:10206 cp/class.cc:9066
25336 #: cp/constexpr.cc:893 cp/constexpr.cc:4090 cp/cvt.cc:1079 cp/cvt.cc:1117
25337 #: cp/decl.cc:8847 cp/decl.cc:16122 cp/decl.cc:16489 cp/decl2.cc:5680
25338 #: cp/decl2.cc:5735 cp/parser.cc:21891 cp/pt.cc:9005 cp/semantics.cc:2192
25339 #: cp/semantics.cc:3543 cp/semantics.cc:4628 cp/typeck.cc:2143
25340 #: cp/typeck.cc:2363 cp/typeck.cc:4494 cp/typeck.cc:10576
25341 #: rust/backend/rust-constexpr.cc:4415 rust/backend/rust-tree.cc:622
25342 #: rust/backend/rust-tree.cc:3780
25343 #, gcc-internal-format
25344 msgid "declared here"
25345 msgstr ""
25347 #: gimple-ssa-nonnull-compare.cc:102
25348 #, gcc-internal-format
25349 msgid "%<nonnull%> argument %qD compared to NULL"
25350 msgstr ""
25352 #: gimple-ssa-sprintf.cc:2829 gimple-ssa-sprintf.cc:2949
25353 #, gcc-internal-format
25354 msgid "%qE output may be truncated before the last format character"
25355 msgstr ""
25357 #: gimple-ssa-sprintf.cc:2831 gimple-ssa-sprintf.cc:2951
25358 #, gcc-internal-format
25359 msgid "%qE output truncated before the last format character"
25360 msgstr ""
25362 #: gimple-ssa-sprintf.cc:2834 gimple-ssa-sprintf.cc:2954
25363 #, gcc-internal-format
25364 msgid "%qE may write a terminating nul past the end of the destination"
25365 msgstr ""
25367 #: gimple-ssa-sprintf.cc:2836 gimple-ssa-sprintf.cc:2956
25368 #, gcc-internal-format
25369 msgid "%qE writing a terminating nul past the end of the destination"
25370 msgstr ""
25372 #: gimple-ssa-sprintf.cc:2846
25373 #, gcc-internal-format
25374 msgid "%<%.*s%> directive writing %wu byte into a region of size %wu"
25375 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size %wu"
25376 msgstr[0] ""
25377 msgstr[1] ""
25378 msgstr[2] ""
25380 #: gimple-ssa-sprintf.cc:2853
25381 #, gcc-internal-format
25382 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size %wu"
25383 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size %wu"
25384 msgstr[0] ""
25385 msgstr[1] ""
25386 msgstr[2] ""
25388 #: gimple-ssa-sprintf.cc:2860
25389 #, gcc-internal-format
25390 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size %wu"
25391 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size %wu"
25392 msgstr[0] ""
25393 msgstr[1] ""
25394 msgstr[2] ""
25396 #: gimple-ssa-sprintf.cc:2871
25397 #, gcc-internal-format
25398 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size %wu"
25399 msgstr ""
25401 #: gimple-ssa-sprintf.cc:2874
25402 #, gcc-internal-format
25403 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size %wu"
25404 msgstr ""
25406 #: gimple-ssa-sprintf.cc:2876
25407 #, gcc-internal-format
25408 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size %wu"
25409 msgstr ""
25411 #: gimple-ssa-sprintf.cc:2888
25412 #, gcc-internal-format
25413 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size %wu"
25414 msgstr ""
25416 #: gimple-ssa-sprintf.cc:2891
25417 #, gcc-internal-format
25418 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size %wu"
25419 msgstr ""
25421 #: gimple-ssa-sprintf.cc:2894
25422 #, gcc-internal-format
25423 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size %wu"
25424 msgstr ""
25426 #: gimple-ssa-sprintf.cc:2903
25427 #, gcc-internal-format
25428 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size %wu"
25429 msgstr ""
25431 #: gimple-ssa-sprintf.cc:2906
25432 #, gcc-internal-format
25433 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size %wu"
25434 msgstr ""
25436 #: gimple-ssa-sprintf.cc:2909
25437 #, gcc-internal-format
25438 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size %wu"
25439 msgstr ""
25441 #: gimple-ssa-sprintf.cc:2918
25442 #, gcc-internal-format
25443 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size %wu"
25444 msgstr ""
25446 #: gimple-ssa-sprintf.cc:2921
25447 #, gcc-internal-format
25448 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size %wu"
25449 msgstr ""
25451 #: gimple-ssa-sprintf.cc:2923
25452 #, gcc-internal-format
25453 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size %wu"
25454 msgstr ""
25456 #: gimple-ssa-sprintf.cc:2965
25457 #, gcc-internal-format
25458 msgid "%<%.*s%> directive writing %wu byte into a region of size between %wu and %wu"
25459 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size between %wu and %wu"
25460 msgstr[0] ""
25461 msgstr[1] ""
25462 msgstr[2] ""
25464 #: gimple-ssa-sprintf.cc:2972
25465 #, gcc-internal-format
25466 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size between %wu and %wu"
25467 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size between %wu and %wu"
25468 msgstr[0] ""
25469 msgstr[1] ""
25470 msgstr[2] ""
25472 #: gimple-ssa-sprintf.cc:2980
25473 #, gcc-internal-format
25474 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size between %wu and %wu"
25475 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size between %wu and %wu"
25476 msgstr[0] ""
25477 msgstr[1] ""
25478 msgstr[2] ""
25480 #: gimple-ssa-sprintf.cc:2992
25481 #, gcc-internal-format
25482 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size between %wu and %wu"
25483 msgstr ""
25485 #: gimple-ssa-sprintf.cc:2995
25486 #, gcc-internal-format
25487 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size between %wu and %wu"
25488 msgstr ""
25490 #: gimple-ssa-sprintf.cc:2998
25491 #, gcc-internal-format
25492 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size between %wu and %wu"
25493 msgstr ""
25495 #: gimple-ssa-sprintf.cc:3011
25496 #, gcc-internal-format
25497 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
25498 msgstr ""
25500 #: gimple-ssa-sprintf.cc:3014
25501 #, gcc-internal-format
25502 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
25503 msgstr ""
25505 #: gimple-ssa-sprintf.cc:3017
25506 #, gcc-internal-format
25507 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size between %wu and %wu"
25508 msgstr ""
25510 #: gimple-ssa-sprintf.cc:3027
25511 #, gcc-internal-format
25512 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
25513 msgstr ""
25515 #: gimple-ssa-sprintf.cc:3030
25516 #, gcc-internal-format
25517 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
25518 msgstr ""
25520 #: gimple-ssa-sprintf.cc:3033
25521 #, gcc-internal-format
25522 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size between %wu and %wu"
25523 msgstr ""
25525 #: gimple-ssa-sprintf.cc:3042
25526 #, gcc-internal-format
25527 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size between %wu and %wu"
25528 msgstr ""
25530 #: gimple-ssa-sprintf.cc:3045
25531 #, gcc-internal-format
25532 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size between %wu and %wu"
25533 msgstr ""
25535 #: gimple-ssa-sprintf.cc:3048
25536 #, gcc-internal-format
25537 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size between %wu and %wu"
25538 msgstr ""
25540 #: gimple-ssa-sprintf.cc:3170
25541 #, gcc-internal-format
25542 msgid "%<%.*s%> directive argument is null"
25543 msgstr ""
25545 #: gimple-ssa-sprintf.cc:3248
25546 #, gcc-internal-format
25547 msgid "%<%.*s%> directive output of %wu bytes exceeds minimum required size of 4095"
25548 msgstr ""
25550 #: gimple-ssa-sprintf.cc:3254
25551 #, gcc-internal-format
25552 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds minimum required size of 4095"
25553 msgstr ""
25555 #: gimple-ssa-sprintf.cc:3261
25556 #, gcc-internal-format
25557 msgid "%<%.*s%> directive output between %wu and %wu bytes may exceed minimum required size of 4095"
25558 msgstr ""
25560 #: gimple-ssa-sprintf.cc:3291
25561 #, gcc-internal-format
25562 msgid "%<%.*s%> directive output of %wu bytes exceeds %<INT_MAX%>"
25563 msgstr ""
25565 #: gimple-ssa-sprintf.cc:3297
25566 #, gcc-internal-format
25567 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds %<INT_MAX%>"
25568 msgstr ""
25570 #: gimple-ssa-sprintf.cc:3308
25571 #, gcc-internal-format
25572 msgid "%<%.*s%> directive output of %wu bytes causes result to exceed %<INT_MAX%>"
25573 msgstr ""
25575 #: gimple-ssa-sprintf.cc:3314
25576 #, gcc-internal-format
25577 msgid "%<%.*s%> directive output between %wu and %wu bytes causes result to exceed %<INT_MAX%>"
25578 msgstr ""
25580 #: gimple-ssa-sprintf.cc:3325
25581 #, gcc-internal-format
25582 msgid "%<%.*s%> directive output between %wu and %wu bytes may cause result to exceed %<INT_MAX%>"
25583 msgstr ""
25585 #: gimple-ssa-sprintf.cc:3335
25586 #, gcc-internal-format
25587 msgid "%<%.*s%> directive argument is not a nul-terminated string"
25588 msgstr ""
25590 #: gimple-ssa-sprintf.cc:3341 gimple-ssa-warn-access.cc:234
25591 #, gcc-internal-format
25592 msgid "referenced argument declared here"
25593 msgstr ""
25595 #: gimple-ssa-sprintf.cc:3348
25596 #, gcc-internal-format
25597 msgid "assuming directive output of %wu byte"
25598 msgid_plural "assuming directive output of %wu bytes"
25599 msgstr[0] ""
25600 msgstr[1] ""
25601 msgstr[2] ""
25603 #: gimple-ssa-sprintf.cc:3355
25604 #, gcc-internal-format
25605 msgid "directive argument %qE"
25606 msgstr ""
25608 #: gimple-ssa-sprintf.cc:3357
25609 #, gcc-internal-format
25610 msgid "directive argument in the range [%E, %E]"
25611 msgstr ""
25613 #: gimple-ssa-sprintf.cc:3361
25614 #, gcc-internal-format
25615 msgid "using the range [%E, %E] for directive argument"
25616 msgstr ""
25618 #: gimple-ssa-sprintf.cc:3381
25619 #, gcc-internal-format
25620 msgid "%qE output %wu byte into a destination of size %wu"
25621 msgid_plural "%qE output %wu bytes into a destination of size %wu"
25622 msgstr[0] ""
25623 msgstr[1] ""
25624 msgstr[2] ""
25626 #: gimple-ssa-sprintf.cc:3386
25627 #, gcc-internal-format
25628 msgid "%qE output between %wu and %wu bytes into a destination of size %wu"
25629 msgstr ""
25631 #: gimple-ssa-sprintf.cc:3391
25632 #, gcc-internal-format
25633 msgid "%qE output %wu or more bytes (assuming %wu) into a destination of size %wu"
25634 msgstr ""
25636 #: gimple-ssa-sprintf.cc:3396
25637 #, gcc-internal-format
25638 msgid "%qE output %wu or more bytes into a destination of size %wu"
25639 msgstr ""
25641 #: gimple-ssa-sprintf.cc:3407
25642 #, gcc-internal-format
25643 msgid "%qE output %wu byte"
25644 msgid_plural "%qE output %wu bytes"
25645 msgstr[0] ""
25646 msgstr[1] ""
25647 msgstr[2] ""
25649 #: gimple-ssa-sprintf.cc:3411
25650 #, gcc-internal-format
25651 msgid "%qE output between %wu and %wu bytes"
25652 msgstr ""
25654 #: gimple-ssa-sprintf.cc:3415
25655 #, gcc-internal-format
25656 msgid "%qE output %wu or more bytes (assuming %wu)"
25657 msgstr ""
25659 #: gimple-ssa-sprintf.cc:3419
25660 #, gcc-internal-format
25661 msgid "%qE output %wu or more bytes"
25662 msgstr ""
25664 #: gimple-ssa-sprintf.cc:3803
25665 #, gcc-internal-format
25666 msgid "%<%.*s%> directive width out of range"
25667 msgstr ""
25669 #: gimple-ssa-sprintf.cc:3837
25670 #, gcc-internal-format
25671 msgid "%<%.*s%> directive precision out of range"
25672 msgstr ""
25674 #: gimple-ssa-sprintf.cc:3970
25675 msgid "%qE arguments %Z and maybe %Z overlap destination object %qE"
25676 msgstr ""
25678 #: gimple-ssa-sprintf.cc:3982
25679 msgid "%qE argument %Z overlaps destination object %qE"
25680 msgid_plural "%qE arguments %Z overlap destination object %qE"
25681 msgstr[0] ""
25682 msgstr[1] ""
25683 msgstr[2] ""
25685 #: gimple-ssa-sprintf.cc:3993
25686 msgid "%qE argument %Z may overlap destination object %qE"
25687 msgid_plural "%qE arguments %Z may overlap destination object %qE"
25688 msgstr[0] ""
25689 msgstr[1] ""
25690 msgstr[2] ""
25692 #: gimple-ssa-sprintf.cc:4013
25693 #, gcc-internal-format
25694 msgid "destination object referenced by %<restrict%>-qualified argument 1 was declared here"
25695 msgstr ""
25697 #: gimple-ssa-sprintf.cc:4600
25698 #, gcc-internal-format
25699 msgid "specified bound %wu exceeds maximum object size %wu"
25700 msgstr ""
25702 #: gimple-ssa-sprintf.cc:4611
25703 #, gcc-internal-format
25704 msgid "specified bound %wu exceeds %<INT_MAX%>"
25705 msgstr ""
25707 #: gimple-ssa-sprintf.cc:4637
25708 #, gcc-internal-format
25709 msgid "specified bound range [%wu, %wu] exceeds %<INT_MAX%>"
25710 msgstr ""
25712 #: gimple-ssa-sprintf.cc:4681
25713 #, gcc-internal-format
25714 msgid "null destination pointer"
25715 msgstr ""
25717 #: gimple-ssa-sprintf.cc:4698
25718 #, gcc-internal-format
25719 msgid "specified bound %wu exceeds the size %wu of the destination object"
25720 msgstr ""
25722 #: gimple-ssa-sprintf.cc:4710
25723 #, gcc-internal-format
25724 msgid "null format string"
25725 msgstr ""
25727 #: gimple-ssa-warn-access.cc:174
25728 #, gcc-internal-format
25729 msgid "%qD specified bound %s exceeds maximum object size %E"
25730 msgstr ""
25732 #: gimple-ssa-warn-access.cc:182
25733 #, gcc-internal-format
25734 msgid "%qD specified bound %s exceeds the size %E of unterminated array"
25735 msgstr ""
25737 #: gimple-ssa-warn-access.cc:185
25738 #, gcc-internal-format
25739 msgid "%qD specified bound %s may exceed the size of at most %E of unterminated array"
25740 msgstr ""
25742 #: gimple-ssa-warn-access.cc:188
25743 #, gcc-internal-format
25744 msgid "%qD specified bound %s exceeds the size of at most %E of unterminated array"
25745 msgstr ""
25747 #: gimple-ssa-warn-access.cc:196
25748 #, gcc-internal-format
25749 msgid "%qD argument missing terminating nul"
25750 msgstr ""
25752 #: gimple-ssa-warn-access.cc:205
25753 #, gcc-internal-format
25754 msgid "%qs specified bound %s exceeds maximum object size %E"
25755 msgstr ""
25757 #: gimple-ssa-warn-access.cc:213
25758 #, gcc-internal-format
25759 msgid "%qs specified bound %s exceeds the size %E of unterminated array"
25760 msgstr ""
25762 #: gimple-ssa-warn-access.cc:216
25763 #, gcc-internal-format
25764 msgid "%qs specified bound %s may exceed the size of at most %E of unterminated array"
25765 msgstr ""
25767 #: gimple-ssa-warn-access.cc:219
25768 #, gcc-internal-format
25769 msgid "%qs specified bound %s exceeds the size of at most %E of unterminated array"
25770 msgstr ""
25772 #: gimple-ssa-warn-access.cc:227
25773 #, gcc-internal-format
25774 msgid "%qs argument missing terminating nul"
25775 msgstr ""
25777 #: gimple-ssa-warn-access.cc:490 gimple-ssa-warn-access.cc:732
25778 #, gcc-internal-format
25779 msgid "%qD specified bound %E exceeds maximum object size %E"
25780 msgstr ""
25782 #: gimple-ssa-warn-access.cc:495 gimple-ssa-warn-access.cc:748
25783 #, gcc-internal-format
25784 msgid "%qD specified bound [%E, %E] exceeds maximum object size %E"
25785 msgstr ""
25787 #: gimple-ssa-warn-access.cc:643
25788 #, gcc-internal-format
25789 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound %wu"
25790 msgstr ""
25792 #: gimple-ssa-warn-access.cc:649
25793 #, gcc-internal-format
25794 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound [%E, %E]"
25795 msgstr ""
25797 #: gimple-ssa-warn-access.cc:655
25798 #, gcc-internal-format
25799 msgid "%qD argument %i declared attribute %<nonstring%> may be smaller than the specified bound [%E, %E]"
25800 msgstr ""
25802 #: gimple-ssa-warn-access.cc:665
25803 #, gcc-internal-format
25804 msgid "%qD argument %i declared attribute %<nonstring%>"
25805 msgstr ""
25807 #: gimple-ssa-warn-access.cc:671
25808 #, gcc-internal-format
25809 msgid "argument %qD declared here"
25810 msgstr ""
25812 #: gimple-ssa-warn-access.cc:730
25813 #, gcc-internal-format
25814 msgid "%qD specified bound %E may exceed maximum object size %E"
25815 msgstr ""
25817 #: gimple-ssa-warn-access.cc:737
25818 #, gcc-internal-format
25819 msgid "specified bound %E may exceed maximum object size %E"
25820 msgstr ""
25822 #: gimple-ssa-warn-access.cc:739
25823 #, gcc-internal-format
25824 msgid "specified bound %E exceeds maximum object size %E"
25825 msgstr ""
25827 #: gimple-ssa-warn-access.cc:746
25828 #, gcc-internal-format
25829 msgid "%qD specified bound [%E, %E] may exceed maximum object size %E"
25830 msgstr ""
25832 #: gimple-ssa-warn-access.cc:754
25833 #, gcc-internal-format
25834 msgid "specified bound [%E, %E] may exceed maximum object size %E"
25835 msgstr ""
25837 #: gimple-ssa-warn-access.cc:756
25838 #, gcc-internal-format
25839 msgid "specified bound [%E, %E] exceeds maximum object size %E"
25840 msgstr ""
25842 #: gimple-ssa-warn-access.cc:766
25843 #, gcc-internal-format
25844 msgid "%qD specified bound %E may exceed source size %E"
25845 msgstr ""
25847 #: gimple-ssa-warn-access.cc:768
25848 #, gcc-internal-format
25849 msgid "%qD specified bound %E exceeds source size %E"
25850 msgstr ""
25852 #: gimple-ssa-warn-access.cc:773
25853 #, gcc-internal-format
25854 msgid "specified bound %E may exceed source size %E"
25855 msgstr ""
25857 #: gimple-ssa-warn-access.cc:775
25858 #, gcc-internal-format
25859 msgid "specified bound %E exceeds source size %E"
25860 msgstr ""
25862 #: gimple-ssa-warn-access.cc:782
25863 #, gcc-internal-format
25864 msgid "%qD specified bound [%E, %E] may exceed source size %E"
25865 msgstr ""
25867 #: gimple-ssa-warn-access.cc:784
25868 #, gcc-internal-format
25869 msgid "%qD specified bound [%E, %E] exceeds source size %E"
25870 msgstr ""
25872 #: gimple-ssa-warn-access.cc:789
25873 #, gcc-internal-format
25874 msgid "specified bound [%E, %E] may exceed source size %E"
25875 msgstr ""
25877 #: gimple-ssa-warn-access.cc:791
25878 #, gcc-internal-format
25879 msgid "specified bound [%E, %E] exceeds source size %E"
25880 msgstr ""
25882 #: gimple-ssa-warn-access.cc:799
25883 #, gcc-internal-format
25884 msgid "source object allocated here"
25885 msgstr ""
25887 #: gimple-ssa-warn-access.cc:822
25888 #, gcc-internal-format
25889 msgid "%qD specified size %E may exceed maximum object size %E"
25890 msgstr ""
25892 #: gimple-ssa-warn-access.cc:824
25893 #, gcc-internal-format
25894 msgid "%qD specified size %E exceeds maximum object size %E"
25895 msgstr ""
25897 #: gimple-ssa-warn-access.cc:829
25898 #, gcc-internal-format
25899 msgid "specified size %E may exceed maximum object size %E"
25900 msgstr ""
25902 #: gimple-ssa-warn-access.cc:831
25903 #, gcc-internal-format
25904 msgid "specified size %E exceeds maximum object size %E"
25905 msgstr ""
25907 #: gimple-ssa-warn-access.cc:838
25908 #, gcc-internal-format
25909 msgid "%qD specified size between %E and %E may exceed maximum object size %E"
25910 msgstr ""
25912 #: gimple-ssa-warn-access.cc:840
25913 #, gcc-internal-format
25914 msgid "%qD specified size between %E and %E exceeds maximum object size %E"
25915 msgstr ""
25917 #: gimple-ssa-warn-access.cc:845
25918 #, gcc-internal-format
25919 msgid "specified size between %E and %E may exceed maximum object size %E"
25920 msgstr ""
25922 #: gimple-ssa-warn-access.cc:847
25923 #, gcc-internal-format
25924 msgid "specified size between %E and %E exceeds maximum object size %E"
25925 msgstr ""
25927 #: gimple-ssa-warn-access.cc:857
25928 #, gcc-internal-format
25929 msgid "%qD specified bound %E may exceed destination size %E"
25930 msgstr ""
25932 #: gimple-ssa-warn-access.cc:864
25933 #, gcc-internal-format
25934 msgid "specified bound %E may exceed destination size %E"
25935 msgstr ""
25937 #: gimple-ssa-warn-access.cc:866
25938 #, gcc-internal-format
25939 msgid "specified bound %E exceeds destination size %E"
25940 msgstr ""
25942 #: gimple-ssa-warn-access.cc:873
25943 #, gcc-internal-format
25944 msgid "%qD specified bound [%E, %E] may exceed destination size %E"
25945 msgstr ""
25947 #: gimple-ssa-warn-access.cc:875
25948 #, gcc-internal-format
25949 msgid "%qD specified bound [%E, %E] exceeds destination size %E"
25950 msgstr ""
25952 #: gimple-ssa-warn-access.cc:880 gimple-ssa-warn-access.cc:882
25953 #, gcc-internal-format
25954 msgid "specified bound [%E, %E] exceeds destination size %E"
25955 msgstr ""
25957 #: gimple-ssa-warn-access.cc:891
25958 #, gcc-internal-format
25959 msgid "destination object allocated here"
25960 msgstr ""
25962 #: gimple-ssa-warn-access.cc:935
25963 #, gcc-internal-format
25964 msgid "%qD may access %E byte in a region of size %E"
25965 msgstr ""
25967 #: gimple-ssa-warn-access.cc:937
25968 #, gcc-internal-format
25969 msgid "%qD accessing %E byte in a region of size %E"
25970 msgstr ""
25972 #: gimple-ssa-warn-access.cc:940
25973 #, gcc-internal-format
25974 msgid "%qD may access %E bytes in a region of size %E"
25975 msgstr ""
25977 #: gimple-ssa-warn-access.cc:942
25978 #, gcc-internal-format
25979 msgid "%qD accessing %E bytes in a region of size %E"
25980 msgstr ""
25982 #: gimple-ssa-warn-access.cc:947
25983 #, gcc-internal-format
25984 msgid "may access %E byte in a region of size %E"
25985 msgstr ""
25987 #: gimple-ssa-warn-access.cc:949
25988 #, gcc-internal-format
25989 msgid "accessing %E byte in a region of size %E"
25990 msgstr ""
25992 #: gimple-ssa-warn-access.cc:952
25993 #, gcc-internal-format
25994 msgid "may access %E bytes in a region of size %E"
25995 msgstr ""
25997 #: gimple-ssa-warn-access.cc:954
25998 #, gcc-internal-format
25999 msgid "accessing %E bytes in a region of size %E"
26000 msgstr ""
26002 #: gimple-ssa-warn-access.cc:963
26003 #, gcc-internal-format
26004 msgid "%qD may access %E or more bytes in a region of size %E"
26005 msgstr ""
26007 #: gimple-ssa-warn-access.cc:965
26008 #, gcc-internal-format
26009 msgid "%qD accessing %E or more bytes in a region of size %E"
26010 msgstr ""
26012 #: gimple-ssa-warn-access.cc:970
26013 #, gcc-internal-format
26014 msgid "may access %E or more bytes in a region of size %E"
26015 msgstr ""
26017 #: gimple-ssa-warn-access.cc:972
26018 #, gcc-internal-format
26019 msgid "accessing %E or more bytes in a region of size %E"
26020 msgstr ""
26022 #: gimple-ssa-warn-access.cc:980
26023 #, gcc-internal-format
26024 msgid "%qD may access between %E and %E bytes in a region of size %E"
26025 msgstr ""
26027 #: gimple-ssa-warn-access.cc:982
26028 #, gcc-internal-format
26029 msgid "%qD accessing between %E and %E bytes in a region of size %E"
26030 msgstr ""
26032 #: gimple-ssa-warn-access.cc:987
26033 #, gcc-internal-format
26034 msgid "may access between %E and %E bytes in a region of size %E"
26035 msgstr ""
26037 #: gimple-ssa-warn-access.cc:989
26038 #, gcc-internal-format
26039 msgid "accessing between %E and %E bytes in a region of size %E"
26040 msgstr ""
26042 #: gimple-ssa-warn-access.cc:1001
26043 #, gcc-internal-format
26044 msgid "%qD may write %E byte into a region of size %E"
26045 msgstr ""
26047 #: gimple-ssa-warn-access.cc:1003
26048 #, gcc-internal-format
26049 msgid "%qD writing %E byte into a region of size %E overflows the destination"
26050 msgstr ""
26052 #: gimple-ssa-warn-access.cc:1006
26053 #, gcc-internal-format
26054 msgid "%qD may write %E bytes into a region of size %E"
26055 msgstr ""
26057 #: gimple-ssa-warn-access.cc:1008
26058 #, gcc-internal-format
26059 msgid "%qD writing %E bytes into a region of size %E overflows the destination"
26060 msgstr ""
26062 #: gimple-ssa-warn-access.cc:1013
26063 #, gcc-internal-format
26064 msgid "may write %E byte into a region of size %E"
26065 msgstr ""
26067 #: gimple-ssa-warn-access.cc:1015
26068 #, gcc-internal-format
26069 msgid "writing %E byte into a region of size %E overflows the destination"
26070 msgstr ""
26072 #: gimple-ssa-warn-access.cc:1018
26073 #, gcc-internal-format
26074 msgid "may write %E bytes into a region of size %E"
26075 msgstr ""
26077 #: gimple-ssa-warn-access.cc:1020
26078 #, gcc-internal-format
26079 msgid "writing %E bytes into a region of size %E overflows the destination"
26080 msgstr ""
26082 #: gimple-ssa-warn-access.cc:1029
26083 #, gcc-internal-format
26084 msgid "%qD may write %E or more bytes into a region of size %E"
26085 msgstr ""
26087 #: gimple-ssa-warn-access.cc:1031 gimple-ssa-warn-access.cc:1403
26088 #, gcc-internal-format
26089 msgid "%qD writing %E or more bytes into a region of size %E overflows the destination"
26090 msgstr ""
26092 #: gimple-ssa-warn-access.cc:1037
26093 #, gcc-internal-format
26094 msgid "may write %E or more bytes into a region of size %E"
26095 msgstr ""
26097 #: gimple-ssa-warn-access.cc:1039 gimple-ssa-warn-access.cc:1408
26098 #, gcc-internal-format
26099 msgid "writing %E or more bytes into a region of size %E overflows the destination"
26100 msgstr ""
26102 #: gimple-ssa-warn-access.cc:1048
26103 #, gcc-internal-format
26104 msgid "%qD may write between %E and %E bytes into a region of size %E"
26105 msgstr ""
26107 #: gimple-ssa-warn-access.cc:1050
26108 #, gcc-internal-format
26109 msgid "%qD writing between %E and %E bytes into a region of size %E overflows the destination"
26110 msgstr ""
26112 #: gimple-ssa-warn-access.cc:1056
26113 #, gcc-internal-format
26114 msgid "may write between %E and %E bytes into a region of size %E"
26115 msgstr ""
26117 #: gimple-ssa-warn-access.cc:1058
26118 #, gcc-internal-format
26119 msgid "writing between %E and %E bytes into a region of size %E overflows the destination"
26120 msgstr ""
26122 #: gimple-ssa-warn-access.cc:1072
26123 #, gcc-internal-format
26124 msgid "%qD may read %E byte from a region of size %E"
26125 msgstr ""
26127 #: gimple-ssa-warn-access.cc:1074
26128 #, gcc-internal-format
26129 msgid "%qD reading %E byte from a region of size %E"
26130 msgstr ""
26132 #: gimple-ssa-warn-access.cc:1077
26133 #, gcc-internal-format
26134 msgid "%qD may read %E bytes from a region of size %E"
26135 msgstr ""
26137 #: gimple-ssa-warn-access.cc:1079
26138 #, gcc-internal-format
26139 msgid "%qD reading %E bytes from a region of size %E"
26140 msgstr ""
26142 #: gimple-ssa-warn-access.cc:1085
26143 #, gcc-internal-format
26144 msgid "may read %E byte from a region of size %E"
26145 msgstr ""
26147 #: gimple-ssa-warn-access.cc:1087
26148 #, gcc-internal-format
26149 msgid "reading %E byte from a region of size %E"
26150 msgstr ""
26152 #: gimple-ssa-warn-access.cc:1090
26153 #, gcc-internal-format
26154 msgid "may read %E bytes from a region of size %E"
26155 msgstr ""
26157 #: gimple-ssa-warn-access.cc:1092
26158 #, gcc-internal-format
26159 msgid "reading %E bytes from a region of size %E"
26160 msgstr ""
26162 #: gimple-ssa-warn-access.cc:1101
26163 #, gcc-internal-format
26164 msgid "%qD may read %E or more bytes from a region of size %E"
26165 msgstr ""
26167 #: gimple-ssa-warn-access.cc:1103
26168 #, gcc-internal-format
26169 msgid "%qD reading %E or more bytes from a region of size %E"
26170 msgstr ""
26172 #: gimple-ssa-warn-access.cc:1108
26173 #, gcc-internal-format
26174 msgid "may read %E or more bytes from a region of size %E"
26175 msgstr ""
26177 #: gimple-ssa-warn-access.cc:1110
26178 #, gcc-internal-format
26179 msgid "reading %E or more bytes from a region of size %E"
26180 msgstr ""
26182 #: gimple-ssa-warn-access.cc:1118
26183 #, gcc-internal-format
26184 msgid "%qD may read between %E and %E bytes from a region of size %E"
26185 msgstr ""
26187 #: gimple-ssa-warn-access.cc:1120
26188 #, gcc-internal-format
26189 msgid "%qD reading between %E and %E bytes from a region of size %E"
26190 msgstr ""
26192 #: gimple-ssa-warn-access.cc:1125
26193 #, gcc-internal-format
26194 msgid "may read between %E and %E bytes from a region of size %E"
26195 msgstr ""
26197 #: gimple-ssa-warn-access.cc:1127
26198 #, gcc-internal-format
26199 msgid "reading between %E and %E bytes from a region of size %E"
26200 msgstr ""
26202 #: gimple-ssa-warn-access.cc:1142
26203 #, gcc-internal-format
26204 msgid "%qD expecting %E byte in a region of size %E"
26205 msgid_plural "%qD expecting %E bytes in a region of size %E"
26206 msgstr[0] ""
26207 msgstr[1] ""
26208 msgstr[2] ""
26210 #: gimple-ssa-warn-access.cc:1147
26211 #, gcc-internal-format
26212 msgid "expecting %E byte in a region of size %E"
26213 msgid_plural "expecting %E bytes in a region of size %E"
26214 msgstr[0] ""
26215 msgstr[1] ""
26216 msgstr[2] ""
26218 #: gimple-ssa-warn-access.cc:1155
26219 #, gcc-internal-format
26220 msgid "%qD expecting %E or more bytes in a region of size %E"
26221 msgstr ""
26223 #: gimple-ssa-warn-access.cc:1159
26224 #, gcc-internal-format
26225 msgid "expecting %E or more bytes in a region of size %E"
26226 msgstr ""
26228 #: gimple-ssa-warn-access.cc:1166
26229 #, gcc-internal-format
26230 msgid "%qD expecting between %E and %E bytes in a region of size %E"
26231 msgstr ""
26233 #: gimple-ssa-warn-access.cc:1170
26234 #, gcc-internal-format
26235 msgid "expecting between %E and %E bytes in a region of size %E"
26236 msgstr ""
26238 #: gimple-ssa-warn-access.cc:2029
26239 #, gcc-internal-format
26240 msgid "%qD called on pointer %qE with nonzero offset%s"
26241 msgstr ""
26243 #: gimple-ssa-warn-access.cc:2044 gimple-ssa-warn-access.cc:3779
26244 #, gcc-internal-format
26245 msgid "returned from %qD"
26246 msgstr ""
26248 #: gimple-ssa-warn-access.cc:2047
26249 #, gcc-internal-format
26250 msgid "returned from %qT"
26251 msgstr ""
26253 #: gimple-ssa-warn-access.cc:2049
26254 #, gcc-internal-format
26255 msgid "obtained here"
26256 msgstr ""
26258 #: gimple-ssa-warn-access.cc:2256
26259 #, gcc-internal-format
26260 msgid "argument %i value %qE is negative"
26261 msgstr ""
26263 #: gimple-ssa-warn-access.cc:2273
26264 #, gcc-internal-format, gfc-internal-format
26265 msgid "argument %i value is zero"
26266 msgstr ""
26268 #: gimple-ssa-warn-access.cc:2291
26269 #, gcc-internal-format
26270 msgid "argument %i value %qE exceeds maximum object size %E"
26271 msgstr ""
26273 #: gimple-ssa-warn-access.cc:2305
26274 #, gcc-internal-format
26275 msgid "argument %i range [%E, %E] is negative"
26276 msgstr ""
26278 #: gimple-ssa-warn-access.cc:2312
26279 #, gcc-internal-format
26280 msgid "argument %i range [%E, %E] exceeds maximum object size %E"
26281 msgstr ""
26283 #: gimple-ssa-warn-access.cc:2342
26284 #, gcc-internal-format
26285 msgid "product %<%E * %E%> of arguments %i and %i exceeds %<SIZE_MAX%>"
26286 msgstr ""
26288 #: gimple-ssa-warn-access.cc:2348
26289 #, gcc-internal-format
26290 msgid "product %<%E * %E%> of arguments %i and %i exceeds maximum object size %E"
26291 msgstr ""
26293 #: gimple-ssa-warn-access.cc:2359 gimple-ssa-warn-access.cc:2362
26294 #, gcc-internal-format
26295 msgid "argument %i in the range [%E, %E]"
26296 msgstr ""
26298 #: gimple-ssa-warn-access.cc:2373
26299 #, gcc-internal-format
26300 msgid "in a call to built-in allocation function %qD"
26301 msgstr ""
26303 #: gimple-ssa-warn-access.cc:2376
26304 #, gcc-internal-format
26305 msgid "in a call to allocation function %qD declared here"
26306 msgstr ""
26308 #: gimple-ssa-warn-access.cc:2821
26309 #, gcc-internal-format
26310 msgid "unknown architecture specifier in memory model %wi for %qD"
26311 msgstr ""
26313 #: gimple-ssa-warn-access.cc:2913
26314 #, gcc-internal-format
26315 msgid "invalid memory model %qs for %qD"
26316 msgstr ""
26318 #: gimple-ssa-warn-access.cc:2917
26319 #, gcc-internal-format
26320 msgid "invalid memory model %wi for %qD"
26321 msgstr ""
26323 #: gimple-ssa-warn-access.cc:2932 gimple-ssa-warn-access.cc:2986
26324 #, gcc-internal-format, gfc-internal-format
26325 msgid "valid models are %s"
26326 msgstr ""
26328 #: gimple-ssa-warn-access.cc:2946
26329 #, gcc-internal-format
26330 msgid "invalid failure memory model %qs for %qD"
26331 msgstr ""
26333 #: gimple-ssa-warn-access.cc:2951
26334 #, gcc-internal-format
26335 msgid "valid failure models are %qs, %qs, %qs, %qs"
26336 msgstr ""
26338 #: gimple-ssa-warn-access.cc:2967
26339 #, gcc-internal-format
26340 msgid "failure memory model %qs cannot be stronger than success memory model %qs for %qD"
26341 msgstr ""
26343 #: gimple-ssa-warn-access.cc:2993
26344 #, gcc-internal-format
26345 msgid "failure memory model %wi cannot be stronger than success memory model %wi for %qD"
26346 msgstr ""
26348 #: gimple-ssa-warn-access.cc:3424
26349 #, gcc-internal-format, gfc-internal-format
26350 msgid "bound argument %i value %s is negative for a variable length array argument %i of type %s"
26351 msgstr ""
26353 #: gimple-ssa-warn-access.cc:3432
26354 #, gcc-internal-format, gfc-internal-format
26355 msgid "argument %i value %s is negative"
26356 msgstr ""
26358 #: gimple-ssa-warn-access.cc:3482
26359 #, gcc-internal-format, gfc-internal-format
26360 msgid "argument %i of variable length array %s is null but the corresponding bound argument %i value is %s"
26361 msgstr ""
26363 #: gimple-ssa-warn-access.cc:3491
26364 #, gcc-internal-format, gfc-internal-format
26365 msgid "argument %i is null but the corresponding size argument %i value is %s"
26366 msgstr ""
26368 #: gimple-ssa-warn-access.cc:3502
26369 #, gcc-internal-format
26370 msgid "argument %i to %<%T[static %E]%> is null where non-null expected"
26371 msgstr ""
26373 #: gimple-ssa-warn-access.cc:3565
26374 #, gcc-internal-format
26375 msgid "referencing argument %u of type %qT"
26376 msgstr ""
26378 #: gimple-ssa-warn-access.cc:3579
26379 #, gcc-internal-format
26380 msgid "in a call to function %qD declared with attribute %qs"
26381 msgstr ""
26383 #: gimple-ssa-warn-access.cc:3583
26384 #, gcc-internal-format
26385 msgid "in a call with type %qT and attribute %qs"
26386 msgstr ""
26388 #: gimple-ssa-warn-access.cc:3590
26389 #, gcc-internal-format
26390 msgid "in a call to function %qD"
26391 msgstr ""
26393 #: gimple-ssa-warn-access.cc:3593
26394 #, gcc-internal-format
26395 msgid "in a call with type %qT"
26396 msgstr ""
26398 #: gimple-ssa-warn-access.cc:3699
26399 #, gcc-internal-format
26400 msgid "%qD called on unallocated object %qD"
26401 msgstr ""
26403 #: gimple-ssa-warn-access.cc:3718
26404 #, gcc-internal-format
26405 msgid "%qD called on a pointer to an unallocated object %qE"
26406 msgstr ""
26408 #: gimple-ssa-warn-access.cc:3727
26409 #, gcc-internal-format
26410 msgid "assigned here"
26411 msgstr ""
26413 #: gimple-ssa-warn-access.cc:3760
26414 #, gcc-internal-format
26415 msgid "%qD called on pointer returned from a mismatched allocation function"
26416 msgstr ""
26418 #: gimple-ssa-warn-access.cc:3769
26419 #, gcc-internal-format
26420 msgid "%qD called on pointer to an unallocated object"
26421 msgstr ""
26423 #: gimple-ssa-warn-access.cc:3922
26424 #, gcc-internal-format
26425 msgid "pointer %qE may be used after %qD"
26426 msgstr ""
26428 #: gimple-ssa-warn-access.cc:3923
26429 #, gcc-internal-format
26430 msgid "pointer %qE used after %qD"
26431 msgstr ""
26433 #: gimple-ssa-warn-access.cc:3927
26434 #, gcc-internal-format
26435 msgid "pointer may be used after %qD"
26436 msgstr ""
26438 #: gimple-ssa-warn-access.cc:3928
26439 #, gcc-internal-format
26440 msgid "pointer used after %qD"
26441 msgstr ""
26443 #: gimple-ssa-warn-access.cc:3932
26444 #, gcc-internal-format
26445 msgid "call to %qD here"
26446 msgstr ""
26448 #: gimple-ssa-warn-access.cc:3949
26449 #, gcc-internal-format
26450 msgid "dangling pointer %qE to %qD may be used"
26451 msgstr ""
26453 #: gimple-ssa-warn-access.cc:3950
26454 #, gcc-internal-format
26455 msgid "using dangling pointer %qE to %qD"
26456 msgstr ""
26458 #: gimple-ssa-warn-access.cc:3955
26459 #, gcc-internal-format
26460 msgid "dangling pointer to %qD may be used"
26461 msgstr ""
26463 #: gimple-ssa-warn-access.cc:3956
26464 #, gcc-internal-format
26465 msgid "using a dangling pointer to %qD"
26466 msgstr ""
26468 #: gimple-ssa-warn-access.cc:3959 gimple-ssa-warn-access.cc:4588
26469 #: gimple-ssa-warn-restrict.cc:1828 tree-ssa-uninit.cc:897
26470 #: tree-ssa-uninit.cc:1096 c/c-decl.cc:3986 c/c-decl.cc:4267
26471 #: c/c-typeck.cc:9365 c/c-typeck.cc:12115 cp/class.cc:1492 cp/class.cc:3291
26472 #: cp/constexpr.cc:1066 cp/decl.cc:4438 cp/decl.cc:12565 cp/decl.cc:13065
26473 #: cp/decl.cc:13074 cp/decl.cc:14035 cp/friend.cc:406 cp/friend.cc:416
26474 #: cp/init.cc:2895 cp/parser.cc:3566 cp/parser.cc:3712 cp/parser.cc:3763
26475 #: cp/parser.cc:7005 cp/parser.cc:24443 cp/typeck.cc:4944
26476 #, gcc-internal-format
26477 msgid "%qD declared here"
26478 msgstr ""
26480 #: gimple-ssa-warn-access.cc:3967
26481 #, gcc-internal-format
26482 msgid "dangling pointer %qE to an unnamed temporary may be used"
26483 msgstr ""
26485 #: gimple-ssa-warn-access.cc:3969
26486 #, gcc-internal-format
26487 msgid "using dangling pointer %qE to an unnamed temporary"
26488 msgstr ""
26490 #: gimple-ssa-warn-access.cc:3975
26491 #, gcc-internal-format
26492 msgid "dangling pointer to an unnamed temporary may be used"
26493 msgstr ""
26495 #: gimple-ssa-warn-access.cc:3977
26496 #, gcc-internal-format
26497 msgid "using a dangling pointer to an unnamed temporary"
26498 msgstr ""
26500 #: gimple-ssa-warn-access.cc:3981
26501 #, gcc-internal-format
26502 msgid "unnamed temporary defined here"
26503 msgstr ""
26505 #: gimple-ssa-warn-access.cc:4071
26506 #, gcc-internal-format
26507 msgid "%qD called on pointer %qE passed to mismatched allocation function %qD"
26508 msgstr ""
26510 #: gimple-ssa-warn-access.cc:4076
26511 #, gcc-internal-format
26512 msgid "%qD called on a pointer passed to mismatched reallocation function %qD"
26513 msgstr ""
26515 #: gimple-ssa-warn-access.cc:4082
26516 #, gcc-internal-format
26517 msgid "call to %qD"
26518 msgstr ""
26520 #: gimple-ssa-warn-access.cc:4582
26521 #, gcc-internal-format
26522 msgid "storing the address of local variable %qD in %qE"
26523 msgstr ""
26525 #: gimple-ssa-warn-alloca.cc:286
26526 #, gcc-internal-format
26527 msgid "use of %<alloca%>"
26528 msgstr ""
26530 #: gimple-ssa-warn-alloca.cc:325
26531 #, gcc-internal-format
26532 msgid "argument to variable-length array may be too large"
26533 msgstr ""
26535 #: gimple-ssa-warn-alloca.cc:327
26536 #, gcc-internal-format
26537 msgid "argument to %<alloca%> may be too large"
26538 msgstr ""
26540 #: gimple-ssa-warn-alloca.cc:332
26541 #, gcc-internal-format
26542 msgid "limit is %wu bytes, but argument may be as large as %s"
26543 msgstr ""
26545 #: gimple-ssa-warn-alloca.cc:344
26546 #, gcc-internal-format
26547 msgid "argument to variable-length array is too large"
26548 msgstr ""
26550 #: gimple-ssa-warn-alloca.cc:346
26551 #, gcc-internal-format
26552 msgid "argument to %<alloca%> is too large"
26553 msgstr ""
26555 #: gimple-ssa-warn-alloca.cc:350
26556 #, gcc-internal-format
26557 msgid "limit is %wu bytes, but argument is %s"
26558 msgstr ""
26560 #: gimple-ssa-warn-alloca.cc:362
26561 #, gcc-internal-format
26562 msgid "unbounded use of variable-length array"
26563 msgstr ""
26565 #: gimple-ssa-warn-alloca.cc:363
26566 #, gcc-internal-format
26567 msgid "unbounded use of %<alloca%>"
26568 msgstr ""
26570 #: gimple-ssa-warn-alloca.cc:368
26571 #, gcc-internal-format
26572 msgid "use of %<alloca%> within a loop"
26573 msgstr ""
26575 #: gimple-ssa-warn-alloca.cc:373
26576 #, gcc-internal-format
26577 msgid "argument to variable-length array is zero"
26578 msgstr ""
26580 #: gimple-ssa-warn-alloca.cc:375
26581 #, gcc-internal-format
26582 msgid "argument to %<alloca%> is zero"
26583 msgstr ""
26585 #: gimple-ssa-warn-restrict.cc:1496
26586 #, gcc-internal-format
26587 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu byte at offset %s"
26588 msgstr ""
26590 #: gimple-ssa-warn-restrict.cc:1498
26591 #, gcc-internal-format
26592 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu bytes at offset %s"
26593 msgstr ""
26595 #: gimple-ssa-warn-restrict.cc:1502
26596 #, gcc-internal-format
26597 msgid "%qD accessing %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
26598 msgstr ""
26600 #: gimple-ssa-warn-restrict.cc:1504
26601 #, gcc-internal-format
26602 msgid "%qD accessing %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26603 msgstr ""
26605 #: gimple-ssa-warn-restrict.cc:1511
26606 #, gcc-internal-format
26607 msgid "%qD accessing %wu byte at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26608 msgid_plural "%qD accessing %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26609 msgstr[0] ""
26610 msgstr[1] ""
26611 msgstr[2] ""
26613 #: gimple-ssa-warn-restrict.cc:1521
26614 #, gcc-internal-format
26615 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu or more bytes at offset %s"
26616 msgid_plural "%qD accessing %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26617 msgstr[0] ""
26618 msgstr[1] ""
26619 msgstr[2] ""
26621 #: gimple-ssa-warn-restrict.cc:1534
26622 #, gcc-internal-format
26623 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
26624 msgid_plural "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26625 msgstr[0] ""
26626 msgstr[1] ""
26627 msgstr[2] ""
26629 #: gimple-ssa-warn-restrict.cc:1544
26630 #, gcc-internal-format
26631 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26632 msgstr ""
26634 #: gimple-ssa-warn-restrict.cc:1552
26635 #, gcc-internal-format
26636 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26637 msgstr ""
26639 #: gimple-ssa-warn-restrict.cc:1565
26640 #, gcc-internal-format
26641 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu byte at offset %s"
26642 msgid_plural "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26643 msgstr[0] ""
26644 msgstr[1] ""
26645 msgstr[2] ""
26647 #: gimple-ssa-warn-restrict.cc:1573
26648 #, gcc-internal-format
26649 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26650 msgstr ""
26652 #: gimple-ssa-warn-restrict.cc:1580
26653 #, gcc-internal-format
26654 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26655 msgstr ""
26657 #: gimple-ssa-warn-restrict.cc:1608
26658 #, gcc-internal-format
26659 msgid "%qD accessing %wu byte may overlap %wu byte"
26660 msgid_plural "%qD accessing %wu bytes may overlap %wu byte"
26661 msgstr[0] ""
26662 msgstr[1] ""
26663 msgstr[2] ""
26665 #: gimple-ssa-warn-restrict.cc:1615
26666 #, gcc-internal-format
26667 msgid "%qD accessing %wu byte at offsets %s and %s may overlap %wu byte at offset %s"
26668 msgid_plural "%qD accessing %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
26669 msgstr[0] ""
26670 msgstr[1] ""
26671 msgstr[2] ""
26673 #: gimple-ssa-warn-restrict.cc:1626
26674 #, gcc-internal-format
26675 msgid "%qD accessing %wu byte may overlap up to %wu bytes"
26676 msgid_plural "%qD accessing %wu bytes may overlap up to %wu bytes"
26677 msgstr[0] ""
26678 msgstr[1] ""
26679 msgstr[2] ""
26681 #: gimple-ssa-warn-restrict.cc:1633
26682 #, gcc-internal-format
26683 msgid "%qD accessing %wu byte at offsets %s and %s may overlap up to %wu bytes at offset %s"
26684 msgid_plural "%qD accessing %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26685 msgstr[0] ""
26686 msgstr[1] ""
26687 msgstr[2] ""
26689 #: gimple-ssa-warn-restrict.cc:1646
26690 #, gcc-internal-format
26691 msgid "%qD accessing between %wu and %wu bytes may overlap %wu byte"
26692 msgid_plural "%qD accessing between %wu and %wu bytes may overlap up to %wu bytes"
26693 msgstr[0] ""
26694 msgstr[1] ""
26695 msgstr[2] ""
26697 #: gimple-ssa-warn-restrict.cc:1653
26698 #, gcc-internal-format
26699 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
26700 msgid_plural "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26701 msgstr[0] ""
26702 msgstr[1] ""
26703 msgstr[2] ""
26705 #: gimple-ssa-warn-restrict.cc:1665
26706 #, gcc-internal-format
26707 msgid "%qD accessing %wu or more bytes at offsets %s and %s may overlap %wu byte at offset %s"
26708 msgid_plural "%qD accessing %wu or more bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26709 msgstr[0] ""
26710 msgstr[1] ""
26711 msgstr[2] ""
26713 #: gimple-ssa-warn-restrict.cc:1711
26714 #, gcc-internal-format
26715 msgid "%qD specified bound %wu exceeds maximum object size %wu"
26716 msgstr ""
26718 #: gimple-ssa-warn-restrict.cc:1717
26719 #, gcc-internal-format
26720 msgid "%qD specified bound between %wu and %wu exceeds maximum object size %wu"
26721 msgstr ""
26723 #: gimple-ssa-warn-restrict.cc:1778
26724 #, gcc-internal-format
26725 msgid "%qD pointer overflow between offset %s and size %s accessing array %qD with type %qT"
26726 msgstr ""
26728 #: gimple-ssa-warn-restrict.cc:1783 c-family/c-warn.cc:3767
26729 #, gcc-internal-format
26730 msgid "array %qD declared here"
26731 msgstr ""
26733 #: gimple-ssa-warn-restrict.cc:1788 gimple-ssa-warn-restrict.cc:1794
26734 #, gcc-internal-format
26735 msgid "%qD pointer overflow between offset %s and size %s"
26736 msgstr ""
26738 #: gimple-ssa-warn-restrict.cc:1811
26739 #, gcc-internal-format
26740 msgid "%qD forming offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
26741 msgstr ""
26743 #: gimple-ssa-warn-restrict.cc:1814
26744 #, gcc-internal-format
26745 msgid "%qD offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
26746 msgstr ""
26748 #: gimple-ssa-warn-restrict.cc:1820
26749 #, gcc-internal-format
26750 msgid "%qD forming offset %s is out of the bounds of object %qD with type %qT"
26751 msgstr ""
26753 #: gimple-ssa-warn-restrict.cc:1822
26754 #, gcc-internal-format
26755 msgid "%qD offset %s is out of the bounds of object %qD with type %qT"
26756 msgstr ""
26758 #: gimple-ssa-warn-restrict.cc:1835
26759 #, gcc-internal-format
26760 msgid "%qD forming offset %s is out of the bounds [0, %wu]"
26761 msgstr ""
26763 #: gimple-ssa-warn-restrict.cc:1837
26764 #, gcc-internal-format
26765 msgid "%qD offset %s is out of the bounds [0, %wu]"
26766 msgstr ""
26768 #: gimple-ssa-warn-restrict.cc:1843
26769 #, gcc-internal-format
26770 msgid "%qD forming offset %s is out of bounds"
26771 msgstr ""
26773 #: gimple-ssa-warn-restrict.cc:1844
26774 #, gcc-internal-format
26775 msgid "%qD offset %s is out of bounds"
26776 msgstr ""
26778 #: gimple-ssa-warn-restrict.cc:1856
26779 #, gcc-internal-format
26780 msgid "%qD offset %s from the object at %qE is out of the bounds of %qT"
26781 msgstr ""
26783 #: gimple-ssa-warn-restrict.cc:1864 gimple-ssa-warn-restrict.cc:1885
26784 #, gcc-internal-format
26785 msgid "subobject %qD declared here"
26786 msgstr ""
26788 #: gimple-ssa-warn-restrict.cc:1874
26789 #, gcc-internal-format
26790 msgid "%qD offset %s from the object at %qE is out of the bounds of referenced subobject %qD with type %qT at offset %wi"
26791 msgstr ""
26793 #: gimple-streamer-in.cc:207
26794 #, gcc-internal-format, gfc-internal-format
26795 msgid "bytecode stream: unknown GIMPLE statement tag %s"
26796 msgstr ""
26798 #: gimple-warn-recursion.cc:195
26799 #, gcc-internal-format
26800 msgid "infinite recursion detected"
26801 msgstr ""
26803 #: gimple-warn-recursion.cc:202
26804 #, gcc-internal-format
26805 msgid "recursive call"
26806 msgstr ""
26808 #: gimple.cc:1318
26809 #, gcc-internal-format, gfc-internal-format
26810 msgid "gimple check: expected %s(%s), have %s(%s) in %s, at %s:%d"
26811 msgstr ""
26813 #: gimplify.cc:2068
26814 #, gcc-internal-format
26815 msgid "statement will never be executed"
26816 msgstr ""
26818 #: gimplify.cc:2132
26819 #, gcc-internal-format
26820 msgid "%qs cannot be initialized with%<-ftrivial-auto-var_init%>"
26821 msgstr ""
26823 #: gimplify.cc:2524 gimplify.cc:2532
26824 #, gcc-internal-format
26825 msgid "this statement may fall through"
26826 msgstr ""
26828 #: gimplify.cc:2534
26829 #, gcc-internal-format
26830 msgid "here"
26831 msgstr ""
26833 #. We've found [[fallthrough]]; at the end of a switch, which the C++
26834 #. standard says is ill-formed; see [dcl.attr.fallthrough].
26835 #: gimplify.cc:2646 gimplify.cc:2669
26836 #, gcc-internal-format
26837 msgid "attribute %<fallthrough%> not preceding a case label or default label"
26838 msgstr ""
26840 #: gimplify.cc:3817
26841 #, gcc-internal-format
26842 msgid "using result of function returning %<void%>"
26843 msgstr ""
26845 #: gimplify.cc:6668
26846 #, gcc-internal-format, gfc-internal-format
26847 msgid "non-memory output %d must stay in memory"
26848 msgstr ""
26850 #: gimplify.cc:6683
26851 #, gcc-internal-format
26852 msgid "invalid lvalue in %<asm%> output %d"
26853 msgstr ""
26855 #: gimplify.cc:6830
26856 #, gcc-internal-format, gfc-internal-format
26857 msgid "non-memory input %d must stay in memory"
26858 msgstr ""
26860 #: gimplify.cc:6870 gimplify.cc:6880
26861 #, gcc-internal-format, gfc-internal-format
26862 msgid "memory input %d is not directly addressable"
26863 msgstr ""
26865 #: gimplify.cc:7495
26866 #, gcc-internal-format
26867 msgid "threadprivate variable %qE used in a region with %<order(concurrent)%> clause"
26868 msgstr ""
26870 #: gimplify.cc:7497
26871 #, gcc-internal-format
26872 msgid "enclosing region"
26873 msgstr ""
26875 #: gimplify.cc:7501
26876 #, gcc-internal-format
26877 msgid "threadprivate variable %qE used in target region"
26878 msgstr ""
26880 #: gimplify.cc:7503
26881 #, gcc-internal-format
26882 msgid "enclosing target region"
26883 msgstr ""
26885 #: gimplify.cc:7516
26886 #, gcc-internal-format
26887 msgid "threadprivate variable %qE used in untied task"
26888 msgstr ""
26890 #: gimplify.cc:7518
26891 #, gcc-internal-format
26892 msgid "enclosing task"
26893 msgstr ""
26895 #: gimplify.cc:7615
26896 #, gcc-internal-format
26897 msgid "%qE not specified in enclosing %qs"
26898 msgstr ""
26900 #: gimplify.cc:7617
26901 #, gcc-internal-format
26902 msgid "enclosing %qs"
26903 msgstr ""
26905 #: gimplify.cc:7760
26906 #, gcc-internal-format
26907 msgid "%qE not specified in enclosing OpenACC %qs construct"
26908 msgstr ""
26910 #: gimplify.cc:7762
26911 #, gcc-internal-format
26912 msgid "enclosing OpenACC %qs construct"
26913 msgstr ""
26915 #: gimplify.cc:7823
26916 #, gcc-internal-format
26917 msgid "%qE with %<link%> clause used in %<routine%> function"
26918 msgstr ""
26920 #: gimplify.cc:7831
26921 #, gcc-internal-format
26922 msgid "%qE requires a %<declare%> directive for use in a %<routine%> function"
26923 msgstr ""
26925 #: gimplify.cc:7900
26926 #, gcc-internal-format
26927 msgid "%qE not specified in enclosing %<target%>"
26928 msgstr ""
26930 #: gimplify.cc:7902
26931 #, gcc-internal-format
26932 msgid "enclosing %<target%>"
26933 msgstr ""
26935 #: gimplify.cc:7932 gimplify.cc:11175
26936 #, gcc-internal-format
26937 msgid "variable %qE declared in enclosing %<host_data%> region"
26938 msgstr ""
26940 #: gimplify.cc:7953
26941 #, gcc-internal-format
26942 msgid "%qD referenced in target region does not have a mappable type"
26943 msgstr ""
26945 #: gimplify.cc:8084
26946 #, gcc-internal-format
26947 msgid "iteration variable %qE is predetermined linear"
26948 msgstr ""
26950 #: gimplify.cc:8087
26951 #, gcc-internal-format
26952 msgid "iteration variable %qE should be private"
26953 msgstr ""
26955 #: gimplify.cc:8101
26956 #, gcc-internal-format
26957 msgid "iteration variable %qE should not be firstprivate"
26958 msgstr ""
26960 #: gimplify.cc:8104
26961 #, gcc-internal-format
26962 msgid "iteration variable %qE should not be reduction"
26963 msgstr ""
26965 #: gimplify.cc:8107
26966 #, gcc-internal-format
26967 msgid "iteration variable %qE should not be linear"
26968 msgstr ""
26970 #: gimplify.cc:9093 gimplify.cc:9104 gimplify.cc:9116 gimplify.cc:9131
26971 #: gimplify.cc:9327 gimplify.cc:9330 gimplify.cc:9340 gimplify.cc:9358
26972 #, fuzzy, gcc-internal-format
26973 #| msgid "unexpected operand: %d"
26974 msgid "unexpected mapping node"
26975 msgstr "očekivano je operand: %d"
26977 #: gimplify.cc:9392
26978 #, fuzzy, gcc-internal-format
26979 #| msgid "expected pointer in %qs clause"
26980 msgid "unexpected pointer mapping node"
26981 msgstr "očekivan je pokazivač (pointer) u %qs klauzuli"
26983 #: gimplify.cc:9603
26984 #, gcc-internal-format
26985 msgid "base pointer cycle detected"
26986 msgstr ""
26988 #: gimplify.cc:9975
26989 #, gcc-internal-format
26990 msgid "data movement for component %qE is not compatible with movement for struct %qE"
26991 msgstr ""
26993 #: gimplify.cc:10020
26994 #, gcc-internal-format
26995 msgid "%qE appears more than once in map clauses"
26996 msgstr ""
26998 #: gimplify.cc:10626
26999 #, gcc-internal-format
27000 msgid "mapping field %qE of variable length structure"
27001 msgstr ""
27003 #: gimplify.cc:10836 gimplify.cc:10842
27004 #, gcc-internal-format
27005 msgid "conditional %<lastprivate%> clause on %qs construct"
27006 msgstr ""
27008 #: gimplify.cc:10859
27009 #, gcc-internal-format
27010 msgid "non-scalar variable %qD in conditional %<lastprivate%> clause"
27011 msgstr ""
27013 #: gimplify.cc:10881
27014 #, gcc-internal-format
27015 msgid "%<task%> reduction modifier on a construct with a %<nowait%> clause"
27016 msgstr ""
27018 #: gimplify.cc:10889
27019 #, gcc-internal-format
27020 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %qs, %<sections%> or %<scope%>"
27021 msgstr ""
27023 #: gimplify.cc:10900 gimplify.cc:10906 gimplify.cc:10912 gimplify.cc:10918
27024 #: gimplify.cc:10924 gimplify.cc:14904
27025 #, gcc-internal-format
27026 msgid "%<inscan%> %<reduction%> clause on %qs construct"
27027 msgstr ""
27029 #: gimplify.cc:11018
27030 #, gcc-internal-format
27031 msgid "%<linear%> clause for variable other than loop iterator specified on construct combined with %<distribute%>"
27032 msgstr ""
27034 #: gimplify.cc:11713
27035 #, gcc-internal-format
27036 msgid "copyprivate variable %qE is not threadprivate or private in outer context"
27037 msgstr ""
27039 #: gimplify.cc:11770
27040 #, gcc-internal-format
27041 msgid "%s variable %qE is private in outer context"
27042 msgstr ""
27044 #: gimplify.cc:11802
27045 #, gcc-internal-format
27046 msgid "expected %qs %<if%> clause modifier rather than %qs"
27047 msgstr ""
27049 #: gimplify.cc:11840
27050 #, gcc-internal-format
27051 msgid "%<device%> clause with %<ancestor%> is only allowed on %<target%> construct"
27052 msgstr ""
27054 #: gimplify.cc:11856
27055 #, gcc-internal-format
27056 msgid "with %<ancestor%>, only the %<device%>, %<firstprivate%>, %<private%>, %<defaultmap%>, and %<map%> clauses may appear on the construct"
27057 msgstr ""
27059 #: gimplify.cc:12068
27060 #, gcc-internal-format
27061 msgid "%qD specified in %qs clause but not in %<inscan%> %<reduction%> clause on the containing construct"
27062 msgstr ""
27064 #: gimplify.cc:12274
27065 #, gcc-internal-format
27066 msgid "%<_Atomic%> %qD in implicit %<map%> clause"
27067 msgstr ""
27069 #: gimplify.cc:12328
27070 #, gcc-internal-format
27071 msgid "%<_Atomic%> %qD in implicit %<firstprivate%> clause on %<target%> construct"
27072 msgstr ""
27074 #: gimplify.cc:12590
27075 #, gcc-internal-format
27076 msgid "%<_Atomic%> %qD in %<firstprivate%> clause on %<target%> construct"
27077 msgstr ""
27079 #: gimplify.cc:12663
27080 #, gcc-internal-format
27081 msgid "same variable used in %<firstprivate%> and %<lastprivate%> clauses on %<distribute%> construct"
27082 msgstr ""
27084 #: gimplify.cc:12777
27085 #, gcc-internal-format
27086 msgid "incompatible data clause with reduction on %qE; promoting to %<present_or_copy%>"
27087 msgstr ""
27089 #: gimplify.cc:12926
27090 #, gcc-internal-format
27091 msgid "%qD specified in %<inscan%> %<reduction%> clause but not in %<scan%> directive clause"
27092 msgstr ""
27094 #: gimplify.cc:12945
27095 #, gcc-internal-format
27096 msgid "invalid private reduction on %qE"
27097 msgstr ""
27099 #: gimplify.cc:13111
27100 #, gcc-internal-format
27101 msgid "%<inscan%> %<reduction%> clause used together with %<linear%> clause for a variable other than loop iterator"
27102 msgstr ""
27104 #: gimplify.cc:13450
27105 #, gcc-internal-format
27106 msgid "%<mutexinoutset%> kind in %<depend%> clause on a %<taskwait%> construct"
27107 msgstr ""
27109 #: gimplify.cc:13460
27110 #, gcc-internal-format
27111 msgid "%<taskwait%> construct with %<nowait%> clause but no %<depend%> clauses"
27112 msgstr ""
27114 #: gimplify.cc:13744 gimplify.cc:13748 gimplify.cc:13757 gimplify.cc:13769
27115 #: gimplify.cc:13774
27116 #, gcc-internal-format
27117 msgid "%qs clause may not appear on non-rectangular %qs"
27118 msgstr ""
27120 #: gimplify.cc:13936
27121 #, gcc-internal-format
27122 msgid "%<linear%> clause may not be specified together with %<ordered%> clause if stand-alone %<ordered%> construct is nested in it"
27123 msgstr ""
27125 #: gimplify.cc:14001
27126 #, gcc-internal-format
27127 msgid "threadprivate iteration variable %qD"
27128 msgstr ""
27130 #: gimplify.cc:14032 gimplify.cc:14140
27131 #, gcc-internal-format
27132 msgid "conditional %<lastprivate%> on loop iterator %qD ignored"
27133 msgstr ""
27135 #: gimplify.cc:14842
27136 #, gcc-internal-format
27137 msgid "%<bind%> clause not specified on a %<loop%> construct not nested inside another OpenMP construct"
27138 msgstr ""
27140 #: gimplify.cc:14866
27141 #, gcc-internal-format
27142 msgid "%<bind(parallel)%> on a %<loop%> construct nested inside %<simd%> construct"
27143 msgstr ""
27145 #: gimplify.cc:14886
27146 #, gcc-internal-format
27147 msgid "%<bind(teams)%> on a %<loop%> region not strictly nested inside of a %<teams%> region"
27148 msgstr ""
27150 #: gimplify.cc:14911
27151 #, gcc-internal-format
27152 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %qs or %<sections%>"
27153 msgstr ""
27155 #: gimplify.cc:14939
27156 #, gcc-internal-format
27157 msgid "%<lastprivate%> clause on a %<loop%> construct refers to a variable %qD which is not the loop iterator"
27158 msgstr ""
27160 #: gimplify.cc:16020
27161 #, gcc-internal-format
27162 msgid "%<ordered%> construct with %qs clause must be closely nested inside a loop with %<ordered%> clause"
27163 msgstr ""
27165 #: gimplify.cc:16041
27166 #, gcc-internal-format
27167 msgid "variable %qE is not an iteration of outermost loop %d, expected %qE"
27168 msgstr ""
27170 #: gimplify.cc:16054
27171 #, gcc-internal-format
27172 msgid "number of variables in %qs clause with %<sink%> modifier does not match number of iteration variables"
27173 msgstr ""
27175 #: gimplify.cc:16068
27176 #, gcc-internal-format
27177 msgid "more than one %qs clause with %<source%> modifier on an %<ordered%> construct"
27178 msgstr ""
27180 #: gimplify.cc:16081
27181 #, gcc-internal-format
27182 msgid "%qs clause with %<source%> modifier specified together with %qs clauses with %<sink%> modifier on the same construct"
27183 msgstr ""
27185 #: gimplify.cc:17390
27186 #, gcc-internal-format
27187 msgid "gimplification failed"
27188 msgstr ""
27190 #: gimplify.cc:17989
27191 #, gcc-internal-format
27192 msgid "%qT is promoted to %qT when passed through %<...%>"
27193 msgstr ""
27195 #: gimplify.cc:17994
27196 #, gcc-internal-format
27197 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
27198 msgstr ""
27200 #: gimplify.cc:18001
27201 #, gcc-internal-format
27202 msgid "if this code is reached, the program will abort"
27203 msgstr ""
27205 #: godump.cc:1415
27206 #, gcc-internal-format
27207 msgid "could not close Go dump file: %m"
27208 msgstr ""
27210 #: godump.cc:1427
27211 #, gcc-internal-format
27212 msgid "could not open Go dump file %qs: %m"
27213 msgstr ""
27215 #: graphite.cc:527
27216 #, gcc-internal-format
27217 msgid "Graphite loop optimizations cannot be used (isl is not available)."
27218 msgstr ""
27220 #: input.cc:1493
27221 #, gcc-internal-format, gfc-internal-format
27222 msgid "expansion point is location %i"
27223 msgstr ""
27225 #: input.cc:1523
27226 #, gcc-internal-format
27227 msgid "token %u has %<x-location == y-location == %u%>"
27228 msgstr ""
27230 #: input.cc:1532
27231 #, gcc-internal-format
27232 msgid "token %u has %<x-location == %u%>"
27233 msgstr ""
27235 #: input.cc:1533
27236 #, gcc-internal-format
27237 msgid "token %u has %<y-location == %u%>"
27238 msgstr ""
27240 #: internal-fn.cc:723
27241 #, gcc-internal-format
27242 msgid "invalid use of attribute %<fallthrough%>"
27243 msgstr ""
27245 #: ipa-devirt.cc:677 ipa-devirt.cc:762 ipa-devirt.cc:791 ipa-devirt.cc:833
27246 #: ipa-devirt.cc:864
27247 #, gcc-internal-format
27248 msgid "virtual table of type %qD violates one definition rule"
27249 msgstr ""
27251 #: ipa-devirt.cc:680
27252 #, gcc-internal-format
27253 msgid "variable of same assembler name as the virtual table is defined in another translation unit"
27254 msgstr "varijabla s istim imenom asemblera kao i virtualna tablica definirana je u drugoj prijevodnoj jedinici"
27256 #: ipa-devirt.cc:721
27257 #, gcc-internal-format
27258 msgid "virtual table of type %qD contains RTTI information"
27259 msgstr ""
27261 #: ipa-devirt.cc:727
27262 #, gcc-internal-format
27263 msgid "but is prevailed by one without from other translation unit"
27264 msgstr ""
27266 #: ipa-devirt.cc:731
27267 #, gcc-internal-format
27268 msgid "RTTI will not work on this type"
27269 msgstr ""
27271 #: ipa-devirt.cc:768
27272 #, gcc-internal-format
27273 msgid "the conflicting type defined in another translation unit has virtual table of different size"
27274 msgstr ""
27276 #: ipa-devirt.cc:797
27277 #, gcc-internal-format
27278 msgid "the conflicting type defined in another translation unit with different RTTI information"
27279 msgstr ""
27281 #: ipa-devirt.cc:841 ipa-devirt.cc:872
27282 #, gcc-internal-format
27283 msgid "the conflicting type defined in another translation unit"
27284 msgstr ""
27286 #: ipa-devirt.cc:845
27287 #, gcc-internal-format
27288 msgid "contains additional virtual method %qD"
27289 msgstr ""
27291 #: ipa-devirt.cc:852
27292 #, gcc-internal-format
27293 msgid "the conflicting type defined in another translation unit has virtual table with more entries"
27294 msgstr ""
27296 #: ipa-devirt.cc:878
27297 #, gcc-internal-format
27298 msgid "virtual method %qD"
27299 msgstr ""
27301 #: ipa-devirt.cc:882
27302 #, gcc-internal-format
27303 msgid "ought to match virtual method %qD but does not"
27304 msgstr ""
27306 #: ipa-devirt.cc:888
27307 #, gcc-internal-format
27308 msgid "the conflicting type defined in another translation unit has virtual table with different contents"
27309 msgstr ""
27311 #: ipa-devirt.cc:922
27312 #, gcc-internal-format
27313 msgid "type %qT (typedef of %qT) violates the C++ One Definition Rule"
27314 msgstr ""
27316 #: ipa-devirt.cc:930
27317 #, gcc-internal-format
27318 msgid "type %qT violates the C++ One Definition Rule"
27319 msgstr ""
27321 #: ipa-devirt.cc:942 ipa-devirt.cc:957 ipa-devirt.cc:1232 ipa-devirt.cc:1277
27322 #: ipa-devirt.cc:1316 ipa-devirt.cc:1334
27323 #, gcc-internal-format
27324 msgid "a different type is defined in another translation unit"
27325 msgstr ""
27327 #: ipa-devirt.cc:949
27328 #, gcc-internal-format
27329 msgid "the first difference of corresponding definitions is field %qD"
27330 msgstr ""
27332 #: ipa-devirt.cc:959
27333 #, gcc-internal-format
27334 msgid "the first difference of corresponding definitions is method %qD"
27335 msgstr ""
27337 #: ipa-devirt.cc:1064
27338 #, gcc-internal-format
27339 msgid "type %qT defined in anonymous namespace cannot match type %qT across the translation unit boundary"
27340 msgstr ""
27342 #: ipa-devirt.cc:1069
27343 #, gcc-internal-format
27344 msgid "type %qT defined in anonymous namespace cannot match across the translation unit boundary"
27345 msgstr ""
27347 #: ipa-devirt.cc:1074
27348 #, gcc-internal-format
27349 msgid "the incompatible type defined in another translation unit"
27350 msgstr ""
27352 #: ipa-devirt.cc:1090
27353 #, gcc-internal-format
27354 msgid "type name %qs should match type name %qs"
27355 msgstr ""
27357 #: ipa-devirt.cc:1094 ipa-devirt.cc:1191
27358 #, gcc-internal-format
27359 msgid "the incompatible type is defined here"
27360 msgstr ""
27362 #: ipa-devirt.cc:1122
27363 #, gcc-internal-format
27364 msgid "array types have different bounds"
27365 msgstr ""
27367 #: ipa-devirt.cc:1137
27368 #, gcc-internal-format
27369 msgid "return value type mismatch"
27370 msgstr ""
27372 #: ipa-devirt.cc:1152
27373 #, gcc-internal-format
27374 msgid "implicit this pointer type mismatch"
27375 msgstr ""
27377 #: ipa-devirt.cc:1155
27378 #, gcc-internal-format, gfc-internal-format
27379 msgid "type mismatch in parameter %i"
27380 msgstr ""
27382 #: ipa-devirt.cc:1166
27383 #, gcc-internal-format
27384 msgid "types have different parameter counts"
27385 msgstr ""
27387 #: ipa-devirt.cc:1182
27388 #, gcc-internal-format
27389 msgid "type %qT itself violates the C++ One Definition Rule"
27390 msgstr ""
27392 #: ipa-devirt.cc:1188
27393 #, gcc-internal-format
27394 msgid "type %qT should match type %qT"
27395 msgstr ""
27397 #: ipa-devirt.cc:1260
27398 #, gcc-internal-format
27399 msgid "a type with different precision is defined in another translation unit"
27400 msgstr ""
27402 #: ipa-devirt.cc:1267
27403 #, gcc-internal-format
27404 msgid "a type with different signedness is defined in another translation unit"
27405 msgstr ""
27407 #: ipa-devirt.cc:1292
27408 #, gcc-internal-format
27409 msgid "it is defined as a pointer in different address space in another translation unit"
27410 msgstr ""
27412 #: ipa-devirt.cc:1301
27413 #, gcc-internal-format
27414 msgid "it is defined as a pointer to different type in another translation unit"
27415 msgstr ""
27417 #: ipa-devirt.cc:1361
27418 #, gcc-internal-format
27419 msgid "an array of different size is defined in another translation unit"
27420 msgstr ""
27422 #: ipa-devirt.cc:1376
27423 #, gcc-internal-format
27424 msgid "has different return value in another translation unit"
27425 msgstr ""
27427 #: ipa-devirt.cc:1399 ipa-devirt.cc:1411
27428 #, gcc-internal-format
27429 msgid "has different parameters in another translation unit"
27430 msgstr ""
27432 #: ipa-devirt.cc:1434
27433 #, gcc-internal-format
27434 msgid "a type defined in another translation unit is not polymorphic"
27435 msgstr ""
27437 #: ipa-devirt.cc:1438
27438 #, gcc-internal-format
27439 msgid "a type defined in another translation unit is polymorphic"
27440 msgstr ""
27442 #: ipa-devirt.cc:1456 ipa-devirt.cc:1520
27443 #, gcc-internal-format
27444 msgid "a type with different virtual table pointers is defined in another translation unit"
27445 msgstr ""
27447 #: ipa-devirt.cc:1463 ipa-devirt.cc:1525
27448 #, gcc-internal-format
27449 msgid "a type with different bases is defined in another translation unit"
27450 msgstr ""
27452 #: ipa-devirt.cc:1471
27453 #, gcc-internal-format
27454 msgid "a field with different name is defined in another translation unit"
27455 msgstr ""
27457 #: ipa-devirt.cc:1485
27458 #, gcc-internal-format
27459 msgid "a field of same name but different type is defined in another translation unit"
27460 msgstr ""
27462 #: ipa-devirt.cc:1498
27463 #, gcc-internal-format
27464 msgid "fields have different layout in another translation unit"
27465 msgstr ""
27467 #: ipa-devirt.cc:1505
27468 #, gcc-internal-format
27469 msgid "one field is a bitfield while the other is not"
27470 msgstr ""
27472 #: ipa-devirt.cc:1529
27473 #, gcc-internal-format
27474 msgid "a type with different number of fields is defined in another translation unit"
27475 msgstr ""
27477 #: ipa-devirt.cc:1552
27478 #, gcc-internal-format
27479 msgid "a type with different size is defined in another translation unit"
27480 msgstr ""
27482 #: ipa-devirt.cc:1561
27483 #, gcc-internal-format
27484 msgid "one type needs to be constructed while the other does not"
27485 msgstr ""
27487 #: ipa-devirt.cc:1574
27488 #, gcc-internal-format
27489 msgid "memory layout mismatch"
27490 msgstr ""
27492 #: ipa-devirt.cc:1693
27493 #, gcc-internal-format
27494 msgid "the extra base is defined here"
27495 msgstr ""
27497 #: ipa-devirt.cc:3869
27498 #, gcc-internal-format
27499 msgid "Declaring type %qD final would enable devirtualization of %i call"
27500 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls"
27501 msgstr[0] ""
27502 msgstr[1] ""
27503 msgstr[2] ""
27505 #: ipa-devirt.cc:3878
27506 #, gcc-internal-format
27507 msgid "Declaring type %qD final would enable devirtualization of %i call executed %lli times"
27508 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls executed %lli times"
27509 msgstr[0] ""
27510 msgstr[1] ""
27511 msgstr[2] ""
27513 #: ipa-devirt.cc:3908
27514 #, gcc-internal-format
27515 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call"
27516 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls"
27517 msgstr[0] ""
27518 msgstr[1] ""
27519 msgstr[2] ""
27521 #: ipa-devirt.cc:3916
27522 #, gcc-internal-format
27523 msgid "Declaring method %qD final would enable devirtualization of %i call"
27524 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls"
27525 msgstr[0] ""
27526 msgstr[1] ""
27527 msgstr[2] ""
27529 #: ipa-devirt.cc:3924
27530 #, gcc-internal-format
27531 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call executed %lli times"
27532 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls executed %lli times"
27533 msgstr[0] ""
27534 msgstr[1] ""
27535 msgstr[2] ""
27537 #: ipa-devirt.cc:3935
27538 #, gcc-internal-format
27539 msgid "Declaring method %qD final would enable devirtualization of %i call executed %lli times"
27540 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls executed %lli times"
27541 msgstr[0] ""
27542 msgstr[1] ""
27543 msgstr[2] ""
27545 #: ipa-devirt.cc:4248
27546 #, gcc-internal-format
27547 msgid "type %qs violates the C++ One Definition Rule"
27548 msgstr ""
27550 #: ipa-devirt.cc:4257
27551 #, gcc-internal-format
27552 msgid "an enum with different number of values is defined in another translation unit"
27553 msgstr ""
27555 #: ipa-devirt.cc:4261
27556 #, gcc-internal-format
27557 msgid "an enum with different value name is defined in another translation unit"
27558 msgstr ""
27560 #: ipa-devirt.cc:4265
27561 #, gcc-internal-format
27562 msgid "an enum with different values is defined in another translation unit"
27563 msgstr ""
27565 #: ipa-devirt.cc:4286
27566 #, gcc-internal-format
27567 msgid "name %qs differs from name %qs defined in another translation unit"
27568 msgstr ""
27570 #: ipa-devirt.cc:4292
27571 #, gcc-internal-format
27572 msgid "name %qs is defined as %u-bit while another translation unit defines it as %u-bit"
27573 msgstr ""
27575 #: ipa-devirt.cc:4301
27576 #, gcc-internal-format
27577 msgid "name %qs is defined to %wd while another translation unit defines it as %wd"
27578 msgstr ""
27580 #: ipa-devirt.cc:4307
27581 #, gcc-internal-format
27582 msgid "name %qs is defined to different value in another translation unit"
27583 msgstr ""
27585 #: ipa-devirt.cc:4312
27586 #, gcc-internal-format
27587 msgid "mismatching definition"
27588 msgstr ""
27590 #: ipa-fnsummary.cc:4553
27591 #, gcc-internal-format
27592 msgid "invalid fnsummary in LTO stream"
27593 msgstr ""
27595 #: ipa-fnsummary.cc:4654
27596 #, gcc-internal-format
27597 msgid "ipa inline summary is missing in input file"
27598 msgstr ""
27600 #: ipa-modref.cc:4015
27601 #, gcc-internal-format
27602 msgid "IPA modref summary is missing in input file"
27603 msgstr ""
27605 #: ipa-prop.cc:4709 ipa-prop.cc:4751 ipa-prop.cc:4837 ipa-prop.cc:4885
27606 #, gcc-internal-format
27607 msgid "invalid jump function in LTO stream"
27608 msgstr ""
27610 #: ipa-pure-const.cc:218
27611 #, gcc-internal-format
27612 msgid "function might be candidate for attribute %qs"
27613 msgstr ""
27615 #: ipa-pure-const.cc:219
27616 #, gcc-internal-format
27617 msgid "function might be candidate for attribute %qs if it is known to return normally"
27618 msgstr ""
27620 #: ipa-reference.cc:1264
27621 #, gcc-internal-format
27622 msgid "ipa reference summary is missing in ltrans unit"
27623 msgstr ""
27625 #: ipa-sra.cc:1566
27626 #, gcc-internal-format
27627 msgid "Access offset before parent offset"
27628 msgstr ""
27630 #: ipa-sra.cc:1571
27631 #, gcc-internal-format
27632 msgid "Access size greater or equal to its parent size"
27633 msgstr ""
27635 #: ipa-sra.cc:1576
27636 #, gcc-internal-format
27637 msgid "Access terminates outside of its parent"
27638 msgstr ""
27640 #: ipa-sra.cc:1588
27641 #, gcc-internal-format
27642 msgid "Access overlaps with its sibling"
27643 msgstr ""
27645 #: ipa-sra.cc:1607
27646 #, gcc-internal-format
27647 msgid "IPA-SRA access verification failed"
27648 msgstr ""
27650 #: ipa-sra.cc:2690
27651 #, gcc-internal-format
27652 msgid "function %qs, parameter %u, has IPA-SRA accesses which overlap"
27653 msgstr ""
27655 #: ipa-sra.cc:2693
27656 #, gcc-internal-format
27657 msgid "function %qs, parameter %u, is used but does not have any certain IPA-SRA access"
27658 msgstr ""
27660 #: ira.cc:2434 ira.cc:2456
27661 #, gcc-internal-format
27662 msgid "%s cannot be used in %<asm%> here"
27663 msgstr ""
27665 #: ira.cc:6046
27666 #, gcc-internal-format
27667 msgid "frame pointer required, but reserved"
27668 msgstr ""
27670 #: ira.cc:6047
27671 #, gcc-internal-format
27672 msgid "for %qD"
27673 msgstr ""
27675 #: ira.cc:6063
27676 #, gcc-internal-format
27677 msgid "frame size too large for reliable stack checking"
27678 msgstr ""
27680 #: lra-assigns.cc:1694
27681 #, gcc-internal-format, gfc-internal-format
27682 msgid "maximum number of LRA assignment passes is achieved (%d)"
27683 msgstr ""
27685 #: lra-assigns.cc:1855 reload1.cc:1242
27686 #, gcc-internal-format
27687 msgid "%<asm%> operand has impossible constraints"
27688 msgstr ""
27690 #: lra-assigns.cc:1870
27691 #, gcc-internal-format
27692 msgid "unable to find a register to spill"
27693 msgstr ""
27695 #: lra-constraints.cc:4170 reload.cc:3845 reload.cc:4100
27696 #, gcc-internal-format
27697 msgid "inconsistent operand constraints in an %<asm%>"
27698 msgstr ""
27700 #: lra-constraints.cc:5137
27701 #, gcc-internal-format, gfc-internal-format
27702 msgid "maximum number of generated reload insns per insn achieved (%d)"
27703 msgstr ""
27705 #: lto-cgraph.cc:1157
27706 #, gcc-internal-format
27707 msgid "function %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
27708 msgstr ""
27710 #: lto-cgraph.cc:1163
27711 #, gcc-internal-format
27712 msgid "variable %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
27713 msgstr ""
27715 #: lto-cgraph.cc:1332
27716 #, gcc-internal-format, gfc-internal-format
27717 msgid "bytecode stream: found multiple instances of cgraph node with uid %d"
27718 msgstr ""
27720 #: lto-cgraph.cc:1497
27721 #, gcc-internal-format
27722 msgid "bytecode stream: no caller found while reading edge"
27723 msgstr ""
27725 #: lto-cgraph.cc:1503
27726 #, gcc-internal-format
27727 msgid "bytecode stream: no callee found while reading edge"
27728 msgstr ""
27730 #: lto-cgraph.cc:1580
27731 #, gcc-internal-format
27732 msgid "bytecode stream: found empty cgraph node"
27733 msgstr ""
27735 #: lto-cgraph.cc:1699
27736 #, gcc-internal-format, gfc-internal-format
27737 msgid "At most %i profile runs is supported. Perhaps corrupted profile?"
27738 msgstr ""
27740 #: lto-cgraph.cc:1724
27741 #, gcc-internal-format, gfc-internal-format
27742 msgid "Profile information in %s corrupted"
27743 msgstr ""
27745 #: lto-cgraph.cc:1762
27746 #, gcc-internal-format, gfc-internal-format
27747 msgid "cannot find LTO cgraph in %s"
27748 msgstr ""
27750 #: lto-cgraph.cc:1772
27751 #, gcc-internal-format, gfc-internal-format
27752 msgid "cannot find LTO section refs in %s"
27753 msgstr ""
27755 #: lto-cgraph.cc:1917
27756 #, gcc-internal-format
27757 msgid "OpenMP %<requires%> directive with non-identical clauses in multiple compilation units: %qs vs. %qs"
27758 msgstr ""
27760 #: lto-cgraph.cc:1920 lto-cgraph.cc:1921 lto-cgraph.cc:1927
27761 #, fuzzy, gcc-internal-format
27762 #| msgid "%s  Same as %s."
27763 msgid "%qs has %qs"
27764 msgstr "%s je identično s %s."
27766 #: lto-cgraph.cc:1925
27767 #, gcc-internal-format
27768 msgid "OpenMP %<requires%> directive with %qs specified only in some compilation units"
27769 msgstr ""
27771 #: lto-cgraph.cc:1930
27772 #, gcc-internal-format
27773 msgid "but %qs has not"
27774 msgstr ""
27776 #: lto-cgraph.cc:1938
27777 #, gcc-internal-format, gfc-internal-format
27778 msgid "invalid offload table in %s"
27779 msgstr ""
27781 #: lto-cgraph.cc:1949
27782 #, gcc-internal-format
27783 msgid "GCC_OFFLOAD_OMP_REQUIRES_FILE unset"
27784 msgstr ""
27786 #: lto-cgraph.cc:1952
27787 #, fuzzy, gcc-internal-format
27788 #| msgid "Cannot open source file %s\n"
27789 msgid "Cannot open omp_requires file %qs"
27790 msgstr "Nije moguće otvoriti izvorni kȏd %s\n"
27792 #: lto-compress.cc:142 lto-compress.cc:269 lto-compress.cc:277
27793 #: lto-compress.cc:297 lto-compress.cc:363 lto-compress.cc:371
27794 #: lto-compress.cc:391
27795 #, gcc-internal-format, gfc-internal-format
27796 msgid "compressed stream: %s"
27797 msgstr ""
27799 #: lto-compress.cc:163
27800 #, gcc-internal-format
27801 msgid "original not compressed with zstd"
27802 msgstr ""
27804 #: lto-compress.cc:165
27805 #, gcc-internal-format
27806 msgid "original size unknown"
27807 msgstr ""
27809 #: lto-compress.cc:171
27810 #, gcc-internal-format, gfc-internal-format
27811 msgid "decompressed stream: %s"
27812 msgstr ""
27814 #: lto-compress.cc:411
27815 #, gcc-internal-format
27816 msgid "compiler does not support ZSTD LTO compression"
27817 msgstr ""
27819 #: lto-section-in.cc:460
27820 #, gcc-internal-format, gfc-internal-format
27821 msgid "bytecode stream: trying to read %d bytes after the end of the input buffer"
27822 msgstr ""
27824 #: lto-section-in.cc:471
27825 #, gcc-internal-format, gfc-internal-format
27826 msgid "%s out of range: Range is %i to %i, value is %i"
27827 msgstr ""
27829 #: lto-streamer-in.cc:125
27830 #, gcc-internal-format, gfc-internal-format
27831 msgid "bytecode stream: unexpected tag %s"
27832 msgstr ""
27834 #: lto-streamer-in.cc:1208 lto-streamer-in.cc:1219
27835 #, gcc-internal-format
27836 msgid "Cgraph edge statement index out of range"
27837 msgstr ""
27839 #: lto-streamer-in.cc:1213 lto-streamer-in.cc:1223
27840 #, gcc-internal-format
27841 msgid "Cgraph edge statement index not found"
27842 msgstr ""
27844 #: lto-streamer-in.cc:1230
27845 #, gcc-internal-format
27846 msgid "Reference statement index out of range"
27847 msgstr "Index referente izjave je izvan granica"
27849 #: lto-streamer-in.cc:1234
27850 #, gcc-internal-format
27851 msgid "Reference statement index not found"
27852 msgstr ""
27854 #: lto-streamer-in.cc:1985
27855 #, gcc-internal-format, gfc-internal-format
27856 msgid "cannot read LTO mode table from %s"
27857 msgstr ""
27859 #: lto-streamer-in.cc:2087
27860 #, gcc-internal-format
27861 msgid "%s - %u-bit-precision floating-point numbers unsupported (mode %qs)"
27862 msgstr ""
27864 #: lto-streamer-in.cc:2092
27865 #, gcc-internal-format
27866 msgid "%s - %u-bit-precision decimal floating-point numbers unsupported (mode %qs)"
27867 msgstr ""
27869 #: lto-streamer-in.cc:2097
27870 #, gcc-internal-format
27871 msgid "%s - %u-bit-precision complex floating-point numbers unsupported (mode %qs)"
27872 msgstr ""
27874 #: lto-streamer-in.cc:2102
27875 #, gcc-internal-format
27876 msgid "%s - %u-bit integer numbers unsupported (mode %qs)"
27877 msgstr ""
27879 #: lto-streamer-in.cc:2105
27880 #, gcc-internal-format
27881 msgid "%s - unsupported mode %qs"
27882 msgstr ""
27884 #: lto-streamer-out.cc:561 lto-streamer-out.cc:913
27885 #, gcc-internal-format
27886 msgid "tree code %qs is not supported in LTO streams"
27887 msgstr ""
27889 #: lto-streamer.cc:129
27890 #, gcc-internal-format, gfc-internal-format
27891 msgid "bytecode stream: unexpected LTO section %s"
27892 msgstr ""
27894 #: lto-streamer.cc:261
27895 #, gcc-internal-format
27896 msgid "bytecode stream in file %qs generated with LTO version %d.%d instead of the expected %d.%d"
27897 msgstr ""
27899 #: lto-wrapper.cc:159
27900 #, gcc-internal-format
27901 msgid "deleting LTRANS file %s: %m"
27902 msgstr "uklanjam LTRANS datoteku %s: %m"
27904 #: lto-wrapper.cc:355
27905 #, gcc-internal-format, gfc-internal-format
27906 msgid "option %s with different values"
27907 msgstr ""
27909 #: lto-wrapper.cc:371
27910 #, gcc-internal-format
27911 msgid "option %qs with mismatching values (%s, %s)"
27912 msgstr ""
27914 #: lto-wrapper.cc:486
27915 #, gcc-internal-format, gfc-internal-format
27916 msgid "option %s not used consistently in all LTO input files"
27917 msgstr ""
27919 #: lto-wrapper.cc:631 lto-wrapper.cc:639
27920 #, gcc-internal-format
27921 msgid "Extra option to %<-Xassembler%>: %s, dropping all %<-Xassembler%> and %<-Wa%> options."
27922 msgstr ""
27924 #: lto-wrapper.cc:647
27925 #, gcc-internal-format
27926 msgid "Options to %<-Xassembler%> do not match: %s, %s, dropping all %<-Xassembler%> and %<-Wa%> options."
27927 msgstr ""
27929 #: lto-wrapper.cc:957
27930 #, gcc-internal-format
27931 msgid "could not find %s in %s (consider using %<-B%>)"
27932 msgstr ""
27934 #: lto-wrapper.cc:1037
27935 #, gcc-internal-format, gfc-internal-format
27936 msgid "problem with building target image for %s"
27937 msgstr ""
27939 #: lto-wrapper.cc:1066
27940 #, gcc-internal-format
27941 msgid "reading input file"
27942 msgstr ""
27944 #: lto-wrapper.cc:1071
27945 #, gcc-internal-format
27946 msgid "writing output file"
27947 msgstr ""
27949 #: lto-wrapper.cc:1107
27950 #, gcc-internal-format
27951 msgid "installation error, cannot find %<crtoffloadtable.o%>"
27952 msgstr ""
27954 #: lto-wrapper.cc:1429
27955 #, gcc-internal-format
27956 msgid "environment variable %<COLLECT_GCC%> must be set"
27957 msgstr "varijabla okoline %<COLLECT_GCC%> mora biti postavljena"
27959 #: lto-wrapper.cc:1433
27960 #, gcc-internal-format
27961 msgid "environment variable %<COLLECT_GCC_OPTIONS%> must be set"
27962 msgstr "varijabla okoline %<COLLECT_GCC_OPTIONS%> mora biti postavljena"
27964 #: lto-wrapper.cc:1713 lto-wrapper.cc:1773 c-family/c-pch.cc:213
27965 #: c-family/c-pch.cc:248 c-family/c-pch.cc:286
27966 #, gcc-internal-format
27967 msgid "cannot read %s: %m"
27968 msgstr "nije moguće čitati %s: %m"
27970 #: lto-wrapper.cc:1740
27971 #, gcc-internal-format, gfc-internal-format
27972 msgid "invalid format of %s"
27973 msgstr ""
27975 #: lto-wrapper.cc:1906
27976 #, gcc-internal-format
27977 msgid "%<fopen%>: %s: %m"
27978 msgstr "%<fopen%>: %s: %m"
27980 #: lto-wrapper.cc:1923
27981 #, gcc-internal-format, gfc-internal-format
27982 msgid "corrupted ltrans output file %s"
27983 msgstr "oštećeni izlazna datoteka ltrans %s"
27985 #: lto-wrapper.cc:1966
27986 #, gcc-internal-format, gfc-internal-format
27987 msgid "using serial compilation of %d LTRANS jobs"
27988 msgstr ""
27990 #: lto-wrapper.cc:2142
27991 #, gcc-internal-format
27992 msgid "%<atexit%> failed"
27993 msgstr "%<atexit%> neuspješan"
27995 #: multiple_target.cc:76
27996 #, gcc-internal-format
27997 msgid "the call requires %<ifunc%>, which is not supported by this target"
27998 msgstr ""
28000 #: multiple_target.cc:83
28001 #, gcc-internal-format
28002 msgid "target does not support function version dispatcher"
28003 msgstr ""
28005 #: multiple_target.cc:91
28006 #, gcc-internal-format
28007 msgid "default %<target_clones%> attribute was not set"
28008 msgstr ""
28010 #: multiple_target.cc:326 c-family/c-attribs.cc:5603
28011 #, gcc-internal-format
28012 msgid "single %<target_clones%> attribute is ignored"
28013 msgstr ""
28015 #: multiple_target.cc:335
28016 #, gcc-internal-format
28017 msgid "clones for %<target_clones%> attribute cannot be created"
28018 msgstr ""
28020 #: multiple_target.cc:338
28021 #, gcc-internal-format
28022 msgid "function %q+F can never be copied because it has %<noclone%> attribute"
28023 msgstr ""
28025 #: multiple_target.cc:359
28026 #, gcc-internal-format
28027 msgid "%<default%> target was not set"
28028 msgstr ""
28030 #: multiple_target.cc:363
28031 #, gcc-internal-format
28032 msgid "an empty string cannot be in %<target_clones%> attribute"
28033 msgstr ""
28035 #: multiple_target.cc:367
28036 #, gcc-internal-format
28037 msgid "multiple %<default%> targets were set"
28038 msgstr ""
28040 #: omp-expand.cc:3417
28041 #, gcc-internal-format
28042 msgid "%qs clause with %<sink%> modifier waiting for lexically later iteration"
28043 msgstr ""
28045 #: omp-expand.cc:3556
28046 #, gcc-internal-format
28047 msgid "%qs clause with %<sink%> modifier refers to iteration never in the iteration space"
28048 msgstr ""
28050 #: omp-expand.cc:8176
28051 #, gcc-internal-format
28052 msgid "invalid OpenMP non-rectangular loop step; %<(%E - %E) * %E%> is not a multiple of loop %d step %qE"
28053 msgstr ""
28055 #: omp-general.cc:1130
28056 #, gcc-internal-format
28057 msgid "selector set %qs specified more than once"
28058 msgstr ""
28060 #: omp-general.cc:1144 omp-general.cc:1157
28061 #, gcc-internal-format
28062 msgid "selector %qs specified more than once in set %qs"
28063 msgstr ""
28065 #: omp-general.cc:1198
28066 #, gcc-internal-format
28067 msgid "incorrect property %qs of %qs selector"
28068 msgstr ""
28070 #: omp-general.cc:1205
28071 #, gcc-internal-format
28072 msgid "unknown property %qs of %qs selector"
28073 msgstr ""
28075 #: omp-general.cc:1210
28076 #, gcc-internal-format
28077 msgid "unknown property %qE of %qs selector"
28078 msgstr ""
28080 #: omp-general.cc:1252
28081 #, gcc-internal-format
28082 msgid "%qD used as a variant with incompatible %<construct%> selector sets"
28083 msgstr ""
28085 #: omp-general.cc:2785
28086 #, gcc-internal-format
28087 msgid "%qs specifies a conflicting level of parallelism"
28088 msgstr ""
28090 #: omp-general.cc:2788
28091 #, gcc-internal-format
28092 msgid "... to the previous %qs clause here"
28093 msgstr ""
28095 #: omp-general.cc:2823
28096 #, gcc-internal-format
28097 msgid "cannot apply %<%s%> to %qD, which has also been marked with an OpenMP 'declare target' directive"
28098 msgstr ""
28100 #: omp-general.cc:2877
28101 #, gcc-internal-format
28102 msgid "incompatible %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
28103 msgstr ""
28105 #: omp-general.cc:2884
28106 #, gcc-internal-format
28107 msgid "missing %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
28108 msgstr ""
28110 #: omp-general.cc:2893
28111 #, gcc-internal-format
28112 msgid "... with %qs clause here"
28113 msgstr ""
28115 #: omp-general.cc:2901
28116 #, gcc-internal-format
28117 msgid "... without %qs clause near to here"
28118 msgstr ""
28120 #: omp-low.cc:1167
28121 #, gcc-internal-format
28122 msgid "%<allocate%> clause must specify an allocator here"
28123 msgstr ""
28125 #: omp-low.cc:2737 omp-offload.cc:1489
28126 #, gcc-internal-format
28127 msgid "%<seq%> overrides other OpenACC loop specifiers"
28128 msgstr ""
28130 #: omp-low.cc:2740 omp-offload.cc:1490
28131 #, gcc-internal-format
28132 msgid "%<auto%> conflicts with other OpenACC loop specifiers"
28133 msgstr ""
28135 #: omp-low.cc:2744 omp-offload.cc:1524
28136 #, gcc-internal-format
28137 msgid "inner loop uses same OpenACC parallelism as containing loop"
28138 msgstr ""
28140 #: omp-low.cc:2795
28141 #, gcc-internal-format
28142 msgid "argument not permitted on %qs clause"
28143 msgstr ""
28145 #: omp-low.cc:2799
28146 #, gcc-internal-format
28147 msgid "enclosing parent compute construct"
28148 msgstr ""
28150 #: omp-low.cc:2802
28151 #, gcc-internal-format
28152 msgid "enclosing routine"
28153 msgstr ""
28155 #: omp-low.cc:2843
28156 #, gcc-internal-format
28157 msgid "conflicting reduction operations for %qE"
28158 msgstr ""
28160 #: omp-low.cc:2846
28161 #, gcc-internal-format
28162 msgid "location of the previous reduction for %qE"
28163 msgstr ""
28165 #: omp-low.cc:2879
28166 #, gcc-internal-format
28167 msgid "nested loop in reduction needs reduction clause for %qE"
28168 msgstr ""
28170 #: omp-low.cc:3136
28171 #, gcc-internal-format
28172 msgid "%<target%> construct with nested %<teams%> construct contains directives outside of the %<teams%> construct"
28173 msgstr ""
28175 #: omp-low.cc:3194
28176 #, gcc-internal-format
28177 msgid "non-OpenACC construct inside of OpenACC routine"
28178 msgstr ""
28180 #: omp-low.cc:3203
28181 #, gcc-internal-format
28182 msgid "non-OpenACC construct inside of OpenACC region"
28183 msgstr ""
28185 #: omp-low.cc:3218
28186 #, gcc-internal-format
28187 msgid "OpenMP constructs are not allowed in target region with %<ancestor%>"
28188 msgstr ""
28190 #: omp-low.cc:3243 omp-low.cc:3310
28191 #, gcc-internal-format
28192 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a region with the %<order(concurrent)%> clause"
28193 msgstr ""
28195 #: omp-low.cc:3262
28196 #, gcc-internal-format
28197 msgid "%<ordered simd threads%> must be closely nested inside of %<%s simd%> region"
28198 msgstr ""
28200 #: omp-low.cc:3278
28201 #, gcc-internal-format
28202 msgid "OpenMP constructs other than %<ordered simd%>, %<simd%>, %<loop%> or %<atomic%> may not be nested inside %<simd%> region"
28203 msgstr ""
28205 #: omp-low.cc:3292
28206 #, gcc-internal-format
28207 msgid "only %<distribute%>, %<parallel%> or %<loop%> regions are allowed to be strictly nested inside %<teams%> region"
28208 msgstr ""
28210 #: omp-low.cc:3306
28211 #, gcc-internal-format
28212 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a %<loop%> region"
28213 msgstr ""
28215 #: omp-low.cc:3326
28216 #, gcc-internal-format
28217 msgid "%<distribute%> region must be strictly nested inside %<teams%> construct"
28218 msgstr ""
28220 #: omp-low.cc:3375
28221 #, gcc-internal-format
28222 msgid "OpenACC loop directive must be associated with an OpenACC compute region"
28223 msgstr ""
28225 #: omp-low.cc:3397
28226 #, gcc-internal-format
28227 msgid "orphaned %qs construct"
28228 msgstr ""
28230 #: omp-low.cc:3426
28231 #, gcc-internal-format
28232 msgid "%<cancel for%> inside %<nowait%> for construct"
28233 msgstr ""
28235 #: omp-low.cc:3431
28236 #, gcc-internal-format
28237 msgid "%<cancel for%> inside %<ordered%> for construct"
28238 msgstr ""
28240 #: omp-low.cc:3451 omp-low.cc:3464
28241 #, gcc-internal-format
28242 msgid "%<cancel sections%> inside %<nowait%> sections construct"
28243 msgstr ""
28245 #: omp-low.cc:3493
28246 #, gcc-internal-format
28247 msgid "%<%s taskgroup%> construct not closely nested inside of %<taskgroup%> region"
28248 msgstr ""
28250 #: omp-low.cc:3518
28251 #, gcc-internal-format
28252 msgid "invalid arguments"
28253 msgstr "nevaljani argumenti"
28255 #: omp-low.cc:3524
28256 #, gcc-internal-format
28257 msgid "%<%s %s%> construct not closely nested inside of %qs"
28258 msgstr ""
28260 #: omp-low.cc:3553
28261 #, gcc-internal-format
28262 msgid "barrier region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or %<taskloop%> region"
28263 msgstr ""
28265 #: omp-low.cc:3560
28266 #, gcc-internal-format
28267 msgid "work-sharing region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or %<taskloop%> region"
28268 msgstr ""
28270 #: omp-low.cc:3591
28271 #, gcc-internal-format
28272 msgid "%qs region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%> or %<taskloop%> region"
28273 msgstr ""
28275 #: omp-low.cc:3626
28276 #, gcc-internal-format
28277 msgid "%<scope%> region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%>, %<taskloop%>, %<critical%>, %<ordered%>, %<master%>, or %<masked%> region"
28278 msgstr ""
28280 #: omp-low.cc:3649
28281 #, gcc-internal-format
28282 msgid "%<%s(%s)%> is only allowed in %<omp ordered%>"
28283 msgstr ""
28285 #: omp-low.cc:3664
28286 #, gcc-internal-format
28287 msgid "invalid depend kind in omp %<ordered%> %<depend%>"
28288 msgstr ""
28290 #: omp-low.cc:3681
28291 #, gcc-internal-format
28292 msgid "%<ordered%> construct with %<depend%> clause must be closely nested inside an %<ordered%> loop"
28293 msgstr ""
28295 #: omp-low.cc:3697
28296 #, gcc-internal-format
28297 msgid "%<ordered%> %<simd%> must be closely nested inside %<simd%> region"
28298 msgstr ""
28300 #: omp-low.cc:3710
28301 #, gcc-internal-format
28302 msgid "%<ordered%> region may not be closely nested inside of %<critical%>, %<ordered%>, explicit %<task%> or %<taskloop%> region"
28303 msgstr ""
28305 #: omp-low.cc:3723 omp-low.cc:3768
28306 #, gcc-internal-format
28307 msgid "%<ordered%> region must be closely nested inside a loop region with an %<ordered%> clause"
28308 msgstr ""
28310 #: omp-low.cc:3732
28311 #, gcc-internal-format
28312 msgid "%<ordered%> construct without %<doacross%> or %<depend%> clauses must not have the same binding region as %<ordered%> construct with those clauses"
28313 msgstr ""
28315 #: omp-low.cc:3751
28316 #, gcc-internal-format
28317 msgid "%<ordered%> construct without %<doacross%> or %<depend%> clauses binds to loop where %<collapse%> argument %wd is different from %<ordered%> argument %wd"
28318 msgstr ""
28320 #: omp-low.cc:3785
28321 #, gcc-internal-format
28322 msgid "%<critical%> region may not be nested inside a %<critical%> region with the same name"
28323 msgstr ""
28325 #: omp-low.cc:3803
28326 #, gcc-internal-format
28327 msgid "%<teams%> construct must be closely nested inside of %<target%> construct or not nested in any OpenMP construct"
28328 msgstr ""
28330 #: omp-low.cc:3815 c-family/c-omp.cc:721
28331 #, gcc-internal-format
28332 msgid "%<depend(%s)%> is only allowed in %<omp ordered%>"
28333 msgstr ""
28335 #: omp-low.cc:3823
28336 #, gcc-internal-format
28337 msgid "OpenACC region inside of OpenACC routine, nested parallelism not supported yet"
28338 msgstr ""
28340 #: omp-low.cc:3836
28341 #, gcc-internal-format
28342 msgid "OpenACC construct inside of non-OpenACC region"
28343 msgstr ""
28345 #: omp-low.cc:3897
28346 #, gcc-internal-format
28347 msgid "%s %qs construct inside of %s %qs region"
28348 msgstr ""
28350 #: omp-low.cc:3910 omp-low.cc:3927
28351 #, gcc-internal-format
28352 msgid "%qs construct inside of %qs region"
28353 msgstr ""
28355 #: omp-low.cc:4170
28356 #, gcc-internal-format
28357 msgid "setjmp/longjmp inside %<simd%> construct"
28358 msgstr ""
28360 #: omp-low.cc:4196
28361 #, gcc-internal-format
28362 msgid "OpenMP runtime API call %qD in a region with %<order(concurrent)%> clause"
28363 msgstr ""
28365 #: omp-low.cc:4212
28366 #, gcc-internal-format
28367 msgid "OpenMP runtime API call %qD strictly nested in a %<teams%> region"
28368 msgstr ""
28370 #: omp-low.cc:4224
28371 #, gcc-internal-format
28372 msgid "OpenMP runtime API call %qD in a region with %<device(ancestor)%> clause"
28373 msgstr ""
28375 #: omp-low.cc:9884
28376 #, gcc-internal-format
28377 msgid "ignoring sink clause with offset that is not a multiple of the loop step"
28378 msgstr ""
28380 #: omp-low.cc:9907
28381 #, gcc-internal-format
28382 msgid "first offset must be in opposite direction of loop iterations"
28383 msgstr ""
28385 #: omp-low.cc:14833
28386 #, gcc-internal-format, gfc-internal-format
28387 msgid "invalid exit from %s structured block"
28388 msgstr ""
28390 #: omp-low.cc:14835 omp-low.cc:14840
28391 #, gcc-internal-format, gfc-internal-format
28392 msgid "invalid entry to %s structured block"
28393 msgstr ""
28395 #. Otherwise, be vague and lazy, but efficient.
28396 #: omp-low.cc:14844
28397 #, gcc-internal-format, gfc-internal-format
28398 msgid "invalid branch to/from %s structured block"
28399 msgstr ""
28401 #. ..., but due to bugs (PR100400), we may actually come here.
28402 #. Reliably catch this, regardless of checking level.
28403 #: omp-oacc-kernels-decompose.cc:248
28404 #, gcc-internal-format
28405 msgid "PR100400"
28406 msgstr ""
28408 #: omp-oacc-kernels-decompose.cc:261
28409 #, gcc-internal-format
28410 msgid "conditionally executed loop in %<kernels%> region will be executed by a single gang; ignoring %<gang%> clause"
28411 msgstr ""
28413 #. No need to recurse into nested statements; no loop nested inside
28414 #. this loop can be gang-partitioned.
28415 #: omp-oacc-kernels-decompose.cc:277
28416 #, gcc-internal-format
28417 msgid "%<gang%> loop in %<gang-single%> region"
28418 msgstr ""
28420 #: omp-oacc-kernels-decompose.cc:487
28421 #, gcc-internal-format
28422 msgid "cannot honor conflicting %qs clause"
28423 msgstr ""
28425 #: omp-oacc-kernels-decompose.cc:490
28426 #, gcc-internal-format
28427 msgid "location of the previous clause in the same loop nest"
28428 msgstr ""
28430 #: omp-oacc-kernels-decompose.cc:569
28431 #, gcc-internal-format
28432 msgid "argument not permitted on %qs clause in OpenACC %<kernels%> region with a %qs clause"
28433 msgstr ""
28435 #: omp-oacc-kernels-decompose.cc:573
28436 #, gcc-internal-format
28437 msgid "location of OpenACC %<kernels%>"
28438 msgstr ""
28440 #: omp-oacc-kernels-decompose.cc:1295
28441 #, gcc-internal-format
28442 msgid "%qs not yet supported"
28443 msgstr ""
28445 #: omp-oacc-neuter-broadcast.cc:1764
28446 #, gcc-internal-format
28447 msgid "shared-memory region overflow"
28448 msgstr ""
28450 #: omp-offload.cc:316
28451 #, gcc-internal-format
28452 msgid "%qD specified both in declare target %<link%> and implicitly in %<to%> clauses"
28453 msgstr ""
28455 #: omp-offload.cc:900
28456 #, gcc-internal-format
28457 msgid "%<-fopenacc-dim%> operand is malformed at %qs"
28458 msgstr ""
28460 #: omp-offload.cc:952
28461 #, gcc-internal-format, gfc-internal-format
28462 msgid "region contains %s partitioned code but is not %s partitioned"
28463 msgstr ""
28465 #: omp-offload.cc:958
28466 #, gcc-internal-format, gfc-internal-format
28467 msgid "region is %s partitioned but does not contain %s partitioned code"
28468 msgstr ""
28470 #: omp-offload.cc:1448
28471 #, gcc-internal-format
28472 msgid "gang reduction on an orphan loop"
28473 msgstr ""
28475 #: omp-offload.cc:1522
28476 #, gcc-internal-format
28477 msgid "routine call uses same OpenACC parallelism as containing loop"
28478 msgstr ""
28480 #: omp-offload.cc:1526 omp-offload.cc:1558
28481 #, gcc-internal-format
28482 msgid "containing loop here"
28483 msgstr ""
28485 #: omp-offload.cc:1531
28486 #, gcc-internal-format
28487 msgid "routine call uses OpenACC parallelism disallowed by containing routine"
28488 msgstr ""
28490 #: omp-offload.cc:1533
28491 #, gcc-internal-format
28492 msgid "loop uses OpenACC parallelism disallowed by containing routine"
28493 msgstr ""
28495 #: omp-offload.cc:1538
28496 #, gcc-internal-format
28497 msgid "routine %qD declared here"
28498 msgstr ""
28500 #: omp-offload.cc:1551
28501 #, gcc-internal-format
28502 msgid "incorrectly nested OpenACC loop parallelism"
28503 msgstr ""
28505 #: omp-offload.cc:1692
28506 #, gcc-internal-format
28507 msgid "insufficient partitioning available to parallelize element loop"
28508 msgstr ""
28510 #: omp-offload.cc:1700
28511 #, gcc-internal-format
28512 msgid "insufficient partitioning available to parallelize tile loop"
28513 msgstr ""
28515 #: omp-offload.cc:1702
28516 #, gcc-internal-format
28517 msgid "insufficient partitioning available to parallelize loop"
28518 msgstr ""
28520 #: omp-simd-clone.cc:401
28521 #, gcc-internal-format
28522 msgid "ignoring large linear step"
28523 msgstr "ignoriramo veliki linearni korak"
28525 #: omp-simd-clone.cc:407
28526 #, gcc-internal-format
28527 msgid "ignoring zero linear step"
28528 msgstr ""
28530 #: omp-simd-clone.cc:469
28531 #, gcc-internal-format
28532 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified return type"
28533 msgstr ""
28535 #: omp-simd-clone.cc:479
28536 #, gcc-internal-format
28537 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified non-%<uniform%> argument"
28538 msgstr ""
28540 #: optabs.cc:4937
28541 #, gcc-internal-format
28542 msgid "indirect jumps are not available on this target"
28543 msgstr ""
28545 #: optinfo-emit-json.cc:113
28546 #, gcc-internal-format
28547 msgid "cannot open file %qs for writing optimization records"
28548 msgstr "nije uspjelo otvoriti datoteku %qs za pisanje optimizacijskih zapisa"
28550 #: optinfo-emit-json.cc:121
28551 #, gcc-internal-format
28552 msgid "error writing optimization records to %qs: %s"
28553 msgstr ""
28555 #: optinfo-emit-json.cc:130
28556 #, gcc-internal-format
28557 msgid "error closing optimization records %qs"
28558 msgstr ""
28560 #: opts-common.cc:1383
28561 #, gcc-internal-format
28562 msgid "command-line option %qs is not supported by this configuration"
28563 msgstr ""
28565 #: opts-common.cc:1393 opts.cc:2507
28566 #, gcc-internal-format
28567 msgid "missing argument to %qs"
28568 msgstr ""
28570 #: opts-common.cc:1400
28571 #, gcc-internal-format
28572 msgid "argument to %qs should be a non-negative integer optionally followed by a size unit"
28573 msgstr ""
28575 #: opts-common.cc:1404
28576 #, gcc-internal-format
28577 msgid "argument to %qs should be a non-negative integer"
28578 msgstr ""
28580 #: opts-common.cc:1411
28581 #, gcc-internal-format
28582 msgid "argument to %qs is not between %d and %d"
28583 msgstr ""
28585 #: opts-common.cc:1475
28586 #, gcc-internal-format
28587 msgid "invalid argument in option %qs"
28588 msgstr ""
28590 #: opts-common.cc:1477
28591 #, gcc-internal-format
28592 msgid "%qs specified multiple times in the same option"
28593 msgstr ""
28595 #: opts-common.cc:1480
28596 #, gcc-internal-format
28597 msgid "%qs is mutually exclusive with %qs and cannot be specified together"
28598 msgstr ""
28600 #: opts-common.cc:1502
28601 #, gcc-internal-format
28602 msgid "unrecognized argument in option %qs"
28603 msgstr ""
28605 #: opts-common.cc:1513 config/i386/i386-options.cc:1635
28606 #, gcc-internal-format
28607 msgid "valid arguments to %qs are: %s; did you mean %qs?"
28608 msgstr ""
28610 #: opts-common.cc:1516 config/i386/i386-options.cc:1638
28611 #, gcc-internal-format
28612 msgid "valid arguments to %qs are: %s"
28613 msgstr ""
28615 #: opts-common.cc:1559 c-family/c-opts.cc:448
28616 #, gcc-internal-format
28617 msgid "switch %qs is no longer supported"
28618 msgstr ""
28620 #: opts-common.cc:1619
28621 #, gcc-internal-format
28622 msgid "argument to %qs is bigger than %d"
28623 msgstr ""
28625 #: opts-common.cc:1966
28626 #, gcc-internal-format
28627 msgid "malformed %<COLLECT_GCC_OPTIONS%>"
28628 msgstr "deformirani %<COLLECT_GCC_OPTIONS%>"
28630 #: opts-global.cc:104
28631 #, gcc-internal-format
28632 msgid "command-line option %qs is valid for the driver but not for %s"
28633 msgstr ""
28635 #. Eventually this should become a hard error IMO.
28636 #: opts-global.cc:110
28637 #, gcc-internal-format
28638 msgid "command-line option %qs is valid for %s but not for %s"
28639 msgstr ""
28641 #. Happens for -Werror=warning_name.
28642 #: opts-global.cc:114
28643 #, gcc-internal-format
28644 msgid "%<-Werror=%> argument %qs is not valid for %s"
28645 msgstr ""
28647 #: opts-global.cc:146
28648 #, gcc-internal-format
28649 msgid "unrecognized command-line option %qs may have been intended to silence earlier diagnostics"
28650 msgstr ""
28652 #: opts-global.cc:401
28653 #, gcc-internal-format
28654 msgid "unrecognized command-line option %<-fopt-info-%s%>"
28655 msgstr ""
28657 #: opts-global.cc:422 opts-global.cc:431 m2/gm2spec.cc:487
28658 #, gcc-internal-format
28659 msgid "plugin support is disabled; configure with %<--enable-plugin%>"
28660 msgstr ""
28662 #: opts-global.cc:456
28663 #, gcc-internal-format
28664 msgid "unrecognized register name %qs"
28665 msgstr ""
28667 #: opts-global.cc:474
28668 #, gcc-internal-format
28669 msgid "%<-fasan-shadow-offset%> should only be used with %<-fsanitize=kernel-address%>"
28670 msgstr ""
28672 #: opts-global.cc:477
28673 #, gcc-internal-format
28674 msgid "unrecognized shadow offset %qs"
28675 msgstr ""
28677 #: opts.cc:226
28678 #, gcc-internal-format
28679 msgid "argument %qs to %<-femit-struct-debug-detailed%> not recognized"
28680 msgstr ""
28682 #: opts.cc:262
28683 #, gcc-internal-format
28684 msgid "argument %qs to %<-femit-struct-debug-detailed%> unknown"
28685 msgstr ""
28687 #: opts.cc:269
28688 #, gcc-internal-format
28689 msgid "%<-femit-struct-debug-detailed=dir:...%> must allow at least as much as %<-femit-struct-debug-detailed=ind:...%>"
28690 msgstr ""
28692 #: opts.cc:735
28693 #, gcc-internal-format
28694 msgid "argument to %<-O%> should be a non-negative integer, %<g%>, %<s%>, %<z%> or %<fast%>"
28695 msgstr ""
28697 #: opts.cc:841 opts.cc:847 opts.cc:853 opts.cc:859 opts.cc:870 opts.cc:880
28698 #: opts.cc:886 opts.cc:892 opts.cc:898 opts.cc:904 opts.cc:910 opts.cc:916
28699 #: opts.cc:922 opts.cc:928 opts.cc:945 opts.cc:953 config/mips/mips.cc:20179
28700 #: config/mips/mips.cc:20181 config/mips/mips.cc:20194
28701 #, gcc-internal-format
28702 msgid "%qs is incompatible with %qs"
28703 msgstr ""
28705 #: opts.cc:935
28706 #, gcc-internal-format
28707 msgid "%<-fipa-modref%> is incompatible with %qs"
28708 msgstr ""
28710 #: opts.cc:1015
28711 #, gcc-internal-format
28712 msgid "%<-fsanitize=%s%> is incompatible with %<-fsanitize=%s%>"
28713 msgstr ""
28715 #: opts.cc:1053
28716 #, gcc-internal-format
28717 msgid "section anchors must be disabled when unit-at-a-time is disabled"
28718 msgstr ""
28720 #: opts.cc:1057
28721 #, gcc-internal-format
28722 msgid "toplevel reorder must be disabled when unit-at-a-time is disabled"
28723 msgstr ""
28725 #: opts.cc:1071
28726 #, gcc-internal-format
28727 msgid "transactional memory is not supported with non-call exceptions"
28728 msgstr ""
28730 #: opts.cc:1086
28731 #, gcc-internal-format
28732 msgid "section anchors must be disabled when toplevel reorder is disabled"
28733 msgstr ""
28735 #: opts.cc:1160
28736 #, gcc-internal-format
28737 msgid "%<-fno-fat-lto-objects%> are supported only with linker plugin"
28738 msgstr ""
28740 #: opts.cc:1168
28741 #, gcc-internal-format
28742 msgid "%<-gsplit-dwarf%> is not supported with LTO, disabling"
28743 msgstr ""
28745 #: opts.cc:1182
28746 #, gcc-internal-format
28747 msgid "%<-fsplit-stack%> is not supported by this compiler configuration"
28748 msgstr ""
28750 #: opts.cc:1209
28751 #, gcc-internal-format
28752 msgid "%<-fsanitize=pointer-compare%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
28753 msgstr ""
28755 #: opts.cc:1213
28756 #, gcc-internal-format
28757 msgid "%<-fsanitize=pointer-subtract%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
28758 msgstr ""
28760 #: opts.cc:1240
28761 #, gcc-internal-format
28762 msgid "%<-fsanitize-recover=%s%> is not supported"
28763 msgstr ""
28765 #: opts.cc:1252 opts.cc:2243
28766 #, fuzzy, gcc-internal-format
28767 #| msgid "-fsanitize=address is not supported in this configuration"
28768 msgid "%<-fsanitize-trap=%s%> is not supported"
28769 msgstr "-fsanitize=address nije podržan u ovoj konfiguraciji"
28771 #: opts.cc:1279
28772 #, gcc-internal-format
28773 msgid "%<-fsanitize-address-use-after-scope%> requires %<-fstack-reuse=none%> option"
28774 msgstr ""
28776 #: opts.cc:1286
28777 #, gcc-internal-format
28778 msgid "transactional memory is not supported with %<-fsanitize=address%>"
28779 msgstr ""
28781 #: opts.cc:1289
28782 #, gcc-internal-format
28783 msgid "transactional memory is not supported with %<-fsanitize=kernel-address%>"
28784 msgstr ""
28786 #: opts.cc:1294
28787 #, gcc-internal-format
28788 msgid "live patching (with %qs) is not supported with LTO"
28789 msgstr ""
28791 #: opts.cc:1299
28792 #, gcc-internal-format
28793 msgid "vtable verification is not supported with LTO"
28794 msgstr ""
28796 #: opts.cc:1374
28797 #, gcc-internal-format
28798 msgid "variable tracking requested, but useless unless producing debug info"
28799 msgstr ""
28801 #: opts.cc:1378
28802 #, gcc-internal-format
28803 msgid "variable tracking requested, but not supported by this debug format"
28804 msgstr ""
28806 #: opts.cc:1406
28807 #, gcc-internal-format
28808 msgid "var-tracking-assignments changes selective scheduling"
28809 msgstr ""
28811 #: opts.cc:1419
28812 #, gcc-internal-format
28813 msgid "%<-Wstrict-flex-arrays%> is ignored when %<-fstrict-flex-arrays%> is not present"
28814 msgstr ""
28816 #: opts.cc:1449 config/darwin.cc:3361
28817 #, gcc-internal-format
28818 msgid "%<-freorder-blocks-and-partition%> does not work with exceptions on this architecture"
28819 msgstr ""
28821 #: opts.cc:1465
28822 #, gcc-internal-format
28823 msgid "%<-freorder-blocks-and-partition%> does not support unwind info on this architecture"
28824 msgstr ""
28826 #: opts.cc:1483 config/pa/pa.cc:564
28827 #, gcc-internal-format
28828 msgid "%<-freorder-blocks-and-partition%> does not work on this architecture"
28829 msgstr ""
28831 #: opts.cc:1992
28832 #, gcc-internal-format
28833 msgid "unrecognized %<include_flags 0x%x%> passed to %<print_specific_help%>"
28834 msgstr ""
28836 #: opts.cc:2222
28837 #, gcc-internal-format
28838 msgid "%<-fsanitize=all%> option is not valid"
28839 msgstr ""
28841 #: opts.cc:2277
28842 #, gcc-internal-format
28843 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s; did you mean %qs?"
28844 msgstr ""
28846 #: opts.cc:2283
28847 #, gcc-internal-format
28848 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s"
28849 msgstr ""
28851 #: opts.cc:2318
28852 #, gcc-internal-format
28853 msgid "%qs attribute directive ignored"
28854 msgstr ""
28856 #: opts.cc:2342
28857 #, gcc-internal-format
28858 msgid "unrecognized argument to %<-fzero-call-used-regs=%>: %qs"
28859 msgstr ""
28861 #: opts.cc:2366
28862 #, gcc-internal-format
28863 msgid "invalid arguments for %<-falign-%s%> option: %qs"
28864 msgstr ""
28866 #: opts.cc:2381
28867 #, gcc-internal-format
28868 msgid "invalid number of arguments for %<-falign-%s%> option: %qs"
28869 msgstr ""
28871 #: opts.cc:2390
28872 #, gcc-internal-format
28873 msgid "%<-falign-%s%> is not between 0 and %d"
28874 msgstr ""
28876 #: opts.cc:2449
28877 #, gcc-internal-format
28878 msgid "invalid arguments for %<-fpatchable-function-entry%>"
28879 msgstr ""
28881 #: opts.cc:2562
28882 #, gcc-internal-format
28883 msgid "%<--help%> argument %q.*s is ambiguous, please be more specific"
28884 msgstr ""
28886 #: opts.cc:2571
28887 #, gcc-internal-format
28888 msgid "unrecognized argument to %<--help=%> option: %q.*s"
28889 msgstr ""
28891 #: opts.cc:2751
28892 #, gcc-internal-format
28893 msgid "arguments ignored for %<-Wattributes=%>; use %<-Wno-attributes=%> instead"
28894 msgstr ""
28896 #: opts.cc:2757
28897 #, gcc-internal-format
28898 msgid "trailing %<,%> in arguments for %<-Wno-attributes=%>"
28899 msgstr ""
28901 #: opts.cc:2970
28902 #, gcc-internal-format
28903 msgid "%<-foffload-abi%> option can be specified only for offload compiler"
28904 msgstr ""
28906 #: opts.cc:2978
28907 #, gcc-internal-format
28908 msgid "structure alignment must be a small power of two, not %wu"
28909 msgstr ""
28911 #: opts.cc:3099
28912 #, gcc-internal-format
28913 msgid "unknown stack check parameter %qs"
28914 msgstr ""
28916 #: opts.cc:3145
28917 #, gcc-internal-format
28918 msgid "%<-gdwarf%s%> is ambiguous; use %<-gdwarf-%s%> for DWARF version or %<-gdwarf%> %<-g%s%> for debug level"
28919 msgstr ""
28921 #: opts.cc:3156
28922 #, gcc-internal-format
28923 msgid "dwarf version %wu is not supported"
28924 msgstr ""
28926 #: opts.cc:3193
28927 #, gcc-internal-format
28928 msgid "unrecognized argument to %<-flto=%> option: %qs"
28929 msgstr ""
28931 #: opts.cc:3393
28932 #, gcc-internal-format
28933 msgid "target system does not support debug output"
28934 msgstr ""
28936 #: opts.cc:3431
28937 #, gcc-internal-format
28938 msgid "debug format %qs conflicts with prior selection"
28939 msgstr ""
28941 #: opts.cc:3455
28942 #, gcc-internal-format
28943 msgid "unrecognized debug output level %qs"
28944 msgstr ""
28946 #: opts.cc:3457
28947 #, gcc-internal-format
28948 msgid "debug output level %qs is too high"
28949 msgstr ""
28951 #: opts.cc:3469
28952 #, gcc-internal-format
28953 msgid "unrecognized btf debug output level %qs"
28954 msgstr ""
28956 #: opts.cc:3486
28957 #, gcc-internal-format
28958 msgid "getting core file size maximum limit: %m"
28959 msgstr ""
28961 #: opts.cc:3490
28962 #, gcc-internal-format
28963 msgid "setting core file size limit to maximum: %m"
28964 msgstr ""
28966 #: opts.cc:3535
28967 #, gcc-internal-format, gfc-internal-format
28968 msgid "unrecognized gcc debugging option: %c"
28969 msgstr ""
28971 #: opts.cc:3564
28972 #, gcc-internal-format
28973 msgid "%<-W%serror=%s%>: no option %<-%s%>; did you mean %<-%s%>?"
28974 msgstr ""
28976 #: opts.cc:3568
28977 #, gcc-internal-format
28978 msgid "%<-W%serror=%s%>: no option %<-%s%>"
28979 msgstr ""
28981 #: opts.cc:3572
28982 #, gcc-internal-format
28983 msgid "%<-Werror=%s%>: %<-%s%> is not an option that controls warnings"
28984 msgstr ""
28986 #: passes.cc:84
28987 #, gcc-internal-format, gfc-internal-format
28988 msgid "pass %s does not support cloning"
28989 msgstr ""
28991 #: passes.cc:90
28992 #, gcc-internal-format
28993 msgid "pass %s needs a %<set_pass_param%> implementation to handle the extra argument in %<NEXT_PASS%>"
28994 msgstr ""
28996 #: passes.cc:1079
28997 #, gcc-internal-format
28998 msgid "unrecognized option %<-fenable%>"
28999 msgstr ""
29001 #: passes.cc:1081
29002 #, gcc-internal-format
29003 msgid "unrecognized option %<-fdisable%>"
29004 msgstr ""
29006 #: passes.cc:1089
29007 #, gcc-internal-format
29008 msgid "unknown pass %s specified in %<-fenable%>"
29009 msgstr ""
29011 #: passes.cc:1091
29012 #, gcc-internal-format
29013 msgid "unknown pass %s specified in %<-fdisable%>"
29014 msgstr ""
29016 #: passes.cc:1116 passes.cc:1205
29017 #, gcc-internal-format, gfc-internal-format
29018 msgid "enable pass %s for functions in the range of [%u, %u]"
29019 msgstr ""
29021 #: passes.cc:1119 passes.cc:1216
29022 #, gcc-internal-format, gfc-internal-format
29023 msgid "disable pass %s for functions in the range of [%u, %u]"
29024 msgstr ""
29026 #: passes.cc:1155 passes.cc:1183
29027 #, gcc-internal-format, gfc-internal-format
29028 msgid "Invalid range %s in option %s"
29029 msgstr ""
29031 #: passes.cc:1201
29032 #, gcc-internal-format, gfc-internal-format
29033 msgid "enable pass %s for function %s"
29034 msgstr ""
29036 #: passes.cc:1212
29037 #, gcc-internal-format, gfc-internal-format
29038 msgid "disable pass %s for function %s"
29039 msgstr ""
29041 #: passes.cc:1441
29042 #, gcc-internal-format
29043 msgid "invalid pass positioning operation"
29044 msgstr ""
29046 #: passes.cc:1502
29047 #, gcc-internal-format
29048 msgid "plugin cannot register a missing pass"
29049 msgstr ""
29051 #: passes.cc:1505
29052 #, gcc-internal-format
29053 msgid "plugin cannot register an unnamed pass"
29054 msgstr ""
29056 #: passes.cc:1510
29057 #, gcc-internal-format
29058 msgid "plugin cannot register pass %qs without reference pass name"
29059 msgstr ""
29061 #: passes.cc:1529
29062 #, gcc-internal-format
29063 msgid "pass %qs not found but is referenced by new pass %qs"
29064 msgstr ""
29066 #: plugin.cc:213
29067 #, gcc-internal-format
29068 msgid "inaccessible plugin file %s expanded from short plugin name %s: %m"
29069 msgstr ""
29071 #: plugin.cc:235
29072 #, gcc-internal-format
29073 msgid "plugin %qs was specified with different paths: %qs and %qs"
29074 msgstr ""
29076 #: plugin.cc:294
29077 #, gcc-internal-format
29078 msgid "malformed option %<-fplugin-arg-%s%>: missing %<-<key>[=<value>]%>"
29079 msgstr ""
29081 #: plugin.cc:358
29082 #, gcc-internal-format
29083 msgid "plugin %s should be specified before %<-fplugin-arg-%s%> in the command line"
29084 msgstr ""
29086 #: plugin.cc:377
29087 #, gcc-internal-format
29088 msgid "unable to register info for plugin %qs - plugin name not found"
29089 msgstr ""
29091 #: plugin.cc:473
29092 #, gcc-internal-format, gfc-internal-format
29093 msgid "unknown callback event registered by plugin %s"
29094 msgstr ""
29096 #: plugin.cc:506
29097 #, gcc-internal-format, gfc-internal-format
29098 msgid "plugin %s registered a null callback function for event %s"
29099 msgstr ""
29101 #: plugin.cc:640
29102 #, gcc-internal-format, gfc-internal-format
29103 msgid ""
29104 "cannot load plugin %s\n"
29105 "%s"
29106 msgstr ""
29108 #: plugin.cc:651
29109 #, gcc-internal-format, gfc-internal-format
29110 msgid ""
29111 "plugin %s is not licensed under a GPL-compatible license\n"
29112 "%s"
29113 msgstr ""
29115 #: plugin.cc:664
29116 #, gcc-internal-format, gfc-internal-format
29117 msgid ""
29118 "cannot find %s in plugin %s\n"
29119 "%s"
29120 msgstr ""
29122 #: plugin.cc:674
29123 #, gcc-internal-format, gfc-internal-format
29124 msgid "fail to initialize plugin %s"
29125 msgstr ""
29127 #: plugin.cc:707
29128 #, gcc-internal-format, gfc-internal-format
29129 msgid "cannot load plugin %s: %s"
29130 msgstr ""
29132 #: plugin.cc:717
29133 #, gcc-internal-format, gfc-internal-format
29134 msgid "plugin %s is not licensed under a GPL-compatible license %s"
29135 msgstr ""
29137 #: plugin.cc:727
29138 #, gcc-internal-format, gfc-internal-format
29139 msgid "cannot find %s in plugin %s: %s"
29140 msgstr ""
29142 #: plugin.cc:736
29143 #, gcc-internal-format, gfc-internal-format
29144 msgid "failed to initialize plugin %s"
29145 msgstr "nije uspjelo inicijalizirati plugin %s"
29147 #: plugin.cc:1048
29148 #, gcc-internal-format
29149 msgid "%<-iplugindir%> option not passed from the gcc driver"
29150 msgstr ""
29152 #: pointer-query.cc:1200
29153 #, gcc-internal-format
29154 msgid "destination object is likely at address zero"
29155 msgstr ""
29157 #: pointer-query.cc:1202
29158 #, gcc-internal-format
29159 msgid "source object is likely at address zero"
29160 msgstr ""
29162 #: pointer-query.cc:1212
29163 #, gcc-internal-format
29164 msgid "at offset %s into destination object %qE of size %s"
29165 msgstr ""
29167 #: pointer-query.cc:1215
29168 #, gcc-internal-format
29169 msgid "destination object %qE of size %s"
29170 msgstr ""
29172 #: pointer-query.cc:1221
29173 #, gcc-internal-format
29174 msgid "at offset %s into destination object of size %s allocated by %qE"
29175 msgstr ""
29177 #: pointer-query.cc:1224
29178 #, gcc-internal-format
29179 msgid "destination object of size %s allocated by %qE"
29180 msgstr ""
29182 #: pointer-query.cc:1234
29183 #, gcc-internal-format
29184 msgid "at offset %s into source object %qE of size %s"
29185 msgstr ""
29187 #: pointer-query.cc:1237
29188 #, gcc-internal-format
29189 msgid "source object %qE of size %s"
29190 msgstr ""
29192 #: pointer-query.cc:1244
29193 #, gcc-internal-format
29194 msgid "at offset %s into source object of size %s allocated by %qE"
29195 msgstr ""
29197 #: pointer-query.cc:1247
29198 #, gcc-internal-format
29199 msgid "source object of size %s allocated by %qE"
29200 msgstr ""
29202 #: pointer-query.cc:1255
29203 #, gcc-internal-format
29204 msgid "at offset %s into object %qE of size %s"
29205 msgstr ""
29207 #: pointer-query.cc:1258
29208 #, gcc-internal-format
29209 msgid "object %qE of size %s"
29210 msgstr ""
29212 #: pointer-query.cc:1265
29213 #, gcc-internal-format
29214 msgid "at offset %s into object of size %s allocated by %qE"
29215 msgstr ""
29217 #: pointer-query.cc:1268
29218 #, gcc-internal-format
29219 msgid "object of size %s allocated by %qE"
29220 msgstr ""
29222 #: predict.cc:2534
29223 #, gcc-internal-format
29224 msgid "probability %qE must be constant floating-point expression"
29225 msgstr ""
29227 #: predict.cc:2547
29228 #, gcc-internal-format
29229 msgid "probability %qE is outside the range [0.0, 1.0]"
29230 msgstr ""
29232 #: predict.cc:3552
29233 #, gcc-internal-format, gfc-internal-format
29234 msgid "Missing counts for called function %s"
29235 msgstr ""
29237 #: profile.cc:616
29238 #, gcc-internal-format
29239 msgid "corrupted profile info: profile data is not flow-consistent"
29240 msgstr ""
29242 #: profile.cc:633
29243 #, gcc-internal-format, gfc-internal-format
29244 msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"
29245 msgstr ""
29247 #: profile.cc:656
29248 #, gcc-internal-format, gfc-internal-format
29249 msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"
29250 msgstr ""
29252 #: profile.cc:965
29253 #, gcc-internal-format
29254 msgid "corrupted profile info: invalid time profile"
29255 msgstr ""
29257 #: read-rtl-function.cc:265
29258 #, gcc-internal-format, gfc-internal-format
29259 msgid "insn with UID %i not found for operand %i (`%s') of insn %i"
29260 msgstr "insn s UID-om %i nije pronađen za operand %i („%s“) od insn %i"
29262 #: read-rtl-function.cc:269
29263 #, gcc-internal-format, gfc-internal-format
29264 msgid "insn with UID %i not found for operand %i of insn %i"
29265 msgstr ""
29267 #: read-rtl-function.cc:412
29268 #, gcc-internal-format
29269 msgid "%<__RTL%> function cannot be compiled with %<-flto%>"
29270 msgstr ""
29272 #: read-rtl-function.cc:713
29273 #, gcc-internal-format
29274 msgid "unrecognized edge flag: %qs"
29275 msgstr ""
29277 #: read-rtl-function.cc:856
29278 #, gcc-internal-format
29279 msgid "more than one 'crtl' directive"
29280 msgstr ""
29282 #: read-rtl-function.cc:985
29283 #, gcc-internal-format
29284 msgid "unrecognized enum value: %qs"
29285 msgstr "neprepoznati enum vrijednost: %qs"
29287 #: read-rtl-function.cc:1141 read-rtl-function.cc:1200
29288 #, gcc-internal-format, gfc-internal-format
29289 msgid "was expecting `%s'"
29290 msgstr "očekivali smo „%s“"
29292 #: read-rtl-function.cc:1594
29293 #, gcc-internal-format, gfc-internal-format
29294 msgid "duplicate insn UID: %i"
29295 msgstr ""
29297 #: read-rtl-function.cc:1655
29298 #, gcc-internal-format
29299 msgid "start/end of RTL fragment are in different files"
29300 msgstr ""
29302 #: read-rtl-function.cc:1661
29303 #, gcc-internal-format
29304 msgid "start of RTL fragment must be on an earlier line than end"
29305 msgstr ""
29307 #: read-rtl.cc:496
29308 #, gcc-internal-format, gfc-internal-format
29309 msgid "ambiguous attribute '%s'; could be '%s' (via '%s:%s') or '%s' (via '%s:%s')"
29310 msgstr ""
29312 #: reg-stack.cc:545
29313 #, gcc-internal-format, gfc-internal-format
29314 msgid "output constraint %d must specify a single register"
29315 msgstr ""
29317 #: reg-stack.cc:555
29318 #, gcc-internal-format
29319 msgid "output constraint %d cannot be specified together with %qs clobber"
29320 msgstr ""
29322 #: reg-stack.cc:579
29323 #, gcc-internal-format
29324 msgid "output registers must be grouped at top of stack"
29325 msgstr ""
29327 #: reg-stack.cc:619
29328 #, gcc-internal-format
29329 msgid "implicitly popped registers must be grouped at top of stack"
29330 msgstr ""
29332 #: reg-stack.cc:637
29333 #, gcc-internal-format
29334 msgid "explicitly used registers must be grouped at top of stack"
29335 msgstr ""
29337 #: reg-stack.cc:657
29338 #, gcc-internal-format
29339 msgid "output operand %d must use %<&%> constraint"
29340 msgstr ""
29342 #: regcprop.cc:1239
29343 #, gcc-internal-format
29344 msgid "%qs: [%u] bad %<next_regno%> for empty chain (%u)"
29345 msgstr ""
29347 #: regcprop.cc:1251
29348 #, gcc-internal-format
29349 msgid "%qs: loop in %<next_regno%> chain (%u)"
29350 msgstr ""
29352 #: regcprop.cc:1254
29353 #, gcc-internal-format
29354 msgid "%qs: [%u] bad %<oldest_regno%> (%u)"
29355 msgstr ""
29357 #: regcprop.cc:1266
29358 #, gcc-internal-format
29359 msgid "%qs: [%u] non-empty register in chain (%s %u %i)"
29360 msgstr ""
29362 #: reginfo.cc:674
29363 #, gcc-internal-format
29364 msgid "cannot use %qs as a call-saved register"
29365 msgstr ""
29367 #: reginfo.cc:678
29368 #, gcc-internal-format
29369 msgid "cannot use %qs as a call-used register"
29370 msgstr ""
29372 #: reginfo.cc:690
29373 #, gcc-internal-format
29374 msgid "cannot use %qs as a fixed register"
29375 msgstr ""
29377 #: reginfo.cc:717 config/arc/arc.cc:1184 config/arc/arc.cc:1226
29378 #: config/ia64/ia64.cc:6037 config/ia64/ia64.cc:6044 config/pa/pa.cc:465
29379 #: config/pa/pa.cc:472 config/sh/sh.cc:8278 config/sh/sh.cc:8285
29380 #, gcc-internal-format, gfc-internal-format
29381 msgid "unknown register name: %s"
29382 msgstr ""
29384 #: reginfo.cc:730
29385 #, gcc-internal-format
29386 msgid "stack register used for global register variable"
29387 msgstr ""
29389 #: reginfo.cc:736
29390 #, gcc-internal-format
29391 msgid "global register variable follows a function definition"
29392 msgstr ""
29394 #: reginfo.cc:742
29395 #, gcc-internal-format
29396 msgid "register of %qD used for multiple global register variables"
29397 msgstr ""
29399 #: reginfo.cc:745 config/rs6000/rs6000-logue.cc:5582
29400 #, gcc-internal-format
29401 msgid "conflicts with %qD"
29402 msgstr ""
29404 #: reginfo.cc:750
29405 #, gcc-internal-format
29406 msgid "call-clobbered register used for global register variable"
29407 msgstr ""
29409 #: reload.cc:1312
29410 #, gcc-internal-format
29411 msgid "cannot reload integer constant operand in %<asm%>"
29412 msgstr ""
29414 #: reload.cc:1326
29415 #, gcc-internal-format
29416 msgid "impossible register constraint in %<asm%>"
29417 msgstr ""
29419 #: reload.cc:2671
29420 #, gcc-internal-format
29421 msgid "the target does not support %<asm goto%> with outputs in %<asm%>"
29422 msgstr ""
29424 #: reload.cc:3702
29425 #, gcc-internal-format
29426 msgid "%<&%> constraint used with no register class"
29427 msgstr ""
29429 #: reload1.cc:2060
29430 #, gcc-internal-format
29431 msgid "cannot find a register in class %qs while reloading %<asm%>"
29432 msgstr ""
29434 #: reload1.cc:2065
29435 #, gcc-internal-format
29436 msgid "unable to find a register to spill in class %qs"
29437 msgstr ""
29439 #: reload1.cc:4582
29440 #, gcc-internal-format
29441 msgid "%<asm%> operand requires impossible reload"
29442 msgstr ""
29444 #: reload1.cc:5999
29445 #, gcc-internal-format
29446 msgid "%<asm%> operand constraint incompatible with operand size"
29447 msgstr ""
29449 #: reload1.cc:7877
29450 #, gcc-internal-format
29451 msgid "output operand is constant in %<asm%>"
29452 msgstr ""
29454 #: rtl.cc:887
29455 #, gcc-internal-format, gfc-internal-format
29456 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
29457 msgstr ""
29459 #: rtl.cc:897
29460 #, gcc-internal-format, gfc-internal-format
29461 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
29462 msgstr ""
29464 #: rtl.cc:907
29465 #, gcc-internal-format, gfc-internal-format
29466 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
29467 msgstr ""
29469 #: rtl.cc:916
29470 #, gcc-internal-format, gfc-internal-format
29471 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
29472 msgstr ""
29474 #: rtl.cc:926
29475 #, gcc-internal-format, gfc-internal-format
29476 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
29477 msgstr ""
29479 #: rtl.cc:937
29480 #, gcc-internal-format, gfc-internal-format
29481 msgid "RTL check: expected code '%s', '%s' or '%s', have '%s' in %s, at %s:%d"
29482 msgstr ""
29484 #: rtl.cc:968
29485 #, gcc-internal-format, gfc-internal-format
29486 msgid "RTL check: attempt to treat non-block symbol as a block symbol in %s, at %s:%d"
29487 msgstr ""
29489 #: rtl.cc:978
29490 #, gcc-internal-format, gfc-internal-format
29491 msgid "RTL check: access of hwi elt %d of vector with last elt %d in %s, at %s:%d"
29492 msgstr ""
29494 #: rtl.cc:988
29495 #, gcc-internal-format, gfc-internal-format
29496 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
29497 msgstr ""
29499 #: rtl.cc:999
29500 #, gcc-internal-format, gfc-internal-format
29501 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
29502 msgstr ""
29504 #: stmt.cc:215
29505 #, gcc-internal-format
29506 msgid "output operand constraint lacks %<=%>"
29507 msgstr ""
29509 #: stmt.cc:230
29510 #, gcc-internal-format
29511 msgid "output constraint %qc for operand %d is not at the beginning"
29512 msgstr ""
29514 #: stmt.cc:254
29515 #, gcc-internal-format
29516 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
29517 msgstr ""
29519 #: stmt.cc:261 stmt.cc:350
29520 #, gcc-internal-format
29521 msgid "%<%%%> constraint used with last operand"
29522 msgstr ""
29524 #: stmt.cc:277
29525 #, gcc-internal-format
29526 msgid "matching constraint not valid in output operand"
29527 msgstr ""
29529 #: stmt.cc:341
29530 #, gcc-internal-format
29531 msgid "input operand constraint contains %qc"
29532 msgstr ""
29534 #: stmt.cc:380
29535 #, gcc-internal-format
29536 msgid "matching constraint references invalid operand number"
29537 msgstr ""
29539 #: stmt.cc:414
29540 #, gcc-internal-format
29541 msgid "invalid punctuation %qc in constraint"
29542 msgstr ""
29544 #: stmt.cc:431
29545 #, gcc-internal-format
29546 msgid "matching constraint does not allow a register"
29547 msgstr ""
29549 #: stmt.cc:525
29550 #, gcc-internal-format
29551 msgid "duplicate %<asm%> operand name %qs"
29552 msgstr ""
29554 #: stmt.cc:622
29555 #, gcc-internal-format
29556 msgid "missing close brace for named operand"
29557 msgstr ""
29559 #: stmt.cc:651
29560 #, gcc-internal-format
29561 msgid "undefined named operand %qs"
29562 msgstr ""
29564 #: stor-layout.cc:802
29565 #, gcc-internal-format
29566 msgid "size of %q+D %E bytes exceeds maximum object size %wu"
29567 msgstr ""
29569 #: stor-layout.cc:1183
29570 #, gcc-internal-format
29571 msgid "alignment %u of %qT is less than %u"
29572 msgstr ""
29574 #: stor-layout.cc:1190
29575 #, gcc-internal-format
29576 msgid "%q+D offset %E in %qT isn%'t aligned to %u"
29577 msgstr ""
29579 #: stor-layout.cc:1193
29580 #, gcc-internal-format
29581 msgid "%q+D offset %E in %qT may not be aligned to %u"
29582 msgstr ""
29584 #: stor-layout.cc:1325
29585 #, gcc-internal-format
29586 msgid "packed attribute causes inefficient alignment for %q+D"
29587 msgstr ""
29589 #: stor-layout.cc:1329
29590 #, gcc-internal-format
29591 msgid "packed attribute is unnecessary for %q+D"
29592 msgstr ""
29594 #: stor-layout.cc:1349
29595 #, gcc-internal-format
29596 msgid "padding struct to align %q+D"
29597 msgstr ""
29599 #: stor-layout.cc:1408
29600 #, gcc-internal-format
29601 msgid "offset of packed bit-field %qD has changed in GCC 4.4"
29602 msgstr ""
29604 #: stor-layout.cc:1788
29605 #, gcc-internal-format
29606 msgid "padding struct size to alignment boundary with %E bytes"
29607 msgstr ""
29609 #: stor-layout.cc:1817
29610 #, gcc-internal-format
29611 msgid "packed attribute causes inefficient alignment for %qE"
29612 msgstr ""
29614 #: stor-layout.cc:1821
29615 #, gcc-internal-format
29616 msgid "packed attribute is unnecessary for %qE"
29617 msgstr ""
29619 #: stor-layout.cc:1827
29620 #, gcc-internal-format
29621 msgid "packed attribute causes inefficient alignment"
29622 msgstr ""
29624 #: stor-layout.cc:1829
29625 #, gcc-internal-format
29626 msgid "packed attribute is unnecessary"
29627 msgstr ""
29629 #: stor-layout.cc:2614
29630 #, gcc-internal-format
29631 msgid "alignment of array elements is greater than element size"
29632 msgstr ""
29634 #: stor-layout.cc:2620
29635 #, gcc-internal-format
29636 msgid "size of array element is not a multiple of its alignment"
29637 msgstr ""
29639 #: substring-locations.cc:229
29640 #, gcc-internal-format
29641 msgid "format string is defined here"
29642 msgstr ""
29644 #: symtab-thunks.cc:400
29645 #, gcc-internal-format
29646 msgid "generic thunk code fails for method %qD which uses %<...%>"
29647 msgstr ""
29649 #: symtab.cc:303
29650 #, gcc-internal-format
29651 msgid "%qD renamed after being referenced in assembly"
29652 msgstr ""
29654 #: symtab.cc:1107
29655 #, gcc-internal-format
29656 msgid "function symbol is not function"
29657 msgstr ""
29659 #: symtab.cc:1114
29660 #, gcc-internal-format
29661 msgid "inconsistent %<ifunc%> attribute"
29662 msgstr ""
29664 #: symtab.cc:1122
29665 #, gcc-internal-format
29666 msgid "variable symbol is not variable"
29667 msgstr ""
29669 #: symtab.cc:1128
29670 #, gcc-internal-format
29671 msgid "node has unknown type"
29672 msgstr ""
29674 #: symtab.cc:1133
29675 #, gcc-internal-format, gfc-internal-format
29676 msgid "node has invalid order %i"
29677 msgstr ""
29679 #: symtab.cc:1142
29680 #, gcc-internal-format
29681 msgid "node not found node->decl->decl_with_vis.symtab_node"
29682 msgstr ""
29684 #: symtab.cc:1150
29685 #, gcc-internal-format
29686 msgid "node differs from node->decl->decl_with_vis.symtab_node"
29687 msgstr ""
29689 #: symtab.cc:1161 symtab.cc:1168
29690 #, gcc-internal-format
29691 msgid "assembler name hash list corrupted"
29692 msgstr ""
29694 #: symtab.cc:1177
29695 #, gcc-internal-format
29696 msgid "node not found in symtab assembler name hash"
29697 msgstr ""
29699 #: symtab.cc:1186
29700 #, gcc-internal-format
29701 msgid "double linked list of assembler names corrupted"
29702 msgstr ""
29704 #: symtab.cc:1191
29705 #, gcc-internal-format
29706 msgid "node has body_removed but is definition"
29707 msgstr ""
29709 #: symtab.cc:1196
29710 #, gcc-internal-format
29711 msgid "node is analyzed but it is not a definition"
29712 msgstr ""
29714 #: symtab.cc:1201
29715 #, gcc-internal-format
29716 msgid "node is alias but not implicit alias"
29717 msgstr ""
29719 #: symtab.cc:1206
29720 #, gcc-internal-format
29721 msgid "node is alias but not definition"
29722 msgstr ""
29724 #: symtab.cc:1211
29725 #, gcc-internal-format
29726 msgid "node is weakref but not an transparent_alias"
29727 msgstr ""
29729 #: symtab.cc:1216
29730 #, gcc-internal-format
29731 msgid "node is transparent_alias but not an alias"
29732 msgstr ""
29734 #: symtab.cc:1221
29735 #, gcc-internal-format
29736 msgid "node is symver but not alias"
29737 msgstr ""
29739 #: symtab.cc:1230
29740 #, gcc-internal-format
29741 msgid "symver target is not exported with default visibility"
29742 msgstr ""
29744 #: symtab.cc:1237
29745 #, gcc-internal-format
29746 msgid "symver is not exported with default visibility"
29747 msgstr ""
29749 #: symtab.cc:1246
29750 #, gcc-internal-format
29751 msgid "node is in same_comdat_group list but has no comdat_group"
29752 msgstr ""
29754 #: symtab.cc:1251
29755 #, gcc-internal-format
29756 msgid "same_comdat_group list across different groups"
29757 msgstr ""
29759 #: symtab.cc:1256
29760 #, gcc-internal-format
29761 msgid "mixing different types of symbol in same comdat groups is not supported"
29762 msgstr ""
29764 #: symtab.cc:1261
29765 #, gcc-internal-format
29766 msgid "node is alone in a comdat group"
29767 msgstr ""
29769 #: symtab.cc:1268
29770 #, gcc-internal-format
29771 msgid "same_comdat_group is not a circular list"
29772 msgstr ""
29774 #: symtab.cc:1283
29775 #, gcc-internal-format, gfc-internal-format
29776 msgid "comdat-local symbol referred to by %s outside its comdat"
29777 msgstr ""
29779 #: symtab.cc:1293
29780 #, gcc-internal-format
29781 msgid "implicit_section flag is set but section isn%'t"
29782 msgstr ""
29784 #: symtab.cc:1300
29785 #, gcc-internal-format
29786 msgid "Both section and comdat group is set"
29787 msgstr ""
29789 #: symtab.cc:1312
29790 #, gcc-internal-format
29791 msgid "Alias and target%'s section differs"
29792 msgstr ""
29794 #: symtab.cc:1319
29795 #, gcc-internal-format
29796 msgid "Alias and target%'s comdat groups differs"
29797 msgstr ""
29799 #: symtab.cc:1334
29800 #, gcc-internal-format
29801 msgid "Transparent alias and target%'s assembler names differs"
29802 msgstr ""
29804 #: symtab.cc:1342
29805 #, gcc-internal-format
29806 msgid "Chained transparent aliases"
29807 msgstr ""
29809 #: symtab.cc:1365 symtab.cc:1383 symtab.cc:1410
29810 #, gcc-internal-format
29811 msgid "symtab_node::verify failed"
29812 msgstr ""
29814 #: symtab.cc:1382
29815 #, gcc-internal-format, gfc-internal-format
29816 msgid "invalid order in asm node %i"
29817 msgstr "krivi poredak u asm čvoru %i"
29819 #: symtab.cc:1406
29820 #, gcc-internal-format
29821 msgid "Two symbols with same comdat_group are not linked by the same_comdat_group list."
29822 msgstr ""
29824 #: symtab.cc:1844
29825 #, gcc-internal-format
29826 msgid "function %q+D part of alias cycle"
29827 msgstr ""
29829 #: symtab.cc:1846
29830 #, gcc-internal-format
29831 msgid "variable %q+D part of alias cycle"
29832 msgstr ""
29834 #: symtab.cc:1874
29835 #, gcc-internal-format
29836 msgid "section of alias %q+D must match section of its target"
29837 msgstr ""
29839 #: targhooks.cc:202
29840 #, gcc-internal-format
29841 msgid "%<__builtin_saveregs%> not supported by this target"
29842 msgstr ""
29844 #: targhooks.cc:1198
29845 #, fuzzy, gcc-internal-format
29846 #| msgid "%qs is not supported in this configuration"
29847 msgid "argument %qs is not supported for %qs on this target"
29848 msgstr "%qs nije podržan u ovoj konfiguraciji"
29850 #: targhooks.cc:1240
29851 #, gcc-internal-format
29852 msgid "nested functions not supported on this target"
29853 msgstr ""
29855 #: targhooks.cc:1253
29856 #, gcc-internal-format
29857 msgid "nested function trampolines not supported on this target"
29858 msgstr ""
29860 #: targhooks.cc:1416
29861 #, gcc-internal-format
29862 msgid "global constructors not supported on this target"
29863 msgstr ""
29865 #: targhooks.cc:1425
29866 #, gcc-internal-format
29867 msgid "global destructors not supported on this target"
29868 msgstr ""
29870 #: targhooks.cc:1775
29871 #, gcc-internal-format
29872 msgid "target attribute is not supported on this machine"
29873 msgstr ""
29875 #: targhooks.cc:1789
29876 #, gcc-internal-format
29877 msgid "%<#pragma GCC target%> is not supported for this machine"
29878 msgstr ""
29880 #: toplev.cc:713
29881 #, gcc-internal-format
29882 msgid "cannot open %qs for writing: %m"
29883 msgstr "nije moguće otvoriti %qs za pisanje: %m"
29885 #: toplev.cc:732
29886 #, gcc-internal-format
29887 msgid "%<-frecord-gcc-switches%> is not supported by the current target"
29888 msgstr ""
29890 #: toplev.cc:784
29891 #, gcc-internal-format
29892 msgid "stack usage computation not supported for this target"
29893 msgstr ""
29895 #: toplev.cc:842
29896 #, gcc-internal-format
29897 msgid "stack usage might be unbounded"
29898 msgstr ""
29900 #: toplev.cc:847
29901 #, gcc-internal-format
29902 msgid "stack usage might be %wu bytes"
29903 msgstr ""
29905 #: toplev.cc:850
29906 #, gcc-internal-format
29907 msgid "stack usage is %wu bytes"
29908 msgstr ""
29910 #: toplev.cc:967
29911 #, gcc-internal-format
29912 msgid "cannot open %s for writing: %m"
29913 msgstr "nije moguće otvoriti %s za pisanje: %m"
29915 #: toplev.cc:1245
29916 #, gcc-internal-format
29917 msgid "this target does not support %qs"
29918 msgstr ""
29920 #: toplev.cc:1279
29921 #, gcc-internal-format
29922 msgid "Graphite loop optimizations cannot be used (isl is not available) (%<-fgraphite%>, %<-fgraphite-identity%>, %<-floop-nest-optimize%>, %<-floop-parallelize-all%>)"
29923 msgstr ""
29925 #: toplev.cc:1290
29926 #, gcc-internal-format
29927 msgid "%<-fcf-protection=full%> is not supported for this target"
29928 msgstr ""
29930 #: toplev.cc:1297
29931 #, gcc-internal-format
29932 msgid "%<-fcf-protection=branch%> is not supported for this target"
29933 msgstr ""
29935 #: toplev.cc:1304
29936 #, gcc-internal-format
29937 msgid "%<-fcf-protection=return%> is not supported for this target"
29938 msgstr ""
29940 #: toplev.cc:1319
29941 #, gcc-internal-format
29942 msgid "%<-fabi-version=1%> is no longer supported"
29943 msgstr ""
29945 #: toplev.cc:1335
29946 #, gcc-internal-format
29947 msgid "instruction scheduling not supported on this target machine"
29948 msgstr ""
29950 #: toplev.cc:1339
29951 #, gcc-internal-format
29952 msgid "this target machine does not have delayed branches"
29953 msgstr ""
29955 #: toplev.cc:1353
29956 #, gcc-internal-format
29957 msgid "%<-f%sleading-underscore%> not supported on this target machine"
29958 msgstr ""
29960 #: toplev.cc:1382
29961 #, gcc-internal-format
29962 msgid "CTF debug info requested, but not supported for %qs frontend"
29963 msgstr ""
29965 #: toplev.cc:1400
29966 #, gcc-internal-format
29967 msgid "could not close zeroed insn dump file %qs: %m"
29968 msgstr ""
29970 #: toplev.cc:1438
29971 #, gcc-internal-format
29972 msgid "target system does not support the %qs debug format"
29973 msgstr ""
29975 #: toplev.cc:1466
29976 #, gcc-internal-format
29977 msgid "without %<-gdwarf-5%>, %<-gvariable-location-views=incompat5%> is equivalent to %<-gvariable-location-views%>"
29978 msgstr ""
29980 #: toplev.cc:1482
29981 #, gcc-internal-format
29982 msgid "%<-ginternal-reset-location-views%> is forced disabled without %<-gvariable-location-views%>"
29983 msgstr ""
29985 #: toplev.cc:1492
29986 #, gcc-internal-format
29987 msgid "%<-ginline-points%> is forced disabled without %<-gstatement-frontiers%>"
29988 msgstr ""
29990 #: toplev.cc:1521
29991 #, gcc-internal-format
29992 msgid "%<-ffunction-sections%> not supported for this target"
29993 msgstr ""
29995 #: toplev.cc:1527
29996 #, gcc-internal-format
29997 msgid "%<-fdata-sections%> not supported for this target"
29998 msgstr ""
30000 #: toplev.cc:1535
30001 #, gcc-internal-format
30002 msgid "%<-fprefetch-loop-arrays%> not supported for this target"
30003 msgstr ""
30005 #: toplev.cc:1541
30006 #, gcc-internal-format
30007 msgid "%<-fprefetch-loop-arrays%> not supported for this target (try %<-march%> switches)"
30008 msgstr ""
30010 #: toplev.cc:1551
30011 #, gcc-internal-format
30012 msgid "%<-fprefetch-loop-arrays%> is not supported with %<-Os%>"
30013 msgstr ""
30015 #: toplev.cc:1563
30016 #, gcc-internal-format
30017 msgid "%<-fassociative-math%> disabled; other options take precedence"
30018 msgstr ""
30020 #: toplev.cc:1573
30021 #, gcc-internal-format
30022 msgid "%<-fstack-clash-protection%> is not supported on targets where the stack grows from lower to higher addresses"
30023 msgstr ""
30025 #: toplev.cc:1583
30026 #, gcc-internal-format
30027 msgid "%<-fstack-check=%> and %<-fstack-clash_protection%> are mutually exclusive; disabling %<-fstack-check=%>"
30028 msgstr ""
30030 #: toplev.cc:1593
30031 #, gcc-internal-format
30032 msgid "%<-fstack-protector%> not supported for this target"
30033 msgstr ""
30035 #: toplev.cc:1605
30036 #, gcc-internal-format
30037 msgid "%<-fsanitize=address%> and %<-fsanitize=kernel-address%> are not supported for this target"
30038 msgstr ""
30040 #: toplev.cc:1615
30041 #, gcc-internal-format
30042 msgid "%<-fsanitize=address%> not supported for this target"
30043 msgstr ""
30045 #: toplev.cc:1624
30046 #, gcc-internal-format
30047 msgid "%<-fsanitize=kernel-address%> with stack protection is not supported without %<-fasan-shadow-offset=%> for this target"
30048 msgstr ""
30050 #: toplev.cc:1634
30051 #, gcc-internal-format
30052 msgid "%qs is not supported for this target"
30053 msgstr ""
30055 #: toplev.cc:1642
30056 #, gcc-internal-format
30057 msgid "%<-fsanitize=shadow-call-stack%> not supported in current platform"
30058 msgstr "%<-fsanitize=shadow-call-stack%> nije podržan na trenutnoj platformi"
30060 #: toplev.cc:1645
30061 #, gcc-internal-format
30062 msgid "%<-fsanitize=shadow-call-stack%> requires %<-fno-exceptions%>"
30063 msgstr ""
30065 #: toplev.cc:1983
30066 #, gcc-internal-format
30067 msgid "error writing to %s: %m"
30068 msgstr ""
30070 #: toplev.cc:1985
30071 #, gcc-internal-format
30072 msgid "error closing %s: %m"
30073 msgstr ""
30075 #: toplev.cc:2103
30076 #, gcc-internal-format
30077 msgid "mpfr not configured to handle all floating modes"
30078 msgstr ""
30080 #: toplev.cc:2189
30081 #, gcc-internal-format
30082 msgid "self-tests are not enabled in this build"
30083 msgstr ""
30085 #: toplev.cc:2282
30086 #, gcc-internal-format
30087 msgid "self-tests incompatible with %<-E%>"
30088 msgstr ""
30090 #: trans-mem.cc:610
30091 #, gcc-internal-format
30092 msgid "invalid use of volatile lvalue inside transaction"
30093 msgstr ""
30095 #: trans-mem.cc:613
30096 #, gcc-internal-format
30097 msgid "invalid use of volatile lvalue inside %<transaction_safe%> function"
30098 msgstr ""
30100 #: trans-mem.cc:645
30101 #, gcc-internal-format
30102 msgid "%<transaction_may_cancel_outer%> function call not within outer transaction or %<transaction_may_cancel_outer%>"
30103 msgstr ""
30105 #: trans-mem.cc:714 trans-mem.cc:4831
30106 #, gcc-internal-format
30107 msgid "unsafe function call %qD within atomic transaction"
30108 msgstr ""
30110 #: trans-mem.cc:721
30111 #, gcc-internal-format
30112 msgid "unsafe function call %qE within atomic transaction"
30113 msgstr ""
30115 #: trans-mem.cc:725
30116 #, gcc-internal-format
30117 msgid "unsafe indirect function call within atomic transaction"
30118 msgstr ""
30120 #: trans-mem.cc:733 trans-mem.cc:4763
30121 #, gcc-internal-format
30122 msgid "unsafe function call %qD within %<transaction_safe%> function"
30123 msgstr ""
30125 #: trans-mem.cc:740
30126 #, gcc-internal-format
30127 msgid "unsafe function call %qE within %<transaction_safe%> function"
30128 msgstr ""
30130 #: trans-mem.cc:744
30131 #, gcc-internal-format
30132 msgid "unsafe indirect function call within %<transaction_safe%> function"
30133 msgstr ""
30135 #: trans-mem.cc:759 trans-mem.cc:4803
30136 #, gcc-internal-format
30137 msgid "%<asm%> not allowed in atomic transaction"
30138 msgstr ""
30140 #: trans-mem.cc:762 trans-mem.cc:4429
30141 #, gcc-internal-format
30142 msgid "%<asm%> not allowed in %<transaction_safe%> function"
30143 msgstr ""
30145 #: trans-mem.cc:774
30146 #, gcc-internal-format
30147 msgid "relaxed transaction in atomic transaction"
30148 msgstr ""
30150 #: trans-mem.cc:777
30151 #, gcc-internal-format
30152 msgid "relaxed transaction in %<transaction_safe%> function"
30153 msgstr ""
30155 #: trans-mem.cc:784
30156 #, gcc-internal-format
30157 msgid "outer transaction in transaction"
30158 msgstr ""
30160 #: trans-mem.cc:787
30161 #, gcc-internal-format
30162 msgid "outer transaction in %<transaction_may_cancel_outer%> function"
30163 msgstr ""
30165 #: trans-mem.cc:791
30166 #, gcc-internal-format
30167 msgid "outer transaction in %<transaction_safe%> function"
30168 msgstr ""
30170 #: tree-cfg.cc:358
30171 #, gcc-internal-format
30172 msgid "ignoring loop annotation"
30173 msgstr ""
30175 #: tree-cfg.cc:3080
30176 #, gcc-internal-format
30177 msgid "constant not recomputed when %<ADDR_EXPR%> changed"
30178 msgstr ""
30180 #: tree-cfg.cc:3085
30181 #, gcc-internal-format
30182 msgid "side effects not recomputed when %<ADDR_EXPR%> changed"
30183 msgstr ""
30185 #: tree-cfg.cc:3100
30186 #, gcc-internal-format
30187 msgid "address taken but %<TREE_ADDRESSABLE%> bit not set"
30188 msgstr ""
30190 #: tree-cfg.cc:3124
30191 #, gcc-internal-format
30192 msgid "non-scalar %qs"
30193 msgstr ""
30195 #: tree-cfg.cc:3138
30196 #, gcc-internal-format
30197 msgid "invalid position or size operand to %qs"
30198 msgstr "nevaljana pozicija ili veličina operanda za %qs"
30200 #: tree-cfg.cc:3144
30201 #, gcc-internal-format
30202 msgid "integral result type precision does not match field size of %qs"
30203 msgstr ""
30205 #: tree-cfg.cc:3153
30206 #, gcc-internal-format
30207 msgid "mode size of non-integral result does not match field size of %qs"
30208 msgstr ""
30210 #: tree-cfg.cc:3161
30211 #, gcc-internal-format
30212 msgid "%qs of non-mode-precision operand"
30213 msgstr ""
30215 #: tree-cfg.cc:3168
30216 #, gcc-internal-format
30217 msgid "position plus size exceeds size of referenced object in %qs"
30218 msgstr ""
30220 #: tree-cfg.cc:3179
30221 #, gcc-internal-format
30222 msgid "type mismatch in %qs reference"
30223 msgstr ""
30225 #: tree-cfg.cc:3195
30226 #, gcc-internal-format
30227 msgid "non-top-level %qs"
30228 msgstr ""
30230 #: tree-cfg.cc:3210
30231 #, gcc-internal-format
30232 msgid "invalid operands to %qs"
30233 msgstr ""
30235 #: tree-cfg.cc:3221 tree-cfg.cc:3230 tree-cfg.cc:3247 tree-cfg.cc:3943
30236 #: tree-cfg.cc:3972 tree-cfg.cc:3989 tree-cfg.cc:4010 tree-cfg.cc:4058
30237 #: tree-cfg.cc:4079 tree-cfg.cc:4133 tree-cfg.cc:4157 tree-cfg.cc:4193
30238 #: tree-cfg.cc:4214 tree-cfg.cc:4275 tree-cfg.cc:4350 tree-cfg.cc:4376
30239 #: tree-cfg.cc:4412 tree-cfg.cc:4461 tree-cfg.cc:4486 tree-cfg.cc:4561
30240 #: tree-cfg.cc:4647
30241 #, gcc-internal-format
30242 msgid "type mismatch in %qs"
30243 msgstr ""
30245 #: tree-cfg.cc:3241
30246 #, gcc-internal-format
30247 msgid "invalid %qs offset operator"
30248 msgstr "nevaljani offset operator %qs"
30250 #: tree-cfg.cc:3265
30251 #, gcc-internal-format
30252 msgid "conversion of %qs on the left hand side of %qs"
30253 msgstr ""
30255 #: tree-cfg.cc:3273
30256 #, gcc-internal-format
30257 msgid "conversion of register to a different size in %qs"
30258 msgstr ""
30260 #: tree-cfg.cc:3293 tree-cfg.cc:3319
30261 #, gcc-internal-format
30262 msgid "invalid address operand in %qs"
30263 msgstr "nevaljani adresni operator za %qs"
30265 #: tree-cfg.cc:3300 tree-cfg.cc:3326
30266 #, gcc-internal-format
30267 msgid "invalid offset operand in %qs"
30268 msgstr "nevaljani offset operand u %qs"
30270 #: tree-cfg.cc:3307 tree-cfg.cc:3333
30271 #, gcc-internal-format
30272 msgid "invalid clique in %qs"
30273 msgstr ""
30275 #: tree-cfg.cc:3340 tree-cfg.cc:4659
30276 #, gcc-internal-format
30277 msgid "%qs in gimple IL"
30278 msgstr ""
30280 #: tree-cfg.cc:3355
30281 #, gcc-internal-format
30282 msgid "invalid expression for min lvalue"
30283 msgstr ""
30285 #: tree-cfg.cc:3406
30286 #, gcc-internal-format
30287 msgid "gimple call has two targets"
30288 msgstr ""
30290 #: tree-cfg.cc:3415
30291 #, gcc-internal-format
30292 msgid "gimple call has no target"
30293 msgstr ""
30295 #: tree-cfg.cc:3422
30296 #, gcc-internal-format
30297 msgid "invalid function in gimple call"
30298 msgstr ""
30300 #: tree-cfg.cc:3432
30301 #, gcc-internal-format
30302 msgid "non-function in gimple call"
30303 msgstr ""
30305 #: tree-cfg.cc:3443
30306 #, gcc-internal-format
30307 msgid "invalid pure const state for function"
30308 msgstr ""
30310 #: tree-cfg.cc:3455
30311 #, gcc-internal-format
30312 msgid "invalid LHS in gimple call"
30313 msgstr ""
30315 #: tree-cfg.cc:3463
30316 #, gcc-internal-format
30317 msgid "LHS in %<noreturn%> call"
30318 msgstr ""
30320 #: tree-cfg.cc:3477
30321 #, gcc-internal-format
30322 msgid "invalid conversion in gimple call"
30323 msgstr ""
30325 #: tree-cfg.cc:3486
30326 #, gcc-internal-format
30327 msgid "invalid static chain in gimple call"
30328 msgstr ""
30330 #: tree-cfg.cc:3497
30331 #, gcc-internal-format
30332 msgid "static chain with function that doesn%'t use one"
30333 msgstr ""
30335 #. Built-in unreachable with parameters might not be caught by
30336 #. undefined behavior sanitizer.  Front-ends do check users do not
30337 #. call them that way but we also produce calls to
30338 #. __builtin_unreachable internally, for example when IPA figures
30339 #. out a call cannot happen in a legal program.  In such cases,
30340 #. we must make sure arguments are stripped off.
30341 #: tree-cfg.cc:3516
30342 #, gcc-internal-format
30343 msgid "%<__builtin_unreachable%> or %<__builtin_trap%> call with arguments"
30344 msgstr ""
30346 #: tree-cfg.cc:3547
30347 #, gcc-internal-format
30348 msgid "%<DEFERRED_INIT%> calls should have same constant size for the first argument and LHS"
30349 msgstr ""
30351 #: tree-cfg.cc:3565
30352 #, gcc-internal-format
30353 msgid "invalid argument to gimple call"
30354 msgstr ""
30356 #: tree-cfg.cc:3592
30357 #, gcc-internal-format
30358 msgid "invalid operands in gimple comparison"
30359 msgstr ""
30361 #: tree-cfg.cc:3603
30362 #, gcc-internal-format
30363 msgid "mismatching comparison operand types"
30364 msgstr ""
30366 #: tree-cfg.cc:3620
30367 #, gcc-internal-format
30368 msgid "unsupported operation or type for vector comparison returning a boolean"
30369 msgstr ""
30371 #: tree-cfg.cc:3635
30372 #, gcc-internal-format
30373 msgid "non-vector operands in vector comparison"
30374 msgstr ""
30376 #: tree-cfg.cc:3644
30377 #, gcc-internal-format
30378 msgid "invalid vector comparison resulting type"
30379 msgstr ""
30381 #: tree-cfg.cc:3651
30382 #, gcc-internal-format
30383 msgid "bogus comparison result type"
30384 msgstr ""
30386 #: tree-cfg.cc:3673
30387 #, gcc-internal-format
30388 msgid "non-register as LHS of unary operation"
30389 msgstr ""
30391 #: tree-cfg.cc:3679
30392 #, gcc-internal-format
30393 msgid "invalid operand in unary operation"
30394 msgstr ""
30396 #: tree-cfg.cc:3702
30397 #, gcc-internal-format
30398 msgid "invalid vector types in nop conversion"
30399 msgstr ""
30401 #: tree-cfg.cc:3739
30402 #, gcc-internal-format
30403 msgid "invalid types in nop conversion"
30404 msgstr ""
30406 #: tree-cfg.cc:3754
30407 #, gcc-internal-format
30408 msgid "invalid types in address space conversion"
30409 msgstr ""
30411 #: tree-cfg.cc:3768
30412 #, gcc-internal-format
30413 msgid "invalid types in fixed-point conversion"
30414 msgstr ""
30416 #: tree-cfg.cc:3783
30417 #, gcc-internal-format
30418 msgid "invalid types in conversion to floating-point"
30419 msgstr ""
30421 #: tree-cfg.cc:3798
30422 #, gcc-internal-format
30423 msgid "invalid types in conversion to integer"
30424 msgstr ""
30426 #: tree-cfg.cc:3838
30427 #, gcc-internal-format
30428 msgid "type mismatch in %qs expression"
30429 msgstr ""
30431 #: tree-cfg.cc:3855 tree-cfg.cc:3869 tree-cfg.cc:4241 tree-cfg.cc:4263
30432 #, gcc-internal-format
30433 msgid "invalid types for %qs"
30434 msgstr ""
30436 #: tree-cfg.cc:3880
30437 #, gcc-internal-format
30438 msgid "%qs should be from a scalar to a like vector"
30439 msgstr ""
30441 #: tree-cfg.cc:3894
30442 #, gcc-internal-format
30443 msgid "non-trivial conversion in unary operation"
30444 msgstr ""
30446 #: tree-cfg.cc:3919
30447 #, gcc-internal-format
30448 msgid "non-register as LHS of binary operation"
30449 msgstr ""
30451 #: tree-cfg.cc:3926
30452 #, gcc-internal-format
30453 msgid "invalid operands in binary operation"
30454 msgstr ""
30456 #: tree-cfg.cc:4033
30457 #, gcc-internal-format
30458 msgid "invalid non-vector operands to %qs"
30459 msgstr ""
30461 #: tree-cfg.cc:4044
30462 #, gcc-internal-format
30463 msgid "invalid (pointer) operands %qs"
30464 msgstr "nevaljani (pointer) operandi %qs"
30466 #: tree-cfg.cc:4283
30467 #, gcc-internal-format
30468 msgid "vector type expected in %qs"
30469 msgstr ""
30471 #: tree-cfg.cc:4296
30472 #, gcc-internal-format
30473 msgid "type mismatch in binary expression"
30474 msgstr ""
30476 #: tree-cfg.cc:4324
30477 #, gcc-internal-format
30478 msgid "non-register as LHS of ternary operation"
30479 msgstr ""
30481 #: tree-cfg.cc:4332
30482 #, gcc-internal-format
30483 msgid "invalid operands in ternary operation"
30484 msgstr ""
30486 #: tree-cfg.cc:4364
30487 #, gcc-internal-format
30488 msgid "the first argument of a %qs must be of a boolean vector type of the same number of elements as the result"
30489 msgstr ""
30491 #: tree-cfg.cc:4396 tree-cfg.cc:4473
30492 #, gcc-internal-format
30493 msgid "vector types expected in %qs"
30494 msgstr ""
30496 #: tree-cfg.cc:4429
30497 #, gcc-internal-format
30498 msgid "vectors with different element number found in %qs"
30499 msgstr ""
30501 #: tree-cfg.cc:4445
30502 #, gcc-internal-format
30503 msgid "invalid mask type in %qs"
30504 msgstr ""
30506 #: tree-cfg.cc:4506
30507 #, gcc-internal-format
30508 msgid "not allowed type combination in %qs"
30509 msgstr ""
30511 #: tree-cfg.cc:4515
30512 #, gcc-internal-format
30513 msgid "invalid position or size in %qs"
30514 msgstr ""
30516 #: tree-cfg.cc:4521
30517 #, gcc-internal-format
30518 msgid "%qs into non-mode-precision operand"
30519 msgstr ""
30521 #: tree-cfg.cc:4531
30522 #, gcc-internal-format
30523 msgid "insertion out of range in %qs"
30524 msgstr ""
30526 #: tree-cfg.cc:4541
30527 #, gcc-internal-format
30528 msgid "%qs not at element boundary"
30529 msgstr ""
30531 #: tree-cfg.cc:4597
30532 #, gcc-internal-format
30533 msgid "non-trivial conversion in %qs"
30534 msgstr ""
30536 #: tree-cfg.cc:4606
30537 #, gcc-internal-format
30538 msgid "%qs LHS in clobber statement"
30539 msgstr ""
30541 #: tree-cfg.cc:4614
30542 #, gcc-internal-format
30543 msgid "%qs LHS in assignment statement"
30544 msgstr ""
30546 #: tree-cfg.cc:4633
30547 #, gcc-internal-format
30548 msgid "invalid operand in %qs"
30549 msgstr ""
30551 #: tree-cfg.cc:4674 tree-cfg.cc:4700
30552 #, gcc-internal-format
30553 msgid "invalid RHS for gimple memory store: %qs"
30554 msgstr ""
30556 #: tree-cfg.cc:4734 tree-cfg.cc:4752
30557 #, gcc-internal-format
30558 msgid "incorrect type of vector %qs elements"
30559 msgstr ""
30561 #: tree-cfg.cc:4743 tree-cfg.cc:4760
30562 #, gcc-internal-format
30563 msgid "incorrect number of vector %qs elements"
30564 msgstr ""
30566 #: tree-cfg.cc:4768
30567 #, gcc-internal-format
30568 msgid "incorrect type of vector CONSTRUCTOR elements"
30569 msgstr ""
30571 #: tree-cfg.cc:4777
30572 #, gcc-internal-format
30573 msgid "vector %qs with non-NULL element index"
30574 msgstr ""
30576 #: tree-cfg.cc:4784
30577 #, gcc-internal-format
30578 msgid "vector %qs element is not a GIMPLE value"
30579 msgstr ""
30581 #: tree-cfg.cc:4793
30582 #, gcc-internal-format
30583 msgid "non-vector %qs with elements"
30584 msgstr ""
30586 #: tree-cfg.cc:4800
30587 #, gcc-internal-format
30588 msgid "%qs RHS in assignment statement"
30589 msgstr ""
30591 #: tree-cfg.cc:4857
30592 #, gcc-internal-format
30593 msgid "invalid operand in return statement"
30594 msgstr ""
30596 #: tree-cfg.cc:4872 c/gimple-parser.cc:2490
30597 #, gcc-internal-format
30598 msgid "invalid conversion in return statement"
30599 msgstr ""
30601 #: tree-cfg.cc:4896
30602 #, gcc-internal-format
30603 msgid "goto destination is neither a label nor a pointer"
30604 msgstr ""
30606 #: tree-cfg.cc:4915
30607 #, gcc-internal-format
30608 msgid "invalid operand to switch statement"
30609 msgstr ""
30611 #: tree-cfg.cc:4923
30612 #, gcc-internal-format
30613 msgid "non-integral type switch statement"
30614 msgstr ""
30616 #: tree-cfg.cc:4933
30617 #, gcc-internal-format
30618 msgid "invalid default case label in switch statement"
30619 msgstr ""
30621 #: tree-cfg.cc:4945
30622 #, gcc-internal-format
30623 msgid "invalid %<CASE_CHAIN%>"
30624 msgstr ""
30626 #: tree-cfg.cc:4951
30627 #, gcc-internal-format
30628 msgid "invalid case label in switch statement"
30629 msgstr ""
30631 #: tree-cfg.cc:4958
30632 #, gcc-internal-format
30633 msgid "invalid case range in switch statement"
30634 msgstr ""
30636 #: tree-cfg.cc:4968
30637 #, gcc-internal-format
30638 msgid "type precision mismatch in switch statement"
30639 msgstr ""
30641 #: tree-cfg.cc:4975
30642 #, gcc-internal-format
30643 msgid "type mismatch for case label in switch statement"
30644 msgstr ""
30646 #: tree-cfg.cc:4984
30647 #, gcc-internal-format
30648 msgid "case labels not sorted in switch statement"
30649 msgstr ""
30651 #: tree-cfg.cc:5027
30652 #, gcc-internal-format
30653 msgid "label context is not the current function declaration"
30654 msgstr ""
30656 #: tree-cfg.cc:5036
30657 #, gcc-internal-format
30658 msgid "incorrect entry in %<label_to_block_map%>"
30659 msgstr ""
30661 #: tree-cfg.cc:5046
30662 #, gcc-internal-format
30663 msgid "incorrect setting of landing pad number"
30664 msgstr ""
30666 #: tree-cfg.cc:5062
30667 #, gcc-internal-format
30668 msgid "invalid comparison code in gimple cond"
30669 msgstr ""
30671 #: tree-cfg.cc:5070
30672 #, gcc-internal-format
30673 msgid "invalid labels in gimple cond"
30674 msgstr ""
30676 #: tree-cfg.cc:5156 tree-cfg.cc:5165
30677 #, gcc-internal-format
30678 msgid "invalid %<PHI%> result"
30679 msgstr ""
30681 #: tree-cfg.cc:5175
30682 #, gcc-internal-format
30683 msgid "missing %<PHI%> def"
30684 msgstr ""
30686 #: tree-cfg.cc:5189
30687 #, gcc-internal-format
30688 msgid "invalid %<PHI%> argument"
30689 msgstr ""
30691 #: tree-cfg.cc:5196
30692 #, gcc-internal-format
30693 msgid "incompatible types in %<PHI%> argument %u"
30694 msgstr ""
30696 #: tree-cfg.cc:5299
30697 #, gcc-internal-format
30698 msgid "%<verify_gimple%> failed"
30699 msgstr ""
30701 #: tree-cfg.cc:5357
30702 #, gcc-internal-format
30703 msgid "dead statement in EH table"
30704 msgstr ""
30706 #: tree-cfg.cc:5373
30707 #, gcc-internal-format
30708 msgid "location references block not in block tree"
30709 msgstr ""
30711 #: tree-cfg.cc:5422
30712 #, gcc-internal-format
30713 msgid "local declaration from a different function"
30714 msgstr ""
30716 #: tree-cfg.cc:5525
30717 #, gcc-internal-format
30718 msgid "gimple_bb (phi) is set to a wrong basic block"
30719 msgstr ""
30721 #: tree-cfg.cc:5534
30722 #, gcc-internal-format
30723 msgid "PHI node with location"
30724 msgstr ""
30726 #: tree-cfg.cc:5545 tree-cfg.cc:5592
30727 #, gcc-internal-format
30728 msgid "incorrect sharing of tree nodes"
30729 msgstr ""
30731 #: tree-cfg.cc:5553
30732 #, gcc-internal-format
30733 msgid "virtual PHI with argument locations"
30734 msgstr ""
30736 #: tree-cfg.cc:5580
30737 #, gcc-internal-format
30738 msgid "gimple_bb (stmt) is set to a wrong basic block"
30739 msgstr ""
30741 #: tree-cfg.cc:5620
30742 #, gcc-internal-format
30743 msgid "statement marked for throw, but doesn%'t"
30744 msgstr ""
30746 #: tree-cfg.cc:5626
30747 #, gcc-internal-format
30748 msgid "statement marked for throw in middle of block"
30749 msgstr ""
30751 #: tree-cfg.cc:5648
30752 #, gcc-internal-format
30753 msgid "verify_gimple failed"
30754 msgstr ""
30756 #: tree-cfg.cc:5672
30757 #, gcc-internal-format
30758 msgid "ENTRY_BLOCK has IL associated with it"
30759 msgstr ""
30761 #: tree-cfg.cc:5679
30762 #, gcc-internal-format
30763 msgid "EXIT_BLOCK has IL associated with it"
30764 msgstr ""
30766 #: tree-cfg.cc:5686
30767 #, gcc-internal-format, gfc-internal-format
30768 msgid "fallthru to exit from bb %d"
30769 msgstr ""
30771 #: tree-cfg.cc:5710
30772 #, gcc-internal-format
30773 msgid "nonlocal label %qD is not first in a sequence of labels in bb %d"
30774 msgstr ""
30776 #: tree-cfg.cc:5717
30777 #, gcc-internal-format
30778 msgid "EH landing pad label %qD is not first in a sequence of labels in bb %d"
30779 msgstr ""
30781 #: tree-cfg.cc:5724
30782 #, gcc-internal-format
30783 msgid "label %qD to block does not match in bb %d"
30784 msgstr ""
30786 #: tree-cfg.cc:5731
30787 #, gcc-internal-format
30788 msgid "label %qD has incorrect context in bb %d"
30789 msgstr ""
30791 #: tree-cfg.cc:5745
30792 #, gcc-internal-format, gfc-internal-format
30793 msgid "control flow in the middle of basic block %d"
30794 msgstr ""
30796 #: tree-cfg.cc:5755
30797 #, gcc-internal-format
30798 msgid "label %qD in the middle of basic block %d"
30799 msgstr ""
30801 #: tree-cfg.cc:5783
30802 #, gcc-internal-format, gfc-internal-format
30803 msgid "returns_twice call is %s in basic block %d"
30804 msgstr ""
30806 #: tree-cfg.cc:5809
30807 #, gcc-internal-format, gfc-internal-format
30808 msgid "fallthru edge after a control statement in bb %d"
30809 msgstr ""
30811 #: tree-cfg.cc:5822
30812 #, gcc-internal-format, gfc-internal-format
30813 msgid "true/false edge after a non-GIMPLE_COND in bb %d"
30814 msgstr ""
30816 #: tree-cfg.cc:5845 tree-cfg.cc:5867 tree-cfg.cc:5884 tree-cfg.cc:5953
30817 #, gcc-internal-format, gfc-internal-format
30818 msgid "wrong outgoing edge flags at end of bb %d"
30819 msgstr ""
30821 #: tree-cfg.cc:5855
30822 #, gcc-internal-format, gfc-internal-format
30823 msgid "explicit goto at end of bb %d"
30824 msgstr ""
30826 #: tree-cfg.cc:5889
30827 #, gcc-internal-format, gfc-internal-format
30828 msgid "return edge does not point to exit in bb %d"
30829 msgstr ""
30831 #: tree-cfg.cc:5919
30832 #, gcc-internal-format
30833 msgid "found default case not at the start of case vector"
30834 msgstr ""
30836 #: tree-cfg.cc:5927
30837 #, gcc-internal-format
30838 msgid "case labels not sorted: "
30839 msgstr ""
30841 #: tree-cfg.cc:5944
30842 #, gcc-internal-format, gfc-internal-format
30843 msgid "extra outgoing edge %d->%d"
30844 msgstr ""
30846 #: tree-cfg.cc:5967
30847 #, gcc-internal-format, gfc-internal-format
30848 msgid "missing edge %i->%i"
30849 msgstr ""
30851 #: tree-cfg.cc:9644
30852 #, gcc-internal-format
30853 msgid "%<noreturn%> function does return"
30854 msgstr ""
30856 #: tree-cfg.cc:9665 tree-cfg.cc:9700
30857 #, gcc-internal-format
30858 msgid "control reaches end of non-void function"
30859 msgstr ""
30861 #: tree-cfg.cc:9766
30862 #, gcc-internal-format
30863 msgid "ignoring return value of %qD declared with attribute %<warn_unused_result%>"
30864 msgstr ""
30866 #: tree-cfg.cc:9771 cp/cvt.cc:1121
30867 #, gcc-internal-format
30868 msgid "ignoring return value of function declared with attribute %<warn_unused_result%>"
30869 msgstr ""
30871 #: tree-complex.cc:1639
30872 #, gcc-internal-format
30873 msgid "%<asm goto%> with complex typed outputs"
30874 msgstr ""
30876 #: tree-diagnostic-path.cc:473
30877 msgid "%@ %s (fndecl %qD, depth %i)"
30878 msgstr ""
30880 #: tree-diagnostic-path.cc:478
30881 msgid "%@ %s (depth %i)"
30882 msgstr ""
30884 #: tree-diagnostic-path.cc:484
30885 msgid "%@ %s"
30886 msgstr ""
30888 #: tree-diagnostic.cc:207
30889 #, gcc-internal-format
30890 msgid "in definition of macro %qs"
30891 msgstr ""
30893 #: tree-diagnostic.cc:224
30894 #, gcc-internal-format
30895 msgid "in expansion of macro %qs"
30896 msgstr ""
30898 #: tree-eh.cc:4931
30899 #, gcc-internal-format, gfc-internal-format
30900 msgid "BB %i has multiple EH edges"
30901 msgstr ""
30903 #: tree-eh.cc:4943
30904 #, gcc-internal-format, gfc-internal-format
30905 msgid "BB %i cannot throw but has an EH edge"
30906 msgstr ""
30908 #: tree-eh.cc:4951
30909 #, gcc-internal-format, gfc-internal-format
30910 msgid "BB %i last statement has incorrectly set lp"
30911 msgstr ""
30913 #: tree-eh.cc:4957
30914 #, gcc-internal-format, gfc-internal-format
30915 msgid "BB %i is missing an EH edge"
30916 msgstr ""
30918 #: tree-eh.cc:4963
30919 #, gcc-internal-format, gfc-internal-format
30920 msgid "Incorrect EH edge %i->%i"
30921 msgstr ""
30923 #: tree-eh.cc:4997 tree-eh.cc:5016
30924 #, gcc-internal-format, gfc-internal-format
30925 msgid "BB %i is missing an edge"
30926 msgstr ""
30928 #: tree-eh.cc:5033
30929 #, gcc-internal-format, gfc-internal-format
30930 msgid "BB %i too many fallthru edges"
30931 msgstr ""
30933 #: tree-eh.cc:5042
30934 #, gcc-internal-format, gfc-internal-format
30935 msgid "BB %i has incorrect edge"
30936 msgstr ""
30938 #: tree-eh.cc:5048
30939 #, gcc-internal-format, gfc-internal-format
30940 msgid "BB %i has incorrect fallthru edge"
30941 msgstr ""
30943 #: tree-inline.cc:3889
30944 #, gcc-internal-format
30945 msgid "function %q+F can never be copied because it receives a non-local goto"
30946 msgstr ""
30948 #: tree-inline.cc:3896
30949 #, gcc-internal-format
30950 msgid "function %q+F can never be copied because it saves address of local label in a static variable"
30951 msgstr ""
30953 #: tree-inline.cc:3936
30954 #, gcc-internal-format
30955 msgid "function %q+F can never be inlined because it uses alloca (override using the always_inline attribute)"
30956 msgstr ""
30958 #: tree-inline.cc:3950
30959 #, gcc-internal-format
30960 msgid "function %q+F can never be inlined because it uses setjmp"
30961 msgstr ""
30963 #: tree-inline.cc:3964
30964 #, gcc-internal-format
30965 msgid "function %q+F can never be inlined because it uses variable argument lists"
30966 msgstr ""
30968 #: tree-inline.cc:3976
30969 #, gcc-internal-format
30970 msgid "function %q+F can never be inlined because it uses setjmp-longjmp exception handling"
30971 msgstr ""
30973 #: tree-inline.cc:3984
30974 #, gcc-internal-format
30975 msgid "function %q+F can never be inlined because it uses non-local goto"
30976 msgstr ""
30978 #: tree-inline.cc:3996
30979 #, gcc-internal-format
30980 msgid "function %q+F can never be inlined because it uses %<__builtin_return%> or %<__builtin_apply_args%>"
30981 msgstr ""
30983 #: tree-inline.cc:4016
30984 #, gcc-internal-format
30985 msgid "function %q+F can never be inlined because it contains a computed goto"
30986 msgstr ""
30988 #: tree-inline.cc:4062
30989 #, gcc-internal-format
30990 msgid "function %q+F can never be inlined because it has a VLA argument"
30991 msgstr ""
30993 #: tree-inline.cc:4130
30994 #, gcc-internal-format
30995 msgid "function %q+F can never be inlined because it is suppressed using %<-fno-inline%>"
30996 msgstr ""
30998 #: tree-inline.cc:4138
30999 #, gcc-internal-format
31000 msgid "function %q+F can never be inlined because it uses attributes conflicting with inlining"
31001 msgstr ""
31003 #: tree-inline.cc:4824
31004 #, gcc-internal-format
31005 msgid "inlining failed in call to %<always_inline%> %q+F: %s"
31006 msgstr ""
31008 #: tree-inline.cc:4827 tree-inline.cc:4848
31009 #, gcc-internal-format
31010 msgid "called from here"
31011 msgstr ""
31013 #: tree-inline.cc:4830 tree-inline.cc:4851
31014 #, gcc-internal-format
31015 msgid "called from this function"
31016 msgstr ""
31018 #: tree-inline.cc:4844
31019 #, gcc-internal-format
31020 msgid "inlining failed in call to %q+F: %s"
31021 msgstr ""
31023 #: tree-into-ssa.cc:3433
31024 #, gcc-internal-format
31025 msgid "statement uses released SSA name"
31026 msgstr ""
31028 #: tree-into-ssa.cc:3445
31029 #, gcc-internal-format
31030 msgid "cannot update SSA form"
31031 msgstr ""
31033 #: tree-into-ssa.cc:3538 tree-outof-ssa.cc:902 tree-ssa-coalesce.cc:1003
31034 #, gcc-internal-format
31035 msgid "SSA corruption"
31036 msgstr ""
31038 #: tree-nested.cc:1164
31039 #, gcc-internal-format, gfc-internal-format
31040 msgid "%s from %s referenced in %s"
31041 msgstr ""
31043 #: tree-nested.cc:2958
31044 #, gcc-internal-format, gfc-internal-format
31045 msgid "%s from %s called in %s"
31046 msgstr ""
31048 #: tree-profile.cc:624
31049 #, gcc-internal-format
31050 msgid "invalid regular expression %qs in %qs"
31051 msgstr "nevaljani regularni izraz %qs u %qs"
31053 #: tree-profile.cc:714
31054 #, gcc-internal-format
31055 msgid "target does not support atomic profile update, single mode is selected"
31056 msgstr ""
31058 #: tree-ssa-alias.cc:4042
31059 #, gcc-internal-format, gfc-internal-format
31060 msgid "invalid fn spec attribute \"%s\""
31061 msgstr ""
31063 #: tree-ssa-alias.cc:4081
31064 #, gcc-internal-format, gfc-internal-format
31065 msgid "invalid fn spec attribute \"%s\" arg %i"
31066 msgstr ""
31068 #: tree-ssa-ccp.cc:4684 c-family/c-common.cc:5815
31069 #, gcc-internal-format
31070 msgid "%qs pointer is null"
31071 msgstr ""
31073 #: tree-ssa-ccp.cc:4687 c-family/c-common.cc:5818
31074 #, gcc-internal-format
31075 msgid "in a call to non-static member function %qD"
31076 msgstr ""
31078 #: tree-ssa-ccp.cc:4693 c-family/c-common.cc:5824
31079 #, gcc-internal-format, gfc-internal-format
31080 msgid "argument %u null where non-null expected"
31081 msgstr ""
31083 #: tree-ssa-ccp.cc:4699
31084 #, gcc-internal-format
31085 msgid "in a call to built-in function %qD"
31086 msgstr ""
31088 #: tree-ssa-ccp.cc:4703 c-family/c-common.cc:5828
31089 #, gcc-internal-format
31090 msgid "in a call to function %qD declared %qs"
31091 msgstr ""
31093 #: tree-ssa-loop-niter.cc:3895
31094 #, gcc-internal-format, gfc-internal-format
31095 msgid "iteration %s invokes undefined behavior"
31096 msgstr ""
31098 #: tree-ssa-loop-niter.cc:3896
31099 #, gcc-internal-format
31100 msgid "within this loop"
31101 msgstr ""
31103 #: tree-ssa-loop-prefetch.cc:2100
31104 #, gcc-internal-format
31105 msgid "%<l1-cache-size%> parameter is not a power of two %d"
31106 msgstr ""
31108 #: tree-ssa-operands.cc:1033
31109 #, gcc-internal-format
31110 msgid "virtual definition of statement not up to date"
31111 msgstr ""
31113 #: tree-ssa-operands.cc:1040
31114 #, gcc-internal-format
31115 msgid "virtual def operand missing for statement"
31116 msgstr ""
31118 #: tree-ssa-operands.cc:1050
31119 #, gcc-internal-format
31120 msgid "virtual use of statement not up to date"
31121 msgstr ""
31123 #: tree-ssa-operands.cc:1057
31124 #, gcc-internal-format
31125 msgid "virtual use operand missing for statement"
31126 msgstr ""
31128 #: tree-ssa-operands.cc:1074
31129 #, gcc-internal-format
31130 msgid "excess use operand for statement"
31131 msgstr ""
31133 #: tree-ssa-operands.cc:1084
31134 #, gcc-internal-format
31135 msgid "use operand missing for statement"
31136 msgstr ""
31138 #: tree-ssa-operands.cc:1091
31139 #, gcc-internal-format
31140 msgid "statement volatile flag not up to date"
31141 msgstr ""
31143 #: tree-ssa-strlen.cc:2140
31144 #, gcc-internal-format
31145 msgid "%qD writing one too many bytes into a region of a size that depends on %<strlen%>"
31146 msgstr ""
31148 #: tree-ssa-strlen.cc:2144
31149 #, gcc-internal-format
31150 msgid "writing one too many bytes into a region of a size that depends on %<strlen%>"
31151 msgstr ""
31153 #: tree-ssa-strlen.cc:2153
31154 #, gcc-internal-format
31155 msgid "%qD writing %wu byte into a region of size %wu"
31156 msgid_plural "%qD writing %wu bytes into a region of size %wu"
31157 msgstr[0] ""
31158 msgstr[1] ""
31159 msgstr[2] ""
31161 #: tree-ssa-strlen.cc:2161
31162 #, gcc-internal-format
31163 msgid "writing %wu byte into a region of size %wu"
31164 msgid_plural "writing %wu bytes into a region of size %wu"
31165 msgstr[0] ""
31166 msgstr[1] ""
31167 msgstr[2] ""
31169 #: tree-ssa-strlen.cc:2171
31170 #, gcc-internal-format
31171 msgid "%qD writing %wu byte into a region of size between %wu and %wu"
31172 msgid_plural "%qD writing %wu bytes into a region of size between %wu and %wu"
31173 msgstr[0] ""
31174 msgstr[1] ""
31175 msgstr[2] ""
31177 #: tree-ssa-strlen.cc:2179
31178 #, gcc-internal-format
31179 msgid "writing %wu byte into a region of size between %wu and %wu"
31180 msgid_plural "writing %wu bytes into a region of size between %wu and %wu"
31181 msgstr[0] ""
31182 msgstr[1] ""
31183 msgstr[2] ""
31185 #: tree-ssa-strlen.cc:2189
31186 #, gcc-internal-format
31187 msgid "%qD writing between %wu and %wu bytes into a region of size %wu"
31188 msgstr ""
31190 #: tree-ssa-strlen.cc:2195
31191 #, gcc-internal-format
31192 msgid "writing between %wu and %wu bytes into a region of size %wu"
31193 msgstr ""
31195 #: tree-ssa-strlen.cc:2203
31196 #, gcc-internal-format
31197 msgid "%qD writing between %wu and %wu bytes into a region of size between %wu and %wu"
31198 msgstr ""
31200 #: tree-ssa-strlen.cc:2209
31201 #, gcc-internal-format
31202 msgid "writing between %wu and %wu bytes into a region of size between %wu and %wu"
31203 msgstr ""
31205 #: tree-ssa-strlen.cc:3101
31206 #, gcc-internal-format
31207 msgid "%qD output truncated before terminating nul copying %E byte from a string of the same length"
31208 msgid_plural "%qD output truncated before terminating nul copying %E bytes from a string of the same length"
31209 msgstr[0] ""
31210 msgstr[1] ""
31211 msgstr[2] ""
31213 #: tree-ssa-strlen.cc:3117
31214 #, gcc-internal-format
31215 msgid "%qD output truncated copying %E byte from a string of length %wu"
31216 msgid_plural "%qD output truncated copying %E bytes from a string of length %wu"
31217 msgstr[0] ""
31218 msgstr[1] ""
31219 msgstr[2] ""
31221 #: tree-ssa-strlen.cc:3124
31222 #, gcc-internal-format
31223 msgid "%qD output truncated copying between %wu and %wu bytes from a string of length %wu"
31224 msgstr ""
31226 #: tree-ssa-strlen.cc:3136
31227 #, gcc-internal-format
31228 msgid "%qD output may be truncated copying %E byte from a string of length %wu"
31229 msgid_plural "%qD output may be truncated copying %E bytes from a string of length %wu"
31230 msgstr[0] ""
31231 msgstr[1] ""
31232 msgstr[2] ""
31234 #: tree-ssa-strlen.cc:3143 tree-ssa-strlen.cc:3159
31235 #, gcc-internal-format
31236 msgid "%qD output may be truncated copying between %wu and %wu bytes from a string of length %wu"
31237 msgstr ""
31239 #: tree-ssa-strlen.cc:3313
31240 #, gcc-internal-format
31241 msgid "%qD output truncated before terminating nul copying as many bytes from a string as its length"
31242 msgstr ""
31244 #: tree-ssa-strlen.cc:3326
31245 #, gcc-internal-format
31246 msgid "%qD specified bound depends on the length of the source argument"
31247 msgstr ""
31249 #: tree-ssa-strlen.cc:3334
31250 #, gcc-internal-format
31251 msgid "length computed here"
31252 msgstr ""
31254 #: tree-ssa-strlen.cc:4289
31255 #, gcc-internal-format
31256 msgid "%qD of a string of length %wu or more and an array of size %wu evaluates to nonzero"
31257 msgstr ""
31259 #: tree-ssa-strlen.cc:4291
31260 #, gcc-internal-format
31261 msgid "%qD of a string of length %wu and an array of size %wu evaluates to nonzero"
31262 msgstr ""
31264 #: tree-ssa-strlen.cc:4298
31265 #, gcc-internal-format
31266 msgid "%qD of strings of length %wu and %wu and bound of %wu evaluates to nonzero"
31267 msgstr ""
31269 #: tree-ssa-strlen.cc:4303
31270 #, gcc-internal-format
31271 msgid "%qD of a string of length %wu, an array of size %wu and bound of %wu evaluates to nonzero"
31272 msgstr ""
31274 #: tree-ssa-strlen.cc:4314
31275 #, gcc-internal-format
31276 msgid "in this expression"
31277 msgstr ""
31279 #: tree-ssa-uninit.cc:282
31280 #, gcc-internal-format
31281 msgid "%qD is used uninitialized"
31282 msgstr ""
31284 #: tree-ssa-uninit.cc:284
31285 #, gcc-internal-format
31286 msgid "%qD may be used uninitialized"
31287 msgstr ""
31289 #: tree-ssa-uninit.cc:291
31290 #, gcc-internal-format
31291 msgid "%qs is used uninitialized"
31292 msgstr ""
31294 #: tree-ssa-uninit.cc:294
31295 #, gcc-internal-format
31296 msgid "%qs may be used uninitialized"
31297 msgstr ""
31299 #: tree-ssa-uninit.cc:313 varasm.cc:362 varasm.cc:7845
31300 #, gcc-internal-format
31301 msgid "%qD was declared here"
31302 msgstr ""
31304 #: tree-ssa-uninit.cc:315
31305 #, gcc-internal-format
31306 msgid "%qs was declared here"
31307 msgstr ""
31309 #: tree-ssa-uninit.cc:426 tree-ssa-uninit.cc:736
31310 #, gcc-internal-format
31311 msgid "%qE may be used uninitialized"
31312 msgstr ""
31314 #: tree-ssa-uninit.cc:435
31315 #, gcc-internal-format
31316 msgid "accessing argument %u of a function declared with attribute %<%s%>"
31317 msgstr ""
31319 #: tree-ssa-uninit.cc:723
31320 #, gcc-internal-format
31321 msgid "%qE is used uninitialized"
31322 msgstr ""
31324 #: tree-ssa-uninit.cc:858
31325 #, gcc-internal-format
31326 msgid "in a call to %qD declared with attribute %<%s%> here"
31327 msgstr ""
31329 #: tree-ssa-uninit.cc:865
31330 #, gcc-internal-format
31331 msgid "in a call to %qT declared with attribute %<%s%>"
31332 msgstr ""
31334 #: tree-ssa-uninit.cc:881
31335 #, gcc-internal-format
31336 msgid "by argument %u of type %s to %qD declared here"
31337 msgstr ""
31339 #: tree-ssa-uninit.cc:889
31340 #, gcc-internal-format
31341 msgid "by argument %u of type %s to %qT"
31342 msgstr ""
31344 #: tree-ssa.cc:664
31345 #, gcc-internal-format, gfc-internal-format
31346 msgid "multiple virtual PHI nodes in BB %d"
31347 msgstr ""
31349 #: tree-ssa.cc:678 tree-ssa.cc:707
31350 #, gcc-internal-format
31351 msgid "virtual definition is not an SSA name"
31352 msgstr ""
31354 #: tree-ssa.cc:694
31355 #, gcc-internal-format
31356 msgid "stmt with wrong VUSE"
31357 msgstr ""
31359 #: tree-ssa.cc:724
31360 #, gcc-internal-format, gfc-internal-format
31361 msgid "PHI node with wrong VUSE on edge from BB %d"
31362 msgstr ""
31364 #: tree-ssa.cc:750
31365 #, gcc-internal-format
31366 msgid "expected an SSA_NAME object"
31367 msgstr ""
31369 #: tree-ssa.cc:756
31370 #, gcc-internal-format
31371 msgid "found an SSA_NAME that had been released into the free pool"
31372 msgstr ""
31374 #: tree-ssa.cc:763
31375 #, gcc-internal-format
31376 msgid "type mismatch between an SSA_NAME and its symbol"
31377 msgstr ""
31379 #: tree-ssa.cc:769
31380 #, gcc-internal-format
31381 msgid "found a virtual definition for a GIMPLE register"
31382 msgstr ""
31384 #: tree-ssa.cc:775
31385 #, gcc-internal-format
31386 msgid "virtual SSA name for non-VOP decl"
31387 msgstr ""
31389 #: tree-ssa.cc:781
31390 #, gcc-internal-format
31391 msgid "found a real definition for a non-register"
31392 msgstr ""
31394 #: tree-ssa.cc:788
31395 #, gcc-internal-format
31396 msgid "found a default name with a non-empty defining statement"
31397 msgstr ""
31399 #: tree-ssa.cc:818
31400 #, gcc-internal-format
31401 msgid "RESULT_DECL should be read only when DECL_BY_REFERENCE is set"
31402 msgstr ""
31404 #: tree-ssa.cc:824
31405 #, gcc-internal-format, gfc-internal-format
31406 msgid "SSA_NAME created in two different blocks %i and %i"
31407 msgstr ""
31409 #: tree-ssa.cc:833 tree-ssa.cc:1173
31410 #, gcc-internal-format
31411 msgid "SSA_NAME_DEF_STMT is wrong"
31412 msgstr ""
31414 #: tree-ssa.cc:885
31415 #, gcc-internal-format
31416 msgid "missing definition"
31417 msgstr ""
31419 #: tree-ssa.cc:891
31420 #, gcc-internal-format, gfc-internal-format
31421 msgid "definition in block %i does not dominate use in block %i"
31422 msgstr ""
31424 #: tree-ssa.cc:899
31425 #, gcc-internal-format, gfc-internal-format
31426 msgid "definition in block %i follows the use"
31427 msgstr ""
31429 #: tree-ssa.cc:906
31430 #, gcc-internal-format
31431 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
31432 msgstr ""
31434 #: tree-ssa.cc:914
31435 #, gcc-internal-format
31436 msgid "no immediate_use list"
31437 msgstr ""
31439 #: tree-ssa.cc:926
31440 #, gcc-internal-format
31441 msgid "wrong immediate use list"
31442 msgstr ""
31444 #: tree-ssa.cc:960
31445 #, gcc-internal-format
31446 msgid "incoming edge count does not match number of PHI arguments"
31447 msgstr ""
31449 #: tree-ssa.cc:974
31450 #, gcc-internal-format, gfc-internal-format
31451 msgid "PHI argument is missing for edge %d->%d"
31452 msgstr ""
31454 #: tree-ssa.cc:983
31455 #, gcc-internal-format
31456 msgid "PHI argument is not SSA_NAME, or invariant"
31457 msgstr ""
31459 #: tree-ssa.cc:989
31460 #, gcc-internal-format
31461 msgid "PHI argument on abnormal edge is not SSA_NAME"
31462 msgstr ""
31464 #: tree-ssa.cc:1010
31465 #, gcc-internal-format
31466 msgid "address taken, but ADDRESSABLE bit not set"
31467 msgstr ""
31469 #: tree-ssa.cc:1017
31470 #, gcc-internal-format, gfc-internal-format
31471 msgid "wrong edge %d->%d for PHI argument"
31472 msgstr ""
31474 #: tree-ssa.cc:1092
31475 #, gcc-internal-format
31476 msgid "shared SSA name info"
31477 msgstr ""
31479 #: tree-ssa.cc:1119
31480 #, gcc-internal-format, gfc-internal-format
31481 msgid "AUX pointer initialized for edge %d->%d"
31482 msgstr ""
31484 #: tree-ssa.cc:1145
31485 #, gcc-internal-format
31486 msgid "stmt (%p) marked modified after optimization pass: "
31487 msgstr ""
31489 #: tree-ssa.cc:1211
31490 #, gcc-internal-format
31491 msgid "verify_ssa failed"
31492 msgstr ""
31494 #: tree-streamer-in.cc:358
31495 #, gcc-internal-format
31496 msgid "machine independent builtin code out of range"
31497 msgstr ""
31499 #: tree-streamer-in.cc:364
31500 #, gcc-internal-format
31501 msgid "target specific builtin not available"
31502 msgstr ""
31504 #: tree-vect-generic.cc:319 tree-vect-generic.cc:489 tree-vect-generic.cc:2053
31505 #, gcc-internal-format
31506 msgid "vector operation will be expanded piecewise"
31507 msgstr ""
31509 #: tree-vect-generic.cc:322
31510 #, gcc-internal-format
31511 msgid "vector operation will be expanded in parallel"
31512 msgstr ""
31514 #: tree-vect-generic.cc:379
31515 #, gcc-internal-format
31516 msgid "vector operation will be expanded with a single scalar operation"
31517 msgstr ""
31519 #: tree-vect-generic.cc:1101
31520 #, gcc-internal-format
31521 msgid "vector condition will be expanded piecewise"
31522 msgstr ""
31524 #: tree-vect-generic.cc:1613
31525 #, gcc-internal-format
31526 msgid "vector shuffling operation will be expanded piecewise"
31527 msgstr ""
31529 #: tree-vect-loop.cc:4495
31530 #, gcc-internal-format
31531 msgid "vectorization did not happen for a simd loop"
31532 msgstr ""
31534 #: tree.cc:2266
31535 #, gcc-internal-format
31536 msgid "non-constant element in constant CONSTRUCTOR"
31537 msgstr ""
31539 #: tree.cc:2268
31540 #, gcc-internal-format
31541 msgid "side-effects element in no-side-effects CONSTRUCTOR"
31542 msgstr ""
31544 #: tree.cc:7282 m2/gm2-gcc/m2type.cc:214
31545 #, gcc-internal-format
31546 msgid "arrays of functions are not meaningful"
31547 msgstr ""
31549 #: tree.cc:7449
31550 #, gcc-internal-format
31551 msgid "function return type cannot be function"
31552 msgstr ""
31554 #: tree.cc:8909 tree.cc:8994 tree.cc:9057
31555 #, gcc-internal-format, gfc-internal-format
31556 msgid "tree check: %s, have %s in %s, at %s:%d"
31557 msgstr ""
31559 #: tree.cc:8946
31560 #, gcc-internal-format, gfc-internal-format
31561 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
31562 msgstr ""
31564 #: tree.cc:8959
31565 #, gcc-internal-format
31566 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
31567 msgstr ""
31569 #: tree.cc:9008
31570 #, gcc-internal-format
31571 msgid "tree check: did not expect class %qs, have %qs (%s) in %s, at %s:%d"
31572 msgstr ""
31574 #: tree.cc:9021
31575 #, gcc-internal-format
31576 msgid "tree check: expected %<omp_clause %s%>, have %qs in %s, at %s:%d"
31577 msgstr ""
31579 #: tree.cc:9083
31580 #, gcc-internal-format
31581 msgid "tree check: expected tree that contains %qs structure, have %qs in %s, at %s:%d"
31582 msgstr ""
31584 #: tree.cc:9097
31585 #, gcc-internal-format
31586 msgid "tree check: accessed elt %d of %<tree_int_cst%> with %d elts in %s, at %s:%d"
31587 msgstr ""
31589 #: tree.cc:9110
31590 #, gcc-internal-format
31591 msgid "tree check: accessed elt %d of %<tree_vec%> with %d elts in %s, at %s:%d"
31592 msgstr ""
31594 #: tree.cc:9123
31595 #, gcc-internal-format, gfc-internal-format
31596 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
31597 msgstr ""
31599 #: tree.cc:9136
31600 #, gcc-internal-format
31601 msgid "tree check: accessed operand %d of %<omp_clause %s%> with %d operands in %s, at %s:%d"
31602 msgstr ""
31604 #: tree.cc:12377
31605 #, gcc-internal-format
31606 msgid "%qD is deprecated: %s"
31607 msgstr ""
31609 #: tree.cc:12380
31610 #, gcc-internal-format
31611 msgid "%qD is deprecated"
31612 msgstr ""
31614 #: tree.cc:12403
31615 #, gcc-internal-format
31616 msgid "%qE is deprecated: %s"
31617 msgstr ""
31619 #: tree.cc:12406
31620 #, gcc-internal-format
31621 msgid "%qE is deprecated"
31622 msgstr ""
31624 #: tree.cc:12412
31625 #, gcc-internal-format, gfc-internal-format
31626 msgid "type is deprecated: %s"
31627 msgstr ""
31629 #: tree.cc:12415
31630 #, gcc-internal-format
31631 msgid "type is deprecated"
31632 msgstr ""
31634 #: tree.cc:12457
31635 #, gcc-internal-format
31636 msgid "%qD is unavailable: %s"
31637 msgstr ""
31639 #: tree.cc:12459
31640 #, gcc-internal-format
31641 msgid "%qD is unavailable"
31642 msgstr ""
31644 #: tree.cc:12480
31645 #, gcc-internal-format
31646 msgid "%qE is unavailable: %s"
31647 msgstr ""
31649 #: tree.cc:12482
31650 #, gcc-internal-format
31651 msgid "%qE is unavailable"
31652 msgstr ""
31654 #: tree.cc:12487
31655 #, gcc-internal-format, gfc-internal-format
31656 msgid "type is unavailable: %s"
31657 msgstr ""
31659 #: tree.cc:12489
31660 #, gcc-internal-format
31661 msgid "type is unavailable"
31662 msgstr ""
31664 #. Type variant can differ by:
31666 #. - TYPE_QUALS: TYPE_READONLY, TYPE_VOLATILE, TYPE_ATOMIC, TYPE_RESTRICT,
31667 #. ENCODE_QUAL_ADDR_SPACE.
31668 #. - main variant may be TYPE_COMPLETE_P and variant types !TYPE_COMPLETE_P
31669 #. in this case some values may not be set in the variant types
31670 #. (see TYPE_COMPLETE_P checks).
31671 #. - it is possible to have TYPE_ARTIFICIAL variant of non-artifical type
31672 #. - by TYPE_NAME and attributes (i.e. when variant originate by typedef)
31673 #. - TYPE_CANONICAL (TYPE_ALIAS_SET is the same among variants)
31674 #. - by the alignment: TYPE_ALIGN and TYPE_USER_ALIGN
31675 #. - during LTO by TYPE_CONTEXT if type is TYPE_FILE_SCOPE_P
31676 #. this is necessary to make it possible to merge types form different TUs
31677 #. - arrays, pointers and references may have TREE_TYPE that is a variant
31678 #. of TREE_TYPE of their main variants.
31679 #. - aggregates may have new TYPE_FIELDS list that list variants of
31680 #. the main variant TYPE_FIELDS.
31681 #. - vector types may differ by TYPE_VECTOR_OPAQUE
31683 #. Convenience macro for matching individual fields.
31684 #: tree.cc:13386
31685 #, gcc-internal-format, gfc-internal-format
31686 msgid "type variant differs by %s"
31687 msgstr ""
31689 #: tree.cc:13431
31690 #, gcc-internal-format
31691 msgid "type variant has different %<TYPE_SIZE_UNIT%>"
31692 msgstr ""
31694 #: tree.cc:13433
31695 #, gcc-internal-format
31696 msgid "type variant%'s %<TYPE_SIZE_UNIT%>"
31697 msgstr ""
31699 #: tree.cc:13435
31700 #, gcc-internal-format
31701 msgid "type%'s %<TYPE_SIZE_UNIT%>"
31702 msgstr ""
31704 #: tree.cc:13460
31705 #, gcc-internal-format
31706 msgid "type variant with %<TYPE_ALIAS_SET_KNOWN_P%>"
31707 msgstr ""
31709 #: tree.cc:13473
31710 #, gcc-internal-format
31711 msgid "type variant has different %<TYPE_VFIELD%>"
31712 msgstr ""
31714 #: tree.cc:13509
31715 #, gcc-internal-format
31716 msgid "type variant has different %<TYPE_BINFO%>"
31717 msgstr ""
31719 #: tree.cc:13511
31720 #, gcc-internal-format
31721 msgid "type variant%'s %<TYPE_BINFO%>"
31722 msgstr ""
31724 #: tree.cc:13513
31725 #, gcc-internal-format
31726 msgid "type%'s %<TYPE_BINFO%>"
31727 msgstr ""
31729 #: tree.cc:13552
31730 #, gcc-internal-format
31731 msgid "type variant has different %<TYPE_FIELDS%>"
31732 msgstr ""
31734 #: tree.cc:13554
31735 #, gcc-internal-format
31736 msgid "first mismatch is field"
31737 msgstr ""
31739 #: tree.cc:13556
31740 #, gcc-internal-format
31741 msgid "and field"
31742 msgstr ""
31744 #: tree.cc:13573
31745 #, gcc-internal-format
31746 msgid "type variant has different %<TREE_TYPE%>"
31747 msgstr ""
31749 #: tree.cc:13575 tree.cc:13586
31750 #, gcc-internal-format
31751 msgid "type variant%'s %<TREE_TYPE%>"
31752 msgstr ""
31754 #: tree.cc:13577 tree.cc:13588
31755 #, gcc-internal-format
31756 msgid "type%'s %<TREE_TYPE%>"
31757 msgstr ""
31759 #: tree.cc:13584
31760 #, gcc-internal-format
31761 msgid "type is not compatible with its variant"
31762 msgstr ""
31764 #: tree.cc:13909
31765 #, fuzzy, gcc-internal-format, gfc-internal-format
31766 #| msgid "  %qT is not an aggregate"
31767 msgid "type %s is not an opaque type"
31768 msgstr "  %qT nije agregat"
31770 #: tree.cc:13915
31771 #, gcc-internal-format, gfc-internal-format
31772 msgid "type %s is not with opaque mode"
31773 msgstr ""
31775 #: tree.cc:13921
31776 #, gcc-internal-format
31777 msgid "type %s differs by %<TYPE_MODE%>"
31778 msgstr ""
31780 #: tree.cc:13929
31781 #, gcc-internal-format
31782 msgid "type %s differs by %<TYPE_SIZE%>"
31783 msgstr ""
31785 #: tree.cc:13935
31786 #, gcc-internal-format
31787 msgid "type %s differs by %<TYPE_ALIGN%>"
31788 msgstr ""
31790 #: tree.cc:13941
31791 #, gcc-internal-format
31792 msgid "type %s differs by %<TYPE_USER_ALIGN%>"
31793 msgstr ""
31795 #: tree.cc:13971
31796 #, gcc-internal-format
31797 msgid "main variant is not defined"
31798 msgstr ""
31800 #: tree.cc:13976
31801 #, gcc-internal-format
31802 msgid "%<TYPE_MAIN_VARIANT%> has different %<TYPE_MAIN_VARIANT%>"
31803 msgstr ""
31805 #: tree.cc:13987
31806 #, gcc-internal-format
31807 msgid "%<TYPE_CANONICAL%> has different %<TYPE_CANONICAL%>"
31808 msgstr ""
31810 #: tree.cc:14006
31811 #, gcc-internal-format
31812 msgid "%<TYPE_CANONICAL%> is not compatible"
31813 msgstr ""
31815 #: tree.cc:14014
31816 #, gcc-internal-format
31817 msgid "%<TYPE_MODE%> of %<TYPE_CANONICAL%> is not compatible"
31818 msgstr ""
31820 #: tree.cc:14020
31821 #, gcc-internal-format
31822 msgid "%<TYPE_CANONICAL%> of main variant is not main variant"
31823 msgstr ""
31825 #: tree.cc:14036
31826 #, gcc-internal-format
31827 msgid "%<TYPE_VFIELD%> is not %<FIELD_DECL%> nor %<TREE_LIST%>"
31828 msgstr ""
31830 #: tree.cc:14046
31831 #, gcc-internal-format
31832 msgid "%<TYPE_NEXT_PTR_TO%> is not %<POINTER_TYPE%>"
31833 msgstr ""
31835 #: tree.cc:14056
31836 #, gcc-internal-format
31837 msgid "%<TYPE_NEXT_REF_TO%> is not %<REFERENCE_TYPE%>"
31838 msgstr ""
31840 #: tree.cc:14077
31841 #, gcc-internal-format
31842 msgid "%<TYPE_BINFO%> is not %<TREE_BINFO%>"
31843 msgstr ""
31845 #: tree.cc:14083
31846 #, gcc-internal-format
31847 msgid "%<TYPE_BINFO%> type is not %<TYPE_MAIN_VARIANT%>"
31848 msgstr ""
31850 #: tree.cc:14094
31851 #, gcc-internal-format
31852 msgid "%<TYPE_METHOD_BASETYPE%> is not record nor union"
31853 msgstr ""
31855 #: tree.cc:14105
31856 #, gcc-internal-format
31857 msgid "%<TYPE_OFFSET_BASETYPE%> is not record nor union"
31858 msgstr ""
31860 #: tree.cc:14123
31861 #, gcc-internal-format
31862 msgid "%<TYPE_ARRAY_MAX_SIZE%> not %<INTEGER_CST%>"
31863 msgstr ""
31865 #: tree.cc:14130
31866 #, gcc-internal-format
31867 msgid "%<TYPE_MAX_VALUE_RAW%> non-NULL"
31868 msgstr ""
31870 #: tree.cc:14137
31871 #, gcc-internal-format
31872 msgid "%<TYPE_LANG_SLOT_1 (binfo)%> field is non-NULL"
31873 msgstr ""
31875 #: tree.cc:14153
31876 #, gcc-internal-format
31877 msgid "enum value is not %<CONST_DECL%> or %<INTEGER_CST%>"
31878 msgstr ""
31880 #: tree.cc:14162
31881 #, gcc-internal-format
31882 msgid "enum value type is not %<INTEGER_TYPE%> nor convertible to the enum"
31883 msgstr ""
31885 #: tree.cc:14170
31886 #, gcc-internal-format
31887 msgid "enum value name is not %<IDENTIFIER_NODE%>"
31888 msgstr ""
31890 #: tree.cc:14180
31891 #, gcc-internal-format
31892 msgid "array %<TYPE_DOMAIN%> is not integer type"
31893 msgstr ""
31895 #: tree.cc:14189
31896 #, gcc-internal-format
31897 msgid "%<TYPE_FIELDS%> defined in incomplete type"
31898 msgstr ""
31900 #: tree.cc:14211
31901 #, gcc-internal-format
31902 msgid "wrong tree in %<TYPE_FIELDS%> list"
31903 msgstr ""
31905 #: tree.cc:14226
31906 #, gcc-internal-format
31907 msgid "%<TYPE_CACHED_VALUES_P%> is %i while %<TYPE_CACHED_VALUES%> is %p"
31908 msgstr ""
31910 #: tree.cc:14233
31911 #, gcc-internal-format
31912 msgid "%<TYPE_CACHED_VALUES%> is not %<TREE_VEC%>"
31913 msgstr ""
31915 #: tree.cc:14246
31916 #, gcc-internal-format
31917 msgid "wrong %<TYPE_CACHED_VALUES%> entry"
31918 msgstr ""
31920 #: tree.cc:14259
31921 #, gcc-internal-format
31922 msgid "%<TREE_PURPOSE%> is non-NULL in %<TYPE_ARG_TYPES%> list"
31923 msgstr ""
31925 #: tree.cc:14265
31926 #, gcc-internal-format
31927 msgid "wrong entry in %<TYPE_ARG_TYPES%> list"
31928 msgstr ""
31930 #: tree.cc:14272
31931 #, gcc-internal-format
31932 msgid "%<TYPE_VALUES_RAW%> field is non-NULL"
31933 msgstr ""
31935 #: tree.cc:14284
31936 #, gcc-internal-format
31937 msgid "%<TYPE_CACHED_VALUES_P%> is set while it should not be"
31938 msgstr ""
31940 #: tree.cc:14294
31941 #, gcc-internal-format
31942 msgid "%<TYPE_METHOD_BASETYPE%> is not main variant"
31943 msgstr ""
31945 #: tsan.cc:506
31946 #, gcc-internal-format
31947 msgid "%qs is not supported with %qs"
31948 msgstr ""
31950 #: value-prof.cc:488
31951 #, gcc-internal-format
31952 msgid "dead histogram"
31953 msgstr ""
31955 #: value-prof.cc:517
31956 #, gcc-internal-format
31957 msgid "histogram value statement does not correspond to the statement it is associated with"
31958 msgstr ""
31960 #: value-prof.cc:586
31961 #, gcc-internal-format, gfc-internal-format
31962 msgid "corrupted value profile: %s profile counter (%d out of %d) inconsistent with basic-block count (%d)"
31963 msgstr ""
31965 #: var-tracking.cc:7209
31966 #, gcc-internal-format
31967 msgid "variable tracking size limit exceeded with %<-fvar-tracking-assignments%>, retrying without"
31968 msgstr ""
31970 #: var-tracking.cc:7213
31971 #, gcc-internal-format
31972 msgid "variable tracking size limit exceeded"
31973 msgstr ""
31975 #: varasm.cc:311
31976 #, gcc-internal-format
31977 msgid "section already exists: %qs"
31978 msgstr ""
31980 #: varasm.cc:357
31981 #, gcc-internal-format
31982 msgid "%+qD causes a section type conflict with %qD"
31983 msgstr ""
31985 #: varasm.cc:360
31986 #, gcc-internal-format
31987 msgid "section type conflict with %qD"
31988 msgstr ""
31990 #: varasm.cc:365
31991 #, gcc-internal-format
31992 msgid "%+qD causes a section type conflict"
31993 msgstr ""
31995 #: varasm.cc:367
31996 #, gcc-internal-format
31997 msgid "section type conflict"
31998 msgstr ""
32000 #: varasm.cc:1100
32001 #, gcc-internal-format
32002 msgid "alignment of %q+D is greater than maximum object file alignment %d"
32003 msgstr ""
32005 #: varasm.cc:1268
32006 #, gcc-internal-format
32007 msgid "only zero initializers are allowed in section %qs"
32008 msgstr ""
32010 #: varasm.cc:1498 varasm.cc:1507 d/d-attribs.cc:1460
32011 #, gcc-internal-format
32012 msgid "register name not specified for %q+D"
32013 msgstr ""
32015 #: varasm.cc:1509
32016 #, gcc-internal-format
32017 msgid "invalid register name for %q+D"
32018 msgstr ""
32020 #: varasm.cc:1511
32021 #, gcc-internal-format
32022 msgid "data type of %q+D isn%'t suitable for a register"
32023 msgstr ""
32025 #: varasm.cc:1514
32026 #, gcc-internal-format
32027 msgid "the register specified for %q+D cannot be accessed by the current target"
32028 msgstr ""
32030 #: varasm.cc:1517
32031 #, gcc-internal-format
32032 msgid "the register specified for %q+D is not general enough to be used as a register variable"
32033 msgstr ""
32035 #: varasm.cc:1520
32036 #, gcc-internal-format
32037 msgid "register specified for %q+D isn%'t suitable for data type"
32038 msgstr ""
32040 #: varasm.cc:1529
32041 #, gcc-internal-format
32042 msgid "register specified for %q+D is an internal GCC implementation detail"
32043 msgstr ""
32045 #: varasm.cc:1539
32046 #, gcc-internal-format
32047 msgid "global register variable has initial value"
32048 msgstr ""
32050 #: varasm.cc:1543
32051 #, gcc-internal-format
32052 msgid "optimization may eliminate reads and/or writes to register variables"
32053 msgstr ""
32055 #: varasm.cc:1589
32056 #, gcc-internal-format
32057 msgid "register name given for non-register variable %q+D"
32058 msgstr ""
32060 #: varasm.cc:2168
32061 #, gcc-internal-format
32062 msgid "thread-local COMMON data not implemented"
32063 msgstr ""
32065 #: varasm.cc:2201
32066 #, gcc-internal-format
32067 msgid "requested alignment for %q+D is greater than implemented alignment of %wu"
32068 msgstr ""
32070 #: varasm.cc:2304 c/c-decl.cc:5715 c/c-parser.cc:1789
32071 #: m2/gm2-gcc/m2type.cc:1259
32072 #, gcc-internal-format
32073 msgid "storage size of %q+D isn%'t known"
32074 msgstr ""
32076 #: varasm.cc:5254
32077 #, gcc-internal-format
32078 msgid "initializer for integer/fixed-point value is too complicated"
32079 msgstr ""
32081 #: varasm.cc:5259
32082 #, gcc-internal-format
32083 msgid "initializer for floating value is not a floating constant"
32084 msgstr ""
32086 #: varasm.cc:5604
32087 #, gcc-internal-format
32088 msgid "invalid initial value for member %qE"
32089 msgstr ""
32091 #: varasm.cc:5860
32092 #, gcc-internal-format
32093 msgid "%qD declared weak after being used"
32094 msgstr ""
32096 #: varasm.cc:5912
32097 #, gcc-internal-format
32098 msgid "weak declaration of %q+D being applied to a already existing, static definition"
32099 msgstr ""
32101 #: varasm.cc:5953
32102 #, gcc-internal-format
32103 msgid "weak declaration of %q+D must be public"
32104 msgstr ""
32106 #: varasm.cc:5957
32107 #, gcc-internal-format
32108 msgid "weak declaration of %q+D not supported"
32109 msgstr ""
32111 #: varasm.cc:5986 varasm.cc:6306
32112 #, gcc-internal-format
32113 msgid "only weak aliases are supported in this configuration"
32114 msgstr ""
32116 #: varasm.cc:6181 varasm.cc:6303
32117 #, gcc-internal-format
32118 msgid "%qs is not supported in this configuration"
32119 msgstr "%qs nije podržan u ovoj konfiguraciji"
32121 #: varasm.cc:6209
32122 #, gcc-internal-format
32123 msgid "%qs is not supported on this target"
32124 msgstr ""
32126 #: varasm.cc:6265
32127 #, gcc-internal-format
32128 msgid "symver is only supported on ELF platforms"
32129 msgstr ""
32131 #: varasm.cc:6284
32132 #, gcc-internal-format
32133 msgid "%qs symbol %q+D ultimately targets itself"
32134 msgstr ""
32136 #: varasm.cc:6286
32137 #, gcc-internal-format
32138 msgid "%qs symbol %q+D must have static linkage"
32139 msgstr ""
32141 #: varasm.cc:6293 config/nvptx/nvptx.cc:7553
32142 #, gcc-internal-format
32143 msgid "alias definitions not supported in this configuration"
32144 msgstr ""
32146 #: varasm.cc:6521 config/sol2.cc:160 config/i386/winnt.cc:265
32147 #, gcc-internal-format
32148 msgid "visibility attribute not supported in this configuration; ignored"
32149 msgstr ""
32151 #: varasm.cc:7841
32152 #, gcc-internal-format
32153 msgid "%+qD without %<retain%> attribute and %qD with %<retain%> attribute are placed in a section with the same name"
32154 msgstr ""
32156 #: vec.cc:190
32157 #, gcc-internal-format, gfc-internal-format
32158 msgid "qsort comparator not anti-symmetric: %d, %d"
32159 msgstr ""
32161 #: vec.cc:195
32162 #, gcc-internal-format, gfc-internal-format
32163 msgid "qsort comparator non-negative on sorted output: %d"
32164 msgstr ""
32166 #: vec.cc:202
32167 #, gcc-internal-format, gfc-internal-format
32168 msgid "qsort comparator not transitive: %d, %d, %d"
32169 msgstr ""
32171 #: vec.cc:204
32172 #, gcc-internal-format
32173 msgid "qsort checking failed"
32174 msgstr ""
32176 #: vr-values.cc:1092
32177 #, gcc-internal-format
32178 msgid "assuming signed overflow does not occur when simplifying %</%> or %<%%%> to %<>>%> or %<&%>"
32179 msgstr ""
32181 #: vr-values.cc:1160
32182 #, gcc-internal-format
32183 msgid "assuming signed overflow does not occur when simplifying %<min/max (X,Y)%> to %<X%> or %<Y%>"
32184 msgstr ""
32186 #: vr-values.cc:1212
32187 #, gcc-internal-format
32188 msgid "assuming signed overflow does not occur when simplifying %<abs (X)%> to %<X%> or %<-X%>"
32189 msgstr ""
32191 #: c-family/c-ada-spec.cc:2943
32192 #, gcc-internal-format
32193 msgid "packed layout"
32194 msgstr ""
32196 #: c-family/c-attribs.cc:638 d/d-attribs.cc:1192
32197 #, gcc-internal-format
32198 msgid "%qE attribute argument is invalid"
32199 msgstr ""
32201 #: c-family/c-attribs.cc:641 d/d-attribs.cc:1195
32202 #, gcc-internal-format
32203 msgid "%qE attribute argument %i is invalid"
32204 msgstr ""
32206 #: c-family/c-attribs.cc:653 d/d-attribs.cc:1207
32207 #, gcc-internal-format
32208 msgid "%qE attribute argument has type %qT"
32209 msgstr ""
32211 #: c-family/c-attribs.cc:657 d/d-attribs.cc:1211
32212 #, gcc-internal-format
32213 msgid "%qE attribute argument %i has type %qT"
32214 msgstr ""
32216 #: c-family/c-attribs.cc:668 c-family/c-attribs.cc:4396
32217 #: c-family/c-attribs.cc:4400 d/d-attribs.cc:1222
32218 #, gcc-internal-format
32219 msgid "%qE attribute argument value %qE is not an integer constant"
32220 msgstr ""
32222 #: c-family/c-attribs.cc:673 d/d-attribs.cc:1227
32223 #, gcc-internal-format
32224 msgid "%qE attribute argument %i value %qE is not an integer constant"
32225 msgstr ""
32227 #: c-family/c-attribs.cc:689 d/d-attribs.cc:1241
32228 #, gcc-internal-format
32229 msgid "%qE attribute argument value %qE does not refer to a function parameter"
32230 msgstr ""
32232 #: c-family/c-attribs.cc:694 d/d-attribs.cc:1246
32233 #, gcc-internal-format
32234 msgid "%qE attribute argument %i value %qE does not refer to a function parameter"
32235 msgstr ""
32237 #: c-family/c-attribs.cc:722 d/d-attribs.cc:1269
32238 #, gcc-internal-format
32239 msgid "%qE attribute argument value %qE exceeds the number of function parameters %u"
32240 msgstr ""
32242 #: c-family/c-attribs.cc:727 d/d-attribs.cc:1274
32243 #, gcc-internal-format
32244 msgid "%qE attribute argument %i value %qE exceeds the number of function parameters %u"
32245 msgstr ""
32247 #: c-family/c-attribs.cc:749
32248 #, gcc-internal-format
32249 msgid "%qE attribute argument value %qE does not refer to a variable argument list"
32250 msgstr ""
32252 #: c-family/c-attribs.cc:753
32253 #, gcc-internal-format
32254 msgid "%qE attribute argument %i value %qE does not refer to a variable argument list"
32255 msgstr ""
32257 #: c-family/c-attribs.cc:780 c-family/c-attribs.cc:793 d/d-attribs.cc:1295
32258 #, gcc-internal-format
32259 msgid "%qE attribute argument value %qE refers to parameter type %qT"
32260 msgstr ""
32262 #: c-family/c-attribs.cc:784 c-family/c-attribs.cc:798 d/d-attribs.cc:1300
32263 #, gcc-internal-format
32264 msgid "%qE attribute argument %i value %qE refers to parameter type %qT"
32265 msgstr ""
32267 #: c-family/c-attribs.cc:808
32268 #, gcc-internal-format
32269 msgid "%qE attribute argument value %qE refers to a variadic function parameter of unknown type"
32270 msgstr ""
32272 #: c-family/c-attribs.cc:813
32273 #, gcc-internal-format
32274 msgid "%qE attribute argument %i value %qE refers to a variadic function parameter of unknown type"
32275 msgstr ""
32277 #: c-family/c-attribs.cc:933
32278 #, gcc-internal-format
32279 msgid "ignoring attribute %qs because it conflicts with previous %qs"
32280 msgstr ""
32282 #: c-family/c-attribs.cc:971
32283 #, gcc-internal-format
32284 msgid "%qE attribute only supported on boolean types"
32285 msgstr ""
32287 #: c-family/c-attribs.cc:981
32288 #, gcc-internal-format
32289 msgid "%qE attribute with unsupported boolean precision"
32290 msgstr ""
32292 #: c-family/c-attribs.cc:1004
32293 #, gcc-internal-format
32294 msgid "%qE attribute ignored for type %qT"
32295 msgstr ""
32297 #: c-family/c-attribs.cc:1016
32298 #, gcc-internal-format
32299 msgid "%qE attribute ignored for field of type %qT"
32300 msgstr ""
32302 #: c-family/c-attribs.cc:1186 c-family/c-attribs.cc:3262
32303 #: c-family/c-attribs.cc:5732 ada/gcc-interface/utils.cc:7087
32304 #, gcc-internal-format
32305 msgid "%qE argument not a string"
32306 msgstr ""
32308 #: c-family/c-attribs.cc:1349 ada/gcc-interface/utils.cc:6633
32309 #, gcc-internal-format
32310 msgid "%qE attribute ignored due to conflict with attribute %qs"
32311 msgstr ""
32313 #: c-family/c-attribs.cc:1398
32314 #, gcc-internal-format
32315 msgid "%qE attribute ignored. Use %<-fcf-protection%> option to enable it"
32316 msgstr ""
32318 #: c-family/c-attribs.cc:1438 c-family/c-attribs.cc:1444
32319 #: c-family/c-attribs.cc:5544 c-family/c-attribs.cc:5590
32320 #: c-family/c-attribs.cc:5596 ada/gcc-interface/utils.cc:6940
32321 #: ada/gcc-interface/utils.cc:6974 ada/gcc-interface/utils.cc:6980
32322 #, gcc-internal-format
32323 msgid "%qE attribute ignored due to conflict with %qs attribute"
32324 msgstr ""
32326 #: c-family/c-attribs.cc:1500 jit/dummy-frontend.cc:190 lto/lto-lang.cc:293
32327 #, gcc-internal-format
32328 msgid "%qE attribute has no effect on unit local functions"
32329 msgstr ""
32331 #: c-family/c-attribs.cc:1670 c-family/c-attribs.cc:3245
32332 #, gcc-internal-format
32333 msgid "%qE attribute ignored because %qD is not a variable"
32334 msgstr ""
32336 #: c-family/c-attribs.cc:1676
32337 #, gcc-internal-format
32338 msgid "%qE attribute ignored because %qD is not a local variable"
32339 msgstr ""
32341 #: c-family/c-attribs.cc:1701 config/i386/i386-options.cc:3840
32342 #, gcc-internal-format
32343 msgid "%qE attribute have effect only on public objects"
32344 msgstr ""
32346 #: c-family/c-attribs.cc:1730
32347 #, gcc-internal-format
32348 msgid "%qE attribute only affects top level objects"
32349 msgstr ""
32351 #: c-family/c-attribs.cc:1769 c-family/c-attribs.cc:3919
32352 #, gcc-internal-format
32353 msgid "%qE attribute on function returning %<void%>"
32354 msgstr ""
32356 #: c-family/c-attribs.cc:1792
32357 #, gcc-internal-format
32358 msgid "%qE attribute is not supported because endianness is not uniform"
32359 msgstr ""
32361 #: c-family/c-attribs.cc:1809
32362 #, gcc-internal-format
32363 msgid "attribute %qE argument must be one of %qs or %qs"
32364 msgstr ""
32366 #: c-family/c-attribs.cc:1905
32367 #, gcc-internal-format
32368 msgid "destructor priorities are not supported"
32369 msgstr ""
32371 #: c-family/c-attribs.cc:1907
32372 #, gcc-internal-format
32373 msgid "constructor priorities are not supported"
32374 msgstr ""
32376 #: c-family/c-attribs.cc:1929
32377 #, gcc-internal-format, gfc-internal-format
32378 msgid "destructor priorities from 0 to %d are reserved for the implementation"
32379 msgstr ""
32381 #: c-family/c-attribs.cc:1934
32382 #, gcc-internal-format, gfc-internal-format
32383 msgid "constructor priorities from 0 to %d are reserved for the implementation"
32384 msgstr ""
32386 #: c-family/c-attribs.cc:1942
32387 #, gcc-internal-format, gfc-internal-format
32388 msgid "destructor priorities must be integers from 0 to %d inclusive"
32389 msgstr ""
32391 #: c-family/c-attribs.cc:1945
32392 #, gcc-internal-format, gfc-internal-format
32393 msgid "constructor priorities must be integers from 0 to %d inclusive"
32394 msgstr ""
32396 #: c-family/c-attribs.cc:2098
32397 #, gcc-internal-format
32398 msgid "unknown machine mode %qE"
32399 msgstr ""
32401 #: c-family/c-attribs.cc:2132
32402 #, gcc-internal-format
32403 msgid "specifying vector types with %<__attribute__ ((mode))%> is deprecated"
32404 msgstr ""
32406 #: c-family/c-attribs.cc:2135
32407 #, gcc-internal-format
32408 msgid "use %<__attribute__ ((vector_size))%> instead"
32409 msgstr ""
32411 #: c-family/c-attribs.cc:2144
32412 #, gcc-internal-format
32413 msgid "unable to emulate %qs"
32414 msgstr ""
32416 #: c-family/c-attribs.cc:2157
32417 #, gcc-internal-format
32418 msgid "invalid pointer mode %qs"
32419 msgstr ""
32421 #: c-family/c-attribs.cc:2174
32422 #, gcc-internal-format
32423 msgid "signedness of type and machine mode %qs don%'t match"
32424 msgstr ""
32426 #: c-family/c-attribs.cc:2185
32427 #, gcc-internal-format
32428 msgid "no data type for mode %qs"
32429 msgstr ""
32431 #: c-family/c-attribs.cc:2195
32432 #, gcc-internal-format
32433 msgid "cannot use mode %qs for enumerated types"
32434 msgstr ""
32436 #: c-family/c-attribs.cc:2223
32437 #, gcc-internal-format
32438 msgid "mode %qs applied to inappropriate type"
32439 msgstr ""
32441 #: c-family/c-attribs.cc:2252 c-family/c-attribs.cc:2609 d/d-attribs.cc:1021
32442 #, gcc-internal-format
32443 msgid "section attributes are not supported for this target"
32444 msgstr ""
32446 #: c-family/c-attribs.cc:2258 d/d-attribs.cc:1028
32447 #, gcc-internal-format
32448 msgid "section attribute not allowed for %q+D"
32449 msgstr ""
32451 #: c-family/c-attribs.cc:2264
32452 #, gcc-internal-format
32453 msgid "section attribute argument not a string constant"
32454 msgstr ""
32456 #: c-family/c-attribs.cc:2273 d/d-attribs.cc:1044
32457 #, gcc-internal-format
32458 msgid "section attribute cannot be specified for local variables"
32459 msgstr ""
32461 #: c-family/c-attribs.cc:2284 config/bfin/bfin.cc:4796
32462 #: config/bfin/bfin.cc:4847 config/bfin/bfin.cc:4873 config/bfin/bfin.cc:4886
32463 #: d/d-attribs.cc:1055
32464 #, gcc-internal-format
32465 msgid "section of %q+D conflicts with previous declaration"
32466 msgstr ""
32468 #: c-family/c-attribs.cc:2293 c-family/c-attribs.cc:2635 d/d-attribs.cc:1064
32469 #, gcc-internal-format
32470 msgid "section of %q+D cannot be overridden"
32471 msgstr ""
32473 #: c-family/c-attribs.cc:2409
32474 #, gcc-internal-format
32475 msgid "alignment may not be specified for %q+D"
32476 msgstr ""
32478 #: c-family/c-attribs.cc:2434
32479 #, gcc-internal-format
32480 msgid "ignoring attribute %<%E (%u)%> because it conflicts with attribute %<%E (%u)%>"
32481 msgstr ""
32483 #: c-family/c-attribs.cc:2479
32484 #, gcc-internal-format
32485 msgid "%<warn_if_not_aligned%> may not be specified for %q+D"
32486 msgstr ""
32488 #: c-family/c-attribs.cc:2530
32489 #, gcc-internal-format
32490 msgid "%qE attribute may not be specified for %q+D"
32491 msgstr ""
32493 #: c-family/c-attribs.cc:2537
32494 #, gcc-internal-format
32495 msgid "%qE attribute may not be specified for a non-array field"
32496 msgstr ""
32498 #: c-family/c-attribs.cc:2544
32499 #, gcc-internal-format
32500 msgid "%qE attribute argument not an integer"
32501 msgstr ""
32503 #: c-family/c-attribs.cc:2550 c-family/c-attribs.cc:5928
32504 #, gcc-internal-format
32505 msgid "%qE attribute argument %qE is not an integer constant between 0 and 3"
32506 msgstr ""
32508 #: c-family/c-attribs.cc:2570 d/d-attribs.cc:1143
32509 #, gcc-internal-format
32510 msgid "inline function %q+D declared weak"
32511 msgstr ""
32513 #: c-family/c-attribs.cc:2575
32514 #, gcc-internal-format
32515 msgid "indirect function %q+D cannot be declared weak"
32516 msgstr ""
32518 #: c-family/c-attribs.cc:2616
32519 #, gcc-internal-format
32520 msgid "ignoring %qE attribute not set on a variable"
32521 msgstr ""
32523 #: c-family/c-attribs.cc:2626 config/bfin/bfin.cc:4824
32524 #: config/loongarch/loongarch.cc:6489
32525 #, gcc-internal-format
32526 msgid "%qE attribute cannot be specified for local variables"
32527 msgstr ""
32529 #: c-family/c-attribs.cc:2641
32530 #, gcc-internal-format
32531 msgid "%qE attribute is specific to ELF targets"
32532 msgstr ""
32534 #: c-family/c-attribs.cc:2648
32535 #, gcc-internal-format
32536 msgid "ignoring %qE attribute set on const variable"
32537 msgstr ""
32539 #: c-family/c-attribs.cc:2659
32540 #, gcc-internal-format
32541 msgid "ignoring %qE attribute set on initialized variable"
32542 msgstr ""
32544 #: c-family/c-attribs.cc:2672
32545 #, gcc-internal-format
32546 msgid "ignoring %qE attribute set on uninitialized variable"
32547 msgstr ""
32549 #: c-family/c-attribs.cc:2705
32550 #, gcc-internal-format
32551 msgid "%qE attribute is only applicable on functions"
32552 msgstr ""
32554 #: c-family/c-attribs.cc:2724 d/d-attribs.cc:1091
32555 #, gcc-internal-format
32556 msgid "%<symver%> attribute only applies to functions and variables"
32557 msgstr ""
32559 #: c-family/c-attribs.cc:2732 d/d-attribs.cc:1099
32560 #, gcc-internal-format
32561 msgid "%<symver%> attribute is only applicable to symbols"
32562 msgstr ""
32564 #: c-family/c-attribs.cc:2742
32565 #, gcc-internal-format
32566 msgid "%<symver%> attribute argument not a string constant"
32567 msgstr ""
32569 #: c-family/c-attribs.cc:2756 d/d-attribs.cc:1123
32570 #, gcc-internal-format
32571 msgid "symver attribute argument must have format %<name@nodename%>"
32572 msgstr ""
32574 #: c-family/c-attribs.cc:2757 d/d-attribs.cc:1124
32575 #, gcc-internal-format
32576 msgid "%<symver%> attribute argument %qs must contain one or two %<@%>"
32577 msgstr ""
32579 #: c-family/c-attribs.cc:2792
32580 #, gcc-internal-format
32581 msgid "%q+D defined both normally and as %qE attribute"
32582 msgstr ""
32584 #: c-family/c-attribs.cc:2800
32585 #, gcc-internal-format
32586 msgid "weak %q+D cannot be defined %qE"
32587 msgstr ""
32589 #: c-family/c-attribs.cc:2817 c-family/c-attribs.cc:3810
32590 #: ada/gcc-interface/utils.cc:6893
32591 #, gcc-internal-format
32592 msgid "attribute %qE argument not a string"
32593 msgstr ""
32595 #: c-family/c-attribs.cc:2850
32596 #, gcc-internal-format
32597 msgid "%+qD declared %qs after being used"
32598 msgstr ""
32600 #: c-family/c-attribs.cc:2900
32601 #, gcc-internal-format
32602 msgid "%qE attribute argument cannot be a string"
32603 msgstr ""
32605 #: c-family/c-attribs.cc:2913
32606 #, gcc-internal-format
32607 msgid "%qE attribute argument cannot be a constant arithmetic expression"
32608 msgstr ""
32610 #: c-family/c-attribs.cc:2924
32611 #, gcc-internal-format
32612 msgid "%qE attribute ignored on a redeclaration of the referenced symbol"
32613 msgstr ""
32615 #: c-family/c-attribs.cc:2979
32616 #, gcc-internal-format
32617 msgid "%qE attribute ignored on a declaration of a different kind than referenced symbol"
32618 msgstr ""
32620 #: c-family/c-attribs.cc:2984
32621 #, gcc-internal-format
32622 msgid "symbol %qD referenced by %qD declared here"
32623 msgstr ""
32625 #: c-family/c-attribs.cc:3032
32626 #, gcc-internal-format
32627 msgid "%qE attribute must apply to a declaration"
32628 msgstr ""
32630 #: c-family/c-attribs.cc:3090
32631 #, gcc-internal-format
32632 msgid "indirect function %q+D cannot be declared %qE"
32633 msgstr ""
32635 #: c-family/c-attribs.cc:3113
32636 #, gcc-internal-format
32637 msgid "%qE attribute must appear before %qs attribute"
32638 msgstr ""
32640 #: c-family/c-attribs.cc:3126
32641 #, gcc-internal-format
32642 msgid "%+qD declared %qE after being used"
32643 msgstr ""
32645 #: c-family/c-attribs.cc:3150
32646 #, gcc-internal-format
32647 msgid "%qE attribute ignored on non-class types"
32648 msgstr ""
32650 #: c-family/c-attribs.cc:3156
32651 #, gcc-internal-format
32652 msgid "%qE attribute ignored because %qT is already defined"
32653 msgstr ""
32655 #: c-family/c-attribs.cc:3169
32656 #, gcc-internal-format
32657 msgid "visibility argument not a string"
32658 msgstr ""
32660 #: c-family/c-attribs.cc:3181 d/d-attribs.cc:1581
32661 #, gcc-internal-format
32662 msgid "%qE attribute ignored on types"
32663 msgstr ""
32665 #: c-family/c-attribs.cc:3197 d/d-attribs.cc:1610
32666 #, gcc-internal-format
32667 msgid "attribute %qE argument must be one of %qs, %qs, %qs, or %qs"
32668 msgstr ""
32670 #: c-family/c-attribs.cc:3209 d/d-attribs.cc:1621
32671 #, gcc-internal-format
32672 msgid "%qD redeclared with different visibility"
32673 msgstr ""
32675 #: c-family/c-attribs.cc:3212 c-family/c-attribs.cc:3216 d/d-attribs.cc:1624
32676 #: d/d-attribs.cc:1628
32677 #, gcc-internal-format
32678 msgid "%qD was declared %qs which implies default visibility"
32679 msgstr ""
32681 #: c-family/c-attribs.cc:3253
32682 #, gcc-internal-format
32683 msgid "%qE attribute ignored because %qD does not have thread storage duration"
32684 msgstr ""
32686 #: c-family/c-attribs.cc:3275
32687 #, gcc-internal-format
32688 msgid "%qE argument must be one of %qs, %qs, %qs, or %qs"
32689 msgstr ""
32691 #: c-family/c-attribs.cc:3297 c-family/c-attribs.cc:3893
32692 #: c-family/c-attribs.cc:5697 c-family/c-attribs.cc:5724
32693 #: config/m32c/m32c.cc:2939 ada/gcc-interface/utils.cc:7073
32694 #, gcc-internal-format
32695 msgid "%qE attribute applies only to functions"
32696 msgstr ""
32698 #: c-family/c-attribs.cc:3343
32699 #, gcc-internal-format
32700 msgid "%<%E (%E)%> attribute ignored on functions declared %qs"
32701 msgstr ""
32703 #: c-family/c-attribs.cc:3353
32704 #, gcc-internal-format
32705 msgid "%<%E (%E)%> attribute ignored with deallocation functions declared %qs"
32706 msgstr ""
32708 #: c-family/c-attribs.cc:3357
32709 #, gcc-internal-format
32710 msgid "deallocation function declared here"
32711 msgstr ""
32713 #: c-family/c-attribs.cc:3384
32714 #, gcc-internal-format
32715 msgid "%qE attribute ignored; valid only for functions"
32716 msgstr ""
32718 #: c-family/c-attribs.cc:3394
32719 #, gcc-internal-format
32720 msgid "%qE attribute ignored on functions returning %qT; valid only for pointer return types"
32721 msgstr ""
32723 #. Handle specially the common case of specifying one of a number
32724 #. of overloads, such as operator delete.
32725 #: c-family/c-attribs.cc:3440
32726 #, gcc-internal-format
32727 msgid "%qE attribute argument 1 is ambiguous"
32728 msgstr ""
32730 #: c-family/c-attribs.cc:3442
32731 #, gcc-internal-format
32732 msgid "use a cast to the expected type to disambiguate"
32733 msgstr ""
32735 #: c-family/c-attribs.cc:3447
32736 #, gcc-internal-format
32737 msgid "%qE attribute argument 1 does not name a function"
32738 msgstr ""
32740 #: c-family/c-attribs.cc:3450
32741 #, gcc-internal-format
32742 msgid "argument references a symbol declared here"
32743 msgstr ""
32745 #. Reject functions without a prototype.
32746 #: c-family/c-attribs.cc:3466
32747 #, gcc-internal-format
32748 msgid "%qE attribute argument 1 must take a pointer type as its first argument"
32749 msgstr ""
32751 #: c-family/c-attribs.cc:3469 c-family/c-attribs.cc:3482
32752 #, gcc-internal-format
32753 msgid "referenced symbol declared here"
32754 msgstr ""
32756 #. Reject functions that don't take a pointer as their first
32757 #. argument.
32758 #: c-family/c-attribs.cc:3479
32759 #, gcc-internal-format
32760 msgid "%qE attribute argument 1 must take a pointer type as its first argument; have %qT"
32761 msgstr ""
32763 #: c-family/c-attribs.cc:3593 c-family/c-attribs.cc:3641
32764 #: c-family/c-attribs.cc:3668 d/d-attribs.cc:1326
32765 #, gcc-internal-format
32766 msgid "%qE attribute ignored on a function returning %qT"
32767 msgstr ""
32769 #: c-family/c-attribs.cc:3687
32770 #, gcc-internal-format
32771 msgid "%qE attribute argument %E is not an integer constant"
32772 msgstr ""
32774 #: c-family/c-attribs.cc:3695
32775 #, gcc-internal-format
32776 msgid "%qE attribute argument %E is not positive"
32777 msgstr ""
32779 #: c-family/c-attribs.cc:3706
32780 #, gcc-internal-format
32781 msgid "%qE attribute argument %E is not a power of 2"
32782 msgstr ""
32784 #: c-family/c-attribs.cc:3719
32785 #, gcc-internal-format
32786 msgid "%qE attribute argument %E is not in the range [0, %wu]"
32787 msgstr ""
32789 #: c-family/c-attribs.cc:3823 ada/gcc-interface/utils.cc:6906
32790 #, gcc-internal-format
32791 msgid "only %<inbranch%> and %<notinbranch%> flags are allowed for %<__simd__%> attribute"
32792 msgstr ""
32794 #: c-family/c-attribs.cc:3899 c-family/c-attribs.cc:5703
32795 #, gcc-internal-format
32796 msgid "cannot set %qE attribute after definition"
32797 msgstr ""
32799 #: c-family/c-attribs.cc:3966
32800 #, gcc-internal-format
32801 msgid "%qE attribute duplicated"
32802 msgstr ""
32804 #: c-family/c-attribs.cc:3968
32805 #, gcc-internal-format
32806 msgid "%qE attribute follows %qE"
32807 msgstr ""
32809 #: c-family/c-attribs.cc:4067
32810 #, gcc-internal-format
32811 msgid "type was previously declared %qE"
32812 msgstr ""
32814 #: c-family/c-attribs.cc:4080 cp/class.cc:4792
32815 #, gcc-internal-format
32816 msgid "%<transaction_safe_dynamic%> may only be specified for a virtual function"
32817 msgstr ""
32819 #: c-family/c-attribs.cc:4138
32820 #, gcc-internal-format
32821 msgid "%qE argument not an identifier"
32822 msgstr ""
32824 #: c-family/c-attribs.cc:4149
32825 #, gcc-internal-format
32826 msgid "%qD is not compatible with %qD"
32827 msgstr ""
32829 #: c-family/c-attribs.cc:4152
32830 #, gcc-internal-format
32831 msgid "%qE argument is not a function"
32832 msgstr ""
32834 #: c-family/c-attribs.cc:4200 cp/name-lookup.cc:6055
32835 #, gcc-internal-format
32836 msgid "deprecated message is not a string"
32837 msgstr ""
32839 #: c-family/c-attribs.cc:4249 c-family/c-attribs.cc:4314
32840 #, gcc-internal-format
32841 msgid "%qE attribute ignored for %qE"
32842 msgstr ""
32844 #: c-family/c-attribs.cc:4273
32845 #, gcc-internal-format
32846 msgid "the message attached to %<unavailable%> is not a string"
32847 msgstr ""
32849 #: c-family/c-attribs.cc:4372 c-family/c-attribs.cc:4374
32850 #, gcc-internal-format
32851 msgid "invalid vector type for attribute %qE"
32852 msgstr ""
32854 #: c-family/c-attribs.cc:4409 c-family/c-attribs.cc:4413
32855 #, gcc-internal-format
32856 msgid "%qE attribute argument value %qE is negative"
32857 msgstr ""
32859 #: c-family/c-attribs.cc:4426 c-family/c-attribs.cc:4430
32860 #, gcc-internal-format
32861 msgid "%qE attribute argument value %qE exceeds %wu"
32862 msgstr ""
32864 #: c-family/c-attribs.cc:4438 ada/gcc-interface/utils.cc:4158
32865 #, gcc-internal-format
32866 msgid "vector size not an integral multiple of component size"
32867 msgstr ""
32869 #: c-family/c-attribs.cc:4444 ada/gcc-interface/utils.cc:4165
32870 #, gcc-internal-format
32871 msgid "zero vector size"
32872 msgstr ""
32874 #: c-family/c-attribs.cc:4453 c-family/c-attribs.cc:4456
32875 #, gcc-internal-format
32876 msgid "number of vector components %wu not a power of two"
32877 msgstr ""
32879 #: c-family/c-attribs.cc:4463 c-family/c-attribs.cc:4467
32880 #, gcc-internal-format
32881 msgid "number of vector components %wu exceeds %d"
32882 msgstr ""
32884 #: c-family/c-attribs.cc:4527
32885 #, gcc-internal-format
32886 msgid "%qE attribute only supported on non-mask vector types"
32887 msgstr ""
32889 #: c-family/c-attribs.cc:4560 c-family/c-attribs.cc:4600
32890 #, gcc-internal-format
32891 msgid "%qE attribute without arguments on a non-prototype"
32892 msgstr ""
32894 #: c-family/c-attribs.cc:4641
32895 #, gcc-internal-format
32896 msgid "%qE attribute ignored on objects of type %qT"
32897 msgstr ""
32899 #: c-family/c-attribs.cc:4649
32900 #, gcc-internal-format
32901 msgid "%qE attribute does not apply to functions"
32902 msgstr ""
32904 #: c-family/c-attribs.cc:4783
32905 #, gcc-internal-format
32906 msgid "attribute %qs mismatch with mode %qs"
32907 msgstr ""
32909 #: c-family/c-attribs.cc:4832
32910 #, gcc-internal-format
32911 msgid "attribute %qs missing positional argument 2 provided in previous designation by argument %u"
32912 msgstr ""
32914 #: c-family/c-attribs.cc:4838
32915 #, gcc-internal-format
32916 msgid "attribute %qs positional argument 2 missing in previous designation"
32917 msgstr ""
32919 #: c-family/c-attribs.cc:4844
32920 #, gcc-internal-format
32921 msgid "attribute %qs positional argument 2 conflicts with previous designation by argument %u"
32922 msgstr ""
32924 #: c-family/c-attribs.cc:4852
32925 #, gcc-internal-format
32926 msgid "attribute %qs mismatched positional argument values %i and %i"
32927 msgstr ""
32929 #: c-family/c-attribs.cc:4874
32930 #, gcc-internal-format, gfc-internal-format
32931 msgid "designating the bound of variable length array argument %u"
32932 msgstr ""
32934 #: c-family/c-attribs.cc:4957
32935 #, gcc-internal-format
32936 msgid "attribute %qE without arguments on a non-prototype"
32937 msgstr ""
32939 #: c-family/c-attribs.cc:5007
32940 #, gcc-internal-format
32941 msgid "attribute %qE invalid mode"
32942 msgstr ""
32944 #: c-family/c-attribs.cc:5016
32945 #, gcc-internal-format
32946 msgid "attribute %qE mode %qE is not an identifier; expected one of %qs, %qs, %qs, or %qs"
32947 msgstr ""
32949 #: c-family/c-attribs.cc:5043
32950 #, gcc-internal-format
32951 msgid "attribute %qE invalid mode %qs; expected one of %qs, %qs, %qs, or %qs"
32952 msgstr ""
32954 #: c-family/c-attribs.cc:5054
32955 #, gcc-internal-format
32956 msgid "attribute %qE unexpected %<(%> after mode %qs; expected a positional argument or %<)%>"
32957 msgstr ""
32959 #. The first positional argument is required.  It may be worth
32960 #. dropping the requirement at some point and having read_only
32961 #. apply to all const-qualified pointers and read_write or
32962 #. write_only to the rest.
32963 #: c-family/c-attribs.cc:5067
32964 #, gcc-internal-format
32965 msgid "attribute %<%E(%s)%> missing an argument"
32966 msgstr ""
32968 #: c-family/c-attribs.cc:5108
32969 #, gcc-internal-format
32970 msgid "attribute %<%E(%s, %E, %E)%> invalid positional argument %i"
32971 msgstr ""
32973 #: c-family/c-attribs.cc:5111
32974 #, gcc-internal-format
32975 msgid "attribute %<%E(%s, %E)%> invalid positional argument %i"
32976 msgstr ""
32978 #: c-family/c-attribs.cc:5136
32979 #, gcc-internal-format
32980 msgid "attribute %qs positional argument %i invalid value %wi"
32981 msgstr ""
32983 #: c-family/c-attribs.cc:5140
32984 #, gcc-internal-format
32985 msgid "attribute %qs positional argument %i value %wi exceeds number of function arguments %u"
32986 msgstr ""
32988 #: c-family/c-attribs.cc:5147
32989 #, gcc-internal-format
32990 msgid "attribute %qs invalid positional argument"
32991 msgstr ""
32993 #. The first argument must have a pointer or reference type.
32994 #: c-family/c-attribs.cc:5155
32995 #, gcc-internal-format
32996 msgid "attribute %qs positional argument 1 references non-pointer argument type %qT"
32997 msgstr ""
32999 #: c-family/c-attribs.cc:5166
33000 #, gcc-internal-format
33001 msgid "attribute %qs positional argument 1 references argument of function type %qT"
33002 msgstr ""
33004 #: c-family/c-attribs.cc:5179
33005 #, gcc-internal-format
33006 msgid "attribute %qs positional argument 1 references %qs-qualified argument type %qT"
33007 msgstr ""
33009 #: c-family/c-attribs.cc:5197
33010 #, gcc-internal-format
33011 msgid "attribute %qs positional argument 2 references non-integer argument type %qT"
33012 msgstr ""
33014 #: c-family/c-attribs.cc:5429
33015 #, gcc-internal-format
33016 msgid "cleanup argument not an identifier"
33017 msgstr ""
33019 #: c-family/c-attribs.cc:5436
33020 #, gcc-internal-format
33021 msgid "cleanup argument not a function"
33022 msgstr ""
33024 #: c-family/c-attribs.cc:5473
33025 #, gcc-internal-format
33026 msgid "%qE attribute requires prototypes with named arguments"
33027 msgstr ""
33029 #: c-family/c-attribs.cc:5481
33030 #, gcc-internal-format
33031 msgid "%qE attribute only applies to variadic functions"
33032 msgstr ""
33034 #: c-family/c-attribs.cc:5497 ada/gcc-interface/utils.cc:6536
33035 #, gcc-internal-format
33036 msgid "requested position is not an integer constant"
33037 msgstr ""
33039 #: c-family/c-attribs.cc:5505 ada/gcc-interface/utils.cc:6543
33040 #, gcc-internal-format
33041 msgid "requested position is less than zero"
33042 msgstr ""
33044 #: c-family/c-attribs.cc:5560 ada/gcc-interface/utils.cc:6955
33045 #: d/d-attribs.cc:768
33046 #, gcc-internal-format
33047 msgid "empty string in attribute %<target%>"
33048 msgstr ""
33050 #. The argument must be a constant string.
33051 #: c-family/c-attribs.cc:5582 config/sh/sh.cc:8549 d/d-attribs.cc:1035
33052 #: d/d-attribs.cc:1109 d/d-attribs.cc:1412 d/d-attribs.cc:1454
33053 #: d/d-attribs.cc:1516 d/d-attribs.cc:1595
33054 #, gcc-internal-format
33055 msgid "%qE attribute argument not a string constant"
33056 msgstr ""
33058 #: c-family/c-attribs.cc:5749 ada/gcc-interface/utils.cc:7104
33059 #, gcc-internal-format
33060 msgid "unrecognized %qE attribute argument %qs"
33061 msgstr ""
33063 #: c-family/c-attribs.cc:5767
33064 #, gcc-internal-format
33065 msgid "%qE attribute on a function not returning a pointer"
33066 msgstr ""
33068 #: c-family/c-attribs.cc:5782
33069 #, gcc-internal-format
33070 msgid "%qE attribute is only valid on %<struct%> type"
33071 msgstr ""
33073 #: c-family/c-attribs.cc:5830
33074 #, gcc-internal-format
33075 msgid "%qE attribute argument %qE is not an integer constant"
33076 msgstr ""
33078 #: c-family/c-attribs.cc:5839
33079 #, gcc-internal-format
33080 msgid "%qE attribute argument %qE exceeds %u"
33081 msgstr ""
33083 #: c-family/c-attribs.cc:5861
33084 #, gcc-internal-format
33085 msgid "%qE attribute may be put on a typedef only; attribute is ignored"
33086 msgstr ""
33088 #: c-family/c-attribs.cc:5873
33089 #, gcc-internal-format
33090 msgid "%qE attribute is for pointer types only"
33091 msgstr ""
33093 #: c-family/c-attribs.cc:5892
33094 #, gcc-internal-format
33095 msgid "%qE is only applicable to Objective-C class interfaces, attribute ignored"
33096 msgstr ""
33098 #: c-family/c-attribs.cc:5915
33099 #, gcc-internal-format
33100 msgid "%qE cannot be applied to non-pointer type %qT"
33101 msgstr ""
33103 #: c-family/c-attribs.cc:5940
33104 #, gcc-internal-format
33105 msgid "%qE attribute argument %qE is not recognised"
33106 msgstr ""
33108 #: c-family/c-attribs.cc:5955
33109 #, gcc-internal-format
33110 msgid "%qE attribute ignored; valid only for functions and function pointer fields"
33111 msgstr ""
33113 #: c-family/c-attribs.cc:5966
33114 #, gcc-internal-format
33115 msgid "%qE attribute ignored; field must be a function pointer"
33116 msgstr ""
33118 #: c-family/c-attribs.cc:5990
33119 #, gcc-internal-format
33120 msgid "unknown attribute %qE"
33121 msgstr ""
33123 #: c-family/c-attribs.cc:6017
33124 #, gcc-internal-format
33125 msgid "invalid operand type %qT for %qs"
33126 msgstr ""
33128 #: c-family/c-attribs.cc:6121
33129 #, gcc-internal-format
33130 msgid "%qs attribute not supported for %qT in %<__builtin_has_attribute%>"
33131 msgstr ""
33133 #: c-family/c-attribs.cc:6123
33134 #, gcc-internal-format
33135 msgid "%qs attribute not supported for %qE in %<__builtin_has_attribute%>"
33136 msgstr ""
33138 #: c-family/c-attribs.cc:6300
33139 #, gcc-internal-format
33140 msgid "%qs attribute not supported in %<__builtin_has_attribute%>"
33141 msgstr ""
33143 #: c-family/c-common.cc:739
33144 #, gcc-internal-format
33145 msgid "%qD is not defined outside of function scope"
33146 msgstr ""
33148 #: c-family/c-common.cc:784
33149 #, gcc-internal-format
33150 msgid "size of string literal is too large"
33151 msgstr ""
33153 #: c-family/c-common.cc:807
33154 #, gcc-internal-format
33155 msgid "string length %qd is greater than the length %qd ISO C%d compilers are required to support"
33156 msgstr ""
33158 #: c-family/c-common.cc:980
33159 #, gcc-internal-format
33160 msgid "use %<-flax-vector-conversions%> to permit conversions between vectors with differing element types or numbers of subparts"
33161 msgstr ""
33163 #: c-family/c-common.cc:1021
33164 #, gcc-internal-format
33165 msgid "%<__builtin_shuffle%> last argument must be an integer vector"
33166 msgstr ""
33168 #: c-family/c-common.cc:1030
33169 #, gcc-internal-format
33170 msgid "%<__builtin_shuffle%> arguments must be vectors"
33171 msgstr ""
33173 #: c-family/c-common.cc:1037
33174 #, gcc-internal-format
33175 msgid "%<__builtin_shuffle%> argument vectors must be of the same type"
33176 msgstr ""
33178 #: c-family/c-common.cc:1048
33179 #, gcc-internal-format
33180 msgid "%<__builtin_shuffle%> number of elements of the argument vector(s) and the mask vector should be the same"
33181 msgstr ""
33183 #: c-family/c-common.cc:1058
33184 #, gcc-internal-format
33185 msgid "%<__builtin_shuffle%> argument vector(s) inner type must have the same size as inner type of the mask"
33186 msgstr ""
33188 #: c-family/c-common.cc:1109
33189 #, gcc-internal-format
33190 msgid "%<__builtin_shufflevector%> arguments must be vectors"
33191 msgstr ""
33193 #: c-family/c-common.cc:1120
33194 #, gcc-internal-format
33195 msgid "%<__builtin_shufflevector%> arguments must be constant size vectors"
33196 msgstr ""
33198 #: c-family/c-common.cc:1129
33199 #, gcc-internal-format
33200 msgid "%<__builtin_shufflevector%> argument vectors must have the same element type"
33201 msgstr ""
33203 #: c-family/c-common.cc:1137
33204 #, gcc-internal-format
33205 msgid "%<__builtin_shufflevector%> must specify a result with a power of two number of elements"
33206 msgstr ""
33208 #: c-family/c-common.cc:1162 c-family/c-common.cc:1172
33209 #, gcc-internal-format
33210 msgid "invalid element index %qE to %<__builtin_shufflevector%>"
33211 msgstr ""
33213 #: c-family/c-common.cc:1250
33214 #, gcc-internal-format
33215 msgid "%<__builtin_convertvector%> first argument must be an integer or floating vector"
33216 msgstr ""
33218 #: c-family/c-common.cc:1259
33219 #, gcc-internal-format
33220 msgid "%<__builtin_convertvector%> second argument must be an integer or floating vector type"
33221 msgstr ""
33223 #: c-family/c-common.cc:1268
33224 #, gcc-internal-format
33225 msgid "%<__builtin_convertvector%> number of elements of the first argument vector and the second argument vector type should be the same"
33226 msgstr ""
33228 #: c-family/c-common.cc:1895
33229 #, gcc-internal-format
33230 msgid "operation on %qE may be undefined"
33231 msgstr ""
33233 #: c-family/c-common.cc:2247
33234 #, gcc-internal-format
33235 msgid "case label does not reduce to an integer constant"
33236 msgstr ""
33238 #: c-family/c-common.cc:2334
33239 #, gcc-internal-format
33240 msgid "GCC cannot support operators with integer types and fixed-point types that have too many integral and fractional bits together"
33241 msgstr ""
33243 #: c-family/c-common.cc:2879
33244 #, gcc-internal-format
33245 msgid "invalid operands to binary %s (have %qT and %qT)"
33246 msgstr ""
33248 #: c-family/c-common.cc:3128
33249 #, gcc-internal-format
33250 msgid "comparison is always false due to limited range of data type"
33251 msgstr ""
33253 #: c-family/c-common.cc:3131
33254 #, gcc-internal-format
33255 msgid "comparison is always true due to limited range of data type"
33256 msgstr ""
33258 #: c-family/c-common.cc:3233
33259 #, gcc-internal-format
33260 msgid "comparison of unsigned expression in %<>= 0%> is always true"
33261 msgstr ""
33263 #: c-family/c-common.cc:3241
33264 #, gcc-internal-format
33265 msgid "comparison of unsigned expression in %<< 0%> is always false"
33266 msgstr ""
33268 #: c-family/c-common.cc:3285
33269 #, gcc-internal-format
33270 msgid "pointer of type %<void *%> used in arithmetic"
33271 msgstr ""
33273 #: c-family/c-common.cc:3294
33274 #, gcc-internal-format
33275 msgid "pointer to a function used in arithmetic"
33276 msgstr ""
33278 #: c-family/c-common.cc:3511
33279 #, gcc-internal-format
33280 msgid "enum constant in boolean context"
33281 msgstr ""
33283 #: c-family/c-common.cc:3541 d/d-convert.cc:149
33284 #, gcc-internal-format
33285 msgid "the address of %qD will always evaluate as %<true%>"
33286 msgstr ""
33288 #: c-family/c-common.cc:3586
33289 #, gcc-internal-format
33290 msgid "%<*%> in boolean context, suggest %<&&%> instead"
33291 msgstr ""
33293 #: c-family/c-common.cc:3598
33294 #, gcc-internal-format
33295 msgid "%<<<%> in boolean context, did you mean %<<%>?"
33296 msgstr ""
33298 #: c-family/c-common.cc:3614
33299 #, gcc-internal-format
33300 msgid "%<?:%> using integer constants in boolean context, the expression will always evaluate to %<true%>"
33301 msgstr ""
33303 #: c-family/c-common.cc:3623
33304 #, gcc-internal-format
33305 msgid "%<?:%> using integer constants in boolean context"
33306 msgstr ""
33308 #: c-family/c-common.cc:3659
33309 #, gcc-internal-format
33310 msgid "the compiler can assume that the address of %qD will always evaluate to %<true%>"
33311 msgstr ""
33313 #: c-family/c-common.cc:3694 cp/semantics.cc:874 cp/typeck.cc:10358
33314 #, gcc-internal-format
33315 msgid "suggest parentheses around assignment used as truth value"
33316 msgstr ""
33318 #: c-family/c-common.cc:3781 c/c-decl.cc:4842 c/c-decl.cc:7424
33319 #: c/c-parser.cc:3524 c/c-typeck.cc:16346
33320 #, gcc-internal-format
33321 msgid "invalid use of %<restrict%>"
33322 msgstr ""
33324 #: c-family/c-common.cc:3855
33325 #, gcc-internal-format
33326 msgid "invalid application of %<sizeof%> to a function type"
33327 msgstr ""
33329 #: c-family/c-common.cc:3865
33330 #, gcc-internal-format
33331 msgid "ISO C++ does not permit %<alignof%> applied to a function type"
33332 msgstr ""
33334 #: c-family/c-common.cc:3868
33335 #, gcc-internal-format
33336 msgid "ISO C does not permit %<_Alignof%> applied to a function type"
33337 msgstr ""
33339 #: c-family/c-common.cc:3879 cp/typeck.cc:2057
33340 #, gcc-internal-format
33341 msgid "invalid application of %qs to a void type"
33342 msgstr ""
33344 #: c-family/c-common.cc:3888
33345 #, gcc-internal-format
33346 msgid "invalid application of %qs to incomplete type %qT"
33347 msgstr ""
33349 #: c-family/c-common.cc:3896
33350 #, gcc-internal-format
33351 msgid "invalid application of %qs to array type %qT of incomplete element type"
33352 msgstr ""
33354 #: c-family/c-common.cc:3948
33355 #, gcc-internal-format
33356 msgid "%<__alignof%> applied to a bit-field"
33357 msgstr ""
33359 #: c-family/c-common.cc:4769
33360 #, gcc-internal-format
33361 msgid "first argument to %<va_arg%> not of type %<va_list%>"
33362 msgstr ""
33364 #: c-family/c-common.cc:4889
33365 #, gcc-internal-format
33366 msgid "cannot disable built-in function %qs"
33367 msgstr ""
33369 #: c-family/c-common.cc:5081
33370 #, gcc-internal-format
33371 msgid "pointers are not permitted as case values"
33372 msgstr ""
33374 #: c-family/c-common.cc:5088
33375 #, gcc-internal-format
33376 msgid "range expressions in switch statements are non-standard"
33377 msgstr ""
33379 #: c-family/c-common.cc:5116
33380 #, gcc-internal-format
33381 msgid "empty range specified"
33382 msgstr ""
33384 #: c-family/c-common.cc:5168
33385 #, gcc-internal-format
33386 msgid "duplicate (or overlapping) case value"
33387 msgstr ""
33389 #: c-family/c-common.cc:5170
33390 #, gcc-internal-format
33391 msgid "this is the first entry overlapping that value"
33392 msgstr ""
33394 #: c-family/c-common.cc:5174
33395 #, gcc-internal-format
33396 msgid "duplicate case value"
33397 msgstr ""
33399 #: c-family/c-common.cc:5175 c-family/c-warn.cc:2556
33400 #, gcc-internal-format
33401 msgid "previously used here"
33402 msgstr ""
33404 #: c-family/c-common.cc:5179
33405 #, gcc-internal-format
33406 msgid "multiple default labels in one switch"
33407 msgstr ""
33409 #: c-family/c-common.cc:5181
33410 #, gcc-internal-format
33411 msgid "this is the first default label"
33412 msgstr ""
33414 #: c-family/c-common.cc:5293
33415 #, gcc-internal-format
33416 msgid "taking the address of a label is non-standard"
33417 msgstr ""
33419 #: c-family/c-common.cc:5471
33420 #, gcc-internal-format
33421 msgid "requested alignment is not an integer constant"
33422 msgstr ""
33424 #: c-family/c-common.cc:5479 c-family/c-common.cc:5489
33425 #, gcc-internal-format
33426 msgid "requested alignment %qE is not a positive power of 2"
33427 msgstr ""
33429 #: c-family/c-common.cc:5499
33430 #, gcc-internal-format
33431 msgid "requested alignment %qE exceeds object file maximum %u"
33432 msgstr ""
33434 #: c-family/c-common.cc:5507
33435 #, gcc-internal-format
33436 msgid "requested alignment %qE exceeds maximum %u"
33437 msgstr ""
33439 #: c-family/c-common.cc:5682
33440 #, gcc-internal-format
33441 msgid "not enough variable arguments to fit a sentinel"
33442 msgstr ""
33444 #: c-family/c-common.cc:5696
33445 #, gcc-internal-format
33446 msgid "missing sentinel in function call"
33447 msgstr ""
33449 #: c-family/c-common.cc:5923 c-family/c-common.cc:5973 d/d-attribs.cc:834
33450 #: d/d-attribs.cc:884
33451 #, gcc-internal-format
33452 msgid "bad option %qs to attribute %<optimize%>"
33453 msgstr ""
33455 #: c-family/c-common.cc:5926 c-family/c-common.cc:5977
33456 #, gcc-internal-format
33457 msgid "bad option %qs to pragma %<optimize%>"
33458 msgstr ""
33460 #: c-family/c-common.cc:6025
33461 #, gcc-internal-format
33462 msgid "attribute %<fallthrough%> specified multiple times"
33463 msgstr ""
33465 #: c-family/c-common.cc:6029
33466 #, gcc-internal-format
33467 msgid "%<fallthrough%> attribute specified with a parameter"
33468 msgstr ""
33470 #: c-family/c-common.cc:6210 c-family/c-common.cc:7061
33471 #: c-family/c-common.cc:7108 c-family/c-common.cc:7183
33472 #: c-family/c-common.cc:7256 config/aarch64/aarch64-sve-builtins.cc:2125
33473 #: c/c-typeck.cc:3848
33474 #, gcc-internal-format
33475 msgid "too few arguments to function %qE"
33476 msgstr ""
33478 #: c-family/c-common.cc:6215 c-family/c-common.cc:7114
33479 #: c-family/c-common.cc:7282 config/aarch64/aarch64-sve-builtins.cc:2127
33480 #: c/c-typeck.cc:3709
33481 #, gcc-internal-format
33482 msgid "too many arguments to function %qE"
33483 msgstr ""
33485 #: c-family/c-common.cc:6257
33486 #, gcc-internal-format
33487 msgid "third argument to function %qE must be a constant integer"
33488 msgstr ""
33490 #: c-family/c-common.cc:6282
33491 #, gcc-internal-format
33492 msgid "second argument to function %qE must be a constant integer power of 2 between %qi and %qu bits"
33493 msgstr ""
33495 #: c-family/c-common.cc:6304 c-family/c-common.cc:6348
33496 #, gcc-internal-format
33497 msgid "non-floating-point argument in call to function %qE"
33498 msgstr ""
33500 #: c-family/c-common.cc:6327
33501 #, gcc-internal-format
33502 msgid "non-floating-point arguments in call to function %qE"
33503 msgstr ""
33505 #: c-family/c-common.cc:6341
33506 #, gcc-internal-format
33507 msgid "non-const integer argument %u in call to function %qE"
33508 msgstr ""
33510 #: c-family/c-common.cc:6361
33511 #, gcc-internal-format
33512 msgid "non-integer argument 3 in call to function %qE"
33513 msgstr ""
33515 #: c-family/c-common.cc:6378 c-family/c-common.cc:6428
33516 #, gcc-internal-format
33517 msgid "argument %u in call to function %qE does not have integral type"
33518 msgstr ""
33520 #: c-family/c-common.cc:6385
33521 #, gcc-internal-format
33522 msgid "argument 3 in call to function %qE does not have pointer to integral type"
33523 msgstr ""
33525 #: c-family/c-common.cc:6391
33526 #, gcc-internal-format
33527 msgid "argument 3 in call to function %qE has pointer to enumerated type"
33528 msgstr ""
33530 #: c-family/c-common.cc:6397
33531 #, gcc-internal-format
33532 msgid "argument 3 in call to function %qE has pointer to boolean type"
33533 msgstr ""
33535 #: c-family/c-common.cc:6403 c-family/c-common.cc:6410
33536 #: c-family/c-common.cc:6465 c-family/c-common.cc:6472
33537 #, gcc-internal-format
33538 msgid "argument %u in call to function %qE has pointer to %qs type (%qT)"
33539 msgstr ""
33541 #: c-family/c-common.cc:6434
33542 #, gcc-internal-format
33543 msgid "argument 3 in call to function %qE has enumerated type"
33544 msgstr ""
33546 #: c-family/c-common.cc:6440
33547 #, gcc-internal-format
33548 msgid "argument 3 in call to function %qE has boolean type"
33549 msgstr ""
33551 #: c-family/c-common.cc:6453
33552 #, gcc-internal-format
33553 msgid "argument %u in call to function %qE does not have pointer type"
33554 msgstr ""
33556 #: c-family/c-common.cc:6459
33557 #, gcc-internal-format
33558 msgid "argument %u in call to function %qE points to incomplete type"
33559 msgstr ""
33561 #: c-family/c-common.cc:6738 rust/backend/rust-tree.cc:3568
33562 #, gcc-internal-format
33563 msgid "cannot apply %<offsetof%> to static data member %qD"
33564 msgstr ""
33566 #: c-family/c-common.cc:6743 rust/backend/rust-tree.cc:3573
33567 #, gcc-internal-format
33568 msgid "cannot apply %<offsetof%> when %<operator[]%> is overloaded"
33569 msgstr ""
33571 #: c-family/c-common.cc:6750 rust/backend/rust-tree.cc:3580
33572 #, gcc-internal-format
33573 msgid "cannot apply %<offsetof%> to a non constant address"
33574 msgstr ""
33576 #: c-family/c-common.cc:6763 rust/backend/rust-tree.cc:3593
33577 #, gcc-internal-format
33578 msgid "attempt to take address of bit-field structure member %qD"
33579 msgstr ""
33581 #: c-family/c-common.cc:6816 rust/backend/rust-tree.cc:3645
33582 #, gcc-internal-format
33583 msgid "index %E denotes an offset greater than size of %qT"
33584 msgstr ""
33586 #: c-family/c-common.cc:6977
33587 #, gcc-internal-format
33588 msgid "size of array is too large"
33589 msgstr ""
33591 #: c-family/c-common.cc:7091 c-family/c-common.cc:7215
33592 #, gcc-internal-format
33593 msgid "operand type %qT is incompatible with argument %d of %qE"
33594 msgstr ""
33596 #: c-family/c-common.cc:7125
33597 #, gcc-internal-format
33598 msgid "expecting argument of type pointer or of type integer for argument 1"
33599 msgstr ""
33601 #: c-family/c-common.cc:7141
33602 #, gcc-internal-format
33603 msgid "both arguments must be compatible"
33604 msgstr ""
33606 #: c-family/c-common.cc:7357
33607 #, gcc-internal-format
33608 msgid "incorrect number of arguments to function %qE"
33609 msgstr ""
33611 #: c-family/c-common.cc:7371
33612 #, gcc-internal-format
33613 msgid "argument 1 of %qE must be a non-void pointer type"
33614 msgstr ""
33616 #: c-family/c-common.cc:7378
33617 #, gcc-internal-format
33618 msgid "argument 1 of %qE must be a pointer to a complete type"
33619 msgstr ""
33621 #: c-family/c-common.cc:7387
33622 #, gcc-internal-format
33623 msgid "argument 1 of %qE must be a pointer to a constant size type"
33624 msgstr ""
33626 #: c-family/c-common.cc:7398
33627 #, gcc-internal-format
33628 msgid "argument 1 of %qE must be a pointer to a nonzero size object"
33629 msgstr ""
33631 #: c-family/c-common.cc:7419
33632 #, gcc-internal-format
33633 msgid "argument %d of %qE must be a pointer type"
33634 msgstr ""
33636 #: c-family/c-common.cc:7427
33637 #, gcc-internal-format
33638 msgid "argument %d of %qE must be a pointer to a constant size type"
33639 msgstr ""
33641 #: c-family/c-common.cc:7433
33642 #, gcc-internal-format
33643 msgid "argument %d of %qE must not be a pointer to a function"
33644 msgstr ""
33646 #: c-family/c-common.cc:7441
33647 #, gcc-internal-format
33648 msgid "size mismatch in argument %d of %qE"
33649 msgstr ""
33651 #: c-family/c-common.cc:7454
33652 #, gcc-internal-format
33653 msgid "argument %d of %qE must not be a pointer to a %<const%> type"
33654 msgstr ""
33656 #: c-family/c-common.cc:7459
33657 #, gcc-internal-format
33658 msgid "argument %d of %qE discards %<const%> qualifier"
33659 msgstr ""
33661 #: c-family/c-common.cc:7468
33662 #, gcc-internal-format
33663 msgid "argument %d of %qE must not be a pointer to a %<volatile%> type"
33664 msgstr ""
33666 #: c-family/c-common.cc:7473
33667 #, gcc-internal-format
33668 msgid "argument %d of %qE discards %<volatile%> qualifier"
33669 msgstr ""
33671 #: c-family/c-common.cc:7486
33672 #, gcc-internal-format
33673 msgid "non-integer memory model argument %d of %qE"
33674 msgstr ""
33676 #: c-family/c-common.cc:7499
33677 #, gcc-internal-format
33678 msgid "invalid memory model argument %d of %qE"
33679 msgstr ""
33681 #: c-family/c-common.cc:7900
33682 #, gcc-internal-format
33683 msgid "this target does not define a speculation barrier; your program will still execute correctly, but incorrect speculation may not be restricted"
33684 msgstr ""
33686 #: c-family/c-common.cc:8538
33687 #, gcc-internal-format
33688 msgid "index value is out of bound"
33689 msgstr ""
33691 #: c-family/c-common.cc:8580 c-family/c-common.cc:8629
33692 #: c-family/c-common.cc:8645
33693 #, gcc-internal-format
33694 msgid "conversion of scalar %qT to vector %qT involves truncation"
33695 msgstr ""
33697 #. Reject arguments that are built-in functions with
33698 #. no library fallback.
33699 #: c-family/c-common.cc:8733 rust/backend/rust-tree.cc:3464
33700 #, gcc-internal-format
33701 msgid "built-in function %qE must be directly called"
33702 msgstr ""
33704 #: c-family/c-common.cc:8753
33705 #, gcc-internal-format
33706 msgid "size of array %qE is not a constant expression"
33707 msgstr ""
33709 #: c-family/c-common.cc:8756
33710 #, gcc-internal-format
33711 msgid "size of array is not a constant expression"
33712 msgstr ""
33714 #: c-family/c-common.cc:8760
33715 #, gcc-internal-format
33716 msgid "size %qE of array %qE is negative"
33717 msgstr ""
33719 #: c-family/c-common.cc:8763
33720 #, gcc-internal-format
33721 msgid "size %qE of array is negative"
33722 msgstr ""
33724 #: c-family/c-common.cc:8768
33725 #, gcc-internal-format
33726 msgid "size %qE of array %qE exceeds maximum object size %qE"
33727 msgstr ""
33729 #: c-family/c-common.cc:8771
33730 #, gcc-internal-format
33731 msgid "size %qE of array exceeds maximum object size %qE"
33732 msgstr ""
33734 #: c-family/c-common.cc:8776
33735 #, gcc-internal-format
33736 msgid "size of array %qE exceeds maximum object size %qE"
33737 msgstr ""
33739 #: c-family/c-common.cc:8779
33740 #, gcc-internal-format
33741 msgid "size of array exceeds maximum object size %qE"
33742 msgstr ""
33744 #: c-family/c-common.cc:8850
33745 #, gcc-internal-format
33746 msgid "environment variable %qs must expand to a non-negative integer less than or equal to %wd"
33747 msgstr ""
33749 #: c-family/c-format.cc:197
33750 #, gcc-internal-format
33751 msgid "function does not return string type"
33752 msgstr ""
33754 #: c-family/c-format.cc:231
33755 #, gcc-internal-format
33756 msgid "format string argument is not a string type"
33757 msgstr ""
33759 #: c-family/c-format.cc:257
33760 #, gcc-internal-format
33761 msgid "found a %qs reference but the format argument should be a string"
33762 msgstr ""
33764 #: c-family/c-format.cc:260
33765 #, gcc-internal-format
33766 msgid "found a %qT but the format argument should be a string"
33767 msgstr ""
33769 #: c-family/c-format.cc:270
33770 #, gcc-internal-format
33771 msgid "format argument should be a %qs reference but a string was found"
33772 msgstr ""
33774 #: c-family/c-format.cc:292
33775 #, gcc-internal-format
33776 msgid "format argument should be a %qs reference"
33777 msgstr ""
33779 #: c-family/c-format.cc:346
33780 #, gcc-internal-format
33781 msgid "unrecognized format specifier"
33782 msgstr ""
33784 #: c-family/c-format.cc:359
33785 #, gcc-internal-format
33786 msgid "%qE is only allowed in Objective-C dialects"
33787 msgstr ""
33789 #: c-family/c-format.cc:368
33790 #, gcc-internal-format
33791 msgid "%qE is an unrecognized format function type"
33792 msgstr ""
33794 #: c-family/c-format.cc:386
33795 #, gcc-internal-format
33796 msgid "format string argument follows the arguments to be formatted"
33797 msgstr ""
33799 #: c-family/c-format.cc:1240
33800 #, gcc-internal-format
33801 msgid "function %qD might be a candidate for %qs format attribute"
33802 msgstr ""
33804 #: c-family/c-format.cc:1331 c-family/c-format.cc:1352
33805 #: c-family/c-format.cc:2787
33806 #, gcc-internal-format
33807 msgid "missing $ operand number in format"
33808 msgstr ""
33810 #: c-family/c-format.cc:1361
33811 #, gcc-internal-format, gfc-internal-format
33812 msgid "%s does not support %%n$ operand number formats"
33813 msgstr ""
33815 #: c-family/c-format.cc:1368
33816 #, gcc-internal-format
33817 msgid "operand number out of range in format"
33818 msgstr ""
33820 #: c-family/c-format.cc:1391
33821 #, gcc-internal-format, gfc-internal-format
33822 msgid "format argument %d used more than once in %s format"
33823 msgstr ""
33825 #: c-family/c-format.cc:1424
33826 #, gcc-internal-format
33827 msgid "%<$%>operand number used after format without operand number"
33828 msgstr ""
33830 #: c-family/c-format.cc:1455
33831 #, gcc-internal-format
33832 msgid "format argument %d unused before used argument %d in %<$%>-style format"
33833 msgstr ""
33835 #: c-family/c-format.cc:1558
33836 #, gcc-internal-format
33837 msgid "format not a string literal, format string not checked"
33838 msgstr ""
33840 #: c-family/c-format.cc:1573 c-family/c-format.cc:1576
33841 #, gcc-internal-format
33842 msgid "format not a string literal and no format arguments"
33843 msgstr ""
33845 #: c-family/c-format.cc:1579
33846 #, gcc-internal-format
33847 msgid "format not a string literal, argument types not checked"
33848 msgstr ""
33850 #: c-family/c-format.cc:1596
33851 #, gcc-internal-format
33852 msgid "too many arguments for format"
33853 msgstr ""
33855 #: c-family/c-format.cc:1601
33856 #, gcc-internal-format
33857 msgid "unused arguments in %<$%>-style format"
33858 msgstr ""
33860 #: c-family/c-format.cc:1604
33861 #, gcc-internal-format, gfc-internal-format
33862 msgid "zero-length %s format string"
33863 msgstr ""
33865 #: c-family/c-format.cc:1608
33866 #, gcc-internal-format
33867 msgid "format is a wide character string"
33868 msgstr ""
33870 #: c-family/c-format.cc:1612
33871 #, gcc-internal-format
33872 msgid "format string is not an array of type %qs"
33873 msgstr ""
33875 #: c-family/c-format.cc:1615
33876 #, gcc-internal-format
33877 msgid "unterminated format string"
33878 msgstr ""
33880 #: c-family/c-format.cc:2030
33881 #, gcc-internal-format
33882 msgid "%s used with %<%%%c%> %s format"
33883 msgstr ""
33885 #: c-family/c-format.cc:2040
33886 #, gcc-internal-format, gfc-internal-format
33887 msgid "%s does not support %s"
33888 msgstr ""
33890 #: c-family/c-format.cc:2050
33891 #, gcc-internal-format
33892 msgid "%s does not support %s with the %<%%%c%> %s format"
33893 msgstr ""
33895 #: c-family/c-format.cc:2064
33896 #, gcc-internal-format, gfc-internal-format
33897 msgid "%s used within a quoted sequence"
33898 msgstr ""
33900 #: c-family/c-format.cc:2077
33901 #, gcc-internal-format
33902 msgid "%qc conversion used unquoted"
33903 msgstr ""
33905 #: c-family/c-format.cc:2195 c-family/c-format.cc:2526
33906 #, gcc-internal-format, gfc-internal-format
33907 msgid "repeated %s in format"
33908 msgstr ""
33910 #: c-family/c-format.cc:2206
33911 #, gcc-internal-format
33912 msgid "missing fill character at end of strfmon format"
33913 msgstr ""
33915 #: c-family/c-format.cc:2308
33916 #, gcc-internal-format, gfc-internal-format
33917 msgid "zero width in %s format"
33918 msgstr ""
33920 #: c-family/c-format.cc:2331
33921 #, gcc-internal-format, gfc-internal-format
33922 msgid "empty left precision in %s format"
33923 msgstr ""
33925 #: c-family/c-format.cc:2422
33926 #, gcc-internal-format, gfc-internal-format
33927 msgid "empty precision in %s format"
33928 msgstr ""
33930 #: c-family/c-format.cc:2500
33931 #, gcc-internal-format
33932 msgid "%s does not support the %qs %s length modifier"
33933 msgstr ""
33935 #: c-family/c-format.cc:2556
33936 #, gcc-internal-format
33937 msgid "unknown conversion type character %qc in format"
33938 msgstr ""
33940 #: c-family/c-format.cc:2568
33941 #, gcc-internal-format
33942 msgid "%s does not support the %<%%%c%> %s format"
33943 msgstr ""
33945 #: c-family/c-format.cc:2600
33946 #, gcc-internal-format
33947 msgid "%s ignored with %s and %<%%%c%> %s format"
33948 msgstr ""
33950 #: c-family/c-format.cc:2605
33951 #, gcc-internal-format, gfc-internal-format
33952 msgid "%s ignored with %s in %s format"
33953 msgstr ""
33955 #: c-family/c-format.cc:2612
33956 #, gcc-internal-format
33957 msgid "use of %s and %s together with %<%%%c%> %s format"
33958 msgstr ""
33960 #: c-family/c-format.cc:2617
33961 #, gcc-internal-format, gfc-internal-format
33962 msgid "use of %s and %s together in %s format"
33963 msgstr ""
33965 #: c-family/c-format.cc:2644
33966 #, gcc-internal-format
33967 msgid "%<%%%c%> yields only last 2 digits of year in some locales"
33968 msgstr ""
33970 #: c-family/c-format.cc:2648
33971 #, gcc-internal-format
33972 msgid "%<%%%c%> yields only last 2 digits of year"
33973 msgstr ""
33975 #: c-family/c-format.cc:2675
33976 #, gcc-internal-format
33977 msgid "no closing %<]%> for %<%%[%> format"
33978 msgstr ""
33980 #: c-family/c-format.cc:2704
33981 #, gcc-internal-format
33982 msgid "use of %qs length modifier with %qc type character has either no effect or undefined behavior"
33983 msgstr ""
33985 #: c-family/c-format.cc:2726
33986 #, gcc-internal-format
33987 msgid "%s does not support the %<%%%s%c%> %s format"
33988 msgstr ""
33990 #: c-family/c-format.cc:2764
33991 #, gcc-internal-format
33992 msgid "operand number specified with suppressed assignment"
33993 msgstr ""
33995 #: c-family/c-format.cc:2768
33996 #, gcc-internal-format
33997 msgid "operand number specified for format taking no argument"
33998 msgstr ""
34000 #: c-family/c-format.cc:3118
34001 #, gcc-internal-format
34002 msgid "unquoted type name %<%.*s%> in format"
34003 msgstr ""
34005 #: c-family/c-format.cc:3120
34006 #, gcc-internal-format
34007 msgid "unquoted operator %<%.*s%> in format"
34008 msgstr ""
34010 #: c-family/c-format.cc:3121
34011 #, gcc-internal-format
34012 msgid "unquoted keyword %<%.*s%> in format"
34013 msgstr ""
34015 #: c-family/c-format.cc:3124
34016 #, gcc-internal-format
34017 msgid "use %qs instead"
34018 msgstr ""
34020 #: c-family/c-format.cc:3176
34021 #, gcc-internal-format
34022 msgid "unquoted attribute in format"
34023 msgstr ""
34025 #: c-family/c-format.cc:3189
34026 #, gcc-internal-format
34027 msgid "unquoted name of built-in function %<%.*s%> in format"
34028 msgstr ""
34030 #: c-family/c-format.cc:3203
34031 #, gcc-internal-format
34032 msgid "unquoted identifier or keyword %<%.*s%> in format"
34033 msgstr ""
34035 #: c-family/c-format.cc:3237
34036 #, gcc-internal-format
34037 msgid "misspelled term %<%.*s%> in format; use %<%s%s%> instead"
34038 msgstr ""
34040 #: c-family/c-format.cc:3281
34041 #, gcc-internal-format
34042 msgid "quoted %qs directive in format; use %qs instead"
34043 msgstr ""
34045 #: c-family/c-format.cc:3288 c-family/c-format.cc:3559
34046 #, gcc-internal-format
34047 msgid "contraction %<%.*s%> in format; use %qs instead"
34048 msgstr ""
34050 #: c-family/c-format.cc:3328
34051 #, gcc-internal-format
34052 msgid "unquoted whitespace character %qc in format"
34053 msgstr ""
34055 #: c-family/c-format.cc:3341
34056 #, gcc-internal-format
34057 msgid "spurious trailing space in format"
34058 msgstr ""
34060 #: c-family/c-format.cc:3362
34061 #, gcc-internal-format
34062 msgid "inconsistent capitalization in format"
34063 msgstr ""
34065 #: c-family/c-format.cc:3369
34066 #, gcc-internal-format, gfc-internal-format
34067 msgid "unquoted sequence of %i consecutive space characters in format"
34068 msgstr ""
34070 #: c-family/c-format.cc:3389
34071 #, gcc-internal-format
34072 msgid "unquoted control characters in format"
34073 msgstr ""
34075 #: c-family/c-format.cc:3396
34076 #, gcc-internal-format
34077 msgid "unquoted control character %qc in format"
34078 msgstr ""
34080 #: c-family/c-format.cc:3454
34081 #, gcc-internal-format
34082 msgid "unquoted option name %<%.*s%> in format"
34083 msgstr ""
34085 #: c-family/c-format.cc:3514
34086 #, gcc-internal-format
34087 msgid "unbalanced punctuation character %qc in format"
34088 msgstr ""
34090 #: c-family/c-format.cc:3533
34091 #, gcc-internal-format
34092 msgid "unquoted preprocessing directive %<%.*s%> in format"
34093 msgstr ""
34095 #: c-family/c-format.cc:3569
34096 #, gcc-internal-format
34097 msgid "bare apostrophe %<'%> in format"
34098 msgstr ""
34100 #: c-family/c-format.cc:3571
34101 #, gcc-internal-format
34102 msgid "if avoiding the apostrophe is not feasible, enclose it in a pair of %qs and %qs directives instead"
34103 msgstr ""
34105 #: c-family/c-format.cc:3583
34106 #, gcc-internal-format
34107 msgid "grave accent %<`%> in format"
34108 msgstr "dijakritički znak (grave accent) %<`%> u formatu `"
34110 #: c-family/c-format.cc:3585
34111 #, gcc-internal-format
34112 msgid "use the apostrophe directive %qs instead"
34113 msgstr ""
34115 #: c-family/c-format.cc:3597
34116 #, gcc-internal-format
34117 msgid "space followed by punctuation character %<%c%>"
34118 msgstr ""
34120 #: c-family/c-format.cc:3608
34121 #, gcc-internal-format
34122 msgid "quoted %qs directive in format"
34123 msgstr ""
34125 #: c-family/c-format.cc:3610
34126 #, gcc-internal-format
34127 msgid "if using %qs is not feasible, use %qs instead"
34128 msgstr ""
34130 #: c-family/c-format.cc:3639
34131 #, gcc-internal-format
34132 msgid "spurious leading punctuation sequence %<%.*s%> in format"
34133 msgstr ""
34135 #: c-family/c-format.cc:3679
34136 #, gcc-internal-format
34137 msgid "spurious trailing punctuation sequence %<%.*s%> in format"
34138 msgstr ""
34140 #: c-family/c-format.cc:3696
34141 #, gcc-internal-format
34142 msgid "unquoted sequence of %i consecutive punctuation characters %q.*s in format"
34143 msgstr ""
34145 #: c-family/c-format.cc:3716
34146 #, gcc-internal-format
34147 msgid "unquoted non-graph characters in format"
34148 msgstr ""
34150 #: c-family/c-format.cc:3723
34151 #, gcc-internal-format
34152 msgid "unquoted non-graph character %qc in format"
34153 msgstr ""
34155 #: c-family/c-format.cc:3755
34156 #, gcc-internal-format
34157 msgid "unbalanced punctuation character %<%c%> in format"
34158 msgstr ""
34160 #: c-family/c-format.cc:3762
34161 #, gcc-internal-format
34162 msgid "unterminated quoting directive"
34163 msgstr ""
34165 #: c-family/c-format.cc:3771
34166 #, gcc-internal-format
34167 msgid "unterminated quote character %<%c%> in format"
34168 msgstr ""
34170 #: c-family/c-format.cc:3841
34171 #, gcc-internal-format
34172 msgid "spurious trailing %<%%%> in format"
34173 msgstr ""
34175 #: c-family/c-format.cc:3901
34176 #, gcc-internal-format
34177 msgid "conversion lacks type at end of format"
34178 msgstr ""
34180 #: c-family/c-format.cc:3930
34181 #, gcc-internal-format
34182 msgid "nested quoting directive"
34183 msgstr ""
34185 #: c-family/c-format.cc:3941
34186 #, gcc-internal-format
34187 msgid "unmatched quoting directive"
34188 msgstr ""
34190 #: c-family/c-format.cc:3956
34191 #, gcc-internal-format
34192 msgid "%qc directive redundant after prior occurence of the same"
34193 msgstr ""
34195 #: c-family/c-format.cc:3962
34196 #, gcc-internal-format
34197 msgid "unmatched color reset directive"
34198 msgstr ""
34200 #: c-family/c-format.cc:3974
34201 #, gcc-internal-format
34202 msgid "%qc conversion used within a quoted sequence"
34203 msgstr ""
34205 #: c-family/c-format.cc:4014
34206 #, gcc-internal-format
34207 msgid "embedded %<\\0%> in format"
34208 msgstr ""
34210 #: c-family/c-format.cc:4030
34211 #, gcc-internal-format
34212 msgid "unterminated color directive"
34213 msgstr ""
34215 #: c-family/c-format.cc:4152
34216 #, gcc-internal-format, gfc-internal-format
34217 msgid "writing through null pointer (argument %d)"
34218 msgstr ""
34220 #: c-family/c-format.cc:4163
34221 #, gcc-internal-format, gfc-internal-format
34222 msgid "reading through null pointer (argument %d)"
34223 msgstr ""
34225 #: c-family/c-format.cc:4183
34226 #, gcc-internal-format, gfc-internal-format
34227 msgid "writing into constant object (argument %d)"
34228 msgstr ""
34230 #: c-family/c-format.cc:4195
34231 #, gcc-internal-format, gfc-internal-format
34232 msgid "extra type qualifiers in format argument (argument %d)"
34233 msgstr ""
34235 #: c-family/c-format.cc:4736
34236 #, gcc-internal-format
34237 msgid "%s %<%s%.*s%> expects argument of type %<%s%s%>, but argument %d has type %qT"
34238 msgstr ""
34240 #: c-family/c-format.cc:4745
34241 #, gcc-internal-format
34242 msgid "%s %<%s%.*s%> expects a matching %<%s%s%> argument"
34243 msgstr ""
34245 #: c-family/c-format.cc:4755
34246 #, gcc-internal-format
34247 msgid "%s %<%s%.*s%> expects argument of type %<%T%s%>, but argument %d has type %qT"
34248 msgstr ""
34250 #: c-family/c-format.cc:4764
34251 #, gcc-internal-format
34252 msgid "%s %<%s%.*s%> expects a matching %<%T%s%> argument"
34253 msgstr ""
34255 #: c-family/c-format.cc:4826 c-family/c-format.cc:4832
34256 #: c-family/c-format.cc:4886
34257 #, gcc-internal-format
34258 msgid "%<__gcc_host_wide_int__%> is not defined as a type"
34259 msgstr ""
34261 #: c-family/c-format.cc:4839 c-family/c-format.cc:4896
34262 #, gcc-internal-format
34263 msgid "%<__gcc_host_wide_int__%> is not defined as %<long%> or %<long long%>"
34264 msgstr ""
34266 #: c-family/c-format.cc:4948
34267 #, gcc-internal-format
34268 msgid "%<locus%> is not defined as a type"
34269 msgstr ""
34271 #: c-family/c-format.cc:4992
34272 #, gcc-internal-format
34273 msgid "%qs is not defined as a type"
34274 msgstr ""
34276 #: c-family/c-format.cc:5018
34277 #, gcc-internal-format
34278 msgid "%<location_t%> is not defined as a type"
34279 msgstr ""
34281 #: c-family/c-format.cc:5035
34282 #, gcc-internal-format
34283 msgid "%<tree%> is not defined as a type"
34284 msgstr ""
34286 #: c-family/c-format.cc:5041
34287 #, gcc-internal-format
34288 msgid "%<tree%> is not defined as a pointer type"
34289 msgstr ""
34291 #: c-family/c-format.cc:5221
34292 #, gcc-internal-format
34293 msgid "argument to be formatted is not %<...%>"
34294 msgstr ""
34296 #: c-family/c-format.cc:5233
34297 #, gcc-internal-format
34298 msgid "strftime formats cannot format arguments"
34299 msgstr ""
34301 #: c-family/c-indentation.cc:318
34302 #, gcc-internal-format
34303 msgid "%<-Wmisleading-indentation%> is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers"
34304 msgstr ""
34306 #: c-family/c-indentation.cc:323
34307 #, gcc-internal-format
34308 msgid "adding %<-flarge-source-files%> will allow for more column-tracking support, at the expense of compilation time and memory"
34309 msgstr ""
34311 #: c-family/c-indentation.cc:651
34312 #, gcc-internal-format
34313 msgid "this %qs clause does not guard..."
34314 msgstr ""
34316 #: c-family/c-indentation.cc:654
34317 #, gcc-internal-format
34318 msgid "...this statement, but the latter is misleadingly indented as if it were guarded by the %qs"
34319 msgstr ""
34321 #: c-family/c-lex.cc:226
34322 #, gcc-internal-format
34323 msgid "badly nested C headers from preprocessor"
34324 msgstr ""
34326 #: c-family/c-lex.cc:261
34327 #, gcc-internal-format
34328 msgid "ignoring %<#pragma %s %s%>"
34329 msgstr ""
34331 #. ... or not.
34332 #: c-family/c-lex.cc:610 c-family/c-lex.cc:1367
34333 #, gcc-internal-format
34334 msgid "stray %<@%> in program"
34335 msgstr ""
34337 #: c-family/c-lex.cc:625
34338 #, gcc-internal-format
34339 msgid "stray %qs in program"
34340 msgstr ""
34342 #: c-family/c-lex.cc:635
34343 #, gcc-internal-format, gfc-internal-format
34344 msgid "missing terminating %c character"
34345 msgstr ""
34347 #: c-family/c-lex.cc:637
34348 #, gcc-internal-format
34349 msgid "stray %qc in program"
34350 msgstr ""
34352 #: c-family/c-lex.cc:642
34353 #, gcc-internal-format
34354 msgid "stray %<\\%o%> in program"
34355 msgstr ""
34357 #: c-family/c-lex.cc:860
34358 #, gcc-internal-format
34359 msgid "this decimal constant is unsigned only in ISO C90"
34360 msgstr ""
34362 #: c-family/c-lex.cc:864
34363 #, gcc-internal-format
34364 msgid "this decimal constant would be unsigned in ISO C90"
34365 msgstr ""
34367 #: c-family/c-lex.cc:892
34368 #, gcc-internal-format
34369 msgid "integer constant is too large for %<unsigned long%> type"
34370 msgstr ""
34372 #: c-family/c-lex.cc:932
34373 #, gcc-internal-format
34374 msgid "unsuffixed floating constant"
34375 msgstr ""
34377 #: c-family/c-lex.cc:946
34378 #, gcc-internal-format
34379 msgid "decimal floating-point not supported for this target"
34380 msgstr ""
34382 #: c-family/c-lex.cc:969 c-family/c-lex.cc:997 c-family/c-lex.cc:1017
34383 #, gcc-internal-format
34384 msgid "unsupported non-standard suffix on floating constant"
34385 msgstr ""
34387 #: c-family/c-lex.cc:974 c-family/c-lex.cc:1010 c-family/c-lex.cc:1022
34388 #, gcc-internal-format
34389 msgid "non-standard suffix on floating constant"
34390 msgstr ""
34392 #: c-family/c-lex.cc:1004
34393 #, gcc-internal-format
34394 msgid "%<f%d%> or %<F%d%> suffix on floating constant only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
34395 msgstr ""
34397 #: c-family/c-lex.cc:1025
34398 #, gcc-internal-format
34399 msgid "%<bf16%> or %<BF16%> suffix on floating constant only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
34400 msgstr ""
34402 #: c-family/c-lex.cc:1105 c-family/c-lex.cc:1108
34403 #, gcc-internal-format
34404 msgid "floating constant exceeds range of %qT"
34405 msgstr ""
34407 #: c-family/c-lex.cc:1123
34408 #, gcc-internal-format
34409 msgid "floating constant truncated to zero"
34410 msgstr ""
34412 #: c-family/c-lex.cc:1324
34413 #, gcc-internal-format
34414 msgid "repeated %<@%> before Objective-C string"
34415 msgstr ""
34417 #: c-family/c-lex.cc:1343 c/c-parser.cc:7909
34418 #, gcc-internal-format
34419 msgid "unsupported non-standard concatenation of string literals"
34420 msgstr ""
34422 #: c-family/c-lex.cc:1379 c/c-parser.cc:7930
34423 #, gcc-internal-format
34424 msgid "traditional C rejects string constant concatenation"
34425 msgstr ""
34427 #: c-family/c-omp.cc:130 cp/pt.cc:19447
34428 #, gcc-internal-format
34429 msgid "%<#pragma omp critical%> with %<hint%> clause requires a name, except when %<omp_sync_hint_none%> is used"
34430 msgstr ""
34432 #: c-family/c-omp.cc:240
34433 #, gcc-internal-format
34434 msgid "invalid expression type for %<#pragma omp atomic%>"
34435 msgstr ""
34437 #: c-family/c-omp.cc:245
34438 #, gcc-internal-format
34439 msgid "%<_Atomic%> expression in %<#pragma omp atomic%>"
34440 msgstr ""
34442 #: c-family/c-omp.cc:250
34443 #, gcc-internal-format
34444 msgid "%<#pragma omp atomic compare capture%> with non-integral comparison result"
34445 msgstr ""
34447 #: c-family/c-omp.cc:539
34448 #, gcc-internal-format
34449 msgid "%<#pragma omp atomic update%> uses two different variables for memory"
34450 msgstr ""
34452 #: c-family/c-omp.cc:542 c-family/c-omp.cc:580
34453 #, gcc-internal-format
34454 msgid "%<#pragma omp atomic capture%> uses two different variables for memory"
34455 msgstr ""
34457 #: c-family/c-omp.cc:699
34458 #, gcc-internal-format
34459 msgid "type of %<depobj%> expression is not %<omp_depend_t%>"
34460 msgstr ""
34462 #: c-family/c-omp.cc:705
34463 #, gcc-internal-format
34464 msgid "%<const%> qualified %<depobj%> expression"
34465 msgstr ""
34467 #: c-family/c-omp.cc:730
34468 #, gcc-internal-format
34469 msgid "more than one locator in %<depend%> clause on %<depobj%> construct"
34470 msgstr ""
34472 #: c-family/c-omp.cc:736
34473 #, gcc-internal-format
34474 msgid "%<depobj%> dependence type specified in %<depend%> clause on %<depobj%> construct"
34475 msgstr ""
34477 #: c-family/c-omp.cc:752
34478 #, gcc-internal-format
34479 msgid "%<iterator%> modifier may not be specified on %<depobj%> construct"
34480 msgstr ""
34482 #: c-family/c-omp.cc:969 cp/semantics.cc:10604
34483 #, gcc-internal-format
34484 msgid "invalid type for iteration variable %qE"
34485 msgstr ""
34487 #: c-family/c-omp.cc:974
34488 #, gcc-internal-format
34489 msgid "%<_Atomic%> iteration variable %qE"
34490 msgstr ""
34492 #: c-family/c-omp.cc:990
34493 #, gcc-internal-format
34494 msgid "%qE is not initialized"
34495 msgstr ""
34497 #: c-family/c-omp.cc:1011 cp/semantics.cc:10493
34498 #, gcc-internal-format
34499 msgid "missing controlling predicate"
34500 msgstr ""
34502 #: c-family/c-omp.cc:1117 cp/semantics.cc:10109
34503 #, gcc-internal-format
34504 msgid "invalid controlling predicate"
34505 msgstr ""
34507 #: c-family/c-omp.cc:1124 cp/semantics.cc:10499
34508 #, gcc-internal-format
34509 msgid "missing increment expression"
34510 msgstr ""
34512 #: c-family/c-omp.cc:1224 c-family/c-omp.cc:1242
34513 #, gcc-internal-format
34514 msgid "increment is not constant 1 or -1 for %<!=%> condition"
34515 msgstr ""
34517 #: c-family/c-omp.cc:1255 cp/semantics.cc:10226
34518 #, gcc-internal-format
34519 msgid "invalid increment expression"
34520 msgstr ""
34522 #: c-family/c-omp.cc:1353
34523 #, gcc-internal-format
34524 msgid "initializer expression refers to iteration variable %qD"
34525 msgstr ""
34527 #: c-family/c-omp.cc:1357
34528 #, gcc-internal-format
34529 msgid "condition expression refers to iteration variable %qD"
34530 msgstr ""
34532 #: c-family/c-omp.cc:1361
34533 #, gcc-internal-format
34534 msgid "increment expression refers to iteration variable %qD"
34535 msgstr ""
34537 #: c-family/c-omp.cc:1539
34538 #, gcc-internal-format
34539 msgid "outer iteration variable %qD used in initializer expression has type other than %qT"
34540 msgstr ""
34542 #: c-family/c-omp.cc:1543
34543 #, gcc-internal-format
34544 msgid "outer iteration variable %qD used in condition expression has type other than %qT"
34545 msgstr ""
34547 #: c-family/c-omp.cc:1550
34548 #, gcc-internal-format
34549 msgid "outer iteration variable %qD multiplier expression %qE is not integral"
34550 msgstr ""
34552 #: c-family/c-omp.cc:1556
34553 #, gcc-internal-format
34554 msgid "outer iteration variable %qD addend expression %qE is not integral"
34555 msgstr ""
34557 #: c-family/c-omp.cc:1621 c-family/c-omp.cc:1706
34558 #, gcc-internal-format
34559 msgid "the same loop iteration variables %qD used in multiple associated loops"
34560 msgstr ""
34562 #: c-family/c-omp.cc:1656
34563 #, gcc-internal-format
34564 msgid "two different outer iteration variables %qD and %qD used in a single loop"
34565 msgstr ""
34567 #: c-family/c-omp.cc:2259
34568 #, gcc-internal-format
34569 msgid "invalid %<task%> reduction modifier on construct combined with %<simd%> or %<loop%>"
34570 msgstr ""
34572 #: c-family/c-omp.cc:2270
34573 #, gcc-internal-format
34574 msgid "invalid %<task%> reduction modifier on construct not combined with %<parallel%>, %<for%> or %<sections%>"
34575 msgstr ""
34577 #: c-family/c-omp.cc:2283
34578 #, gcc-internal-format
34579 msgid "%<inscan%> %<reduction%> clause on construct other than %<for%>, %<simd%>, %<for simd%>, %<parallel for%>, %<parallel for simd%>"
34580 msgstr ""
34582 #: c-family/c-omp.cc:2756 c/c-typeck.cc:16159 cp/semantics.cc:9221
34583 #, gcc-internal-format
34584 msgid "%qD specified in %<allocate%> clause but not in an explicit privatization clause"
34585 msgstr ""
34587 #: c-family/c-omp.cc:2848 c-family/c-omp.cc:2863
34588 #, gcc-internal-format
34589 msgid "%qD is not a function argument"
34590 msgstr "%qD nije argument funkcije"
34592 #: c-family/c-opts.cc:338
34593 #, gcc-internal-format
34594 msgid "%<-I-%> specified twice"
34595 msgstr ""
34597 #: c-family/c-opts.cc:341
34598 #, gcc-internal-format
34599 msgid "obsolete option %<-I-%> used, please use %<-iquote%> instead"
34600 msgstr ""
34602 #: c-family/c-opts.cc:432
34603 #, gcc-internal-format
34604 msgid "%<-Wabi=1%> is not supported, using =2"
34605 msgstr ""
34607 #: c-family/c-opts.cc:619 fortran/cpp.cc:370
34608 #, gcc-internal-format
34609 msgid "output filename specified twice"
34610 msgstr ""
34612 #: c-family/c-opts.cc:852
34613 #, gcc-internal-format
34614 msgid "%<-fno-gnu89-inline%> is only supported in GNU99 or C99 mode"
34615 msgstr ""
34617 #: c-family/c-opts.cc:898
34618 #, gcc-internal-format
34619 msgid "%<-Wformat-y2k%> ignored without %<-Wformat%>"
34620 msgstr ""
34622 #: c-family/c-opts.cc:900
34623 #, gcc-internal-format
34624 msgid "%<-Wformat-extra-args%> ignored without %<-Wformat%>"
34625 msgstr ""
34627 #: c-family/c-opts.cc:902
34628 #, gcc-internal-format
34629 msgid "%<-Wformat-zero-length%> ignored without %<-Wformat%>"
34630 msgstr ""
34632 #: c-family/c-opts.cc:904
34633 #, gcc-internal-format
34634 msgid "%<-Wformat-nonliteral%> ignored without %<-Wformat%>"
34635 msgstr ""
34637 #: c-family/c-opts.cc:906
34638 #, gcc-internal-format
34639 msgid "%<-Wformat-contains-nul%> ignored without %<-Wformat%>"
34640 msgstr ""
34642 #: c-family/c-opts.cc:908
34643 #, gcc-internal-format
34644 msgid "%<-Wformat-security%> ignored without %<-Wformat%>"
34645 msgstr ""
34647 #: c-family/c-opts.cc:964
34648 #, gcc-internal-format
34649 msgid "%<-fabi-compat-version=1%> is not supported, using =2"
34650 msgstr ""
34652 #: c-family/c-opts.cc:991
34653 #, gcc-internal-format
34654 msgid "%<-Wabi%> won%'t warn about anything"
34655 msgstr ""
34657 #: c-family/c-opts.cc:993
34658 #, gcc-internal-format
34659 msgid "%<-Wabi%> warns about differences from the most up-to-date ABI, which is also used by default"
34660 msgstr ""
34662 #: c-family/c-opts.cc:996
34663 #, gcc-internal-format
34664 msgid "use e.g. %<-Wabi=11%> to warn about changes from GCC 7"
34665 msgstr ""
34667 #: c-family/c-opts.cc:1078
34668 #, gcc-internal-format
34669 msgid "external TLS initialization functions not supported on this target"
34670 msgstr ""
34672 #: c-family/c-opts.cc:1099
34673 #, gcc-internal-format
34674 msgid "too many filenames given; type %<%s %s%> for usage"
34675 msgstr ""
34677 #: c-family/c-opts.cc:1113
34678 #, gcc-internal-format
34679 msgid "opening output file %s: %m"
34680 msgstr ""
34682 #: c-family/c-opts.cc:1131
34683 #, gcc-internal-format
34684 msgid "the %qs debug info cannot be used with pre-compiled headers"
34685 msgstr ""
34687 #: c-family/c-opts.cc:1292 d/d-lang.cc:1285
34688 #, gcc-internal-format
34689 msgid "opening dependency file %s: %m"
34690 msgstr ""
34692 #: c-family/c-opts.cc:1309 d/d-lang.cc:1298
34693 #, gcc-internal-format
34694 msgid "closing dependency file %s: %m"
34695 msgstr ""
34697 #: c-family/c-opts.cc:1312
34698 #, gcc-internal-format
34699 msgid "when writing output to %s: %m"
34700 msgstr ""
34702 #: c-family/c-opts.cc:1388
34703 #, gcc-internal-format
34704 msgid "to generate dependencies you must specify either %<-M%> or %<-MM%>"
34705 msgstr ""
34707 #: c-family/c-opts.cc:1412
34708 #, gcc-internal-format
34709 msgid "%<-MG%> may only be used with %<-M%> or %<-MM%>"
34710 msgstr ""
34712 #: c-family/c-opts.cc:1445
34713 #, gcc-internal-format
34714 msgid "%<-fdirectives-only%> is incompatible with %<-Wunused-macros%>"
34715 msgstr ""
34717 #: c-family/c-opts.cc:1448
34718 #, gcc-internal-format
34719 msgid "%<-fdirectives-only%> is incompatible with %<-traditional%>"
34720 msgstr ""
34722 #: c-family/c-opts.cc:1646
34723 #, gcc-internal-format
34724 msgid "too late for # directive to set debug directory"
34725 msgstr ""
34727 #: c-family/c-pch.cc:105
34728 #, gcc-internal-format
34729 msgid "cannot create precompiled header %s: %m"
34730 msgstr ""
34732 #: c-family/c-pch.cc:125
34733 #, gcc-internal-format
34734 msgid "cannot write to %s: %m"
34735 msgstr ""
34737 #: c-family/c-pch.cc:183
34738 #, gcc-internal-format
34739 msgid "cannot write %s: %m"
34740 msgstr "nije moguće pisati %s: %m"
34742 #: c-family/c-pch.cc:392
34743 #, gcc-internal-format
34744 msgid "%<pch_preprocess%> pragma should only be used with %<-fpreprocessed%>"
34745 msgstr ""
34747 #: c-family/c-pch.cc:394
34748 #, gcc-internal-format
34749 msgid "use %<#include%> instead"
34750 msgstr ""
34752 #: c-family/c-pch.cc:400
34753 #, gcc-internal-format
34754 msgid "%s: couldn%'t open PCH file: %m"
34755 msgstr ""
34757 #: c-family/c-pch.cc:405
34758 #, gcc-internal-format
34759 msgid "use %<-Winvalid-pch%> for more information"
34760 msgstr ""
34762 #: c-family/c-pch.cc:406
34763 #, gcc-internal-format, gfc-internal-format
34764 msgid "%s: PCH file was invalid"
34765 msgstr ""
34767 #: c-family/c-pragma.cc:98
34768 #, gcc-internal-format
34769 msgid "%<#pragma pack (pop)%> encountered without matching %<#pragma pack (push)%>"
34770 msgstr ""
34772 #: c-family/c-pragma.cc:113
34773 #, gcc-internal-format
34774 msgid "%<#pragma pack(pop, %E)%> encountered without matching %<#pragma pack(push, %E)%>"
34775 msgstr ""
34777 #: c-family/c-pragma.cc:144
34778 #, gcc-internal-format
34779 msgid "missing %<(%> after %<#pragma pack%> - ignored"
34780 msgstr ""
34782 #: c-family/c-pragma.cc:155 c-family/c-pragma.cc:189
34783 #, gcc-internal-format
34784 msgid "invalid constant in %<#pragma pack%> - ignored"
34785 msgstr ""
34787 #: c-family/c-pragma.cc:159 c-family/c-pragma.cc:203
34788 #, gcc-internal-format
34789 msgid "malformed %<#pragma pack%> - ignored"
34790 msgstr ""
34792 #: c-family/c-pragma.cc:164
34793 #, gcc-internal-format
34794 msgid "malformed %<#pragma pack(push[, id][, <n>])%> - ignored"
34795 msgstr ""
34797 #: c-family/c-pragma.cc:166
34798 #, gcc-internal-format
34799 msgid "malformed %<#pragma pack(pop[, id])%> - ignored"
34800 msgstr ""
34802 #: c-family/c-pragma.cc:175
34803 #, gcc-internal-format
34804 msgid "unknown action %qE for %<#pragma pack%> - ignored"
34805 msgstr ""
34807 #: c-family/c-pragma.cc:206
34808 #, gcc-internal-format
34809 msgid "junk at end of %<#pragma pack%>"
34810 msgstr ""
34812 #: c-family/c-pragma.cc:209
34813 #, gcc-internal-format
34814 msgid "%<#pragma pack%> has no effect with %<-fpack-struct%> - ignored"
34815 msgstr ""
34817 #: c-family/c-pragma.cc:230
34818 #, gcc-internal-format, gfc-internal-format
34819 msgid "alignment must be a small power of two, not %d"
34820 msgstr ""
34822 #: c-family/c-pragma.cc:269
34823 #, gcc-internal-format
34824 msgid "applying %<#pragma weak %+D%> after first use results in unspecified behavior"
34825 msgstr ""
34827 #: c-family/c-pragma.cc:366 c-family/c-pragma.cc:371
34828 #, gcc-internal-format
34829 msgid "malformed %<#pragma weak%>, ignored"
34830 msgstr ""
34832 #: c-family/c-pragma.cc:375
34833 #, gcc-internal-format
34834 msgid "junk at end of %<#pragma weak%>"
34835 msgstr ""
34837 #: c-family/c-pragma.cc:381
34838 #, gcc-internal-format
34839 msgid "%<#pragma weak%> declaration of %q+D not allowed, ignored"
34840 msgstr ""
34842 #: c-family/c-pragma.cc:429
34843 #, gcc-internal-format
34844 msgid "%<scalar_storage_order%> is not supported because endianness is not uniform"
34845 msgstr ""
34847 #: c-family/c-pragma.cc:438
34848 #, gcc-internal-format
34849 msgid "%<#pragma scalar_storage_order%> is not supported for C++"
34850 msgstr ""
34852 #: c-family/c-pragma.cc:444
34853 #, gcc-internal-format
34854 msgid "missing %<big-endian%>, %<little-endian%>, or %<default%> after %<#pragma scalar_storage_order%>"
34855 msgstr ""
34857 #: c-family/c-pragma.cc:454
34858 #, gcc-internal-format
34859 msgid "expected %<big-endian%>, %<little-endian%>, or %<default%> after %<#pragma scalar_storage_order%>"
34860 msgstr ""
34862 #: c-family/c-pragma.cc:509 c-family/c-pragma.cc:511
34863 #, gcc-internal-format
34864 msgid "malformed %<#pragma redefine_extname%>, ignored"
34865 msgstr ""
34867 #: c-family/c-pragma.cc:514
34868 #, gcc-internal-format
34869 msgid "junk at end of %<#pragma redefine_extname%>"
34870 msgstr ""
34872 #: c-family/c-pragma.cc:542 c-family/c-pragma.cc:615
34873 #, gcc-internal-format
34874 msgid "%<#pragma redefine_extname%> ignored due to conflict with previous rename"
34875 msgstr ""
34877 #: c-family/c-pragma.cc:570
34878 #, gcc-internal-format
34879 msgid "%<#pragma redefine_extname%> ignored due to conflict with previous %<#pragma redefine_extname%>"
34880 msgstr ""
34882 #: c-family/c-pragma.cc:606
34883 #, gcc-internal-format
34884 msgid "%<asm%> declaration ignored due to conflict with previous rename"
34885 msgstr ""
34887 #: c-family/c-pragma.cc:637
34888 #, gcc-internal-format
34889 msgid "%<#pragma redefine_extname%> ignored due to conflict with %<asm%> declaration"
34890 msgstr ""
34892 #: c-family/c-pragma.cc:698
34893 #, gcc-internal-format
34894 msgid "%<#pragma GCC visibility push()%> must specify %<default%>, %<internal%>, %<hidden%> or %<protected%>"
34895 msgstr ""
34897 #: c-family/c-pragma.cc:741
34898 #, gcc-internal-format
34899 msgid "%<#pragma GCC visibility%> must be followed by %<push%> or %<pop%>"
34900 msgstr ""
34902 #: c-family/c-pragma.cc:748
34903 #, gcc-internal-format
34904 msgid "no matching push for %<#pragma GCC visibility pop%>"
34905 msgstr ""
34907 #: c-family/c-pragma.cc:753 c-family/c-pragma.cc:760
34908 #, gcc-internal-format
34909 msgid "missing %<(%> after %<#pragma GCC visibility push%> - ignored"
34910 msgstr ""
34912 #: c-family/c-pragma.cc:756
34913 #, gcc-internal-format
34914 msgid "malformed %<#pragma GCC visibility push%>"
34915 msgstr ""
34917 #: c-family/c-pragma.cc:764
34918 #, gcc-internal-format
34919 msgid "junk at end of %<#pragma GCC visibility%>"
34920 msgstr ""
34922 #: c-family/c-pragma.cc:928
34923 #, gcc-internal-format
34924 msgid "missing %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, or %<ignored_attributes%> after %<#pragma GCC diagnostic%>"
34925 msgstr ""
34927 #: c-family/c-pragma.cc:952
34928 #, gcc-internal-format
34929 msgid "missing attribute name after %<#pragma GCC diagnostic ignored_attributes%>"
34930 msgstr ""
34932 #: c-family/c-pragma.cc:961
34933 #, gcc-internal-format
34934 msgid "missing argument to %<#pragma GCC diagnostic ignored_attributes%>"
34935 msgstr ""
34937 #: c-family/c-pragma.cc:969
34938 #, gcc-internal-format
34939 msgid "trailing %<,%> in arguments for %<#pragma GCC diagnostic ignored_attributes%>"
34940 msgstr ""
34942 #: c-family/c-pragma.cc:987
34943 #, gcc-internal-format
34944 msgid "missing option after %<#pragma GCC diagnostic%> kind"
34945 msgstr ""
34947 #: c-family/c-pragma.cc:995
34948 #, gcc-internal-format
34949 msgid "expected %<error%>, %<warning%>, %<ignored%>, %<push%>, %<pop%>, %<ignored_attributes%> after %<#pragma GCC diagnostic%>"
34950 msgstr ""
34952 #: c-family/c-pragma.cc:1018
34953 #, gcc-internal-format
34954 msgid "unknown option after %<#pragma GCC diagnostic%> kind"
34955 msgstr ""
34957 #: c-family/c-pragma.cc:1023
34958 #, gcc-internal-format
34959 msgid "did you mean %<-%s%>?"
34960 msgstr ""
34962 #: c-family/c-pragma.cc:1032
34963 #, gcc-internal-format
34964 msgid "%qs is not an option that controls warnings"
34965 msgstr ""
34967 #: c-family/c-pragma.cc:1043
34968 #, gcc-internal-format
34969 msgid "option %qs is valid for %s but not for %s"
34970 msgstr ""
34972 #: c-family/c-pragma.cc:1096
34973 #, gcc-internal-format
34974 msgid "%<#pragma GCC option%> is not allowed inside functions"
34975 msgstr ""
34977 #: c-family/c-pragma.cc:1108
34978 #, gcc-internal-format
34979 msgid "%<#pragma GCC option%> is not a string"
34980 msgstr ""
34982 #: c-family/c-pragma.cc:1133
34983 #, gcc-internal-format
34984 msgid "%<#pragma GCC target (string [,string]...)%> does not have a final %<)%>"
34985 msgstr ""
34987 #: c-family/c-pragma.cc:1139
34988 #, gcc-internal-format
34989 msgid "%<#pragma GCC target%> string is badly formed"
34990 msgstr ""
34992 #: c-family/c-pragma.cc:1168
34993 #, gcc-internal-format
34994 msgid "%<#pragma GCC optimize%> is not allowed inside functions"
34995 msgstr ""
34997 #: c-family/c-pragma.cc:1180
34998 #, gcc-internal-format
34999 msgid "%<#pragma GCC optimize%> is not a string or number"
35000 msgstr ""
35002 #: c-family/c-pragma.cc:1204
35003 #, gcc-internal-format
35004 msgid "%<#pragma GCC optimize (string [,string]...)%> does not have a final %<)%>"
35005 msgstr ""
35007 #: c-family/c-pragma.cc:1210
35008 #, gcc-internal-format
35009 msgid "%<#pragma GCC optimize%> string is badly formed"
35010 msgstr ""
35012 #: c-family/c-pragma.cc:1253
35013 #, gcc-internal-format
35014 msgid "junk at end of %<#pragma push_options%>"
35015 msgstr ""
35017 #: c-family/c-pragma.cc:1290
35018 #, gcc-internal-format
35019 msgid "junk at end of %<#pragma pop_options%>"
35020 msgstr ""
35022 #: c-family/c-pragma.cc:1297
35023 #, gcc-internal-format
35024 msgid "%<#pragma GCC pop_options%> without a corresponding %<#pragma GCC push_options%>"
35025 msgstr ""
35027 #: c-family/c-pragma.cc:1348
35028 #, gcc-internal-format
35029 msgid "junk at end of %<#pragma reset_options%>"
35030 msgstr ""
35032 #: c-family/c-pragma.cc:1387 c-family/c-pragma.cc:1397
35033 #, gcc-internal-format
35034 msgid "expected a string after %<#pragma message%>"
35035 msgstr ""
35037 #: c-family/c-pragma.cc:1389
35038 #, gcc-internal-format
35039 msgid "malformed %<#pragma message%>, ignored"
35040 msgstr ""
35042 #: c-family/c-pragma.cc:1394 cp/parser.cc:4452 cp/parser.cc:4548
35043 #, gcc-internal-format
35044 msgid "string literal with user-defined suffix is invalid in this context"
35045 msgstr ""
35047 #: c-family/c-pragma.cc:1402
35048 #, gcc-internal-format
35049 msgid "junk at end of %<#pragma message%>"
35050 msgstr ""
35052 #: c-family/c-pragma.cc:1405
35053 #, gcc-internal-format
35054 msgid "%<#pragma message: %s%>"
35055 msgstr ""
35057 #: c-family/c-pragma.cc:1449
35058 #, gcc-internal-format
35059 msgid "invalid location for %<pragma %s%>, ignored"
35060 msgstr ""
35062 #: c-family/c-pragma.cc:1456 c-family/c-pragma.cc:1470
35063 #, gcc-internal-format
35064 msgid "malformed %<#pragma %s%>, ignored"
35065 msgstr ""
35067 #: c-family/c-pragma.cc:1476 cp/lex.cc:603
35068 #, gcc-internal-format
35069 msgid "junk at end of %<#pragma %s%>"
35070 msgstr ""
35072 #: c-family/c-pragma.cc:1494
35073 #, gcc-internal-format
35074 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported for C++"
35075 msgstr ""
35077 #: c-family/c-pragma.cc:1503
35078 #, gcc-internal-format
35079 msgid "%<#pragma STDC FLOAT_CONST_DECIMAL64%> is not supported on this target"
35080 msgstr ""
35082 #: c-family/c-pragma.cc:1509
35083 #, gcc-internal-format
35084 msgid "ISO C does not support %<#pragma STDC FLOAT_CONST_DECIMAL64%>"
35085 msgstr ""
35087 #: c-family/c-pretty-print.cc:341
35088 #, gcc-internal-format
35089 msgid "<type-error>"
35090 msgstr ""
35092 #: c-family/c-pretty-print.cc:384
35093 #, gcc-internal-format
35094 msgid "<unnamed-unsigned:"
35095 msgstr ""
35097 #: c-family/c-pretty-print.cc:388
35098 #, gcc-internal-format
35099 msgid "<unnamed-float:"
35100 msgstr ""
35102 #: c-family/c-pretty-print.cc:391
35103 #, gcc-internal-format
35104 msgid "<unnamed-fixed:"
35105 msgstr ""
35107 #: c-family/c-pretty-print.cc:406
35108 #, gcc-internal-format
35109 msgid "<typedef-error>"
35110 msgstr ""
35112 #: c-family/c-pretty-print.cc:421
35113 #, gcc-internal-format
35114 msgid "<tag-error>"
35115 msgstr ""
35117 #: c-family/c-pretty-print.cc:1327
35118 #, gcc-internal-format
35119 msgid "<erroneous-expression>"
35120 msgstr ""
35122 #: c-family/c-pretty-print.cc:1331 cp/cxx-pretty-print.cc:133
35123 #, gcc-internal-format
35124 msgid "<return-value>"
35125 msgstr ""
35127 #: c-family/c-semantics.cc:197
35128 #, gcc-internal-format, gfc-internal-format
35129 msgid "wrong type argument to %s"
35130 msgstr ""
35132 #: c-family/c-warn.cc:58 c-family/c-warn.cc:71 cp/constexpr.cc:3382
35133 #: cp/constexpr.cc:6958 m2/gm2-gcc/m2expr.cc:934
35134 #: rust/backend/rust-constexpr.cc:1907 rust/backend/rust-constexpr.cc:4339
35135 #, gcc-internal-format
35136 msgid "overflow in constant expression"
35137 msgstr ""
35139 #: c-family/c-warn.cc:98
35140 #, gcc-internal-format
35141 msgid "integer overflow in expression %qE of type %qT results in %qE"
35142 msgstr ""
35144 #: c-family/c-warn.cc:100
35145 #, gcc-internal-format
35146 msgid "integer overflow in expression of type %qT results in %qE"
35147 msgstr ""
35149 #: c-family/c-warn.cc:106
35150 #, gcc-internal-format
35151 msgid "floating point overflow in expression %qE of type %qT results in %qE"
35152 msgstr ""
35154 #: c-family/c-warn.cc:108
35155 #, gcc-internal-format
35156 msgid "floating point overflow in expression of type %qT results in %qE"
35157 msgstr ""
35159 #: c-family/c-warn.cc:114
35160 #, gcc-internal-format
35161 msgid "fixed-point overflow in expression %qE of type %qT results in %qE"
35162 msgstr ""
35164 #: c-family/c-warn.cc:116
35165 #, gcc-internal-format
35166 msgid "fixed-point overflow in expression of type %qT results in %qE"
35167 msgstr ""
35169 #: c-family/c-warn.cc:122
35170 #, gcc-internal-format
35171 msgid "vector overflow in expression %qE of type %qT results in %qE"
35172 msgstr ""
35174 #: c-family/c-warn.cc:124
35175 #, gcc-internal-format
35176 msgid "vector overflow in expression of type %qT results in %qE"
35177 msgstr ""
35179 #: c-family/c-warn.cc:131
35180 #, gcc-internal-format
35181 msgid "complex integer overflow in expression %qE of type %qT results in %qE"
35182 msgstr ""
35184 #: c-family/c-warn.cc:133
35185 #, gcc-internal-format
35186 msgid "complex integer overflow in expression of type %qT results in %qE"
35187 msgstr ""
35189 #: c-family/c-warn.cc:137
35190 #, gcc-internal-format
35191 msgid "complex floating point overflow in expression %qE of type %qT results in %qE"
35192 msgstr ""
35194 #: c-family/c-warn.cc:139
35195 #, gcc-internal-format
35196 msgid "complex floating point overflow in expression of type %qT results in %qE"
35197 msgstr ""
35199 #: c-family/c-warn.cc:231
35200 #, gcc-internal-format
35201 msgid "logical %<or%> applied to non-boolean constant"
35202 msgstr ""
35204 #: c-family/c-warn.cc:235
35205 #, gcc-internal-format
35206 msgid "logical %<and%> applied to non-boolean constant"
35207 msgstr ""
35209 #: c-family/c-warn.cc:305
35210 #, gcc-internal-format
35211 msgid "logical %<or%> of collectively exhaustive tests is always true"
35212 msgstr ""
35214 #: c-family/c-warn.cc:309
35215 #, gcc-internal-format
35216 msgid "logical %<and%> of mutually exclusive tests is always false"
35217 msgstr ""
35219 #: c-family/c-warn.cc:319
35220 #, gcc-internal-format
35221 msgid "logical %<or%> of equal expressions"
35222 msgstr ""
35224 #: c-family/c-warn.cc:322
35225 #, gcc-internal-format
35226 msgid "logical %<and%> of equal expressions"
35227 msgstr ""
35229 #: c-family/c-warn.cc:408
35230 #, gcc-internal-format
35231 msgid "bitwise comparison always evaluates to false"
35232 msgstr ""
35234 #: c-family/c-warn.cc:411
35235 #, gcc-internal-format
35236 msgid "bitwise comparison always evaluates to true"
35237 msgstr ""
35239 #: c-family/c-warn.cc:516
35240 #, gcc-internal-format
35241 msgid "self-comparison always evaluates to true"
35242 msgstr ""
35244 #: c-family/c-warn.cc:519
35245 #, gcc-internal-format
35246 msgid "self-comparison always evaluates to false"
35247 msgstr ""
35249 #: c-family/c-warn.cc:570
35250 #, gcc-internal-format
35251 msgid "logical not is only applied to the left hand side of comparison"
35252 msgstr ""
35254 #: c-family/c-warn.cc:578
35255 #, gcc-internal-format
35256 msgid "add parentheses around left hand side expression to silence this warning"
35257 msgstr ""
35259 #: c-family/c-warn.cc:721
35260 #, gcc-internal-format
35261 msgid "type-punning to incomplete type might break strict-aliasing rules"
35262 msgstr ""
35264 #: c-family/c-warn.cc:739
35265 #, gcc-internal-format
35266 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
35267 msgstr ""
35269 #: c-family/c-warn.cc:747 c-family/c-warn.cc:765
35270 #, gcc-internal-format
35271 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
35272 msgstr ""
35274 #: c-family/c-warn.cc:912
35275 #, gcc-internal-format
35276 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to use the size of the destination?"
35277 msgstr ""
35279 #: c-family/c-warn.cc:943
35280 #, gcc-internal-format
35281 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to remove the addressof?"
35282 msgstr ""
35284 #: c-family/c-warn.cc:950
35285 #, gcc-internal-format
35286 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to provide an explicit length?"
35287 msgstr ""
35289 #: c-family/c-warn.cc:955
35290 #, gcc-internal-format
35291 msgid "argument to %<sizeof%> in %qD call is the same expression as the destination; did you mean to dereference it?"
35292 msgstr ""
35294 #: c-family/c-warn.cc:967
35295 #, gcc-internal-format
35296 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the destination; expected %qT or an explicit length"
35297 msgstr ""
35299 #: c-family/c-warn.cc:983
35300 #, gcc-internal-format
35301 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to remove the addressof?"
35302 msgstr ""
35304 #: c-family/c-warn.cc:990
35305 #, gcc-internal-format
35306 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to provide an explicit length?"
35307 msgstr ""
35309 #: c-family/c-warn.cc:995
35310 #, gcc-internal-format
35311 msgid "argument to %<sizeof%> in %qD call is the same expression as the source; did you mean to dereference it?"
35312 msgstr ""
35314 #: c-family/c-warn.cc:1007
35315 #, gcc-internal-format
35316 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the source; expected %qT or an explicit length"
35317 msgstr ""
35319 #: c-family/c-warn.cc:1023
35320 #, gcc-internal-format
35321 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to remove the addressof?"
35322 msgstr ""
35324 #: c-family/c-warn.cc:1030
35325 #, gcc-internal-format
35326 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to provide an explicit length?"
35327 msgstr ""
35329 #: c-family/c-warn.cc:1035
35330 #, gcc-internal-format
35331 msgid "argument to %<sizeof%> in %qD call is the same expression as the first source; did you mean to dereference it?"
35332 msgstr ""
35334 #: c-family/c-warn.cc:1047
35335 #, gcc-internal-format
35336 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the first source; expected %qT or an explicit length"
35337 msgstr ""
35339 #: c-family/c-warn.cc:1063
35340 #, gcc-internal-format
35341 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to remove the addressof?"
35342 msgstr ""
35344 #: c-family/c-warn.cc:1070
35345 #, gcc-internal-format
35346 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to provide an explicit length?"
35347 msgstr ""
35349 #: c-family/c-warn.cc:1075
35350 #, gcc-internal-format
35351 msgid "argument to %<sizeof%> in %qD call is the same expression as the second source; did you mean to dereference it?"
35352 msgstr ""
35354 #: c-family/c-warn.cc:1087
35355 #, gcc-internal-format
35356 msgid "argument to %<sizeof%> in %qD call is the same pointer type %qT as the second source; expected %qT or an explicit length"
35357 msgstr ""
35359 #: c-family/c-warn.cc:1116 c-family/c-warn.cc:1123
35360 #, gcc-internal-format
35361 msgid "%<_Atomic%>-qualified parameter type %qT of %q+D"
35362 msgstr ""
35364 #: c-family/c-warn.cc:1133
35365 #, gcc-internal-format
35366 msgid "first argument of %q+D should be %<int%>"
35367 msgstr ""
35369 #: c-family/c-warn.cc:1142
35370 #, gcc-internal-format
35371 msgid "second argument of %q+D should be %<char **%>"
35372 msgstr ""
35374 #: c-family/c-warn.cc:1151
35375 #, gcc-internal-format
35376 msgid "third argument of %q+D should probably be %<char **%>"
35377 msgstr ""
35379 #: c-family/c-warn.cc:1162
35380 #, gcc-internal-format
35381 msgid "%q+D takes only zero or two arguments"
35382 msgstr ""
35384 #: c-family/c-warn.cc:1166
35385 #, gcc-internal-format
35386 msgid "%q+D declared as variadic function"
35387 msgstr ""
35389 #: c-family/c-warn.cc:1209 m2/gm2-gcc/m2convert.cc:191
35390 #, gcc-internal-format
35391 msgid "conversion to %qT from boolean expression"
35392 msgstr ""
35394 #: c-family/c-warn.cc:1234 c-family/c-warn.cc:1438
35395 #, gcc-internal-format
35396 msgid "unsigned conversion from %qT to %qT changes value from %qE to %qE"
35397 msgstr ""
35399 #: c-family/c-warn.cc:1239 c-family/c-warn.cc:1446
35400 #, gcc-internal-format
35401 msgid "unsigned conversion from %qT to %qT changes the value of %qE"
35402 msgstr ""
35404 #: c-family/c-warn.cc:1247
35405 #, gcc-internal-format
35406 msgid "signed conversion from %qT to %qT changes value from %qE to %qE"
35407 msgstr ""
35409 #: c-family/c-warn.cc:1252
35410 #, gcc-internal-format
35411 msgid "signed conversion from %qT to %qT changes the value of %qE"
35412 msgstr ""
35414 #: c-family/c-warn.cc:1259 c-family/c-warn.cc:1436
35415 #, gcc-internal-format
35416 msgid "conversion from %qT to %qT changes value from %qE to %qE"
35417 msgstr ""
35419 #: c-family/c-warn.cc:1263 c-family/c-warn.cc:1444
35420 #, gcc-internal-format
35421 msgid "conversion from %qT to %qT changes the value of %qE"
35422 msgstr ""
35424 #: c-family/c-warn.cc:1374
35425 #, gcc-internal-format
35426 msgid "conversion to %qT from %qT may change the sign of the result"
35427 msgstr ""
35429 #: c-family/c-warn.cc:1379
35430 #, gcc-internal-format
35431 msgid "conversion from %qT to %qT discards imaginary component"
35432 msgstr ""
35434 #: c-family/c-warn.cc:1383
35435 #, gcc-internal-format
35436 msgid "conversion from %qT to %qT may change value"
35437 msgstr ""
35439 #: c-family/c-warn.cc:1457 c-family/c-warn.cc:1474 c-family/c-warn.cc:1491
35440 #, gcc-internal-format
35441 msgid "overflow in conversion from %qT to %qT changes value from %qE to %qE"
35442 msgstr ""
35444 #: c-family/c-warn.cc:1462 c-family/c-warn.cc:1479 c-family/c-warn.cc:1496
35445 #, gcc-internal-format
35446 msgid "overflow in conversion from %qT to %qT changes the value of %qE"
35447 msgstr ""
35449 #: c-family/c-warn.cc:1526
35450 #, gcc-internal-format
35451 msgid "case value %qs not in enumerated type"
35452 msgstr ""
35454 #: c-family/c-warn.cc:1531
35455 #, gcc-internal-format
35456 msgid "case value %qs not in enumerated type %qT"
35457 msgstr ""
35459 #: c-family/c-warn.cc:1611
35460 #, gcc-internal-format
35461 msgid "lower value in case label range less than minimum value for type"
35462 msgstr ""
35464 #: c-family/c-warn.cc:1625
35465 #, gcc-internal-format
35466 msgid "case label value is less than minimum value for type"
35467 msgstr ""
35469 #: c-family/c-warn.cc:1642
35470 #, gcc-internal-format
35471 msgid "upper value in case label range exceeds maximum value for type"
35472 msgstr ""
35474 #: c-family/c-warn.cc:1655
35475 #, gcc-internal-format
35476 msgid "case label value exceeds maximum value for type"
35477 msgstr ""
35479 #: c-family/c-warn.cc:1668
35480 #, gcc-internal-format
35481 msgid "switch missing default case"
35482 msgstr ""
35484 #: c-family/c-warn.cc:1713
35485 #, gcc-internal-format
35486 msgid "switch condition has boolean value"
35487 msgstr ""
35489 #: c-family/c-warn.cc:1802
35490 #, gcc-internal-format
35491 msgid "enumeration value %qE not handled in switch"
35492 msgstr ""
35494 #: c-family/c-warn.cc:1830
35495 #, gcc-internal-format
35496 msgid "the omitted middle operand in %<?:%> will always be %<true%>, suggest explicit middle operand"
35497 msgstr ""
35499 #: c-family/c-warn.cc:1852
35500 #, gcc-internal-format
35501 msgid "assignment of member %qD in read-only object"
35502 msgstr ""
35504 #: c-family/c-warn.cc:1854
35505 #, gcc-internal-format
35506 msgid "increment of member %qD in read-only object"
35507 msgstr ""
35509 #: c-family/c-warn.cc:1856
35510 #, gcc-internal-format
35511 msgid "decrement of member %qD in read-only object"
35512 msgstr ""
35514 #: c-family/c-warn.cc:1858
35515 #, gcc-internal-format
35516 msgid "member %qD in read-only object used as %<asm%> output"
35517 msgstr ""
35519 #: c-family/c-warn.cc:1862
35520 #, gcc-internal-format
35521 msgid "assignment of read-only member %qD"
35522 msgstr ""
35524 #: c-family/c-warn.cc:1863
35525 #, gcc-internal-format
35526 msgid "increment of read-only member %qD"
35527 msgstr ""
35529 #: c-family/c-warn.cc:1864
35530 #, gcc-internal-format
35531 msgid "decrement of read-only member %qD"
35532 msgstr ""
35534 #: c-family/c-warn.cc:1865
35535 #, gcc-internal-format
35536 msgid "read-only member %qD used as %<asm%> output"
35537 msgstr ""
35539 #: c-family/c-warn.cc:1869
35540 #, gcc-internal-format
35541 msgid "assignment of read-only variable %qD"
35542 msgstr ""
35544 #: c-family/c-warn.cc:1870
35545 #, gcc-internal-format
35546 msgid "increment of read-only variable %qD"
35547 msgstr ""
35549 #: c-family/c-warn.cc:1871
35550 #, gcc-internal-format
35551 msgid "decrement of read-only variable %qD"
35552 msgstr ""
35554 #: c-family/c-warn.cc:1872
35555 #, gcc-internal-format
35556 msgid "read-only variable %qD used as %<asm%> output"
35557 msgstr ""
35559 #: c-family/c-warn.cc:1875
35560 #, gcc-internal-format
35561 msgid "assignment of read-only parameter %qD"
35562 msgstr ""
35564 #: c-family/c-warn.cc:1876
35565 #, gcc-internal-format
35566 msgid "increment of read-only parameter %qD"
35567 msgstr ""
35569 #: c-family/c-warn.cc:1877
35570 #, gcc-internal-format
35571 msgid "decrement of read-only parameter %qD"
35572 msgstr ""
35574 #: c-family/c-warn.cc:1878
35575 #, gcc-internal-format
35576 msgid "read-only parameter %qD use as %<asm%> output"
35577 msgstr ""
35579 #: c-family/c-warn.cc:1883
35580 #, gcc-internal-format
35581 msgid "assignment of read-only named return value %qD"
35582 msgstr ""
35584 #: c-family/c-warn.cc:1885
35585 #, gcc-internal-format
35586 msgid "increment of read-only named return value %qD"
35587 msgstr ""
35589 #: c-family/c-warn.cc:1887
35590 #, gcc-internal-format
35591 msgid "decrement of read-only named return value %qD"
35592 msgstr ""
35594 #: c-family/c-warn.cc:1889
35595 #, gcc-internal-format
35596 msgid "read-only named return value %qD used as %<asm%>output"
35597 msgstr ""
35599 #: c-family/c-warn.cc:1894
35600 #, gcc-internal-format
35601 msgid "assignment of function %qD"
35602 msgstr ""
35604 #: c-family/c-warn.cc:1895
35605 #, gcc-internal-format
35606 msgid "increment of function %qD"
35607 msgstr ""
35609 #: c-family/c-warn.cc:1896
35610 #, gcc-internal-format
35611 msgid "decrement of function %qD"
35612 msgstr ""
35614 #: c-family/c-warn.cc:1897
35615 #, gcc-internal-format
35616 msgid "function %qD used as %<asm%> output"
35617 msgstr ""
35619 #: c-family/c-warn.cc:1900 c/c-typeck.cc:5139
35620 #, gcc-internal-format
35621 msgid "assignment of read-only location %qE"
35622 msgstr ""
35624 #: c-family/c-warn.cc:1901 c/c-typeck.cc:5142
35625 #, gcc-internal-format
35626 msgid "increment of read-only location %qE"
35627 msgstr ""
35629 #: c-family/c-warn.cc:1902 c/c-typeck.cc:5145
35630 #, gcc-internal-format
35631 msgid "decrement of read-only location %qE"
35632 msgstr ""
35634 #: c-family/c-warn.cc:1903
35635 #, gcc-internal-format
35636 msgid "read-only location %qE used as %<asm%> output"
35637 msgstr ""
35639 #: c-family/c-warn.cc:1917 rust/backend/rust-tree.cc:5954
35640 #, gcc-internal-format
35641 msgid "lvalue required as left operand of assignment"
35642 msgstr ""
35644 #: c-family/c-warn.cc:1920 rust/backend/rust-tree.cc:5957
35645 #, gcc-internal-format
35646 msgid "lvalue required as increment operand"
35647 msgstr ""
35649 #: c-family/c-warn.cc:1923 rust/backend/rust-tree.cc:5960
35650 #, gcc-internal-format
35651 msgid "lvalue required as decrement operand"
35652 msgstr ""
35654 #: c-family/c-warn.cc:1926 rust/backend/rust-tree.cc:5963
35655 #, gcc-internal-format
35656 msgid "lvalue required as unary %<&%> operand"
35657 msgstr ""
35659 #: c-family/c-warn.cc:1929 rust/backend/rust-tree.cc:5966
35660 #, gcc-internal-format
35661 msgid "lvalue required in %<asm%> statement"
35662 msgstr ""
35664 #: c-family/c-warn.cc:1946
35665 #, gcc-internal-format
35666 msgid "invalid type argument (have %qT)"
35667 msgstr ""
35669 #: c-family/c-warn.cc:1950
35670 #, gcc-internal-format
35671 msgid "invalid type argument of array indexing (have %qT)"
35672 msgstr ""
35674 #: c-family/c-warn.cc:1955
35675 #, gcc-internal-format
35676 msgid "invalid type argument of unary %<*%> (have %qT)"
35677 msgstr ""
35679 #: c-family/c-warn.cc:1960
35680 #, gcc-internal-format
35681 msgid "invalid type argument of %<->%> (have %qT)"
35682 msgstr ""
35684 #: c-family/c-warn.cc:1965
35685 #, gcc-internal-format
35686 msgid "invalid type argument of %<->*%> (have %qT)"
35687 msgstr ""
35689 #: c-family/c-warn.cc:1970
35690 #, gcc-internal-format
35691 msgid "invalid type argument of implicit conversion (have %qT)"
35692 msgstr ""
35694 #: c-family/c-warn.cc:1997
35695 #, gcc-internal-format
35696 msgid "array subscript has type %<char%>"
35697 msgstr ""
35699 #: c-family/c-warn.cc:2033 c-family/c-warn.cc:2036
35700 #, gcc-internal-format
35701 msgid "suggest parentheses around %<+%> inside %<<<%>"
35702 msgstr ""
35704 #: c-family/c-warn.cc:2039 c-family/c-warn.cc:2042
35705 #, gcc-internal-format
35706 msgid "suggest parentheses around %<-%> inside %<<<%>"
35707 msgstr ""
35709 #: c-family/c-warn.cc:2048 c-family/c-warn.cc:2051
35710 #, gcc-internal-format
35711 msgid "suggest parentheses around %<+%> inside %<>>%>"
35712 msgstr ""
35714 #: c-family/c-warn.cc:2054 c-family/c-warn.cc:2057
35715 #, gcc-internal-format
35716 msgid "suggest parentheses around %<-%> inside %<>>%>"
35717 msgstr ""
35719 #: c-family/c-warn.cc:2063 c-family/c-warn.cc:2066
35720 #, gcc-internal-format
35721 msgid "suggest parentheses around %<&&%> within %<||%>"
35722 msgstr ""
35724 #: c-family/c-warn.cc:2073 c-family/c-warn.cc:2077
35725 #, gcc-internal-format
35726 msgid "suggest parentheses around arithmetic in operand of %<|%>"
35727 msgstr ""
35729 #: c-family/c-warn.cc:2081 c-family/c-warn.cc:2084
35730 #, gcc-internal-format
35731 msgid "suggest parentheses around comparison in operand of %<|%>"
35732 msgstr ""
35734 #: c-family/c-warn.cc:2089
35735 #, gcc-internal-format
35736 msgid "suggest parentheses around operand of %<!%> or change %<|%> to %<||%> or %<!%> to %<~%>"
35737 msgstr ""
35739 #: c-family/c-warn.cc:2097 c-family/c-warn.cc:2101
35740 #, gcc-internal-format
35741 msgid "suggest parentheses around arithmetic in operand of %<^%>"
35742 msgstr ""
35744 #: c-family/c-warn.cc:2105 c-family/c-warn.cc:2108
35745 #, gcc-internal-format
35746 msgid "suggest parentheses around comparison in operand of %<^%>"
35747 msgstr ""
35749 #: c-family/c-warn.cc:2114 c-family/c-warn.cc:2117
35750 #, gcc-internal-format
35751 msgid "suggest parentheses around %<+%> in operand of %<&%>"
35752 msgstr ""
35754 #: c-family/c-warn.cc:2120 c-family/c-warn.cc:2123
35755 #, gcc-internal-format
35756 msgid "suggest parentheses around %<-%> in operand of %<&%>"
35757 msgstr ""
35759 #: c-family/c-warn.cc:2127 c-family/c-warn.cc:2130
35760 #, gcc-internal-format
35761 msgid "suggest parentheses around comparison in operand of %<&%>"
35762 msgstr ""
35764 #: c-family/c-warn.cc:2135
35765 #, gcc-internal-format
35766 msgid "suggest parentheses around operand of %<!%> or change %<&%> to %<&&%> or %<!%> to %<~%>"
35767 msgstr ""
35769 #: c-family/c-warn.cc:2142 c-family/c-warn.cc:2145
35770 #, gcc-internal-format
35771 msgid "suggest parentheses around comparison in operand of %<==%>"
35772 msgstr ""
35774 #: c-family/c-warn.cc:2150 c-family/c-warn.cc:2153
35775 #, gcc-internal-format
35776 msgid "suggest parentheses around comparison in operand of %<!=%>"
35777 msgstr ""
35779 #: c-family/c-warn.cc:2163 c-family/c-warn.cc:2169
35780 #, gcc-internal-format
35781 msgid "comparisons like %<X<=Y<=Z%> do not have their mathematical meaning"
35782 msgstr ""
35784 #: c-family/c-warn.cc:2185
35785 #, gcc-internal-format
35786 msgid "label %q+D defined but not used"
35787 msgstr ""
35789 #: c-family/c-warn.cc:2187
35790 #, gcc-internal-format
35791 msgid "label %q+D declared but not defined"
35792 msgstr ""
35794 #: c-family/c-warn.cc:2210
35795 #, gcc-internal-format
35796 msgid "division by zero"
35797 msgstr ""
35799 #: c-family/c-warn.cc:2230
35800 #, gcc-internal-format
35801 msgid "%<memset%> used with constant zero length parameter; this could be due to transposed parameters"
35802 msgstr ""
35804 #: c-family/c-warn.cc:2254
35805 #, gcc-internal-format
35806 msgid "%<memset%> used with length equal to number of elements without multiplication by element size"
35807 msgstr ""
35809 #: c-family/c-warn.cc:2334
35810 #, gcc-internal-format
35811 msgid "comparison of integer expressions of different signedness: %qT and %qT"
35812 msgstr ""
35814 #: c-family/c-warn.cc:2387
35815 #, gcc-internal-format
35816 msgid "promoted bitwise complement of an unsigned value is always nonzero"
35817 msgstr ""
35819 #: c-family/c-warn.cc:2391
35820 #, gcc-internal-format
35821 msgid "comparison of promoted bitwise complement of an unsigned value with constant"
35822 msgstr ""
35824 #: c-family/c-warn.cc:2402
35825 #, gcc-internal-format
35826 msgid "comparison of promoted bitwise complement of an unsigned value with unsigned"
35827 msgstr ""
35829 #: c-family/c-warn.cc:2457
35830 #, gcc-internal-format
35831 msgid "unused parameter %qD"
35832 msgstr ""
35834 #: c-family/c-warn.cc:2519
35835 #, gcc-internal-format
35836 msgid "typedef %qD locally defined but not used"
35837 msgstr ""
35839 #: c-family/c-warn.cc:2555
35840 #, gcc-internal-format
35841 msgid "duplicated %<if%> condition"
35842 msgstr ""
35844 #: c-family/c-warn.cc:2584
35845 #, gcc-internal-format
35846 msgid "optimization attribute on %qD follows definition but the attribute doesn%'t match"
35847 msgstr ""
35849 #: c-family/c-warn.cc:2592
35850 #, gcc-internal-format
35851 msgid "inline declaration of %qD follows declaration with attribute %<noinline%>"
35852 msgstr ""
35854 #: c-family/c-warn.cc:2597
35855 #, gcc-internal-format
35856 msgid "declaration of %q+D with attribute %<noinline%> follows inline declaration"
35857 msgstr ""
35859 #: c-family/c-warn.cc:2646
35860 #, gcc-internal-format
35861 msgid "result of %qE requires %u bits to represent, but %qT only has %u bits"
35862 msgstr ""
35864 #: c-family/c-warn.cc:2684 c-family/c-warn.cc:2708
35865 #, gcc-internal-format
35866 msgid "comparison of constant %qE with boolean expression is always false"
35867 msgstr ""
35869 #: c-family/c-warn.cc:2687 c-family/c-warn.cc:2705
35870 #, gcc-internal-format
35871 msgid "comparison of constant %qE with boolean expression is always true"
35872 msgstr ""
35874 #: c-family/c-warn.cc:2755
35875 msgid "passing argument %i to %qs-qualified parameter aliases with argument %Z"
35876 msgid_plural "passing argument %i to %qs-qualified parameter aliases with arguments %Z"
35877 msgstr[0] ""
35878 msgstr[1] ""
35879 msgstr[2] ""
35881 #: c-family/c-warn.cc:2821 c/c-typeck.cc:5733 cp/call.cc:6281
35882 #, gcc-internal-format
35883 msgid "this condition has identical branches"
35884 msgstr ""
35886 #: c-family/c-warn.cc:2928
35887 #, gcc-internal-format
35888 msgid "macro expands to multiple statements"
35889 msgstr ""
35891 #: c-family/c-warn.cc:2929
35892 #, gcc-internal-format
35893 msgid "some parts of macro expansion are not guarded by this %qs clause"
35894 msgstr ""
35896 #: c-family/c-warn.cc:3022
35897 #, gcc-internal-format
35898 msgid "converting a packed %qT pointer (alignment %d) to a %qT pointer (alignment %d) may result in an unaligned pointer value"
35899 msgstr ""
35901 #: c-family/c-warn.cc:3029 c-family/c-warn.cc:3032 cp/init.cc:654
35902 #, gcc-internal-format
35903 msgid "defined here"
35904 msgstr ""
35906 #: c-family/c-warn.cc:3119
35907 #, gcc-internal-format
35908 msgid "taking address of packed member of %qT may result in an unaligned pointer value"
35909 msgstr ""
35911 #: c-family/c-warn.cc:3347
35912 msgid "mismatch in bound %Z of argument %u declared as %s"
35913 msgid_plural "mismatch in bounds %Z of argument %u declared as %s"
35914 msgstr[0] ""
35915 msgstr[1] ""
35916 msgstr[2] ""
35918 #: c-family/c-warn.cc:3350 c-family/c-warn.cc:3721
35919 #, gcc-internal-format, gfc-internal-format
35920 msgid "previously declared as %s"
35921 msgstr ""
35923 #: c-family/c-warn.cc:3484
35924 #, gcc-internal-format, gfc-internal-format
35925 msgid "argument %u of type %s declared as a variable length array"
35926 msgstr ""
35928 #: c-family/c-warn.cc:3489
35929 #, gcc-internal-format, gfc-internal-format
35930 msgid "previously declared as a pointer %s"
35931 msgstr ""
35933 #: c-family/c-warn.cc:3490
35934 #, gcc-internal-format, gfc-internal-format
35935 msgid "previously declared as an ordinary array %s"
35936 msgstr ""
35938 #: c-family/c-warn.cc:3503 c-family/c-warn.cc:3517
35939 #, gcc-internal-format, gfc-internal-format
35940 msgid "argument %u of type %s declared as a pointer"
35941 msgstr ""
35943 #: c-family/c-warn.cc:3507 c-family/c-warn.cc:3533
35944 #, gcc-internal-format, gfc-internal-format
35945 msgid "previously declared as a variable length array %s"
35946 msgstr ""
35948 #: c-family/c-warn.cc:3520
35949 #, gcc-internal-format, gfc-internal-format
35950 msgid "previously declared as an array %s"
35951 msgstr ""
35953 #: c-family/c-warn.cc:3529
35954 #, gcc-internal-format, gfc-internal-format
35955 msgid "argument %u of type %s declared as an ordinary array"
35956 msgstr ""
35958 #: c-family/c-warn.cc:3557
35959 #, gcc-internal-format, gfc-internal-format
35960 msgid "argument %u of type %s declared with %u variable bound"
35961 msgid_plural "argument %u of type %s declared with %u variable bounds"
35962 msgstr[0] ""
35963 msgstr[1] ""
35964 msgstr[2] ""
35966 #: c-family/c-warn.cc:3564
35967 #, gcc-internal-format, gfc-internal-format
35968 msgid "previously declared as %s with %u variable bound"
35969 msgid_plural "previously declared as %s with %u variable bounds"
35970 msgstr[0] ""
35971 msgstr[1] ""
35972 msgstr[2] ""
35974 #: c-family/c-warn.cc:3588
35975 #, gcc-internal-format, gfc-internal-format
35976 msgid "argument %u of type %s declared with %u unspecified variable bound"
35977 msgid_plural "argument %u of type %s declared with %u unspecified variable bounds"
35978 msgstr[0] ""
35979 msgstr[1] ""
35980 msgstr[2] ""
35982 #: c-family/c-warn.cc:3596
35983 #, gcc-internal-format, gfc-internal-format
35984 msgid "previously declared as %s with %u unspecified variable bound"
35985 msgid_plural "previously declared as %s with %u unspecified variable bounds"
35986 msgstr[0] ""
35987 msgstr[1] ""
35988 msgstr[2] ""
35990 #: c-family/c-warn.cc:3603
35991 #, gcc-internal-format, gfc-internal-format
35992 msgid "subsequently declared as %s with %u unspecified variable bound"
35993 msgid_plural "subsequently declared as %s with %u unspecified variable bounds"
35994 msgstr[0] ""
35995 msgstr[1] ""
35996 msgstr[2] ""
35998 #: c-family/c-warn.cc:3656
35999 #, gcc-internal-format
36000 msgid "argument %u of type %s declared with mismatched bound argument %E"
36001 msgstr ""
36003 #: c-family/c-warn.cc:3663 c-family/c-warn.cc:3697
36004 #, gcc-internal-format
36005 msgid "argument %u of type %s declared with mismatched bound %<%s%>"
36006 msgstr ""
36008 #: c-family/c-warn.cc:3675
36009 #, gcc-internal-format
36010 msgid "previously declared as %s with bound argument %E"
36011 msgstr ""
36013 #: c-family/c-warn.cc:3680
36014 #, gcc-internal-format
36015 msgid "previously declared as %s with bound %<%s%>"
36016 msgstr ""
36018 #: c-family/c-warn.cc:3700
36019 #, gcc-internal-format
36020 msgid "previously declared as %s with bound %qs"
36021 msgstr ""
36023 #: c-family/c-warn.cc:3719
36024 #, gcc-internal-format, gfc-internal-format
36025 msgid "argument %u of type %s with mismatched bound"
36026 msgstr ""
36028 #: c-family/c-warn.cc:3750
36029 #, gcc-internal-format
36030 msgid "expression does not compute the number of elements in this array; element type is %qT, not %qT"
36031 msgstr ""
36033 #: c-family/c-warn.cc:3760
36034 #, gcc-internal-format
36035 msgid "add parentheses around %qE to silence this warning"
36036 msgstr ""
36038 #: c-family/c-warn.cc:3764
36039 #, gcc-internal-format
36040 msgid "add parentheses around the second %<sizeof%> to silence this warning"
36041 msgstr ""
36043 #: c-family/c-warn.cc:3790
36044 #, gcc-internal-format
36045 msgid "comparison between two arrays is deprecated in C++20"
36046 msgstr ""
36048 #: c-family/c-warn.cc:3791
36049 #, gcc-internal-format
36050 msgid "comparison between two arrays"
36051 msgstr ""
36053 #: c-family/c-warn.cc:3795
36054 #, gcc-internal-format
36055 msgid "use unary %<+%> which decays operands to pointers or %<&%D[0] %s &%D[0]%> to compare the addresses"
36056 msgstr ""
36058 #: c-family/c-warn.cc:3799
36059 #, gcc-internal-format
36060 msgid "use %<&%D[0] %s &%D[0]%> to compare the addresses"
36061 msgstr ""
36063 #: c-family/c-warn.cc:3844
36064 #, gcc-internal-format
36065 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1 << %wu%> (%wu)?"
36066 msgstr ""
36068 #: c-family/c-warn.cc:3854
36069 #, gcc-internal-format
36070 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1LL << %wu%>?"
36071 msgstr ""
36073 #: c-family/c-warn.cc:3861
36074 #, gcc-internal-format
36075 msgid "result of %<%wu^%wu%> is %wu; did you mean exponentiation?"
36076 msgstr ""
36078 #: c-family/c-warn.cc:3872
36079 #, gcc-internal-format
36080 msgid "result of %<%wu^%wu%> is %wu; did you mean %<1e%wu%>?"
36081 msgstr ""
36083 #: c-family/c-warn.cc:3889
36084 #, gcc-internal-format
36085 msgid "you can silence this warning by using a hexadecimal constant (%wx rather than %wd)"
36086 msgstr ""
36088 #: c-family/cppspec.cc:94
36089 #, gcc-internal-format
36090 msgid "%qs is not a valid option to the preprocessor"
36091 msgstr ""
36093 #: c-family/cppspec.cc:113
36094 #, gcc-internal-format
36095 msgid "too many input files"
36096 msgstr ""
36098 #: c-family/known-headers.cc:322
36099 #, gcc-internal-format
36100 msgid "%qs is defined in header %qs; did you forget to %<#include %s%>?"
36101 msgstr ""
36103 #: common/config/aarch64/aarch64-common.cc:400 config/aarch64/aarch64.cc:18044
36104 #, gcc-internal-format
36105 msgid "unknown value %qs for %<-mcpu%>"
36106 msgstr ""
36108 #: common/config/alpha/alpha-common.cc:75
36109 #, gcc-internal-format
36110 msgid "bad value %qs for %<-mtls-size%> switch"
36111 msgstr ""
36113 #: common/config/arc/arc-common.cc:82
36114 #, gcc-internal-format
36115 msgid "multiple %<-mcpu=%> options specified"
36116 msgstr ""
36118 #: common/config/arc/arc-common.cc:88
36119 #, gcc-internal-format
36120 msgid "Unsupported value for mmpy-option"
36121 msgstr ""
36123 #: common/config/arm/arm-common.cc:289
36124 #, gcc-internal-format
36125 msgid "%%:%<target_mode_check%> takes an even number of parameters"
36126 msgstr ""
36128 #: common/config/arm/arm-common.cc:298
36129 #, gcc-internal-format
36130 msgid "unrecognized option passed to %%:%<target_mode_check%>"
36131 msgstr ""
36133 #: common/config/arm/arm-common.cc:378 common/config/arm/arm-common.cc:442
36134 #: common/config/arm/arm-common.cc:489 config/aarch64/aarch64.cc:17976
36135 #: config/aarch64/aarch64.cc:18014
36136 #, gcc-internal-format
36137 msgid "valid arguments are: %s; did you mean %qs?"
36138 msgstr ""
36140 #: common/config/arm/arm-common.cc:381 common/config/arm/arm-common.cc:445
36141 #: common/config/arm/arm-common.cc:492 config/aarch64/aarch64.cc:17979
36142 #: config/aarch64/aarch64.cc:18017
36143 #, gcc-internal-format, gfc-internal-format
36144 msgid "valid arguments are: %s"
36145 msgstr ""
36147 #: common/config/arm/arm-common.cc:418 common/config/arm/arm-common.cc:472
36148 #, gcc-internal-format, gfc-internal-format
36149 msgid "unrecognized %s target: %s"
36150 msgstr "neprepoznati %s cilj: %s"
36152 #: common/config/arm/arm-common.cc:508
36153 #, gcc-internal-format
36154 msgid "unrecognized %<-mfpu%> target: %s"
36155 msgstr ""
36157 #: common/config/arm/arm-common.cc:536
36158 #, gcc-internal-format
36159 msgid "%qs does not support feature %qs"
36160 msgstr ""
36162 #: common/config/arm/arm-common.cc:547
36163 #, gcc-internal-format
36164 msgid "valid feature names are: %s; did you mean %qs?"
36165 msgstr ""
36167 #: common/config/arm/arm-common.cc:550
36168 #, gcc-internal-format, gfc-internal-format
36169 msgid "valid feature names are: %s"
36170 msgstr ""
36172 #: common/config/arm/arm-common.cc:568
36173 #, gcc-internal-format, gfc-internal-format
36174 msgid "%s does not take any feature options"
36175 msgstr ""
36177 #: common/config/arm/arm-common.cc:665
36178 #, gcc-internal-format
36179 msgid "%%:%<canon_for_mlib%> takes 1 or more pairs of parameters"
36180 msgstr ""
36182 #: common/config/arm/arm-common.cc:679
36183 #, gcc-internal-format
36184 msgid "unrecognized operand to %%:%<canon_for_mlib%>"
36185 msgstr ""
36187 #: common/config/arm/arm-common.cc:1038
36188 #, gcc-internal-format
36189 msgid "unrecognized operand to %%:%<asm_auto_mfpu%>"
36190 msgstr ""
36192 #: common/config/avr/avr-common.cc:91
36193 #, gcc-internal-format
36194 msgid "option %<-mdouble=64%> is only available if configured %<--with-double={64|64,32|32,64}%>"
36195 msgstr ""
36197 #: common/config/avr/avr-common.cc:99
36198 #, gcc-internal-format
36199 msgid "option %<-mdouble=32%> is only available if configured %<--with-double={32|32,64|64,32}%>"
36200 msgstr ""
36202 #: common/config/avr/avr-common.cc:115
36203 #, gcc-internal-format
36204 msgid "option %<-mlong-double=64%> is only available if configured %<--with-long-double={64|64,32|32,64}%>, or %<--with-long-double=double%> together with %<--with-double={64|64,32|32,64}%>"
36205 msgstr ""
36207 #: common/config/avr/avr-common.cc:124
36208 #, gcc-internal-format
36209 msgid "option %<-mlong-double=32%> is only available if configured %<--with-long-double={32|32,64|64,32}%>, or %<--with-long-double=double%> together with %<--with-double={32|32,64|64,32}%>"
36210 msgstr ""
36212 #: common/config/bfin/bfin-common.cc:304 common/config/m68k/m68k-common.cc:60
36213 #, gcc-internal-format
36214 msgid "%<-mshared-library-id=%s%> is not between 0 and %d"
36215 msgstr ""
36217 #: common/config/bfin/bfin-common.cc:323
36218 #, gcc-internal-format
36219 msgid "%<-mcpu=%s%> is not valid"
36220 msgstr ""
36222 #: common/config/bfin/bfin-common.cc:359
36223 #, gcc-internal-format
36224 msgid "%<-mcpu=%s%> has invalid silicon revision"
36225 msgstr ""
36227 #: common/config/i386/i386-common.cc:1759
36228 #, gcc-internal-format
36229 msgid "%<-malign-loops%> is obsolete, use %<-falign-loops%>"
36230 msgstr ""
36232 #: common/config/i386/i386-common.cc:1762
36233 #, gcc-internal-format
36234 msgid "%<-malign-loops=%d%> is not between 0 and %d"
36235 msgstr ""
36237 #: common/config/i386/i386-common.cc:1769
36238 #, gcc-internal-format
36239 msgid "%<-malign-jumps%> is obsolete, use %<-falign-jumps%>"
36240 msgstr ""
36242 #: common/config/i386/i386-common.cc:1772
36243 #, gcc-internal-format
36244 msgid "%<-malign-jumps=%d%> is not between 0 and %d"
36245 msgstr ""
36247 #: common/config/i386/i386-common.cc:1780
36248 #, gcc-internal-format
36249 msgid "%<-malign-functions%> is obsolete, use %<-falign-functions%>"
36250 msgstr ""
36252 #: common/config/i386/i386-common.cc:1783
36253 #, gcc-internal-format
36254 msgid "%<-malign-functions=%d%> is not between 0 and %d"
36255 msgstr ""
36257 #: common/config/i386/i386-common.cc:1792
36258 #, gcc-internal-format
36259 msgid "%<-mbranch-cost=%d%> is not between 0 and 5"
36260 msgstr ""
36262 #: common/config/i386/i386-common.cc:1856
36263 #: common/config/s390/s390-common.cc:137
36264 #, gcc-internal-format
36265 msgid "%<-fsplit-stack%> currently only supported on GNU/Linux"
36266 msgstr ""
36268 #: common/config/i386/i386-common.cc:1866
36269 #, gcc-internal-format
36270 msgid "%<-fsplit-stack%> requires assembler support for CFI directives"
36271 msgstr ""
36273 #: common/config/ia64/ia64-common.cc:65
36274 #, gcc-internal-format
36275 msgid "bad value %<%s%> for %<-mtls-size=%> switch"
36276 msgstr ""
36278 #: common/config/nds32/nds32-common.cc:49
36279 #, gcc-internal-format
36280 msgid "%<-misr-vector-size=%d%> argument must be 4 or 16"
36281 msgstr ""
36283 #: common/config/nds32/nds32-common.cc:59
36284 #, gcc-internal-format
36285 msgid "%<-misr-secure=%d%> argument not in between 0 and 3"
36286 msgstr ""
36288 #: common/config/nds32/nds32-common.cc:69
36289 #, gcc-internal-format
36290 msgid "for the option %<-mcache-block-size=X%>, the valid X must be: 4, 8, 16, 32, 64, 128, 256, or 512"
36291 msgstr ""
36293 #: common/config/riscv/riscv-common.cc:486
36294 #, gcc-internal-format
36295 msgid "%<-march=%s%>: extension %qs appear more than one time"
36296 msgstr ""
36298 #: common/config/riscv/riscv-common.cc:734
36299 #, gcc-internal-format
36300 msgid "%<-march=%s%>: expect number after %<%dp%>"
36301 msgstr ""
36303 #: common/config/riscv/riscv-common.cc:740
36304 #, gcc-internal-format
36305 msgid "%<-march=%s%>: for %<%s%dp%dp?%>, version number with more than 2 level is not supported"
36306 msgstr ""
36308 #: common/config/riscv/riscv-common.cc:810
36309 #, gcc-internal-format
36310 msgid "%<-march=%s%>: rv%de is not a valid base ISA"
36311 msgstr ""
36313 #: common/config/riscv/riscv-common.cc:822
36314 #, gcc-internal-format
36315 msgid "version of %<g%> will be omitted, please specify version for individual extension"
36316 msgstr ""
36318 #: common/config/riscv/riscv-common.cc:841
36319 #, gcc-internal-format
36320 msgid "%<-march=%s%>: first ISA subset must be %<e%>, %<i%> or %<g%>"
36321 msgstr ""
36323 #: common/config/riscv/riscv-common.cc:868
36324 #, gcc-internal-format
36325 msgid "%<-march=%s%>: unsupported ISA subset %<%c%>"
36326 msgstr ""
36328 #: common/config/riscv/riscv-common.cc:872
36329 #, gcc-internal-format
36330 msgid "%<-march=%s%>: ISA string is not in canonical order. %<%c%>"
36331 msgstr ""
36333 #: common/config/riscv/riscv-common.cc:1059
36334 #, gcc-internal-format
36335 msgid "%<-march=%s%>: name of %s must be more than 1 letter"
36336 msgstr ""
36338 #: common/config/riscv/riscv-common.cc:1071
36339 #, gcc-internal-format
36340 msgid "%<-march=%s%>: %s must separate with %<_%>"
36341 msgstr ""
36343 #: common/config/riscv/riscv-common.cc:1100
36344 #, gcc-internal-format
36345 msgid "%<-march=%s%>: ISA string must begin with rv32 or rv64"
36346 msgstr ""
36348 #: common/config/riscv/riscv-common.cc:1131
36349 #, gcc-internal-format
36350 msgid "%<-march=%s%>: unexpected ISA string at end: %qs"
36351 msgstr ""
36353 #: common/config/riscv/riscv-common.cc:1327
36354 #, gcc-internal-format
36355 msgid "%<-mcpu=%s%>: unknown CPU"
36356 msgstr ""
36358 #: common/config/riscv/riscv-common.cc:1406
36359 #, gcc-internal-format
36360 msgid "Cannot find suitable multilib set for %<-march=%s%>/%<-mabi=%s%>"
36361 msgstr ""
36363 #: common/config/rs6000/rs6000-common.cc:173 config/sparc/sparc.cc:1816
36364 #, gcc-internal-format
36365 msgid "unknown %<-mdebug-%s%> switch"
36366 msgstr ""
36368 #: common/config/rs6000/rs6000-common.cc:212
36369 #, gcc-internal-format
36370 msgid "unknown switch %<-mlong-double-%s%>"
36371 msgstr ""
36373 #: common/config/rs6000/rs6000-common.cc:223
36374 #, gcc-internal-format
36375 msgid "option %<%s%> requires %<-mlong-double-128%>"
36376 msgstr ""
36378 #: common/config/rs6000/rs6000-common.cc:257
36379 #, gcc-internal-format
36380 msgid "%<-fsplit-stack%> currently only supported on PowerPC64 GNU/Linux with glibc-2.18 or later"
36381 msgstr ""
36383 #: common/config/rx/rx-common.cc:61
36384 #, gcc-internal-format
36385 msgid "the RX200 cpu does not have FPU hardware"
36386 msgstr ""
36388 #: common/config/rx/rx-common.cc:63
36389 #, gcc-internal-format
36390 msgid "the RX100 cpu does not have FPU hardware"
36391 msgstr ""
36393 #: common/config/s390/s390-common.cc:109
36394 #, gcc-internal-format
36395 msgid "stack guard value must be an exact power of 2"
36396 msgstr ""
36398 #: common/config/s390/s390-common.cc:114
36399 #, gcc-internal-format
36400 msgid "stack size must be an exact power of 2"
36401 msgstr ""
36403 #: common/config/v850/v850-common.cc:47
36404 #, gcc-internal-format
36405 msgid "value passed in %qs is too large"
36406 msgstr ""
36408 #: config/darwin-c.cc:81
36409 #, gcc-internal-format
36410 msgid "too many %<#pragma options align=reset%>"
36411 msgstr ""
36413 #: config/darwin-c.cc:101 config/darwin-c.cc:104 config/darwin-c.cc:106
36414 #: config/darwin-c.cc:108
36415 #, gcc-internal-format
36416 msgid "malformed %<#pragma options%>, ignoring"
36417 msgstr ""
36419 #: config/darwin-c.cc:111
36420 #, gcc-internal-format
36421 msgid "junk at end of %<#pragma options%>"
36422 msgstr ""
36424 #: config/darwin-c.cc:121
36425 #, gcc-internal-format
36426 msgid "malformed %<#pragma options align={mac68k|power|reset}%>, ignoring"
36427 msgstr ""
36429 #: config/darwin-c.cc:133
36430 #, gcc-internal-format
36431 msgid "missing %<(%> after %<#pragma unused%>, ignoring"
36432 msgstr ""
36434 #: config/darwin-c.cc:154
36435 #, gcc-internal-format
36436 msgid "missing %<)%> after %<#pragma unused%>, ignoring"
36437 msgstr ""
36439 #: config/darwin-c.cc:157
36440 #, gcc-internal-format
36441 msgid "junk at end of %<#pragma unused%>"
36442 msgstr ""
36444 #: config/darwin-c.cc:168
36445 #, gcc-internal-format
36446 msgid "malformed %<#pragma ms_struct%>, ignoring"
36447 msgstr ""
36449 #: config/darwin-c.cc:176
36450 #, gcc-internal-format
36451 msgid "malformed %<#pragma ms_struct {on|off|reset}%>, ignoring"
36452 msgstr ""
36454 #: config/darwin-c.cc:179
36455 #, gcc-internal-format
36456 msgid "junk at end of %<#pragma ms_struct%>"
36457 msgstr ""
36459 #: config/darwin-c.cc:405
36460 #, gcc-internal-format, gfc-internal-format
36461 msgid "subframework include %s conflicts with framework include"
36462 msgstr ""
36464 #: config/darwin-c.cc:709
36465 #, gcc-internal-format
36466 msgid "unknown value %qs of %<-mmacosx-version-min%>"
36467 msgstr ""
36469 #: config/darwin-driver.cc:147
36470 #, gcc-internal-format
36471 msgid "%<sysctl%> for %<kern.osversion%> failed: %m"
36472 msgstr ""
36474 #: config/darwin-driver.cc:186
36475 #, gcc-internal-format
36476 msgid "could not understand %<kern.osversion%> %q.*s"
36477 msgstr ""
36479 #: config/darwin-driver.cc:226
36480 #, gcc-internal-format
36481 msgid "could not understand version %qs"
36482 msgstr "nije bilo moguće shvatiti inačicu %qs"
36484 #: config/darwin-driver.cc:300
36485 #, gcc-internal-format
36486 msgid "this compiler does not support %qs"
36487 msgstr ""
36489 #: config/darwin-driver.cc:326
36490 #, gcc-internal-format
36491 msgid "%qs is not valid for %<-mmacosx-version-min%>"
36492 msgstr ""
36494 #: config/darwin-driver.cc:367
36495 #, gcc-internal-format
36496 msgid "this compiler does not support PowerPC (%<-arch%> option ignored)"
36497 msgstr ""
36499 #: config/darwin-driver.cc:374
36500 #, gcc-internal-format
36501 msgid "%qs conflicts with %<-arch i386%> (%qs ignored)"
36502 msgstr ""
36504 #: config/darwin-driver.cc:383
36505 #, gcc-internal-format
36506 msgid "%<-m32%> conflicts with %<-arch x86_64%> (%<-m32%> ignored)"
36507 msgstr ""
36509 #: config/darwin-driver.cc:390
36510 #, gcc-internal-format
36511 msgid "this compiler does not support x86 (%<-arch%> option ignored)"
36512 msgstr ""
36514 #: config/darwin-driver.cc:397
36515 #, gcc-internal-format
36516 msgid "%qs conflicts with %<-arch ppc%> (%qs ignored)"
36517 msgstr ""
36519 #: config/darwin-driver.cc:406
36520 #, gcc-internal-format
36521 msgid "%<-m32%> conflicts with %<-arch ppc64%> (%<-m32%> ignored)"
36522 msgstr ""
36524 #: config/darwin.cc:2024
36525 #, gcc-internal-format, gfc-internal-format
36526 msgid "failed to open temporary file %s for LTO output"
36527 msgstr ""
36529 #: config/darwin.cc:2116
36530 #, gcc-internal-format
36531 msgid "%qE 2.95 vtable-compatibility attribute applies only when compiling a kext"
36532 msgstr ""
36534 #: config/darwin.cc:2123
36535 #, gcc-internal-format
36536 msgid "%qE 2.95 vtable-compatibility attribute applies only to C++ classes"
36537 msgstr ""
36539 #: config/darwin.cc:2715 config/darwin.cc:2779
36540 #, gcc-internal-format
36541 msgid "common variables must have an alignment of 32678 or less"
36542 msgstr ""
36544 #: config/darwin.cc:2869
36545 #, gcc-internal-format
36546 msgid "protected visibility attribute not supported in this configuration; ignored"
36547 msgstr ""
36549 #: config/darwin.cc:3084
36550 #, gcc-internal-format, gfc-internal-format
36551 msgid "failed to open temporary file %s with LTO output"
36552 msgstr ""
36554 #: config/darwin.cc:3310
36555 #, gcc-internal-format
36556 msgid "%<-fobjc-abi-version%> 2 must be used for 64 bit targets with %<-fnext-runtime%>"
36557 msgstr ""
36559 #: config/darwin.cc:3315
36560 #, gcc-internal-format
36561 msgid "%<-fobjc-abi-version%> %d is not supported for 32 bit targets with %<-fnext-runtime%>"
36562 msgstr ""
36564 #: config/darwin.cc:3330
36565 #, gcc-internal-format
36566 msgid "%<-gsplit-dwarf%> is not supported on this platform, ignored"
36567 msgstr ""
36569 #: config/darwin.cc:3409
36570 #, gcc-internal-format
36571 msgid "%<-mdynamic-no-pic%> overrides %<-fpic%>, %<-fPIC%>, %<-fpie%> or %<-fPIE%>"
36572 msgstr ""
36574 #: config/darwin.cc:3452
36575 #, gcc-internal-format
36576 msgid "%<-mpic-symbol-stubs%> is not required for 64-bit code (ignored)"
36577 msgstr ""
36579 #: config/darwin.cc:3632
36580 #, gcc-internal-format
36581 msgid "built-in function %qD requires the %<-mconstant-cfstrings%> flag"
36582 msgstr ""
36584 #: config/darwin.cc:3639
36585 #, gcc-internal-format
36586 msgid "built-in function %qD takes one argument only"
36587 msgstr ""
36589 #: config/darwin.cc:3706
36590 #, gcc-internal-format
36591 msgid "CFString literal is missing"
36592 msgstr ""
36594 #: config/darwin.cc:3717
36595 #, gcc-internal-format
36596 msgid "CFString literal expression is not a string constant"
36597 msgstr ""
36599 #: config/darwin.cc:3741
36600 #, gcc-internal-format
36601 msgid "non-ASCII character in CFString literal"
36602 msgstr ""
36604 #: config/darwin.cc:3742
36605 #, gcc-internal-format
36606 msgid "embedded NUL in CFString literal"
36607 msgstr ""
36609 #: config/host-darwin.cc:107
36610 #, gcc-internal-format
36611 msgid "PCH memory is not available: %m"
36612 msgstr "PCH memorija nije dostupna: %m"
36614 #: config/sol2-c.cc:91 config/sol2-c.cc:107
36615 #, gcc-internal-format
36616 msgid "malformed %<#pragma align%>, ignoring"
36617 msgstr ""
36619 #: config/sol2-c.cc:100
36620 #, gcc-internal-format
36621 msgid "invalid alignment for %<#pragma align%>, ignoring"
36622 msgstr ""
36624 #: config/sol2-c.cc:115
36625 #, gcc-internal-format
36626 msgid "%<#pragma align%> must appear before the declaration of %qD, ignoring"
36627 msgstr ""
36629 #: config/sol2-c.cc:127 config/sol2-c.cc:139
36630 #, gcc-internal-format
36631 msgid "malformed %<#pragma align%>"
36632 msgstr ""
36634 #: config/sol2-c.cc:134
36635 #, gcc-internal-format
36636 msgid "junk at end of %<#pragma align%>"
36637 msgstr ""
36639 #: config/sol2-c.cc:155 config/sol2-c.cc:162
36640 #, gcc-internal-format
36641 msgid "malformed %<#pragma init%>, ignoring"
36642 msgstr ""
36644 #: config/sol2-c.cc:186 config/sol2-c.cc:198
36645 #, gcc-internal-format
36646 msgid "malformed %<#pragma init%>"
36647 msgstr ""
36649 #: config/sol2-c.cc:193
36650 #, gcc-internal-format
36651 msgid "junk at end of %<#pragma init%>"
36652 msgstr ""
36654 #: config/sol2-c.cc:214 config/sol2-c.cc:221
36655 #, gcc-internal-format
36656 msgid "malformed %<#pragma fini%>, ignoring"
36657 msgstr ""
36659 #: config/sol2-c.cc:245 config/sol2-c.cc:257
36660 #, gcc-internal-format
36661 msgid "malformed %<#pragma fini%>"
36662 msgstr ""
36664 #: config/sol2-c.cc:252
36665 #, gcc-internal-format
36666 msgid "junk at end of %<#pragma fini%>"
36667 msgstr ""
36669 #: config/sol2.cc:58
36670 #, gcc-internal-format
36671 msgid "ignoring %<#pragma align%> for explicitly aligned %q+D"
36672 msgstr ""
36674 #: config/vxworks.cc:165
36675 #, gcc-internal-format
36676 msgid "PIC is only supported for RTPs"
36677 msgstr ""
36679 #: config/aarch64/aarch64-builtins.cc:2148
36680 #: config/aarch64/aarch64-builtins.cc:2382 config/arm/arm-builtins.cc:3112
36681 #, gcc-internal-format, gfc-internal-format
36682 msgid "argument %d must be a constant immediate"
36683 msgstr ""
36685 #: config/aarch64/aarch64-builtins.cc:2220 config/arm/arm-builtins.cc:3467
36686 #, gcc-internal-format
36687 msgid "lane index must be a constant immediate"
36688 msgstr ""
36690 #: config/aarch64/aarch64-builtins.cc:2224
36691 #, gcc-internal-format
36692 msgid "total size and element size must be a nonzero constant immediate"
36693 msgstr ""
36695 #: config/aarch64/aarch64-builtins.cc:2472
36696 #, gcc-internal-format
36697 msgid "argument must be a 16-bit constant immediate"
36698 msgstr ""
36700 #: config/aarch64/aarch64-builtins.cc:2578
36701 #, gcc-internal-format
36702 msgid "Memory Tagging Extension does not support %<-mabi=ilp32%>"
36703 msgstr ""
36705 #: config/aarch64/aarch64-builtins.cc:2613
36706 #, gcc-internal-format, gfc-internal-format
36707 msgid "argument %d must be a constant immediate in range [0,15]"
36708 msgstr ""
36710 #: config/aarch64/aarch64-builtins.cc:3369
36711 #: config/aarch64/aarch64-builtins.cc:3389
36712 #, gcc-internal-format, gfc-internal-format
36713 msgid "expected 64-bit address but argument 1 is %d-bit"
36714 msgstr ""
36716 #: config/aarch64/aarch64-builtins.cc:3373
36717 #, gcc-internal-format, gfc-internal-format
36718 msgid "expected 64-bit address but argument 2 is %d-bit"
36719 msgstr ""
36721 #: config/aarch64/aarch64-c.cc:286
36722 #, gcc-internal-format
36723 msgid "%<#pragma GCC aarch64%> requires a string parameter"
36724 msgstr ""
36726 #: config/aarch64/aarch64-c.cc:298
36727 #, gcc-internal-format
36728 msgid "unknown %<#pragma GCC aarch64%> option %qs"
36729 msgstr ""
36731 #: config/aarch64/aarch64-sve-builtins.cc:661
36732 #, gcc-internal-format
36733 msgid "ACLE function %qD requires ISA extension %qs"
36734 msgstr ""
36736 #: config/aarch64/aarch64-sve-builtins.cc:663
36737 #, gcc-internal-format
36738 msgid "you can enable %qs using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
36739 msgstr ""
36741 #: config/aarch64/aarch64-sve-builtins.cc:683
36742 #, gcc-internal-format
36743 msgid "ACLE function %qD is incompatible with the use of %qs"
36744 msgstr ""
36746 #: config/aarch64/aarch64-sve-builtins.cc:726
36747 #, gcc-internal-format
36748 msgid "argument %d of %qE must be an integer constant expression"
36749 msgstr ""
36751 #: config/aarch64/aarch64-sve-builtins.cc:738
36752 #, gcc-internal-format
36753 msgid "passing %wd to argument %d of %qE, which expects a value in the range [%wd, %wd]"
36754 msgstr ""
36756 #: config/aarch64/aarch64-sve-builtins.cc:751
36757 #, gcc-internal-format
36758 msgid "passing %wd to argument %d of %qE, which expects either %wd or %wd"
36759 msgstr ""
36761 #: config/aarch64/aarch64-sve-builtins.cc:764
36762 #, gcc-internal-format
36763 msgid "passing %wd to argument %d of %qE, which expects %wd, %wd, %wd or %wd"
36764 msgstr ""
36766 #: config/aarch64/aarch64-sve-builtins.cc:776
36767 #, gcc-internal-format
36768 msgid "passing %wd to argument %d of %qE, which expects a valid %qT value"
36769 msgstr ""
36771 #: config/aarch64/aarch64-sve-builtins.cc:1210
36772 #, gcc-internal-format
36773 msgid "%qE has no form that takes %qT arguments"
36774 msgstr ""
36776 #: config/aarch64/aarch64-sve-builtins.cc:1276
36777 #, gcc-internal-format
36778 msgid "passing %qT to argument %d of %qE, which expects a 32-bit or 64-bit integer type"
36779 msgstr ""
36781 #: config/aarch64/aarch64-sve-builtins.cc:1296
36782 #, gcc-internal-format
36783 msgid "passing %qT to argument %d of %qE, which expects a pointer type"
36784 msgstr ""
36786 #: config/aarch64/aarch64-sve-builtins.cc:1299
36787 #, gcc-internal-format
36788 msgid "an explicit type suffix is needed when using a vector of base addresses"
36789 msgstr ""
36791 #: config/aarch64/aarch64-sve-builtins.cc:1308
36792 #, gcc-internal-format
36793 msgid "passing %qT to argument %d of %qE, but %qT is not a valid SVE element type"
36794 msgstr ""
36796 #: config/aarch64/aarch64-sve-builtins.cc:1316
36797 #, gcc-internal-format
36798 msgid "passing %qT to argument %d of %qE, which expects a pointer to 32-bit or 64-bit elements"
36799 msgstr ""
36801 #: config/aarch64/aarch64-sve-builtins.cc:1350
36802 #, gcc-internal-format
36803 msgid "passing %qT to argument %d of %qE, which expects a single SVE vector rather than a tuple"
36804 msgstr ""
36806 #. num_vectors is always != 1, so the singular isn't needed.
36807 #: config/aarch64/aarch64-sve-builtins.cc:1355
36808 #: config/aarch64/aarch64-sve-builtins.cc:1361
36809 #, gcc-internal-format
36810 msgid "%qT%d%qE%d"
36811 msgid_plural "passing single vector %qT to argument %d of %qE, which expects a tuple of %d vectors"
36812 msgstr[0] ""
36813 msgstr[1] ""
36814 msgstr[2] ""
36816 #: config/aarch64/aarch64-sve-builtins.cc:1370
36817 #, gcc-internal-format
36818 msgid "passing %qT to argument %d of %qE, which expects an SVE vector type"
36819 msgstr ""
36821 #: config/aarch64/aarch64-sve-builtins.cc:1373
36822 #, gcc-internal-format
36823 msgid "passing %qT to argument %d of %qE, which expects an SVE tuple type"
36824 msgstr ""
36826 #: config/aarch64/aarch64-sve-builtins.cc:1397
36827 #, gcc-internal-format
36828 msgid "passing %qT to argument %d of %qE, which expects a vector of integers"
36829 msgstr ""
36831 #: config/aarch64/aarch64-sve-builtins.cc:1417
36832 #: config/aarch64/aarch64-sve-builtins.cc:1624
36833 #, gcc-internal-format
36834 msgid "passing %qT to argument %d of %qE, which expects a vector of unsigned integers"
36835 msgstr ""
36837 #: config/aarch64/aarch64-sve-builtins.cc:1438
36838 #, gcc-internal-format
36839 msgid "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-bit elements"
36840 msgstr ""
36842 #: config/aarch64/aarch64-sve-builtins.cc:1469
36843 #, gcc-internal-format
36844 msgid "passing %qT to argument %d of %qE, which expects a vector or scalar type"
36845 msgstr ""
36847 #: config/aarch64/aarch64-sve-builtins.cc:1491
36848 #: config/aarch64/aarch64-sve-builtins.cc:2057
36849 #, gcc-internal-format
36850 msgid "passing %qT to argument %d of %qE, which expects %qT"
36851 msgstr ""
36853 #: config/aarch64/aarch64-sve-builtins.cc:1511
36854 #, gcc-internal-format
36855 msgid "passing %qT to argument %d of %qE, but previous arguments had type %qT"
36856 msgstr ""
36858 #: config/aarch64/aarch64-sve-builtins.cc:1605
36859 #, gcc-internal-format
36860 msgid "passing %qT to argument %d of %qE, which expects a vector of %d-bit elements"
36861 msgstr ""
36863 #: config/aarch64/aarch64-sve-builtins.cc:1617
36864 #, gcc-internal-format
36865 msgid "passing %qT to argument %d of %qE, which expects a vector of signed integers"
36866 msgstr ""
36868 #: config/aarch64/aarch64-sve-builtins.cc:1644
36869 #, gcc-internal-format
36870 msgid "arguments %d and %d of %qE must have the same element size, but the values passed here have type %qT and %qT respectively"
36871 msgstr ""
36873 #: config/aarch64/aarch64-sve-builtins.cc:1665
36874 #, gcc-internal-format
36875 msgid "arguments %d and %d of %qE must have the same signedness, but the values passed here have type %qT and %qT respectively"
36876 msgstr ""
36878 #: config/aarch64/aarch64-sve-builtins.cc:1676
36879 #, gcc-internal-format
36880 msgid "passing %qT instead of the expected %qT to argument %d of %qE, after passing %qT to argument %d"
36881 msgstr ""
36883 #: config/aarch64/aarch64-sve-builtins.cc:1697
36884 #, gcc-internal-format
36885 msgid "passing %qT to argument %d of %qE, but argument %d had type %qT"
36886 msgstr ""
36888 #: config/aarch64/aarch64-sve-builtins.cc:1715
36889 #, gcc-internal-format
36890 msgid "passing %qT to argument %d of %qE, which expects %qs"
36891 msgstr ""
36893 #: config/aarch64/aarch64-sve-builtins.cc:1731
36894 #, gcc-internal-format
36895 msgid "passing %qT to argument %d of %qE, which expects a scalar pointer"
36896 msgstr ""
36898 #: config/aarch64/aarch64-sve-builtins.cc:1754
36899 #, gcc-internal-format
36900 msgid "call to %qE is ambiguous; argument %d has type %qs but argument %d has type %qs"
36901 msgstr ""
36903 #. It doesn't really matter whether the element is expected to be
36904 #. the same size as type suffix 0.
36905 #: config/aarch64/aarch64-sve-builtins.cc:1799
36906 #, gcc-internal-format
36907 msgid "passing %qT to argument %d of %qE, which expects a scalar element"
36908 msgstr ""
36910 #. It doesn't seem useful to distinguish between signed and unsigned
36911 #. scalars here.
36912 #: config/aarch64/aarch64-sve-builtins.cc:1805
36913 #, gcc-internal-format
36914 msgid "passing %qT to argument %d of %qE, which expects a scalar integer"
36915 msgstr ""
36917 #: config/aarch64/aarch64-sve-builtins.cc:1841
36918 #, gcc-internal-format
36919 msgid "passing %qT to argument %d of %qE, which expects %qs or %qs"
36920 msgstr ""
36922 #: config/aarch64/aarch64-sve-builtins.cc:1861
36923 #, gcc-internal-format
36924 msgid "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-bit integers"
36925 msgstr ""
36927 #: config/aarch64/aarch64-sve-builtins.cc:1911
36928 #, gcc-internal-format
36929 msgid "when storing %qT, %qE requires a vector base and a scalar index"
36930 msgstr ""
36932 #: config/aarch64/aarch64-sve-builtins.cc:1916
36933 #, gcc-internal-format
36934 msgid "%qE requires a vector base and a scalar index"
36935 msgstr ""
36937 #: config/aarch64/aarch64-sve-builtins.cc:1920
36938 #, gcc-internal-format
36939 msgid "%qE does not support 32-bit vector type %qT"
36940 msgstr ""
36942 #: config/aarch64/aarch64-sve-builtins.cc:1948
36943 #, gcc-internal-format
36944 msgid "%qE does not support 32-bit sign-extended offsets"
36945 msgstr ""
36947 #: config/aarch64/aarch64-sve-builtins.cc:1951
36948 #, gcc-internal-format
36949 msgid "%qE does not support sign-extended offsets"
36950 msgstr ""
36952 #: config/aarch64/aarch64-sve-builtins.cc:1964
36953 #, gcc-internal-format
36954 msgid "passing %qT to argument %d of %qE, which when loading %qT expects a vector of %d-bit integers"
36955 msgstr ""
36957 #: config/aarch64/aarch64-sve-builtins.cc:1969
36958 #, gcc-internal-format
36959 msgid "passing %qT to argument %d of %qE, which when storing %qT expects a vector of %d-bit integers"
36960 msgstr ""
36962 #. TYPE is part of the function name.
36963 #: config/aarch64/aarch64-sve-builtins.cc:1976
36964 #, gcc-internal-format
36965 msgid "passing %qT to argument %d of %qE, which expects a vector of %d-bit integers"
36966 msgstr ""
36968 #: config/aarch64/aarch64-sve-builtins.cc:2024
36969 #, gcc-internal-format
36970 msgid "passing %qT to argument %d of %qE, which expects a vector or pointer base address"
36971 msgstr ""
36973 #: config/aarch64/aarch64-sve-builtins.cc:2108
36974 #, gcc-internal-format
36975 msgid "cannot combine a base of type %qT with an offset of type %qT"
36976 msgstr ""
36978 #: config/aarch64/aarch64-sve-builtins.cc:2112
36979 #, gcc-internal-format
36980 msgid "cannot combine a base of type %qT with an index of type %qT"
36981 msgstr ""
36983 #: config/aarch64/aarch64-sve-builtins.cc:2200
36984 #, gcc-internal-format
36985 msgid "passing %qT to argument %d of %qE, but its %qT form does not accept scalars"
36986 msgstr ""
36988 #: config/aarch64/aarch64-sve-builtins.cc:3536
36989 #: config/arm/arm-mve-builtins.cc:173
36990 #: config/riscv/riscv-vector-builtins.cc:1473
36991 #, gcc-internal-format
36992 msgid "duplicate definition of %qs"
36993 msgstr ""
36995 #: config/aarch64/aarch64-sve-builtins.cc:3712
36996 #, gcc-internal-format
36997 msgid "%qs applied to non-SVE type %qT"
36998 msgstr ""
37000 #: config/aarch64/aarch64-sve-builtins.cc:3718
37001 #, gcc-internal-format
37002 msgid "%qs applied to non-vector type %qT"
37003 msgstr ""
37005 #: config/aarch64/aarch64-sve-builtins.cc:3725
37006 #, gcc-internal-format
37007 msgid "%qs applied to type %qT, which already has a size"
37008 msgstr ""
37010 #: config/aarch64/aarch64-sve-builtins.cc:3733
37011 #, gcc-internal-format
37012 msgid "%qs requires an integer constant expression"
37013 msgstr ""
37015 #: config/aarch64/aarch64-sve-builtins.cc:3741
37016 #, gcc-internal-format
37017 msgid "unsupported SVE vector size"
37018 msgstr ""
37020 #: config/aarch64/aarch64-sve-builtins.cc:3855
37021 #, gcc-internal-format
37022 msgid "SVE type %qT does not have a fixed size"
37023 msgstr ""
37025 #: config/aarch64/aarch64-sve-builtins.cc:3860
37026 #, gcc-internal-format
37027 msgid "SVE type %qT does not have a defined alignment"
37028 msgstr ""
37030 #: config/aarch64/aarch64-sve-builtins.cc:3865
37031 #: config/riscv/riscv-vector-builtins.cc:1411
37032 #, gcc-internal-format
37033 msgid "variables of type %qT cannot have thread-local storage duration"
37034 msgstr ""
37036 #: config/aarch64/aarch64-sve-builtins.cc:3871
37037 #, gcc-internal-format
37038 msgid "arithmetic on pointer to SVE type %qT"
37039 msgstr ""
37041 #: config/aarch64/aarch64-sve-builtins.cc:3878
37042 #, gcc-internal-format
37043 msgid "member variables cannot have SVE type %qT"
37044 msgstr ""
37046 #: config/aarch64/aarch64-sve-builtins.cc:3880
37047 #, gcc-internal-format
37048 msgid "fields cannot have SVE type %qT"
37049 msgstr ""
37051 #: config/aarch64/aarch64-sve-builtins.cc:3885
37052 #, gcc-internal-format
37053 msgid "array elements cannot have SVE type %qT"
37054 msgstr ""
37056 #: config/aarch64/aarch64-sve-builtins.cc:3890
37057 #, gcc-internal-format
37058 msgid "cannot allocate objects with SVE type %qT"
37059 msgstr ""
37061 #: config/aarch64/aarch64-sve-builtins.cc:3895
37062 #, gcc-internal-format
37063 msgid "cannot delete objects with SVE type %qT"
37064 msgstr ""
37066 #: config/aarch64/aarch64-sve-builtins.cc:3900
37067 #, gcc-internal-format
37068 msgid "cannot throw or catch SVE type %qT"
37069 msgstr ""
37071 #: config/aarch64/aarch64-sve-builtins.cc:3905
37072 #, gcc-internal-format
37073 msgid "capture by copy of SVE type %qT"
37074 msgstr ""
37076 #: config/aarch64/aarch64.cc:2781
37077 #, gcc-internal-format
37078 msgid "the %qE attribute cannot be applied to an SVE function type"
37079 msgstr ""
37081 #: config/aarch64/aarch64.cc:3219
37082 #, gcc-internal-format
37083 msgid "%qs is incompatible with the use of floating-point types"
37084 msgstr ""
37086 #: config/aarch64/aarch64.cc:3222
37087 #, gcc-internal-format
37088 msgid "%qs is incompatible with the use of vector types"
37089 msgstr ""
37091 #: config/aarch64/aarch64.cc:3226
37092 #, gcc-internal-format
37093 msgid "%qs feature modifier is incompatible with the use of floating-point types"
37094 msgstr ""
37096 #: config/aarch64/aarch64.cc:3229
37097 #, gcc-internal-format
37098 msgid "%qs feature modifier is incompatible with the use of vector types"
37099 msgstr ""
37101 #: config/aarch64/aarch64.cc:3245
37102 #, gcc-internal-format
37103 msgid "this operation requires the SVE ISA extension"
37104 msgstr ""
37106 #: config/aarch64/aarch64.cc:3246
37107 #, gcc-internal-format
37108 msgid "you can enable SVE using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
37109 msgstr ""
37111 #. We can't gracefully recover at this point, so make this a
37112 #. fatal error.
37113 #: config/aarch64/aarch64.cc:7212
37114 #, gcc-internal-format
37115 msgid "arguments of type %qT require the SVE ISA extension"
37116 msgstr ""
37118 #: config/aarch64/aarch64.cc:7630
37119 #, gcc-internal-format
37120 msgid "SVE type %qT cannot be passed to an unprototyped function"
37121 msgstr ""
37123 #: config/aarch64/aarch64.cc:7767 config/aarch64/aarch64.cc:7838
37124 #: config/aarch64/aarch64.cc:19715
37125 #, gcc-internal-format
37126 msgid "parameter passing for argument of type %qT changed in GCC 13.1"
37127 msgstr ""
37129 #: config/aarch64/aarch64.cc:7777 config/aarch64/aarch64.cc:7847
37130 #: config/aarch64/aarch64.cc:19721 config/arm/arm.cc:7266
37131 #: config/arm/arm.cc:7296 config/arm/arm.cc:29325
37132 #, gcc-internal-format
37133 msgid "parameter passing for argument of type %qT changed in GCC 9.1"
37134 msgstr ""
37136 #: config/aarch64/aarch64.cc:7915
37137 #, gcc-internal-format
37138 msgid "%qE requires the SVE ISA extension"
37139 msgstr ""
37141 #: config/aarch64/aarch64.cc:7918
37142 #, gcc-internal-format
37143 msgid "calls to functions of type %qT require the SVE ISA extension"
37144 msgstr ""
37146 #: config/aarch64/aarch64.cc:8091
37147 #, gcc-internal-format
37148 msgid "stack probes for SVE frames"
37149 msgstr ""
37151 #: config/aarch64/aarch64.cc:17461
37152 #, gcc-internal-format
37153 msgid "unknown flag passed in %<-moverride=%s%> (%s)"
37154 msgstr ""
37156 #: config/aarch64/aarch64.cc:17505
37157 #, gcc-internal-format
37158 msgid "%qs string ill-formed"
37159 msgstr ""
37161 #: config/aarch64/aarch64.cc:17561
37162 #, gcc-internal-format
37163 msgid "invalid format for %<sve_width%>"
37164 msgstr ""
37166 #: config/aarch64/aarch64.cc:17573
37167 #, gcc-internal-format
37168 msgid "invalid %<sve_width%> value: %d"
37169 msgstr ""
37171 #: config/aarch64/aarch64.cc:17593
37172 #, gcc-internal-format, gfc-internal-format
37173 msgid "tuning string missing in option (%s)"
37174 msgstr ""
37176 #: config/aarch64/aarch64.cc:17611
37177 #, gcc-internal-format, gfc-internal-format
37178 msgid "unknown tuning option (%s)"
37179 msgstr "nepoznata tuning opcija (%s)"
37181 #: config/aarch64/aarch64.cc:17799 config/arm/arm.cc:3193
37182 #: config/riscv/riscv.cc:6120
37183 #, gcc-internal-format
37184 msgid "incompatible options %<-mstack-protector-guard=global%> and %<-mstack-protector-guard-offset=%s%>"
37185 msgstr ""
37187 #: config/aarch64/aarch64.cc:17808 config/riscv/riscv.cc:6129
37188 #, gcc-internal-format
37189 msgid "both %<-mstack-protector-guard-offset%> and %<-mstack-protector-guard-reg%> must be used with %<-mstack-protector-guard=sysreg%>"
37190 msgstr ""
37192 #: config/aarch64/aarch64.cc:17816
37193 #, gcc-internal-format
37194 msgid "specify a system register with a small string length"
37195 msgstr ""
37197 #: config/aarch64/aarch64.cc:17826 config/arm/arm.cc:3205
37198 #: config/riscv/riscv.cc:6158 config/rs6000/rs6000.cc:4528
37199 #, gcc-internal-format
37200 msgid "%qs is not a valid offset in %qs"
37201 msgstr ""
37203 #: config/aarch64/aarch64.cc:17833
37204 #, gcc-internal-format
37205 msgid "%<-fsanitize=shadow-call-stack%> requires %<-ffixed-x18%>"
37206 msgstr ""
37208 #: config/aarch64/aarch64.cc:17923
37209 #, gcc-internal-format
37210 msgid "only values 12 (4 KB) and 16 (64 KB) are supported for guard size.  Given value %d (%llu KB) is out of range"
37211 msgstr ""
37213 #: config/aarch64/aarch64.cc:17939
37214 #, gcc-internal-format
37215 msgid "stack clash guard size %<%d%> must be equal to probing interval %<%d%>"
37216 msgstr ""
37218 #: config/aarch64/aarch64.cc:18041
37219 #, gcc-internal-format
37220 msgid "missing cpu name in %<-mcpu=%s%>"
37221 msgstr ""
37223 #: config/aarch64/aarch64.cc:18048
37224 #, gcc-internal-format
37225 msgid "invalid feature modifier %qs in %<-mcpu=%s%>"
37226 msgstr ""
37228 #: config/aarch64/aarch64.cc:18107
37229 #, gcc-internal-format
37230 msgid "invalid argument given to %<-mharden-sls=%>"
37231 msgstr ""
37233 #: config/aarch64/aarch64.cc:18118
37234 #, gcc-internal-format
37235 msgid "%qs must be by itself for %<-mharden-sls=%>"
37236 msgstr ""
37238 #: config/aarch64/aarch64.cc:18123
37239 #, gcc-internal-format
37240 msgid "invalid argument %<%s%> for %<-mharden-sls=%>"
37241 msgstr ""
37243 #: config/aarch64/aarch64.cc:18151
37244 #, gcc-internal-format
37245 msgid "missing arch name in %<-march=%s%>"
37246 msgstr ""
37248 #: config/aarch64/aarch64.cc:18154
37249 #, gcc-internal-format
37250 msgid "unknown value %qs for %<-march%>"
37251 msgstr ""
37253 #: config/aarch64/aarch64.cc:18160
37254 #, gcc-internal-format
37255 msgid "did you mean %<-mcpu=%s%>?"
37256 msgstr ""
37258 #: config/aarch64/aarch64.cc:18163
37259 #, gcc-internal-format
37260 msgid "invalid feature modifier %qs in %<-march=%s%>"
37261 msgstr ""
37263 #: config/aarch64/aarch64.cc:18191
37264 #, gcc-internal-format
37265 msgid "missing cpu name in %<-mtune=%s%>"
37266 msgstr ""
37268 #: config/aarch64/aarch64.cc:18194
37269 #, gcc-internal-format
37270 msgid "unknown value %qs for %<-mtune%>"
37271 msgstr ""
37273 #: config/aarch64/aarch64.cc:18279
37274 #, gcc-internal-format
37275 msgid "switch %<-mcpu=%s%> conflicts with %<-march=%s%> switch"
37276 msgstr ""
37278 #: config/aarch64/aarch64.cc:18333
37279 #, gcc-internal-format
37280 msgid "assembler does not support %<-mabi=ilp32%>"
37281 msgstr ""
37283 #: config/aarch64/aarch64.cc:18340
37284 #, gcc-internal-format
37285 msgid "return address signing is only supported for %<-mabi=lp64%>"
37286 msgstr ""
37288 #: config/aarch64/aarch64.cc:18413
37289 #, gcc-internal-format
37290 msgid "code model %qs with %<-f%s%>"
37291 msgstr ""
37293 #: config/aarch64/aarch64.cc:18416
37294 #, gcc-internal-format
37295 msgid "code model %qs not supported in ilp32 mode"
37296 msgstr ""
37298 #: config/aarch64/aarch64.cc:18568
37299 #, gcc-internal-format
37300 msgid "missing name in %<target(\"arch=\")%> pragma or attribute"
37301 msgstr ""
37303 #: config/aarch64/aarch64.cc:18571
37304 #, gcc-internal-format
37305 msgid "invalid name %qs in %<target(\"arch=\")%> pragma or attribute"
37306 msgstr ""
37308 #: config/aarch64/aarch64.cc:18575
37309 #, gcc-internal-format
37310 msgid "invalid feature modifier %s of value %qs in %<target()%> pragma or attribute"
37311 msgstr ""
37313 #: config/aarch64/aarch64.cc:18609
37314 #, gcc-internal-format
37315 msgid "missing name in %<target(\"cpu=\")%> pragma or attribute"
37316 msgstr ""
37318 #: config/aarch64/aarch64.cc:18612
37319 #, gcc-internal-format
37320 msgid "invalid name %qs in %<target(\"cpu=\")%> pragma or attribute"
37321 msgstr ""
37323 #: config/aarch64/aarch64.cc:18616 config/aarch64/aarch64.cc:18722
37324 #, gcc-internal-format
37325 msgid "invalid feature modifier %qs of value %qs in %<target()%> pragma or attribute"
37326 msgstr ""
37328 #: config/aarch64/aarch64.cc:18639
37329 #, gcc-internal-format
37330 msgid "missing argument to %<target(\"branch-protection=\")%> pragma or attribute"
37331 msgstr ""
37333 #: config/aarch64/aarch64.cc:18643
37334 #, gcc-internal-format
37335 msgid "invalid protection type %qs in %<target(\"branch-protection=\")%> pragma or attribute"
37336 msgstr ""
37338 #: config/aarch64/aarch64.cc:18677
37339 #, gcc-internal-format
37340 msgid "invalid name %qs in %<target(\"tune=\")%> pragma or attribute"
37341 msgstr ""
37343 #: config/aarch64/aarch64.cc:18718
37344 #, gcc-internal-format
37345 msgid "missing value in %<target()%> pragma or attribute"
37346 msgstr ""
37348 #: config/aarch64/aarch64.cc:18776 config/aarch64/aarch64.cc:18949
37349 #, gcc-internal-format
37350 msgid "malformed %<target()%> pragma or attribute"
37351 msgstr ""
37353 #: config/aarch64/aarch64.cc:18820
37354 #, gcc-internal-format
37355 msgid "pragma or attribute %<target(\"%s\")%> does not accept an argument"
37356 msgstr ""
37358 #: config/aarch64/aarch64.cc:18828 config/i386/i386-options.cc:1254
37359 #, gcc-internal-format
37360 msgid "pragma or attribute %<target(\"%s\")%> does not allow a negated form"
37361 msgstr ""
37363 #: config/aarch64/aarch64.cc:18882
37364 #, gcc-internal-format
37365 msgid "pragma or attribute %<target(\"%s=%s\")%> is not valid"
37366 msgstr ""
37368 #: config/aarch64/aarch64.cc:18939 config/arm/arm.cc:33526
37369 #: config/rs6000/rs6000.cc:24441 config/s390/s390.cc:16073
37370 #, gcc-internal-format
37371 msgid "attribute %<target%> argument not a string"
37372 msgstr ""
37374 #: config/aarch64/aarch64.cc:18974
37375 #, gcc-internal-format
37376 msgid "arch extension %<%s%> should be prefixed by %<+%>"
37377 msgstr ""
37379 #: config/aarch64/aarch64.cc:18977
37380 #, gcc-internal-format
37381 msgid "pragma or attribute %<target(\"%s\")%> is not valid"
37382 msgstr ""
37384 #: config/aarch64/aarch64.cc:18986
37385 #, gcc-internal-format
37386 msgid "malformed %<target(\"%s\")%> pragma or attribute"
37387 msgstr ""
37389 #: config/aarch64/aarch64.cc:20466 config/arm/arm.cc:6614
37390 #: config/rs6000/rs6000-call.cc:366 config/s390/s390.cc:12424
37391 msgid "parameter passing for argument of type %qT with %<[[no_unique_address]]%> members changed %{in GCC 10.1%}"
37392 msgstr ""
37394 #: config/aarch64/aarch64.cc:20471 config/arm/arm.cc:6619
37395 #: config/rs6000/rs6000-call.cc:361 config/s390/s390.cc:12419
37396 msgid "parameter passing for argument of type %qT when C++17 is enabled changed to match C++14 %{in GCC 10.1%}"
37397 msgstr ""
37399 #: config/aarch64/aarch64.cc:20476 config/arm/arm.cc:6624
37400 msgid "parameter passing for argument of type %qT changed %{in GCC 12.1%}"
37401 msgstr ""
37403 #: config/aarch64/aarch64.cc:21630 config/aarch64/aarch64.cc:21633
37404 #, gcc-internal-format
37405 msgid "lane %wd out of range %wd - %wd"
37406 msgstr ""
37408 #: config/aarch64/aarch64.cc:26920 config/i386/i386.cc:23665
37409 #: config/i386/i386.cc:23796
37410 #, gcc-internal-format
37411 msgid "unsupported simdlen %wd"
37412 msgstr ""
37414 #: config/aarch64/aarch64.cc:26932 config/aarch64/aarch64.cc:26961
37415 #, gcc-internal-format
37416 msgid "GCC does not currently support mixed size types for %<simd%> functions"
37417 msgstr ""
37419 #: config/aarch64/aarch64.cc:26936
37420 #, gcc-internal-format
37421 msgid "GCC does not currently support return type %qT for %<simd%> functions"
37422 msgstr ""
37424 #: config/aarch64/aarch64.cc:26940
37425 #, gcc-internal-format
37426 msgid "unsupported return type %qT for %<simd%> functions"
37427 msgstr ""
37429 #: config/aarch64/aarch64.cc:26965
37430 #, gcc-internal-format
37431 msgid "GCC does not currently support argument type %qT for %<simd%> functions"
37432 msgstr ""
37434 #: config/aarch64/aarch64.cc:26991
37435 #, gcc-internal-format
37436 msgid "GCC does not currently support simdlen %wd for type %qT"
37437 msgstr ""
37439 #: config/alpha/alpha.cc:420
37440 #, gcc-internal-format
37441 msgid "bad value %qs for %<-mtrap-precision%> switch"
37442 msgstr ""
37444 #: config/alpha/alpha.cc:435
37445 #, gcc-internal-format
37446 msgid "bad value %qs for %<-mfp-rounding-mode%> switch"
37447 msgstr ""
37449 #: config/alpha/alpha.cc:450
37450 #, gcc-internal-format
37451 msgid "bad value %qs for %<-mfp-trap-mode%> switch"
37452 msgstr ""
37454 #: config/alpha/alpha.cc:468
37455 #, gcc-internal-format
37456 msgid "bad value %qs for %<-mcpu%> switch"
37457 msgstr ""
37459 #: config/alpha/alpha.cc:483
37460 #, gcc-internal-format
37461 msgid "bad value %qs for %<-mtune%> switch"
37462 msgstr ""
37464 #: config/alpha/alpha.cc:501
37465 #, gcc-internal-format
37466 msgid "fp software completion requires %<-mtrap-precision=i%>"
37467 msgstr ""
37469 #: config/alpha/alpha.cc:517
37470 #, gcc-internal-format
37471 msgid "rounding mode not supported for VAX floats"
37472 msgstr ""
37474 #: config/alpha/alpha.cc:522
37475 #, gcc-internal-format
37476 msgid "trap mode not supported for VAX floats"
37477 msgstr ""
37479 #: config/alpha/alpha.cc:526
37480 #, gcc-internal-format
37481 msgid "128-bit %<long double%> not supported for VAX floats"
37482 msgstr ""
37484 #: config/alpha/alpha.cc:554
37485 #, gcc-internal-format, gfc-internal-format
37486 msgid "L%d cache latency unknown for %s"
37487 msgstr ""
37489 #: config/alpha/alpha.cc:569
37490 #, gcc-internal-format
37491 msgid "bad value %qs for %<-mmemory-latency%>"
37492 msgstr ""
37494 #: config/alpha/alpha.cc:6652 config/alpha/alpha.cc:6655
37495 #: config/arc/arc.cc:7099 config/arc/arc.cc:7373 config/s390/s390.cc:949
37496 #, gcc-internal-format
37497 msgid "bad builtin fcode"
37498 msgstr ""
37500 #: config/arc/arc.cc:1098
37501 #, gcc-internal-format
37502 msgid "%<-mno-mpy%> supported only for ARC700 or ARCv2"
37503 msgstr ""
37505 #: config/arc/arc.cc:1101
37506 #, gcc-internal-format
37507 msgid "%<-mno-dpfp-lrsr%> supported only with %<-mdpfp%>"
37508 msgstr ""
37510 #: config/arc/arc.cc:1106
37511 #, gcc-internal-format
37512 msgid "FPX fast and compact options cannot be specified together"
37513 msgstr ""
37515 #: config/arc/arc.cc:1110
37516 #, gcc-internal-format
37517 msgid "%<-mspfp_fast%> not available on ARC600 or ARC601"
37518 msgstr ""
37520 #: config/arc/arc.cc:1115
37521 #, gcc-internal-format
37522 msgid "no FPX/FPU mixing allowed"
37523 msgstr ""
37525 #: config/arc/arc.cc:1120
37526 #, gcc-internal-format
37527 msgid "PIC is not supported for %qs"
37528 msgstr ""
37530 #: config/arc/arc.cc:1159
37531 #, gcc-internal-format
37532 msgid "missing dash"
37533 msgstr ""
37535 #: config/arc/arc.cc:1171
37536 #, gcc-internal-format
37537 msgid "first register must be R0"
37538 msgstr ""
37540 #: config/arc/arc.cc:1191
37541 #, gcc-internal-format, gfc-internal-format
37542 msgid "last register name %s must be an odd register"
37543 msgstr ""
37545 #: config/arc/arc.cc:1200 config/ia64/ia64.cc:6052 config/pa/pa.cc:480
37546 #: config/sh/sh.cc:8293
37547 #, gcc-internal-format, gfc-internal-format
37548 msgid "%s-%s is an empty range"
37549 msgstr ""
37551 #: config/arc/arc.cc:1250
37552 #, gcc-internal-format
37553 msgid "invalid number in %<-mrgf-banked-regs=%s%> valid values are 0, 4, 8, 16, or 32"
37554 msgstr ""
37556 #: config/arc/arc.cc:1312
37557 #, gcc-internal-format
37558 msgid "option %<-mirq-ctrl-saved%> valid only for ARC v2 processors"
37559 msgstr ""
37561 #: config/arc/arc.cc:1321
37562 #, gcc-internal-format
37563 msgid "option %<-mrgf-banked-regs%> valid only for ARC v2 processors"
37564 msgstr ""
37566 #. Check options against architecture options.  Throw an error if
37567 #. option is not allowed.  Extra, check options against default
37568 #. architecture/cpu flags and throw an warning if we find a
37569 #. mismatch.
37570 #. TRANSLATORS: the DOC/DOC0/DOC1 are strings which shouldn't be
37571 #. translated.  They are like keywords which one can relate with the
37572 #. architectural choices taken for an ARC CPU implementation.
37573 #: config/arc/arc.cc:1365
37574 #, gcc-internal-format
37575 msgid "option %<%s=%s%> is not available for %qs CPU"
37576 msgstr ""
37578 #: config/arc/arc.cc:1370
37579 #, gcc-internal-format
37580 msgid "option %qs is ignored, the default value %qs is considered for %qs CPU"
37581 msgstr ""
37583 #: config/arc/arc.cc:1378
37584 #, gcc-internal-format
37585 msgid "option %qs is not available for %qs CPU"
37586 msgstr ""
37588 #: config/arc/arc.cc:1383
37589 #, gcc-internal-format
37590 msgid "unset option %qs is ignored, it is always enabled for %qs CPU"
37591 msgstr ""
37593 #: config/arc/arc.cc:1955
37594 #, gcc-internal-format, gfc-internal-format
37595 msgid "multiply option implies r%d is fixed"
37596 msgstr ""
37598 #: config/arc/arc.cc:2103 config/epiphany/epiphany.cc:508
37599 #: config/epiphany/epiphany.cc:550
37600 #, gcc-internal-format
37601 msgid "argument of %qE attribute is not a string constant"
37602 msgstr ""
37604 #: config/arc/arc.cc:2112
37605 #, gcc-internal-format
37606 msgid "argument of %qE attribute is not \"ilink1\" or \"ilink2\""
37607 msgstr ""
37609 #: config/arc/arc.cc:2121
37610 #, gcc-internal-format
37611 msgid "argument of %qE attribute is not \"ilink\" or \"firq\""
37612 msgstr ""
37614 #: config/arc/arc.cc:2135 config/arm/arm.cc:7407 config/arm/arm.cc:7425
37615 #: config/arm/arm.cc:7606 config/avr/avr.cc:9588 config/avr/avr.cc:9604
37616 #: config/bfin/bfin.cc:4694 config/bfin/bfin.cc:4755 config/bfin/bfin.cc:4785
37617 #: config/bpf/bpf.cc:99 config/csky/csky.cc:6458 config/csky/csky.cc:6486
37618 #: config/epiphany/epiphany.cc:491 config/gcn/gcn.cc:332
37619 #: config/h8300/h8300.cc:4944 config/i386/i386-options.cc:3381
37620 #: config/i386/i386-options.cc:3558 config/i386/i386-options.cc:3614
37621 #: config/i386/i386-options.cc:3665 config/i386/i386-options.cc:3702
37622 #: config/m68k/m68k.cc:792 config/mcore/mcore.cc:3067
37623 #: config/nvptx/nvptx.cc:5800 config/riscv/riscv.cc:3854
37624 #: config/rl78/rl78.cc:820 config/rl78/rl78.cc:889
37625 #: config/rs6000/rs6000.cc:20395 config/rx/rx.cc:2727 config/rx/rx.cc:2753
37626 #: config/s390/s390.cc:1164 config/s390/s390.cc:1251 config/sh/sh.cc:8429
37627 #: config/sh/sh.cc:8447 config/sh/sh.cc:8471 config/sh/sh.cc:8542
37628 #: config/sh/sh.cc:8565 config/stormy16/stormy16.cc:2229
37629 #: config/v850/v850.cc:2010 config/visium/visium.cc:724
37630 #, gcc-internal-format
37631 msgid "%qE attribute only applies to functions"
37632 msgstr ""
37634 #: config/arc/arc.cc:6998
37635 #, gcc-internal-format
37636 msgid "%<__builtin_arc_aligned%> with non-constant alignment"
37637 msgstr ""
37639 #: config/arc/arc.cc:7006
37640 #, gcc-internal-format
37641 msgid "invalid alignment value for %<__builtin_arc_aligned%>"
37642 msgstr ""
37644 #: config/arc/arc.cc:7169
37645 #, gcc-internal-format
37646 msgid "operand 1 should be an unsigned 3-bit immediate"
37647 msgstr ""
37649 #: config/arc/arc.cc:7210 config/arc/arc.cc:7307
37650 #, gcc-internal-format
37651 msgid "operand 2 should be an unsigned 3-bit value (I0-I7)"
37652 msgstr ""
37654 #: config/arc/arc.cc:7243 config/arc/arc.cc:7275
37655 #, gcc-internal-format
37656 msgid "operand 1 should be an unsigned 3-bit value (I0-I7)"
37657 msgstr ""
37659 #: config/arc/arc.cc:7247 config/arc/arc.cc:7279
37660 #, gcc-internal-format
37661 msgid "operand 2 should be an unsigned 8-bit value"
37662 msgstr ""
37664 #: config/arc/arc.cc:7311
37665 #, gcc-internal-format
37666 msgid "operand 3 should be an unsigned 8-bit value"
37667 msgstr ""
37669 #: config/arc/arc.cc:7344
37670 #, gcc-internal-format
37671 msgid "operand 4 should be an unsigned 8-bit value (0-255)"
37672 msgstr ""
37674 #: config/arc/arc.cc:7348
37675 #, gcc-internal-format
37676 msgid "operand 3 should be an unsigned 3-bit value (I0-I7)"
37677 msgstr ""
37679 #: config/arc/arc.cc:7355
37680 #, gcc-internal-format
37681 msgid "operand 2 should be an unsigned 3-bit value (subreg 0-7)"
37682 msgstr ""
37684 #: config/arc/arc.cc:7358
37685 #, gcc-internal-format
37686 msgid "operand 2 should be an even 3-bit value (subreg 0,2,4,6)"
37687 msgstr ""
37689 #: config/arc/arc.cc:7405
37690 #, gcc-internal-format, gfc-internal-format
37691 msgid "builtin requires an immediate for operand %d"
37692 msgstr ""
37694 #: config/arc/arc.cc:7410
37695 #, gcc-internal-format, gfc-internal-format
37696 msgid "operand %d should be a 6 bit unsigned immediate"
37697 msgstr ""
37699 #: config/arc/arc.cc:7414
37700 #, gcc-internal-format, gfc-internal-format
37701 msgid "operand %d should be a 8 bit unsigned immediate"
37702 msgstr ""
37704 #: config/arc/arc.cc:7418
37705 #, gcc-internal-format, gfc-internal-format
37706 msgid "operand %d should be a 3 bit unsigned immediate"
37707 msgstr ""
37709 #: config/arc/arc.cc:7421
37710 #, gcc-internal-format, gfc-internal-format
37711 msgid "unknown builtin immediate operand type for operand %d"
37712 msgstr ""
37714 #: config/arc/arc.cc:7472
37715 #, gcc-internal-format
37716 msgid "register number must be a compile-time constant.  Try giving higher optimization levels"
37717 msgstr ""
37719 #: config/arc/arc.cc:8569
37720 #, gcc-internal-format
37721 msgid "insn addresses not set after shorten branches"
37722 msgstr ""
37724 #: config/arc/arc.cc:8784
37725 #, gcc-internal-format
37726 msgid "insn addresses not freed"
37727 msgstr ""
37729 #: config/arc/arc.cc:11125
37730 #, gcc-internal-format
37731 msgid "%qE attribute only valid for ARCv2 architecture"
37732 msgstr ""
37734 #: config/arc/arc.cc:11133 config/arc/arc.cc:11172
37735 #, gcc-internal-format
37736 msgid "argument of %qE attribute is missing"
37737 msgstr ""
37739 #: config/arc/arc.cc:11144 config/arc/arc.cc:11183 config/arc/arc.cc:11309
37740 #: config/avr/avr.cc:9660
37741 #, gcc-internal-format
37742 msgid "%qE attribute allows only an integer constant argument"
37743 msgstr ""
37745 #: config/arc/arc.cc:11164
37746 #, gcc-internal-format
37747 msgid "%qE attribute only valid for ARC EM architecture"
37748 msgstr ""
37750 #: config/arc/arc.cc:11219
37751 #, gcc-internal-format
37752 msgid "%qE attribute only applies to types"
37753 msgstr ""
37755 #: config/arc/arc.cc:11225
37756 #, gcc-internal-format
37757 msgid "argument of %qE attribute ignored"
37758 msgstr ""
37760 #: config/arc/arc.cc:11299 config/avr/avr.cc:9647 config/bfin/bfin.cc:4817
37761 #: config/i386/winnt.cc:63 config/nvptx/nvptx.cc:5823
37762 #, gcc-internal-format
37763 msgid "%qE attribute only applies to variables"
37764 msgstr ""
37766 #: config/arm/aarch-common.cc:551 config/i386/i386.cc:22520
37767 #, gcc-internal-format
37768 msgid "alternatives not allowed in %<asm%> flag output"
37769 msgstr ""
37771 #: config/arm/aarch-common.cc:612 config/i386/i386.cc:22584
37772 #, gcc-internal-format
37773 msgid "unknown %<asm%> flag output %qs"
37774 msgstr ""
37776 #: config/arm/aarch-common.cc:622 config/i386/i386.cc:22613
37777 #, gcc-internal-format
37778 msgid "invalid type for %<asm%> flag output"
37779 msgstr ""
37781 #: config/arm/aarch-common.cc:672 config/arm/aarch-common.cc:686
37782 #, gcc-internal-format
37783 msgid "unexpected %<%s%> after %<%s%>"
37784 msgstr "očekivano je %<%s%> after %<%s%>"
37786 #: config/arm/aarch-common.cc:838
37787 #, gcc-internal-format
37788 msgid "invalid argument %<%s%> for %<-mbranch-protection=%>"
37789 msgstr ""
37791 #: config/arm/aarch-common.cc:840
37792 #, gcc-internal-format
37793 msgid "missing argument for %<-mbranch-protection=%>"
37794 msgstr ""
37796 #: config/arm/arm-builtins.cc:3091
37797 #, gcc-internal-format, gfc-internal-format
37798 msgid "coprocessor %d is not enabled with +cdecp%d"
37799 msgstr ""
37801 #: config/arm/arm-builtins.cc:3095
37802 #, gcc-internal-format
37803 msgid "coproc must be a constant immediate in range [0-%d] enabled with %<+cdecp<N>%>"
37804 msgstr ""
37806 #: config/arm/arm-builtins.cc:3104
37807 #, gcc-internal-format
37808 msgid "argument %d to %qE must be a constant immediate in range [0-%d]"
37809 msgstr ""
37811 #: config/arm/arm-builtins.cc:3223
37812 #, gcc-internal-format
37813 msgid "this builtin is not supported for this target"
37814 msgstr ""
37816 #: config/arm/arm-builtins.cc:3338
37817 #, gcc-internal-format
37818 msgid "saturation bit range must be in the range [%wd, %wd]"
37819 msgstr ""
37821 #: config/arm/arm-builtins.cc:3343
37822 #, gcc-internal-format
37823 msgid "saturation bit range must be a constant immediate"
37824 msgstr ""
37826 #: config/arm/arm-builtins.cc:3366
37827 #, gcc-internal-format
37828 msgid "You must enable MVE instructions to use these intrinsics"
37829 msgstr ""
37831 #: config/arm/arm-builtins.cc:3388
37832 #, gcc-internal-format
37833 msgid "You must enable NEON instructions (e.g. %<-mfloat-abi=softfp%> %<-mfpu=neon%>) to use these intrinsics."
37834 msgstr ""
37836 #: config/arm/arm-builtins.cc:3410
37837 #, gcc-internal-format
37838 msgid "You must enable VFP instructions to use these intrinsics."
37839 msgstr ""
37841 #: config/arm/arm-builtins.cc:3489
37842 #, gcc-internal-format
37843 msgid "You must enable crypto instructions (e.g. include %<-mfloat-abi=softfp%> %<-mfpu=crypto-neon%>) to use these intrinsics."
37844 msgstr ""
37846 #. @@@ better error message
37847 #: config/arm/arm-builtins.cc:3567 config/arm/arm-builtins.cc:3671
37848 #, gcc-internal-format
37849 msgid "selector must be an immediate"
37850 msgstr ""
37852 #: config/arm/arm-builtins.cc:3575 config/arm/arm-builtins.cc:3620
37853 #: config/arm/arm-builtins.cc:3678 config/arm/arm-builtins.cc:3687
37854 #, gcc-internal-format
37855 msgid "the range of selector should be in 0 to 7"
37856 msgstr ""
37858 #: config/arm/arm-builtins.cc:3580 config/arm/arm-builtins.cc:3689
37859 #, gcc-internal-format
37860 msgid "the range of selector should be in 0 to 3"
37861 msgstr ""
37863 #: config/arm/arm-builtins.cc:3585 config/arm/arm-builtins.cc:3691
37864 #, gcc-internal-format
37865 msgid "the range of selector should be in 0 to 1"
37866 msgstr ""
37868 #: config/arm/arm-builtins.cc:3757
37869 #, gcc-internal-format
37870 msgid "mask must be an immediate"
37871 msgstr ""
37873 #: config/arm/arm-builtins.cc:3762
37874 #, gcc-internal-format
37875 msgid "the range of mask should be in 0 to 255"
37876 msgstr ""
37878 #: config/arm/arm-builtins.cc:3950
37879 #, gcc-internal-format
37880 msgid "the range of count should be in 0 to 32; please check the intrinsic %qs in code"
37881 msgstr ""
37883 #: config/arm/arm-builtins.cc:3958
37884 #, gcc-internal-format
37885 msgid "the range of count should be in 0 to 16; please check the intrinsic %qs in code"
37886 msgstr ""
37888 #: config/arm/arm-builtins.cc:3966
37889 #, gcc-internal-format
37890 msgid "the range of count should be in 0 to 64; please check the intrinsic %qs in code"
37891 msgstr ""
37893 #: config/arm/arm-builtins.cc:4029
37894 #, gcc-internal-format
37895 msgid "the count should be no less than 0; please check the intrinsic %qs in code"
37896 msgstr ""
37898 #: config/arm/arm-c.cc:108
37899 #, gcc-internal-format
37900 msgid "argument %u to function %qE is of type %qT which is not known to be 128 bits wide"
37901 msgstr ""
37903 #: config/arm/arm-c.cc:140
37904 #, gcc-internal-format
37905 msgid "%<#pragma GCC arm%> requires a string parameter"
37906 msgstr ""
37908 #: config/arm/arm-c.cc:148
37909 #, gcc-internal-format
37910 msgid "unknown %<#pragma GCC arm%> option %qs"
37911 msgstr ""
37913 #: config/arm/arm-mve-builtins.cc:179
37914 #, gcc-internal-format
37915 msgid "this definition requires the MVE ISA extension"
37916 msgstr ""
37918 #: config/arm/arm.cc:2946
37919 #, gcc-internal-format
37920 msgid "iWMMXt and NEON are incompatible"
37921 msgstr ""
37923 #: config/arm/arm.cc:2952
37924 #, gcc-internal-format
37925 msgid "target CPU does not support ARM mode"
37926 msgstr ""
37928 #: config/arm/arm.cc:2956
37929 #, gcc-internal-format
37930 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
37931 msgstr ""
37933 #: config/arm/arm.cc:2959
37934 #, gcc-internal-format
37935 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
37936 msgstr ""
37938 #: config/arm/arm.cc:2967
37939 #, gcc-internal-format
37940 msgid "%<-g%> with %<-mno-apcs-frame%> may not give sensible debugging"
37941 msgstr ""
37943 #: config/arm/arm.cc:2972
37944 #, gcc-internal-format
37945 msgid "iWMMXt unsupported under Thumb mode"
37946 msgstr ""
37948 #: config/arm/arm.cc:2975
37949 #, gcc-internal-format
37950 msgid "cannot use %<-mtp=cp15%> with 16-bit Thumb"
37951 msgstr ""
37953 #: config/arm/arm.cc:2979
37954 #, gcc-internal-format
37955 msgid "RTP PIC is incompatible with Thumb"
37956 msgstr ""
37958 #: config/arm/arm.cc:2992
37959 #, gcc-internal-format, gfc-internal-format
37960 msgid "%s only supports non-pic code on M-profile targets with the MOVT instruction"
37961 msgstr ""
37963 #: config/arm/arm.cc:2997
37964 #, gcc-internal-format, gfc-internal-format
37965 msgid "%s only supports non-pic code on M-profile targets"
37966 msgstr ""
37968 #: config/arm/arm.cc:3002
37969 #, gcc-internal-format
37970 msgid "%s incompatible with %<-mword-relocations%>"
37971 msgstr ""
37973 #: config/arm/arm.cc:3104
37974 #, gcc-internal-format
37975 msgid "target CPU does not support THUMB instructions"
37976 msgstr ""
37978 #: config/arm/arm.cc:3154
37979 #, gcc-internal-format
37980 msgid "target CPU does not support unaligned accesses"
37981 msgstr ""
37983 #: config/arm/arm.cc:3213 config/arm/arm.cc:33199
37984 #, gcc-internal-format
37985 msgid "This architecture does not support branch protection instructions"
37986 msgstr ""
37988 #: config/arm/arm.cc:3216
37989 #, gcc-internal-format
37990 msgid "Return address signing is not supported with %<-mtpcs-frame%>."
37991 msgstr ""
37993 #: config/arm/arm.cc:3279
37994 #, gcc-internal-format
37995 msgid "invalid key type for %<-mbranch-protection=%>"
37996 msgstr ""
37998 #: config/arm/arm.cc:3312
37999 #, gcc-internal-format
38000 msgid "switch %<-mcpu=%s%> conflicts with switch %<-march=%s%>"
38001 msgstr ""
38003 #: config/arm/arm.cc:3567
38004 #, gcc-internal-format
38005 msgid "%<-mapcs-stack-check%> incompatible with %<-mno-apcs-frame%>"
38006 msgstr ""
38008 #: config/arm/arm.cc:3576
38009 #, gcc-internal-format
38010 msgid "%<-fpic%> and %<-mapcs-reent%> are incompatible"
38011 msgstr ""
38013 #: config/arm/arm.cc:3579
38014 #, gcc-internal-format
38015 msgid "APCS reentrant code not supported.  Ignored"
38016 msgstr ""
38018 #: config/arm/arm.cc:3602
38019 #, gcc-internal-format
38020 msgid "option %<-mstructure-size-boundary%> is deprecated"
38021 msgstr ""
38023 #: config/arm/arm.cc:3610
38024 #, gcc-internal-format
38025 msgid "structure size boundary can only be set to 8, 32 or 64"
38026 msgstr ""
38028 #: config/arm/arm.cc:3612
38029 #, gcc-internal-format
38030 msgid "structure size boundary can only be set to 8 or 32"
38031 msgstr ""
38033 #: config/arm/arm.cc:3637
38034 #, gcc-internal-format
38035 msgid "RTP PIC is incompatible with %<-msingle-pic-base%>"
38036 msgstr ""
38038 #: config/arm/arm.cc:3649 config/arm/arm.cc:33540
38039 #, gcc-internal-format
38040 msgid "FDPIC mode is not supported in Thumb-1 mode"
38041 msgstr ""
38043 #: config/arm/arm.cc:3657
38044 #, gcc-internal-format
38045 msgid "%<-mpic-register=%> is useless without %<-fpic%>"
38046 msgstr ""
38048 #: config/arm/arm.cc:3666
38049 #, gcc-internal-format
38050 msgid "unable to use %qs for PIC register"
38051 msgstr ""
38053 #: config/arm/arm.cc:3706 config/pru/pru.cc:612
38054 #, gcc-internal-format
38055 msgid "%<-freorder-blocks-and-partition%> not supported on this architecture"
38056 msgstr ""
38058 #: config/arm/arm.cc:3874
38059 #, gcc-internal-format
38060 msgid "selected fp16 options are incompatible"
38061 msgstr ""
38063 #: config/arm/arm.cc:3909
38064 #, gcc-internal-format
38065 msgid "%<-mstack-protector-guard=tls%> needs a hardware TLS register"
38066 msgstr ""
38068 #: config/arm/arm.cc:3929
38069 #, gcc-internal-format
38070 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
38071 msgstr ""
38073 #: config/arm/arm.cc:3932
38074 #, gcc-internal-format
38075 msgid "iwmmxt abi requires an iwmmxt capable cpu"
38076 msgstr ""
38078 #: config/arm/arm.cc:3940
38079 #, gcc-internal-format
38080 msgid "target CPU does not support interworking"
38081 msgstr ""
38083 #: config/arm/arm.cc:3953
38084 #, gcc-internal-format
38085 msgid "AAPCS does not support %<-mcaller-super-interworking%>"
38086 msgstr ""
38088 #: config/arm/arm.cc:3956
38089 #, gcc-internal-format
38090 msgid "AAPCS does not support %<-mcallee-super-interworking%>"
38091 msgstr ""
38093 #: config/arm/arm.cc:3961
38094 #, gcc-internal-format
38095 msgid "%<__fp16%> and no ldrh"
38096 msgstr ""
38098 #: config/arm/arm.cc:3964
38099 #, gcc-internal-format
38100 msgid "target CPU does not support ARMv8-M Security Extensions"
38101 msgstr ""
38103 #: config/arm/arm.cc:3969
38104 #, gcc-internal-format
38105 msgid "ARMv8-M Security Extensions incompatible with selected FPU"
38106 msgstr ""
38108 #: config/arm/arm.cc:3981
38109 #, gcc-internal-format
38110 msgid "%<-mfloat-abi=hard%>: selected architecture lacks an FPU"
38111 msgstr ""
38113 #: config/arm/arm.cc:3989
38114 #, gcc-internal-format
38115 msgid "%<-mfloat-abi=hard%> and VFP"
38116 msgstr ""
38118 #: config/arm/arm.cc:6254
38119 #, gcc-internal-format
38120 msgid "non-AAPCS derived PCS variant"
38121 msgstr ""
38123 #: config/arm/arm.cc:6256
38124 #, gcc-internal-format
38125 msgid "variadic functions must use the base AAPCS variant"
38126 msgstr ""
38128 #: config/arm/arm.cc:6285
38129 #, gcc-internal-format
38130 msgid "PCS variant"
38131 msgstr ""
38133 #: config/arm/arm.cc:6560
38134 #, gcc-internal-format
38135 msgid "Thumb-1 %<hard-float%> VFP ABI"
38136 msgstr ""
38138 #: config/arm/arm.cc:6655
38139 #, gcc-internal-format
38140 msgid "argument of type %qT not permitted with %<-mgeneral-regs-only%>"
38141 msgstr ""
38143 #: config/arm/arm.cc:7039 config/arm/arm.cc:7260 config/arm/arm.cc:7293
38144 #: config/arm/arm.cc:29318
38145 #, gcc-internal-format
38146 msgid "parameter passing for argument of type %qT changed in GCC 7.1"
38147 msgstr ""
38149 #: config/arm/arm.cc:7431
38150 #, gcc-internal-format
38151 msgid "FP registers might be clobbered despite %qE attribute: compile with %<-mgeneral-regs-only%>"
38152 msgstr ""
38154 #: config/arm/arm.cc:7555
38155 #, gcc-internal-format
38156 msgid "%qE attribute not available to functions with arguments passed on the stack"
38157 msgstr ""
38159 #: config/arm/arm.cc:7567
38160 #, gcc-internal-format
38161 msgid "%qE attribute not available to functions with variable number of arguments"
38162 msgstr ""
38164 #: config/arm/arm.cc:7576
38165 #, gcc-internal-format
38166 msgid "%qE attribute not available to functions that return value on the stack"
38167 msgstr ""
38169 #: config/arm/arm.cc:7598 config/arm/arm.cc:7650
38170 #, gcc-internal-format
38171 msgid "%qE attribute ignored without %<-mcmse%> option"
38172 msgstr ""
38174 #: config/arm/arm.cc:7617
38175 #, gcc-internal-format
38176 msgid "%qE attribute has no effect on functions with static linkage"
38177 msgstr ""
38179 #: config/arm/arm.cc:7670
38180 #, gcc-internal-format
38181 msgid "%qE attribute only applies to base type of a function pointer"
38182 msgstr ""
38184 #: config/arm/arm.cc:9662
38185 #, gcc-internal-format
38186 msgid "accessing thread-local storage is not currently supported with %<-mpure-code%> or %<-mslow-flash-data%>"
38187 msgstr ""
38189 #: config/arm/arm.cc:13513 config/arm/arm.cc:13515
38190 #, gcc-internal-format
38191 msgid "%s %wd out of range %wd - %wd"
38192 msgstr ""
38194 #: config/arm/arm.cc:25907
38195 #, gcc-internal-format
38196 msgid "unable to compute real location of stacked parameter"
38197 msgstr ""
38199 #: config/arm/arm.cc:26570
38200 #, gcc-internal-format
38201 msgid "Unexpected thumb1 far jump"
38202 msgstr ""
38204 #: config/arm/arm.cc:26829
38205 #, gcc-internal-format
38206 msgid "no low registers available for popping high registers"
38207 msgstr ""
38209 #: config/arm/arm.cc:27082
38210 #, gcc-internal-format
38211 msgid "Interrupt Service Routines cannot be coded in Thumb-1 mode"
38212 msgstr ""
38214 #: config/arm/arm.cc:27328
38215 #, gcc-internal-format
38216 msgid "%<-fstack-check=specific%> for Thumb-1"
38217 msgstr ""
38219 #: config/arm/arm.cc:33555
38220 #, gcc-internal-format
38221 msgid "invalid fpu for target attribute or pragma %qs"
38222 msgstr ""
38224 #. This doesn't really make sense until we support
38225 #. general dynamic selection of the architecture and all
38226 #. sub-features.
38227 #: config/arm/arm.cc:33563
38228 #, gcc-internal-format
38229 msgid "auto fpu selection not currently permitted here"
38230 msgstr ""
38232 #: config/arm/arm.cc:33576
38233 #, gcc-internal-format
38234 msgid "invalid architecture for target attribute or pragma %qs"
38235 msgstr ""
38237 #: config/arm/arm.cc:33590
38238 #, gcc-internal-format
38239 msgid "unknown target attribute or pragma %qs"
38240 msgstr ""
38242 #: config/arm/arm.cc:34552
38243 #, gcc-internal-format
38244 msgid "%<asm%> flags not supported in thumb1 mode"
38245 msgstr ""
38247 #: config/avr/avr-c.cc:65 config/avr/avr-c.cc:190
38248 #, gcc-internal-format
38249 msgid "%qs expects 1 argument but %d given"
38250 msgstr ""
38252 #: config/avr/avr-c.cc:76
38253 #, gcc-internal-format
38254 msgid "%qs expects a fixed-point value as argument"
38255 msgstr ""
38257 #: config/avr/avr-c.cc:102
38258 #, gcc-internal-format
38259 msgid "using %qs with unsigned type has no effect"
38260 msgstr ""
38262 #: config/avr/avr-c.cc:107 config/avr/avr-c.cc:173 config/avr/avr-c.cc:230
38263 #, gcc-internal-format
38264 msgid "no matching fixed-point overload found for %qs"
38265 msgstr ""
38267 #: config/avr/avr-c.cc:124
38268 #, gcc-internal-format
38269 msgid "%qs expects 2 arguments but %d given"
38270 msgstr ""
38272 #: config/avr/avr-c.cc:136 config/avr/avr-c.cc:201
38273 #, gcc-internal-format
38274 msgid "%qs expects a fixed-point value as first argument"
38275 msgstr ""
38277 #: config/avr/avr-c.cc:144
38278 #, gcc-internal-format
38279 msgid "%qs expects an integer value as second argument"
38280 msgstr ""
38282 #: config/avr/avr-devices.cc:152
38283 #, gcc-internal-format, gfc-internal-format
38284 msgid "supported core architectures:%s"
38285 msgstr ""
38287 #. Reached the end of `avr_mcu_types'.  This should actually never
38288 #. happen as options are provided by device-specs.  It could be a
38289 #. typo in a device-specs or calling the compiler proper directly
38290 #. with -mmcu=<device>.
38291 #: config/avr/avr.cc:711
38292 #, gcc-internal-format
38293 msgid "unknown core architecture %qs specified with %qs"
38294 msgstr ""
38296 #: config/avr/avr.cc:760 config/pru/pru.cc:601 config/visium/visium.cc:422
38297 #, gcc-internal-format
38298 msgid "%<-fpic%> is not supported"
38299 msgstr ""
38301 #: config/avr/avr.cc:762 config/pru/pru.cc:603 config/visium/visium.cc:424
38302 #, gcc-internal-format
38303 msgid "%<-fPIC%> is not supported"
38304 msgstr ""
38306 #: config/avr/avr.cc:764 config/pru/pru.cc:605
38307 #, gcc-internal-format
38308 msgid "%<-fpie%> is not supported"
38309 msgstr ""
38311 #: config/avr/avr.cc:766 config/pru/pru.cc:607
38312 #, gcc-internal-format
38313 msgid "%<-fPIE%> is not supported"
38314 msgstr ""
38316 #: config/avr/avr.cc:1050 config/avr/avr.cc:1055 config/riscv/riscv.cc:6428
38317 #, gcc-internal-format
38318 msgid "function attributes %qs and %qs are mutually exclusive"
38319 msgstr ""
38321 #: config/avr/avr.cc:1076 config/riscv/riscv.cc:6440
38322 #, gcc-internal-format
38323 msgid "%qs function cannot have arguments"
38324 msgstr ""
38326 #: config/avr/avr.cc:1079 config/riscv/riscv.cc:6437
38327 #, gcc-internal-format
38328 msgid "%qs function cannot return a value"
38329 msgstr ""
38331 #: config/avr/avr.cc:1093
38332 #, gcc-internal-format
38333 msgid "%qs appears to be a misspelled %qs handler, missing %<__vector%> prefix"
38334 msgstr ""
38336 #: config/avr/avr.cc:1106
38337 #, gcc-internal-format
38338 msgid "%qs is a reserved identifier in AVR-LibC.  Consider %<#include <avr/interrupt.h>%> before using the %qs macro"
38339 msgstr ""
38341 #: config/avr/avr.cc:1323
38342 #, gcc-internal-format
38343 msgid "%<builtin_return_address%> contains only 2 bytes of address"
38344 msgstr ""
38346 #: config/avr/avr.cc:2748
38347 #, gcc-internal-format
38348 msgid "pointer offset from symbol maybe incorrect"
38349 msgstr ""
38351 #: config/avr/avr.cc:2887
38352 #, gcc-internal-format
38353 msgid "accessing data memory with program memory address"
38354 msgstr ""
38356 #: config/avr/avr.cc:2948
38357 #, gcc-internal-format
38358 msgid "accessing program memory with data memory address"
38359 msgstr ""
38361 #: config/avr/avr.cc:3304
38362 #, gcc-internal-format, gfc-internal-format
38363 msgid "fixed register %s used to pass parameter to function"
38364 msgstr ""
38366 #: config/avr/avr.cc:3569
38367 #, gcc-internal-format
38368 msgid "writing to address space %qs not supported"
38369 msgstr ""
38371 #: config/avr/avr.cc:9623
38372 #, gcc-internal-format
38373 msgid "%qE attribute only applies to variables in static storage"
38374 msgstr ""
38376 #: config/avr/avr.cc:9630
38377 #, gcc-internal-format
38378 msgid "%qE attribute only supported for reduced Tiny cores"
38379 msgstr ""
38381 #: config/avr/avr.cc:9670
38382 #, gcc-internal-format
38383 msgid "%qE attribute address out of range"
38384 msgstr ""
38386 #: config/avr/avr.cc:9684
38387 #, gcc-internal-format
38388 msgid "both %s and %qE attribute provide address"
38389 msgstr ""
38391 #: config/avr/avr.cc:9694
38392 #, gcc-internal-format
38393 msgid "%qE attribute on non-volatile variable"
38394 msgstr ""
38396 #: config/avr/avr.cc:9766
38397 #, gcc-internal-format
38398 msgid "address spaces are not supported for reduced Tiny devices"
38399 msgstr ""
38401 #: config/avr/avr.cc:9773
38402 #, gcc-internal-format
38403 msgid "address space %qs not supported for devices with flash size up to %d KiB"
38404 msgstr ""
38406 #: config/avr/avr.cc:9944
38407 #, gcc-internal-format
38408 msgid "pointer targeting address space %qs must be const in %qT"
38409 msgstr ""
38411 #: config/avr/avr.cc:9947
38412 #, gcc-internal-format
38413 msgid "pointer targeting address space %qs must be const in %s %q+D"
38414 msgstr ""
38416 #: config/avr/avr.cc:10009
38417 #, gcc-internal-format
38418 msgid "variable %q+D must be const in order to be put into read-only section by means of %qs"
38419 msgstr ""
38421 #: config/avr/avr.cc:10048
38422 #, gcc-internal-format
38423 msgid "static IO declaration for %q+D needs an address"
38424 msgstr ""
38426 #: config/avr/avr.cc:10080
38427 #, gcc-internal-format
38428 msgid "IO definition for %q+D needs an address"
38429 msgstr ""
38431 #: config/avr/avr.cc:10197
38432 #, gcc-internal-format
38433 msgid "only uninitialized variables can be placed in the %<.noinit%> section"
38434 msgstr ""
38436 #. This might happen with C++ if stuff needs constructing.
38437 #: config/avr/avr.cc:10273
38438 #, gcc-internal-format
38439 msgid "variable %q+D with dynamic initialization put into program memory area"
38440 msgstr ""
38442 #: config/avr/avr.cc:10284
38443 #, gcc-internal-format
38444 msgid "uninitialized variable %q+D put into program memory area"
38445 msgstr ""
38447 #: config/avr/avr.cc:10370
38448 #, gcc-internal-format
38449 msgid "%q+D has incompatible attributes %qs and %qs"
38450 msgstr ""
38452 #: config/avr/avr.cc:10433
38453 #, gcc-internal-format
38454 msgid "architecture %qs supported for assembler only"
38455 msgstr ""
38457 #: config/avr/avr.cc:13082
38458 #, gcc-internal-format
38459 msgid "conversion from address space %qs to address space %qs"
38460 msgstr ""
38462 #: config/avr/avr.cc:14172 config/avr/avr.cc:14185
38463 #, gcc-internal-format, gfc-internal-format
38464 msgid "%s expects a compile time integer constant"
38465 msgstr ""
38467 #: config/avr/avr.cc:14199
38468 #, gcc-internal-format, gfc-internal-format
38469 msgid "%s expects a compile time long integer constant as first argument"
38470 msgstr ""
38472 #: config/avr/avr.cc:14227
38473 #, gcc-internal-format, gfc-internal-format
38474 msgid "rounding to %d bits has no effect for fixed-point value with %d fractional bits"
38475 msgstr ""
38477 #: config/avr/avr.cc:14236
38478 #, gcc-internal-format
38479 msgid "rounding result will always be 0"
38480 msgstr ""
38482 #: config/avr/driver-avr.cc:58
38483 #, gcc-internal-format
38484 msgid "bad usage of spec function %qs"
38485 msgstr ""
38487 #: config/avr/driver-avr.cc:86
38488 #, gcc-internal-format
38489 msgid "specified option %qs more than once"
38490 msgstr ""
38492 #: config/avr/driver-avr.cc:100
38493 #, gcc-internal-format
38494 msgid "strange device name %qs after %qs: bad character %qc"
38495 msgstr ""
38497 #: config/bfin/bfin.cc:2368
38498 #, gcc-internal-format
38499 msgid "%<-mfdpic%> is not supported, please use a bfin-linux-uclibc target"
38500 msgstr ""
38502 #: config/bfin/bfin.cc:2374
38503 #, gcc-internal-format
38504 msgid "%<-mshared-library-id=%> specified without %<-mid-shared-library%>"
38505 msgstr ""
38507 #: config/bfin/bfin.cc:2379
38508 #, gcc-internal-format
38509 msgid "%<-fstack-limit-%> options are ignored with %<-mfdpic%>; use %<-mstack-check-l1%>"
38510 msgstr ""
38512 #: config/bfin/bfin.cc:2385
38513 #, gcc-internal-format
38514 msgid "cannot use multiple stack checking methods together"
38515 msgstr ""
38517 #: config/bfin/bfin.cc:2388
38518 #, gcc-internal-format
38519 msgid "ID shared libraries and FD-PIC mode cannot be used together"
38520 msgstr ""
38522 #: config/bfin/bfin.cc:2393 config/m68k/m68k.cc:590
38523 #, gcc-internal-format
38524 msgid "cannot specify both %<-msep-data%> and %<-mid-shared-library%>"
38525 msgstr "ne možete specificirati %<-msep-data%> i %<-mid-shared-library%> zajedno"
38527 #: config/bfin/bfin.cc:2413
38528 #, gcc-internal-format
38529 msgid "%<-mmulticore%> can only be used with BF561"
38530 msgstr ""
38532 #: config/bfin/bfin.cc:2416
38533 #, gcc-internal-format
38534 msgid "%<-mcorea%> should be used with %<-mmulticore%>"
38535 msgstr ""
38537 #: config/bfin/bfin.cc:2419
38538 #, gcc-internal-format
38539 msgid "%<-mcoreb%> should be used with %<-mmulticore%>"
38540 msgstr ""
38542 #: config/bfin/bfin.cc:2422
38543 #, gcc-internal-format
38544 msgid "%<-mcorea%> and %<-mcoreb%> cannot be used together"
38545 msgstr ""
38547 #: config/bfin/bfin.cc:4699
38548 #, gcc-internal-format
38549 msgid "multiple function type attributes specified"
38550 msgstr ""
38552 #: config/bfin/bfin.cc:4766
38553 #, gcc-internal-format
38554 msgid "cannot apply both %<longcall%> and %<shortcall%> attributes to the same function"
38555 msgstr ""
38557 #: config/bpf/bpf.cc:111
38558 #, gcc-internal-format
38559 msgid "%qE attribute requires an integer argument"
38560 msgstr ""
38562 #: config/bpf/bpf.cc:118
38563 #, gcc-internal-format
38564 msgid "%qE requires an argument"
38565 msgstr ""
38567 #: config/bpf/bpf.cc:139
38568 #, gcc-internal-format
38569 msgid "%qE attribute only applies to structure, union and class types"
38570 msgstr ""
38572 #: config/bpf/bpf.cc:216
38573 #, gcc-internal-format
38574 msgid "BPF CO-RE requires BTF debugging information, use %<-gbtf%>"
38575 msgstr ""
38577 #: config/bpf/bpf.cc:236
38578 #, gcc-internal-format
38579 msgid "BPF CO-RE does not support LTO"
38580 msgstr ""
38582 #: config/bpf/bpf.cc:260
38583 #, gcc-internal-format
38584 msgid "%<-fstack-protector%> does not work  on this architecture"
38585 msgstr ""
38587 #: config/bpf/bpf.cc:425
38588 #, gcc-internal-format
38589 msgid "eBPF stack limit exceeded"
38590 msgstr ""
38592 #: config/bpf/bpf.cc:777
38593 #, gcc-internal-format
38594 msgid "too many function arguments for eBPF"
38595 msgstr ""
38597 #: config/bpf/bpf.cc:795 config/bpf/bpf.cc:797
38598 #, gcc-internal-format
38599 msgid "no constructors"
38600 msgstr "nijedan konstruktor nije pronađen"
38602 #: config/bpf/bpf.cc:813 config/bpf/bpf.cc:815
38603 #, gcc-internal-format
38604 msgid "no destructors"
38605 msgstr "nema destruktora"
38607 #: config/bpf/bpf.cc:867
38608 #, gcc-internal-format
38609 msgid "indirect call in function, which are not supported by eBPF"
38610 msgstr ""
38612 #: config/bpf/bpf.cc:1106 config/bpf/bpf.cc:1162
38613 #, fuzzy, gcc-internal-format
38614 #| msgid "could not parse file offset"
38615 msgid "unsupported variable field offset"
38616 msgstr "nije bilo moguće pročitati odmak (offset) datoteke"
38618 #: config/bpf/bpf.cc:1121 config/bpf/bpf.cc:1157
38619 #, gcc-internal-format
38620 msgid "unsupported variable size field access"
38621 msgstr ""
38623 #: config/bpf/bpf.cc:1133
38624 #, fuzzy, gcc-internal-format
38625 #| msgid "unsupported fixed-point conversion"
38626 msgid "unsupported field expression"
38627 msgstr "nepodržana konverzija nepomičnog zareza (fixed-point conversion)"
38629 #: config/bpf/bpf.cc:1170 config/bpf/bpf.cc:1179
38630 #, gcc-internal-format
38631 msgid "field size too large"
38632 msgstr ""
38634 #: config/bpf/bpf.cc:1196
38635 #, gcc-internal-format
38636 msgid "invalid second argument to built-in function"
38637 msgstr ""
38639 #: config/bpf/bpf.cc:1247 config/bpf/bpf.cc:1292
38640 #: config/loongarch/loongarch-builtins.cc:313 config/mips/mips.cc:17186
38641 #: config/nios2/nios2.cc:3600 config/riscv/riscv-builtins.cc:277
38642 #: config/riscv/riscv-vector-builtins.cc:1341
38643 #, gcc-internal-format
38644 msgid "invalid argument to built-in function"
38645 msgstr ""
38647 #: config/bpf/bpf.cc:1640
38648 #, fuzzy, gcc-internal-format
38649 #| msgid "operand number out of range"
38650 msgid "wrong number of arguments"
38651 msgstr "broj operanda je izvan granica"
38653 #: config/bpf/bpf.cc:1657
38654 #, gcc-internal-format
38655 msgid "argument is not a field access"
38656 msgstr ""
38658 #: config/c6x/c6x.cc:245
38659 #, gcc-internal-format
38660 msgid "%<-fpic%> and %<-fPIC%> not supported without %<-mdsbt%> on this target"
38661 msgstr ""
38663 #. This function is for retrieving a part of an instruction name for
38664 #. an operator, for immediate output.  If that ever happens for
38665 #. MULT, we need to apply TARGET_MUL_BUG in the caller.  Make sure
38666 #. we notice.
38667 #: config/cris/cris.cc:728
38668 #, gcc-internal-format
38669 msgid "MULT case in %<cris_op_str%>"
38670 msgstr ""
38672 #: config/cris/cris.cc:1245 config/moxie/moxie.cc:186 config/or1k/or1k.cc:1291
38673 #, gcc-internal-format, gfc-internal-format
38674 msgid "internal error: bad register: %d"
38675 msgstr ""
38677 #. If we get here, the caller got its initial tests wrong.
38678 #: config/cris/cris.cc:2216
38679 #, gcc-internal-format
38680 msgid "internal error: %<cris_side_effect_mode_ok%> with bad operands"
38681 msgstr ""
38683 #: config/cris/cris.cc:2269
38684 #, gcc-internal-format
38685 msgid "%<-max-stackframe=%d%> is not usable, not between 0 and %d"
38686 msgstr ""
38688 #: config/cris/cris.cc:2298
38689 #, gcc-internal-format
38690 msgid "unknown CRIS version specification in %<-march=%> or %<-mcpu=%>: %s"
38691 msgstr ""
38693 #: config/cris/cris.cc:2334
38694 #, gcc-internal-format
38695 msgid "unknown CRIS cpu version specification in %<-mtune=%>: %s"
38696 msgstr ""
38698 #. Use error rather than warning, so invalid use is easily
38699 #. detectable.  Still change to the values we expect, to avoid
38700 #. further errors.
38701 #: config/cris/cris.cc:2350
38702 #, gcc-internal-format
38703 msgid "%<-fPIC%> and %<-fpic%> are not supported on this target"
38704 msgstr ""
38706 #: config/cris/cris.cc:2551
38707 #, gcc-internal-format
38708 msgid "unknown src"
38709 msgstr ""
38711 #: config/cris/cris.cc:2601
38712 #, gcc-internal-format
38713 msgid "unknown dest"
38714 msgstr ""
38716 #: config/cris/cris.cc:2902
38717 #, gcc-internal-format, gfc-internal-format
38718 msgid "stackframe too big: %d bytes"
38719 msgstr ""
38721 #: config/csky/csky.cc:2544
38722 #, gcc-internal-format, gfc-internal-format
38723 msgid "cpu %s is not based on arch %s, ignoring the arch"
38724 msgstr ""
38726 #: config/csky/csky.cc:2610 config/csky/csky.cc:2648 config/csky/csky.cc:2713
38727 #: config/csky/csky.cc:2736 config/csky/csky.cc:2753
38728 #, gcc-internal-format
38729 msgid "%qs is not supported by arch %s"
38730 msgstr ""
38732 #: config/csky/csky.cc:2651
38733 #, gcc-internal-format
38734 msgid "%<-mhard-float%> is not supported by the selected CPU"
38735 msgstr ""
38737 #: config/csky/csky.cc:2667
38738 #, gcc-internal-format
38739 msgid "%<-mdouble-float%> ignored without %<-mhard-float%>"
38740 msgstr ""
38742 #: config/csky/csky.cc:2670
38743 #, gcc-internal-format
38744 msgid "%<-mfdivdu%> ignored without %<-mhard-float%>"
38745 msgstr ""
38747 #: config/csky/csky.cc:2725
38748 #, gcc-internal-format
38749 msgid "%<-msmart%> is incompatible with %<-mhigh-registers%>"
38750 msgstr ""
38752 #. It's hard to provide general support for trampolines on this
38753 #. core.  We need a register other than the one holding the
38754 #. static chain (r13) to hold the function pointer for the
38755 #. indirect jump to it.  But ck801 has such a limited register set
38756 #. there is no other call-clobbered scratch register available -- in
38757 #. particular, this core does not have r12, which we use for the
38758 #. ck802 case below.  If we use a callee-saved register like r4,
38759 #. saving the old value on the stack screws up the stack frame
38760 #. if there are overflow arguments pushed on the stack
38761 #. by the caller.  In theory we could test for that and handle
38762 #. limited cases with parameters that all fit in r0-r3 with no
38763 #. stack overflow, but punt for now.
38764 #: config/csky/csky.cc:6280
38765 #, gcc-internal-format
38766 msgid "Nested function trampolines not supported on CK801."
38767 msgstr ""
38769 #: config/csky/csky.cc:6476
38770 #, gcc-internal-format
38771 msgid "%qE attribute ignored without %<-mistack%>"
38772 msgstr ""
38774 #: config/epiphany/epiphany.cc:499
38775 #, gcc-internal-format
38776 msgid "interrupt handlers cannot have arguments"
38777 msgstr ""
38779 #: config/epiphany/epiphany.cc:523
38780 #, gcc-internal-format
38781 msgid "argument of %qE attribute is not %qs, %qs %qs, %qs, %qs, %qs, %qs, %qs, %qs or %qs"
38782 msgstr ""
38784 #: config/epiphany/epiphany.cc:1545
38785 #, gcc-internal-format
38786 msgid "%<stack_offset%> must be at least 4"
38787 msgstr ""
38789 #: config/epiphany/epiphany.cc:1547
38790 #, gcc-internal-format
38791 msgid "%<stack_offset%> must be a multiple of 4"
38792 msgstr ""
38794 #: config/frv/frv.cc:8478
38795 #, gcc-internal-format
38796 msgid "accumulator is not a constant integer"
38797 msgstr ""
38799 #: config/frv/frv.cc:8483
38800 #, gcc-internal-format
38801 msgid "accumulator number is out of bounds"
38802 msgstr ""
38804 #: config/frv/frv.cc:8494
38805 #, gcc-internal-format
38806 msgid "inappropriate accumulator for %qs"
38807 msgstr ""
38809 #: config/frv/frv.cc:8570
38810 #, gcc-internal-format
38811 msgid "invalid IACC argument"
38812 msgstr ""
38814 #: config/frv/frv.cc:8593 config/sparc/sparc.cc:11019
38815 #, gcc-internal-format
38816 msgid "%qs expects a constant argument"
38817 msgstr ""
38819 #: config/frv/frv.cc:8598 config/sparc/sparc.cc:11025
38820 #, gcc-internal-format
38821 msgid "constant argument out of range for %qs"
38822 msgstr ""
38824 #: config/frv/frv.cc:9079
38825 #, gcc-internal-format
38826 msgid "media functions are not available unless %<-mmedia%> is used"
38827 msgstr ""
38829 #: config/frv/frv.cc:9091
38830 #, gcc-internal-format
38831 msgid "this media function is only available on the fr500"
38832 msgstr ""
38834 #: config/frv/frv.cc:9119
38835 #, gcc-internal-format
38836 msgid "this media function is only available on the fr400 and fr550"
38837 msgstr ""
38839 #: config/frv/frv.cc:9138
38840 #, gcc-internal-format
38841 msgid "this built-in function is only available on the fr405 and fr450"
38842 msgstr ""
38844 #: config/frv/frv.cc:9147
38845 #, gcc-internal-format
38846 msgid "this built-in function is only available on the fr500 and fr550"
38847 msgstr ""
38849 #: config/frv/frv.cc:9159
38850 #, gcc-internal-format
38851 msgid "this built-in function is only available on the fr450"
38852 msgstr ""
38854 #: config/ft32/ft32.cc:181
38855 #, gcc-internal-format
38856 msgid "%<h%> applied to non-register operand"
38857 msgstr ""
38859 #: config/ft32/ft32.cc:206
38860 #, gcc-internal-format, gfc-internal-format
38861 msgid "bad alignment: %d"
38862 msgstr ""
38864 #: config/ft32/ft32.cc:502
38865 #, gcc-internal-format
38866 msgid "stack frame must be smaller than 64K"
38867 msgstr ""
38869 #: config/gcn/gcn.cc:161
38870 #, gcc-internal-format
38871 msgid "XNACK support"
38872 msgstr ""
38874 #: config/gcn/gcn.cc:245
38875 #, gcc-internal-format
38876 msgid "%<amdgpu_hsa_kernel%> attribute requires string constant arguments"
38877 msgstr ""
38879 #: config/gcn/gcn.cc:258
38880 #, gcc-internal-format
38881 msgid "unknown specifier %qs in %<amdgpu_hsa_kernel%> attribute"
38882 msgstr ""
38884 #: config/gcn/gcn.cc:265
38885 #, gcc-internal-format
38886 msgid "duplicated parameter specifier %qs in %<amdgpu_hsa_kernel%> attribute"
38887 msgstr ""
38889 #: config/gcn/gcn.cc:317
38890 #, gcc-internal-format
38891 msgid "too many arguments passed in sgpr registers"
38892 msgstr ""
38894 #: config/gcn/gcn.cc:2483
38895 #, gcc-internal-format
38896 msgid "A non-default set of initial values has been requested, which violates the ABI"
38897 msgstr ""
38899 #: config/gcn/gcn.cc:2726
38900 #, gcc-internal-format, gfc-internal-format
38901 msgid "wrong type of argument %s"
38902 msgstr ""
38904 #: config/gcn/gcn.cc:3720
38905 #, gcc-internal-format
38906 msgid "nested function trampolines not supported on GCN5 due to non-executable stacks"
38907 msgstr ""
38909 #: config/gcn/gcn.cc:3831
38910 #, gcc-internal-format
38911 msgid "TLS is not implemented for GCN."
38912 msgstr ""
38914 #: config/gcn/gcn.cc:4695
38915 #, gcc-internal-format
38916 msgid "Builtin not implemented"
38917 msgstr ""
38919 #: config/gcn/gcn.cc:5205
38920 #, gcc-internal-format
38921 msgid "unsupported simdlen %wd (amdgcn)"
38922 msgstr ""
38924 #: config/gcn/gcn.cc:5778
38925 #, gcc-internal-format
38926 msgid "using %<vector_length (64)%>, ignoring %d"
38927 msgstr ""
38929 #: config/gcn/gcn.cc:5779
38930 #, gcc-internal-format
38931 msgid "using %<vector_length (64)%>, ignoring runtime setting"
38932 msgstr ""
38934 #: config/gcn/gcn.cc:5791 config/nvptx/nvptx.cc:6568
38935 #, gcc-internal-format
38936 msgid "using %<num_workers (%d)%>, ignoring %d"
38937 msgstr ""
38939 #: config/gcn/gcn.cc:5818 config/gcn/gcn.cc:5847
38940 #, gcc-internal-format, gfc-internal-format
38941 msgid "offload dimension out of range (%d)"
38942 msgstr "dimenzija rasterećenja (offload) je izvan granica (%d)"
38944 #: config/gcn/gcn.cc:6296
38945 #, gcc-internal-format
38946 msgid "%d bytes of gang-private data-share memory exhausted (increase with %<-mgang-private-size=%d%>, for example)"
38947 msgstr ""
38949 #: config/gcn/mkoffload.cc:147 config/nvptx/mkoffload.cc:92
38950 #, gcc-internal-format
38951 msgid "deleting file %s: %m"
38952 msgstr "uklanjamo datoteku %s: %m"
38954 #: config/gcn/mkoffload.cc:772 config/nvptx/mkoffload.cc:492
38955 #, gcc-internal-format
38956 msgid "environment variable COLLECT_GCC_OPTIONS must be set"
38957 msgstr "varijabla okoline COLLECT_GCC_OPTIONS mora biti postavljena"
38959 #: config/gcn/mkoffload.cc:831 config/nvptx/mkoffload.cc:549
38960 #, gcc-internal-format
38961 msgid "COLLECT_GCC must be set."
38962 msgstr "COLLECT_GCC mora biti postavljena."
38964 #: config/gcn/mkoffload.cc:877
38965 #, gcc-internal-format, gfc-internal-format
38966 msgid "offload compiler %s not found"
38967 msgstr ""
38969 #: config/gcn/mkoffload.cc:899 config/nvptx/mkoffload.cc:620
38970 #, gcc-internal-format
38971 msgid "unrecognizable argument of option "
38972 msgstr "neprepoznati argument opcije"
38974 #: config/gcn/mkoffload.cc:944
38975 #, gcc-internal-format
38976 msgid "either -fopenacc or -fopenmp must be set"
38977 msgstr ""
38979 #: config/gcn/mkoffload.cc:996 config/gcn/mkoffload.cc:1140
38980 #: config/nvptx/mkoffload.cc:684
38981 #, gcc-internal-format, gfc-internal-format
38982 msgid "cannot open '%s'"
38983 msgstr "nije moguće otvoriti „%s“"
38985 #: config/gcn/mkoffload.cc:1126 config/nvptx/mkoffload.cc:730
38986 #, fuzzy, gcc-internal-format
38987 #| msgid "cannot open profile file %s"
38988 msgid "cannot open omp_requires file %qs"
38989 msgstr "nije moguće otvoriti profil datoteku %s"
38991 #: config/gcn/mkoffload.cc:1130 config/nvptx/mkoffload.cc:734
38992 #, fuzzy, gcc-internal-format
38993 #| msgid "cannot read spec file %qs: %m"
38994 msgid "cannot read omp_requires file %qs"
38995 msgstr "nije moguće otvoriti spec datoteku %qs: %m"
38997 #: config/gcn/mkoffload.cc:1136
38998 #, gcc-internal-format
38999 msgid "cannot open intermediate gcn asm file"
39000 msgstr ""
39002 #: config/gcn/mkoffload.cc:1153
39003 #, gcc-internal-format
39004 msgid "cannot open intermediate gcn obj file"
39005 msgstr ""
39007 #: config/h8300/h8300.cc:298
39008 #, gcc-internal-format
39009 msgid "%<-ms2600%> is used without %<-ms%>"
39010 msgstr ""
39012 #: config/h8300/h8300.cc:304
39013 #, gcc-internal-format
39014 msgid "%<-mexr%> is used without %<-ms%>"
39015 msgstr ""
39017 #: config/h8300/h8300.cc:310
39018 #, gcc-internal-format
39019 msgid "%<-mexr%> is used without %<-ms%> or %<-msx%>"
39020 msgstr ""
39022 #: config/h8300/h8300.cc:316
39023 #, gcc-internal-format
39024 msgid "%<-mno-exr%> is valid only with %<-ms%> or %<-msx%> - option ignored"
39025 msgstr ""
39027 #: config/h8300/h8300.cc:323
39028 #, gcc-internal-format
39029 msgid "%<-mn%> is not supported for linux targets"
39030 msgstr ""
39032 #: config/i386/host-cygwin.cc:64
39033 #, gcc-internal-format
39034 msgid "cannot extend PCH file: %m"
39035 msgstr "nije moguće prošititi PCH datoteku: %m"
39037 #: config/i386/host-cygwin.cc:75
39038 #, gcc-internal-format
39039 msgid "cannot set position in PCH file: %m"
39040 msgstr "nije moguće postaviti lokaciju u PCH datoteci: %m"
39042 #: config/i386/i386-builtins.cc:1916
39043 #, gcc-internal-format
39044 msgid "no dispatcher found for the versioning attributes"
39045 msgstr ""
39047 #: config/i386/i386-builtins.cc:1966
39048 #, gcc-internal-format
39049 msgid "ISA %qs is not supported in %<target%> attribute, use %<arch=%> syntax"
39050 msgstr ""
39052 #: config/i386/i386-builtins.cc:1977
39053 #, gcc-internal-format, gfc-internal-format
39054 msgid "no dispatcher found for the versioning attributes: %s"
39055 msgstr ""
39057 #: config/i386/i386-builtins.cc:2087
39058 #, gcc-internal-format
39059 msgid "parameter to builtin must be a string constant or literal"
39060 msgstr ""
39062 #: config/i386/i386-builtins.cc:2111 config/i386/i386-builtins.cc:2160
39063 #, gcc-internal-format, gfc-internal-format
39064 msgid "parameter to builtin not valid: %s"
39065 msgstr ""
39067 #: config/i386/i386-expand.cc:9359
39068 #, gcc-internal-format
39069 msgid "interrupt service routine cannot be called directly"
39070 msgstr ""
39072 #: config/i386/i386-expand.cc:9794 config/i386/i386-expand.cc:11366
39073 #, gcc-internal-format
39074 msgid "the last argument must be a 2-bit immediate"
39075 msgstr ""
39077 #: config/i386/i386-expand.cc:10256
39078 #, gcc-internal-format
39079 msgid "the fifth argument must be an 8-bit immediate"
39080 msgstr ""
39082 #: config/i386/i386-expand.cc:10351
39083 #, gcc-internal-format
39084 msgid "the third argument must be an 8-bit immediate"
39085 msgstr ""
39087 #: config/i386/i386-expand.cc:11295
39088 #, gcc-internal-format
39089 msgid "the last argument must be an 1-bit immediate"
39090 msgstr ""
39092 #: config/i386/i386-expand.cc:11310
39093 #, gcc-internal-format
39094 msgid "the last argument must be a 3-bit immediate"
39095 msgstr ""
39097 #: config/i386/i386-expand.cc:11345
39098 #, gcc-internal-format
39099 msgid "the last argument must be a 4-bit immediate"
39100 msgstr ""
39102 #: config/i386/i386-expand.cc:11385
39103 #, gcc-internal-format
39104 msgid "the last argument must be a 1-bit immediate"
39105 msgstr ""
39107 #: config/i386/i386-expand.cc:11401
39108 #, gcc-internal-format
39109 msgid "the last argument must be a 5-bit immediate"
39110 msgstr ""
39112 #: config/i386/i386-expand.cc:11411
39113 #, gcc-internal-format
39114 msgid "the next to last argument must be an 8-bit immediate"
39115 msgstr ""
39117 #: config/i386/i386-expand.cc:11416
39118 #, gcc-internal-format
39119 msgid "the last argument must be an 8-bit immediate"
39120 msgstr ""
39122 #: config/i386/i386-expand.cc:11553
39123 #, gcc-internal-format
39124 msgid "the third argument must be comparison constant"
39125 msgstr ""
39127 #: config/i386/i386-expand.cc:11558
39128 #, gcc-internal-format
39129 msgid "incorrect comparison mode"
39130 msgstr ""
39132 #: config/i386/i386-expand.cc:11564 config/i386/i386-expand.cc:11888
39133 #, gcc-internal-format
39134 msgid "incorrect rounding operand"
39135 msgstr ""
39137 #: config/i386/i386-expand.cc:11868
39138 #, gcc-internal-format
39139 msgid "the immediate argument must be a 4-bit immediate"
39140 msgstr ""
39142 #: config/i386/i386-expand.cc:11876
39143 #, gcc-internal-format
39144 msgid "the immediate argument must be a 5-bit immediate"
39145 msgstr ""
39147 #: config/i386/i386-expand.cc:11879
39148 #, gcc-internal-format
39149 msgid "the immediate argument must be an 8-bit immediate"
39150 msgstr ""
39152 #: config/i386/i386-expand.cc:12355
39153 #, gcc-internal-format
39154 msgid "the fourth argument must be one of enum %qs"
39155 msgstr ""
39157 #: config/i386/i386-expand.cc:12425 config/rs6000/rs6000-builtin.cc:2374
39158 #, gcc-internal-format
39159 msgid "selector must be an integer constant in the range [0, %wi]"
39160 msgstr ""
39162 #: config/i386/i386-expand.cc:12682
39163 #, gcc-internal-format
39164 msgid "%qE needs unknown isa option"
39165 msgstr ""
39167 #: config/i386/i386-expand.cc:12686
39168 #, gcc-internal-format
39169 msgid "%qE needs isa option %s"
39170 msgstr ""
39172 #: config/i386/i386-expand.cc:13174
39173 #, gcc-internal-format
39174 msgid "second, third and fourth argument must be a const"
39175 msgstr ""
39177 #: config/i386/i386-expand.cc:13182
39178 #, fuzzy, gcc-internal-format
39179 #| msgid "invalid arguments"
39180 msgid "invalid third argument"
39181 msgstr "nevaljani argumenti"
39183 #. Ignore the hint.
39184 #: config/i386/i386-expand.cc:13191 config/i386/i386-expand.cc:13246
39185 #, gcc-internal-format
39186 msgid "instruction prefetch applies when in 64-bit mode with RIP-relative addressing and option %<-mprefetchi%>; they stay NOPs otherwise"
39187 msgstr ""
39189 #: config/i386/i386-expand.cc:13208
39190 #, gcc-internal-format
39191 msgid "invalid third argument to %<__builtin_ia32_prefetch%>; using zero"
39192 msgstr ""
39194 #: config/i386/i386-expand.cc:13234
39195 #, fuzzy, gcc-internal-format
39196 #| msgid "constant argument out of range for %s"
39197 msgid "second argument must be a const"
39198 msgstr "argument konstanta je izvan granica za %s"
39200 #: config/i386/i386-expand.cc:13726
39201 #, gcc-internal-format
39202 msgid "the last argument must be a 32-bit immediate"
39203 msgstr ""
39205 #: config/i386/i386-expand.cc:13759
39206 #, gcc-internal-format
39207 msgid "last argument must be an immediate"
39208 msgstr ""
39210 #: config/i386/i386-expand.cc:14523 config/i386/i386-expand.cc:14735
39211 #, gcc-internal-format
39212 msgid "the last argument must be scale 1, 2, 4, 8"
39213 msgstr ""
39215 #: config/i386/i386-expand.cc:14788
39216 #, gcc-internal-format
39217 msgid "the forth argument must be scale 1, 2, 4, 8"
39218 msgstr ""
39220 #: config/i386/i386-expand.cc:14794
39221 #, gcc-internal-format
39222 msgid "incorrect hint operand"
39223 msgstr ""
39225 #: config/i386/i386-expand.cc:14813
39226 #, gcc-internal-format
39227 msgid "the argument to %<xabort%> intrinsic must be an 8-bit immediate"
39228 msgstr ""
39230 #: config/i386/i386-features.cc:3231
39231 #, gcc-internal-format
39232 msgid "function versions cannot be marked as %<gnu_inline%>, bodies have to be generated"
39233 msgstr ""
39235 #: config/i386/i386-features.cc:3236 config/i386/i386-features.cc:3505
39236 #, gcc-internal-format
39237 msgid "virtual function multiversioning not supported"
39238 msgstr ""
39240 #: config/i386/i386-features.cc:3369 config/rs6000/rs6000.cc:25139
39241 #, gcc-internal-format
39242 msgid "multiversioning needs %<ifunc%> which is not supported on this target"
39243 msgstr ""
39245 #: config/i386/i386-options.cc:887 config/i386/i386-options.cc:2123
39246 #: config/i386/i386-options.cc:2132
39247 #, gcc-internal-format, gfc-internal-format
39248 msgid "code model %s does not support PIC mode"
39249 msgstr ""
39251 #: config/i386/i386-options.cc:1159
39252 #, gcc-internal-format
39253 msgid "attribute %qs argument is not a string"
39254 msgstr ""
39256 #: config/i386/i386-options.cc:1223
39257 #, gcc-internal-format
39258 msgid "attribute %qs argument %qs is unknown"
39259 msgstr ""
39261 #: config/i386/i386-options.cc:1286
39262 #, gcc-internal-format
39263 msgid "attribute value %qs was already specified in %qs attribute"
39264 msgstr ""
39266 #: config/i386/i386-options.cc:1324
39267 #, gcc-internal-format
39268 msgid "attribute value %qs is unknown in %qs attribute"
39269 msgstr ""
39271 #: config/i386/i386-options.cc:1606
39272 #, gcc-internal-format
39273 msgid "wrong argument %qs to option %qs"
39274 msgstr ""
39276 #: config/i386/i386-options.cc:1612
39277 #, gcc-internal-format
39278 msgid "size ranges of option %qs should be increasing"
39279 msgstr ""
39281 #: config/i386/i386-options.cc:1622
39282 #, gcc-internal-format
39283 msgid "wrong strategy name %qs specified for option %qs"
39284 msgstr ""
39286 #. rep; movq isn't available in 32-bit code.
39287 #: config/i386/i386-options.cc:1648
39288 #, gcc-internal-format
39289 msgid "strategy name %qs specified for option %qs not supported for 32-bit code"
39290 msgstr ""
39292 #: config/i386/i386-options.cc:1661
39293 #, gcc-internal-format
39294 msgid "unknown alignment %qs specified for option %qs"
39295 msgstr ""
39297 #: config/i386/i386-options.cc:1671
39298 #, gcc-internal-format
39299 msgid "the max value for the last size range should be -1 for option %qs"
39300 msgstr ""
39302 #: config/i386/i386-options.cc:1678
39303 #, gcc-internal-format
39304 msgid "too many size ranges specified in option %qs"
39305 msgstr ""
39307 #: config/i386/i386-options.cc:1731
39308 #, gcc-internal-format
39309 msgid "unknown parameter to option %<-mtune-ctrl%>: %s"
39310 msgstr ""
39312 #: config/i386/i386-options.cc:1945
39313 #, gcc-internal-format
39314 msgid "Intel MCU psABI isn%'t supported in %s mode"
39315 msgstr ""
39317 #: config/i386/i386-options.cc:1999
39318 #, gcc-internal-format
39319 msgid "%<-mtune=x86-64%> is deprecated; use %<-mtune=k8%> or %<-mtune=generic%> instead as appropriate"
39320 msgstr ""
39322 #: config/i386/i386-options.cc:2001
39323 #, gcc-internal-format
39324 msgid "%<target(\"tune=x86-64\")%> is deprecated; use %<target(\"tune=k8\")%> or %<target(\"tune=generic\")%> instead as appropriate"
39325 msgstr ""
39327 #. rep; movq isn't available in 32-bit code.
39328 #: config/i386/i386-options.cc:2029
39329 #, gcc-internal-format
39330 msgid "%<-mstringop-strategy=rep_8byte%> not supported for 32-bit code"
39331 msgstr ""
39333 #: config/i386/i386-options.cc:2034
39334 #, gcc-internal-format
39335 msgid "%<-muintr%> not supported for 32-bit code"
39336 msgstr ""
39338 #: config/i386/i386-options.cc:2037
39339 #, gcc-internal-format
39340 msgid "%<-mlam=%> option: [u48|u57] not supported for 32-bit code"
39341 msgstr ""
39343 #: config/i386/i386-options.cc:2052
39344 #, gcc-internal-format
39345 msgid "address mode %qs not supported in the %s bit mode"
39346 msgstr ""
39348 #: config/i386/i386-options.cc:2063
39349 #, gcc-internal-format
39350 msgid "%<-mabi=ms%> not supported with X32 ABI"
39351 msgstr ""
39353 #: config/i386/i386-options.cc:2069
39354 #, gcc-internal-format
39355 msgid "%<-mabi=%s%> not supported with %<-fsanitize=address%>"
39356 msgstr ""
39358 #: config/i386/i386-options.cc:2072
39359 #, gcc-internal-format
39360 msgid "%<-mabi=%s%> not supported with %<-fsanitize=kernel-address%>"
39361 msgstr ""
39363 #: config/i386/i386-options.cc:2076
39364 #, gcc-internal-format
39365 msgid "%<-mabi=%s%> not supported with %<-fsanitize=thread%>"
39366 msgstr ""
39368 #: config/i386/i386-options.cc:2093 config/i386/i386-options.cc:2102
39369 #: config/i386/i386-options.cc:2114 config/i386/i386-options.cc:2125
39370 #: config/i386/i386-options.cc:2136
39371 #, gcc-internal-format
39372 msgid "code model %qs not supported in the %s bit mode"
39373 msgstr ""
39375 #: config/i386/i386-options.cc:2105 config/i386/i386-options.cc:2117
39376 #, gcc-internal-format
39377 msgid "code model %qs not supported in x32 mode"
39378 msgstr ""
39380 #: config/i386/i386-options.cc:2160
39381 #, gcc-internal-format
39382 msgid "%<-masm=intel%> not supported in this configuration"
39383 msgstr ""
39385 #: config/i386/i386-options.cc:2165
39386 #, gcc-internal-format, gfc-internal-format
39387 msgid "%i-bit mode not compiled in"
39388 msgstr ""
39390 #: config/i386/i386-options.cc:2177
39391 #, gcc-internal-format
39392 msgid "%<generic%> CPU can be used only for %<-mtune=%> switch"
39393 msgstr ""
39395 #: config/i386/i386-options.cc:2179
39396 #, gcc-internal-format
39397 msgid "%<generic%> CPU can be used only for %<target(\"tune=\")%> attribute"
39398 msgstr ""
39400 #: config/i386/i386-options.cc:2186
39401 #, gcc-internal-format
39402 msgid "%<intel%> CPU can be used only for %<-mtune=%> switch"
39403 msgstr ""
39405 #: config/i386/i386-options.cc:2188
39406 #, gcc-internal-format
39407 msgid "%<intel%> CPU can be used only for %<target(\"tune=\")%> attribute"
39408 msgstr ""
39410 #: config/i386/i386-options.cc:2196 config/i386/i386-options.cc:2328
39411 #, gcc-internal-format
39412 msgid "CPU you selected does not support x86-64 instruction set"
39413 msgstr ""
39415 #: config/i386/i386-options.cc:2267
39416 #, gcc-internal-format
39417 msgid "bad value %qs for %<-march=%> switch"
39418 msgstr ""
39420 #: config/i386/i386-options.cc:2268
39421 #, gcc-internal-format
39422 msgid "bad value %qs for %<target(\"arch=\")%> attribute"
39423 msgstr ""
39425 #: config/i386/i386-options.cc:2290
39426 #, gcc-internal-format
39427 msgid "valid arguments to %<-march=%> switch are: %s; did you mean %qs?"
39428 msgstr ""
39430 #: config/i386/i386-options.cc:2292
39431 #, gcc-internal-format
39432 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s; did you mean %qs?"
39433 msgstr ""
39435 #: config/i386/i386-options.cc:2297
39436 #, gcc-internal-format
39437 msgid "valid arguments to %<-march=%> switch are: %s"
39438 msgstr ""
39440 #: config/i386/i386-options.cc:2298
39441 #, gcc-internal-format
39442 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s"
39443 msgstr ""
39445 #: config/i386/i386-options.cc:2347
39446 #, gcc-internal-format
39447 msgid "bad value %qs for %<-mtune=%> switch"
39448 msgstr ""
39450 #: config/i386/i386-options.cc:2348
39451 #, gcc-internal-format
39452 msgid "bad value %qs for %<target(\"tune=\")%> attribute"
39453 msgstr ""
39455 #: config/i386/i386-options.cc:2369
39456 #, gcc-internal-format
39457 msgid "valid arguments to %<-mtune=%> switch are: %s; did you mean %qs?"
39458 msgstr ""
39460 #: config/i386/i386-options.cc:2371
39461 #, gcc-internal-format
39462 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s; did you mean %qs?"
39463 msgstr ""
39465 #: config/i386/i386-options.cc:2376
39466 #, gcc-internal-format
39467 msgid "valid arguments to %<-mtune=%> switch are: %s"
39468 msgstr ""
39470 #: config/i386/i386-options.cc:2377
39471 #, gcc-internal-format
39472 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s"
39473 msgstr ""
39475 #: config/i386/i386-options.cc:2401
39476 #, gcc-internal-format
39477 msgid "%<-mregparm%> is ignored in 64-bit mode"
39478 msgstr ""
39480 #: config/i386/i386-options.cc:2403
39481 #, gcc-internal-format
39482 msgid "%<-mregparm%> is ignored for Intel MCU psABI"
39483 msgstr ""
39485 #: config/i386/i386-options.cc:2406
39486 #, gcc-internal-format
39487 msgid "%<-mregparm=%d%> is not between 0 and %d"
39488 msgstr ""
39490 #: config/i386/i386-options.cc:2429
39491 #, gcc-internal-format
39492 msgid "%<-m96bit-long-double%> is not compatible with this target"
39493 msgstr ""
39495 #: config/i386/i386-options.cc:2434
39496 #, gcc-internal-format
39497 msgid "%<-mrtd%> is ignored in 64bit mode"
39498 msgstr ""
39500 #: config/i386/i386-options.cc:2435
39501 #, gcc-internal-format
39502 msgid "%<target(\"rtd\")%> is ignored in 64bit mode"
39503 msgstr ""
39505 #: config/i386/i386-options.cc:2524
39506 #, gcc-internal-format
39507 msgid "%<-mpreferred-stack-boundary%> is not supported for this target"
39508 msgstr ""
39510 #: config/i386/i386-options.cc:2527
39511 #, gcc-internal-format
39512 msgid "%<-mpreferred-stack-boundary=%d%> is not between %d and %d"
39513 msgstr ""
39515 #: config/i386/i386-options.cc:2550
39516 #, gcc-internal-format
39517 msgid "%<-mincoming-stack-boundary=%d%> is not between %d and 12"
39518 msgstr ""
39520 #: config/i386/i386-options.cc:2563
39521 #, gcc-internal-format
39522 msgid "%<-mnop-mcount%> is not compatible with this target"
39523 msgstr ""
39525 #: config/i386/i386-options.cc:2566
39526 #, gcc-internal-format
39527 msgid "%<-mnop-mcount%> is not implemented for %<-fPIC%>"
39528 msgstr ""
39530 #: config/i386/i386-options.cc:2572
39531 #, gcc-internal-format
39532 msgid "%<-msseregparm%> used without SSE enabled"
39533 msgstr ""
39535 #: config/i386/i386-options.cc:2573
39536 #, gcc-internal-format
39537 msgid "%<target(\"sseregparm\")%> used without SSE enabled"
39538 msgstr ""
39540 #: config/i386/i386-options.cc:2583
39541 #, gcc-internal-format
39542 msgid "SSE instruction set disabled, using 387 arithmetics"
39543 msgstr ""
39545 #: config/i386/i386-options.cc:2590
39546 #, gcc-internal-format
39547 msgid "387 instruction set disabled, using SSE arithmetics"
39548 msgstr ""
39550 #: config/i386/i386-options.cc:2640
39551 #, gcc-internal-format
39552 msgid "stack probing requires %<-maccumulate-outgoing-args%> for correctness"
39553 msgstr ""
39555 #: config/i386/i386-options.cc:2642
39556 #, gcc-internal-format
39557 msgid "stack probing requires %<target(\"accumulate-outgoing-args\")%> for correctness"
39558 msgstr ""
39560 #: config/i386/i386-options.cc:2656
39561 #, gcc-internal-format
39562 msgid "fixed ebp register requires %<-maccumulate-outgoing-args%>"
39563 msgstr ""
39565 #: config/i386/i386-options.cc:2658
39566 #, gcc-internal-format
39567 msgid "fixed ebp register requires %<target(\"accumulate-outgoing-args\")%>"
39568 msgstr ""
39570 #: config/i386/i386-options.cc:2718
39571 #, gcc-internal-format
39572 msgid "%<-mfentry%> isn%'t supported for 32-bit in combination with %<-fpic%>"
39573 msgstr ""
39575 #: config/i386/i386-options.cc:2721
39576 #, gcc-internal-format
39577 msgid "%<-mno-fentry%> isn%'t compatible with SEH"
39578 msgstr ""
39580 #: config/i386/i386-options.cc:2725
39581 #, gcc-internal-format
39582 msgid "%<-mcall-ms2sysv-xlogues%> isn%'t currently supported with SEH"
39583 msgstr ""
39585 #: config/i386/i386-options.cc:2839
39586 #, gcc-internal-format
39587 msgid "unknown option for %<-mrecip=%s%>"
39588 msgstr ""
39590 #: config/i386/i386-options.cc:2898
39591 #, gcc-internal-format
39592 msgid "%qs is not a valid number in %<-mstack-protector-guard-offset=%>"
39593 msgstr ""
39595 #: config/i386/i386-options.cc:2903
39596 #, gcc-internal-format
39597 msgid "%qs is not a valid offset in %<-mstack-protector-guard-offset=%>"
39598 msgstr ""
39600 #: config/i386/i386-options.cc:2931
39601 #, gcc-internal-format
39602 msgid "%qs is not a valid base register in %<-mstack-protector-guard-reg=%>"
39603 msgstr ""
39605 #: config/i386/i386-options.cc:2979
39606 #, gcc-internal-format
39607 msgid "%<-fcf-protection%> is not compatible with this target"
39608 msgstr ""
39610 #: config/i386/i386-options.cc:3115
39611 #, gcc-internal-format
39612 msgid "interrupt and naked attributes are not compatible"
39613 msgstr ""
39615 #: config/i386/i386-options.cc:3130
39616 #, gcc-internal-format
39617 msgid "only DWARF debug format is supported for interrupt service routine"
39618 msgstr ""
39620 #: config/i386/i386-options.cc:3179
39621 #, gcc-internal-format
39622 msgid "%<-mindirect-branch=%s%> and %<-mcmodel=large%> are not compatible"
39623 msgstr ""
39625 #: config/i386/i386-options.cc:3189
39626 #, gcc-internal-format
39627 msgid "%<-mindirect-branch%> and %<-fcf-protection%> are not compatible"
39628 msgstr ""
39630 #: config/i386/i386-options.cc:3224
39631 #, gcc-internal-format
39632 msgid "%<-mfunction-return=%s%> and %<-mcmodel=large%> are not compatible"
39633 msgstr ""
39635 #: config/i386/i386-options.cc:3234
39636 #, gcc-internal-format
39637 msgid "%<-mfunction-return%> and %<-fcf-protection%> are not compatible"
39638 msgstr ""
39640 #: config/i386/i386-options.cc:3341
39641 #, gcc-internal-format
39642 msgid "%s instructions aren%'t allowed in an exception service routine"
39643 msgstr ""
39645 #: config/i386/i386-options.cc:3343
39646 #, gcc-internal-format
39647 msgid "%s instructions aren%'t allowed in an interrupt service routine"
39648 msgstr ""
39650 #: config/i386/i386-options.cc:3347
39651 #, gcc-internal-format
39652 msgid "%s instructions aren%'t allowed in a function with the %<no_caller_saved_registers%> attribute"
39653 msgstr ""
39655 #: config/i386/i386-options.cc:3394 config/i386/i386-options.cc:3445
39656 #, gcc-internal-format
39657 msgid "fastcall and regparm attributes are not compatible"
39658 msgstr ""
39660 #: config/i386/i386-options.cc:3399
39661 #, gcc-internal-format
39662 msgid "regparam and thiscall attributes are not compatible"
39663 msgstr ""
39665 #: config/i386/i386-options.cc:3406 config/i386/i386-options.cc:3634
39666 #, gcc-internal-format
39667 msgid "%qE attribute requires an integer constant argument"
39668 msgstr ""
39670 #: config/i386/i386-options.cc:3412
39671 #, gcc-internal-format
39672 msgid "argument to %qE attribute larger than %d"
39673 msgstr ""
39675 #: config/i386/i386-options.cc:3437 config/i386/i386-options.cc:3480
39676 #, gcc-internal-format
39677 msgid "fastcall and cdecl attributes are not compatible"
39678 msgstr ""
39680 #: config/i386/i386-options.cc:3441
39681 #, gcc-internal-format
39682 msgid "fastcall and stdcall attributes are not compatible"
39683 msgstr ""
39685 #: config/i386/i386-options.cc:3449 config/i386/i386-options.cc:3498
39686 #, gcc-internal-format
39687 msgid "fastcall and thiscall attributes are not compatible"
39688 msgstr ""
39690 #: config/i386/i386-options.cc:3459 config/i386/i386-options.cc:3476
39691 #, gcc-internal-format
39692 msgid "stdcall and cdecl attributes are not compatible"
39693 msgstr ""
39695 #: config/i386/i386-options.cc:3463
39696 #, gcc-internal-format
39697 msgid "stdcall and fastcall attributes are not compatible"
39698 msgstr ""
39700 #: config/i386/i386-options.cc:3467 config/i386/i386-options.cc:3494
39701 #, gcc-internal-format
39702 msgid "stdcall and thiscall attributes are not compatible"
39703 msgstr ""
39705 #: config/i386/i386-options.cc:3484 config/i386/i386-options.cc:3502
39706 #, gcc-internal-format
39707 msgid "cdecl and thiscall attributes are not compatible"
39708 msgstr ""
39710 #: config/i386/i386-options.cc:3490
39711 #, gcc-internal-format
39712 msgid "%qE attribute is used for non-class method"
39713 msgstr ""
39715 #: config/i386/i386-options.cc:3594 config/rs6000/rs6000.cc:20508
39716 #, gcc-internal-format
39717 msgid "%qE incompatible attribute ignored"
39718 msgstr ""
39720 #: config/i386/i386-options.cc:3621
39721 #, gcc-internal-format
39722 msgid "%qE attribute only available for 32-bit"
39723 msgstr ""
39725 #: config/i386/i386-options.cc:3642
39726 #, gcc-internal-format
39727 msgid "argument to %qE attribute is neither zero, nor one"
39728 msgstr ""
39730 #: config/i386/i386-options.cc:3676 config/i386/i386-options.cc:3686
39731 #, gcc-internal-format
39732 msgid "%qs and %qs attributes are not compatible"
39733 msgstr ""
39735 #: config/i386/i386-options.cc:3713 config/i386/i386-options.cc:3735
39736 #: config/ia64/ia64.cc:812 config/s390/s390.cc:1261
39737 #, gcc-internal-format
39738 msgid "%qE attribute requires a string constant argument"
39739 msgstr ""
39741 #: config/i386/i386-options.cc:3723 config/i386/i386-options.cc:3745
39742 #: config/s390/s390.cc:1290
39743 #, gcc-internal-format
39744 msgid "argument to %qE attribute is not (keep|thunk|thunk-inline|thunk-extern)"
39745 msgstr ""
39747 #: config/i386/i386-options.cc:3777
39748 #, gcc-internal-format
39749 msgid "interrupt service routine should have a pointer as the first argument"
39750 msgstr ""
39752 #: config/i386/i386-options.cc:3784
39753 #, gcc-internal-format
39754 msgid "interrupt service routine should have %qs as the second argument"
39755 msgstr ""
39757 #: config/i386/i386-options.cc:3795
39758 #, gcc-internal-format
39759 msgid "interrupt service routine can only have a pointer argument and an optional integer argument"
39760 msgstr ""
39762 #: config/i386/i386-options.cc:3798
39763 #, gcc-internal-format
39764 msgid "interrupt service routine must return %<void%>"
39765 msgstr ""
39767 #: config/i386/i386.cc:1231
39768 #, gcc-internal-format
39769 msgid "calling %qD with attribute sseregparm without SSE/SSE2 enabled"
39770 msgstr ""
39772 #: config/i386/i386.cc:1234
39773 #, gcc-internal-format
39774 msgid "calling %qT with attribute sseregparm without SSE/SSE2 enabled"
39775 msgstr ""
39777 #: config/i386/i386.cc:1538
39778 #, gcc-internal-format
39779 msgid "X32 does not support %<ms_abi%> attribute"
39780 msgstr ""
39782 #: config/i386/i386.cc:1572
39783 #, gcc-internal-format
39784 msgid "%<ms_hook_prologue%> attribute is not compatible with nested function"
39785 msgstr ""
39787 #: config/i386/i386.cc:1923
39788 #, gcc-internal-format
39789 msgid "AVX512F vector argument without AVX512F enabled changes the ABI"
39790 msgstr ""
39792 #: config/i386/i386.cc:1929
39793 #, gcc-internal-format
39794 msgid "AVX512F vector return without AVX512F enabled changes the ABI"
39795 msgstr ""
39797 #: config/i386/i386.cc:1943
39798 #, gcc-internal-format
39799 msgid "AVX vector argument without AVX enabled changes the ABI"
39800 msgstr ""
39802 #: config/i386/i386.cc:1949
39803 #, gcc-internal-format
39804 msgid "AVX vector return without AVX enabled changes the ABI"
39805 msgstr ""
39807 #: config/i386/i386.cc:1965
39808 #, gcc-internal-format
39809 msgid "SSE vector argument without SSE enabled changes the ABI"
39810 msgstr ""
39812 #: config/i386/i386.cc:1971
39813 #, gcc-internal-format
39814 msgid "SSE vector return without SSE enabled changes the ABI"
39815 msgstr ""
39817 #: config/i386/i386.cc:1987
39818 #, gcc-internal-format
39819 msgid "MMX vector argument without MMX enabled changes the ABI"
39820 msgstr ""
39822 #: config/i386/i386.cc:1993
39823 #, gcc-internal-format
39824 msgid "MMX vector return without MMX enabled changes the ABI"
39825 msgstr ""
39827 #: config/i386/i386.cc:2191
39828 #, gcc-internal-format
39829 msgid "the ABI of passing struct with a flexible array member has changed in GCC 4.4"
39830 msgstr ""
39832 #: config/i386/i386.cc:2312
39833 #, gcc-internal-format
39834 msgid "the ABI of passing union with %<long double%> has changed in GCC 4.4"
39835 msgstr ""
39837 #: config/i386/i386.cc:2447
39838 #, gcc-internal-format
39839 msgid "the ABI of passing structure with %<complex float%> member has changed in GCC 4.4"
39840 msgstr ""
39842 #: config/i386/i386.cc:2568
39843 msgid "the ABI of passing C structures with zero-width bit-fields has changed in GCC %{12.1%}"
39844 msgstr ""
39846 #: config/i386/i386.cc:2663
39847 #, gcc-internal-format
39848 msgid "SSE register return with SSE disabled"
39849 msgstr ""
39851 #: config/i386/i386.cc:2669
39852 #, gcc-internal-format
39853 msgid "SSE register argument with SSE disabled"
39854 msgstr ""
39856 #: config/i386/i386.cc:2689
39857 #, gcc-internal-format
39858 msgid "x87 register return with x87 disabled"
39859 msgstr ""
39861 #: config/i386/i386.cc:3017 config/i386/i386.cc:3262 config/i386/i386.cc:4042
39862 #, gcc-internal-format
39863 msgid "calling %qD with SSE calling convention without SSE/SSE2 enabled"
39864 msgstr ""
39866 #: config/i386/i386.cc:3019 config/i386/i386.cc:3264 config/i386/i386.cc:4044
39867 #, gcc-internal-format
39868 msgid "this is a GCC bug that can be worked around by adding attribute used to function called"
39869 msgstr ""
39871 #: config/i386/i386.cc:3667
39872 #, gcc-internal-format, gfc-internal-format
39873 msgid "the ABI for passing parameters with %d-byte alignment has changed in GCC 4.6"
39874 msgstr ""
39876 #: config/i386/i386.cc:6564
39877 #, gcc-internal-format
39878 msgid "%<-mcall-ms2sysv-xlogues%> is not compatible with %s"
39879 msgstr ""
39881 #: config/i386/i386.cc:8468
39882 #, gcc-internal-format
39883 msgid "%<ms_hook_prologue%> attribute is not compatible with %<-mfentry%> for 32-bit"
39884 msgstr ""
39886 #: config/i386/i386.cc:8558
39887 #, gcc-internal-format
39888 msgid "Dynamic Realign Argument Pointer (DRAP) not supported in interrupt service routine.  This may be worked around by avoiding functions with aggregate return."
39889 msgstr ""
39891 #: config/i386/i386.cc:9490
39892 #, gcc-internal-format
39893 msgid "Stack realignment not supported with %<__builtin_eh_return%>"
39894 msgstr ""
39896 #: config/i386/i386.cc:9495
39897 #, gcc-internal-format
39898 msgid "regparm nested function not supported with %<__builtin_eh_return%>"
39899 msgstr ""
39901 #: config/i386/i386.cc:9881
39902 #, gcc-internal-format
39903 msgid "%<-fsplit-stack%> does not support fastcall with nested function"
39904 msgstr ""
39906 #: config/i386/i386.cc:9901
39907 #, gcc-internal-format
39908 msgid "%<-fsplit-stack%> does not support 2 register parameters for a nested function"
39909 msgstr ""
39911 #. FIXME: We could make this work by pushing a register
39912 #. around the addition and comparison.
39913 #: config/i386/i386.cc:9912
39914 #, gcc-internal-format
39915 msgid "%<-fsplit-stack%> does not support 3 register parameters"
39916 msgstr ""
39918 #: config/i386/i386.cc:12950
39919 #, gcc-internal-format
39920 msgid "%<V%> modifier on non-integer register"
39921 msgstr ""
39923 #: config/i386/i386.cc:12961 config/i386/i386.cc:12975
39924 #, gcc-internal-format
39925 msgid "unsupported size for integer register"
39926 msgstr ""
39928 #: config/i386/i386.cc:13007
39929 #, gcc-internal-format
39930 msgid "extended registers have no high halves"
39931 msgstr ""
39933 #: config/i386/i386.cc:13022
39934 #, gcc-internal-format
39935 msgid "unsupported operand size for extended register"
39936 msgstr ""
39938 #: config/i386/i386.cc:13216
39939 #, gcc-internal-format
39940 msgid "non-integer operand used with operand code %<z%>"
39941 msgstr ""
39943 #: config/i386/i386.cc:17317
39944 #, gcc-internal-format
39945 msgid "empty class %qT parameter passing ABI changes in %<-fabi-version=12%> (GCC 8)"
39946 msgstr ""
39948 #: config/i386/i386.cc:21712
39949 msgid "the alignment of %<_Atomic %T%> fields changed in %{GCC 11.1%}"
39950 msgstr ""
39952 #: config/i386/i386.cc:21808
39953 #, gcc-internal-format
39954 msgid "profiling %<-mcmodel=large%> with PIC is not supported"
39955 msgstr ""
39957 #: config/i386/i386.cc:23624
39958 #, gcc-internal-format
39959 msgid "unknown architecture specific memory model"
39960 msgstr ""
39962 #: config/i386/i386.cc:23631
39963 #, gcc-internal-format
39964 msgid "%<HLE_ACQUIRE%> not used with %<ACQUIRE%> or stronger memory model"
39965 msgstr ""
39967 #: config/i386/i386.cc:23638
39968 #, gcc-internal-format
39969 msgid "%<HLE_RELEASE%> not used with %<RELEASE%> or stronger memory model"
39970 msgstr ""
39972 #: config/i386/i386.cc:23687
39973 #, gcc-internal-format
39974 msgid "unsupported return type %qT for simd"
39975 msgstr ""
39977 #: config/i386/i386.cc:23718
39978 #, gcc-internal-format
39979 msgid "unsupported argument type %qT for simd"
39980 msgstr ""
39982 #: config/i386/i386.cc:24273
39983 #, gcc-internal-format
39984 msgid "%<-fexcess-precision=16%> is not compatible with %<-mfpmath=387%>"
39985 msgstr ""
39987 #: config/i386/winnt.cc:83
39988 #, gcc-internal-format
39989 msgid "%qE attribute applies only to initialized variables with external linkage"
39990 msgstr ""
39992 #: config/i386/winnt.cc:156
39993 #, gcc-internal-format
39994 msgid "definition of static data member %q+D of dllimport%'d class"
39995 msgstr ""
39997 #: config/ia64/ia64-c.cc:50
39998 #, gcc-internal-format
39999 msgid "malformed %<#pragma builtin%>"
40000 msgstr ""
40002 #: config/ia64/ia64.cc:751 config/loongarch/loongarch.cc:6514
40003 #: config/loongarch/loongarch.cc:6524
40004 #, gcc-internal-format
40005 msgid "invalid argument of %qE attribute"
40006 msgstr ""
40008 #: config/ia64/ia64.cc:764
40009 #, gcc-internal-format
40010 msgid "an address area attribute cannot be specified for local variables"
40011 msgstr ""
40013 #: config/ia64/ia64.cc:771
40014 #, gcc-internal-format
40015 msgid "address area of %q+D conflicts with previous declaration"
40016 msgstr ""
40018 #: config/ia64/ia64.cc:779
40019 #, gcc-internal-format
40020 msgid "address area attribute cannot be specified for functions"
40021 msgstr ""
40023 #: config/ia64/ia64.cc:6025 config/pa/pa.cc:453 config/sh/sh.cc:8267
40024 #, gcc-internal-format
40025 msgid "value of %<-mfixed-range%> must have form REG1-REG2"
40026 msgstr ""
40028 #: config/ia64/ia64.cc:11302
40029 #, gcc-internal-format
40030 msgid "version attribute is not a string"
40031 msgstr ""
40033 #: config/iq2000/iq2000.cc:1867
40034 #, gcc-internal-format
40035 msgid "%<gp_offset%> (%ld) or %<end_offset%> (%ld) is less than zero"
40036 msgstr ""
40038 #: config/iq2000/iq2000.cc:2590
40039 #, gcc-internal-format
40040 msgid "argument %qd is not a constant"
40041 msgstr ""
40043 #: config/iq2000/iq2000.cc:2893 config/xtensa/xtensa.cc:3063
40044 #, gcc-internal-format
40045 msgid "%<PRINT_OPERAND_ADDRESS%>, null pointer"
40046 msgstr ""
40048 #: config/iq2000/iq2000.cc:3048
40049 #, gcc-internal-format
40050 msgid "%<PRINT_OPERAND%>: Unknown punctuation %<%c%>"
40051 msgstr ""
40053 #: config/iq2000/iq2000.cc:3057 config/xtensa/xtensa.cc:2912
40054 #, gcc-internal-format
40055 msgid "%<PRINT_OPERAND%> null pointer"
40056 msgstr ""
40058 #: config/loongarch/loongarch-cpu.cc:111
40059 #, gcc-internal-format
40060 msgid "unknown base architecture %<0x%x%>, %qs failed"
40061 msgstr ""
40063 #: config/loongarch/loongarch-cpu.cc:138
40064 #, gcc-internal-format
40065 msgid "unknown FPU type %<0x%x%>, %qs failed"
40066 msgstr ""
40068 #: config/loongarch/loongarch-cpu.cc:189
40069 #, gcc-internal-format
40070 msgid "unknown processor ID %<0x%x%>, some tuning parameters will fall back to default"
40071 msgstr ""
40073 #: config/loongarch/loongarch-opts.cc:196
40074 #, gcc-internal-format
40075 msgid "%<-m%s%> overrides %<-m%s=%s%>, adjusting ABI to %qs"
40076 msgstr ""
40078 #: config/loongarch/loongarch-opts.cc:211
40079 #, gcc-internal-format
40080 msgid "ABI changed (%qs to %qs) while multilib is disabled"
40081 msgstr ""
40083 #: config/loongarch/loongarch-opts.cc:233
40084 #: config/loongarch/loongarch-opts.cc:238
40085 #, gcc-internal-format
40086 msgid "%qs does not work on a cross compiler"
40087 msgstr ""
40089 #: config/loongarch/loongarch-opts.cc:278
40090 #, gcc-internal-format
40091 msgid "your native CPU architecture (%qs) does not support %qs ABI, falling back to %<-m%s=%s%>"
40092 msgstr ""
40094 #: config/loongarch/loongarch-opts.cc:283
40095 #, gcc-internal-format
40096 msgid "default CPU architecture (%qs) does not support %qs ABI, falling back to %<-m%s=%s%>"
40097 msgstr ""
40099 #: config/loongarch/loongarch-opts.cc:314
40100 #, gcc-internal-format
40101 msgid "unable to implement ABI %qs with instruction set %qs"
40102 msgstr ""
40104 #: config/loongarch/loongarch-opts.cc:336
40105 #, gcc-internal-format
40106 msgid "ABI %qs cannot be implemented due to limited instruction set %qs, falling back to %qs"
40107 msgstr ""
40109 #: config/loongarch/loongarch-opts.cc:347
40110 #, gcc-internal-format
40111 msgid "instruction set %qs cannot implement default ABI %qs, falling back to %qs"
40112 msgstr ""
40114 #: config/loongarch/loongarch-opts.cc:352
40115 #, gcc-internal-format
40116 msgid "no multilib-enabled ABI (%qs) can be implemented with instruction set %qs, falling back to %qs"
40117 msgstr ""
40119 #: config/loongarch/loongarch-opts.cc:368
40120 #, gcc-internal-format
40121 msgid "ABI %qs is not enabled at configure-time, the linker might report an error"
40122 msgstr ""
40124 #: config/loongarch/loongarch-opts.cc:371
40125 #, gcc-internal-format, gfc-internal-format
40126 msgid "ABI with startfiles: %s"
40127 msgstr ""
40129 #: config/loongarch/loongarch-opts.cc:385
40130 #, fuzzy, gcc-internal-format
40131 #| msgid "%qs is not supported in this configuration"
40132 msgid "%qs is not supported, now cmodel is set to %qs"
40133 msgstr "%qs nije podržan u ovoj konfiguraciji"
40135 #: config/loongarch/loongarch.cc:6189
40136 #, gcc-internal-format
40137 msgid "%qs cannot be used for compiling a shared library"
40138 msgstr ""
40140 #: config/loongarch/loongarch.cc:6196
40141 #, gcc-internal-format
40142 msgid "code model %qs needs %s"
40143 msgstr ""
40145 #: config/loongarch/loongarch.cc:6202
40146 #, gcc-internal-format
40147 msgid "code model %qs is not compatible with %s"
40148 msgstr ""
40150 #: config/loongarch/loongarch.cc:6479
40151 #, gcc-internal-format
40152 msgid "%qE attribute cannot be specified for thread-local variables"
40153 msgstr ""
40155 #: config/loongarch/loongarch.cc:6497
40156 #, gcc-internal-format
40157 msgid "%qE attribute cannot be specified for register variables"
40158 msgstr ""
40160 #: config/loongarch/loongarch.cc:6505
40161 #, gcc-internal-format
40162 msgid "%qE attribute requires %s"
40163 msgstr ""
40165 #: config/loongarch/loongarch.cc:6532
40166 #, gcc-internal-format
40167 msgid "multiple %qE attribute"
40168 msgstr ""
40170 #: config/m32c/m32c-pragma.cc:54
40171 #, gcc-internal-format
40172 msgid "junk at end of %<#pragma GCC memregs%> [0-16]"
40173 msgstr ""
40175 #: config/m32c/m32c-pragma.cc:61
40176 #, gcc-internal-format
40177 msgid "%<#pragma GCC memregs%> must precede any function declarations"
40178 msgstr ""
40180 #: config/m32c/m32c-pragma.cc:69 config/m32c/m32c-pragma.cc:76
40181 #, gcc-internal-format
40182 msgid "%<#pragma GCC memregs%> takes a number [0-16]"
40183 msgstr ""
40185 #: config/m32c/m32c-pragma.cc:104
40186 #, gcc-internal-format
40187 msgid "junk at end of %<#pragma ADDRESS%>"
40188 msgstr ""
40190 #: config/m32c/m32c-pragma.cc:109
40191 #, gcc-internal-format
40192 msgid "malformed %<#pragma ADDRESS%> variable address"
40193 msgstr ""
40195 #: config/m32c/m32c.cc:419
40196 #, gcc-internal-format
40197 msgid "invalid target memregs value %<%d%>"
40198 msgstr ""
40200 #: config/m32c/m32c.cc:2931
40201 #, gcc-internal-format
40202 msgid "%qE attribute is not supported for R8C target"
40203 msgstr ""
40205 #. The argument must be a constant integer.
40206 #: config/m32c/m32c.cc:2947 config/sh/sh.cc:8479 config/sh/sh.cc:8574
40207 #, gcc-internal-format
40208 msgid "%qE attribute argument not an integer constant"
40209 msgstr ""
40211 #: config/m32c/m32c.cc:2956
40212 #, gcc-internal-format
40213 msgid "%qE attribute argument should be between 18 to 255"
40214 msgstr ""
40216 #: config/m32c/m32c.cc:4080
40217 #, gcc-internal-format
40218 msgid "%<bank_switch%> has no effect on non-interrupt functions"
40219 msgstr ""
40221 #: config/m32c/m32c.cc:4187
40222 #, gcc-internal-format
40223 msgid "%<fast_interrupt%> attribute directive ignored"
40224 msgstr ""
40226 #: config/m32r/m32r.cc:415
40227 #, gcc-internal-format
40228 msgid "invalid argument of %qs attribute"
40229 msgstr ""
40231 #: config/m68k/m68k.cc:531
40232 #, gcc-internal-format
40233 msgid "%<-mcpu=%s%> conflicts with %<-march=%s%>"
40234 msgstr ""
40236 #: config/m68k/m68k.cc:602
40237 #, gcc-internal-format
40238 msgid "%<-mpcrel%> %<-fPIC%> is not currently supported on selected cpu"
40239 msgstr ""
40241 #: config/m68k/m68k.cc:666
40242 #, gcc-internal-format
40243 msgid "%<-falign-labels=%d%> is not supported"
40244 msgstr ""
40246 #: config/m68k/m68k.cc:673
40247 #, gcc-internal-format
40248 msgid "%<-falign-loops=%d%> is not supported"
40249 msgstr ""
40251 #: config/m68k/m68k.cc:681
40252 #, gcc-internal-format
40253 msgid "%<-fstack-limit-%> options are not supported on this cpu"
40254 msgstr ""
40256 #: config/m68k/m68k.cc:799
40257 #, gcc-internal-format
40258 msgid "multiple interrupt attributes not allowed"
40259 msgstr ""
40261 #: config/m68k/m68k.cc:806
40262 #, gcc-internal-format
40263 msgid "%<interrupt_thread%> is available only on fido"
40264 msgstr ""
40266 #: config/m68k/m68k.cc:1140 config/rs6000/rs6000-logue.cc:1752
40267 #, gcc-internal-format
40268 msgid "stack limit expression is not supported"
40269 msgstr ""
40271 #: config/m68k/m68k.cc:7119 config/s390/s390.cc:16829
40272 #, gcc-internal-format
40273 msgid "%<-fexcess-precision=16%> is not supported on this target"
40274 msgstr ""
40276 #: config/mcore/mcore.cc:2960
40277 #, gcc-internal-format
40278 msgid "initialized variable %q+D is marked dllimport"
40279 msgstr ""
40281 #: config/microblaze/microblaze.cc:1760
40282 #, gcc-internal-format
40283 msgid "%<-fPIC%>/%<-fpic%> not supported for this target"
40284 msgstr ""
40286 #: config/microblaze/microblaze.cc:1772
40287 #, gcc-internal-format
40288 msgid "%qs is an invalid argument to %<-mcpu=%>"
40289 msgstr ""
40291 #: config/microblaze/microblaze.cc:1821
40292 #, gcc-internal-format
40293 msgid "%<-mxl-multiply-high%> can be used only with %<-mcpu=v6.00.a%> or greater"
40294 msgstr ""
40296 #: config/microblaze/microblaze.cc:1838
40297 #, gcc-internal-format
40298 msgid "%<-mxl-reorder%> can be used only with %<-mcpu=v8.30.a%> or greater"
40299 msgstr ""
40301 #: config/microblaze/microblaze.cc:1845
40302 #, gcc-internal-format
40303 msgid "%<-mxl-reorder%> requires %<-mxl-pattern-compare%> for %<-mcpu=v8.30.a%>"
40304 msgstr ""
40306 #: config/microblaze/microblaze.cc:1851
40307 #, gcc-internal-format
40308 msgid "%<-mxl-multiply-high%> requires %<-mno-xl-soft-mul%>"
40309 msgstr ""
40311 #: config/mips/mips.cc:1425 config/mips/mips.cc:1429
40312 #, gcc-internal-format
40313 msgid "%qs attribute only applies to functions"
40314 msgstr ""
40316 #: config/mips/mips.cc:1439 config/mips/mips.cc:1445
40317 #, gcc-internal-format
40318 msgid "%qE cannot have both %qs and %qs attributes"
40319 msgstr ""
40321 #: config/mips/mips.cc:1474 config/mips/mips.cc:1480
40322 #: config/nios2/nios2.cc:4487
40323 #, gcc-internal-format
40324 msgid "%qE redeclared with conflicting %qs attributes"
40325 msgstr ""
40327 #: config/mips/mips.cc:1512 config/mips/mips.cc:1566
40328 #: config/riscv/riscv.cc:3882
40329 #, gcc-internal-format
40330 msgid "%qE attribute requires a string argument"
40331 msgstr ""
40333 #: config/mips/mips.cc:1520
40334 #, gcc-internal-format
40335 msgid "argument to %qE attribute is neither eic, nor %<vector=<line>%>"
40336 msgstr ""
40338 #: config/mips/mips.cc:1536
40339 #, gcc-internal-format
40340 msgid "interrupt vector to %qE attribute is not %<vector=(sw0|sw1|hw0|hw1|hw2|hw3|hw4|hw5)%>"
40341 msgstr ""
40343 #: config/mips/mips.cc:1573
40344 #, gcc-internal-format
40345 msgid "argument to %qE attribute is not intstack"
40346 msgstr ""
40348 #: config/mips/mips.cc:6089
40349 msgid "the ABI for passing a value containing zero-width fields before an adjacent 64-bit floating-point field was changed in GCC %{12.1%}"
40350 msgstr ""
40352 #: config/mips/mips.cc:6517
40353 msgid "the ABI for returning a value containing zero-width bit-fields but otherwise an aggregate with only one or two floating-point fields was changed in GCC %{12.1%}"
40354 msgstr ""
40356 #: config/mips/mips.cc:6541
40357 msgid "the ABI for returning a value with C++17 empty bases but otherwise an aggregate with only one or two floating-point fields was changed in GCC %{12.1%}"
40358 msgstr ""
40360 #: config/mips/mips.cc:7880
40361 #, gcc-internal-format
40362 msgid "cannot handle inconsistent calls to %qs"
40363 msgstr ""
40365 #: config/mips/mips.cc:11120
40366 #, gcc-internal-format
40367 msgid "the %<interrupt%> attribute requires a MIPS32r2 processor or greater"
40368 msgstr ""
40370 #: config/mips/mips.cc:11122
40371 #, gcc-internal-format
40372 msgid "interrupt handlers cannot be MIPS16 functions"
40373 msgstr ""
40375 #: config/mips/mips.cc:12112
40376 #, gcc-internal-format
40377 msgid "%<-fstack-check=specific%> not implemented for MIPS16"
40378 msgstr ""
40380 #: config/mips/mips.cc:17180
40381 #, gcc-internal-format, gfc-internal-format
40382 msgid "argument %d to the built-in must be a constant in range %d to %d"
40383 msgstr ""
40385 #: config/mips/mips.cc:17300
40386 #, gcc-internal-format
40387 msgid "failed to expand built-in function"
40388 msgstr ""
40390 #: config/mips/mips.cc:17431
40391 #, gcc-internal-format
40392 msgid "built-in function %qE not supported for MIPS16"
40393 msgstr ""
40395 #: config/mips/mips.cc:18039
40396 #, gcc-internal-format
40397 msgid "%qs does not support MIPS16 code"
40398 msgstr ""
40400 #: config/mips/mips.cc:19846
40401 #, gcc-internal-format
40402 msgid "MIPS16 PIC for ABIs other than o32 and o64"
40403 msgstr ""
40405 #: config/mips/mips.cc:19849
40406 #, gcc-internal-format
40407 msgid "MIPS16 %<-mxgot%> code"
40408 msgstr ""
40410 #: config/mips/mips.cc:19852
40411 #, gcc-internal-format
40412 msgid "%<hard-float%> MIPS16 code for ABIs other than o32 and o64"
40413 msgstr ""
40415 #: config/mips/mips.cc:19855
40416 #, gcc-internal-format
40417 msgid "MSA MIPS16 code"
40418 msgstr ""
40420 #: config/mips/mips.cc:20033 config/mips/mips.cc:20038
40421 #: config/mips/mips.cc:20127 config/mips/mips.cc:20129
40422 #: config/mips/mips.cc:20159 config/mips/mips.cc:20169
40423 #: config/mips/mips.cc:20275 config/mips/mips.cc:20299
40424 #, gcc-internal-format, gfc-internal-format
40425 msgid "unsupported combination: %s"
40426 msgstr ""
40428 #: config/mips/mips.cc:20072
40429 #, gcc-internal-format
40430 msgid "%<-%s%> conflicts with the other architecture options, which specify a %s processor"
40431 msgstr ""
40433 #: config/mips/mips.cc:20082
40434 #, gcc-internal-format
40435 msgid "%<-march=%s%> is not compatible with the selected ABI"
40436 msgstr ""
40438 #: config/mips/mips.cc:20097
40439 #, gcc-internal-format
40440 msgid "%<-mgp64%> used with a 32-bit processor"
40441 msgstr ""
40443 #: config/mips/mips.cc:20099
40444 #, gcc-internal-format
40445 msgid "%<-mgp32%> used with a 64-bit ABI"
40446 msgstr ""
40448 #: config/mips/mips.cc:20101
40449 #, gcc-internal-format
40450 msgid "%<-mgp64%> used with a 32-bit ABI"
40451 msgstr ""
40453 #: config/mips/mips.cc:20124
40454 #, gcc-internal-format
40455 msgid "the %qs architecture does not support %<-mfp32%>"
40456 msgstr ""
40458 #: config/mips/mips.cc:20133
40459 #, gcc-internal-format
40460 msgid "%<-mgp32%> and %<-mfp64%> can only be combined if the target supports the mfhc1 and mthc1 instructions"
40461 msgstr ""
40463 #: config/mips/mips.cc:20136
40464 #, gcc-internal-format
40465 msgid "%<-mgp32%> and %<-mfp64%> can only be combined when using the o32 ABI"
40466 msgstr ""
40468 #: config/mips/mips.cc:20157
40469 #, gcc-internal-format
40470 msgid "%<-mfpxx%> can only be used with the o32 ABI"
40471 msgstr ""
40473 #: config/mips/mips.cc:20161
40474 #, gcc-internal-format
40475 msgid "%<-march=%s%> requires %<-mfp32%>"
40476 msgstr ""
40478 #: config/mips/mips.cc:20163
40479 #, gcc-internal-format
40480 msgid "%<-mfpxx%> requires %<-mlra%>"
40481 msgstr ""
40483 #. We have traditionally allowed non-abicalls code to use
40484 #. an LP64 form of o64.  However, it would take a bit more
40485 #. effort to support the combination of 32-bit GOT entries
40486 #. and 64-bit pointers, so we treat the abicalls case as
40487 #. an error.
40488 #: config/mips/mips.cc:20188
40489 #, gcc-internal-format
40490 msgid "the combination of %qs and %qs is incompatible with %qs"
40491 msgstr ""
40493 #: config/mips/mips.cc:20241
40494 #, gcc-internal-format
40495 msgid "the %qs architecture does not support branch-likely instructions"
40496 msgstr ""
40498 #: config/mips/mips.cc:20256
40499 #, gcc-internal-format
40500 msgid "the %qs architecture does not support madd or msub instructions"
40501 msgstr ""
40503 #: config/mips/mips.cc:20270
40504 #, gcc-internal-format
40505 msgid "the %qs architecture does not support odd single-precision registers"
40506 msgstr ""
40508 #: config/mips/mips.cc:20283
40509 #, gcc-internal-format
40510 msgid "unsupported combination: %qs%s %s"
40511 msgstr ""
40513 #: config/mips/mips.cc:20292
40514 #, gcc-internal-format
40515 msgid "unsupported combination: %qs %s"
40516 msgstr ""
40518 #: config/mips/mips.cc:20307
40519 #, gcc-internal-format
40520 msgid "cannot generate position-independent code for %qs"
40521 msgstr ""
40523 #: config/mips/mips.cc:20310
40524 #, gcc-internal-format
40525 msgid "position-independent code requires %qs"
40526 msgstr ""
40528 #: config/mips/mips.cc:20343
40529 #, gcc-internal-format
40530 msgid "%<-mno-gpopt%> needs %<-mexplicit-relocs%>"
40531 msgstr ""
40533 #: config/mips/mips.cc:20351 config/mips/mips.cc:20354
40534 #, gcc-internal-format
40535 msgid "cannot use small-data accesses for %qs"
40536 msgstr ""
40538 #: config/mips/mips.cc:20369
40539 #, gcc-internal-format
40540 msgid "the %qs architecture does not support %<-m%s=legacy%>"
40541 msgstr ""
40543 #: config/mips/mips.cc:20376
40544 #, gcc-internal-format
40545 msgid "the %qs architecture does not support %<-m%s=2008%>"
40546 msgstr ""
40548 #: config/mips/mips.cc:20394
40549 #, gcc-internal-format
40550 msgid "%<-mips3d%> requires %<-mpaired-single%>"
40551 msgstr ""
40553 #: config/mips/mips.cc:20404
40554 #, gcc-internal-format
40555 msgid "%qs must be used with %qs"
40556 msgstr ""
40558 #: config/mips/mips.cc:20414
40559 #, gcc-internal-format
40560 msgid "%<-mmsa%> must be used with %<-mfp64%> and %<-mhard-float%>"
40561 msgstr ""
40563 #: config/mips/mips.cc:20421
40564 #, gcc-internal-format
40565 msgid "the %qs architecture does not support paired-single instructions"
40566 msgstr ""
40568 #: config/mips/mips.cc:20430
40569 #, gcc-internal-format
40570 msgid "%qs requires a target that provides the %qs instruction"
40571 msgstr ""
40573 #: config/mips/mips.cc:20441
40574 #, gcc-internal-format
40575 msgid "the %qs architecture does not support DSP instructions"
40576 msgstr ""
40578 #: config/mips/mips.cc:20451
40579 #, gcc-internal-format
40580 msgid "%<-mloongson-mmi%> must be used with %<-mhard-float%>"
40581 msgstr ""
40583 #: config/mips/mips.cc:20461
40584 #, gcc-internal-format
40585 msgid "%<-mloongson-ext2%> must be used with %<-mloongson-ext%>"
40586 msgstr ""
40588 #: config/mips/mips.cc:20556
40589 #, gcc-internal-format
40590 msgid "%qs requires branch-likely instructions"
40591 msgstr ""
40593 #: config/mips/mips.cc:20560
40594 #, gcc-internal-format
40595 msgid "the %qs architecture does not support the synci instruction"
40596 msgstr ""
40598 #: config/mips/mips.cc:21396
40599 #, gcc-internal-format
40600 msgid "mips16 function profiling"
40601 msgstr ""
40603 #: config/mmix/mmix.cc:320
40604 #, gcc-internal-format
40605 msgid "%<-f%s%> not supported: ignored"
40606 msgstr ""
40608 #: config/mmix/mmix.cc:785
40609 #, gcc-internal-format
40610 msgid "support for mode %qs"
40611 msgstr ""
40613 #: config/mmix/mmix.cc:799
40614 #, gcc-internal-format, gfc-internal-format
40615 msgid "too large function value type, needs %d registers, have only %d registers for this"
40616 msgstr ""
40618 #: config/mmix/mmix.cc:980
40619 #, gcc-internal-format
40620 msgid "%<function_profiler%> support for MMIX"
40621 msgstr ""
40623 #: config/mmix/mmix.cc:1004
40624 #, gcc-internal-format
40625 msgid "MMIX Internal: Last named vararg would not fit in a register"
40626 msgstr ""
40628 #: config/mmix/mmix.cc:1644 config/mmix/mmix.cc:1668 config/mmix/mmix.cc:1775
40629 #, gcc-internal-format, gfc-internal-format
40630 msgid "MMIX Internal: Bad register: %d"
40631 msgstr ""
40633 #. Presumably there's a missing case above if we get here.
40634 #: config/mmix/mmix.cc:1767
40635 #, gcc-internal-format
40636 msgid "MMIX Internal: Missing %qc case in %<mmix_print_operand%>"
40637 msgstr ""
40639 #: config/mmix/mmix.cc:2056
40640 #, gcc-internal-format
40641 msgid "stack frame not a multiple of 8 bytes: %wd"
40642 msgstr ""
40644 #: config/mmix/mmix.cc:2309
40645 #, gcc-internal-format
40646 msgid "stack frame not a multiple of octabyte: %wd"
40647 msgstr ""
40649 #: config/mmix/mmix.cc:2595 config/mmix/mmix.cc:2654
40650 #, gcc-internal-format, gfc-internal-format
40651 msgid "MMIX Internal: %s is not a shiftable integer"
40652 msgstr ""
40654 #: config/mn10300/mn10300.cc:107
40655 #, gcc-internal-format
40656 msgid "%<-mtune=%> expects mn10300, am33, am33-2, or am34"
40657 msgstr ""
40659 #: config/msp430/driver-msp430.cc:38
40660 #, gcc-internal-format
40661 msgid "expected an argument to %<msp430_select_cpu%>"
40662 msgstr ""
40664 #: config/msp430/driver-msp430.cc:69
40665 #, gcc-internal-format
40666 msgid "%<msp430_set_driver_var%> expects 2 arguments"
40667 msgstr ""
40669 #: config/msp430/driver-msp430.cc:75
40670 #, gcc-internal-format
40671 msgid "unhandled arguments %qs and %qs to %<msp430_set_driver_var%>"
40672 msgstr ""
40674 #: config/msp430/driver-msp430.cc:92
40675 #, gcc-internal-format
40676 msgid "unexpected argument to %<msp430_select_hwmult_lib%>: %s"
40677 msgstr ""
40679 #: config/msp430/driver-msp430.cc:141
40680 #, gcc-internal-format
40681 msgid "unexpected first argument to %<msp430_select_hwmult_lib%>: %s"
40682 msgstr ""
40684 #: config/msp430/driver-msp430.cc:146
40685 #, gcc-internal-format
40686 msgid "%<msp430_select_hwmult_lib%> needs one or more arguments"
40687 msgstr ""
40689 #: config/msp430/msp430-devices.cc:258
40690 #, gcc-internal-format
40691 msgid "unexpected error opening %<devices.csv%>"
40692 msgstr ""
40694 #: config/msp430/msp430-devices.cc:297
40695 #, gcc-internal-format
40696 msgid "%<CPU_TYPE%> column heading is missing from %<devices.csv%>"
40697 msgstr ""
40699 #: config/msp430/msp430-devices.cc:300
40700 #, gcc-internal-format
40701 msgid "%<MPY_TYPE%> column heading is missing from %<devices.csv%>"
40702 msgstr ""
40704 #: config/msp430/msp430-devices.cc:303
40705 #, gcc-internal-format
40706 msgid "%<CPU_TYPE%> and %<MPY_TYPE%> column headings are missing from %<devices.csv%>"
40707 msgstr ""
40709 #: config/msp430/msp430-devices.cc:315
40710 #, gcc-internal-format
40711 msgid "format of column headings in %<devices.csv%> is incorrect"
40712 msgstr ""
40714 #: config/msp430/msp430-devices.cc:348
40715 #, gcc-internal-format
40716 msgid "invalid %<CPU_TYPE%> value of %qs read from %<devices.csv%> for %qs"
40717 msgstr ""
40719 #: config/msp430/msp430-devices.cc:368
40720 #, gcc-internal-format
40721 msgid "invalid %<MPY_TYPE%> value of %qs read from %<devices.csv%> for %qs"
40722 msgstr ""
40724 #: config/msp430/msp430-devices.cc:384
40725 #, gcc-internal-format
40726 msgid "unknown error reading %s from %<devices.csv%>"
40727 msgstr ""
40729 #: config/msp430/msp430-devices.cc:471
40730 #, gcc-internal-format
40731 msgid "unrecognized %<hwmpy%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
40732 msgstr ""
40734 #: config/msp430/msp430-devices.cc:482
40735 #, gcc-internal-format
40736 msgid "unrecognized %<revision%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
40737 msgstr ""
40739 #: config/msp430/msp430-devices.cc:488
40740 #, gcc-internal-format
40741 msgid "could not locate MCU data file %<devices.csv%>"
40742 msgstr ""
40744 #: config/msp430/msp430.cc:181
40745 #, gcc-internal-format
40746 msgid "MCU %qs supports %s ISA but %<-mcpu%> option is set to %s"
40747 msgstr ""
40749 #: config/msp430/msp430.cc:189
40750 #, gcc-internal-format
40751 msgid "MCU %qs does not have hardware multiply support, but %<-mhwmult%> is set to %s"
40752 msgstr ""
40754 #: config/msp430/msp430.cc:198
40755 #, gcc-internal-format
40756 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 16-bit"
40757 msgstr ""
40759 #: config/msp430/msp430.cc:203
40760 #, gcc-internal-format
40761 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 32-bit"
40762 msgstr ""
40764 #: config/msp430/msp430.cc:208
40765 #, gcc-internal-format
40766 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to f5series"
40767 msgstr ""
40769 #: config/msp430/msp430.cc:225
40770 #, gcc-internal-format
40771 msgid "unrecognized MCU name %qs, assuming that it is just a MSP430X with no hardware multiply; use the %<-mcpu%> and %<-mhwmult%> options to set these explicitly"
40772 msgstr ""
40774 #: config/msp430/msp430.cc:232
40775 #, gcc-internal-format
40776 msgid "unrecognized MCU name %qs, assuming that it has no hardware multiply; use the %<-mhwmult%> option to set this explicitly"
40777 msgstr ""
40779 #: config/msp430/msp430.cc:244
40780 #, gcc-internal-format
40781 msgid "unrecognized MCU name %qs, assuming that it just supports the MSP430X ISA; use the %<-mcpu%> option to set the ISA explicitly"
40782 msgstr ""
40784 #: config/msp430/msp430.cc:250
40785 #, gcc-internal-format
40786 msgid "Unrecognized MCU name %qs."
40787 msgstr ""
40789 #: config/msp430/msp430.cc:255
40790 #, gcc-internal-format
40791 msgid "%<-mlarge%> requires a 430X-compatible %<-mmcu=%>"
40792 msgstr ""
40794 #: config/msp430/msp430.cc:258
40795 #, gcc-internal-format
40796 msgid "%<-mcode-region=either%> requires the large memory model (%<-mlarge%>)"
40797 msgstr ""
40799 #: config/msp430/msp430.cc:261
40800 #, gcc-internal-format
40801 msgid "%<-mcode-region=upper%> requires the large memory model (%<-mlarge%>)"
40802 msgstr ""
40804 #: config/msp430/msp430.cc:265
40805 #, gcc-internal-format
40806 msgid "%<-mdata-region=either%> requires the large memory model (%<-mlarge%>)"
40807 msgstr ""
40809 #: config/msp430/msp430.cc:268
40810 #, gcc-internal-format
40811 msgid "%<-mdata-region=upper%> requires the large memory model (%<-mlarge%>)"
40812 msgstr ""
40814 #: config/msp430/msp430.cc:291
40815 #, gcc-internal-format
40816 msgid "%<-fuse-cxa-atexit%> is not supported for msp430-elf"
40817 msgstr ""
40819 #: config/msp430/msp430.cc:296
40820 #, gcc-internal-format
40821 msgid "GCC must be configured with %<--enable-newlib-nano-formatted-io%> to use %<-mtiny-printf%>"
40822 msgstr ""
40824 #: config/msp430/msp430.cc:1895
40825 #, gcc-internal-format
40826 msgid "unrecognized interrupt vector argument of %qE attribute"
40827 msgstr ""
40829 #: config/msp430/msp430.cc:1904
40830 #, gcc-internal-format
40831 msgid "numeric argument of %qE attribute must be in range [0-63]"
40832 msgstr ""
40834 #: config/msp430/msp430.cc:1910
40835 #, gcc-internal-format
40836 msgid "argument of %qE attribute is not a string constant or number"
40837 msgstr ""
40839 #: config/msp430/msp430.cc:1939
40840 #, gcc-internal-format
40841 msgid "critical attribute has no effect on interrupt functions"
40842 msgstr ""
40844 #: config/msp430/msp430.cc:1975
40845 #, gcc-internal-format
40846 msgid "ignoring attribute %qE because it conflicts with attribute %<noinit%>"
40847 msgstr ""
40849 #: config/msp430/msp430.cc:1978
40850 #, gcc-internal-format
40851 msgid "ignoring attribute %qE because it conflicts with attribute %<section%>"
40852 msgstr ""
40854 #: config/msp430/msp430.cc:1981
40855 #, gcc-internal-format
40856 msgid "ignoring attribute %qE because it conflicts with attribute %<persistent%>"
40857 msgstr ""
40859 #: config/msp430/msp430.cc:1991
40860 #, gcc-internal-format
40861 msgid "%qE attribute ignored.  Large memory model (%<-mlarge%>) is required."
40862 msgstr ""
40864 #: config/msp430/msp430.cc:2101
40865 #, gcc-internal-format
40866 msgid "ignoring attribute %qE because it conflicts with attribute %<lower%>"
40867 msgstr ""
40869 #: config/msp430/msp430.cc:2104
40870 #, gcc-internal-format
40871 msgid "ignoring attribute %qE because it conflicts with attribute %<upper%>"
40872 msgstr ""
40874 #: config/msp430/msp430.cc:2107
40875 #, gcc-internal-format
40876 msgid "ignoring attribute %qE because it conflicts with attribute %<either%>"
40877 msgstr ""
40879 #: config/msp430/msp430.cc:2267
40880 #, gcc-internal-format
40881 msgid "argument to interrupt attribute is unsupported for weak functions"
40882 msgstr ""
40884 #: config/msp430/msp430.cc:2747 config/pru/pru.cc:2955
40885 #, gcc-internal-format
40886 msgid "%<__delay_cycles%> only takes constant arguments"
40887 msgstr ""
40889 #: config/msp430/msp430.cc:2757 config/pru/pru.cc:2964
40890 #, gcc-internal-format
40891 msgid "%<__delay_cycles%> only takes non-negative cycle counts"
40892 msgstr ""
40894 #: config/msp430/msp430.cc:2778 config/pru/pru.cc:2977
40895 #, gcc-internal-format
40896 msgid "%<__delay_cycles%> is limited to 32-bit loop counts"
40897 msgstr ""
40899 #: config/msp430/msp430.cc:2849
40900 #, gcc-internal-format
40901 msgid "MSP430 built-in functions only work inside interrupt handlers"
40902 msgstr ""
40904 #: config/msp430/msp430.cc:2861 config/pru/pru.cc:3048 config/rx/rx.cc:2666
40905 #: config/xtensa/xtensa.cc:4034 config/xtensa/xtensa.cc:4060
40906 #, gcc-internal-format
40907 msgid "bad builtin code"
40908 msgstr ""
40910 #: config/nds32/nds32-intrinsic.cc:126 config/nios2/nios2.cc:3838
40911 #, gcc-internal-format, gfc-internal-format
40912 msgid "invalid argument to built-in function %s"
40913 msgstr ""
40915 #: config/nds32/nds32-intrinsic.cc:131
40916 #, gcc-internal-format, gfc-internal-format
40917 msgid "constant argument out of range for %s"
40918 msgstr "argument konstanta je izvan granica za %s"
40920 #: config/nds32/nds32-intrinsic.cc:1003
40921 #, gcc-internal-format
40922 msgid "don%'t support DSP extension instructions"
40923 msgstr ""
40925 #: config/nds32/nds32-intrinsic.cc:1016
40926 #, gcc-internal-format
40927 msgid "this built-in function is only available on the v3s or v3f toolchain"
40928 msgstr ""
40930 #: config/nds32/nds32-intrinsic.cc:1028
40931 #, gcc-internal-format
40932 msgid "this built-in function is only available on the v3f toolchain"
40933 msgstr ""
40935 #: config/nds32/nds32-intrinsic.cc:1043
40936 #, gcc-internal-format
40937 msgid "this built-in function not support on the v3m toolchain"
40938 msgstr ""
40940 #: config/nds32/nds32-intrinsic.cc:1062
40941 #, gcc-internal-format
40942 msgid "don%'t support performance extension instructions"
40943 msgstr ""
40945 #: config/nds32/nds32-intrinsic.cc:1074
40946 #, gcc-internal-format
40947 msgid "don%'t support performance extension version 2 instructions"
40948 msgstr ""
40950 #: config/nds32/nds32-intrinsic.cc:1086
40951 #, gcc-internal-format
40952 msgid "don%'t support string extension instructions"
40953 msgstr ""
40955 #: config/nds32/nds32-isr.cc:116 config/nds32/nds32-isr.cc:207
40956 #, gcc-internal-format
40957 msgid "require id argument in the string"
40958 msgstr ""
40960 #: config/nds32/nds32-isr.cc:131
40961 #, gcc-internal-format
40962 msgid "invalid id value for interrupt attribute"
40963 msgstr ""
40965 #: config/nds32/nds32-isr.cc:221
40966 #, gcc-internal-format
40967 msgid "invalid id value for exception attribute"
40968 msgstr ""
40970 #: config/nds32/nds32-isr.cc:617
40971 #, gcc-internal-format
40972 msgid "multiple save register attributes to function %qD"
40973 msgstr ""
40975 #: config/nds32/nds32-isr.cc:630
40976 #, gcc-internal-format
40977 msgid "multiple nested types attributes to function %qD"
40978 msgstr ""
40980 #: config/nds32/nds32-isr.cc:642
40981 #, gcc-internal-format
40982 msgid "multiple interrupt attributes to function %qD"
40983 msgstr ""
40985 #: config/nds32/nds32-isr.cc:646
40986 #, gcc-internal-format
40987 msgid "cannot use interrupt attributes to function %qD under linux toolchain"
40988 msgstr ""
40990 #: config/nds32/nds32-isr.cc:649
40991 #, gcc-internal-format
40992 msgid "cannot use exception attributes to function %qD under linux toolchain"
40993 msgstr ""
40995 #: config/nds32/nds32-isr.cc:652
40996 #, gcc-internal-format
40997 msgid "cannot use reset attributes to function %qD under linux toolchain"
40998 msgstr ""
41000 #. Trampoline is not supported on reduced-set registers yet.
41001 #: config/nds32/nds32.cc:2410 config/nds32/nds32.cc:2464
41002 #: config/nds32/nds32.cc:3575 config/nds32/nds32.cc:3672
41003 #: config/nds32/nds32.cc:3687 config/nds32/nds32.cc:3693
41004 #: config/nds32/nds32.cc:3769 config/nds32/nds32.cc:3775
41005 #: config/nds32/nds32.cc:3807
41006 #, gcc-internal-format
41007 msgid "a nested function is not supported for reduced registers"
41008 msgstr ""
41010 #. The enum index value for array size is out of range.
41011 #: config/nds32/nds32.cc:3466
41012 #, gcc-internal-format
41013 msgid "intrinsic register index is out of range"
41014 msgstr ""
41016 #: config/nds32/nds32.cc:3482 config/nds32/nds32.cc:3489
41017 #: config/nds32/nds32.cc:3496 config/nds32/nds32.cc:3503
41018 #: config/nds32/nds32.cc:3510
41019 #, gcc-internal-format
41020 msgid "CCTL intrinsic function subtype out of range"
41021 msgstr ""
41023 #: config/nds32/nds32.cc:3947
41024 #, gcc-internal-format
41025 msgid "cannot use %<indirect_call%> attribute under linux toolchain"
41026 msgstr ""
41028 #: config/nds32/nds32.cc:3955
41029 #, gcc-internal-format
41030 msgid "%<indirect_call%> attribute cannot apply for static function"
41031 msgstr ""
41033 #: config/nds32/nds32.cc:4044
41034 #, gcc-internal-format
41035 msgid "invalid id value for interrupt/exception attribute"
41036 msgstr ""
41038 #: config/nds32/nds32.cc:4072
41039 #, gcc-internal-format
41040 msgid "invalid id value for reset attribute"
41041 msgstr ""
41043 #: config/nds32/nds32.cc:4088
41044 #, gcc-internal-format
41045 msgid "invalid nmi function for reset attribute"
41046 msgstr ""
41048 #: config/nds32/nds32.cc:4101
41049 #, gcc-internal-format
41050 msgid "invalid warm function for reset attribute"
41051 msgstr ""
41053 #: config/nds32/nds32.cc:4152
41054 #, gcc-internal-format
41055 msgid "not support %<-fpic%> option for v3m toolchain"
41056 msgstr ""
41058 #: config/nds32/nds32.cc:4185
41059 #, gcc-internal-format
41060 msgid "Disable FPU ISA, the ABI option must be enable %<-mfloat-abi=soft%>"
41061 msgstr ""
41063 #: config/nds32/nds32.cc:4188
41064 #, gcc-internal-format
41065 msgid "%<-mabi=2fp+%> option only support when FPU available, must be enable %<-mext-fpu-sp%> or %<-mext-fpu-dp%>"
41066 msgstr ""
41068 #: config/nios2/nios2.cc:574
41069 #, gcc-internal-format
41070 msgid "Unknown form for stack limit expression"
41071 msgstr ""
41073 #: config/nios2/nios2.cc:1183
41074 #, gcc-internal-format
41075 msgid "switch %<-mcustom-%s%> is required for double-precision floating-point"
41076 msgstr ""
41078 #: config/nios2/nios2.cc:1192
41079 #, gcc-internal-format
41080 msgid "conflicting use of %<-mcustom%> switches, target attributes, and/or %<__builtin_custom_%> functions"
41081 msgstr ""
41083 #: config/nios2/nios2.cc:1316
41084 #, gcc-internal-format
41085 msgid "ignoring unrecognized switch %<-mcustom-fpu-cfg%> value %<%s%>"
41086 msgstr ""
41088 #: config/nios2/nios2.cc:1335
41089 #, gcc-internal-format
41090 msgid "switch %<-mcustom-%s%> value %d must be between 0 and 255"
41091 msgstr ""
41093 #: config/nios2/nios2.cc:1358
41094 #, gcc-internal-format
41095 msgid "position-independent code requires the Linux ABI"
41096 msgstr ""
41098 #: config/nios2/nios2.cc:1361
41099 #, gcc-internal-format
41100 msgid "PIC support for %<-fstack-limit-symbol%>"
41101 msgstr ""
41103 #: config/nios2/nios2.cc:1383
41104 #, gcc-internal-format
41105 msgid "%<-mgpopt%> not supported with PIC"
41106 msgstr ""
41108 #: config/nios2/nios2.cc:1385
41109 #, gcc-internal-format
41110 msgid "%<-mgprel-sec=%> not supported with PIC"
41111 msgstr ""
41113 #: config/nios2/nios2.cc:1387
41114 #, gcc-internal-format
41115 msgid "%<-mr0rel-sec=%> not supported with PIC"
41116 msgstr ""
41118 #: config/nios2/nios2.cc:1395
41119 #, gcc-internal-format
41120 msgid "%<-mgprel-sec=%> argument is not a valid regular expression"
41121 msgstr ""
41123 #: config/nios2/nios2.cc:1401
41124 #, gcc-internal-format
41125 msgid "%<-mr0rel-sec=%> argument is not a valid regular expression"
41126 msgstr ""
41128 #: config/nios2/nios2.cc:1412
41129 #, gcc-internal-format
41130 msgid "BMX instructions are only supported with R2 architecture"
41131 msgstr ""
41133 #: config/nios2/nios2.cc:1414
41134 #, gcc-internal-format
41135 msgid "CDX instructions are only supported with R2 architecture"
41136 msgstr ""
41138 #: config/nios2/nios2.cc:1419
41139 #, gcc-internal-format
41140 msgid "R2 architecture is little-endian only"
41141 msgstr ""
41143 #: config/nios2/nios2.cc:3583
41144 #, gcc-internal-format
41145 msgid "cannot call %<__builtin_custom_%s%> without specifying switch %<-mcustom-%s%>"
41146 msgstr ""
41148 #: config/nios2/nios2.cc:3692
41149 #, gcc-internal-format
41150 msgid "custom instruction opcode must be a compile-time constant in the range 0-255 for %<__builtin_custom_%s%>"
41151 msgstr ""
41153 #: config/nios2/nios2.cc:3897
41154 #, gcc-internal-format, gfc-internal-format
41155 msgid "control register number must be in range 0-31 for %s"
41156 msgstr ""
41158 #: config/nios2/nios2.cc:3925
41159 #, gcc-internal-format, gfc-internal-format
41160 msgid "register number must be in range 0-31 for %s"
41161 msgstr ""
41163 #: config/nios2/nios2.cc:3932
41164 #, gcc-internal-format, gfc-internal-format
41165 msgid "immediate value must fit into a %d-bit integer for %s"
41166 msgstr ""
41168 #: config/nios2/nios2.cc:3982
41169 #, gcc-internal-format
41170 msgid "the ENI instruction operand must be either 0 or 1"
41171 msgstr ""
41173 #: config/nios2/nios2.cc:4010
41174 #, gcc-internal-format, gfc-internal-format
41175 msgid "built-in function %s requires Nios II R%d"
41176 msgstr ""
41178 #: config/nios2/nios2.cc:4090
41179 #, gcc-internal-format
41180 msgid "switch %<-mcustom-%s%> conflicts with switch %<-mcustom-%s%>"
41181 msgstr ""
41183 #: config/nios2/nios2.cc:4097 config/nios2/nios2.cc:4108
41184 #, gcc-internal-format
41185 msgid "call to %<__builtin_custom_%s%> conflicts with switch %<-mcustom-%s%>"
41186 msgstr ""
41188 #: config/nios2/nios2.cc:4251
41189 #, gcc-internal-format
41190 msgid "%<custom-fpu-cfg%> option does not support %<no-%>"
41191 msgstr ""
41193 #: config/nios2/nios2.cc:4256
41194 #, gcc-internal-format
41195 msgid "%<custom-fpu-cfg%> option requires configuration argument"
41196 msgstr ""
41198 #: config/nios2/nios2.cc:4284
41199 #, gcc-internal-format
41200 msgid "%<no-custom-%s%> does not accept arguments"
41201 msgstr ""
41203 #: config/nios2/nios2.cc:4299
41204 #, gcc-internal-format
41205 msgid "%<custom-%s=%> requires argument"
41206 msgstr ""
41208 #: config/nios2/nios2.cc:4309
41209 #, gcc-internal-format
41210 msgid "%<custom-%s=%> argument should be a non-negative integer"
41211 msgstr ""
41213 #: config/nios2/nios2.cc:4321
41214 #, gcc-internal-format
41215 msgid "%<custom-%s=%> is not recognized as FPU instruction"
41216 msgstr ""
41218 #: config/nios2/nios2.cc:4328
41219 #, gcc-internal-format
41220 msgid "invalid custom instruction option %qs"
41221 msgstr ""
41223 #: config/nvptx/mkoffload.cc:117
41224 #, gcc-internal-format
41225 msgid "malformed ptx file"
41226 msgstr ""
41228 #: config/nvptx/mkoffload.cc:329
41229 #, gcc-internal-format
41230 msgid "%<omp requires reverse_offload%> requires at least %<sm_35%> for %<-foffload-options=nvptx-none=-march=%> - disabling offload-code generation for this device type"
41231 msgstr ""
41233 #: config/nvptx/mkoffload.cc:399
41234 #, gcc-internal-format
41235 msgid "Cannot find function declaration for %qs"
41236 msgstr ""
41238 #: config/nvptx/mkoffload.cc:597
41239 #, gcc-internal-format
41240 msgid "offload compiler %s not found (consider using %<-B%>)"
41241 msgstr ""
41243 #: config/nvptx/mkoffload.cc:640
41244 #, gcc-internal-format
41245 msgid "either %<-fopenacc%> or %<-fopenmp%> must be set"
41246 msgstr ""
41248 #: config/nvptx/mkoffload.cc:740
41249 #, gcc-internal-format
41250 msgid "cannot open intermediate ptx file"
41251 msgstr "nije moguće privremenu ptx datoteku"
41253 #: config/nvptx/nvptx.cc:206
41254 #, gcc-internal-format
41255 msgid "option %s is not supported together with %<-fopenacc%>"
41256 msgstr ""
41258 #: config/nvptx/nvptx.cc:325
41259 #, gcc-internal-format
41260 msgid "PTX version (%<-mptx%>) needs to be at least %s to support selected %<-misa%> (sm_%s)"
41261 msgstr ""
41263 #: config/nvptx/nvptx.cc:362
41264 #, gcc-internal-format
41265 msgid "not generating patch area, nops not supported"
41266 msgstr ""
41268 #: config/nvptx/nvptx.cc:461
41269 #, gcc-internal-format
41270 msgid "static initialization of variable %q+D in %<.shared%> memory is not supported"
41271 msgstr ""
41273 #: config/nvptx/nvptx.cc:2339
41274 #, gcc-internal-format
41275 msgid "cannot emit unaligned pointers in ptx assembly"
41276 msgstr ""
41278 #: config/nvptx/nvptx.cc:2564
41279 #, gcc-internal-format
41280 msgid "PTX does not support weak declarations (only weak definitions)"
41281 msgstr ""
41283 #: config/nvptx/nvptx.cc:5805
41284 #, gcc-internal-format
41285 msgid "%qE attribute requires a void return type"
41286 msgstr ""
41288 #: config/nvptx/nvptx.cc:5828
41289 #, gcc-internal-format
41290 msgid "%qE attribute not allowed with auto storage class"
41291 msgstr ""
41293 #: config/nvptx/nvptx.cc:6196
41294 #, gcc-internal-format
41295 msgid "barrier value must be within [0,15]"
41296 msgstr ""
41298 #: config/nvptx/nvptx.cc:6209
41299 #, gcc-internal-format
41300 msgid "complement argument must be constant"
41301 msgstr ""
41303 #: config/nvptx/nvptx.cc:6541
41304 #, gcc-internal-format
41305 msgid "using %<vector_length (%d)%> due to call to vector-partitionable routine, ignoring %d"
41306 msgstr ""
41308 #: config/nvptx/nvptx.cc:6549
41309 #, gcc-internal-format
41310 msgid "using %<vector_length (%d)%>, ignoring runtime setting"
41311 msgstr ""
41313 #: config/nvptx/nvptx.cc:6563
41314 #, gcc-internal-format
41315 msgid "using %<vector_length (%d)%>, ignoring %d"
41316 msgstr ""
41318 #: config/nvptx/nvptx.cc:7449
41319 #, gcc-internal-format
41320 msgid "variable %qD adjusted for OpenACC privatization level: %qs"
41321 msgstr ""
41323 #: config/nvptx/nvptx.cc:7563
41324 #, gcc-internal-format
41325 msgid "weak alias definitions not supported in this configuration"
41326 msgstr "weak alias definicije nisu podržane u ovoj konfiguraciji"
41328 #: config/nvptx/nvptx.cc:7576
41329 #, gcc-internal-format
41330 msgid "non-function alias definitions not supported in this configuration"
41331 msgstr "non-function alias definicije nisu podržane u ovoj konfiguraciji"
41333 #: config/or1k/or1k.cc:1311
41334 #, gcc-internal-format, gfc-internal-format
41335 msgid "unexpected operand: %d"
41336 msgstr "očekivano je operand: %d"
41338 #: config/pa/pa.cc:529
41339 #, gcc-internal-format
41340 msgid "PIC code generation is not supported in the portable runtime model"
41341 msgstr ""
41343 #: config/pa/pa.cc:534
41344 #, gcc-internal-format
41345 msgid "PIC code generation is not compatible with fast indirect calls"
41346 msgstr ""
41348 #: config/pa/pa.cc:539
41349 #, gcc-internal-format
41350 msgid "%<-g%> is only supported when using GAS on this processor"
41351 msgstr ""
41353 #: config/pa/pa.cc:540
41354 #, gcc-internal-format
41355 msgid "%<-g%> option disabled"
41356 msgstr "opcije %<-g%> su omemogućene"
41358 #: config/pru/pru-passes.cc:111
41359 #, gcc-internal-format
41360 msgid "large return values not supported with %<-mabi=ti%> option"
41361 msgstr ""
41363 #: config/pru/pru-passes.cc:119 config/pru/pru-passes.cc:163
41364 #: config/pru/pru-passes.cc:176
41365 #, gcc-internal-format
41366 msgid "function pointers not supported with %<-mabi=ti%> option"
41367 msgstr ""
41369 #: config/pru/pru-pragma.cc:59
41370 #, gcc-internal-format
41371 msgid "junk at end of %<#pragma CTABLE_ENTRY%>"
41372 msgstr ""
41374 #: config/pru/pru-pragma.cc:61
41375 msgid "%<CTABLE_ENTRY%> index %"
41376 msgstr ""
41378 #: config/pru/pru-pragma.cc:64
41379 msgid "redefinition of %<CTABLE_ENTRY %"
41380 msgstr ""
41382 #: config/pru/pru-pragma.cc:69
41383 #, gcc-internal-format
41384 msgid "%<CTABLE_ENTRY%> base address is not a multiple of 256"
41385 msgstr ""
41387 #: config/pru/pru-pragma.cc:77
41388 #, gcc-internal-format
41389 msgid "malformed %<#pragma CTABLE_ENTRY%> variable address"
41390 msgstr ""
41392 #: config/pru/pru.cc:2134
41393 #, gcc-internal-format
41394 msgid "aggregate types are prohibited in %<__regio_symbol%> address space"
41395 msgstr ""
41397 #: config/pru/pru.cc:2141
41398 #, gcc-internal-format
41399 msgid "variables in %<__regio_symbol%> address space cannot have initial value"
41400 msgstr ""
41402 #: config/pru/pru.cc:2144
41403 #, gcc-internal-format
41404 msgid "variables in %<__regio_symbol%> address space cannot be declared %<register%>"
41405 msgstr ""
41407 #: config/pru/pru.cc:2147
41408 #, gcc-internal-format
41409 msgid "variables in %<__regio_symbol%> address space must be declared %<volatile%>"
41410 msgstr ""
41412 #: config/pru/pru.cc:2150
41413 #, gcc-internal-format
41414 msgid "variables in %<__regio_symbol%> address space must be declared %<extern%>"
41415 msgstr ""
41417 #: config/pru/pru.cc:2153
41418 #, gcc-internal-format
41419 msgid "only 32-bit access is supported for %<__regio_symbol%> address space"
41420 msgstr ""
41422 #: config/pru/pru.cc:2156
41423 #, gcc-internal-format
41424 msgid "register name %<%s%> not recognized in %<__regio_symbol%> address space"
41425 msgstr ""
41427 #: config/pru/pru.cc:2181
41428 #, gcc-internal-format
41429 msgid "pointers to %<__regio_symbol%> address space are prohibited"
41430 msgstr ""
41432 #: config/riscv/riscv-c.cc:166
41433 #, gcc-internal-format
41434 msgid "%<#pragma riscv intrinsic%> requires a string parameter"
41435 msgstr ""
41437 #: config/riscv/riscv-c.cc:176
41438 #, gcc-internal-format
41439 msgid "%<#pragma riscv intrinsic%> option %qs needs 'V' extension enabled"
41440 msgstr ""
41442 #: config/riscv/riscv-c.cc:184
41443 #, gcc-internal-format
41444 msgid "unknown %<#pragma riscv intrinsic%> option %qs"
41445 msgstr ""
41447 #: config/riscv/riscv-vector-builtins.cc:1398
41448 #, gcc-internal-format
41449 msgid "RVV type %qT does not have a fixed size"
41450 msgstr ""
41452 #: config/riscv/riscv-vector-builtins.cc:1404
41453 #, gcc-internal-format
41454 msgid "RVV type %qT does not have a defined alignment"
41455 msgstr ""
41457 #: config/riscv/riscv-vector-builtins.cc:1419
41458 #, gcc-internal-format
41459 msgid "arithmetic on pointer to RVV type %qT"
41460 msgstr ""
41462 #: config/riscv/riscv-vector-builtins.cc:1427
41463 #, gcc-internal-format
41464 msgid "member variables cannot have RVV type %qT"
41465 msgstr ""
41467 #: config/riscv/riscv-vector-builtins.cc:1429
41468 #, gcc-internal-format
41469 msgid "fields cannot have RVV type %qT"
41470 msgstr ""
41472 #: config/riscv/riscv-vector-builtins.cc:1435
41473 #, gcc-internal-format
41474 msgid "array elements cannot have RVV type %qT"
41475 msgstr ""
41477 #: config/riscv/riscv-vector-builtins.cc:1441
41478 #, gcc-internal-format
41479 msgid "cannot allocate objects with RVV type %qT"
41480 msgstr ""
41482 #: config/riscv/riscv-vector-builtins.cc:1447
41483 #, gcc-internal-format
41484 msgid "cannot delete objects with RVV type %qT"
41485 msgstr ""
41487 #: config/riscv/riscv-vector-builtins.cc:1453
41488 #, gcc-internal-format
41489 msgid "cannot throw or catch RVV type %qT"
41490 msgstr ""
41492 #: config/riscv/riscv-vector-builtins.cc:1459
41493 #, gcc-internal-format
41494 msgid "capture by copy of RVV type %qT"
41495 msgstr ""
41497 #: config/riscv/riscv.cc:450
41498 #, gcc-internal-format
41499 msgid "unknown cpu %qs for %<-mtune%>"
41500 msgstr ""
41502 #: config/riscv/riscv.cc:1766
41503 #, gcc-internal-format
41504 msgid "this operation requires the RVV ISA extension"
41505 msgstr ""
41507 #: config/riscv/riscv.cc:1767
41508 #, gcc-internal-format
41509 msgid "you can enable RVV using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
41510 msgstr ""
41512 #: config/riscv/riscv.cc:3501 config/riscv/riscv.cc:3543
41513 #, gcc-internal-format
41514 msgid "ABI for flattened struct with zero-length bit-fields changed in GCC 10"
41515 msgstr ""
41517 #: config/riscv/riscv.cc:3893
41518 #, gcc-internal-format
41519 msgid "argument to %qE attribute is not %<\"user\"%>, %<\"supervisor\"%>, or %<\"machine\"%>"
41520 msgstr ""
41522 #: config/riscv/riscv.cc:6034
41523 #, gcc-internal-format
41524 msgid "%<-mdiv%> requires %<-march%> to subsume the %<M%> extension"
41525 msgstr ""
41527 #: config/riscv/riscv.cc:6077
41528 #, gcc-internal-format
41529 msgid "requested ABI requires %<-march%> to subsume the %qc extension"
41530 msgstr ""
41532 #: config/riscv/riscv.cc:6081
41533 #, gcc-internal-format
41534 msgid "rv32e requires ilp32e ABI"
41535 msgstr ""
41537 #: config/riscv/riscv.cc:6086
41538 #, gcc-internal-format
41539 msgid "z*inx requires ABI ilp32, ilp32e or lp64"
41540 msgstr ""
41542 #: config/riscv/riscv.cc:6090
41543 #, gcc-internal-format
41544 msgid "ABI requires %<-march=rv%d%>"
41545 msgstr ""
41547 #: config/riscv/riscv.cc:6100
41548 #, gcc-internal-format
41549 msgid "%<-mpreferred-stack-boundary=%d%> must be between %d and %d"
41550 msgstr ""
41552 #: config/riscv/riscv.cc:6113
41553 #, gcc-internal-format
41554 msgid "%<-mriscv-attribute%> RISC-V ELF attribute requires GNU as 2.32 [%<-mriscv-attribute%>]"
41555 msgstr ""
41557 #: config/riscv/riscv.cc:6140 config/rs6000/rs6000.cc:4540
41558 #, gcc-internal-format
41559 msgid "%qs is not a valid base register in %qs"
41560 msgstr ""
41562 #: config/riscv/riscv.cc:6154 config/rs6000/rs6000.cc:4523
41563 #, gcc-internal-format
41564 msgid "%qs is not a valid number in %qs"
41565 msgstr ""
41567 #: config/riscv/riscv.cc:6466
41568 #, gcc-internal-format
41569 msgid "%qs function cannot have different interrupt type"
41570 msgstr ""
41572 #. Address spaces are currently only supported by C.
41573 #: config/rl78/rl78.cc:375
41574 #, gcc-internal-format
41575 msgid "%<-mes0%> can only be used with C"
41576 msgstr ""
41578 #: config/rl78/rl78.cc:378
41579 #, gcc-internal-format
41580 msgid "mduc registers only saved for G13 target"
41581 msgstr ""
41583 #: config/rl78/rl78.cc:393
41584 #, gcc-internal-format
41585 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g10%>"
41586 msgstr ""
41588 #: config/rl78/rl78.cc:395
41589 #, gcc-internal-format
41590 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g10%>"
41591 msgstr ""
41593 #. The S2 core does not have mul/div instructions.
41594 #: config/rl78/rl78.cc:407
41595 #, gcc-internal-format
41596 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g13%>"
41597 msgstr ""
41599 #. The G14 core does not have the hardware multiply peripheral used by the
41600 #. G13 core, hence you cannot use G13 multipliy routines on G14 hardware.
41601 #: config/rl78/rl78.cc:420
41602 #, gcc-internal-format
41603 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g14%>"
41604 msgstr ""
41606 #: config/rl78/rl78.cc:843
41607 #, gcc-internal-format
41608 msgid "naked attribute only applies to functions"
41609 msgstr ""
41611 #: config/rl78/rl78.cc:867
41612 #, gcc-internal-format
41613 msgid "%qE attribute doesn%'t apply to functions"
41614 msgstr ""
41616 #. This is unpredictable, as we're truncating off usable address
41617 #. bits.
41618 #: config/rl78/rl78.cc:1233
41619 #, gcc-internal-format
41620 msgid "converting far pointer to near pointer"
41621 msgstr ""
41623 #: config/rs6000/driver-rs6000.cc:266
41624 #, gcc-internal-format
41625 msgid "unsupported cpu name returned from kernel for %<-mcpu=native%>: %s"
41626 msgstr ""
41628 #: config/rs6000/driver-rs6000.cc:268
41629 #, gcc-internal-format, gfc-internal-format
41630 msgid "please use an explicit cpu name; valid cpu names are: %s"
41631 msgstr ""
41633 #: config/rs6000/host-darwin.cc:61
41634 #, gcc-internal-format
41635 msgid "segmentation fault (code)"
41636 msgstr ""
41638 #: config/rs6000/host-darwin.cc:131
41639 #, gcc-internal-format
41640 msgid "segmentation fault"
41641 msgstr ""
41643 #: config/rs6000/host-darwin.cc:145
41644 #, gcc-internal-format
41645 msgid "While setting up signal stack: %m"
41646 msgstr ""
41648 #: config/rs6000/host-darwin.cc:151
41649 #, gcc-internal-format
41650 msgid "While setting up signal handler: %m"
41651 msgstr ""
41653 #: config/rs6000/rs6000-builtin.cc:77 config/rs6000/rs6000-builtin.cc:80
41654 #: config/rs6000/rs6000-builtin.cc:87 config/rs6000/rs6000-builtin.cc:90
41655 #: config/rs6000/rs6000-builtin.cc:93 config/rs6000/rs6000-builtin.cc:96
41656 #: config/rs6000/rs6000-builtin.cc:103 config/rs6000/rs6000-builtin.cc:110
41657 #: config/rs6000/rs6000-builtin.cc:124 config/rs6000/rs6000-builtin.cc:127
41658 #: config/rs6000/rs6000-builtin.cc:130 config/rs6000/rs6000-builtin.cc:133
41659 #: config/rs6000/rs6000-builtin.cc:140
41660 #, gcc-internal-format
41661 msgid "%qs requires the %qs option"
41662 msgstr ""
41664 #: config/rs6000/rs6000-builtin.cc:83 config/rs6000/rs6000-builtin.cc:99
41665 #: config/rs6000/rs6000-builtin.cc:113 config/rs6000/rs6000-builtin.cc:136
41666 #, gcc-internal-format
41667 msgid "%qs requires the %qs option and either the %qs or %qs option"
41668 msgstr ""
41670 #: config/rs6000/rs6000-builtin.cc:106 config/rs6000/rs6000-builtin.cc:117
41671 #, gcc-internal-format
41672 msgid "%qs requires the %qs and %qs options"
41673 msgstr ""
41675 #: config/rs6000/rs6000-builtin.cc:121
41676 #, gcc-internal-format
41677 msgid "%qs requires quad-precision floating-point arithmetic"
41678 msgstr ""
41680 #: config/rs6000/rs6000-builtin.cc:2260
41681 #, gcc-internal-format
41682 msgid "argument 1 of %qs must be a constant"
41683 msgstr ""
41685 #: config/rs6000/rs6000-builtin.cc:2318
41686 #, gcc-internal-format
41687 msgid "argument 1 of %qs is out of range"
41688 msgstr ""
41690 #: config/rs6000/rs6000-builtin.cc:2590
41691 #, gcc-internal-format
41692 msgid "builtin %qs only accepts a string argument"
41693 msgstr ""
41695 #. Invalid CPU argument.
41696 #: config/rs6000/rs6000-builtin.cc:2609
41697 #, gcc-internal-format
41698 msgid "cpu %qs is an invalid argument to builtin %qs"
41699 msgstr ""
41701 #. Invalid HWCAP argument.
41702 #: config/rs6000/rs6000-builtin.cc:2637
41703 #, gcc-internal-format
41704 msgid "%s %qs is an invalid argument to builtin %qs"
41705 msgstr ""
41707 #: config/rs6000/rs6000-builtin.cc:2666
41708 #, gcc-internal-format
41709 msgid "builtin %qs needs GLIBC (2.23 and newer) that exports hardware capability bits"
41710 msgstr ""
41712 #: config/rs6000/rs6000-builtin.cc:3013 config/rs6000/rs6000-builtin.cc:3167
41713 #, gcc-internal-format, gfc-internal-format
41714 msgid "argument %d must be an unsigned literal"
41715 msgstr ""
41717 #: config/rs6000/rs6000-builtin.cc:3015 config/rs6000/rs6000-builtin.cc:3169
41718 #, gcc-internal-format, gfc-internal-format
41719 msgid "argument %d is an unsigned literal that is out of range"
41720 msgstr ""
41722 #: config/rs6000/rs6000-builtin.cc:3120
41723 #, gcc-internal-format
41724 msgid "builtin %qs is only valid in 64-bit mode"
41725 msgstr ""
41727 #: config/rs6000/rs6000-builtin.cc:3283
41728 #, gcc-internal-format
41729 msgid "unresolved overload for builtin %qF"
41730 msgstr ""
41732 #: config/rs6000/rs6000-builtin.cc:3377
41733 #, gcc-internal-format
41734 msgid "%qs not supported with %<-msoft-float%>"
41735 msgstr ""
41737 #: config/rs6000/rs6000-builtin.cc:3384
41738 #, gcc-internal-format
41739 msgid "%qs is not supported in 32-bit mode"
41740 msgstr ""
41742 #: config/rs6000/rs6000-builtin.cc:3390
41743 #, gcc-internal-format
41744 msgid "%qs requires %<long double%> to be IBM 128-bit format"
41745 msgstr ""
41747 #: config/rs6000/rs6000-builtin.cc:3397
41748 #, gcc-internal-format
41749 msgid "%qs requires %<__ibm128%> type support"
41750 msgstr ""
41752 #: config/rs6000/rs6000-builtin.cc:3552
41753 #, gcc-internal-format, gfc-internal-format
41754 msgid "argument %d must be a literal between 0 and %d, inclusive"
41755 msgstr ""
41757 #: config/rs6000/rs6000-builtin.cc:3568
41758 #, gcc-internal-format, gfc-internal-format
41759 msgid "argument %d must be a literal between %d and %d, inclusive"
41760 msgstr ""
41762 #: config/rs6000/rs6000-builtin.cc:3585
41763 #, gcc-internal-format, gfc-internal-format
41764 msgid "argument %d must be a variable or a literal between %d and %d, inclusive"
41765 msgstr ""
41767 #: config/rs6000/rs6000-builtin.cc:3601
41768 #, gcc-internal-format, gfc-internal-format
41769 msgid "argument %d must be either a literal %d or a literal %d"
41770 msgstr ""
41772 #: config/rs6000/rs6000-c.cc:55
41773 #, gcc-internal-format
41774 msgid "ignoring malformed %<#pragma longcall%>"
41775 msgstr ""
41777 #: config/rs6000/rs6000-c.cc:67
41778 #, gcc-internal-format
41779 msgid "missing open paren"
41780 msgstr ""
41782 #: config/rs6000/rs6000-c.cc:69
41783 #, gcc-internal-format
41784 msgid "missing number"
41785 msgstr ""
41787 #: config/rs6000/rs6000-c.cc:71
41788 #, gcc-internal-format
41789 msgid "missing close paren"
41790 msgstr ""
41792 #: config/rs6000/rs6000-c.cc:74
41793 #, gcc-internal-format
41794 msgid "number must be 0 or 1"
41795 msgstr ""
41797 #: config/rs6000/rs6000-c.cc:77
41798 #, gcc-internal-format
41799 msgid "junk at end of %<#pragma longcall%>"
41800 msgstr ""
41802 #: config/rs6000/rs6000-c.cc:1244 config/rs6000/rs6000-c.cc:1645
41803 #, gcc-internal-format
41804 msgid "builtin %qs only accepts 1 argument"
41805 msgstr ""
41807 #: config/rs6000/rs6000-c.cc:1251 config/rs6000/rs6000-c.cc:1337
41808 #, gcc-internal-format
41809 msgid "builtin %qs only accepts 2 arguments"
41810 msgstr ""
41812 #: config/rs6000/rs6000-c.cc:1515
41813 #, gcc-internal-format
41814 msgid "builtin %qs only accepts 3 arguments"
41815 msgstr ""
41817 #: config/rs6000/rs6000-c.cc:1730
41818 #, gcc-internal-format
41819 msgid "%<vec_lvsl%> is deprecated for little endian; use assignment for unaligned loads and stores"
41820 msgstr ""
41822 #: config/rs6000/rs6000-c.cc:1734
41823 #, gcc-internal-format
41824 msgid "%<vec_lvsr%> is deprecated for little endian; use assignment for unaligned loads and stores"
41825 msgstr ""
41827 #: config/rs6000/rs6000-c.cc:1820
41828 #, gcc-internal-format
41829 msgid "passing argument %d of %qE discards %qs qualifier from pointer target type"
41830 msgstr ""
41832 #: config/rs6000/rs6000-c.cc:1876 config/rs6000/rs6000-c.cc:2032
41833 #, gcc-internal-format
41834 msgid "invalid parameter combination for AltiVec intrinsic %qs"
41835 msgstr ""
41837 #: config/rs6000/rs6000-c.cc:2021
41838 #, gcc-internal-format
41839 msgid "overloaded builtin %qs is implemented by builtin %qs"
41840 msgstr ""
41842 #: config/rs6000/rs6000-c.cc:2025
41843 #, gcc-internal-format
41844 msgid "%qs is not supported in this compiler configuration"
41845 msgstr "%qs nije podržan u ovoj konfiguraciji"
41847 #: config/rs6000/rs6000-call.cc:379
41848 #, gcc-internal-format
41849 msgid "ELFv2 parameter passing for an argument containing zero-width bit fields but that is otherwise a homogeneous aggregate was corrected in GCC 12"
41850 msgstr ""
41852 #: config/rs6000/rs6000-call.cc:447
41853 #, gcc-internal-format
41854 msgid "invalid use of MMA type %qs as a function return value"
41855 msgstr ""
41857 #: config/rs6000/rs6000-call.cc:499
41858 #, gcc-internal-format
41859 msgid "GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee"
41860 msgstr ""
41862 #: config/rs6000/rs6000-call.cc:683
41863 #, gcc-internal-format
41864 msgid "cannot return value in vector register because altivec instructions are disabled, use %qs to enable them"
41865 msgstr ""
41867 #: config/rs6000/rs6000-call.cc:1113
41868 #, gcc-internal-format
41869 msgid "cannot pass argument in vector register because altivec instructions are disabled, use %qs to enable them"
41870 msgstr ""
41872 #: config/rs6000/rs6000-call.cc:1639
41873 #, gcc-internal-format
41874 msgid "invalid use of MMA operand of type %qs as a function parameter"
41875 msgstr ""
41877 #: config/rs6000/rs6000-call.cc:2028
41878 #, gcc-internal-format
41879 msgid "GCC vector passed by reference: non-standard ABI extension with no compatibility guarantee"
41880 msgstr ""
41882 #. We can't check this in rs6000_option_override_internal since
41883 #. DEFAULT_ABI isn't established yet.
41884 #: config/rs6000/rs6000-logue.cc:728
41885 #, gcc-internal-format
41886 msgid "%qs requires the ELFv2 ABI"
41887 msgstr ""
41889 #: config/rs6000/rs6000-logue.cc:1715
41890 #, gcc-internal-format
41891 msgid "stack frame too large"
41892 msgstr ""
41894 #: config/rs6000/rs6000-logue.cc:4032
41895 #, gcc-internal-format, gfc-internal-format
41896 msgid "unsupported number of nops before function entry (%u)"
41897 msgstr ""
41899 #: config/rs6000/rs6000-logue.cc:5580
41900 #, gcc-internal-format
41901 msgid "%qs uses register r29"
41902 msgstr ""
41904 #: config/rs6000/rs6000-logue.cc:5588
41905 #, gcc-internal-format
41906 msgid "Stack frame larger than 2G is not supported for %<-fsplit-stack%>"
41907 msgstr ""
41909 #: config/rs6000/rs6000.cc:3212 config/rs6000/rs6000.cc:3215
41910 #: config/rs6000/rs6000.cc:3218
41911 #, gcc-internal-format
41912 msgid "%qs requires %qs or %qs"
41913 msgstr ""
41915 #: config/rs6000/rs6000.cc:3319
41916 #, gcc-internal-format
41917 msgid "%qs requires PowerPC64 architecture, enabling"
41918 msgstr ""
41920 #: config/rs6000/rs6000.cc:3434
41921 #, gcc-internal-format
41922 msgid "%<-mcall-aixdesc%> incompatible with %<-mabi=elfv2%>"
41923 msgstr ""
41925 #: config/rs6000/rs6000.cc:3483
41926 #, gcc-internal-format
41927 msgid "%qs unsupported for this ABI"
41928 msgstr ""
41930 #: config/rs6000/rs6000.cc:3611
41931 #, gcc-internal-format
41932 msgid "%qs is not supported for 64-bit Darwin; it is incompatible with the installed C and C++ libraries"
41933 msgstr ""
41935 #: config/rs6000/rs6000.cc:3769
41936 #, gcc-internal-format
41937 msgid "AltiVec not supported in this target"
41938 msgstr ""
41940 #: config/rs6000/rs6000.cc:3786
41941 #, gcc-internal-format
41942 msgid "%qs is not supported on little endian systems"
41943 msgstr ""
41945 #: config/rs6000/rs6000.cc:3868
41946 #, gcc-internal-format
41947 msgid "power9 target option is incompatible with %<%s=<xxx>%> for <xxx> less than power9"
41948 msgstr ""
41950 #. Enforce that none of the ISA_3_0_MASKS_SERVER flags
41951 #. were explicitly cleared.
41952 #: config/rs6000/rs6000.cc:3876
41953 #, gcc-internal-format
41954 msgid "%qs incompatible with explicitly disabled options"
41955 msgstr ""
41957 #. TARGET_VSX = 1 implies Power 7 and newer
41958 #: config/rs6000/rs6000.cc:3910 config/rs6000/rs6000.cc:3918
41959 #: config/rs6000/rs6000.cc:3925 config/rs6000/rs6000.cc:3932
41960 #: config/rs6000/rs6000.cc:3940 config/rs6000/rs6000.cc:3959
41961 #: config/rs6000/rs6000.cc:4021 config/rs6000/rs6000.cc:4048
41962 #: config/rs6000/rs6000.cc:4075 config/rs6000/rs6000.cc:4090
41963 #: config/rs6000/rs6000.cc:4098 config/rs6000/rs6000.cc:4222
41964 #: config/rs6000/rs6000.cc:4235 config/rs6000/rs6000.cc:4244
41965 #: config/rs6000/rs6000.cc:4382 config/rs6000/rs6000.cc:4395
41966 #: config/rs6000/rs6000.cc:4416
41967 #, gcc-internal-format
41968 msgid "%qs requires %qs"
41969 msgstr ""
41971 #: config/rs6000/rs6000.cc:4126
41972 #, gcc-internal-format
41973 msgid "target attribute or pragma changes %<long double%> size"
41974 msgstr ""
41976 #: config/rs6000/rs6000.cc:4147
41977 #, gcc-internal-format
41978 msgid "%qs requires full ISA 2.06 support"
41979 msgstr ""
41981 #: config/rs6000/rs6000.cc:4160
41982 #, gcc-internal-format
41983 msgid "Using IEEE extended precision %<long double%>"
41984 msgstr ""
41986 #: config/rs6000/rs6000.cc:4163
41987 #, gcc-internal-format
41988 msgid "Using IBM extended precision %<long double%>"
41989 msgstr ""
41991 #: config/rs6000/rs6000.cc:4182
41992 #, gcc-internal-format
41993 msgid "%qs requires VSX support"
41994 msgstr ""
41996 #: config/rs6000/rs6000.cc:4191
41997 #, gcc-internal-format
41998 msgid "The %<-mfloat128%> option may not be fully supported"
41999 msgstr ""
42001 #: config/rs6000/rs6000.cc:4214
42002 #, gcc-internal-format
42003 msgid "%qs requires full ISA 3.0 support"
42004 msgstr ""
42006 #: config/rs6000/rs6000.cc:4301
42007 #, gcc-internal-format
42008 msgid "unknown vectorization library ABI type in %<-mveclibabi=%s%>"
42009 msgstr ""
42011 #: config/rs6000/rs6000.cc:4314 config/rs6000/rs6000.cc:4329
42012 #, gcc-internal-format
42013 msgid "target attribute or pragma changes AltiVec ABI"
42014 msgstr ""
42016 #: config/rs6000/rs6000.cc:4342
42017 #, gcc-internal-format
42018 msgid "target attribute or pragma changes darwin64 ABI"
42019 msgstr ""
42021 #: config/rs6000/rs6000.cc:4548
42022 #, gcc-internal-format
42023 msgid "%qs needs a valid base register"
42024 msgstr ""
42026 #: config/rs6000/rs6000.cc:4845
42027 #, gcc-internal-format
42028 msgid "unknown option for %<%s=%s%>"
42029 msgstr ""
42031 #: config/rs6000/rs6000.cc:4874
42032 #, gcc-internal-format
42033 msgid "%qs is deprecated and not recommended in any circumstances"
42034 msgstr ""
42036 #: config/rs6000/rs6000.cc:10904
42037 #, gcc-internal-format
42038 msgid "%qs is an opaque type, and you cannot set it to other values"
42039 msgstr ""
42041 #: config/rs6000/rs6000.cc:17774
42042 #, gcc-internal-format
42043 msgid "no profiling of 64-bit code for this ABI"
42044 msgstr ""
42046 #: config/rs6000/rs6000.cc:20170
42047 #, gcc-internal-format
42048 msgid "you cannot take the address of a nested function if you use the %qs option"
42049 msgstr ""
42051 #: config/rs6000/rs6000.cc:20252
42052 #, gcc-internal-format
42053 msgid "use of %<long double%> in AltiVec types is invalid"
42054 msgstr ""
42056 #: config/rs6000/rs6000.cc:20254
42057 #, gcc-internal-format
42058 msgid "use of boolean types in AltiVec types is invalid"
42059 msgstr ""
42061 #: config/rs6000/rs6000.cc:20256
42062 #, gcc-internal-format
42063 msgid "use of %<complex%> in AltiVec types is invalid"
42064 msgstr ""
42066 #: config/rs6000/rs6000.cc:20258
42067 #, gcc-internal-format
42068 msgid "use of decimal floating-point types in AltiVec types is invalid"
42069 msgstr ""
42071 #: config/rs6000/rs6000.cc:20264
42072 #, gcc-internal-format
42073 msgid "use of %<long%> in AltiVec types is invalid for 64-bit code without %qs"
42074 msgstr ""
42076 #: config/rs6000/rs6000.cc:20267
42077 #, gcc-internal-format
42078 msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
42079 msgstr ""
42081 #: config/rs6000/rs6000.cc:20272
42082 #, gcc-internal-format
42083 msgid "use of %<long long%> in AltiVec types is invalid without %qs"
42084 msgstr ""
42086 #: config/rs6000/rs6000.cc:20275
42087 #, gcc-internal-format
42088 msgid "use of %<double%> in AltiVec types is invalid without %qs"
42089 msgstr ""
42091 #: config/rs6000/rs6000.cc:24413
42092 #, gcc-internal-format
42093 msgid "invalid cpu %qs for %s%qs%s"
42094 msgstr ""
42096 #: config/rs6000/rs6000.cc:24416
42097 #, gcc-internal-format
42098 msgid "%s%qs%s is not allowed"
42099 msgstr ""
42101 #: config/rs6000/rs6000.cc:24418
42102 #, gcc-internal-format
42103 msgid "%s%qs%s is invalid"
42104 msgstr ""
42106 #: config/rs6000/rs6000.cc:24947
42107 #, gcc-internal-format
42108 msgid "%<-mno-%s%> turns off %<-m%s%>"
42109 msgstr ""
42111 #: config/rs6000/rs6000.cc:25106
42112 #, gcc-internal-format
42113 msgid "%<target_clones%> attribute needs GLIBC (2.23 and newer) that exports hardware capability bits"
42114 msgstr ""
42116 #: config/rs6000/rs6000.cc:25395
42117 #, gcc-internal-format
42118 msgid "Virtual function multiversioning not supported"
42119 msgstr ""
42121 #: config/rs6000/rs6000.cc:28469
42122 #, gcc-internal-format
42123 msgid "the result for the xxspltidp instruction is undefined for subnormal input values"
42124 msgstr ""
42126 #: config/rs6000/rs6000.cc:28948
42127 #, gcc-internal-format
42128 msgid "type %<__vector_quad%> requires the %qs option"
42129 msgstr ""
42131 #: config/rs6000/rs6000.cc:28953
42132 #, gcc-internal-format
42133 msgid "type %<__vector_pair%> requires the %qs option"
42134 msgstr ""
42136 #: config/rx/rx.cc:651
42137 #, gcc-internal-format
42138 msgid "unrecognized control register number: %d - using %<psw%>"
42139 msgstr ""
42141 #: config/rx/rx.cc:1384
42142 #, gcc-internal-format
42143 msgid "multiple fast interrupt routines seen: %qE and %qE"
42144 msgstr ""
42146 #: config/rx/rx.cc:2480
42147 #, gcc-internal-format
42148 msgid "invalid control register %d for mvtc; using %<psw%>"
42149 msgstr ""
42151 #: config/rx/rx.cc:2602
42152 #, gcc-internal-format
42153 msgid "%<__builtin_rx_%s%> takes %<C%>, %<Z%>, %<S%>, %<O%>, %<I%>, or %<U%>"
42154 msgstr ""
42156 #: config/rx/rx.cc:2605
42157 #, gcc-internal-format
42158 msgid "use %<__builtin_rx_mvtc (0, ... )%> to write arbitrary values to PSW"
42159 msgstr ""
42161 #: config/rx/rx.cc:2652
42162 #, gcc-internal-format
42163 msgid "%<-mno-allow-string-insns%> forbids the generation of the RMPA instruction"
42164 msgstr ""
42166 #: config/rx/rx.cc:2800
42167 #, gcc-internal-format
42168 msgid "RX FPU instructions do not support NaNs and infinities"
42169 msgstr ""
42171 #: config/s390/s390-c.cc:487
42172 #, gcc-internal-format
42173 msgid "builtin %qs can only be used on vector types"
42174 msgstr ""
42176 #: config/s390/s390-c.cc:717 config/s390/s390.cc:989
42177 #, gcc-internal-format
42178 msgid "constant value required for builtin %qF argument %d"
42179 msgstr ""
42181 #: config/s390/s390-c.cc:732
42182 #, gcc-internal-format
42183 msgid "valid values for builtin %qF argument %d are 64, 128, 256, 512, 1024, 2048, and 4096"
42184 msgstr ""
42186 #: config/s390/s390-c.cc:909
42187 #, gcc-internal-format
42188 msgid "builtin %qF is for GCC internal use only"
42189 msgstr ""
42191 #: config/s390/s390-c.cc:917
42192 #, gcc-internal-format
42193 msgid "builtin %qF is deprecated"
42194 msgstr ""
42196 #: config/s390/s390-c.cc:921
42197 #, gcc-internal-format
42198 msgid "%qF requires %<-mvx%>"
42199 msgstr ""
42201 #: config/s390/s390-c.cc:927
42202 #, gcc-internal-format
42203 msgid "%qF requires z14 or higher"
42204 msgstr ""
42206 #: config/s390/s390-c.cc:933
42207 #, gcc-internal-format
42208 msgid "%qF requires z15 or higher"
42209 msgstr ""
42211 #: config/s390/s390-c.cc:947
42212 #, gcc-internal-format
42213 msgid "mismatch in number of arguments for builtin %qF. Expected: %d got %d"
42214 msgstr ""
42216 #: config/s390/s390-c.cc:996
42217 #, gcc-internal-format
42218 msgid "invalid parameter combination for intrinsic %qs"
42219 msgstr ""
42221 #: config/s390/s390-c.cc:1002
42222 #, gcc-internal-format
42223 msgid "ambiguous overload for intrinsic %qs"
42224 msgstr ""
42226 #: config/s390/s390-c.cc:1010
42227 #, gcc-internal-format
42228 msgid "%qs matching variant requires z14 or higher"
42229 msgstr ""
42231 #: config/s390/s390-c.cc:1019
42232 #, gcc-internal-format
42233 msgid "%qs matching variant requires z15 or higher"
42234 msgstr ""
42236 #: config/s390/s390-c.cc:1025
42237 #, gcc-internal-format
42238 msgid "%qs matching variant is deprecated"
42239 msgstr ""
42241 #: config/s390/s390-c.cc:1065
42242 #, gcc-internal-format
42243 msgid "constant argument %d for builtin %qF is out of range for target type"
42244 msgstr ""
42246 #: config/s390/s390.cc:838
42247 #, gcc-internal-format
42248 msgid "constant argument %d for builtin %qF is invalid (%s)"
42249 msgstr ""
42251 #: config/s390/s390.cc:842
42252 #, gcc-internal-format
42253 msgid "constant argument %d for builtin %qF is out of range (0-%wu)"
42254 msgstr ""
42256 #: config/s390/s390.cc:858
42257 #, gcc-internal-format
42258 msgid "constant argument %d for builtin %qF is out of range (%wd-%wd)"
42259 msgstr ""
42261 #: config/s390/s390.cc:907
42262 #, gcc-internal-format
42263 msgid "builtin %qF is not supported without %<-mhtm%> (default with %<-march=zEC12%> and higher)"
42264 msgstr ""
42266 #: config/s390/s390.cc:913
42267 #, gcc-internal-format
42268 msgid "builtin %qF requires %<-mvx%> (default with %<-march=z13%> and higher)"
42269 msgstr ""
42271 #: config/s390/s390.cc:920
42272 #, gcc-internal-format
42273 msgid "Builtin %qF requires z14 or higher"
42274 msgstr ""
42276 #: config/s390/s390.cc:926
42277 #, gcc-internal-format
42278 msgid "Builtin %qF requires z15 or higher"
42279 msgstr ""
42281 #: config/s390/s390.cc:945
42282 #, gcc-internal-format
42283 msgid "unresolved overloaded builtin"
42284 msgstr ""
42286 #: config/s390/s390.cc:952
42287 #, gcc-internal-format
42288 msgid "bad builtin icode"
42289 msgstr ""
42291 #: config/s390/s390.cc:1086
42292 #, gcc-internal-format
42293 msgid "invalid argument %d for builtin %qF"
42294 msgstr ""
42296 #: config/s390/s390.cc:1187
42297 #, gcc-internal-format
42298 msgid "requested %qE attribute is not a comma separated pair of non-negative integer constants or too large (max. %d)"
42299 msgstr ""
42301 #: config/s390/s390.cc:1277
42302 #, gcc-internal-format
42303 msgid "argument to %qE attribute is not (keep|thunk|thunk-extern)"
42304 msgstr ""
42306 #: config/s390/s390.cc:10240
42307 #, gcc-internal-format
42308 msgid "total size of local variables exceeds architecture limit"
42309 msgstr ""
42311 #: config/s390/s390.cc:11647
42312 #, gcc-internal-format
42313 msgid "frame size of function %qs is %wd bytes exceeding user provided stack limit of %d bytes; an unconditional trap is added"
42314 msgstr ""
42316 #: config/s390/s390.cc:11663
42317 #, gcc-internal-format
42318 msgid "frame size of function %qs is %wd bytes which is more than half the stack size; the dynamic check would not be reliable; no check emitted for this function"
42319 msgstr ""
42321 #: config/s390/s390.cc:11691
42322 #, gcc-internal-format
42323 msgid "frame size of %qs is %wd bytes"
42324 msgstr ""
42326 #: config/s390/s390.cc:11695
42327 #, gcc-internal-format
42328 msgid "%qs uses dynamic stack allocation"
42329 msgstr ""
42331 #: config/s390/s390.cc:12441
42332 #, gcc-internal-format
42333 msgid "parameter passing for argument of type %qT with zero-width bit fields members changed in GCC 12"
42334 msgstr ""
42336 #: config/s390/s390.cc:13400
42337 #, gcc-internal-format
42338 msgid "nested functions cannot be profiled with %<-mfentry%> on s390"
42339 msgstr ""
42341 #: config/s390/s390.cc:15716
42342 #, gcc-internal-format
42343 msgid "64-bit ABI not supported in ESA/390 mode"
42344 msgstr ""
42346 #: config/s390/s390.cc:15723
42347 #, gcc-internal-format
42348 msgid "thunk-inline is only supported with %<-mindirect-branch-jump%>"
42349 msgstr ""
42351 #: config/s390/s390.cc:15758
42352 #, gcc-internal-format, gfc-internal-format
42353 msgid "hardware vector support not available on %s"
42354 msgstr ""
42356 #: config/s390/s390.cc:15761
42357 #, gcc-internal-format
42358 msgid "hardware vector support not available with %<-msoft-float%>"
42359 msgstr ""
42361 #: config/s390/s390.cc:15790
42362 #, gcc-internal-format, gfc-internal-format
42363 msgid "hardware decimal floating-point instructions not available on %s"
42364 msgstr ""
42366 #: config/s390/s390.cc:15794
42367 #, gcc-internal-format
42368 msgid "hardware decimal floating-point instructions not available in ESA/390 mode"
42369 msgstr ""
42371 #: config/s390/s390.cc:15806
42372 #, gcc-internal-format
42373 msgid "%<-mhard-dfp%> cannot be used in conjunction with %<-msoft-float%>"
42374 msgstr ""
42376 #: config/s390/s390.cc:15815
42377 #, gcc-internal-format
42378 msgid "%<-mbackchain%> %<-mpacked-stack%> %<-mhard-float%> are not supported in combination"
42379 msgstr ""
42381 #: config/s390/s390.cc:15821
42382 #, gcc-internal-format
42383 msgid "stack size must be greater than the stack guard value"
42384 msgstr ""
42386 #: config/s390/s390.cc:15823
42387 #, gcc-internal-format
42388 msgid "stack size must not be greater than 64k"
42389 msgstr ""
42391 #: config/s390/s390.cc:15826
42392 #, gcc-internal-format
42393 msgid "%<-mstack-guard%> implies use of %<-mstack-size%>"
42394 msgstr ""
42396 #: config/s390/s390.cc:15839
42397 #, gcc-internal-format
42398 msgid "%<-mtpf-trace-hook-prologue-check%> requires integer in range 0-4095"
42399 msgstr ""
42401 #: config/s390/s390.cc:15842
42402 #, gcc-internal-format
42403 msgid "%<-mtpf-trace-hook-prologue-target%> requires integer in range 0-4095"
42404 msgstr ""
42406 #: config/s390/s390.cc:15845
42407 #, gcc-internal-format
42408 msgid "%<-mtpf-trace-hook-epilogue-check%> requires integer in range 0-4095"
42409 msgstr ""
42411 #: config/s390/s390.cc:15848
42412 #, gcc-internal-format
42413 msgid "%<-mtpf-trace-hook-epilogue-target%> requires integer in range 0-4095"
42414 msgstr ""
42416 #: config/s390/s390.cc:15904
42417 #, gcc-internal-format
42418 msgid "%<-mfentry%> is supported only for 64-bit CPUs"
42419 msgstr ""
42421 #. argument is not a plain number
42422 #: config/s390/s390.cc:15940
42423 #, gcc-internal-format
42424 msgid "arguments to %qs should be non-negative integers"
42425 msgstr ""
42427 #: config/s390/s390.cc:15947
42428 #, gcc-internal-format
42429 msgid "argument to %qs is too large (max. %d)"
42430 msgstr ""
42432 #: config/s390/s390.cc:15978
42433 #, gcc-internal-format
42434 msgid "%<-mno-pic-data-is-text-relative%> cannot be used without %<-fpic%>/%<-fPIC%>"
42435 msgstr ""
42437 #: config/s390/s390.cc:16139 config/s390/s390.cc:16189
42438 #: config/s390/s390.cc:16206
42439 #, gcc-internal-format
42440 msgid "attribute %<target%> argument %qs is unknown"
42441 msgstr ""
42443 #. Value is not allowed for the target attribute.
42444 #: config/s390/s390.cc:16145
42445 #, gcc-internal-format
42446 msgid "value %qs is not supported by attribute %<target%>"
42447 msgstr ""
42449 #: config/sh/sh.cc:936
42450 #, gcc-internal-format
42451 msgid "ignoring %<-fschedule-insns%> because of exception handling bug"
42452 msgstr ""
42454 #: config/sh/sh.cc:953
42455 #, gcc-internal-format
42456 msgid "unwind tables currently require either a frame pointer or %<-maccumulate-outgoing-args%> for correctness"
42457 msgstr ""
42459 #: config/sh/sh.cc:7416
42460 #, gcc-internal-format
42461 msgid "%<__builtin_saveregs%> not supported by this subtarget"
42462 msgstr ""
42464 #: config/sh/sh.cc:8353
42465 #, gcc-internal-format
42466 msgid "%qE attribute only applies to interrupt functions"
42467 msgstr ""
42469 #: config/sh/sh.cc:8423
42470 #, gcc-internal-format
42471 msgid "%qE attribute is supported only for SH2A"
42472 msgstr ""
42474 #: config/sh/sh.cc:8465
42475 #, gcc-internal-format
42476 msgid "%qE attribute only applies to SH2A"
42477 msgstr ""
42479 #: config/sh/sh.cc:8487
42480 #, gcc-internal-format
42481 msgid "%qE attribute argument should be between 0 to 255"
42482 msgstr ""
42484 #: config/sh/sh.cc:10832
42485 #, gcc-internal-format
42486 msgid "r0 needs to be available as a call-clobbered register"
42487 msgstr ""
42489 #: config/sparc/sparc.cc:1843
42490 #, gcc-internal-format, gfc-internal-format
42491 msgid "%s is not supported by this configuration"
42492 msgstr ""
42494 #: config/sparc/sparc.cc:1850
42495 #, gcc-internal-format
42496 msgid "%<-mlong-double-64%> not allowed with %<-m64%>"
42497 msgstr ""
42499 #: config/sparc/sparc.cc:1858
42500 #, gcc-internal-format
42501 msgid "%<-fcall-saved-REG%> is not supported for out registers"
42502 msgstr ""
42504 #: config/sparc/sparc.cc:1982
42505 #, gcc-internal-format
42506 msgid "%<-mcmodel=%> is not supported in 32-bit mode"
42507 msgstr ""
42509 #: config/stormy16/stormy16.cc:1058
42510 #, gcc-internal-format
42511 msgid "local variable memory requirements exceed capacity"
42512 msgstr ""
42514 #: config/stormy16/stormy16.cc:1215
42515 #, gcc-internal-format
42516 msgid "%<function_profiler%> support"
42517 msgstr ""
42519 #: config/stormy16/stormy16.cc:1309
42520 #, gcc-internal-format
42521 msgid "cannot use %<va_start%> in interrupt function"
42522 msgstr ""
42524 #: config/stormy16/stormy16.cc:1880
42525 #, gcc-internal-format, gfc-internal-format
42526 msgid "switch statement of size %lu entries too large"
42527 msgstr ""
42529 #: config/stormy16/stormy16.cc:2252
42530 #, gcc-internal-format
42531 msgid "%<__BELOW100__%> attribute only applies to variables"
42532 msgstr ""
42534 #: config/stormy16/stormy16.cc:2259
42535 #, gcc-internal-format
42536 msgid "%<__BELOW100__%> attribute not allowed with auto storage class"
42537 msgstr ""
42539 #: config/v850/v850-c.cc:67
42540 #, gcc-internal-format
42541 msgid "%<#pragma%> GHS endXXX found without previous startXXX"
42542 msgstr ""
42544 #: config/v850/v850-c.cc:70
42545 #, gcc-internal-format
42546 msgid "%<#pragma%> GHS endXXX does not match previous startXXX"
42547 msgstr ""
42549 #: config/v850/v850-c.cc:96
42550 #, gcc-internal-format
42551 msgid "cannot set interrupt attribute: no current function"
42552 msgstr ""
42554 #: config/v850/v850-c.cc:104
42555 #, gcc-internal-format
42556 msgid "cannot set interrupt attribute: no such identifier"
42557 msgstr ""
42559 #: config/v850/v850-c.cc:153
42560 #, gcc-internal-format
42561 msgid "junk at end of %<#pragma%> ghs section"
42562 msgstr ""
42564 #: config/v850/v850-c.cc:170
42565 #, gcc-internal-format
42566 msgid "unrecognized section name %qE"
42567 msgstr ""
42569 #: config/v850/v850-c.cc:184
42570 #, gcc-internal-format
42571 msgid "malformed %<#pragma%> ghs section"
42572 msgstr ""
42574 #: config/v850/v850-c.cc:203
42575 #, gcc-internal-format
42576 msgid "junk at end of %<#pragma%> ghs interrupt"
42577 msgstr ""
42579 #: config/v850/v850-c.cc:214
42580 #, gcc-internal-format
42581 msgid "junk at end of %<#pragma%> ghs starttda"
42582 msgstr ""
42584 #: config/v850/v850-c.cc:225
42585 #, gcc-internal-format
42586 msgid "junk at end of %<#pragma%> ghs startsda"
42587 msgstr ""
42589 #: config/v850/v850-c.cc:236
42590 #, gcc-internal-format
42591 msgid "junk at end of %<#pragma%> ghs startzda"
42592 msgstr ""
42594 #: config/v850/v850-c.cc:247
42595 #, gcc-internal-format
42596 msgid "junk at end of %<#pragma%> ghs endtda"
42597 msgstr ""
42599 #: config/v850/v850-c.cc:258
42600 #, gcc-internal-format
42601 msgid "junk at end of %<#pragma%> ghs endsda"
42602 msgstr ""
42604 #: config/v850/v850-c.cc:269
42605 #, gcc-internal-format
42606 msgid "junk at end of %<#pragma%> ghs endzda"
42607 msgstr ""
42609 #: config/v850/v850.cc:2046
42610 #, gcc-internal-format
42611 msgid "data area attributes cannot be specified for local variables"
42612 msgstr ""
42614 #: config/v850/v850.cc:2057
42615 #, gcc-internal-format
42616 msgid "data area of %q+D conflicts with previous declaration"
42617 msgstr ""
42619 #: config/v850/v850.cc:2188
42620 #, gcc-internal-format, gfc-internal-format
42621 msgid "bogus JR construction: %d"
42622 msgstr ""
42624 #: config/v850/v850.cc:2206 config/v850/v850.cc:2313
42625 #, gcc-internal-format, gfc-internal-format
42626 msgid "bad amount of stack space removal: %d"
42627 msgstr ""
42629 #: config/v850/v850.cc:2293
42630 #, gcc-internal-format, gfc-internal-format
42631 msgid "bogus JARL construction: %d"
42632 msgstr ""
42634 #: config/v850/v850.cc:2591
42635 #, gcc-internal-format, gfc-internal-format
42636 msgid "bogus DISPOSE construction: %d"
42637 msgstr ""
42639 #: config/v850/v850.cc:2610
42640 #, gcc-internal-format, gfc-internal-format
42641 msgid "too much stack space to dispose of: %d"
42642 msgstr ""
42644 #: config/v850/v850.cc:2712
42645 #, gcc-internal-format, gfc-internal-format
42646 msgid "bogus PREPEARE construction: %d"
42647 msgstr ""
42649 #: config/v850/v850.cc:2729
42650 #, gcc-internal-format, gfc-internal-format
42651 msgid "too much stack space to prepare: %d"
42652 msgstr ""
42654 #: config/visium/visium.cc:730
42655 #, gcc-internal-format
42656 msgid "an interrupt handler cannot be compiled with %<-muser-mode%>"
42657 msgstr ""
42659 #: config/vms/vms-c.cc:44
42660 #, gcc-internal-format
42661 msgid "junk at end of %<#pragma __nostandard%>"
42662 msgstr ""
42664 #: config/vms/vms-c.cc:55
42665 #, gcc-internal-format
42666 msgid "junk at end of %<#pragma __standard%>"
42667 msgstr ""
42669 #: config/vms/vms-c.cc:81
42670 #, gcc-internal-format
42671 msgid "malformed %<#pragma member_alignment%>, ignoring"
42672 msgstr ""
42674 #: config/vms/vms-c.cc:96
42675 #, gcc-internal-format
42676 msgid "unknown %<#pragma member_alignment%> name %s"
42677 msgstr ""
42679 #: config/vms/vms-c.cc:101
42680 #, gcc-internal-format
42681 msgid "malformed %<#pragma member_alignment%>"
42682 msgstr ""
42684 #: config/vms/vms-c.cc:135
42685 #, gcc-internal-format
42686 msgid "unhandled alignment for %<#pragma nomember_alignment%>"
42687 msgstr ""
42689 #: config/vms/vms-c.cc:148
42690 #, gcc-internal-format
42691 msgid "garbage at end of %<#pragma nomember_alignment%>"
42692 msgstr ""
42694 #: config/vms/vms-c.cc:203
42695 #, gcc-internal-format
42696 msgid "malformed %<#pragma extern_model%>, ignoring"
42697 msgstr ""
42699 #: config/vms/vms-c.cc:224
42700 #, gcc-internal-format
42701 msgid "extern model globalvalue"
42702 msgstr ""
42704 #: config/vms/vms-c.cc:229
42705 #, gcc-internal-format
42706 msgid "unknown %<#pragma extern_model%> model %qs"
42707 msgstr ""
42709 #: config/vms/vms-c.cc:235
42710 #, gcc-internal-format
42711 msgid "junk at end of '#pragma extern_model'"
42712 msgstr ""
42714 #: config/vms/vms-c.cc:249
42715 #, gcc-internal-format
42716 msgid "vms '#pragma __message' is ignored"
42717 msgstr ""
42719 #: config/vms/vms-c.cc:274 config/vms/vms-c.cc:280
42720 #, gcc-internal-format
42721 msgid "malformed %<#pragma __extern_prefix%>, ignoring"
42722 msgstr ""
42724 #: config/vms/vms-c.cc:313 config/vms/vms-c.cc:333
42725 #, gcc-internal-format
42726 msgid "malformed %<#pragma %s%>, ignoring"
42727 msgstr ""
42729 #: config/vms/vms-c.cc:329
42730 #, gcc-internal-format
42731 msgid "invalid constant in %<#pragma %s%>"
42732 msgstr ""
42734 #: config/xtensa/xtensa.cc:2769
42735 #, gcc-internal-format
42736 msgid "boolean registers required for the floating-point option"
42737 msgstr ""
42739 #: config/xtensa/xtensa.cc:2804
42740 #, gcc-internal-format
42741 msgid "%<-f%s%> is not supported with CONST16 instructions"
42742 msgstr ""
42744 #: config/xtensa/xtensa.cc:2811
42745 #, gcc-internal-format
42746 msgid "PIC is required but not supported with CONST16 instructions"
42747 msgstr ""
42749 #: config/xtensa/xtensa.cc:4169
42750 #, gcc-internal-format
42751 msgid "only uninitialized variables can be placed in a %<.bss%> section"
42752 msgstr ""
42754 #: ada/gcc-interface/misc.cc:155
42755 #, gcc-internal-format
42756 msgid "%<-gnat%> misspelled as %<-gant%>"
42757 msgstr ""
42759 #: ada/gcc-interface/misc.cc:258
42760 #, gcc-internal-format
42761 msgid "%<-fexcess-precision=standard%> for Ada"
42762 msgstr ""
42764 #: ada/gcc-interface/misc.cc:260
42765 #, gcc-internal-format
42766 msgid "%<-fexcess-precision=16%> for Ada"
42767 msgstr ""
42769 #: ada/gcc-interface/trans.cc:332
42770 #, gcc-internal-format, gfc-internal-format
42771 msgid "%s contains too many lines"
42772 msgstr ""
42774 #: ada/gcc-interface/trans.cc:1614
42775 #, gcc-internal-format
42776 msgid "subprogram %q+F not marked %<Inline_Always%>"
42777 msgstr ""
42779 #: ada/gcc-interface/trans.cc:1616 ada/gcc-interface/trans.cc:1622
42780 #, gcc-internal-format
42781 msgid "parent subprogram cannot be inlined"
42782 msgstr ""
42784 #: ada/gcc-interface/trans.cc:1620
42785 #, gcc-internal-format
42786 msgid "subprogram %q+F not marked %<Inline%>"
42787 msgstr ""
42789 #: ada/gcc-interface/utils.cc:4149
42790 #, gcc-internal-format
42791 msgid "invalid element type for attribute %qs"
42792 msgstr ""
42794 #: ada/gcc-interface/utils.cc:4173
42795 #, gcc-internal-format
42796 msgid "number of components of vector not a power of two"
42797 msgstr ""
42799 #: ada/gcc-interface/utils.cc:6393 ada/gcc-interface/utils.cc:6571
42800 #: ada/gcc-interface/utils.cc:6752
42801 #, gcc-internal-format
42802 msgid "%qs attribute ignored"
42803 msgstr ""
42805 #: ada/gcc-interface/utils.cc:6448
42806 #, gcc-internal-format
42807 msgid "%qs attribute without arguments on a non-prototype"
42808 msgstr ""
42810 #: ada/gcc-interface/utils.cc:6463
42811 #, gcc-internal-format
42812 msgid "%qs argument has invalid operand number (argument %lu)"
42813 msgstr ""
42815 #: ada/gcc-interface/utils.cc:6485
42816 #, gcc-internal-format
42817 msgid "%qs argument with out-of-range operand number (argument %lu, operand %lu)"
42818 msgstr ""
42820 #: ada/gcc-interface/utils.cc:6494
42821 #, gcc-internal-format
42822 msgid "%qs argument references non-pointer operand (argument %lu, operand %lu)"
42823 msgstr ""
42825 #: ada/gcc-interface/utils.cc:6515
42826 #, gcc-internal-format
42827 msgid "%qs attribute requires prototypes with named arguments"
42828 msgstr ""
42830 #: ada/gcc-interface/utils.cc:6524
42831 #, gcc-internal-format
42832 msgid "%qs attribute only applies to variadic functions"
42833 msgstr ""
42835 #: ada/gcc-interface/utils.cc:6712 d/d-attribs.cc:359 d/d-attribs.cc:485
42836 #, gcc-internal-format
42837 msgid "%qE attribute has no effect"
42838 msgstr ""
42840 #: ada/gcc-interface/utils.cc:7044
42841 #, gcc-internal-format
42842 msgid "attribute %qs applies to array types only"
42843 msgstr ""
42845 #: c/c-convert.cc:104 c/c-typeck.cc:2352 c/c-typeck.cc:13364 cp/typeck.cc:2497
42846 #: cp/typeck.cc:9386 cp/typeck.cc:10183 d/d-convert.cc:262
42847 #, gcc-internal-format
42848 msgid "void value not ignored as it ought to be"
42849 msgstr ""
42851 #: c/c-convert.cc:221
42852 #, gcc-internal-format
42853 msgid "conversion from %qT to %qT"
42854 msgstr ""
42856 #: c/c-convert.cc:223
42857 #, gcc-internal-format
42858 msgid "only %qT or a null pointer constant can be converted to %qT"
42859 msgstr ""
42861 #: c/c-convert.cc:227 d/d-convert.cc:323
42862 #, gcc-internal-format
42863 msgid "conversion to non-scalar type requested"
42864 msgstr ""
42866 #: c/c-decl.cc:842
42867 #, gcc-internal-format
42868 msgid "array %q+D assumed to have one element"
42869 msgstr ""
42871 #: c/c-decl.cc:883
42872 #, gcc-internal-format
42873 msgid "%qD is static but used in inline function %qD which is not static"
42874 msgstr ""
42876 #: c/c-decl.cc:888
42877 #, gcc-internal-format
42878 msgid "%q+D is static but declared in inline function %qD which is not static"
42879 msgstr ""
42881 #: c/c-decl.cc:1084
42882 #, gcc-internal-format, gfc-internal-format
42883 msgid "GCC supports only %u nested scopes"
42884 msgstr ""
42886 #: c/c-decl.cc:1236 cp/decl.cc:367
42887 #, gcc-internal-format
42888 msgid "label %q+D used but not defined"
42889 msgstr ""
42891 #: c/c-decl.cc:1282
42892 #, gcc-internal-format
42893 msgid "nested function %q+D declared but never defined"
42894 msgstr ""
42896 #: c/c-decl.cc:1296
42897 #, gcc-internal-format
42898 msgid "inline function %q+D declared but never defined"
42899 msgstr ""
42901 #: c/c-decl.cc:1313
42902 #, gcc-internal-format
42903 msgid "unused variable %q+D"
42904 msgstr ""
42906 #: c/c-decl.cc:1317 cp/decl.cc:709
42907 #, gcc-internal-format
42908 msgid "variable %qD set but not used"
42909 msgstr ""
42911 #: c/c-decl.cc:1322
42912 #, gcc-internal-format
42913 msgid "type of array %q+D completed incompatibly with implicit initialization"
42914 msgstr ""
42916 #: c/c-decl.cc:1502
42917 #, gcc-internal-format
42918 msgid "underspecified declaration of %qE, which is already declared in this scope"
42919 msgstr ""
42921 #: c/c-decl.cc:1673 c/c-decl.cc:7697 c/c-decl.cc:8644 c/c-decl.cc:9592
42922 #, gcc-internal-format
42923 msgid "originally defined here"
42924 msgstr ""
42926 #: c/c-decl.cc:1896
42927 #, gcc-internal-format
42928 msgid "a parameter list with an ellipsis cannot match an empty parameter name list declaration"
42929 msgstr ""
42931 #: c/c-decl.cc:1903
42932 #, gcc-internal-format
42933 msgid "an argument type that has a default promotion cannot match an empty parameter name list declaration"
42934 msgstr ""
42936 #: c/c-decl.cc:1951
42937 #, gcc-internal-format
42938 msgid "prototype for %q+D declares more arguments than previous old-style definition"
42939 msgstr ""
42941 #: c/c-decl.cc:1957
42942 #, gcc-internal-format
42943 msgid "prototype for %q+D declares fewer arguments than previous old-style definition"
42944 msgstr ""
42946 #: c/c-decl.cc:1966
42947 #, gcc-internal-format
42948 msgid "prototype for %q+D declares argument %d with incompatible type"
42949 msgstr ""
42951 #. If we get here, no errors were found, but do issue a warning
42952 #. for this poor-style construct.
42953 #: c/c-decl.cc:1979
42954 #, gcc-internal-format
42955 msgid "prototype for %q+D follows non-prototype definition"
42956 msgstr ""
42958 #: c/c-decl.cc:1997
42959 #, gcc-internal-format
42960 msgid "previous definition of %q+D with type %qT"
42961 msgstr ""
42963 #: c/c-decl.cc:2001
42964 #, gcc-internal-format
42965 msgid "previous implicit declaration of %q+D with type %qT"
42966 msgstr ""
42968 #: c/c-decl.cc:2005
42969 #, gcc-internal-format
42970 msgid "previous declaration of %q+D with type %qT"
42971 msgstr ""
42973 #: c/c-decl.cc:2045
42974 #, gcc-internal-format
42975 msgid "%q+D redeclared as different kind of symbol"
42976 msgstr ""
42978 #: c/c-decl.cc:2050
42979 #, gcc-internal-format
42980 msgid "built-in function %q+D declared as non-function"
42981 msgstr ""
42983 #: c/c-decl.cc:2053 c/c-decl.cc:3159
42984 #, gcc-internal-format
42985 msgid "declaration of %q+D shadows a built-in function"
42986 msgstr ""
42988 #: c/c-decl.cc:2063
42989 #, gcc-internal-format
42990 msgid "redeclaration of enumerator %q+D"
42991 msgstr ""
42993 #: c/c-decl.cc:2102
42994 #, gcc-internal-format
42995 msgid "conflicting types for built-in function %q+D; expected %qT"
42996 msgstr ""
42998 #: c/c-decl.cc:2112 c/c-decl.cc:2137
42999 #, gcc-internal-format
43000 msgid "%qD is declared in header %qs"
43001 msgstr ""
43003 #: c/c-decl.cc:2123
43004 #, gcc-internal-format
43005 msgid "mismatch in argument %u type of built-in function %qD; expected %qT"
43006 msgstr ""
43008 #: c/c-decl.cc:2128
43009 #, gcc-internal-format
43010 msgid "mismatch in return type of built-in function %qD; expected %qT"
43011 msgstr ""
43013 #: c/c-decl.cc:2161
43014 #, gcc-internal-format
43015 msgid "conflicting types for %q+D"
43016 msgstr ""
43018 #: c/c-decl.cc:2174 c/c-decl.cc:2211
43019 #, gcc-internal-format
43020 msgid "conflicting types for %q+D; have %qT"
43021 msgstr ""
43023 #: c/c-decl.cc:2191
43024 #, gcc-internal-format
43025 msgid "conflicting named address spaces (generic vs %s) for %q+D"
43026 msgstr ""
43028 #: c/c-decl.cc:2195
43029 #, gcc-internal-format
43030 msgid "conflicting named address spaces (%s vs generic) for %q+D"
43031 msgstr ""
43033 #: c/c-decl.cc:2199
43034 #, gcc-internal-format
43035 msgid "conflicting named address spaces (%s vs %s) for %q+D"
43036 msgstr ""
43038 #: c/c-decl.cc:2208
43039 #, gcc-internal-format
43040 msgid "conflicting type qualifiers for %q+D"
43041 msgstr ""
43043 #: c/c-decl.cc:2222
43044 #, gcc-internal-format
43045 msgid "conflicting types for %q+D due to enum/integer mismatch; have %qT"
43046 msgstr ""
43048 #: c/c-decl.cc:2239
43049 #, gcc-internal-format
43050 msgid "redefinition of typedef %q+D with different type"
43051 msgstr ""
43053 #: c/c-decl.cc:2252
43054 #, gcc-internal-format
43055 msgid "redefinition of typedef %q+D with variably modified type"
43056 msgstr ""
43058 #: c/c-decl.cc:2257
43059 #, gcc-internal-format
43060 msgid "redefinition of typedef %q+D"
43061 msgstr ""
43063 #: c/c-decl.cc:2285
43064 #, gcc-internal-format
43065 msgid "declaration of %qD shadows a built-in function"
43066 msgstr ""
43068 #: c/c-decl.cc:2301
43069 #, gcc-internal-format
43070 msgid "declaration of built-in function %qD without a prototype; expected %qT"
43071 msgstr ""
43073 #: c/c-decl.cc:2328 c/c-decl.cc:2439
43074 #, gcc-internal-format
43075 msgid "redefinition of %q+D"
43076 msgstr ""
43078 #: c/c-decl.cc:2367 c/c-decl.cc:2479
43079 #, gcc-internal-format
43080 msgid "static declaration of %q+D follows non-static declaration"
43081 msgstr ""
43083 #: c/c-decl.cc:2378 c/c-decl.cc:2386 c/c-decl.cc:2468 c/c-decl.cc:2476
43084 #, gcc-internal-format
43085 msgid "non-static declaration of %q+D follows static declaration"
43086 msgstr ""
43088 #: c/c-decl.cc:2403
43089 #, gcc-internal-format
43090 msgid "%<gnu_inline%> attribute present on %q+D"
43091 msgstr ""
43093 #: c/c-decl.cc:2406
43094 #, gcc-internal-format
43095 msgid "but not here"
43096 msgstr ""
43098 #: c/c-decl.cc:2425
43099 #, gcc-internal-format
43100 msgid "thread-local declaration of %q+D follows non-thread-local declaration"
43101 msgstr ""
43103 #: c/c-decl.cc:2428
43104 #, gcc-internal-format
43105 msgid "non-thread-local declaration of %q+D follows thread-local declaration"
43106 msgstr ""
43108 #: c/c-decl.cc:2460
43109 #, gcc-internal-format
43110 msgid "extern declaration of %q+D follows declaration with no linkage"
43111 msgstr ""
43113 #: c/c-decl.cc:2498
43114 #, gcc-internal-format
43115 msgid "declaration of %q+D with no linkage follows extern declaration"
43116 msgstr ""
43118 #: c/c-decl.cc:2505
43119 #, gcc-internal-format
43120 msgid "redeclaration of %q+D with no linkage"
43121 msgstr ""
43123 #: c/c-decl.cc:2531
43124 #, gcc-internal-format
43125 msgid "redeclaration of %q+D with different visibility (old visibility preserved)"
43126 msgstr ""
43128 #: c/c-decl.cc:2552
43129 #, gcc-internal-format
43130 msgid "redefinition of parameter %q+D"
43131 msgstr ""
43133 #: c/c-decl.cc:2579
43134 #, gcc-internal-format
43135 msgid "redundant redeclaration of %q+D"
43136 msgstr ""
43138 #: c/c-decl.cc:3117
43139 #, gcc-internal-format
43140 msgid "declaration of %q+D shadows previous non-variable"
43141 msgstr ""
43143 #: c/c-decl.cc:3139
43144 #, gcc-internal-format
43145 msgid "declaration of %qD shadows a parameter"
43146 msgstr ""
43148 #: c/c-decl.cc:3152 cp/name-lookup.cc:3321
43149 #, gcc-internal-format
43150 msgid "declaration of %qD shadows a global declaration"
43151 msgstr ""
43153 #: c/c-decl.cc:3178
43154 #, gcc-internal-format
43155 msgid "declaration of %qD shadows a previous local"
43156 msgstr ""
43158 #: c/c-decl.cc:3184 cp/name-lookup.cc:3085
43159 #, gcc-internal-format
43160 msgid "shadowed declaration is here"
43161 msgstr ""
43163 #: c/c-decl.cc:3314
43164 #, gcc-internal-format
43165 msgid "nested extern declaration of %qD"
43166 msgstr ""
43168 #: c/c-decl.cc:3477 c/c-decl.cc:3491
43169 #, gcc-internal-format
43170 msgid "implicit declaration of function %qE; did you mean %qs?"
43171 msgstr ""
43173 #: c/c-decl.cc:3483 c/c-decl.cc:3496
43174 #, gcc-internal-format
43175 msgid "implicit declaration of function %qE"
43176 msgstr ""
43178 #: c/c-decl.cc:3515
43179 #, gcc-internal-format
43180 msgid "include %qs or provide a declaration of %qE"
43181 msgstr ""
43183 #: c/c-decl.cc:3786
43184 #, gcc-internal-format
43185 msgid "incompatible implicit declaration of built-in function %qD"
43186 msgstr ""
43188 #: c/c-decl.cc:3796
43189 #, gcc-internal-format
43190 msgid "include %qs or provide a declaration of %qD"
43191 msgstr ""
43193 #: c/c-decl.cc:3807
43194 #, gcc-internal-format
43195 msgid "incompatible implicit declaration of function %qD"
43196 msgstr ""
43198 #: c/c-decl.cc:3868
43199 #, gcc-internal-format
43200 msgid "%qE undeclared here (not in a function); did you mean %qs?"
43201 msgstr ""
43203 #: c/c-decl.cc:3873
43204 #, gcc-internal-format
43205 msgid "%qE undeclared here (not in a function)"
43206 msgstr ""
43208 #: c/c-decl.cc:3886
43209 #, gcc-internal-format
43210 msgid "%qE undeclared (first use in this function); did you mean %qs?"
43211 msgstr ""
43213 #: c/c-decl.cc:3891
43214 #, gcc-internal-format
43215 msgid "%qE undeclared (first use in this function)"
43216 msgstr ""
43218 #: c/c-decl.cc:3895
43219 #, gcc-internal-format
43220 msgid "each undeclared identifier is reported only once for each function it appears in"
43221 msgstr ""
43223 #: c/c-decl.cc:3943 cp/decl.cc:3480
43224 #, gcc-internal-format
43225 msgid "label %qE referenced outside of any function"
43226 msgstr ""
43228 #: c/c-decl.cc:3980
43229 #, gcc-internal-format
43230 msgid "jump into scope of identifier with variably modified type"
43231 msgstr ""
43233 #: c/c-decl.cc:3983
43234 #, gcc-internal-format
43235 msgid "jump skips variable initialization"
43236 msgstr ""
43238 #: c/c-decl.cc:3985 c/c-decl.cc:4041 c/c-decl.cc:4132
43239 #, gcc-internal-format
43240 msgid "label %qD defined here"
43241 msgstr ""
43243 #: c/c-decl.cc:4040 c/c-decl.cc:4131
43244 #, gcc-internal-format
43245 msgid "jump into statement expression"
43246 msgstr ""
43248 #: c/c-decl.cc:4063
43249 #, gcc-internal-format
43250 msgid "duplicate label declaration %qE"
43251 msgstr ""
43253 #: c/c-decl.cc:4163 cp/decl.cc:3898
43254 #, gcc-internal-format
43255 msgid "duplicate label %qD"
43256 msgstr ""
43258 #: c/c-decl.cc:4194
43259 #, gcc-internal-format
43260 msgid "traditional C lacks a separate namespace for labels, identifier %qE conflicts"
43261 msgstr ""
43263 #: c/c-decl.cc:4263
43264 #, gcc-internal-format
43265 msgid "switch jumps over variable initialization"
43266 msgstr ""
43268 #: c/c-decl.cc:4266 c/c-decl.cc:4279
43269 #, gcc-internal-format
43270 msgid "switch starts here"
43271 msgstr ""
43273 #: c/c-decl.cc:4278
43274 #, gcc-internal-format
43275 msgid "switch jumps into statement expression"
43276 msgstr ""
43278 #: c/c-decl.cc:4361
43279 #, gcc-internal-format
43280 msgid "%qE defined as wrong kind of tag"
43281 msgstr ""
43283 #: c/c-decl.cc:4547 cp/tree.cc:5055
43284 #, gcc-internal-format
43285 msgid "%qE attribute applied to %qD with void return type"
43286 msgstr ""
43288 #: c/c-decl.cc:4556
43289 #, gcc-internal-format
43290 msgid "%qE attribute can only be applied to functions or to structure, union or enumeration types"
43291 msgstr ""
43293 #: c/c-decl.cc:4576
43294 #, gcc-internal-format
43295 msgid "standard %qE attribute can only be applied to functions"
43296 msgstr ""
43298 #. This can only occur with extensions such as statement
43299 #. expressions, but is still appropriate as an error to
43300 #. avoid types declared in such a context escaping to
43301 #. the type of an auto variable.
43302 #: c/c-decl.cc:4852 c/c-decl.cc:8591
43303 #, gcc-internal-format
43304 msgid "%qT declared in underspecified object initializer"
43305 msgstr ""
43307 #: c/c-decl.cc:4863
43308 #, gcc-internal-format
43309 msgid "unnamed struct/union that defines no instances"
43310 msgstr ""
43312 #: c/c-decl.cc:4874
43313 #, gcc-internal-format
43314 msgid "empty declaration with storage class specifier does not redeclare tag"
43315 msgstr ""
43317 #: c/c-decl.cc:4890
43318 #, gcc-internal-format
43319 msgid "empty declaration with type qualifier does not redeclare tag"
43320 msgstr ""
43322 #: c/c-decl.cc:4902
43323 #, gcc-internal-format
43324 msgid "empty declaration with %<_Alignas%> does not redeclare tag"
43325 msgstr ""
43327 #: c/c-decl.cc:4916
43328 #, gcc-internal-format
43329 msgid "empty declaration of %<enum%> type does not redeclare tag"
43330 msgstr ""
43332 #: c/c-decl.cc:4939 c/c-decl.cc:4947
43333 #, gcc-internal-format
43334 msgid "useless type name in empty declaration"
43335 msgstr ""
43337 #: c/c-decl.cc:4955
43338 #, gcc-internal-format
43339 msgid "%<inline%> in empty declaration"
43340 msgstr ""
43342 #: c/c-decl.cc:4961
43343 #, gcc-internal-format
43344 msgid "%<_Noreturn%> in empty declaration"
43345 msgstr ""
43347 #: c/c-decl.cc:4967
43348 #, gcc-internal-format
43349 msgid "%<constexpr%> in empty declaration"
43350 msgstr ""
43352 #: c/c-decl.cc:4973
43353 #, gcc-internal-format
43354 msgid "%<auto%> in file-scope empty declaration"
43355 msgstr ""
43357 #: c/c-decl.cc:4979
43358 #, gcc-internal-format
43359 msgid "%<register%> in file-scope empty declaration"
43360 msgstr ""
43362 #: c/c-decl.cc:4987
43363 #, gcc-internal-format
43364 msgid "storage class specifier in empty declaration with %<enum%> underlying type"
43365 msgstr ""
43367 #: c/c-decl.cc:4993
43368 #, gcc-internal-format
43369 msgid "%qs in empty declaration with %<enum%> underlying type"
43370 msgstr ""
43372 #: c/c-decl.cc:5003
43373 #, gcc-internal-format
43374 msgid "type qualifier in empty declaration with %<enum%> underlying type"
43375 msgstr ""
43377 #: c/c-decl.cc:5009
43378 #, gcc-internal-format
43379 msgid "%<alignas%> in empty declaration with %<enum%> underlying type"
43380 msgstr ""
43382 #: c/c-decl.cc:5018
43383 #, gcc-internal-format
43384 msgid "useless storage class specifier in empty declaration"
43385 msgstr ""
43387 #: c/c-decl.cc:5024
43388 #, gcc-internal-format
43389 msgid "useless %qs in empty declaration"
43390 msgstr ""
43392 #: c/c-decl.cc:5037
43393 #, gcc-internal-format
43394 msgid "useless type qualifier in empty declaration"
43395 msgstr ""
43397 #: c/c-decl.cc:5044
43398 #, gcc-internal-format
43399 msgid "useless %<_Alignas%> in empty declaration"
43400 msgstr ""
43402 #: c/c-decl.cc:5062
43403 #, gcc-internal-format
43404 msgid "invalid use of attributes in empty declaration"
43405 msgstr ""
43407 #: c/c-decl.cc:5076 c/c-parser.cc:2264
43408 #, gcc-internal-format
43409 msgid "empty declaration"
43410 msgstr ""
43412 #: c/c-decl.cc:5148
43413 #, gcc-internal-format
43414 msgid "ISO C90 does not support %<static%> or type qualifiers in parameter array declarators"
43415 msgstr ""
43417 #: c/c-decl.cc:5152
43418 #, gcc-internal-format
43419 msgid "ISO C90 does not support %<[*]%> array declarators"
43420 msgstr ""
43422 #. C99 6.7.5.2p4
43423 #. A function definition isn't function prototype scope C99 6.2.1p4.
43424 #. C99 6.7.5.2p4
43425 #: c/c-decl.cc:5158 c/c-decl.cc:8189 c/c-decl.cc:10413
43426 #, gcc-internal-format
43427 msgid "%<[*]%> not allowed in other than function prototype scope"
43428 msgstr ""
43430 #: c/c-decl.cc:5376
43431 #, gcc-internal-format
43432 msgid "%q+D is usually a function"
43433 msgstr ""
43435 #: c/c-decl.cc:5385
43436 #, gcc-internal-format
43437 msgid "typedef %qD is initialized (use %<__typeof__%> instead)"
43438 msgstr ""
43440 #: c/c-decl.cc:5390
43441 #, gcc-internal-format
43442 msgid "function %qD is initialized like a variable"
43443 msgstr ""
43445 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
43446 #: c/c-decl.cc:5396
43447 #, gcc-internal-format
43448 msgid "parameter %qD is initialized"
43449 msgstr ""
43451 #: c/c-decl.cc:5416
43452 #, gcc-internal-format
43453 msgid "variable %qD has initializer but incomplete type"
43454 msgstr ""
43456 #: c/c-decl.cc:5496
43457 #, gcc-internal-format
43458 msgid "inline function %q+D given attribute %qs"
43459 msgstr ""
43461 #: c/c-decl.cc:5552
43462 #, gcc-internal-format
43463 msgid "uninitialized const member in %qT is invalid in C++"
43464 msgstr ""
43466 #: c/c-decl.cc:5554
43467 #, gcc-internal-format
43468 msgid "%qD should be initialized"
43469 msgstr ""
43471 #: c/c-decl.cc:5635
43472 #, gcc-internal-format
43473 msgid "initializer fails to determine size of %q+D"
43474 msgstr ""
43476 #: c/c-decl.cc:5640
43477 #, gcc-internal-format
43478 msgid "array size missing in %q+D"
43479 msgstr ""
43481 #: c/c-decl.cc:5644
43482 #, gcc-internal-format
43483 msgid "zero or negative size array %q+D"
43484 msgstr ""
43486 #: c/c-decl.cc:5733 m2/gm2-gcc/m2type.cc:1269
43487 #, gcc-internal-format
43488 msgid "storage size of %q+D isn%'t constant"
43489 msgstr ""
43491 #: c/c-decl.cc:5783
43492 #, gcc-internal-format
43493 msgid "ignoring %<asm%> specifier for non-static local variable %q+D"
43494 msgstr ""
43496 #: c/c-decl.cc:5821
43497 #, gcc-internal-format
43498 msgid "cannot put object with volatile field into register"
43499 msgstr ""
43501 #: c/c-decl.cc:5907
43502 #, gcc-internal-format
43503 msgid "uninitialized %<const %D%> is invalid in C++"
43504 msgstr ""
43506 #: c/c-decl.cc:5922 cp/decl.cc:8786
43507 #, gcc-internal-format
43508 msgid "%q+D in declare target directive does not have mappable type"
43509 msgstr ""
43511 #: c/c-decl.cc:6185
43512 #, gcc-internal-format
43513 msgid "ISO C forbids forward parameter declarations"
43514 msgstr ""
43516 #: c/c-decl.cc:6225
43517 #, gcc-internal-format
43518 msgid "file-scope compound literal specifies %<register%>"
43519 msgstr ""
43521 #: c/c-decl.cc:6231
43522 #, gcc-internal-format
43523 msgid "compound literal implicitly auto and declared %qs"
43524 msgstr ""
43526 #: c/c-decl.cc:6331
43527 #, gcc-internal-format
43528 msgid "defining a type in a compound literal is invalid in C++"
43529 msgstr ""
43531 #: c/c-decl.cc:6352 c/c-decl.cc:6367
43532 #, gcc-internal-format
43533 msgid "bit-field %qs width not an integer constant"
43534 msgstr ""
43536 #: c/c-decl.cc:6362
43537 #, gcc-internal-format
43538 msgid "bit-field %qs width not an integer constant expression"
43539 msgstr ""
43541 #: c/c-decl.cc:6373
43542 #, gcc-internal-format
43543 msgid "negative width in bit-field %qs"
43544 msgstr ""
43546 #: c/c-decl.cc:6378
43547 #, gcc-internal-format
43548 msgid "zero width for bit-field %qs"
43549 msgstr ""
43551 #: c/c-decl.cc:6388
43552 #, gcc-internal-format
43553 msgid "bit-field %qs has invalid type"
43554 msgstr ""
43556 #: c/c-decl.cc:6394
43557 #, gcc-internal-format
43558 msgid "cannot declare bit-field %qs with %<warn_if_not_aligned%> type"
43559 msgstr ""
43561 #: c/c-decl.cc:6405
43562 #, gcc-internal-format
43563 msgid "type of bit-field %qs is a GCC extension"
43564 msgstr ""
43566 #: c/c-decl.cc:6411
43567 #, gcc-internal-format
43568 msgid "width of %qs exceeds its type"
43569 msgstr ""
43571 #: c/c-decl.cc:6424
43572 #, gcc-internal-format
43573 msgid "%qs is narrower than values of its type"
43574 msgstr ""
43576 #: c/c-decl.cc:6439
43577 #, gcc-internal-format
43578 msgid "ISO C90 forbids array %qE whose size cannot be evaluated"
43579 msgstr ""
43581 #: c/c-decl.cc:6442
43582 #, gcc-internal-format
43583 msgid "ISO C90 forbids array whose size cannot be evaluated"
43584 msgstr ""
43586 #: c/c-decl.cc:6449
43587 #, gcc-internal-format
43588 msgid "ISO C90 forbids variable length array %qE"
43589 msgstr ""
43591 #: c/c-decl.cc:6451
43592 #, gcc-internal-format
43593 msgid "ISO C90 forbids variable length array"
43594 msgstr ""
43596 #: c/c-decl.cc:6660
43597 #, gcc-internal-format
43598 msgid "%<enum%> underlying type may not be specified here"
43599 msgstr ""
43601 #: c/c-decl.cc:6688 c/c-decl.cc:7095 c/c-decl.cc:7105
43602 #, gcc-internal-format
43603 msgid "variably modified %qE at file scope"
43604 msgstr ""
43606 #: c/c-decl.cc:6690
43607 #, gcc-internal-format
43608 msgid "variably modified field at file scope"
43609 msgstr ""
43611 #: c/c-decl.cc:6710
43612 #, gcc-internal-format
43613 msgid "type defaults to %<int%> in declaration of %qE"
43614 msgstr ""
43616 #: c/c-decl.cc:6714
43617 #, gcc-internal-format
43618 msgid "type defaults to %<int%> in type name"
43619 msgstr ""
43621 #: c/c-decl.cc:6746
43622 #, gcc-internal-format
43623 msgid "duplicate %<const%>"
43624 msgstr ""
43626 #: c/c-decl.cc:6748
43627 #, gcc-internal-format
43628 msgid "duplicate %<restrict%>"
43629 msgstr ""
43631 #: c/c-decl.cc:6750
43632 #, gcc-internal-format
43633 msgid "duplicate %<volatile%>"
43634 msgstr ""
43636 #: c/c-decl.cc:6752
43637 #, gcc-internal-format
43638 msgid "duplicate %<_Atomic%>"
43639 msgstr ""
43641 #: c/c-decl.cc:6755
43642 #, gcc-internal-format, gfc-internal-format
43643 msgid "conflicting named address spaces (%s vs %s)"
43644 msgstr ""
43646 #: c/c-decl.cc:6778 c/c-parser.cc:3360
43647 #, gcc-internal-format
43648 msgid "%<_Atomic%>-qualified array type"
43649 msgstr ""
43651 #: c/c-decl.cc:6793
43652 #, gcc-internal-format
43653 msgid "function definition declared %<auto%>"
43654 msgstr ""
43656 #: c/c-decl.cc:6795
43657 #, gcc-internal-format
43658 msgid "function definition declared %<register%>"
43659 msgstr ""
43661 #: c/c-decl.cc:6797
43662 #, gcc-internal-format
43663 msgid "function definition declared %<typedef%>"
43664 msgstr ""
43666 #: c/c-decl.cc:6799
43667 #, gcc-internal-format
43668 msgid "function definition declared %qs"
43669 msgstr ""
43671 #: c/c-decl.cc:6826
43672 #, gcc-internal-format
43673 msgid "storage class specified for structure field %qE"
43674 msgstr ""
43676 #: c/c-decl.cc:6829
43677 #, gcc-internal-format
43678 msgid "storage class specified for structure field"
43679 msgstr ""
43681 #: c/c-decl.cc:6833
43682 #, gcc-internal-format
43683 msgid "storage class specified for parameter %qE"
43684 msgstr ""
43686 #: c/c-decl.cc:6836
43687 #, gcc-internal-format
43688 msgid "storage class specified for unnamed parameter"
43689 msgstr ""
43691 #: c/c-decl.cc:6839 cp/decl.cc:12806
43692 #, gcc-internal-format
43693 msgid "storage class specified for typename"
43694 msgstr ""
43696 #: c/c-decl.cc:6857
43697 #, gcc-internal-format
43698 msgid "%qE initialized and declared %<extern%>"
43699 msgstr ""
43701 #: c/c-decl.cc:6861
43702 #, gcc-internal-format
43703 msgid "%qE has both %<extern%> and initializer"
43704 msgstr ""
43706 #: c/c-decl.cc:6866
43707 #, gcc-internal-format
43708 msgid "file-scope declaration of %qE specifies %<auto%>"
43709 msgstr ""
43711 #: c/c-decl.cc:6870
43712 #, gcc-internal-format
43713 msgid "file-scope declaration of %qE specifies %<register%>"
43714 msgstr ""
43716 #: c/c-decl.cc:6875
43717 #, gcc-internal-format
43718 msgid "nested function %qE declared %<extern%>"
43719 msgstr ""
43721 #: c/c-decl.cc:6878
43722 #, gcc-internal-format
43723 msgid "function-scope %qE implicitly auto and declared %qs"
43724 msgstr ""
43726 #. Only the innermost declarator (making a parameter be of
43727 #. array type which is converted to pointer type)
43728 #. may have static or type qualifiers.
43729 #: c/c-decl.cc:6925 c/c-decl.cc:7320
43730 #, gcc-internal-format
43731 msgid "static or type qualifiers in non-parameter array declarator"
43732 msgstr ""
43734 #: c/c-decl.cc:6986
43735 #, gcc-internal-format
43736 msgid "declaration of %qE as array of voids"
43737 msgstr ""
43739 #: c/c-decl.cc:6988
43740 #, gcc-internal-format
43741 msgid "declaration of type name as array of voids"
43742 msgstr ""
43744 #: c/c-decl.cc:6995
43745 #, gcc-internal-format
43746 msgid "declaration of %qE as array of functions"
43747 msgstr ""
43749 #: c/c-decl.cc:6998
43750 #, gcc-internal-format
43751 msgid "declaration of type name as array of functions"
43752 msgstr ""
43754 #: c/c-decl.cc:7006 c/c-decl.cc:9275
43755 #, gcc-internal-format
43756 msgid "invalid use of structure with flexible array member"
43757 msgstr ""
43759 #: c/c-decl.cc:7038
43760 #, gcc-internal-format
43761 msgid "size of array %qE has non-integer type"
43762 msgstr ""
43764 #: c/c-decl.cc:7042
43765 #, gcc-internal-format
43766 msgid "size of unnamed array has non-integer type"
43767 msgstr ""
43769 #: c/c-decl.cc:7050
43770 #, gcc-internal-format
43771 msgid "size of array %qE has incomplete type"
43772 msgstr ""
43774 #: c/c-decl.cc:7053
43775 #, gcc-internal-format
43776 msgid "size of unnamed array has incomplete type"
43777 msgstr ""
43779 #: c/c-decl.cc:7065
43780 #, gcc-internal-format
43781 msgid "ISO C forbids zero-size array %qE"
43782 msgstr ""
43784 #: c/c-decl.cc:7068
43785 #, gcc-internal-format
43786 msgid "ISO C forbids zero-size array"
43787 msgstr ""
43789 #: c/c-decl.cc:7077
43790 #, gcc-internal-format
43791 msgid "size of array %qE is negative"
43792 msgstr ""
43794 #: c/c-decl.cc:7079
43795 #, gcc-internal-format
43796 msgid "size of unnamed array is negative"
43797 msgstr ""
43799 #: c/c-decl.cc:7165
43800 #, gcc-internal-format
43801 msgid "size of array %qE is too large"
43802 msgstr ""
43804 #: c/c-decl.cc:7168
43805 #, gcc-internal-format
43806 msgid "size of unnamed array is too large"
43807 msgstr ""
43809 #: c/c-decl.cc:7207 c/c-decl.cc:7867
43810 #, gcc-internal-format
43811 msgid "ISO C90 does not support flexible array members"
43812 msgstr ""
43814 #. C99 6.7.5.2p4
43815 #: c/c-decl.cc:7229
43816 #, gcc-internal-format
43817 msgid "%<[*]%> not in a declaration"
43818 msgstr ""
43820 #: c/c-decl.cc:7243
43821 #, gcc-internal-format
43822 msgid "array type has incomplete element type %qT"
43823 msgstr ""
43825 #: c/c-decl.cc:7249
43826 #, gcc-internal-format
43827 msgid "declaration of %qE as multidimensional array must have bounds for all dimensions except the first"
43828 msgstr ""
43830 #: c/c-decl.cc:7253
43831 #, gcc-internal-format
43832 msgid "declaration of multidimensional array must have bounds for all dimensions except the first"
43833 msgstr ""
43835 #: c/c-decl.cc:7356
43836 #, gcc-internal-format
43837 msgid "%qE declared as function returning a function"
43838 msgstr ""
43840 #: c/c-decl.cc:7359
43841 #, gcc-internal-format
43842 msgid "type name declared as function returning a function"
43843 msgstr ""
43845 #: c/c-decl.cc:7366
43846 #, gcc-internal-format
43847 msgid "%qE declared as function returning an array"
43848 msgstr ""
43850 #: c/c-decl.cc:7369
43851 #, gcc-internal-format
43852 msgid "type name declared as function returning an array"
43853 msgstr ""
43855 #: c/c-decl.cc:7410
43856 #, gcc-internal-format
43857 msgid "function definition has qualified void return type"
43858 msgstr ""
43860 #: c/c-decl.cc:7414 cp/decl.cc:13127
43861 #, gcc-internal-format
43862 msgid "type qualifiers ignored on function return type"
43863 msgstr ""
43865 #: c/c-decl.cc:7453 c/c-decl.cc:7663 c/c-decl.cc:7717 c/c-decl.cc:7801
43866 #: c/c-decl.cc:7923 c/c-parser.cc:3362
43867 #, gcc-internal-format
43868 msgid "%<_Atomic%>-qualified function type"
43869 msgstr ""
43871 #: c/c-decl.cc:7459 c/c-decl.cc:7669 c/c-decl.cc:7806 c/c-decl.cc:7928
43872 #, gcc-internal-format
43873 msgid "ISO C forbids qualified function types"
43874 msgstr ""
43876 #: c/c-decl.cc:7554
43877 #, gcc-internal-format
43878 msgid "%qs combined with %<auto%> qualifier for %qE"
43879 msgstr ""
43881 #: c/c-decl.cc:7558
43882 #, gcc-internal-format
43883 msgid "%qs combined with %<register%> qualifier for %qE"
43884 msgstr ""
43886 #: c/c-decl.cc:7564
43887 #, gcc-internal-format
43888 msgid "%qs specified for auto variable %qE"
43889 msgstr ""
43891 #: c/c-decl.cc:7580
43892 #, gcc-internal-format
43893 msgid "%qs specified for parameter %qE"
43894 msgstr ""
43896 #: c/c-decl.cc:7583
43897 #, gcc-internal-format
43898 msgid "%qs specified for unnamed parameter"
43899 msgstr ""
43901 #: c/c-decl.cc:7589
43902 #, gcc-internal-format
43903 msgid "%qs specified for structure field %qE"
43904 msgstr ""
43906 #: c/c-decl.cc:7592
43907 #, gcc-internal-format
43908 msgid "%qs specified for structure field"
43909 msgstr ""
43911 #: c/c-decl.cc:7607
43912 #, gcc-internal-format
43913 msgid "bit-field %qE has atomic type"
43914 msgstr ""
43916 #: c/c-decl.cc:7609
43917 #, gcc-internal-format
43918 msgid "bit-field has atomic type"
43919 msgstr ""
43921 #: c/c-decl.cc:7618
43922 #, gcc-internal-format
43923 msgid "alignment specified for typedef %qE"
43924 msgstr ""
43926 #: c/c-decl.cc:7620
43927 #, gcc-internal-format
43928 msgid "alignment specified for %<register%> object %qE"
43929 msgstr ""
43931 #: c/c-decl.cc:7625
43932 #, gcc-internal-format
43933 msgid "alignment specified for parameter %qE"
43934 msgstr ""
43936 #: c/c-decl.cc:7627
43937 #, gcc-internal-format
43938 msgid "alignment specified for unnamed parameter"
43939 msgstr ""
43941 #: c/c-decl.cc:7632
43942 #, gcc-internal-format
43943 msgid "alignment specified for bit-field %qE"
43944 msgstr ""
43946 #: c/c-decl.cc:7634
43947 #, gcc-internal-format
43948 msgid "alignment specified for unnamed bit-field"
43949 msgstr ""
43951 #: c/c-decl.cc:7637
43952 #, gcc-internal-format
43953 msgid "alignment specified for function %qE"
43954 msgstr ""
43956 #: c/c-decl.cc:7644
43957 #, gcc-internal-format
43958 msgid "%<_Alignas%> specifiers cannot reduce alignment of %qE"
43959 msgstr ""
43961 #: c/c-decl.cc:7647
43962 #, gcc-internal-format
43963 msgid "%<_Alignas%> specifiers cannot reduce alignment of unnamed field"
43964 msgstr ""
43966 #: c/c-decl.cc:7678
43967 #, gcc-internal-format
43968 msgid "typedef %q+D declared %<inline%>"
43969 msgstr ""
43971 #: c/c-decl.cc:7680
43972 #, gcc-internal-format
43973 msgid "typedef %q+D declared %<_Noreturn%>"
43974 msgstr ""
43976 #: c/c-decl.cc:7723
43977 #, gcc-internal-format
43978 msgid "ISO C forbids const or volatile function types"
43979 msgstr ""
43981 #. C99 6.7.2.1p8
43982 #: c/c-decl.cc:7734
43983 #, gcc-internal-format
43984 msgid "a member of a structure or union cannot have a variably modified type"
43985 msgstr ""
43987 #: c/c-decl.cc:7751 cp/decl.cc:11691
43988 #, gcc-internal-format
43989 msgid "variable or field %qE declared void"
43990 msgstr ""
43992 #: c/c-decl.cc:7791
43993 #, gcc-internal-format
43994 msgid "attributes in parameter array declarator ignored"
43995 msgstr ""
43997 #: c/c-decl.cc:7833
43998 #, gcc-internal-format
43999 msgid "parameter %q+D declared %<inline%>"
44000 msgstr ""
44002 #: c/c-decl.cc:7835
44003 #, gcc-internal-format
44004 msgid "parameter %q+D declared %<_Noreturn%>"
44005 msgstr ""
44007 #: c/c-decl.cc:7848
44008 #, gcc-internal-format
44009 msgid "field %qE declared as a function"
44010 msgstr ""
44012 #: c/c-decl.cc:7855
44013 #, gcc-internal-format
44014 msgid "field %qE has incomplete type"
44015 msgstr ""
44017 #: c/c-decl.cc:7857
44018 #, gcc-internal-format
44019 msgid "unnamed field has incomplete type"
44020 msgstr ""
44022 #: c/c-decl.cc:7894 c/c-decl.cc:7905 c/c-decl.cc:7908
44023 #, gcc-internal-format
44024 msgid "invalid storage class for function %qE"
44025 msgstr ""
44027 #: c/c-decl.cc:7965
44028 #, gcc-internal-format
44029 msgid "cannot inline function %<main%>"
44030 msgstr ""
44032 #: c/c-decl.cc:7967
44033 #, gcc-internal-format
44034 msgid "%<main%> declared %<_Noreturn%>"
44035 msgstr ""
44037 #: c/c-decl.cc:7978
44038 #, gcc-internal-format
44039 msgid "ISO C99 does not support %<_Noreturn%>"
44040 msgstr ""
44042 #: c/c-decl.cc:7981
44043 #, gcc-internal-format
44044 msgid "ISO C90 does not support %<_Noreturn%>"
44045 msgstr ""
44047 #: c/c-decl.cc:8000
44048 #, gcc-internal-format
44049 msgid "%<constexpr%> object has variably modified type"
44050 msgstr ""
44052 #: c/c-decl.cc:8004 c/c-parser.cc:10931
44053 #, gcc-internal-format
44054 msgid "invalid qualifiers for %<constexpr%> object"
44055 msgstr ""
44057 #: c/c-decl.cc:8010 c/c-parser.cc:10934
44058 #, gcc-internal-format
44059 msgid "invalid qualifiers for field of %<constexpr%> object"
44060 msgstr ""
44062 #: c/c-decl.cc:8036
44063 #, gcc-internal-format
44064 msgid "variable previously declared %<static%> redeclared %<extern%>"
44065 msgstr ""
44067 #: c/c-decl.cc:8048
44068 #, gcc-internal-format
44069 msgid "variable %q+D declared %<inline%>"
44070 msgstr ""
44072 #: c/c-decl.cc:8050
44073 #, gcc-internal-format
44074 msgid "variable %q+D declared %<_Noreturn%>"
44075 msgstr ""
44077 #: c/c-decl.cc:8085
44078 #, gcc-internal-format
44079 msgid "non-nested function with variably modified type"
44080 msgstr ""
44082 #: c/c-decl.cc:8087
44083 #, gcc-internal-format
44084 msgid "object with variably modified type must have no linkage"
44085 msgstr ""
44087 #: c/c-decl.cc:8195 c/c-decl.cc:10218
44088 #, gcc-internal-format
44089 msgid "function declaration isn%'t a prototype"
44090 msgstr ""
44092 #: c/c-decl.cc:8205
44093 #, gcc-internal-format
44094 msgid "parameter names (without types) in function declaration"
44095 msgstr ""
44097 #: c/c-decl.cc:8250
44098 #, gcc-internal-format
44099 msgid "parameter %u (%q+D) has incomplete type"
44100 msgstr ""
44102 #: c/c-decl.cc:8254
44103 #, gcc-internal-format, gfc-internal-format
44104 msgid "parameter %u has incomplete type"
44105 msgstr ""
44107 #: c/c-decl.cc:8265
44108 #, gcc-internal-format
44109 msgid "parameter %u (%q+D) has void type"
44110 msgstr ""
44112 #: c/c-decl.cc:8269
44113 #, gcc-internal-format, gfc-internal-format
44114 msgid "parameter %u has void type"
44115 msgstr ""
44117 #: c/c-decl.cc:8344
44118 #, gcc-internal-format
44119 msgid "%<void%> as only parameter may not be qualified"
44120 msgstr ""
44122 #: c/c-decl.cc:8348 c/c-decl.cc:8384
44123 #, gcc-internal-format
44124 msgid "%<void%> must be the only parameter"
44125 msgstr ""
44127 #: c/c-decl.cc:8378
44128 #, gcc-internal-format
44129 msgid "parameter %q+D has just a forward declaration"
44130 msgstr ""
44132 #: c/c-decl.cc:8424
44133 #, gcc-internal-format
44134 msgid "%<%s %E%> declared inside parameter list will not be visible outside of this definition or declaration"
44135 msgstr ""
44137 #: c/c-decl.cc:8430
44138 #, gcc-internal-format, gfc-internal-format
44139 msgid "anonymous %s declared inside parameter list will not be visible outside of this definition or declaration"
44140 msgstr ""
44142 #: c/c-decl.cc:8545
44143 #, gcc-internal-format
44144 msgid "enum type defined here"
44145 msgstr ""
44147 #: c/c-decl.cc:8551
44148 #, gcc-internal-format
44149 msgid "struct defined here"
44150 msgstr ""
44152 #: c/c-decl.cc:8557
44153 #, gcc-internal-format
44154 msgid "union defined here"
44155 msgstr ""
44157 #: c/c-decl.cc:8640
44158 #, gcc-internal-format
44159 msgid "redefinition of %<union %E%>"
44160 msgstr ""
44162 #: c/c-decl.cc:8642
44163 #, gcc-internal-format
44164 msgid "redefinition of %<struct %E%>"
44165 msgstr ""
44167 #: c/c-decl.cc:8651
44168 #, gcc-internal-format
44169 msgid "nested redefinition of %<union %E%>"
44170 msgstr ""
44172 #: c/c-decl.cc:8653
44173 #, gcc-internal-format
44174 msgid "nested redefinition of %<struct %E%>"
44175 msgstr ""
44177 #: c/c-decl.cc:8683 c/c-decl.cc:9617
44178 #, gcc-internal-format
44179 msgid "defining type in %qs expression is invalid in C++"
44180 msgstr ""
44182 #: c/c-decl.cc:8689 c/c-decl.cc:9623
44183 #, gcc-internal-format
44184 msgid "%qT defined in underspecified object initializer"
44185 msgstr ""
44187 #: c/c-decl.cc:8753 cp/decl.cc:5467
44188 #, gcc-internal-format
44189 msgid "declaration does not declare anything"
44190 msgstr ""
44192 #: c/c-decl.cc:8758
44193 #, gcc-internal-format
44194 msgid "ISO C99 doesn%'t support unnamed structs/unions"
44195 msgstr ""
44197 #: c/c-decl.cc:8761
44198 #, gcc-internal-format
44199 msgid "ISO C90 doesn%'t support unnamed structs/unions"
44200 msgstr ""
44202 #: c/c-decl.cc:8854 c/c-decl.cc:8872 c/c-decl.cc:8933
44203 #, gcc-internal-format
44204 msgid "duplicate member %q+D"
44205 msgstr ""
44207 #: c/c-decl.cc:8959
44208 #, gcc-internal-format
44209 msgid "empty struct has size 0 in C, size 1 in C++"
44210 msgstr ""
44212 #: c/c-decl.cc:8962
44213 #, gcc-internal-format
44214 msgid "empty union has size 0 in C, size 1 in C++"
44215 msgstr ""
44217 #: c/c-decl.cc:9171
44218 #, gcc-internal-format
44219 msgid "union has no named members"
44220 msgstr ""
44222 #: c/c-decl.cc:9173
44223 #, gcc-internal-format
44224 msgid "union has no members"
44225 msgstr ""
44227 #: c/c-decl.cc:9178
44228 #, gcc-internal-format
44229 msgid "struct has no named members"
44230 msgstr ""
44232 #: c/c-decl.cc:9180
44233 #, gcc-internal-format
44234 msgid "struct has no members"
44235 msgstr ""
44237 #: c/c-decl.cc:9254 cp/decl.cc:14110
44238 #, gcc-internal-format
44239 msgid "flexible array member in union"
44240 msgstr ""
44242 #: c/c-decl.cc:9260
44243 #, gcc-internal-format
44244 msgid "flexible array member not at end of struct"
44245 msgstr ""
44247 #: c/c-decl.cc:9266
44248 #, gcc-internal-format
44249 msgid "flexible array member in a struct with no named members"
44250 msgstr ""
44252 #: c/c-decl.cc:9300
44253 #, gcc-internal-format
44254 msgid "type %qT is too large"
44255 msgstr ""
44257 #: c/c-decl.cc:9354
44258 #, gcc-internal-format
44259 msgid "type punning toggles scalar storage order"
44260 msgstr ""
44262 #: c/c-decl.cc:9421
44263 #, gcc-internal-format
44264 msgid "union cannot be made transparent"
44265 msgstr ""
44267 #: c/c-decl.cc:9582
44268 #, gcc-internal-format
44269 msgid "nested redefinition of %<enum %E%>"
44270 msgstr ""
44272 #: c/c-decl.cc:9590
44273 #, gcc-internal-format
44274 msgid "redeclaration of %<enum %E%>"
44275 msgstr ""
44277 #: c/c-decl.cc:9601
44278 #, gcc-internal-format
44279 msgid "%<enum%> declared with but defined without fixed underlying type"
44280 msgstr ""
44282 #: c/c-decl.cc:9686 cp/decl.cc:16686 m2/gm2-gcc/m2type.cc:2060
44283 #, gcc-internal-format
44284 msgid "specified mode too small for enumerated values"
44285 msgstr ""
44287 #: c/c-decl.cc:9705
44288 #, gcc-internal-format
44289 msgid "enumeration values exceed range of largest integer"
44290 msgstr ""
44292 #: c/c-decl.cc:9714
44293 #, gcc-internal-format
44294 msgid "enumeration values exceed range of %qs"
44295 msgstr ""
44297 #: c/c-decl.cc:9841 c/c-decl.cc:9857
44298 #, gcc-internal-format
44299 msgid "enumerator value for %qE is not an integer constant"
44300 msgstr ""
44302 #: c/c-decl.cc:9852
44303 #, gcc-internal-format
44304 msgid "enumerator value for %qE is not an integer constant expression"
44305 msgstr ""
44307 #: c/c-decl.cc:9876
44308 #, gcc-internal-format
44309 msgid "overflow in enumeration values"
44310 msgstr ""
44312 #: c/c-decl.cc:9883
44313 #, gcc-internal-format
44314 msgid "enumerator value outside the range of underlying type"
44315 msgstr ""
44317 #: c/c-decl.cc:9911
44318 #, gcc-internal-format
44319 msgid "enumerator value outside the range of %qs"
44320 msgstr ""
44322 #: c/c-decl.cc:9917
44323 #, gcc-internal-format
44324 msgid "ISO C restricts enumerator values to range of %<int%> before C2X"
44325 msgstr ""
44327 #: c/c-decl.cc:10111 cp/decl.cc:5787 cp/decl.cc:17265
44328 #, gcc-internal-format
44329 msgid "inline function %qD given attribute %qs"
44330 msgstr ""
44332 #: c/c-decl.cc:10129
44333 #, gcc-internal-format
44334 msgid "return type is an incomplete type"
44335 msgstr ""
44337 #: c/c-decl.cc:10141
44338 #, gcc-internal-format
44339 msgid "return type defaults to %<int%>"
44340 msgstr ""
44342 #: c/c-decl.cc:10169
44343 #, gcc-internal-format
44344 msgid "%q+D defined as variadic function without prototype"
44345 msgstr ""
44347 #: c/c-decl.cc:10227
44348 #, gcc-internal-format
44349 msgid "no previous prototype for %qD"
44350 msgstr ""
44352 #: c/c-decl.cc:10236
44353 #, gcc-internal-format
44354 msgid "%qD was used with no prototype before its definition"
44355 msgstr ""
44357 #: c/c-decl.cc:10244 cp/decl.cc:17408
44358 #, gcc-internal-format
44359 msgid "no previous declaration for %qD"
44360 msgstr ""
44362 #: c/c-decl.cc:10254
44363 #, gcc-internal-format
44364 msgid "%qD was used with no declaration before its definition"
44365 msgstr ""
44367 #: c/c-decl.cc:10273
44368 #, gcc-internal-format
44369 msgid "return type of %qD is not %<int%>"
44370 msgstr ""
44372 #: c/c-decl.cc:10275
44373 #, gcc-internal-format
44374 msgid "%<_Atomic%>-qualified return type of %qD"
44375 msgstr ""
44377 #: c/c-decl.cc:10282
44378 #, gcc-internal-format
44379 msgid "%qD is normally a non-static function"
44380 msgstr ""
44382 #: c/c-decl.cc:10333
44383 #, gcc-internal-format
44384 msgid "old-style parameter declarations in prototyped function definition"
44385 msgstr ""
44387 #: c/c-decl.cc:10348
44388 #, gcc-internal-format
44389 msgid "traditional C rejects ISO C style function definitions"
44390 msgstr ""
44392 #: c/c-decl.cc:10365
44393 #, gcc-internal-format
44394 msgid "ISO C does not support omitting parameter names in function definitions before C2X"
44395 msgstr ""
44397 #: c/c-decl.cc:10405 c/c-decl.cc:10409
44398 #, gcc-internal-format
44399 msgid "old-style function definition"
44400 msgstr ""
44402 #: c/c-decl.cc:10422
44403 #, gcc-internal-format
44404 msgid "parameter name missing from parameter list"
44405 msgstr ""
44407 #: c/c-decl.cc:10438
44408 #, gcc-internal-format
44409 msgid "%qD declared as a non-parameter"
44410 msgstr ""
44412 #: c/c-decl.cc:10446
44413 #, gcc-internal-format
44414 msgid "multiple parameters named %qD"
44415 msgstr ""
44417 #: c/c-decl.cc:10455
44418 #, gcc-internal-format
44419 msgid "parameter %qD declared with void type"
44420 msgstr ""
44422 #: c/c-decl.cc:10484 c/c-decl.cc:10489
44423 #, gcc-internal-format
44424 msgid "type of %qD defaults to %<int%>"
44425 msgstr ""
44427 #: c/c-decl.cc:10509
44428 #, gcc-internal-format
44429 msgid "parameter %qD has incomplete type"
44430 msgstr ""
44432 #: c/c-decl.cc:10516
44433 #, gcc-internal-format
44434 msgid "declaration for parameter %qD but no such parameter"
44435 msgstr ""
44437 #: c/c-decl.cc:10569
44438 #, gcc-internal-format
44439 msgid "number of arguments doesn%'t match built-in prototype"
44440 msgstr ""
44442 #: c/c-decl.cc:10580
44443 #, gcc-internal-format
44444 msgid "number of arguments doesn%'t match prototype"
44445 msgstr ""
44447 #: c/c-decl.cc:10583 c/c-decl.cc:10630 c/c-decl.cc:10644
44448 #, gcc-internal-format
44449 msgid "prototype declaration"
44450 msgstr ""
44452 #: c/c-decl.cc:10622
44453 #, gcc-internal-format
44454 msgid "promoted argument %qD doesn%'t match built-in prototype"
44455 msgstr ""
44457 #: c/c-decl.cc:10627
44458 #, gcc-internal-format
44459 msgid "promoted argument %qD doesn%'t match prototype"
44460 msgstr ""
44462 #: c/c-decl.cc:10637
44463 #, gcc-internal-format
44464 msgid "argument %qD doesn%'t match built-in prototype"
44465 msgstr ""
44467 #: c/c-decl.cc:10642
44468 #, gcc-internal-format
44469 msgid "argument %qD doesn%'t match prototype"
44470 msgstr ""
44472 #: c/c-decl.cc:10900 cp/decl.cc:18189
44473 #, gcc-internal-format
44474 msgid "no return statement in function returning non-void"
44475 msgstr ""
44477 #: c/c-decl.cc:10919 cp/decl.cc:18273
44478 #, gcc-internal-format
44479 msgid "parameter %qD set but not used"
44480 msgstr ""
44482 #: c/c-decl.cc:11016
44483 #, gcc-internal-format
44484 msgid "%<for%> loop initial declarations are only allowed in C99 or C11 mode"
44485 msgstr ""
44487 #: c/c-decl.cc:11021
44488 #, gcc-internal-format
44489 msgid "use option %<-std=c99%>, %<-std=gnu99%>, %<-std=c11%> or %<-std=gnu11%> to compile your code"
44490 msgstr ""
44492 #: c/c-decl.cc:11028
44493 #, gcc-internal-format
44494 msgid "ISO C90 does not support %<for%> loop initial declarations"
44495 msgstr ""
44497 #: c/c-decl.cc:11060
44498 #, gcc-internal-format
44499 msgid "declaration of static variable %qD in %<for%> loop initial declaration"
44500 msgstr ""
44502 #: c/c-decl.cc:11064
44503 #, gcc-internal-format
44504 msgid "declaration of %<extern%> variable %qD in %<for%> loop initial declaration"
44505 msgstr ""
44507 #: c/c-decl.cc:11071
44508 #, gcc-internal-format
44509 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
44510 msgstr ""
44512 #: c/c-decl.cc:11076
44513 #, gcc-internal-format
44514 msgid "%<union %E%> declared in %<for%> loop initial declaration"
44515 msgstr ""
44517 #: c/c-decl.cc:11080
44518 #, gcc-internal-format
44519 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
44520 msgstr ""
44522 #: c/c-decl.cc:11084
44523 #, gcc-internal-format
44524 msgid "declaration of non-variable %qD in %<for%> loop initial declaration"
44525 msgstr ""
44527 #: c/c-decl.cc:11370
44528 #, gcc-internal-format
44529 msgid "incompatible address space qualifiers %qs and %qs"
44530 msgstr ""
44532 #: c/c-decl.cc:11429 c/c-decl.cc:11436
44533 #, gcc-internal-format
44534 msgid "duplicate %qE declaration specifier"
44535 msgstr ""
44537 #: c/c-decl.cc:11464 c/c-decl.cc:12465
44538 #, gcc-internal-format
44539 msgid "multiple storage classes in declaration specifiers"
44540 msgstr ""
44542 #: c/c-decl.cc:11466
44543 #, gcc-internal-format
44544 msgid "%qs used with %<auto%>"
44545 msgstr ""
44547 #. auto may only be used with another storage class specifier,
44548 #. such as constexpr, if the type is inferred.
44549 #: c/c-decl.cc:11471
44550 #, gcc-internal-format
44551 msgid "%<auto%> used with %<constexpr%>"
44552 msgstr ""
44554 #: c/c-decl.cc:11484 c/c-decl.cc:11868 c/c-decl.cc:12263
44555 #, gcc-internal-format
44556 msgid "two or more data types in declaration specifiers"
44557 msgstr ""
44559 #: c/c-decl.cc:11496 cp/parser.cc:33520
44560 #, gcc-internal-format
44561 msgid "%<long long long%> is too long for GCC"
44562 msgstr ""
44564 #: c/c-decl.cc:11509
44565 #, gcc-internal-format
44566 msgid "ISO C90 does not support %<long long%>"
44567 msgstr ""
44569 #: c/c-decl.cc:11738 c/c-parser.cc:10585
44570 #, gcc-internal-format
44571 msgid "ISO C90 does not support complex types"
44572 msgstr ""
44574 #: c/c-decl.cc:11784
44575 #, gcc-internal-format
44576 msgid "ISO C does not support saturating types"
44577 msgstr ""
44579 #: c/c-decl.cc:11855 c/c-decl.cc:12400 c/c-decl.cc:12459
44580 #, gcc-internal-format
44581 msgid "duplicate %qE"
44582 msgstr ""
44584 #: c/c-decl.cc:11915
44585 #, gcc-internal-format
44586 msgid "ISO C does not support %<__int%d%> types"
44587 msgstr ""
44589 #: c/c-decl.cc:11937
44590 #, gcc-internal-format
44591 msgid "%<__int%d%> is not supported on this target"
44592 msgstr ""
44594 #: c/c-decl.cc:11980
44595 #, gcc-internal-format
44596 msgid "ISO C90 does not support boolean types"
44597 msgstr ""
44599 #: c/c-decl.cc:12099
44600 #, gcc-internal-format
44601 msgid "ISO C does not support the %<_Float%d%s%> type"
44602 msgstr ""
44604 #: c/c-decl.cc:12149 cp/parser.cc:19715
44605 #, gcc-internal-format
44606 msgid "%<_Float%d%s%> is not supported on this target"
44607 msgstr ""
44609 #: c/c-decl.cc:12220
44610 #, gcc-internal-format
44611 msgid "ISO C does not support decimal floating-point before C2X"
44612 msgstr ""
44614 #: c/c-decl.cc:12244 c/c-decl.cc:12561 c/c-parser.cc:9595
44615 #, gcc-internal-format
44616 msgid "fixed-point types not supported for this target"
44617 msgstr ""
44619 #: c/c-decl.cc:12246
44620 #, gcc-internal-format
44621 msgid "ISO C does not support fixed-point types"
44622 msgstr ""
44624 #: c/c-decl.cc:12279
44625 #, gcc-internal-format
44626 msgid "C++ lookup of %qD would return a field, not a type"
44627 msgstr ""
44629 #: c/c-decl.cc:12292
44630 #, gcc-internal-format
44631 msgid "%qE fails to be a typedef or built in type"
44632 msgstr ""
44634 #: c/c-decl.cc:12344
44635 #, gcc-internal-format
44636 msgid "%qE is not at beginning of declaration"
44637 msgstr ""
44639 #. auto may only be used with another storage class specifier,
44640 #. such as constexpr, if the type is inferred.
44641 #: c/c-decl.cc:12365 c/c-decl.cc:12442
44642 #, gcc-internal-format
44643 msgid "%qE used with %<auto%>"
44644 msgstr ""
44646 #: c/c-decl.cc:12367
44647 #, gcc-internal-format
44648 msgid "%qE used with %<register%>"
44649 msgstr ""
44651 #: c/c-decl.cc:12369 c/c-decl.cc:12438
44652 #, gcc-internal-format
44653 msgid "%qE used with %<typedef%>"
44654 msgstr ""
44656 #: c/c-decl.cc:12371 c/c-decl.cc:12408
44657 #, gcc-internal-format
44658 msgid "%qE used with %<constexpr%>"
44659 msgstr ""
44661 #: c/c-decl.cc:12385 c/c-parser.cc:2925 c/c-parser.cc:4209 c/c-parser.cc:8939
44662 #, gcc-internal-format
44663 msgid "ISO C99 does not support %qE"
44664 msgstr ""
44666 #: c/c-decl.cc:12388 c/c-parser.cc:2928 c/c-parser.cc:4212 c/c-parser.cc:8942
44667 #, gcc-internal-format
44668 msgid "ISO C90 does not support %qE"
44669 msgstr ""
44671 #: c/c-decl.cc:12414
44672 #, gcc-internal-format
44673 msgid "%<__thread%> before %<extern%>"
44674 msgstr ""
44676 #: c/c-decl.cc:12423
44677 #, gcc-internal-format
44678 msgid "%<__thread%> before %<static%>"
44679 msgstr ""
44681 #: c/c-decl.cc:12429
44682 #, gcc-internal-format
44683 msgid "%<typedef%> used with %<auto%>"
44684 msgstr ""
44686 #: c/c-decl.cc:12436
44687 #, gcc-internal-format
44688 msgid "%qE used with %<extern%>"
44689 msgstr ""
44691 #: c/c-decl.cc:12444
44692 #, gcc-internal-format
44693 msgid "%qE used with %qs"
44694 msgstr ""
44696 #: c/c-decl.cc:12457
44697 #, gcc-internal-format
44698 msgid "duplicate %<_Thread_local%> or %<__thread%>"
44699 msgstr ""
44701 #: c/c-decl.cc:12473
44702 #, gcc-internal-format
44703 msgid "%qs used with %qE"
44704 msgstr ""
44706 #: c/c-decl.cc:12481
44707 #, gcc-internal-format
44708 msgid "%<constexpr%> used with %qE"
44709 msgstr ""
44711 #: c/c-decl.cc:12558
44712 #, gcc-internal-format
44713 msgid "%<_Sat%> is used without %<_Fract%> or %<_Accum%>"
44714 msgstr ""
44716 #: c/c-decl.cc:12573
44717 #, gcc-internal-format
44718 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
44719 msgstr ""
44721 #: c/c-decl.cc:12584
44722 #, gcc-internal-format
44723 msgid "ISO C does not support %<auto%> type deduction before C2X"
44724 msgstr ""
44726 #: c/c-decl.cc:12613
44727 #, gcc-internal-format
44728 msgid "%<__auto_type%> followed by %<[[]]%> attributes"
44729 msgstr ""
44731 #: c/c-decl.cc:12639 c/c-decl.cc:12655 c/c-decl.cc:12681
44732 #, gcc-internal-format
44733 msgid "ISO C does not support complex integer types"
44734 msgstr ""
44736 #: c/c-decl.cc:13109 cp/semantics.cc:6063
44737 #, gcc-internal-format
44738 msgid "%<#pragma omp declare reduction%> combiner refers to variable %qD which is not %<omp_out%> nor %<omp_in%>"
44739 msgstr ""
44741 #: c/c-decl.cc:13113 cp/semantics.cc:6067
44742 #, gcc-internal-format
44743 msgid "%<#pragma omp declare reduction%> initializer refers to variable %qD which is not %<omp_priv%> nor %<omp_orig%>"
44744 msgstr ""
44746 #: c/c-fold.cc:388 c/c-typeck.cc:12642 cp/typeck.cc:5636
44747 #, gcc-internal-format
44748 msgid "left shift of negative value"
44749 msgstr ""
44751 #: c/c-fold.cc:398 c/c-typeck.cc:12651 cp/typeck.cc:5644
44752 #, gcc-internal-format
44753 msgid "left shift count is negative"
44754 msgstr ""
44756 #: c/c-fold.cc:399 c/c-typeck.cc:12579 cp/typeck.cc:5583
44757 #, gcc-internal-format
44758 msgid "right shift count is negative"
44759 msgstr ""
44761 #: c/c-fold.cc:407 c/c-typeck.cc:12670 cp/typeck.cc:5652
44762 #, gcc-internal-format
44763 msgid "left shift count >= width of type"
44764 msgstr ""
44766 #: c/c-fold.cc:408 c/c-typeck.cc:12603 cp/typeck.cc:5594
44767 #, gcc-internal-format
44768 msgid "right shift count >= width of type"
44769 msgstr ""
44771 #: c/c-fold.cc:415 c/c-typeck.cc:12662
44772 #, gcc-internal-format
44773 msgid "left shift count >= width of vector element"
44774 msgstr ""
44776 #: c/c-fold.cc:416 c/c-typeck.cc:12590
44777 #, gcc-internal-format
44778 msgid "right shift count >= width of vector element"
44779 msgstr ""
44781 #: c/c-parser.cc:336
44782 #, gcc-internal-format
44783 msgid "identifier %qE conflicts with C++ keyword"
44784 msgstr ""
44786 #: c/c-parser.cc:1017 cp/parser.cc:3113
44787 #, gcc-internal-format
44788 msgid "version control conflict marker in file"
44789 msgstr ""
44791 #: c/c-parser.cc:1238 cp/parser.cc:3194
44792 #, gcc-internal-format
44793 msgid "to match this %qs"
44794 msgstr ""
44796 #: c/c-parser.cc:1367 cp/parser.cc:33754
44797 #, gcc-internal-format
44798 msgid "expected end of line"
44799 msgstr "očekivan je kraj retka"
44801 #: c/c-parser.cc:1770
44802 #, gcc-internal-format
44803 msgid "ISO C forbids an empty translation unit"
44804 msgstr ""
44806 #: c/c-parser.cc:1796 c/c-parser.cc:1805 c/c-parser.cc:23169
44807 #: cp/parser.cc:47419 cp/semantics.cc:3399 cp/semantics.cc:3408
44808 #, gcc-internal-format
44809 msgid "%qs without corresponding %qs"
44810 msgstr ""
44812 #: c/c-parser.cc:1901 c/c-parser.cc:11991
44813 #, gcc-internal-format
44814 msgid "ISO C does not allow extra %<;%> outside of a function"
44815 msgstr ""
44817 #: c/c-parser.cc:1982
44818 #, gcc-internal-format
44819 msgid "%<assume%> attribute at top level"
44820 msgstr ""
44822 #: c/c-parser.cc:2132
44823 #, gcc-internal-format
44824 msgid "unknown type name %qE; use %<struct%> keyword to refer to the type"
44825 msgstr ""
44827 #: c/c-parser.cc:2140
44828 #, gcc-internal-format
44829 msgid "unknown type name %qE; use %<union%> keyword to refer to the type"
44830 msgstr ""
44832 #: c/c-parser.cc:2148
44833 #, gcc-internal-format
44834 msgid "unknown type name %qE; use %<enum%> keyword to refer to the type"
44835 msgstr ""
44837 #: c/c-parser.cc:2161 c/c-parser.cc:4816
44838 #, gcc-internal-format
44839 msgid "unknown type name %qE; did you mean %qs?"
44840 msgstr ""
44842 #: c/c-parser.cc:2165 c/c-parser.cc:3183 c/c-parser.cc:4820
44843 #, gcc-internal-format
44844 msgid "unknown type name %qE"
44845 msgstr ""
44847 #: c/c-parser.cc:2192 c/c-parser.cc:13313 c/c-parser.cc:20919
44848 #: c/c-parser.cc:21514 c/c-parser.cc:22068 cp/parser.cc:44882
44849 #: cp/parser.cc:49481
44850 #, gcc-internal-format
44851 msgid "expected declaration specifiers"
44852 msgstr ""
44854 #: c/c-parser.cc:2216
44855 #, gcc-internal-format
44856 msgid "%qT declared in underspecified object declaration"
44857 msgstr ""
44859 #: c/c-parser.cc:2221
44860 #, gcc-internal-format
44861 msgid "%qT defined in underspecified object declaration"
44862 msgstr ""
44864 #: c/c-parser.cc:2240
44865 #, gcc-internal-format
44866 msgid "%qs in empty declaration"
44867 msgstr ""
44869 #: c/c-parser.cc:2254
44870 #, gcc-internal-format
44871 msgid "%<fallthrough%> attribute at top level"
44872 msgstr ""
44874 #: c/c-parser.cc:2279 c/c-parser.cc:4013
44875 #, gcc-internal-format
44876 msgid "expected %<;%>, identifier or %<(%>"
44877 msgstr ""
44879 #: c/c-parser.cc:2297 cp/parser.cc:35989 cp/parser.cc:36061
44880 #, gcc-internal-format
44881 msgid "prefix attributes are ignored for methods"
44882 msgstr ""
44884 #: c/c-parser.cc:2332
44885 #, gcc-internal-format
44886 msgid "prefix attributes are ignored for implementations"
44887 msgstr ""
44889 #: c/c-parser.cc:2353
44890 #, gcc-internal-format
44891 msgid "unexpected attribute"
44892 msgstr ""
44894 #: c/c-parser.cc:2363 c/c-parser.cc:6748 cp/parser.cc:12603 cp/parser.cc:12825
44895 #, gcc-internal-format
44896 msgid "%<fallthrough%> attribute not followed by %<;%>"
44897 msgstr ""
44899 #: c/c-parser.cc:2366 c/c-parser.cc:6731 cp/cp-gimplify.cc:3191
44900 #, gcc-internal-format
44901 msgid "%<assume%> attribute not followed by %<;%>"
44902 msgstr ""
44904 #: c/c-parser.cc:2399
44905 #, gcc-internal-format
44906 msgid "%<__auto_type%> requires a plain identifier as declarator"
44907 msgstr ""
44909 #: c/c-parser.cc:2412
44910 #, gcc-internal-format
44911 msgid "%<auto%> requires a plain identifier, possibly with attributes, as declarator"
44912 msgstr ""
44914 #: c/c-parser.cc:2438
44915 #, gcc-internal-format
44916 msgid "data definition has no type or storage class"
44917 msgstr ""
44919 #. This means there is an attribute specifier after
44920 #. the declarator in a function definition.  Provide
44921 #. some more information for the user.
44922 #: c/c-parser.cc:2453
44923 #, gcc-internal-format
44924 msgid "attributes should be specified before the declarator in a function definition"
44925 msgstr ""
44927 #: c/c-parser.cc:2492
44928 #, gcc-internal-format
44929 msgid "%<__auto_type%> used with a bit-field initializer"
44930 msgstr ""
44932 #: c/c-parser.cc:2592 c/c-parser.cc:2722
44933 #, gcc-internal-format
44934 msgid "%qs requires an initialized data declaration"
44935 msgstr ""
44937 #: c/c-parser.cc:2685
44938 #, gcc-internal-format
44939 msgid "%qs may only be used with a single declarator"
44940 msgstr ""
44942 #: c/c-parser.cc:2714 cp/parser.cc:15497
44943 #, gcc-internal-format
44944 msgid "expected %<,%> or %<;%>"
44945 msgstr ""
44947 #. This can appear in many cases looking nothing like a
44948 #. function definition, so we don't give a more specific
44949 #. error suggesting there was one.
44950 #: c/c-parser.cc:2729 c/c-parser.cc:2770
44951 #, gcc-internal-format
44952 msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
44953 msgstr ""
44955 #: c/c-parser.cc:2737
44956 #, gcc-internal-format
44957 msgid "ISO C forbids nested functions"
44958 msgstr ""
44960 #: c/c-parser.cc:2951 c/c-parser.cc:7870 c/c-parser.cc:13374
44961 #, gcc-internal-format
44962 msgid "expected string literal"
44963 msgstr ""
44965 #: c/c-parser.cc:2960
44966 #, gcc-internal-format
44967 msgid "ISO C11 does not support omitting the string in %qE"
44968 msgstr ""
44970 #: c/c-parser.cc:2966
44971 #, gcc-internal-format
44972 msgid "expression in static assertion is not an integer"
44973 msgstr ""
44975 #: c/c-parser.cc:2975
44976 #, gcc-internal-format
44977 msgid "expression in static assertion is not an integer constant expression"
44978 msgstr ""
44980 #: c/c-parser.cc:2980
44981 #, gcc-internal-format
44982 msgid "expression in static assertion is not constant"
44983 msgstr ""
44985 #: c/c-parser.cc:2987
44986 #, gcc-internal-format
44987 msgid "static assertion failed: %E"
44988 msgstr ""
44990 #: c/c-parser.cc:2989 cp/semantics.cc:11287
44991 #, gcc-internal-format
44992 msgid "static assertion failed"
44993 msgstr ""
44995 #: c/c-parser.cc:3330
44996 #, gcc-internal-format
44997 msgid "%<_Atomic%> in Objective-C"
44998 msgstr ""
45000 #: c/c-parser.cc:3333
45001 #, gcc-internal-format
45002 msgid "ISO C99 does not support the %<_Atomic%> qualifier"
45003 msgstr ""
45005 #: c/c-parser.cc:3336
45006 #, gcc-internal-format
45007 msgid "ISO C90 does not support the %<_Atomic%> qualifier"
45008 msgstr ""
45010 #: c/c-parser.cc:3364
45011 #, gcc-internal-format
45012 msgid "%<_Atomic%> applied to a qualified type"
45013 msgstr ""
45015 #: c/c-parser.cc:3394
45016 #, gcc-internal-format
45017 msgid "%<__GIMPLE%> only valid with %<-fgimple%>"
45018 msgstr ""
45020 #: c/c-parser.cc:3485
45021 #, gcc-internal-format
45022 msgid "ISO C does not support specifying %<enum%> underlying types before C2X"
45023 msgstr ""
45025 #: c/c-parser.cc:3494
45026 #, gcc-internal-format
45027 msgid "%<enum%> declared both with and without fixed underlying type"
45028 msgstr ""
45030 #: c/c-parser.cc:3516
45031 #, gcc-internal-format
45032 msgid "no %<enum%> underlying type specified"
45033 msgstr ""
45035 #: c/c-parser.cc:3520
45036 #, gcc-internal-format
45037 msgid "invalid %<enum%> underlying type"
45038 msgstr ""
45040 #: c/c-parser.cc:3550
45041 #, gcc-internal-format
45042 msgid "%<enum%> underlying type incompatible with previous declaration"
45043 msgstr ""
45045 #: c/c-parser.cc:3585
45046 #, gcc-internal-format
45047 msgid "empty enum is invalid"
45048 msgstr ""
45050 #: c/c-parser.cc:3589 c/c-parser.cc:4641 c/c-parser.cc:5362 c/c-parser.cc:5374
45051 #: c/c-parser.cc:5836 c/c-parser.cc:6148 c/c-parser.cc:7737 c/c-parser.cc:7820
45052 #: c/c-parser.cc:8796 c/c-parser.cc:9113 c/c-parser.cc:9122 c/c-parser.cc:9655
45053 #: c/c-parser.cc:9842 c/c-parser.cc:9870 c/c-parser.cc:10752
45054 #: c/c-parser.cc:11270 c/c-parser.cc:11308 c/c-parser.cc:11573
45055 #: c/c-parser.cc:11624 c/c-parser.cc:11784 c/c-parser.cc:11814
45056 #: c/c-parser.cc:11822 c/c-parser.cc:11851 c/c-parser.cc:11864
45057 #: c/c-parser.cc:12170 c/c-parser.cc:12294 c/c-parser.cc:12879
45058 #: c/c-parser.cc:12932 c/c-parser.cc:12948 c/c-parser.cc:12994
45059 #: c/c-parser.cc:13839 c/c-parser.cc:13885 c/c-parser.cc:16615
45060 #: c/c-parser.cc:16752 c/c-parser.cc:17467 c/c-parser.cc:19903
45061 #: c/c-parser.cc:22596 c/c-parser.cc:22787 c/gimple-parser.cc:1806
45062 #: c/gimple-parser.cc:1853 cp/parser.cc:9276 cp/parser.cc:33757
45063 #: cp/parser.cc:36966 cp/parser.cc:39892 cp/parser.cc:40084 cp/parser.cc:46465
45064 #: cp/parser.cc:48764
45065 #, gcc-internal-format
45066 msgid "expected identifier"
45067 msgstr ""
45069 #: c/c-parser.cc:3634 cp/parser.cc:21252
45070 #, gcc-internal-format
45071 msgid "comma at end of enumerator list"
45072 msgstr ""
45074 #: c/c-parser.cc:3640 go/gofrontend/embed.cc:423
45075 #, gcc-internal-format
45076 msgid "expected %<,%> or %<}%>"
45077 msgstr ""
45079 #: c/c-parser.cc:3683
45080 #, gcc-internal-format
45081 msgid "ISO C forbids forward references to %<enum%> types"
45082 msgstr ""
45084 #: c/c-parser.cc:3807
45085 #, gcc-internal-format
45086 msgid "expected class name"
45087 msgstr ""
45089 #: c/c-parser.cc:3829
45090 #, gcc-internal-format
45091 msgid "extra semicolon in struct or union specified"
45092 msgstr ""
45094 #: c/c-parser.cc:3858
45095 #, gcc-internal-format
45096 msgid "no semicolon at end of struct or union"
45097 msgstr ""
45099 #: c/c-parser.cc:3975 c/c-parser.cc:5608
45100 #, gcc-internal-format
45101 msgid "expected specifier-qualifier-list"
45102 msgstr ""
45104 #: c/c-parser.cc:3986
45105 #, gcc-internal-format
45106 msgid "ISO C forbids member declarations with no members"
45107 msgstr ""
45109 #: c/c-parser.cc:4080
45110 #, gcc-internal-format
45111 msgid "expected %<,%>, %<;%> or %<}%>"
45112 msgstr ""
45114 #: c/c-parser.cc:4087
45115 #, gcc-internal-format
45116 msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
45117 msgstr ""
45119 #: c/c-parser.cc:4158
45120 #, gcc-internal-format
45121 msgid "%<typeof%> applied to a bit-field"
45122 msgstr ""
45124 #: c/c-parser.cc:4469
45125 #, gcc-internal-format
45126 msgid "expected identifier or %<(%>"
45127 msgstr ""
45129 #: c/c-parser.cc:4702
45130 #, gcc-internal-format
45131 msgid "ISO C requires a named argument before %<...%> before C2X"
45132 msgstr ""
45134 #: c/c-parser.cc:4827
45135 #, gcc-internal-format
45136 msgid "expected declaration specifiers or %<...%>"
45137 msgstr ""
45139 #: c/c-parser.cc:5055
45140 #, gcc-internal-format
45141 msgid "parentheses must be omitted if attribute argument list is empty"
45142 msgstr ""
45144 #: c/c-parser.cc:5399 cp/parser.cc:29380
45145 #, gcc-internal-format
45146 msgid "%qE attribute does not take any arguments"
45147 msgstr ""
45149 #: c/c-parser.cc:5454
45150 #, gcc-internal-format
45151 msgid "ISO C does not support %<[[]]%> attributes before C2X"
45152 msgstr ""
45154 #: c/c-parser.cc:5683 c/c-parser.cc:5743 c/c-typeck.cc:8648
45155 #, gcc-internal-format
45156 msgid "variable-sized object may not be initialized except with an empty initializer"
45157 msgstr ""
45159 #: c/c-parser.cc:5737
45160 #, gcc-internal-format
45161 msgid "ISO C forbids empty initializer braces before C2X"
45162 msgstr ""
45164 #: c/c-parser.cc:5800
45165 #, gcc-internal-format
45166 msgid "obsolete use of designated initializer with %<:%>"
45167 msgstr ""
45169 #: c/c-parser.cc:5956
45170 #, gcc-internal-format
45171 msgid "ISO C forbids specifying range of elements to initialize"
45172 msgstr ""
45174 #: c/c-parser.cc:5968
45175 #, gcc-internal-format
45176 msgid "ISO C90 forbids specifying subobject to initialize"
45177 msgstr ""
45179 #: c/c-parser.cc:5976
45180 #, gcc-internal-format
45181 msgid "obsolete use of designated initializer without %<=%>"
45182 msgstr ""
45184 #: c/c-parser.cc:6163
45185 #, gcc-internal-format
45186 msgid "ISO C forbids label declarations"
45187 msgstr ""
45189 #: c/c-parser.cc:6169 c/c-parser.cc:6258 c/c-parser.cc:6272
45190 #: c/gimple-parser.cc:419
45191 #, gcc-internal-format
45192 msgid "expected declaration or statement"
45193 msgstr ""
45195 #: c/c-parser.cc:6204
45196 #, gcc-internal-format
45197 msgid "a label can only be part of a statement and a declaration is not a statement"
45198 msgstr ""
45200 #: c/c-parser.cc:6216 c/c-parser.cc:6249
45201 #, gcc-internal-format
45202 msgid "ISO C90 forbids mixed declarations and code"
45203 msgstr ""
45205 #: c/c-parser.cc:6280
45206 #, gcc-internal-format
45207 msgid "expected %<}%> before %<else%>"
45208 msgstr ""
45210 #: c/c-parser.cc:6285 cp/parser.cc:12950
45211 #, gcc-internal-format
45212 msgid "%<else%> without a previous %<if%>"
45213 msgstr ""
45215 #: c/c-parser.cc:6303
45216 #, gcc-internal-format
45217 msgid "label at end of compound statement"
45218 msgstr ""
45220 #. Avoid infinite loop in error recovery:
45221 #. c_parser_skip_until_found stops at a closing nesting
45222 #. delimiter without consuming it, but here we need to consume
45223 #. it to proceed further.
45224 #: c/c-parser.cc:6324 c/c-parser.cc:6337 c/c-parser.cc:6773
45225 #: c/gimple-parser.cc:2344 cp/parser.cc:12509
45226 #, gcc-internal-format
45227 msgid "expected statement"
45228 msgstr ""
45230 #: c/c-parser.cc:6396
45231 #, gcc-internal-format
45232 msgid "expected %<:%> or %<...%>"
45233 msgstr ""
45235 #: c/c-parser.cc:6424
45236 #, gcc-internal-format
45237 msgid "GNU-style attribute between label and declaration appertains to the label"
45238 msgstr ""
45240 #: c/c-parser.cc:6655
45241 #, gcc-internal-format
45242 msgid "expected identifier or %<*%>"
45243 msgstr ""
45245 #: c/c-parser.cc:6756
45246 #, gcc-internal-format
45247 msgid "only attribute %<fallthrough%> or %<assume%> can be applied to a null statement"
45248 msgstr ""
45250 #: c/c-parser.cc:6881 cp/parser.cc:14519
45251 #, gcc-internal-format
45252 msgid "suggest braces around empty body in an %<if%> statement"
45253 msgstr ""
45255 #: c/c-parser.cc:6923 cp/parser.cc:14522
45256 #, gcc-internal-format
45257 msgid "suggest braces around empty body in an %<else%> statement"
45258 msgstr ""
45260 #: c/c-parser.cc:7054 cp/parser.cc:13319
45261 #, gcc-internal-format
45262 msgid "suggest explicit braces to avoid ambiguous %<else%>"
45263 msgstr ""
45265 #: c/c-parser.cc:7194
45266 #, gcc-internal-format
45267 msgid "suggest braces around empty body in %<do%> statement"
45268 msgstr ""
45270 #: c/c-parser.cc:7326 c/c-parser.cc:7358
45271 #, gcc-internal-format
45272 msgid "multiple iterating variables in fast enumeration"
45273 msgstr ""
45275 #: c/c-parser.cc:7381
45276 #, gcc-internal-format
45277 msgid "invalid iterating variable in fast enumeration"
45278 msgstr ""
45280 #: c/c-parser.cc:7405 cp/parser.cc:13606
45281 #, gcc-internal-format
45282 msgid "missing loop condition in loop with %<GCC ivdep%> pragma"
45283 msgstr ""
45285 #: c/c-parser.cc:7411 cp/parser.cc:13612
45286 #, gcc-internal-format
45287 msgid "missing loop condition in loop with %<GCC unroll%> pragma"
45288 msgstr ""
45290 #: c/c-parser.cc:7447
45291 #, gcc-internal-format
45292 msgid "missing collection in fast enumeration"
45293 msgstr ""
45295 #: c/c-parser.cc:7569 c/c-parser.cc:7580 c/c-parser.cc:7591
45296 #, gcc-internal-format
45297 msgid "duplicate %<asm%> qualifier %qE"
45298 msgstr ""
45300 #: c/c-parser.cc:7570 c/c-parser.cc:7581 c/c-parser.cc:7592 cp/parser.cc:22159
45301 #: cp/parser.cc:22176 cp/parser.cc:22190
45302 #, gcc-internal-format
45303 msgid "first seen here"
45304 msgstr ""
45306 #: c/c-parser.cc:7601
45307 #, gcc-internal-format
45308 msgid "%qE is not a valid %<asm%> qualifier"
45309 msgstr ""
45311 #: c/c-parser.cc:7651
45312 #, gcc-internal-format
45313 msgid "expected %<:%> or %<)%>"
45314 msgstr "očekivano je %<:%> ili %<)%>"
45316 #: c/c-parser.cc:7950 cp/parser.cc:4575
45317 #, gcc-internal-format
45318 msgid "a wide string is invalid in this context"
45319 msgstr ""
45321 #: c/c-parser.cc:8156
45322 #, gcc-internal-format
45323 msgid "ISO C forbids omitting the middle term of a %<?:%> expression"
45324 msgstr ""
45326 #. Location of the binary operator.
45327 #. Quiet warning.
45328 #: c/c-parser.cc:8378 cp/typeck.cc:5417
45329 #, gcc-internal-format
45330 msgid "division %<sizeof (%T) / sizeof (%T)%> does not compute the number of array elements"
45331 msgstr ""
45333 #: c/c-parser.cc:8384 cp/typeck.cc:5422
45334 #, gcc-internal-format
45335 msgid "first %<sizeof%> operand was declared here"
45336 msgstr ""
45338 #: c/c-parser.cc:8655
45339 #, gcc-internal-format
45340 msgid "storage class specifier in cast"
45341 msgstr ""
45343 #: c/c-parser.cc:8658
45344 #, gcc-internal-format
45345 msgid "alignment specified for type name in cast"
45346 msgstr ""
45348 #: c/c-parser.cc:8759
45349 #, gcc-internal-format
45350 msgid "traditional C rejects the unary plus operator"
45351 msgstr ""
45353 #: c/c-parser.cc:8891
45354 #, gcc-internal-format
45355 msgid "storage class specifier in %<sizeof%>"
45356 msgstr ""
45358 #: c/c-parser.cc:8894
45359 #, gcc-internal-format
45360 msgid "alignment specified for type name in %<sizeof%>"
45361 msgstr ""
45363 #: c/c-parser.cc:8910
45364 #, gcc-internal-format
45365 msgid "%<sizeof%> applied to a bit-field"
45366 msgstr ""
45368 #: c/c-parser.cc:8983
45369 #, gcc-internal-format
45370 msgid "storage class specifier in %qE"
45371 msgstr ""
45373 #: c/c-parser.cc:8986
45374 #, gcc-internal-format
45375 msgid "alignment specified for type name in %qE"
45376 msgstr ""
45378 #: c/c-parser.cc:9010
45379 #, gcc-internal-format
45380 msgid "ISO C does not allow %<%E (expression)%>"
45381 msgstr ""
45383 #: c/c-parser.cc:9163
45384 #, gcc-internal-format
45385 msgid "cannot take address of %qs"
45386 msgstr ""
45388 #: c/c-parser.cc:9246
45389 #, gcc-internal-format
45390 msgid "ISO C99 does not support %<_Generic%>"
45391 msgstr ""
45393 #: c/c-parser.cc:9249
45394 #, gcc-internal-format
45395 msgid "ISO C90 does not support %<_Generic%>"
45396 msgstr ""
45398 #: c/c-parser.cc:9318
45399 #, gcc-internal-format
45400 msgid "%<_Generic%> association has function type"
45401 msgstr ""
45403 #: c/c-parser.cc:9321
45404 #, gcc-internal-format
45405 msgid "%<_Generic%> association has incomplete type"
45406 msgstr ""
45408 #: c/c-parser.cc:9325
45409 #, gcc-internal-format
45410 msgid "%<_Generic%> association has variable length type"
45411 msgstr ""
45413 #: c/c-parser.cc:9349
45414 #, gcc-internal-format
45415 msgid "duplicate %<default%> case in %<_Generic%>"
45416 msgstr ""
45418 #: c/c-parser.cc:9350
45419 #, gcc-internal-format
45420 msgid "original %<default%> is here"
45421 msgstr ""
45423 #: c/c-parser.cc:9358
45424 #, gcc-internal-format
45425 msgid "%<_Generic%> specifies two compatible types"
45426 msgstr ""
45428 #: c/c-parser.cc:9359
45429 #, gcc-internal-format
45430 msgid "compatible type is here"
45431 msgstr ""
45433 #: c/c-parser.cc:9382
45434 #, gcc-internal-format
45435 msgid "%<_Generic%> selector matches multiple associations"
45436 msgstr ""
45438 #: c/c-parser.cc:9384
45439 #, gcc-internal-format
45440 msgid "other match is here"
45441 msgstr ""
45443 #: c/c-parser.cc:9409
45444 #, gcc-internal-format
45445 msgid "%<_Generic%> selector of type %qT is not compatible with any association"
45446 msgstr ""
45448 #: c/c-parser.cc:9430
45449 #, gcc-internal-format
45450 msgid "argument %u of %<__builtin_tgmath%> is not a function pointer"
45451 msgstr ""
45453 #: c/c-parser.cc:9438
45454 #, gcc-internal-format
45455 msgid "argument %u of %<__builtin_tgmath%> is unprototyped"
45456 msgstr ""
45458 #: c/c-parser.cc:9444
45459 #, gcc-internal-format
45460 msgid "argument %u of %<__builtin_tgmath%> has variable arguments"
45461 msgstr ""
45463 #: c/c-parser.cc:9460
45464 #, gcc-internal-format
45465 msgid "argument %u of %<__builtin_tgmath%> has no arguments"
45466 msgstr ""
45468 #: c/c-parser.cc:9483 c/c-parser.cc:9487
45469 #, gcc-internal-format
45470 msgid "ISO C does not support %qs predefined identifier"
45471 msgstr ""
45473 #: c/c-parser.cc:9491
45474 #, gcc-internal-format
45475 msgid "ISO C90 does not support %<__func__%> predefined identifier"
45476 msgstr ""
45478 #: c/c-parser.cc:9669 c/c-parser.cc:10819 c/c-parser.cc:10841
45479 #: c/c-parser.cc:19320 c/gimple-parser.cc:1722 c/gimple-parser.cc:2361
45480 #: cp/parser.cc:41978
45481 #, gcc-internal-format
45482 msgid "expected expression"
45483 msgstr ""
45485 #: c/c-parser.cc:9690
45486 #, gcc-internal-format
45487 msgid "braced-group within expression allowed only inside a function"
45488 msgstr ""
45490 #: c/c-parser.cc:9704
45491 #, gcc-internal-format
45492 msgid "ISO C forbids braced-groups within expressions"
45493 msgstr ""
45495 #: c/c-parser.cc:9897
45496 #, gcc-internal-format
45497 msgid "wrong number of arguments to %<__builtin_choose_expr%>"
45498 msgstr ""
45500 #: c/c-parser.cc:9913
45501 #, gcc-internal-format
45502 msgid "first argument to %<__builtin_choose_expr%> not a constant"
45503 msgstr ""
45505 #: c/c-parser.cc:9983 c/c-parser.cc:10000 c/c-parser.cc:10007
45506 #, gcc-internal-format
45507 msgid "too few arguments to %<__builtin_tgmath%>"
45508 msgstr ""
45510 #: c/c-parser.cc:10028
45511 #, gcc-internal-format
45512 msgid "argument %u of %<__builtin_tgmath%> has wrong number of arguments"
45513 msgstr ""
45515 #: c/c-parser.cc:10072 c/c-parser.cc:10082
45516 #, gcc-internal-format
45517 msgid "invalid type-generic return type for argument %u of %<__builtin_tgmath%>"
45518 msgstr ""
45520 #: c/c-parser.cc:10104 c/c-parser.cc:10114
45521 #, gcc-internal-format
45522 msgid "invalid type-generic type for argument %u of argument %u of %<__builtin_tgmath%>"
45523 msgstr ""
45525 #: c/c-parser.cc:10147
45526 #, gcc-internal-format
45527 msgid "function arguments of %<__builtin_tgmath%> all have the same type"
45528 msgstr ""
45530 #: c/c-parser.cc:10166
45531 #, gcc-internal-format
45532 msgid "function arguments of %<__builtin_tgmath%> lack type-generic parameter"
45533 msgstr ""
45535 #: c/c-parser.cc:10214
45536 #, gcc-internal-format
45537 msgid "duplicate type-generic parameter type for function argument %u of %<__builtin_tgmath%>"
45538 msgstr ""
45540 #: c/c-parser.cc:10237
45541 #, gcc-internal-format
45542 msgid "bad return type for function argument %u of %<__builtin_tgmath%>"
45543 msgstr ""
45545 #: c/c-parser.cc:10254
45546 #, gcc-internal-format
45547 msgid "bad type for argument %u of function argument %u of %<__builtin_tgmath%>"
45548 msgstr ""
45550 #: c/c-parser.cc:10293
45551 #, gcc-internal-format, gfc-internal-format
45552 msgid "invalid type of argument %u of type-generic function"
45553 msgstr ""
45555 #: c/c-parser.cc:10304
45556 #, gcc-internal-format, gfc-internal-format
45557 msgid "decimal floating-point argument %u to complex-only type-generic function"
45558 msgstr ""
45560 #: c/c-parser.cc:10312
45561 #, gcc-internal-format, gfc-internal-format
45562 msgid "decimal floating-point argument %u to binary-only type-generic function"
45563 msgstr ""
45565 #: c/c-parser.cc:10320 c/c-parser.cc:10350
45566 #, gcc-internal-format
45567 msgid "both complex and decimal floating-point arguments to type-generic function"
45568 msgstr ""
45570 #: c/c-parser.cc:10328 c/c-parser.cc:10370
45571 #, gcc-internal-format
45572 msgid "both binary and decimal floating-point arguments to type-generic function"
45573 msgstr ""
45575 #: c/c-parser.cc:10342
45576 #, gcc-internal-format, gfc-internal-format
45577 msgid "complex argument %u to decimal-only type-generic function"
45578 msgstr ""
45580 #: c/c-parser.cc:10362
45581 #, gcc-internal-format, gfc-internal-format
45582 msgid "binary argument %u to decimal-only type-generic function"
45583 msgstr ""
45585 #: c/c-parser.cc:10465
45586 #, gcc-internal-format
45587 msgid "no matching function for type-generic call"
45588 msgstr ""
45590 #: c/c-parser.cc:10506
45591 #, gcc-internal-format
45592 msgid "wrong number of arguments to %<__builtin_call_with_static_chain%>"
45593 msgstr ""
45595 #: c/c-parser.cc:10519
45596 #, gcc-internal-format
45597 msgid "first argument to %<__builtin_call_with_static_chain%> must be a call expression"
45598 msgstr ""
45600 #: c/c-parser.cc:10523
45601 #, gcc-internal-format
45602 msgid "second argument to %<__builtin_call_with_static_chain%> must be a pointer type"
45603 msgstr ""
45605 #: c/c-parser.cc:10549
45606 #, gcc-internal-format
45607 msgid "wrong number of arguments to %<__builtin_complex%>"
45608 msgstr ""
45610 #: c/c-parser.cc:10571
45611 #, gcc-internal-format
45612 msgid "%<__builtin_complex%> operand not of real binary floating-point type"
45613 msgstr ""
45615 #: c/c-parser.cc:10580
45616 #, gcc-internal-format
45617 msgid "%<__builtin_complex%> operands of different types"
45618 msgstr ""
45620 #: c/c-parser.cc:10625 c/c-parser.cc:10654 cp/parser.cc:7603
45621 #, gcc-internal-format
45622 msgid "wrong number of arguments to %<__builtin_shuffle%>"
45623 msgstr ""
45625 #: c/c-parser.cc:10796 cp/parser.cc:5983
45626 #, gcc-internal-format
45627 msgid "%<omp_all_memory%> may only be used in OpenMP %<depend%> clause"
45628 msgstr ""
45630 #: c/c-parser.cc:10806
45631 #, gcc-internal-format
45632 msgid "ISO C does not support %qs before C2X"
45633 msgstr ""
45635 #: c/c-parser.cc:10894
45636 #, gcc-internal-format
45637 msgid "%qT declared in %<constexpr%> compound literal"
45638 msgstr ""
45640 #: c/c-parser.cc:10899
45641 #, gcc-internal-format
45642 msgid "%qT defined in %<constexpr%> compound literal"
45643 msgstr ""
45645 #: c/c-parser.cc:10914
45646 #, gcc-internal-format
45647 msgid "compound literal has variable size"
45648 msgstr ""
45650 #: c/c-parser.cc:10919
45651 #, fuzzy, gcc-internal-format
45652 #| msgid "unknown internal function %qE"
45653 msgid "compound literal has function type"
45654 msgstr "nepoznata interna funkcija %qE"
45656 #: c/c-parser.cc:10950
45657 #, gcc-internal-format
45658 msgid "compound literal qualified by address-space qualifier"
45659 msgstr ""
45661 #: c/c-parser.cc:10955
45662 #, gcc-internal-format
45663 msgid "ISO C90 forbids compound literals"
45664 msgstr ""
45666 #: c/c-parser.cc:10957
45667 #, gcc-internal-format
45668 msgid "ISO C forbids storage class specifiers in compound literals before C2X"
45669 msgstr ""
45671 #: c/c-parser.cc:10971
45672 #, gcc-internal-format
45673 msgid "%<_Alignas%> specifiers cannot reduce alignment of compound literal"
45674 msgstr ""
45676 #: c/c-parser.cc:11046
45677 #, gcc-internal-format
45678 msgid "using integer absolute value function %qD when argument is of floating-point type %qT"
45679 msgstr ""
45681 #: c/c-parser.cc:11051
45682 #, gcc-internal-format
45683 msgid "using integer absolute value function %qD when argument is of complex type %qT"
45684 msgstr ""
45686 #: c/c-parser.cc:11059
45687 #, gcc-internal-format
45688 msgid "taking the absolute value of unsigned type %qT has no effect"
45689 msgstr ""
45691 #: c/c-parser.cc:11070
45692 #, gcc-internal-format
45693 msgid "using floating-point absolute value function %qD when argument is of integer type %qT"
45694 msgstr ""
45696 #: c/c-parser.cc:11074
45697 #, gcc-internal-format
45698 msgid "using floating-point absolute value function %qD when argument is of decimal floating-point type %qT"
45699 msgstr ""
45701 #: c/c-parser.cc:11079
45702 #, gcc-internal-format
45703 msgid "using floating-point absolute value function %qD when argument is of complex type %qT"
45704 msgstr ""
45706 #: c/c-parser.cc:11092
45707 #, gcc-internal-format
45708 msgid "using complex absolute value function %qD when argument is of integer type %qT"
45709 msgstr ""
45711 #: c/c-parser.cc:11096
45712 #, gcc-internal-format
45713 msgid "using complex absolute value function %qD when argument is of floating-point type %qT"
45714 msgstr ""
45716 #: c/c-parser.cc:11113
45717 #, gcc-internal-format
45718 msgid "using decimal floating-point absolute value function %qD when argument is of integer type %qT"
45719 msgstr ""
45721 #: c/c-parser.cc:11118
45722 #, gcc-internal-format
45723 msgid "using decimal floating-point absolute value function %qD when argument is of floating-point type %qT"
45724 msgstr ""
45726 #: c/c-parser.cc:11123
45727 #, gcc-internal-format
45728 msgid "using decimal floating-point absolute value function %qD when argument is of complex type %qT"
45729 msgstr ""
45731 #: c/c-parser.cc:11149
45732 #, gcc-internal-format
45733 msgid "absolute value function %qD given an argument of type %qT but has parameter of type %qT which may cause truncation of value"
45734 msgstr ""
45736 #: c/c-parser.cc:11595
45737 #, gcc-internal-format
45738 msgid "expected identifier or %<)%>"
45739 msgstr ""
45741 #: c/c-parser.cc:11691
45742 #, gcc-internal-format
45743 msgid "extra semicolon"
45744 msgstr ""
45746 #: c/c-parser.cc:11939
45747 #, gcc-internal-format
45748 msgid "extra semicolon in method definition specified"
45749 msgstr ""
45751 #: c/c-parser.cc:12071
45752 #, gcc-internal-format
45753 msgid "method attributes must be specified at the end only"
45754 msgstr ""
45756 #: c/c-parser.cc:12091
45757 #, gcc-internal-format
45758 msgid "expected %<;%> or %<{%> after method attribute definition"
45759 msgstr ""
45761 #: c/c-parser.cc:12213
45762 #, gcc-internal-format
45763 msgid "objective-c method declaration is expected"
45764 msgstr ""
45766 #: c/c-parser.cc:12665
45767 #, gcc-internal-format
45768 msgid "no type or storage class may be specified here,"
45769 msgstr ""
45771 #: c/c-parser.cc:12733 cp/parser.cc:36823
45772 #, gcc-internal-format
45773 msgid "empty property attribute list"
45774 msgstr ""
45776 #: c/c-parser.cc:12747 cp/parser.cc:36836
45777 #, gcc-internal-format
45778 msgid "missing property attribute"
45779 msgstr ""
45781 #: c/c-parser.cc:12786
45782 #, gcc-internal-format
45783 msgid "unknown property attribute %<%s%s%>"
45784 msgstr ""
45786 #: c/c-parser.cc:12789 cp/parser.cc:36873
45787 #, gcc-internal-format
45788 msgid "unknown property attribute"
45789 msgstr ""
45791 #: c/c-parser.cc:12798 cp/parser.cc:36882
45792 #, gcc-internal-format
45793 msgid "expected %<=%> after Objective-C %qE"
45794 msgstr ""
45796 #: c/c-parser.cc:12809 cp/parser.cc:36896
45797 #, gcc-internal-format
45798 msgid "expected %qE selector name"
45799 msgstr "očekivano je ime selektora za %qE"
45801 #: c/c-parser.cc:12825 cp/parser.cc:36915
45802 #, gcc-internal-format
45803 msgid "setter method names must terminate with %<:%>"
45804 msgstr ""
45806 #: c/c-parser.cc:13039 cp/parser.cc:49091
45807 #, gcc-internal-format
45808 msgid "%<#pragma GCC unroll%> requires an assignment-expression that evaluates to a non-negative integral constant less than %u"
45809 msgstr ""
45811 #: c/c-parser.cc:13084 c/c-parser.cc:21511 c/c-parser.cc:21812
45812 #: c/c-parser.cc:21875 c/c-parser.cc:21973 cp/parser.cc:44879
45813 #: cp/parser.cc:45219 cp/parser.cc:45322 cp/parser.cc:45408 cp/parser.cc:49138
45814 #: cp/parser.cc:49154 cp/parser.cc:49170 cp/parser.cc:49187 cp/parser.cc:49204
45815 #: cp/parser.cc:49221 cp/parser.cc:49248 cp/parser.cc:49262 cp/parser.cc:49287
45816 #: cp/parser.cc:49301
45817 #, gcc-internal-format
45818 msgid "%<#pragma %s%> may only be used in compound statements"
45819 msgstr ""
45821 #: c/c-parser.cc:13107 cp/parser.cc:49276
45822 #, gcc-internal-format
45823 msgid "%<#pragma acc routine%> must be at file scope"
45824 msgstr ""
45826 #: c/c-parser.cc:13197 cp/parser.cc:49400
45827 #, gcc-internal-format
45828 msgid "%<#pragma omp scan%> may only be used in a loop construct with %<inscan%> %<reduction%> clause"
45829 msgstr ""
45831 #: c/c-parser.cc:13204 cp/parser.cc:49406
45832 #, gcc-internal-format
45833 msgid "%<#pragma omp section%> may only be used in %<#pragma omp sections%> construct"
45834 msgstr ""
45836 #: c/c-parser.cc:13216 c/c-parser.cc:13228
45837 #, gcc-internal-format
45838 msgid "%<#pragma %s%> may only be used at file scope"
45839 msgstr ""
45841 #: c/c-parser.cc:13258 c/c-parser.cc:13282 cp/parser.cc:49435
45842 #: cp/parser.cc:49468
45843 #, gcc-internal-format
45844 msgid "for, while or do statement expected"
45845 msgstr ""
45847 #: c/c-parser.cc:13295 cp/parser.cc:49128
45848 #, gcc-internal-format
45849 msgid "%<#pragma GCC pch_preprocess%> must be first"
45850 msgstr ""
45852 #: c/c-parser.cc:13648 c/c-parser.cc:17312 c/c-parser.cc:18857
45853 #: c/c-parser.cc:18876 c/c-parser.cc:19080 c/c-parser.cc:19138
45854 #: c/c-parser.cc:19145 c/c-parser.cc:19152 c/c-parser.cc:23695
45855 #: c/c-parser.cc:23703 c/c-parser.cc:23973 c/c-parser.cc:23983
45856 #: c/c-parser.cc:24077 c/c-parser.cc:24084 c/c-parser.cc:24091
45857 #: cp/parser.cc:37344 cp/parser.cc:40661 cp/parser.cc:41526 cp/parser.cc:41563
45858 #: cp/parser.cc:41752 cp/parser.cc:41815 cp/parser.cc:41822 cp/parser.cc:41829
45859 #: cp/parser.cc:46686 cp/parser.cc:46693 cp/parser.cc:46700 cp/parser.cc:48025
45860 #: cp/parser.cc:48033 cp/parser.cc:48185 cp/parser.cc:48195
45861 #, gcc-internal-format
45862 msgid "too many %qs clauses"
45863 msgstr ""
45865 #: c/c-parser.cc:13675
45866 #, gcc-internal-format
45867 msgid "expression must be integral"
45868 msgstr ""
45870 #: c/c-parser.cc:13990 c/c-parser.cc:14002
45871 #, gcc-internal-format
45872 msgid "expected %<)%> or %<,%>"
45873 msgstr "očekivano %<)%> or %<,%>"
45875 #: c/c-parser.cc:14153 c/c-parser.cc:24382
45876 #, gcc-internal-format
45877 msgid "%qD is not a variable"
45878 msgstr ""
45880 #: c/c-parser.cc:14157 cp/semantics.cc:8307
45881 #, gcc-internal-format
45882 msgid "%qD is not a pointer variable"
45883 msgstr ""
45885 #: c/c-parser.cc:14199 cp/parser.cc:38084
45886 #, gcc-internal-format
45887 msgid "collapse argument needs positive constant integer expression"
45888 msgstr ""
45890 #: c/c-parser.cc:14294 cp/parser.cc:38162
45891 #, gcc-internal-format
45892 msgid "expected %<none%> or %<present%>"
45893 msgstr "očekivano je %<none%> ili %<present%>"
45895 #: c/c-parser.cc:14296 cp/parser.cc:38164
45896 #, gcc-internal-format
45897 msgid "expected %<none%>, %<shared%>, %<private%> or %<firstprivate%>"
45898 msgstr "očekivano je %<none%>, %<shared%>, %<private%> ili %<firstprivate%>"
45900 #: c/c-parser.cc:14417 cp/parser.cc:38276
45901 #, gcc-internal-format
45902 msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
45903 msgstr "očekivano je %<data%>, %<update%>, %<enter%> ili %<exit%>"
45905 #: c/c-parser.cc:14437 c/c-parser.cc:21868 c/c-parser.cc:21966
45906 #: cp/parser.cc:38294 cp/parser.cc:45211 cp/parser.cc:45314
45907 #, gcc-internal-format
45908 msgid "expected %<data%>"
45909 msgstr "očekivano je %<data%>"
45911 #: c/c-parser.cc:14490 cp/parser.cc:38349
45912 #, gcc-internal-format
45913 msgid "too many %<if%> clauses with %qs modifier"
45914 msgstr ""
45916 #: c/c-parser.cc:14497 cp/parser.cc:38356
45917 #, gcc-internal-format
45918 msgid "too many %<if%> clauses"
45919 msgstr ""
45921 #: c/c-parser.cc:14499 cp/parser.cc:38358
45922 #, gcc-internal-format
45923 msgid "too many %<if%> clauses without modifier"
45924 msgstr ""
45926 #: c/c-parser.cc:14505 cp/parser.cc:38364
45927 #, gcc-internal-format
45928 msgid "if any %<if%> clause has modifier, then all %<if%> clauses have to use modifier"
45929 msgstr ""
45931 #: c/c-parser.cc:14610 c/c-parser.cc:14670 c/c-parser.cc:14731
45932 #: c/c-parser.cc:14778 c/c-parser.cc:14857 c/c-parser.cc:15236
45933 #: c/c-parser.cc:15318 c/c-parser.cc:15885 c/c-parser.cc:16030
45934 #: c/c-parser.cc:16095 c/c-parser.cc:17249
45935 #, gcc-internal-format
45936 msgid "expected integer expression"
45937 msgstr ""
45939 #: c/c-parser.cc:14621
45940 #, gcc-internal-format
45941 msgid "%<num_threads%> value must be positive"
45942 msgstr ""
45944 #: c/c-parser.cc:14681
45945 #, gcc-internal-format
45946 msgid "%<num_tasks%> value must be positive"
45947 msgstr ""
45949 #: c/c-parser.cc:14742 cp/semantics.cc:8534
45950 #, gcc-internal-format
45951 msgid "%<grainsize%> value must be positive"
45952 msgstr ""
45954 #: c/c-parser.cc:14790 cp/semantics.cc:8564
45955 #, gcc-internal-format
45956 msgid "%<priority%> value must be non-negative"
45957 msgstr ""
45959 #: c/c-parser.cc:14824 cp/parser.cc:38590
45960 #, gcc-internal-format
45961 msgid "expected constant integer expression with valid sync-hint value"
45962 msgstr ""
45964 #: c/c-parser.cc:14896 cp/parser.cc:38660
45965 #, gcc-internal-format
45966 msgid "expected %<alloc%>, %<to%>, %<from%>, %<tofrom%>, %<firstprivate%>, %<none%> or %<default%>"
45967 msgstr ""
45969 #: c/c-parser.cc:14957 cp/parser.cc:38725
45970 #, gcc-internal-format
45971 msgid "expected %<scalar%>, %<aggregate%> or %<pointer%>"
45972 msgstr "očekivano je %<scalar%>, %<aggregate%> ili %<pointer%>"
45974 #: c/c-parser.cc:15023 cp/parser.cc:38794
45975 #, gcc-internal-format
45976 msgid "too many %<defaultmap%> clauses with %qs category"
45977 msgstr ""
45979 #: c/c-parser.cc:15026 cp/parser.cc:38797
45980 #, gcc-internal-format
45981 msgid "too many %<defaultmap%> clauses with unspecified category"
45982 msgstr ""
45984 #: c/c-parser.cc:15110 cp/semantics.cc:7356 cp/semantics.cc:7409
45985 #, gcc-internal-format
45986 msgid "%qs expression must be integral"
45987 msgstr ""
45989 #: c/c-parser.cc:15122 c/c-parser.cc:15245 cp/semantics.cc:7388
45990 #: cp/semantics.cc:7423
45991 #, gcc-internal-format
45992 msgid "%qs value must be positive"
45993 msgstr ""
45995 #: c/c-parser.cc:15184 cp/parser.cc:37856
45996 #, gcc-internal-format
45997 msgid "too many %<static%> arguments"
45998 msgstr ""
46000 #: c/c-parser.cc:15218 cp/parser.cc:37889
46001 #, gcc-internal-format
46002 msgid "unexpected argument"
46003 msgstr "neočekivani argument"
46005 #: c/c-parser.cc:15385 cp/semantics.cc:8750
46006 #, gcc-internal-format
46007 msgid "%<tile%> argument needs positive integral constant"
46008 msgstr ""
46010 #: c/c-parser.cc:15460 cp/parser.cc:38847
46011 #, gcc-internal-format
46012 msgid "expected %<reproducible%> or %<unconstrained%>"
46013 msgstr "%<scalar%>, %<aggregate%> or %<pointer%>"
46015 #: c/c-parser.cc:15469 c/c-parser.cc:15475 cp/parser.cc:38856
46016 #: cp/parser.cc:38866
46017 #, gcc-internal-format
46018 msgid "expected %<concurrent%>"
46019 msgstr "očekivano je %<concurrent%>"
46021 #: c/c-parser.cc:15511 cp/parser.cc:38906
46022 #, gcc-internal-format
46023 msgid "expected %<teams%>, %<parallel%> or %<thread%>"
46024 msgstr "očekivano je %<teams%>, %<parallel%> ili %<thread%>"
46026 #: c/c-parser.cc:15564 cp/parser.cc:38974
46027 #, gcc-internal-format
46028 msgid "ordered argument needs positive constant integer expression"
46029 msgstr ""
46031 #: c/c-parser.cc:15689 c/c-parser.cc:23252 cp/parser.cc:47672
46032 #, gcc-internal-format
46033 msgid "expected %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, %<||%> or identifier"
46034 msgstr ""
46036 #: c/c-parser.cc:15809 cp/parser.cc:39232
46037 #, gcc-internal-format
46038 msgid "both %<monotonic%> and %<nonmonotonic%> modifiers specified"
46039 msgstr ""
46041 #: c/c-parser.cc:15863 cp/parser.cc:39248
46042 #, gcc-internal-format
46043 msgid "schedule %<runtime%> does not take a %<chunk_size%> parameter"
46044 msgstr ""
46046 #: c/c-parser.cc:15867 cp/parser.cc:39251
46047 #, gcc-internal-format
46048 msgid "schedule %<auto%> does not take a %<chunk_size%> parameter"
46049 msgstr ""
46051 #: c/c-parser.cc:15879 cp/semantics.cc:7470
46052 #, gcc-internal-format
46053 msgid "chunk size value must be positive"
46054 msgstr ""
46056 #: c/c-parser.cc:15902 cp/parser.cc:39271
46057 #, gcc-internal-format
46058 msgid "invalid schedule kind"
46059 msgstr ""
46061 #: c/c-parser.cc:16040 c/c-parser.cc:16050
46062 #, gcc-internal-format
46063 msgid "%<num_teams%> value must be positive"
46064 msgstr ""
46066 #: c/c-parser.cc:16057 cp/semantics.cc:7437
46067 #, gcc-internal-format
46068 msgid "%<num_teams%> lower bound %qE bigger than upper bound %qE"
46069 msgstr ""
46071 #: c/c-parser.cc:16105 cp/semantics.cc:7566
46072 #, gcc-internal-format
46073 msgid "%<thread_limit%> value must be positive"
46074 msgstr ""
46076 #: c/c-parser.cc:16150 cp/semantics.cc:7694
46077 #, gcc-internal-format
46078 msgid "%<aligned%> clause alignment expression must be positive constant integer expression"
46079 msgstr ""
46081 #: c/c-parser.cc:16260 c/c-parser.cc:18846 cp/parser.cc:41518
46082 #, gcc-internal-format
46083 msgid "expected %<allocator%> or %<align%>"
46084 msgstr "očekivano je %<allocator%> ili %<align%>"
46086 #: c/c-parser.cc:16267
46087 #, gcc-internal-format
46088 msgid "duplicate %qs modifier"
46089 msgstr ""
46091 #: c/c-parser.cc:16315 cp/semantics.cc:7829
46092 #, gcc-internal-format
46093 msgid "%<allocate%> clause allocator expression has type %qT rather than %<omp_allocator_handle_t%>"
46094 msgstr ""
46096 #: c/c-parser.cc:16326 cp/semantics.cc:7784 cp/semantics.cc:7800
46097 #, gcc-internal-format
46098 msgid "%<allocate%> clause %<align%> modifier argument needs to be positive constant power of two integer expression"
46099 msgstr ""
46101 #: c/c-parser.cc:16445 cp/parser.cc:39718
46102 #, fuzzy, gcc-internal-format
46103 #| msgid "length modifier"
46104 msgid "multiple linear modifiers"
46105 msgstr "modifikator dužine"
46107 #: c/c-parser.cc:16457 cp/parser.cc:39731
46108 #, gcc-internal-format
46109 msgid "multiple %<step%> modifiers"
46110 msgstr ""
46112 #: c/c-parser.cc:16465 c/c-parser.cc:16493
46113 #, gcc-internal-format
46114 msgid "%<linear%> clause step expression must be integral"
46115 msgstr ""
46117 #: c/c-parser.cc:16545
46118 #, gcc-internal-format
46119 msgid "%<safelen%> clause expression must be positive constant integer expression"
46120 msgstr ""
46122 #: c/c-parser.cc:16584
46123 #, gcc-internal-format
46124 msgid "%<simdlen%> clause expression must be positive constant integer expression"
46125 msgstr ""
46127 #: c/c-parser.cc:16944 cp/parser.cc:40278
46128 #, gcc-internal-format
46129 msgid "%<iterator%> modifier incompatible with %qs"
46130 msgstr ""
46132 #: c/c-parser.cc:16992 cp/parser.cc:40333 cp/parser.cc:40722
46133 #: cp/parser.cc:40772
46134 #, gcc-internal-format
46135 msgid "invalid depend kind"
46136 msgstr "nevaljana vrsta ovisnosti"
46138 #: c/c-parser.cc:17053 cp/parser.cc:40363
46139 #, fuzzy, gcc-internal-format
46140 #| msgid "invalid map kind"
46141 msgid "invalid doacross kind"
46142 msgstr "nevaljana vrsta dodjele"
46144 #: c/c-parser.cc:17121 cp/parser.cc:40470
46145 #, gcc-internal-format
46146 msgid "too many %<always%> modifiers"
46147 msgstr ""
46149 #: c/c-parser.cc:17131 cp/parser.cc:40483
46150 #, gcc-internal-format
46151 msgid "too many %<close%> modifiers"
46152 msgstr ""
46154 #: c/c-parser.cc:17139 cp/parser.cc:40494
46155 #, gcc-internal-format
46156 msgid "%<#pragma omp target%> with modifier other than %<always%> or %<close%> on %<map%> clause"
46157 msgstr ""
46159 #: c/c-parser.cc:17167 cp/parser.cc:40525
46160 #, gcc-internal-format
46161 msgid "invalid map kind"
46162 msgstr "nevaljana vrsta dodjele"
46164 #: c/c-parser.cc:17219 cp/parser.cc:40584
46165 #, gcc-internal-format
46166 msgid "%<ancestor%> device modifier not preceded by %<requires%> directive with %<reverse_offload%> clause"
46167 msgstr ""
46169 #: c/c-parser.cc:17231 cp/parser.cc:40595
46170 #, gcc-internal-format
46171 msgid "expected %<ancestor%> or %<device_num%>"
46172 msgstr "očekivano je %<ancestor%> ili %<device_num%>"
46174 #: c/c-parser.cc:17254 cp/semantics.cc:7591
46175 #, gcc-internal-format
46176 msgid "the %<device%> clause expression must evaluate to %<1%>"
46177 msgstr ""
46179 #: c/c-parser.cc:17287 cp/parser.cc:40666
46180 #, gcc-internal-format
46181 msgid "invalid dist_schedule kind"
46182 msgstr ""
46184 #: c/c-parser.cc:17366
46185 #, gcc-internal-format
46186 msgid "invalid proc_bind kind"
46187 msgstr ""
46189 #: c/c-parser.cc:17410
46190 #, gcc-internal-format
46191 msgid "expected %<host%>, %<nohost%> or %<any%>"
46192 msgstr "očekivano je %<host%>, %<nohost%> ili %<any%>"
46194 #: c/c-parser.cc:17487 cp/semantics.cc:8010
46195 #, gcc-internal-format
46196 msgid "%<detach%> clause event handle has type %qT rather than %<omp_event_handle_t%>"
46197 msgstr ""
46199 #: c/c-parser.cc:17689 cp/parser.cc:41011
46200 #, gcc-internal-format
46201 msgid "expected %<#pragma acc%> clause"
46202 msgstr ""
46204 #: c/c-parser.cc:17700 c/c-parser.cc:18058 cp/parser.cc:41022
46205 #: cp/parser.cc:41424
46206 #, gcc-internal-format
46207 msgid "%qs is not valid for %qs"
46208 msgstr ""
46210 #: c/c-parser.cc:17744 cp/parser.cc:41069
46211 #, gcc-internal-format
46212 msgid "clauses in %<simd%> trait should be separated by %<,%>"
46213 msgstr ""
46215 #: c/c-parser.cc:17893 cp/parser.cc:41257
46216 #, gcc-internal-format
46217 msgid "%qs must be the first clause of %qs"
46218 msgstr ""
46220 #: c/c-parser.cc:18047 cp/parser.cc:41413
46221 #, gcc-internal-format
46222 msgid "expected %<#pragma omp%> clause"
46223 msgstr ""
46225 #: c/c-parser.cc:18180 cp/parser.cc:45739
46226 #, gcc-internal-format
46227 msgid "no valid clauses specified in %<#pragma acc declare%>"
46228 msgstr ""
46230 #: c/c-parser.cc:18190 cp/parser.cc:45749
46231 #, gcc-internal-format
46232 msgid "array section in %<#pragma acc declare%>"
46233 msgstr ""
46235 #: c/c-parser.cc:18210 cp/parser.cc:45769
46236 #, gcc-internal-format
46237 msgid "%qD must be a global variable in %<#pragma acc declare link%>"
46238 msgstr ""
46240 #: c/c-parser.cc:18221 cp/parser.cc:45780
46241 #, gcc-internal-format
46242 msgid "invalid OpenACC clause at file scope"
46243 msgstr ""
46245 #: c/c-parser.cc:18228 cp/parser.cc:45787
46246 #, gcc-internal-format
46247 msgid "invalid use of %<extern%> variable %qD in %<#pragma acc declare%>"
46248 msgstr ""
46250 #: c/c-parser.cc:18236 cp/parser.cc:45795
46251 #, gcc-internal-format
46252 msgid "invalid use of %<global%> variable %qD in %<#pragma acc declare%>"
46253 msgstr ""
46255 #: c/c-parser.cc:18247 cp/parser.cc:45817
46256 #, gcc-internal-format
46257 msgid "%qD must be a variable declared in the same scope as %<#pragma acc declare%>"
46258 msgstr ""
46260 #: c/c-parser.cc:18257 cp/parser.cc:45827
46261 #, gcc-internal-format
46262 msgid "variable %qD used more than once with %<#pragma acc declare%>"
46263 msgstr ""
46265 #: c/c-parser.cc:18350 cp/parser.cc:45925
46266 #, gcc-internal-format
46267 msgid "expected %<data%> after %<#pragma acc %s%>"
46268 msgstr "očekivano je %<data%> iza %<#pragma acc %s%>"
46270 #: c/c-parser.cc:18366 cp/parser.cc:45942
46271 #, gcc-internal-format
46272 msgid "%<#pragma acc %s data%> has no data movement clause"
46273 msgstr ""
46275 #: c/c-parser.cc:18616 cp/parser.cc:3241
46276 #, gcc-internal-format
46277 msgid "%qE has not been declared"
46278 msgstr ""
46280 #: c/c-parser.cc:18620
46281 #, gcc-internal-format
46282 msgid "expected function name"
46283 msgstr "očekivano je ime funkcije"
46285 #: c/c-parser.cc:18638 cp/parser.cc:48452
46286 #, gcc-internal-format
46287 msgid "%qD does not refer to a function"
46288 msgstr ""
46290 #: c/c-parser.cc:18661 c/c-parser.cc:18709 cp/parser.cc:1586
46291 #, gcc-internal-format
46292 msgid "%<#pragma acc routine%> not immediately followed by function declaration or definition"
46293 msgstr ""
46295 #: c/c-parser.cc:18701 cp/parser.cc:48503 cp/parser.cc:48550
46296 #, gcc-internal-format
46297 msgid "%<#pragma acc routine%> not immediately followed by a single function declaration or definition"
46298 msgstr ""
46300 #: c/c-parser.cc:18732 cp/parser.cc:48578
46301 #, gcc-internal-format
46302 msgid "%<#pragma acc routine%> must be applied before use"
46303 msgstr ""
46305 #: c/c-parser.cc:18733 cp/parser.cc:48580
46306 #, gcc-internal-format
46307 msgid "%<#pragma acc routine%> must be applied before definition"
46308 msgstr ""
46310 #: c/c-parser.cc:18777 cp/parser.cc:46143
46311 #, gcc-internal-format
46312 msgid "%<#pragma acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause"
46313 msgstr ""
46315 #: c/c-parser.cc:18868 cp/parser.cc:41538 cp/parser.cc:41553
46316 #, gcc-internal-format
46317 msgid "%<align%> clause argument needs to be positive constant power of two integer expression"
46318 msgstr ""
46320 #: c/c-parser.cc:18891
46321 #, gcc-internal-format
46322 msgid "%<allocator%> clause allocator expression has type %qT rather than %<omp_allocator_handle_t%>"
46323 msgstr ""
46325 #. FIXME: When implementing properly, delete the align/allocate expr error
46326 #. check above and add one in semantics.cc (to properly handle templates).
46327 #. Base this on the allocator/align modifiers check for the 'allocate' clause
46328 #. in semantics.cc's finish_omp_clauses.
46329 #: c/c-parser.cc:18908 cp/parser.cc:41586
46330 #, gcc-internal-format
46331 msgid "%<#pragma omp allocate%> not yet supported"
46332 msgstr ""
46334 #: c/c-parser.cc:19046 cp/parser.cc:41718
46335 #, gcc-internal-format
46336 msgid "expected %<read%>, %<write%>, %<update%>, or %<capture%> clause"
46337 msgstr "očekivano je %<read%>, %<write%>, %<update%>, ili %<capture%> klauzula"
46339 #: c/c-parser.cc:19085 cp/parser.cc:41757
46340 #, gcc-internal-format
46341 msgid "expected %<seq_cst%>, %<acquire%> or %<relaxed%>"
46342 msgstr "očekivano je %<seq_cst%>, %<acquire%> ili %<relaxed%>"
46344 #: c/c-parser.cc:19109 cp/parser.cc:41786
46345 #, gcc-internal-format
46346 msgid "expected %<read%>, %<write%>, %<update%>, %<capture%>, %<compare%>, %<weak%>, %<fail%>, %<seq_cst%>, %<acq_rel%>, %<release%>, %<relaxed%> or %<hint%> clause"
46347 msgstr ""
46349 #: c/c-parser.cc:19124 cp/parser.cc:41801
46350 #, gcc-internal-format
46351 msgid "too many atomic clauses"
46352 msgstr ""
46354 #: c/c-parser.cc:19131 cp/parser.cc:41808
46355 #, gcc-internal-format
46356 msgid "too many memory order clauses"
46357 msgstr ""
46359 #: c/c-parser.cc:19169 c/c-parser.cc:19176 cp/parser.cc:41846
46360 #: cp/parser.cc:41853
46361 #, gcc-internal-format
46362 msgid "%qs clause is incompatible with %<read%> or %<write%> clauses"
46363 msgstr ""
46365 #: c/c-parser.cc:19182 c/c-parser.cc:19187 cp/parser.cc:41859
46366 #: cp/parser.cc:41864
46367 #, gcc-internal-format
46368 msgid "%qs clause requires %qs clause"
46369 msgstr ""
46371 #: c/c-parser.cc:19231 cp/parser.cc:41908
46372 #, gcc-internal-format
46373 msgid "%<#pragma omp atomic read%> incompatible with %<release%> clause"
46374 msgstr ""
46376 #: c/c-parser.cc:19241 cp/parser.cc:41918
46377 #, gcc-internal-format
46378 msgid "%<#pragma omp atomic write%> incompatible with %<acquire%> clause"
46379 msgstr ""
46381 #: c/c-parser.cc:19364 cp/parser.cc:42018
46382 #, gcc-internal-format
46383 msgid "expected %<==%> comparison in %<if%> condition"
46384 msgstr "očekivan je %<==%> usporedba u uvjetu %<if%>"
46386 #: c/c-parser.cc:19371 cp/parser.cc:42025
46387 #, gcc-internal-format
46388 msgid "expected %<==%>, %<<%> or %<>%> comparison in %<if%> condition"
46389 msgstr ""
46391 #: c/c-parser.cc:19444 cp/parser.cc:42090 cp/parser.cc:42373
46392 #: cp/parser.cc:42467 cp/parser.cc:42485
46393 #, gcc-internal-format
46394 msgid "invalid form of %<#pragma omp atomic compare%>"
46395 msgstr ""
46397 #: c/c-parser.cc:19455 cp/parser.cc:42101
46398 #, gcc-internal-format
46399 msgid "unexpected %<else%>"
46400 msgstr "očekivano je %<else%>"
46402 #: c/c-parser.cc:19515 cp/parser.cc:42540
46403 #, gcc-internal-format
46404 msgid "invalid form of %<pragma omp atomic compare%>"
46405 msgstr ""
46407 #: c/c-parser.cc:19786 cp/parser.cc:42394 cp/parser.cc:42420
46408 #, gcc-internal-format
46409 msgid "invalid form of %<#pragma omp atomic%>"
46410 msgstr ""
46412 #: c/c-parser.cc:19790 cp/parser.cc:42460 cp/parser.cc:42494
46413 #, gcc-internal-format
46414 msgid "invalid operator for %<#pragma omp atomic%>"
46415 msgstr ""
46417 #: c/c-parser.cc:19841 cp/parser.cc:42529
46418 #, gcc-internal-format
46419 msgid "%<weak%> clause requires atomic equality comparison"
46420 msgstr ""
46422 #: c/c-parser.cc:19847 cp/semantics.cc:10902 cp/semantics.cc:10912
46423 #, gcc-internal-format
46424 msgid "%<#pragma omp atomic capture%> uses two different expressions for memory"
46425 msgstr ""
46427 #: c/c-parser.cc:19947 cp/semantics.cc:10989
46428 #, gcc-internal-format
46429 msgid "%<depobj%> expression is not lvalue expression"
46430 msgstr ""
46432 #: c/c-parser.cc:20008 cp/parser.cc:42695
46433 #, fuzzy, gcc-internal-format
46434 #| msgid "expected %<in%>, %<out%>, %<inout%> or %<mutexinoutset%>"
46435 msgid "expected %<in%>, %<out%>, %<inout%>, %<mutexinoutset%> or %<inoutset%>"
46436 msgstr "očekivano je %<in%>, %<out%>, %<inout%> ili %<mutexinoutset%>"
46438 #: c/c-parser.cc:20020 cp/parser.cc:42711
46439 #, gcc-internal-format
46440 msgid "expected %<depend%>, %<destroy%> or %<update%> clause"
46441 msgstr "očekivano je %<depend%>, %<destroy%> ili %<update%> klauzula"
46443 #: c/c-parser.cc:20061 cp/parser.cc:42749
46444 #, gcc-internal-format
46445 msgid "expected %<seq_cst%>, %<acq_rel%>, %<release%> or %<acquire%>"
46446 msgstr "očekivano je %<seq_cst%>, %<acq_rel%>, %<release%> ili %<acquire%>"
46448 #: c/c-parser.cc:20069 cp/parser.cc:42757
46449 #, gcc-internal-format
46450 msgid "%<flush%> list specified together with memory order clause"
46451 msgstr ""
46453 #: c/c-parser.cc:20074
46454 #, gcc-internal-format
46455 msgid "expected %<(%> or end of line"
46456 msgstr ""
46458 #: c/c-parser.cc:20156 cp/parser.cc:43516
46459 #, gcc-internal-format
46460 msgid "expected %<inclusive%> or %<exclusive%> clause"
46461 msgstr "očekivano je %<inclusive%> ili %<exclusive%> klauzula"
46463 #: c/c-parser.cc:20161 cp/parser.cc:43522
46464 #, gcc-internal-format
46465 msgid "expected %<#pragma omp scan%>"
46466 msgstr "očekivano je %<#pragma omp scan%>"
46468 #: c/c-parser.cc:20217 cp/parser.cc:43573
46469 #, gcc-internal-format
46470 msgid "%<ordered%> clause parameter is less than %<collapse%>"
46471 msgstr ""
46473 #: c/c-parser.cc:20233 cp/parser.cc:43599
46474 #, gcc-internal-format
46475 msgid "for statement expected"
46476 msgstr ""
46478 #: c/c-parser.cc:20311 cp/semantics.cc:10480 cp/semantics.cc:10571
46479 #, gcc-internal-format
46480 msgid "expected iteration declaration or initialization"
46481 msgstr ""
46483 #: c/c-parser.cc:20397
46484 #, gcc-internal-format
46485 msgid "not enough perfectly nested loops"
46486 msgstr ""
46488 #: c/c-parser.cc:20445 cp/parser.cc:43913
46489 #, gcc-internal-format
46490 msgid "collapsed loops not perfectly nested"
46491 msgstr ""
46493 #: c/c-parser.cc:20528 cp/parser.cc:43709 cp/parser.cc:43751 cp/pt.cc:18441
46494 #, gcc-internal-format
46495 msgid "iteration variable %qD should not be firstprivate"
46496 msgstr ""
46498 #: c/c-parser.cc:20943 cp/parser.cc:44317
46499 #, gcc-internal-format
46500 msgid "%<#pragma omp ordered%> with %qs clause may only be used in compound statements"
46501 msgstr ""
46503 #: c/c-parser.cc:21157 cp/parser.cc:44523
46504 #, gcc-internal-format
46505 msgid "expected %<for%> after %qs"
46506 msgstr "očekivano je %<for%> iza %qs"
46508 #: c/c-parser.cc:21502 cp/parser.cc:44870
46509 #, gcc-internal-format
46510 msgid "expected %<point%>"
46511 msgstr "očekivano je %<point%>"
46513 #: c/c-parser.cc:21761 cp/parser.cc:45149
46514 #, gcc-internal-format
46515 msgid "%<#pragma omp target data%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46516 msgstr ""
46518 #: c/c-parser.cc:21777 cp/parser.cc:45165
46519 #, gcc-internal-format
46520 msgid "%<#pragma omp target data%> must contain at least one %<map%>, %<use_device_ptr%> or %<use_device_addr%> clause"
46521 msgstr ""
46523 #: c/c-parser.cc:21825 cp/parser.cc:45421
46524 #, gcc-internal-format
46525 msgid "%<#pragma omp target update%> must contain at least one %<from%> or %<to%> clauses"
46526 msgstr ""
46528 #: c/c-parser.cc:21915 cp/parser.cc:45260
46529 #, gcc-internal-format
46530 msgid "%<#pragma omp target enter data%> with map-type other than %<to%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46531 msgstr ""
46533 #: c/c-parser.cc:21927 cp/parser.cc:45272
46534 #, gcc-internal-format
46535 msgid "%<#pragma omp target enter data%> must contain at least one %<map%> clause"
46536 msgstr ""
46538 #: c/c-parser.cc:22014 cp/parser.cc:45364
46539 #, gcc-internal-format
46540 msgid "%<#pragma omp target exit data%> with map-type other than %<from%>, %<tofrom%>, %<release%> or %<delete%> on %<map%> clause"
46541 msgstr ""
46543 #: c/c-parser.cc:22027 cp/parser.cc:45377
46544 #, gcc-internal-format
46545 msgid "%<#pragma omp target exit data%> must contain at least one %<map%> clause"
46546 msgstr ""
46548 #: c/c-parser.cc:22263 cp/semantics.cc:10011
46549 #, gcc-internal-format
46550 msgid "%<#pragma omp target%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46551 msgstr ""
46553 #: c/c-parser.cc:22320
46554 #, gcc-internal-format
46555 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition or another %<#pragma omp declare %s%>"
46556 msgstr ""
46558 #: c/c-parser.cc:22371 c/c-parser.cc:22399
46559 #, gcc-internal-format
46560 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition"
46561 msgstr ""
46563 #: c/c-parser.cc:22438 cp/parser.cc:46293
46564 #, gcc-internal-format
46565 msgid "expected trait selector name"
46566 msgstr ""
46568 #: c/c-parser.cc:22491 cp/parser.cc:46345
46569 #, gcc-internal-format
46570 msgid "selector %qs not allowed for context selector set %qs"
46571 msgstr ""
46573 #: c/c-parser.cc:22516 cp/parser.cc:46369
46574 #, gcc-internal-format
46575 msgid "selector %qs does not accept any properties"
46576 msgstr ""
46578 #: c/c-parser.cc:22543 cp/parser.cc:46408 cp/pt.cc:11762
46579 #, gcc-internal-format
46580 msgid "score argument must be constant integer expression"
46581 msgstr ""
46583 #: c/c-parser.cc:22546 cp/parser.cc:46411 cp/pt.cc:11779
46584 #, gcc-internal-format
46585 msgid "score argument must be non-negative"
46586 msgstr ""
46588 #: c/c-parser.cc:22570 cp/parser.cc:46439 cp/pt.cc:11765
46589 #, gcc-internal-format
46590 msgid "property must be constant integer expression or string literal"
46591 msgstr ""
46593 #: c/c-parser.cc:22615 cp/parser.cc:46485
46594 #, gcc-internal-format
46595 msgid "expected identifier or string literal"
46596 msgstr ""
46598 #: c/c-parser.cc:22637 cp/parser.cc:46507 cp/pt.cc:11769
46599 #, gcc-internal-format
46600 msgid "property must be constant integer expression"
46601 msgstr ""
46603 #: c/c-parser.cc:22648 cp/parser.cc:46518
46604 #, gcc-internal-format
46605 msgid "properties for %<simd%> selector may not be specified in %<metadirective%>"
46606 msgstr ""
46608 #: c/c-parser.cc:22735 cp/parser.cc:46604
46609 #, gcc-internal-format
46610 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%>"
46611 msgstr ""
46613 #: c/c-parser.cc:22814 cp/parser.cc:46921
46614 #, gcc-internal-format
46615 msgid "expected %<match%>"
46616 msgstr "očekivano je %<match%>"
46618 #: c/c-parser.cc:22834
46619 #, gcc-internal-format
46620 msgid "variant %qD is not a function"
46621 msgstr ""
46623 #: c/c-parser.cc:22840 cp/decl.cc:8100
46624 #, gcc-internal-format
46625 msgid "variant %qD and base %qD have incompatible types"
46626 msgstr ""
46628 #: c/c-parser.cc:22852 cp/decl.cc:8109
46629 #, gcc-internal-format
46630 msgid "variant %qD is a built-in"
46631 msgstr ""
46633 #: c/c-parser.cc:22897
46634 #, gcc-internal-format
46635 msgid "%<#pragma omp declare %s%> not immediately followed by a function declaration or definition"
46636 msgstr ""
46638 #: c/c-parser.cc:22905 cp/parser.cc:46966
46639 #, gcc-internal-format
46640 msgid "%<#pragma omp declare %s%> not immediately followed by a single function declaration or definition"
46641 msgstr ""
46643 #: c/c-parser.cc:23019 cp/parser.cc:47170
46644 #, gcc-internal-format
46645 msgid "%qD specified both in declare target %<link%> and %qs clauses"
46646 msgstr ""
46648 #: c/c-parser.cc:23023 cp/parser.cc:47174
46649 #, gcc-internal-format
46650 msgid "%qD specified both in declare target %<link%> and %<to%> or %<enter%> clauses"
46651 msgstr ""
46653 #: c/c-parser.cc:23072 cp/parser.cc:47285
46654 #, gcc-internal-format
46655 msgid "directive with only %<device_type%> clause"
46656 msgstr ""
46658 #: c/c-parser.cc:23112 c/c-parser.cc:23152 cp/parser.cc:47333
46659 #: cp/parser.cc:47380
46660 #, gcc-internal-format
46661 msgid "expected %<target%>"
46662 msgstr "očekivano je %<target%>"
46664 #: c/c-parser.cc:23124 cp/parser.cc:47346
46665 #, fuzzy, gcc-internal-format
46666 #| msgid "expected %<directive%> or %<sequence%>"
46667 msgid "expected %<declare target%> or %<assumes%>"
46668 msgstr "očekivano je %<directive%> ili %<sequence%>"
46670 #: c/c-parser.cc:23158 cp/parser.cc:47387
46671 #, gcc-internal-format
46672 msgid "%<#pragma omp end declare target%> without corresponding %<#pragma omp declare target%> or %<#pragma omp begin declare target%>"
46673 msgstr ""
46675 #: c/c-parser.cc:23176 cp/parser.cc:47442
46676 #, fuzzy, gcc-internal-format
46677 #| msgid "expected %<class%> or %<typename%>"
46678 msgid "expected %<declare%> or %<assumes%>"
46679 msgstr "očekivano je %<class%> ili %<typename%>"
46681 #: c/c-parser.cc:23202
46682 #, gcc-internal-format
46683 msgid "%<#pragma omp declare reduction%> not at file or block scope"
46684 msgstr ""
46686 #: c/c-parser.cc:23279
46687 #, gcc-internal-format
46688 msgid "predeclared arithmetic type in %<#pragma omp declare reduction%>"
46689 msgstr ""
46691 #: c/c-parser.cc:23283
46692 #, gcc-internal-format
46693 msgid "function or array type in %<#pragma omp declare reduction%>"
46694 msgstr ""
46696 #: c/c-parser.cc:23286
46697 #, gcc-internal-format
46698 msgid "%<_Atomic%> qualified type in %<#pragma omp declare reduction%>"
46699 msgstr ""
46701 #: c/c-parser.cc:23289
46702 #, gcc-internal-format
46703 msgid "const, volatile or restrict qualified type in %<#pragma omp declare reduction%>"
46704 msgstr ""
46706 #: c/c-parser.cc:23297
46707 #, gcc-internal-format
46708 msgid "redeclaration of %qs %<#pragma omp declare reduction%> for type %qT"
46709 msgstr ""
46711 #: c/c-parser.cc:23306
46712 #, gcc-internal-format
46713 msgid "previous %<#pragma omp declare reduction%>"
46714 msgstr ""
46716 #: c/c-parser.cc:23427
46717 #, gcc-internal-format
46718 msgid "expected %<omp_priv%> or function-name"
46719 msgstr ""
46721 #: c/c-parser.cc:23438
46722 #, gcc-internal-format
46723 msgid "expected function-name %<(%>"
46724 msgstr "očekivano je function-name %<(%>"
46726 #: c/c-parser.cc:23457
46727 #, gcc-internal-format
46728 msgid "one of the initializer call arguments should be %<&omp_priv%>"
46729 msgstr ""
46731 #: c/c-parser.cc:23588 cp/parser.cc:47914
46732 #, gcc-internal-format
46733 msgid "expected %<simd%>, %<reduction%>, %<target%> or %<variant%>"
46734 msgstr "očekivano je %<simd%>, %<reduction%>, %<target%> ili %<variant%>"
46736 #: c/c-parser.cc:23651 cp/parser.cc:47975
46737 #, gcc-internal-format
46738 msgid "expected %<seq_cst%>, %<relaxed%> or %<acq_rel%>"
46739 msgstr "očekivano je %<seq_cst%>, %<relaxed%> ili %<acq_rel%>"
46741 #: c/c-parser.cc:23680 cp/parser.cc:48010
46742 #, gcc-internal-format
46743 msgid "expected %<unified_address%>, %<unified_shared_memory%>, %<dynamic_allocators%>, %<reverse_offload%> or %<atomic_default_mem_order%> clause"
46744 msgstr ""
46746 #: c/c-parser.cc:23698 cp/parser.cc:48028
46747 #, gcc-internal-format
46748 msgid "%qs clause used lexically after first target construct or offloading API"
46749 msgstr ""
46751 #: c/c-parser.cc:23710 cp/parser.cc:48040
46752 #, gcc-internal-format
46753 msgid "more than one %<atomic_default_mem_order%> clause in a single compilation unit"
46754 msgstr ""
46756 #: c/c-parser.cc:23719 cp/parser.cc:48049
46757 #, gcc-internal-format
46758 msgid "%<atomic_default_mem_order%> clause used lexically after first %<atomic%> construct without memory order clause"
46759 msgstr ""
46761 #: c/c-parser.cc:23733 cp/parser.cc:48063
46762 #, gcc-internal-format
46763 msgid "%<pragma omp requires%> requires at least one clause"
46764 msgstr ""
46766 #: c/c-parser.cc:23752
46767 #, gcc-internal-format
46768 msgid "zero sized type %qT in %<reduction%> clause"
46769 msgstr ""
46771 #: c/c-parser.cc:23758
46772 #, gcc-internal-format
46773 msgid "variable sized type %qT in %<reduction%> clause"
46774 msgstr ""
46776 #: c/c-parser.cc:23915 cp/parser.cc:48120
46777 #, gcc-internal-format
46778 msgid "expected %<at%>, %<severity%> or %<message%> clause"
46779 msgstr "očekivano je %<at%>, %<severity%> ili %<message%> klauzula"
46781 #: c/c-parser.cc:23948 cp/parser.cc:48155
46782 #, gcc-internal-format
46783 msgid "expected %qs or %qs"
46784 msgstr "očekivano je %qs ili %qs"
46786 #: c/c-parser.cc:24005 cp/parser.cc:48217
46787 #, gcc-internal-format
46788 msgid "%<#pragma omp error%> with %<at(execution)%> clause may only be used in compound statements"
46789 msgstr ""
46791 #: c/c-parser.cc:24028 cp/parser.cc:48244
46792 #, gcc-internal-format
46793 msgid "%<pragma omp error%> encountered: %s"
46794 msgstr ""
46796 #: c/c-parser.cc:24031 cp/parser.cc:48247
46797 #, gcc-internal-format
46798 msgid "%<pragma omp error%> encountered"
46799 msgstr ""
46801 #: c/c-parser.cc:24058 cp/parser.cc:46667
46802 #, fuzzy, gcc-internal-format
46803 #| msgid "expected pointer in %qs clause"
46804 msgid "expected at least one assumption clause"
46805 msgstr "očekivan je pokazivač (pointer) u %qs klauzuli"
46807 #: c/c-parser.cc:24144 cp/parser.cc:46753
46808 #, fuzzy, gcc-internal-format
46809 #| msgid "expected OpenMP directive name"
46810 msgid "expected directive name"
46811 msgstr "očekivano je ime direktive OpenMP"
46813 #: c/c-parser.cc:24157 cp/parser.cc:46766
46814 #, gcc-internal-format
46815 msgid "unknown OpenMP directive name in %qs clause argument"
46816 msgstr ""
46818 #: c/c-parser.cc:24164 cp/parser.cc:46773
46819 #, gcc-internal-format
46820 msgid "%<%s%s%s%s%s%> directive mentioned in both %<absent%> and %<contains%> clauses"
46821 msgstr ""
46823 #: c/c-parser.cc:24175 cp/parser.cc:46784
46824 #, gcc-internal-format
46825 msgid "%<%s%s%s%s%s%> directive mentioned multiple times in %qs clauses"
46826 msgstr ""
46828 #: c/c-parser.cc:24198 cp/parser.cc:46811
46829 #, fuzzy, gcc-internal-format
46830 #| msgid "unknown relocation unspec"
46831 msgid "unknown assumption clause %qs"
46832 msgstr "nepoznata relokacija unspec"
46834 #: c/c-parser.cc:24211 cp/parser.cc:46821
46835 #, fuzzy, gcc-internal-format
46836 #| msgid "expected pointer in %qs clause"
46837 msgid "expected assumption clause"
46838 msgstr "očekivan je pokazivač (pointer) u %qs klauzuli"
46840 #: c/c-parser.cc:24384 cp/semantics.cc:9385
46841 #, gcc-internal-format
46842 msgid "%qE declared %<threadprivate%> after first use"
46843 msgstr ""
46845 #: c/c-parser.cc:24386 cp/semantics.cc:9387
46846 #, gcc-internal-format
46847 msgid "automatic variable %qE cannot be %<threadprivate%>"
46848 msgstr ""
46850 #: c/c-parser.cc:24390 cp/semantics.cc:9389
46851 #, gcc-internal-format
46852 msgid "%<threadprivate%> %qE has incomplete type"
46853 msgstr ""
46855 #: c/c-parser.cc:24570 cp/parser.cc:48986
46856 #, gcc-internal-format
46857 msgid "%<__transaction_cancel%> without transactional memory support enabled"
46858 msgstr ""
46860 #: c/c-parser.cc:24576 cp/parser.cc:48992
46861 #, gcc-internal-format
46862 msgid "%<__transaction_cancel%> within a %<__transaction_relaxed%>"
46863 msgstr ""
46865 #: c/c-parser.cc:24585
46866 #, gcc-internal-format
46867 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%> or a %<transaction_may_cancel_outer%> function"
46868 msgstr ""
46870 #: c/c-parser.cc:24593 cp/parser.cc:49010
46871 #, gcc-internal-format
46872 msgid "%<__transaction_cancel%> not within %<__transaction_atomic%>"
46873 msgstr ""
46875 #: c/c-parser.cc:24677
46876 #, gcc-internal-format
46877 msgid "no closing brace"
46878 msgstr ""
46880 #: c/c-typeck.cc:237
46881 #, gcc-internal-format
46882 msgid "%qD has an incomplete type %qT"
46883 msgstr ""
46885 #: c/c-typeck.cc:251 c/c-typeck.cc:11152 c/c-typeck.cc:11194 cp/call.cc:4853
46886 #, gcc-internal-format
46887 msgid "invalid use of void expression"
46888 msgstr ""
46890 #: c/c-typeck.cc:259
46891 #, gcc-internal-format
46892 msgid "invalid use of flexible array member"
46893 msgstr ""
46895 #: c/c-typeck.cc:265 cp/typeck2.cc:350 rust/backend/rust-tree.cc:3886
46896 #, gcc-internal-format
46897 msgid "invalid use of array with unspecified bounds"
46898 msgstr ""
46900 #: c/c-typeck.cc:273
46901 #, gcc-internal-format
46902 msgid "invalid use of undefined type %qT"
46903 msgstr ""
46905 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
46906 #: c/c-typeck.cc:276
46907 #, gcc-internal-format
46908 msgid "invalid use of incomplete typedef %qT"
46909 msgstr ""
46911 #: c/c-typeck.cc:349
46912 #, gcc-internal-format
46913 msgid "%qT and %qT are in disjoint named address spaces"
46914 msgstr ""
46916 #: c/c-typeck.cc:384
46917 #, gcc-internal-format
46918 msgid "%qs attribute cannot be applied to a function that does not take variable arguments"
46919 msgstr ""
46921 #: c/c-typeck.cc:615 c/c-typeck.cc:640
46922 #, gcc-internal-format
46923 msgid "function types not truly compatible in ISO C"
46924 msgstr ""
46926 #: c/c-typeck.cc:790
46927 #, gcc-internal-format
46928 msgid "cannot mix operands of decimal floating and vector types"
46929 msgstr ""
46931 #: c/c-typeck.cc:795
46932 #, gcc-internal-format
46933 msgid "cannot mix operands of decimal floating and complex types"
46934 msgstr ""
46936 #: c/c-typeck.cc:800
46937 #, gcc-internal-format
46938 msgid "cannot mix operands of decimal floating and other floating types"
46939 msgstr ""
46941 #: c/c-typeck.cc:1345
46942 #, gcc-internal-format
46943 msgid "invalid use of pointers to arrays with different qualifiers in ISO C before C2X"
46944 msgstr ""
46946 #: c/c-typeck.cc:1349
46947 #, gcc-internal-format
46948 msgid "types are not quite compatible"
46949 msgstr ""
46951 #: c/c-typeck.cc:1353
46952 #, gcc-internal-format
46953 msgid "pointer target types incompatible in C++"
46954 msgstr ""
46956 #: c/c-typeck.cc:1686
46957 #, gcc-internal-format
46958 msgid "function return types not compatible due to %<volatile%>"
46959 msgstr ""
46961 #: c/c-typeck.cc:1947
46962 #, gcc-internal-format
46963 msgid "converting an array compound literal to a pointer is ill-formed in C++"
46964 msgstr ""
46966 #: c/c-typeck.cc:2600 c/c-typeck.cc:9673
46967 #, gcc-internal-format
46968 msgid "%qT has no member named %qE; did you mean %qE?"
46969 msgstr ""
46971 #: c/c-typeck.cc:2604 c/c-typeck.cc:9677
46972 #, gcc-internal-format
46973 msgid "%qT has no member named %qE"
46974 msgstr ""
46976 #: c/c-typeck.cc:2613
46977 #, gcc-internal-format
46978 msgid "accessing a member %qE of an atomic structure %qE"
46979 msgstr ""
46981 #: c/c-typeck.cc:2616
46982 #, gcc-internal-format
46983 msgid "accessing a member %qE of an atomic union %qE"
46984 msgstr ""
46986 #: c/c-typeck.cc:2680
46987 #, gcc-internal-format
46988 msgid "%qE is a pointer to pointer; did you mean to dereference it before applying %<->%> to it?"
46989 msgstr ""
46991 #: c/c-typeck.cc:2689
46992 #, gcc-internal-format
46993 msgid "%qE is a pointer; did you mean to use %<->%>?"
46994 msgstr ""
46996 #: c/c-typeck.cc:2696
46997 #, gcc-internal-format
46998 msgid "request for member %qE in something not a structure or union"
46999 msgstr ""
47001 #: c/c-typeck.cc:2744
47002 #, gcc-internal-format
47003 msgid "dereferencing %<void *%> pointer"
47004 msgstr ""
47006 #: c/c-typeck.cc:2799
47007 #, gcc-internal-format
47008 msgid "subscripted value is neither array nor pointer nor vector"
47009 msgstr ""
47011 #: c/c-typeck.cc:2809 cp/typeck.cc:3991 cp/typeck.cc:4084
47012 #, gcc-internal-format
47013 msgid "array subscript is not an integer"
47014 msgstr ""
47016 #: c/c-typeck.cc:2815
47017 #, gcc-internal-format
47018 msgid "subscripted value is pointer to function"
47019 msgstr ""
47021 #: c/c-typeck.cc:2869
47022 #, gcc-internal-format
47023 msgid "ISO C forbids subscripting %<register%> array"
47024 msgstr ""
47026 #: c/c-typeck.cc:2872
47027 #, gcc-internal-format
47028 msgid "ISO C90 forbids subscripting non-lvalue array"
47029 msgstr ""
47031 #: c/c-typeck.cc:2940
47032 #, gcc-internal-format
47033 msgid "underspecified %qD referenced in its initializer"
47034 msgstr ""
47036 #: c/c-typeck.cc:2991
47037 #, gcc-internal-format
47038 msgid "enum constant defined here"
47039 msgstr ""
47041 #: c/c-typeck.cc:3099 cp/typeck.cc:2141
47042 #, gcc-internal-format
47043 msgid "%<sizeof%> on array function parameter %qE will return size of %qT"
47044 msgstr ""
47046 #: c/c-typeck.cc:3260
47047 #, gcc-internal-format
47048 msgid "called object %qE is not a function or function pointer"
47049 msgstr ""
47051 #: c/c-typeck.cc:3265
47052 #, gcc-internal-format
47053 msgid "called object %qD is not a function or function pointer"
47054 msgstr ""
47056 #: c/c-typeck.cc:3271
47057 #, gcc-internal-format
47058 msgid "called object is not a function or function pointer"
47059 msgstr ""
47061 #. This situation leads to run-time undefined behavior.  We can't,
47062 #. therefore, simply error unless we can prove that all possible
47063 #. executions of the program must execute the code.
47064 #: c/c-typeck.cc:3300
47065 #, gcc-internal-format
47066 msgid "function called through a non-compatible type"
47067 msgstr ""
47069 #: c/c-typeck.cc:3305 c/c-typeck.cc:3360
47070 #, gcc-internal-format
47071 msgid "function with qualified void return type called"
47072 msgstr ""
47074 #: c/c-typeck.cc:3415
47075 #, gcc-internal-format, gfc-internal-format
47076 msgid "type of formal parameter %d is incomplete"
47077 msgstr ""
47079 #: c/c-typeck.cc:3429
47080 #, gcc-internal-format
47081 msgid "passing argument %d of %qE as integer rather than floating due to prototype"
47082 msgstr ""
47084 #: c/c-typeck.cc:3435
47085 #, gcc-internal-format
47086 msgid "passing argument %d of %qE as integer rather than complex due to prototype"
47087 msgstr ""
47089 #: c/c-typeck.cc:3441
47090 #, gcc-internal-format
47091 msgid "passing argument %d of %qE as complex rather than floating due to prototype"
47092 msgstr ""
47094 #: c/c-typeck.cc:3447
47095 #, gcc-internal-format
47096 msgid "passing argument %d of %qE as floating rather than integer due to prototype"
47097 msgstr ""
47099 #: c/c-typeck.cc:3453
47100 #, gcc-internal-format
47101 msgid "passing argument %d of %qE as complex rather than integer due to prototype"
47102 msgstr ""
47104 #: c/c-typeck.cc:3459
47105 #, gcc-internal-format
47106 msgid "passing argument %d of %qE as floating rather than complex due to prototype"
47107 msgstr ""
47109 #: c/c-typeck.cc:3473
47110 #, gcc-internal-format
47111 msgid "passing argument %d of %qE as %<float%> rather than %<double%> due to prototype"
47112 msgstr ""
47114 #: c/c-typeck.cc:3499
47115 #, gcc-internal-format
47116 msgid "passing argument %d of %qE as %qT rather than %qT due to prototype"
47117 msgstr ""
47119 #: c/c-typeck.cc:3524
47120 #, gcc-internal-format
47121 msgid "passing argument %d of %qE with different width due to prototype"
47122 msgstr ""
47124 #: c/c-typeck.cc:3548
47125 #, gcc-internal-format
47126 msgid "passing argument %d of %qE as unsigned due to prototype"
47127 msgstr ""
47129 #: c/c-typeck.cc:3553
47130 #, gcc-internal-format
47131 msgid "passing argument %d of %qE as signed due to prototype"
47132 msgstr ""
47134 #: c/c-typeck.cc:3707
47135 #, gcc-internal-format
47136 msgid "too many arguments to method %qE"
47137 msgstr ""
47139 #: c/c-typeck.cc:3717
47140 #, gcc-internal-format
47141 msgid "too many arguments to built-in function %qE expecting %d"
47142 msgstr ""
47144 #: c/c-typeck.cc:3792
47145 #, gcc-internal-format
47146 msgid "implicit conversion from %qT to %qT when passing argument to function"
47147 msgstr ""
47149 #: c/c-typeck.cc:3860
47150 #, gcc-internal-format
47151 msgid "too few arguments to built-in function %qE expecting %u"
47152 msgstr ""
47154 #: c/c-typeck.cc:4038 c/c-typeck.cc:4066 cp/typeck.cc:5682 cp/typeck.cc:5958
47155 #, gcc-internal-format
47156 msgid "comparison with string literal results in unspecified behavior"
47157 msgstr ""
47159 #: c/c-typeck.cc:4046 c/c-typeck.cc:4057 cp/typeck.cc:5714 cp/typeck.cc:5738
47160 #, gcc-internal-format
47161 msgid "comparison between pointer and zero character constant"
47162 msgstr ""
47164 #: c/c-typeck.cc:4049 c/c-typeck.cc:4060 cp/typeck.cc:5717 cp/typeck.cc:5741
47165 #, gcc-internal-format
47166 msgid "did you mean to dereference the pointer?"
47167 msgstr ""
47169 #: c/c-typeck.cc:4087
47170 #, gcc-internal-format
47171 msgid "comparison between %qT and %qT"
47172 msgstr ""
47174 #: c/c-typeck.cc:4146
47175 #, gcc-internal-format
47176 msgid "pointer of type %<void *%> used in subtraction"
47177 msgstr ""
47179 #: c/c-typeck.cc:4149
47180 #, gcc-internal-format
47181 msgid "pointer to a function used in subtraction"
47182 msgstr ""
47184 #: c/c-typeck.cc:4183
47185 #, gcc-internal-format
47186 msgid "arithmetic on pointer to an incomplete type"
47187 msgstr ""
47189 #: c/c-typeck.cc:4192 cp/typeck.cc:6762
47190 #, gcc-internal-format
47191 msgid "arithmetic on pointer to an empty aggregate"
47192 msgstr ""
47194 #: c/c-typeck.cc:4635
47195 #, gcc-internal-format
47196 msgid "%<~%> on a boolean expression"
47197 msgstr ""
47199 #: c/c-typeck.cc:4639
47200 #, gcc-internal-format
47201 msgid "did you mean to use logical not?"
47202 msgstr ""
47204 #: c/c-typeck.cc:4649
47205 #, gcc-internal-format
47206 msgid "ISO C does not support %<~%> for complex conjugation"
47207 msgstr ""
47209 #: c/c-typeck.cc:4673
47210 #, gcc-internal-format
47211 msgid "wrong type argument to absu"
47212 msgstr ""
47214 #: c/c-typeck.cc:4698
47215 #, gcc-internal-format
47216 msgid "wrong type argument to unary exclamation mark"
47217 msgstr ""
47219 #: c/c-typeck.cc:4756
47220 #, gcc-internal-format
47221 msgid "increment of enumeration value is invalid in C++"
47222 msgstr ""
47224 #: c/c-typeck.cc:4759
47225 #, gcc-internal-format
47226 msgid "decrement of enumeration value is invalid in C++"
47227 msgstr ""
47229 #: c/c-typeck.cc:4766
47230 #, gcc-internal-format
47231 msgid "increment of a boolean expression"
47232 msgstr ""
47234 #: c/c-typeck.cc:4769
47235 #, gcc-internal-format
47236 msgid "decrement of a boolean expression"
47237 msgstr ""
47239 #: c/c-typeck.cc:4785
47240 #, gcc-internal-format
47241 msgid "ISO C does not support %<++%> and %<--%> on complex types"
47242 msgstr ""
47244 #: c/c-typeck.cc:4811 c/c-typeck.cc:4845
47245 #, gcc-internal-format
47246 msgid "wrong type argument to increment"
47247 msgstr ""
47249 #: c/c-typeck.cc:4813 c/c-typeck.cc:4848
47250 #, gcc-internal-format
47251 msgid "wrong type argument to decrement"
47252 msgstr ""
47254 #: c/c-typeck.cc:4833
47255 #, gcc-internal-format
47256 msgid "increment of pointer to an incomplete type %qT"
47257 msgstr ""
47259 #: c/c-typeck.cc:4837
47260 #, gcc-internal-format
47261 msgid "decrement of pointer to an incomplete type %qT"
47262 msgstr ""
47264 #: c/c-typeck.cc:4945
47265 #, gcc-internal-format
47266 msgid "taking address of expression of type %<void%>"
47267 msgstr ""
47269 #: c/c-typeck.cc:5004 c/c-typeck.cc:5197
47270 #, gcc-internal-format
47271 msgid "cannot take address of bit-field %qD"
47272 msgstr ""
47274 #: c/c-typeck.cc:5018
47275 #, gcc-internal-format
47276 msgid "cannot take address of scalar with reverse storage order"
47277 msgstr ""
47279 #: c/c-typeck.cc:5026
47280 #, gcc-internal-format
47281 msgid "address of array with reverse scalar storage order requested"
47282 msgstr ""
47284 #: c/c-typeck.cc:5212
47285 #, gcc-internal-format
47286 msgid "address of register compound literal requested"
47287 msgstr ""
47289 #: c/c-typeck.cc:5233
47290 #, gcc-internal-format
47291 msgid "global register variable %qD used in nested function"
47292 msgstr ""
47294 #: c/c-typeck.cc:5236
47295 #, gcc-internal-format
47296 msgid "register variable %qD used in nested function"
47297 msgstr ""
47299 #: c/c-typeck.cc:5241
47300 #, gcc-internal-format
47301 msgid "address of global register variable %qD requested"
47302 msgstr ""
47304 #: c/c-typeck.cc:5243 d/d-codegen.cc:721
47305 #, gcc-internal-format
47306 msgid "address of register variable %qD requested"
47307 msgstr ""
47309 #: c/c-typeck.cc:5382
47310 #, gcc-internal-format
47311 msgid "non-lvalue array in conditional expression"
47312 msgstr ""
47314 #: c/c-typeck.cc:5464
47315 #, gcc-internal-format
47316 msgid "implicit conversion from %qT to %qT to match other result of conditional"
47317 msgstr ""
47319 #: c/c-typeck.cc:5523 c/c-typeck.cc:5529
47320 #, gcc-internal-format
47321 msgid "operand of %<?:%> changes signedness from %qT to %qT due to unsignedness of other operand"
47322 msgstr ""
47324 #: c/c-typeck.cc:5546
47325 #, gcc-internal-format
47326 msgid "ISO C forbids conditional expr with only one void side"
47327 msgstr ""
47329 #: c/c-typeck.cc:5563
47330 #, gcc-internal-format
47331 msgid "pointers to disjoint address spaces used in conditional expression"
47332 msgstr ""
47334 #: c/c-typeck.cc:5587
47335 #, gcc-internal-format
47336 msgid "pointer to array loses qualifier in conditional expression"
47337 msgstr ""
47339 #: c/c-typeck.cc:5591
47340 #, gcc-internal-format
47341 msgid "pointer to array loses qualifier in conditional expression in ISO C before C2X"
47342 msgstr ""
47344 #: c/c-typeck.cc:5596
47345 #, gcc-internal-format
47346 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
47347 msgstr ""
47349 #: c/c-typeck.cc:5611
47350 #, gcc-internal-format
47351 msgid "pointer type mismatch between %qT and %qT of %qD and %qD in conditional expression"
47352 msgstr ""
47354 #: c/c-typeck.cc:5616
47355 #, gcc-internal-format
47356 msgid "pointer type mismatch in conditional expression"
47357 msgstr ""
47359 #: c/c-typeck.cc:5625 c/c-typeck.cc:5636
47360 #, gcc-internal-format
47361 msgid "pointer/integer type mismatch in conditional expression"
47362 msgstr ""
47364 #: c/c-typeck.cc:5657
47365 #, gcc-internal-format
47366 msgid "type mismatch in conditional expression"
47367 msgstr ""
47369 #: c/c-typeck.cc:5772
47370 #, gcc-internal-format
47371 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %E"
47372 msgstr ""
47374 #: c/c-typeck.cc:5776
47375 #, gcc-internal-format
47376 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>"
47377 msgstr ""
47379 #: c/c-typeck.cc:5794
47380 #, gcc-internal-format
47381 msgid "ignoring return value of type %qT, declared with attribute %<nodiscard%>: %E"
47382 msgstr ""
47384 #: c/c-typeck.cc:5799
47385 #, gcc-internal-format
47386 msgid "ignoring return value of type %qT, declared with attribute %<nodiscard%>"
47387 msgstr ""
47389 #: c/c-typeck.cc:5808 cp/cvt.cc:1100 rust/backend/rust-tree.cc:641
47390 #, gcc-internal-format
47391 msgid "in call to %qD, declared here"
47392 msgstr ""
47394 #: c/c-typeck.cc:5857
47395 #, gcc-internal-format
47396 msgid "left-hand operand of comma expression has no effect"
47397 msgstr ""
47399 #: c/c-typeck.cc:5875 c/c-typeck.cc:11727
47400 #, gcc-internal-format
47401 msgid "right-hand operand of comma expression has no effect"
47402 msgstr ""
47404 #: c/c-typeck.cc:5946
47405 msgid "cast adds %q#v qualifier to function type"
47406 msgstr ""
47408 #: c/c-typeck.cc:5952
47409 msgid "cast discards %qv qualifier from pointer target type"
47410 msgstr ""
47412 #: c/c-typeck.cc:5987
47413 #, gcc-internal-format
47414 msgid "to be safe all intermediate pointers in cast from %qT to %qT must be %<const%> qualified"
47415 msgstr ""
47417 #: c/c-typeck.cc:6081
47418 #, gcc-internal-format
47419 msgid "cast specifies array type"
47420 msgstr ""
47422 #: c/c-typeck.cc:6087
47423 #, gcc-internal-format
47424 msgid "cast specifies function type"
47425 msgstr ""
47427 #: c/c-typeck.cc:6102
47428 #, gcc-internal-format
47429 msgid "ISO C forbids casting nonscalar to the same type"
47430 msgstr ""
47432 #: c/c-typeck.cc:6122
47433 #, gcc-internal-format
47434 msgid "ISO C forbids casts to union type"
47435 msgstr ""
47437 #: c/c-typeck.cc:6132
47438 #, gcc-internal-format
47439 msgid "cast to union type from type not present in union"
47440 msgstr ""
47442 #: c/c-typeck.cc:6167
47443 #, gcc-internal-format
47444 msgid "cast to %qs address space pointer from disjoint generic address space pointer"
47445 msgstr ""
47447 #: c/c-typeck.cc:6172
47448 #, gcc-internal-format
47449 msgid "cast to generic address space pointer from disjoint %qs address space pointer"
47450 msgstr ""
47452 #: c/c-typeck.cc:6177
47453 #, gcc-internal-format
47454 msgid "cast to %qs address space pointer from disjoint %qs address space pointer"
47455 msgstr ""
47457 #: c/c-typeck.cc:6197
47458 #, gcc-internal-format
47459 msgid "cast increases required alignment of target type"
47460 msgstr ""
47462 #: c/c-typeck.cc:6208
47463 #, gcc-internal-format
47464 msgid "cast from pointer to integer of different size"
47465 msgstr ""
47467 #: c/c-typeck.cc:6213
47468 #, gcc-internal-format
47469 msgid "cast from function call of type %qT to non-matching type %qT"
47470 msgstr ""
47472 #: c/c-typeck.cc:6222 cp/typeck.cc:9172
47473 #, gcc-internal-format
47474 msgid "cast to pointer from integer of different size"
47475 msgstr ""
47477 #: c/c-typeck.cc:6236
47478 #, gcc-internal-format
47479 msgid "ISO C forbids conversion of function pointer to object pointer type"
47480 msgstr ""
47482 #: c/c-typeck.cc:6245
47483 #, gcc-internal-format
47484 msgid "ISO C forbids conversion of object pointer to function pointer type"
47485 msgstr ""
47487 #: c/c-typeck.cc:6255
47488 #, gcc-internal-format
47489 msgid "cast between incompatible function types from %qT to %qT"
47490 msgstr ""
47492 #: c/c-typeck.cc:6351
47493 #, gcc-internal-format
47494 msgid "defining a type in a cast is invalid in C++"
47495 msgstr ""
47497 #: c/c-typeck.cc:6392
47498 #, gcc-internal-format
47499 msgid "assignment to expression with array type"
47500 msgstr ""
47502 #: c/c-typeck.cc:6518
47503 #, gcc-internal-format
47504 msgid "enum conversion in assignment is invalid in C++"
47505 msgstr ""
47507 #: c/c-typeck.cc:6720 c/c-typeck.cc:6742 c/c-typeck.cc:6768
47508 #, gcc-internal-format
47509 msgid "(near initialization for %qs)"
47510 msgstr ""
47512 #: c/c-typeck.cc:6783
47513 #, gcc-internal-format
47514 msgid "array initialized from parenthesized string constant"
47515 msgstr ""
47517 #: c/c-typeck.cc:6826 c/c-typeck.cc:7067
47518 #, gcc-internal-format
47519 msgid "expected %qT but argument is of type %qT"
47520 msgstr ""
47522 #: c/c-typeck.cc:6860
47523 #, gcc-internal-format
47524 msgid "%qD argument %d type is %qT where %qT is expected in a call to built-in function declared without prototype"
47525 msgstr ""
47527 #: c/c-typeck.cc:6863
47528 #, gcc-internal-format
47529 msgid "%qD argument %d promotes to %qT where %qT is expected in a call to built-in function declared without prototype"
47530 msgstr ""
47532 #: c/c-typeck.cc:6868
47533 #, gcc-internal-format
47534 msgid "built-in %qD declared here"
47535 msgstr ""
47537 #: c/c-typeck.cc:7062
47538 #, gcc-internal-format
47539 msgid "enum conversion when passing argument %d of %qE is invalid in C++"
47540 msgstr ""
47542 #: c/c-typeck.cc:7071
47543 #, gcc-internal-format
47544 msgid "enum conversion from %qT to %qT in assignment is invalid in C++"
47545 msgstr ""
47547 #: c/c-typeck.cc:7076
47548 #, gcc-internal-format
47549 msgid "enum conversion from %qT to %qT in initialization is invalid in C++"
47550 msgstr ""
47552 #: c/c-typeck.cc:7081
47553 #, gcc-internal-format
47554 msgid "enum conversion from %qT to %qT in return is invalid in C++"
47555 msgstr ""
47557 #: c/c-typeck.cc:7099
47558 #, gcc-internal-format
47559 msgid "implicit conversion from %qT to %qT"
47560 msgstr ""
47562 #: c/c-typeck.cc:7278 c/c-typeck.cc:7663
47563 msgid "passing argument %d of %qE makes %q#v qualified function pointer from unqualified"
47564 msgstr ""
47566 #: c/c-typeck.cc:7281 c/c-typeck.cc:7666
47567 msgid "assignment makes %q#v qualified function pointer from unqualified"
47568 msgstr ""
47570 #: c/c-typeck.cc:7284 c/c-typeck.cc:7668
47571 msgid "initialization makes %q#v qualified function pointer from unqualified"
47572 msgstr ""
47574 #: c/c-typeck.cc:7287 c/c-typeck.cc:7670
47575 msgid "return makes %q#v qualified function pointer from unqualified"
47576 msgstr ""
47578 #: c/c-typeck.cc:7295 c/c-typeck.cc:7554 c/c-typeck.cc:7597
47579 msgid "passing argument %d of %qE discards %qv qualifier from pointer target type"
47580 msgstr ""
47582 #: c/c-typeck.cc:7297 c/c-typeck.cc:7556 c/c-typeck.cc:7599
47583 msgid "assignment discards %qv qualifier from pointer target type"
47584 msgstr ""
47586 #: c/c-typeck.cc:7299 c/c-typeck.cc:7558 c/c-typeck.cc:7601
47587 msgid "initialization discards %qv qualifier from pointer target type"
47588 msgstr ""
47590 #: c/c-typeck.cc:7301 c/c-typeck.cc:7560 c/c-typeck.cc:7603
47591 msgid "return discards %qv qualifier from pointer target type"
47592 msgstr ""
47594 #: c/c-typeck.cc:7310
47595 #, gcc-internal-format
47596 msgid "ISO C prohibits argument conversion to union type"
47597 msgstr ""
47599 #: c/c-typeck.cc:7378
47600 #, gcc-internal-format
47601 msgid "request for implicit conversion from %qT to %qT not permitted in C++"
47602 msgstr ""
47604 #: c/c-typeck.cc:7393
47605 #, gcc-internal-format
47606 msgid "passing argument %d of %qE from pointer to non-enclosed address space"
47607 msgstr ""
47609 #: c/c-typeck.cc:7404
47610 #, gcc-internal-format
47611 msgid "assignment from pointer to non-enclosed address space"
47612 msgstr ""
47614 #: c/c-typeck.cc:7415
47615 #, gcc-internal-format
47616 msgid "initialization from pointer to non-enclosed address space"
47617 msgstr ""
47619 #: c/c-typeck.cc:7425
47620 #, gcc-internal-format
47621 msgid "return from pointer to non-enclosed address space"
47622 msgstr ""
47624 #: c/c-typeck.cc:7441
47625 #, fuzzy, gcc-internal-format
47626 #| msgid "expected pointer in %qs clause"
47627 msgid "expected %qT but pointer is of type %qT"
47628 msgstr "očekivan je pokazivač (pointer) u %qs klauzuli"
47630 #: c/c-typeck.cc:7456
47631 #, gcc-internal-format
47632 msgid "argument %d of %qE might be a candidate for a format attribute"
47633 msgstr ""
47635 #: c/c-typeck.cc:7462
47636 #, gcc-internal-format
47637 msgid "assignment left-hand side might be a candidate for a format attribute"
47638 msgstr ""
47640 #: c/c-typeck.cc:7468
47641 #, gcc-internal-format
47642 msgid "initialization left-hand side might be a candidate for a format attribute"
47643 msgstr ""
47645 #: c/c-typeck.cc:7473 cp/typeck.cc:10336
47646 #, gcc-internal-format
47647 msgid "return type might be a candidate for a format attribute"
47648 msgstr ""
47650 #: c/c-typeck.cc:7496
47651 #, gcc-internal-format
47652 msgid "passing argument %d of %qE from incompatible scalar storage order"
47653 msgstr ""
47655 #: c/c-typeck.cc:7506
47656 #, gcc-internal-format
47657 msgid "assignment to %qT from pointer type %qT with incompatible scalar storage order"
47658 msgstr ""
47660 #: c/c-typeck.cc:7516
47661 #, gcc-internal-format
47662 msgid "initialization of %qT from pointer type %qT with incompatible scalar storage order"
47663 msgstr ""
47665 #: c/c-typeck.cc:7521
47666 #, gcc-internal-format
47667 msgid "returning %qT from pointer type with incompatible scalar storage order %qT"
47668 msgstr ""
47670 #: c/c-typeck.cc:7571
47671 #, gcc-internal-format
47672 msgid "ISO C forbids passing argument %d of %qE between function pointer and %<void *%>"
47673 msgstr ""
47675 #: c/c-typeck.cc:7574
47676 #, gcc-internal-format
47677 msgid "ISO C forbids assignment between function pointer and %<void *%>"
47678 msgstr ""
47680 #: c/c-typeck.cc:7576
47681 #, gcc-internal-format
47682 msgid "ISO C forbids initialization between function pointer and %<void *%>"
47683 msgstr ""
47685 #: c/c-typeck.cc:7578
47686 #, gcc-internal-format
47687 msgid "ISO C forbids return between function pointer and %<void *%>"
47688 msgstr ""
47690 #: c/c-typeck.cc:7608
47691 #, gcc-internal-format
47692 msgid "array with qualifier on the element is not qualified before C2X"
47693 msgstr ""
47695 #: c/c-typeck.cc:7625
47696 #, gcc-internal-format
47697 msgid "pointer targets in passing argument %d of %qE differ in signedness"
47698 msgstr ""
47700 #: c/c-typeck.cc:7633
47701 #, gcc-internal-format
47702 msgid "pointer targets in assignment from %qT to %qT differ in signedness"
47703 msgstr ""
47705 #: c/c-typeck.cc:7639
47706 #, gcc-internal-format
47707 msgid "pointer targets in initialization of %qT from %qT differ in signedness"
47708 msgstr ""
47710 #: c/c-typeck.cc:7644
47711 #, gcc-internal-format
47712 msgid "pointer targets in returning %qT from a function with return type %qT differ in signedness"
47713 msgstr ""
47715 #: c/c-typeck.cc:7686
47716 #, gcc-internal-format
47717 msgid "passing argument %d of %qE from incompatible pointer type"
47718 msgstr ""
47720 #: c/c-typeck.cc:7694
47721 #, gcc-internal-format
47722 msgid "assignment to %qT from pointer to %qD with incompatible type %qT"
47723 msgstr ""
47725 #: c/c-typeck.cc:7699
47726 #, gcc-internal-format
47727 msgid "assignment to %qT from incompatible pointer type %qT"
47728 msgstr ""
47730 #: c/c-typeck.cc:7706
47731 #, gcc-internal-format
47732 msgid "initialization of %qT from pointer to %qD with incompatible type %qT"
47733 msgstr ""
47735 #: c/c-typeck.cc:7711
47736 #, gcc-internal-format
47737 msgid "initialization of %qT from incompatible pointer type %qT"
47738 msgstr ""
47740 #: c/c-typeck.cc:7718
47741 #, gcc-internal-format
47742 msgid "returning pointer to %qD of type %qT from a function with incompatible type %qT"
47743 msgstr ""
47745 #: c/c-typeck.cc:7723
47746 #, gcc-internal-format
47747 msgid "returning %qT from a function with incompatible return type %qT"
47748 msgstr ""
47750 #: c/c-typeck.cc:7763
47751 #, gcc-internal-format
47752 msgid "passing argument %d of %qE makes pointer from integer without a cast"
47753 msgstr ""
47755 #: c/c-typeck.cc:7770
47756 #, gcc-internal-format
47757 msgid "assignment to %qT from %qT makes pointer from integer without a cast"
47758 msgstr ""
47760 #: c/c-typeck.cc:7776
47761 #, gcc-internal-format
47762 msgid "initialization of %qT from %qT makes pointer from integer without a cast"
47763 msgstr ""
47765 #: c/c-typeck.cc:7780
47766 #, gcc-internal-format
47767 msgid "returning %qT from a function with return type %qT makes pointer from integer without a cast"
47768 msgstr ""
47770 #: c/c-typeck.cc:7800
47771 #, gcc-internal-format
47772 msgid "passing argument %d of %qE makes integer from pointer without a cast"
47773 msgstr ""
47775 #: c/c-typeck.cc:7807
47776 #, gcc-internal-format
47777 msgid "assignment to %qT from %qT makes integer from pointer without a cast"
47778 msgstr ""
47780 #: c/c-typeck.cc:7813
47781 #, gcc-internal-format
47782 msgid "initialization of %qT from %qT makes integer from pointer without a cast"
47783 msgstr ""
47785 #: c/c-typeck.cc:7817
47786 #, gcc-internal-format
47787 msgid "returning %qT from a function with return type %qT makes integer from pointer without a cast"
47788 msgstr ""
47790 #: c/c-typeck.cc:7849
47791 #, gcc-internal-format
47792 msgid "incompatible type for argument %d of %qE"
47793 msgstr ""
47795 #: c/c-typeck.cc:7860
47796 #, gcc-internal-format
47797 msgid "incompatible types when assigning to type %qT from type %qT"
47798 msgstr ""
47800 #: c/c-typeck.cc:7871
47801 #, gcc-internal-format
47802 msgid "incompatible types when initializing type %qT using type %qT"
47803 msgstr ""
47805 #: c/c-typeck.cc:7881
47806 #, gcc-internal-format
47807 msgid "incompatible types when returning type %qT but %qT was expected"
47808 msgstr ""
47810 #: c/c-typeck.cc:7961
47811 #, gcc-internal-format
47812 msgid "traditional C rejects automatic aggregate initialization"
47813 msgstr ""
47815 #: c/c-typeck.cc:8203
47816 #, gcc-internal-format
47817 msgid "%<constexpr%> pointer initializer is not null"
47818 msgstr ""
47820 #: c/c-typeck.cc:8211
47821 #, gcc-internal-format
47822 msgid "%<constexpr%> integer initializer is not an integer constant expression"
47823 msgstr ""
47825 #: c/c-typeck.cc:8214 c/c-typeck.cc:8276 c/c-typeck.cc:8413
47826 #, gcc-internal-format
47827 msgid "%<constexpr%> initializer not representable in type of object"
47828 msgstr ""
47830 #: c/c-typeck.cc:8224
47831 #, gcc-internal-format
47832 msgid "%<constexpr%> initializer is not an arithmetic constant expression"
47833 msgstr ""
47835 #: c/c-typeck.cc:8241
47836 #, gcc-internal-format
47837 msgid "%<constexpr%> initializer for a real type is of complex type"
47838 msgstr ""
47840 #: c/c-typeck.cc:8250
47841 #, gcc-internal-format
47842 msgid "%<constexpr%> initializer for a binary floating-point type is of decimal type"
47843 msgstr ""
47845 #: c/c-typeck.cc:8378 c/c-typeck.cc:9304 cp/typeck2.cc:1199
47846 #, gcc-internal-format
47847 msgid "initialization of a flexible array member"
47848 msgstr ""
47850 #: c/c-typeck.cc:8394 cp/typeck2.cc:1216
47851 #, gcc-internal-format
47852 msgid "cannot initialize array of %qT from a string literal with type array of %qT"
47853 msgstr ""
47855 #: c/c-typeck.cc:8453
47856 #, gcc-internal-format
47857 msgid "array of inappropriate type initialized from string constant"
47858 msgstr ""
47860 #: c/c-typeck.cc:8521 cp/typeck.cc:2533
47861 #, gcc-internal-format
47862 msgid "invalid use of non-lvalue array"
47863 msgstr ""
47865 #: c/c-typeck.cc:8540 c/c-typeck.cc:8564 c/c-typeck.cc:8567 c/c-typeck.cc:8575
47866 #: c/c-typeck.cc:8622 c/c-typeck.cc:10163 c/c-typeck.cc:10242
47867 #, gcc-internal-format
47868 msgid "initializer element is not constant"
47869 msgstr ""
47871 #: c/c-typeck.cc:8549
47872 #, gcc-internal-format
47873 msgid "array initialized from non-constant array expression"
47874 msgstr ""
47876 #: c/c-typeck.cc:8580 c/c-typeck.cc:8635 c/c-typeck.cc:10252
47877 #, gcc-internal-format
47878 msgid "initializer element is not a constant expression"
47879 msgstr ""
47881 #: c/c-typeck.cc:8629 c/c-typeck.cc:10247
47882 #, gcc-internal-format
47883 msgid "initializer element is not computable at load time"
47884 msgstr ""
47886 #: c/c-typeck.cc:8653
47887 #, gcc-internal-format
47888 msgid "invalid initializer"
47889 msgstr ""
47891 #: c/c-typeck.cc:8931 cp/decl.cc:7478
47892 #, gcc-internal-format
47893 msgid "opaque vector types cannot be initialized"
47894 msgstr ""
47896 #: c/c-typeck.cc:9151
47897 #, gcc-internal-format
47898 msgid "extra brace group at end of initializer"
47899 msgstr ""
47901 #: c/c-typeck.cc:9234
47902 #, gcc-internal-format
47903 msgid "braces around scalar initializer"
47904 msgstr ""
47906 #: c/c-typeck.cc:9301 c/c-typeck.cc:10780 cp/typeck2.cc:1226
47907 #: cp/typeck2.cc:1584
47908 #, gcc-internal-format
47909 msgid "initialization of flexible array member in a nested context"
47910 msgstr ""
47912 #: c/c-typeck.cc:9338
47913 #, gcc-internal-format
47914 msgid "missing braces around initializer"
47915 msgstr ""
47917 #: c/c-typeck.cc:9361
47918 #, gcc-internal-format
47919 msgid "missing initializer for field %qD of %qT"
47920 msgstr ""
47922 #: c/c-typeck.cc:9396
47923 #, gcc-internal-format
47924 msgid "extra elements in scalar initializer"
47925 msgstr ""
47927 #: c/c-typeck.cc:9515 c/c-typeck.cc:9597
47928 #, gcc-internal-format
47929 msgid "array index in non-array initializer"
47930 msgstr ""
47932 #: c/c-typeck.cc:9520 c/c-typeck.cc:9659
47933 #, gcc-internal-format
47934 msgid "field name not in record or union initializer"
47935 msgstr ""
47937 #: c/c-typeck.cc:9570
47938 #, gcc-internal-format
47939 msgid "array index in initializer not of integer type"
47940 msgstr ""
47942 #: c/c-typeck.cc:9579 c/c-typeck.cc:9588
47943 #, gcc-internal-format
47944 msgid "array index in initializer is not an integer constant expression"
47945 msgstr ""
47947 #: c/c-typeck.cc:9593 c/c-typeck.cc:9595
47948 #, gcc-internal-format
47949 msgid "nonconstant array index in initializer"
47950 msgstr ""
47952 #: c/c-typeck.cc:9599 c/c-typeck.cc:9602
47953 #, gcc-internal-format
47954 msgid "array index in initializer exceeds array bounds"
47955 msgstr ""
47957 #: c/c-typeck.cc:9621
47958 #, gcc-internal-format
47959 msgid "empty index range in initializer"
47960 msgstr ""
47962 #: c/c-typeck.cc:9630
47963 #, gcc-internal-format
47964 msgid "array index range in initializer exceeds array bounds"
47965 msgstr ""
47967 #: c/c-typeck.cc:9732 c/c-typeck.cc:9762 c/c-typeck.cc:10340
47968 #, gcc-internal-format
47969 msgid "initialized field with side-effects overwritten"
47970 msgstr ""
47972 #: c/c-typeck.cc:9736 c/c-typeck.cc:9766 c/c-typeck.cc:10343
47973 #, gcc-internal-format
47974 msgid "initialized field overwritten"
47975 msgstr ""
47977 #: c/c-typeck.cc:10274
47978 #, gcc-internal-format
47979 msgid "enum conversion in initialization is invalid in C++"
47980 msgstr ""
47982 #: c/c-typeck.cc:10655
47983 #, gcc-internal-format
47984 msgid "excess elements in %<char%> array initializer"
47985 msgstr ""
47987 #: c/c-typeck.cc:10662 c/c-typeck.cc:10739
47988 #, gcc-internal-format
47989 msgid "excess elements in struct initializer"
47990 msgstr ""
47992 #: c/c-typeck.cc:10683
47993 #, gcc-internal-format
47994 msgid "positional initialization of field in %<struct%> declared with %<designated_init%> attribute"
47995 msgstr ""
47997 #: c/c-typeck.cc:10754 cp/typeck2.cc:1203
47998 #, gcc-internal-format
47999 msgid "non-static initialization of a flexible array member"
48000 msgstr ""
48002 #: c/c-typeck.cc:10849
48003 #, gcc-internal-format
48004 msgid "excess elements in union initializer"
48005 msgstr ""
48007 #: c/c-typeck.cc:10871
48008 #, gcc-internal-format
48009 msgid "traditional C rejects initialization of unions"
48010 msgstr ""
48012 #: c/c-typeck.cc:10933
48013 #, gcc-internal-format
48014 msgid "excess elements in array initializer"
48015 msgstr ""
48017 #: c/c-typeck.cc:10967
48018 #, gcc-internal-format
48019 msgid "excess elements in vector initializer"
48020 msgstr ""
48022 #: c/c-typeck.cc:10999
48023 #, gcc-internal-format
48024 msgid "excess elements in scalar initializer"
48025 msgstr ""
48027 #: c/c-typeck.cc:11242
48028 #, gcc-internal-format
48029 msgid "ISO C forbids %<goto *expr;%>"
48030 msgstr ""
48032 #: c/c-typeck.cc:11248
48033 #, gcc-internal-format
48034 msgid "computed goto must be pointer type"
48035 msgstr ""
48037 #: c/c-typeck.cc:11277 c/gimple-parser.cc:2472 cp/typeck.cc:10926
48038 #, gcc-internal-format
48039 msgid "function declared %<noreturn%> has a %<return%> statement"
48040 msgstr ""
48042 #: c/c-typeck.cc:11305 c/c-typeck.cc:11309
48043 #, gcc-internal-format
48044 msgid "%<return%> with no value, in function returning non-void"
48045 msgstr ""
48047 #: c/c-typeck.cc:11323 c/gimple-parser.cc:2482
48048 #, gcc-internal-format
48049 msgid "%<return%> with a value, in function returning void"
48050 msgstr ""
48052 #: c/c-typeck.cc:11326
48053 #, gcc-internal-format
48054 msgid "ISO C forbids %<return%> with expression, in function returning void"
48055 msgstr ""
48057 #: c/c-typeck.cc:11403
48058 #, gcc-internal-format
48059 msgid "function returns address of label"
48060 msgstr ""
48062 #: c/c-typeck.cc:11494 cp/semantics.cc:1524
48063 #, gcc-internal-format
48064 msgid "switch quantity not an integer"
48065 msgstr ""
48067 #: c/c-typeck.cc:11519
48068 #, gcc-internal-format
48069 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
48070 msgstr ""
48072 #: c/c-typeck.cc:11557 c/c-typeck.cc:11565
48073 #, gcc-internal-format
48074 msgid "case label is not an integer constant expression"
48075 msgstr ""
48077 #: c/c-typeck.cc:11571 cp/parser.cc:12737
48078 #, gcc-internal-format
48079 msgid "case label not within a switch statement"
48080 msgstr ""
48082 #: c/c-typeck.cc:11573
48083 #, gcc-internal-format
48084 msgid "%<default%> label not within a switch statement"
48085 msgstr ""
48087 #: c/c-typeck.cc:11649 cp/parser.cc:14353
48088 #, gcc-internal-format
48089 msgid "break statement not within loop or switch"
48090 msgstr ""
48092 #: c/c-typeck.cc:11652 c/c-typeck.cc:11672 cp/decl.cc:3870 cp/parser.cc:14363
48093 #: cp/parser.cc:14384
48094 #, gcc-internal-format
48095 msgid "invalid exit from OpenMP structured block"
48096 msgstr ""
48098 #: c/c-typeck.cc:11655 cp/parser.cc:14366
48099 #, gcc-internal-format
48100 msgid "break statement used with OpenMP for loop"
48101 msgstr ""
48103 #: c/c-typeck.cc:11669 cp/parser.cc:14376
48104 #, gcc-internal-format
48105 msgid "continue statement not within a loop"
48106 msgstr ""
48108 #: c/c-typeck.cc:11709 cp/cp-gimplify.cc:229
48109 #, gcc-internal-format
48110 msgid "statement with no effect"
48111 msgstr ""
48113 #: c/c-typeck.cc:11753
48114 #, gcc-internal-format
48115 msgid "expression statement has incomplete type"
48116 msgstr ""
48118 #: c/c-typeck.cc:12044
48119 #, gcc-internal-format
48120 msgid "the comparison will always evaluate as %<false%> for the pointer operand in %qE must not be NULL"
48121 msgstr ""
48123 #: c/c-typeck.cc:12049
48124 #, gcc-internal-format
48125 msgid "the comparison will always evaluate as %<true%> for the pointer operand in %qE must not be NULL"
48126 msgstr ""
48128 #: c/c-typeck.cc:12067 c/c-typeck.cc:12105
48129 #, gcc-internal-format
48130 msgid "the comparison will always evaluate as %<false%> for the address of %qE will never be NULL"
48131 msgstr ""
48133 #: c/c-typeck.cc:12072 c/c-typeck.cc:12110
48134 #, gcc-internal-format
48135 msgid "the comparison will always evaluate as %<true%> for the address of %qE will never be NULL"
48136 msgstr ""
48138 #: c/c-typeck.cc:12692 c/c-typeck.cc:12853 cp/typeck.cc:5980
48139 #, gcc-internal-format
48140 msgid "comparing vectors with different element types"
48141 msgstr ""
48143 #: c/c-typeck.cc:12700 c/c-typeck.cc:12861 cp/typeck.cc:5993
48144 #, gcc-internal-format
48145 msgid "comparing vectors with different number of elements"
48146 msgstr ""
48148 #: c/c-typeck.cc:12715 c/c-typeck.cc:12876 cp/typeck.cc:6011
48149 #, gcc-internal-format
48150 msgid "comparison between types %qT and %qT"
48151 msgstr ""
48153 #: c/c-typeck.cc:12725 c/c-typeck.cc:12886 cp/typeck.cc:6028
48154 #, gcc-internal-format
48155 msgid "could not find an integer type of the same size as %qT"
48156 msgstr ""
48158 #: c/c-typeck.cc:12739 cp/typeck.cc:5671
48159 #, gcc-internal-format
48160 msgid "comparing floating-point with %<==%> or %<!=%> is unsafe"
48161 msgstr ""
48163 #: c/c-typeck.cc:12777 c/c-typeck.cc:12927
48164 #, gcc-internal-format
48165 msgid "comparison of pointers to disjoint address spaces"
48166 msgstr ""
48168 #: c/c-typeck.cc:12784 c/c-typeck.cc:12790
48169 #, gcc-internal-format
48170 msgid "ISO C forbids comparison of %<void *%> with function pointer"
48171 msgstr ""
48173 #: c/c-typeck.cc:12797 c/c-typeck.cc:12937
48174 #, gcc-internal-format
48175 msgid "comparison of distinct pointer types lacks a cast"
48176 msgstr ""
48178 #: c/c-typeck.cc:12809 c/c-typeck.cc:12814 c/c-typeck.cc:12963
48179 #: c/c-typeck.cc:12968
48180 #, gcc-internal-format
48181 msgid "comparison between pointer and integer"
48182 msgstr ""
48184 #: c/c-typeck.cc:12915
48185 #, gcc-internal-format
48186 msgid "comparison of complete and incomplete pointers"
48187 msgstr ""
48189 #: c/c-typeck.cc:12917
48190 #, gcc-internal-format
48191 msgid "ISO C forbids ordered comparisons of pointers to functions"
48192 msgstr ""
48194 #: c/c-typeck.cc:12922
48195 #, gcc-internal-format
48196 msgid "ordered comparison of pointer with null pointer"
48197 msgstr ""
48199 #: c/c-typeck.cc:12945 c/c-typeck.cc:12948 c/c-typeck.cc:12955
48200 #: c/c-typeck.cc:12958
48201 #, gcc-internal-format
48202 msgid "ordered comparison of pointer with integer zero"
48203 msgstr ""
48205 #: c/c-typeck.cc:13034
48206 #, gcc-internal-format
48207 msgid "implicit conversion from %qT to %qT to match other operand of binary expression"
48208 msgstr ""
48210 #: c/c-typeck.cc:13352
48211 #, gcc-internal-format
48212 msgid "used array that cannot be converted to pointer where scalar is required"
48213 msgstr ""
48215 #: c/c-typeck.cc:13356
48216 #, gcc-internal-format
48217 msgid "used struct type value where scalar is required"
48218 msgstr ""
48220 #: c/c-typeck.cc:13360
48221 #, gcc-internal-format
48222 msgid "used union type value where scalar is required"
48223 msgstr ""
48225 #: c/c-typeck.cc:13376
48226 #, gcc-internal-format
48227 msgid "used vector type where scalar is required"
48228 msgstr ""
48230 #: c/c-typeck.cc:13566 cp/semantics.cc:11062
48231 #, gcc-internal-format
48232 msgid "%<#pragma omp cancel%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
48233 msgstr ""
48235 #: c/c-typeck.cc:13577 c/c-typeck.cc:13587 cp/semantics.cc:11073
48236 #: cp/semantics.cc:11083
48237 #, gcc-internal-format
48238 msgid "expected %<cancel%> %<if%> clause modifier"
48239 msgstr ""
48241 #: c/c-typeck.cc:13622 cp/semantics.cc:11118
48242 #, gcc-internal-format
48243 msgid "%<#pragma omp cancellation point%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
48244 msgstr ""
48246 #: c/c-typeck.cc:13667 c/c-typeck.cc:15392 c/c-typeck.cc:15528
48247 #: c/c-typeck.cc:15611
48248 #, gcc-internal-format
48249 msgid "%<_Atomic%> %qE in %qs clause"
48250 msgstr ""
48252 #: c/c-typeck.cc:13691 c/c-typeck.cc:15307 c/c-typeck.cc:15514
48253 #: cp/semantics.cc:5157 cp/semantics.cc:7925 cp/semantics.cc:8185
48254 #, gcc-internal-format
48255 msgid "bit-field %qE in %qs clause"
48256 msgstr ""
48258 #: c/c-typeck.cc:13700 c/c-typeck.cc:15538 cp/semantics.cc:5167
48259 #: cp/semantics.cc:8206
48260 #, gcc-internal-format
48261 msgid "%qE is a member of a union"
48262 msgstr ""
48264 #: c/c-typeck.cc:13717 c/c-typeck.cc:15547 cp/semantics.cc:8215
48265 #, gcc-internal-format
48266 msgid "cannot dereference %qE in %qs clause"
48267 msgstr ""
48269 #: c/c-typeck.cc:13728 cp/semantics.cc:5192 cp/semantics.cc:8260
48270 #, gcc-internal-format
48271 msgid "%qD is not a variable in %qs clause"
48272 msgstr ""
48274 #: c/c-typeck.cc:13732 c/c-typeck.cc:15575 cp/semantics.cc:5196
48275 #: cp/semantics.cc:8264
48276 #, gcc-internal-format
48277 msgid "%qE is not a variable in %qs clause"
48278 msgstr ""
48280 #: c/c-typeck.cc:13740
48281 #, gcc-internal-format
48282 msgid "%<_Atomic%> %qD in %qs clause"
48283 msgstr ""
48285 #: c/c-typeck.cc:13750 c/c-typeck.cc:15582 c/c-typeck.cc:15712
48286 #: cp/semantics.cc:5205 cp/semantics.cc:8271 cp/semantics.cc:8467
48287 #, gcc-internal-format
48288 msgid "%qD is threadprivate variable in %qs clause"
48289 msgstr ""
48291 #: c/c-typeck.cc:13787 cp/semantics.cc:5239
48292 #, gcc-internal-format
48293 msgid "low bound %qE of array section does not have integral type"
48294 msgstr ""
48296 #: c/c-typeck.cc:13794 cp/semantics.cc:5246
48297 #, gcc-internal-format
48298 msgid "length %qE of array section does not have integral type"
48299 msgstr ""
48301 #: c/c-typeck.cc:13817 cp/semantics.cc:5279
48302 #, gcc-internal-format
48303 msgid "expected single pointer in %qs clause"
48304 msgstr ""
48306 #: c/c-typeck.cc:13835 c/c-typeck.cc:13902 c/c-typeck.cc:14194
48307 #: cp/semantics.cc:5297 cp/semantics.cc:5364
48308 #, gcc-internal-format
48309 msgid "zero length array section in %qs clause"
48310 msgstr ""
48312 #: c/c-typeck.cc:13854 cp/semantics.cc:5316
48313 #, gcc-internal-format
48314 msgid "for unknown bound array type length expression must be specified"
48315 msgstr ""
48317 #: c/c-typeck.cc:13862 cp/semantics.cc:5324
48318 #, gcc-internal-format
48319 msgid "negative low bound in array section in %qs clause"
48320 msgstr ""
48322 #: c/c-typeck.cc:13871 c/c-typeck.cc:13995 cp/semantics.cc:5333
48323 #: cp/semantics.cc:5457
48324 #, gcc-internal-format
48325 msgid "negative length in array section in %qs clause"
48326 msgstr ""
48328 #: c/c-typeck.cc:13888 cp/semantics.cc:5350
48329 #, gcc-internal-format
48330 msgid "low bound %qE above array section size in %qs clause"
48331 msgstr ""
48333 #: c/c-typeck.cc:13931 cp/semantics.cc:5393
48334 #, gcc-internal-format
48335 msgid "length %qE above array section size in %qs clause"
48336 msgstr ""
48338 #: c/c-typeck.cc:13946 cp/semantics.cc:5408
48339 #, gcc-internal-format
48340 msgid "high bound %qE above array section size in %qs clause"
48341 msgstr ""
48343 #: c/c-typeck.cc:13983 cp/semantics.cc:5445
48344 #, gcc-internal-format
48345 msgid "for array function parameter length expression must be specified"
48346 msgstr ""
48348 #: c/c-typeck.cc:13987 cp/semantics.cc:5449
48349 #, gcc-internal-format
48350 msgid "for pointer type length expression must be specified"
48351 msgstr ""
48353 #: c/c-typeck.cc:14014 c/c-typeck.cc:14133 cp/semantics.cc:5476
48354 #: cp/semantics.cc:5610
48355 #, gcc-internal-format
48356 msgid "array section is not contiguous in %qs clause"
48357 msgstr ""
48359 #: c/c-typeck.cc:14024 cp/semantics.cc:5486
48360 #, gcc-internal-format
48361 msgid "%qE does not have pointer or array type"
48362 msgstr ""
48364 #: c/c-typeck.cc:14411 cp/semantics.cc:6584
48365 #, gcc-internal-format
48366 msgid "iterator %qD has neither integral nor pointer type"
48367 msgstr ""
48369 #: c/c-typeck.cc:14418
48370 #, gcc-internal-format
48371 msgid "iterator %qD has %<_Atomic%> qualified type"
48372 msgstr ""
48374 #: c/c-typeck.cc:14424 cp/semantics.cc:6591
48375 #, gcc-internal-format
48376 msgid "iterator %qD has const qualified type"
48377 msgstr ""
48379 #: c/c-typeck.cc:14437 cp/semantics.cc:6607
48380 #, gcc-internal-format
48381 msgid "iterator step with non-integral type"
48382 msgstr ""
48384 #: c/c-typeck.cc:14457 cp/semantics.cc:6643
48385 #, gcc-internal-format
48386 msgid "iterator %qD has zero step"
48387 msgstr ""
48389 #: c/c-typeck.cc:14484
48390 #, gcc-internal-format
48391 msgid "type of iterator %qD refers to outer iterator %qD"
48392 msgstr ""
48394 #: c/c-typeck.cc:14491 cp/semantics.cc:6677
48395 #, gcc-internal-format
48396 msgid "begin expression refers to outer iterator %qD"
48397 msgstr ""
48399 #: c/c-typeck.cc:14497 cp/semantics.cc:6683
48400 #, gcc-internal-format
48401 msgid "end expression refers to outer iterator %qD"
48402 msgstr ""
48404 #: c/c-typeck.cc:14503 cp/semantics.cc:6689
48405 #, gcc-internal-format
48406 msgid "step expression refers to outer iterator %qD"
48407 msgstr ""
48409 #: c/c-typeck.cc:14540 cp/semantics.cc:6737
48410 #, gcc-internal-format
48411 msgid "expected pointer in %qs clause"
48412 msgstr "očekivan je pokazivač (pointer) u %qs klauzuli"
48414 #: c/c-typeck.cc:14635 cp/semantics.cc:6825
48415 #, gcc-internal-format
48416 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct"
48417 msgstr ""
48419 #: c/c-typeck.cc:14657 cp/semantics.cc:6845
48420 #, gcc-internal-format
48421 msgid "%<inscan%> %<reduction%> clause with array section"
48422 msgstr ""
48424 #: c/c-typeck.cc:14683 c/c-typeck.cc:14693
48425 #, gcc-internal-format
48426 msgid "%qD in %<reduction%> clause is a zero size array"
48427 msgstr ""
48429 #: c/c-typeck.cc:14713
48430 #, gcc-internal-format
48431 msgid "%<_Atomic%> %qE in %<reduction%> clause"
48432 msgstr ""
48434 #: c/c-typeck.cc:14725
48435 #, gcc-internal-format
48436 msgid "zero sized type %qT in %qs clause"
48437 msgstr ""
48439 #: c/c-typeck.cc:14733
48440 #, gcc-internal-format
48441 msgid "variable sized type %qT in %qs clause"
48442 msgstr ""
48444 #: c/c-typeck.cc:14777
48445 #, gcc-internal-format
48446 msgid "%qE has invalid type for %<reduction(%s)%>"
48447 msgstr ""
48449 #: c/c-typeck.cc:14786 cp/semantics.cc:6476
48450 #, gcc-internal-format
48451 msgid "user defined reduction not found for %qE"
48452 msgstr ""
48454 #: c/c-typeck.cc:14874
48455 #, gcc-internal-format
48456 msgid "variable length element type in array %<reduction%> clause"
48457 msgstr ""
48459 #: c/c-typeck.cc:14892 c/c-typeck.cc:15806 cp/semantics.cc:9002
48460 #, gcc-internal-format
48461 msgid "%<nowait%> clause must not be used together with %<copyprivate%>"
48462 msgstr ""
48464 #: c/c-typeck.cc:14904 cp/semantics.cc:9070
48465 #, gcc-internal-format
48466 msgid "%qE must be %<threadprivate%> for %<copyin%>"
48467 msgstr ""
48469 #: c/c-typeck.cc:14919 cp/semantics.cc:6888
48470 #, gcc-internal-format
48471 msgid "modifier should not be specified in %<linear%> clause on %<simd%> or %<for%> constructs when not using OpenMP 5.2 modifiers"
48472 msgstr ""
48474 #: c/c-typeck.cc:14928
48475 #, gcc-internal-format
48476 msgid "linear clause applied to non-integral non-pointer variable with type %qT"
48477 msgstr ""
48479 #: c/c-typeck.cc:14936
48480 #, gcc-internal-format
48481 msgid "%<_Atomic%> %qD in %<linear%> clause"
48482 msgstr ""
48484 #: c/c-typeck.cc:14955 cp/semantics.cc:6972
48485 #, gcc-internal-format
48486 msgid "%<linear%> clause step %qE is neither constant nor a parameter"
48487 msgstr ""
48489 #: c/c-typeck.cc:14985 c/c-typeck.cc:15706 c/c-typeck.cc:15951
48490 #: cp/semantics.cc:7059 cp/semantics.cc:8461 cp/semantics.cc:8811
48491 #, gcc-internal-format
48492 msgid "%qE is not a variable in clause %qs"
48493 msgstr ""
48495 #: c/c-typeck.cc:15003 cp/semantics.cc:7077
48496 #, gcc-internal-format
48497 msgid "%qD appears more than once in data-sharing clauses"
48498 msgstr ""
48500 #: c/c-typeck.cc:15014 cp/semantics.cc:7088
48501 #, gcc-internal-format
48502 msgid "%qD appears more than once in reduction clauses"
48503 msgstr ""
48505 #: c/c-typeck.cc:15028 c/c-typeck.cc:15098 c/c-typeck.cc:15132
48506 #, gcc-internal-format
48507 msgid "%qE appears more than once in data clauses"
48508 msgstr ""
48510 #: c/c-typeck.cc:15038 c/c-typeck.cc:15105 c/c-typeck.cc:15436
48511 #: c/c-typeck.cc:15629 c/c-typeck.cc:15637 c/c-typeck.cc:15654
48512 #: c/c-typeck.cc:15664 c/c-typeck.cc:15672 cp/semantics.cc:7102
48513 #: cp/semantics.cc:7112 cp/semantics.cc:7205 cp/semantics.cc:7212
48514 #: cp/semantics.cc:7259 cp/semantics.cc:8094 cp/semantics.cc:8325
48515 #: cp/semantics.cc:8333 cp/semantics.cc:8350 cp/semantics.cc:8360
48516 #: cp/semantics.cc:8368
48517 #, gcc-internal-format
48518 msgid "%qD appears more than once in data clauses"
48519 msgstr ""
48521 #: c/c-typeck.cc:15041 c/c-typeck.cc:15111 c/c-typeck.cc:15640
48522 #: c/c-typeck.cc:15675 cp/semantics.cc:7115 cp/semantics.cc:7218
48523 #: cp/semantics.cc:8336 cp/semantics.cc:8371
48524 #, gcc-internal-format
48525 msgid "%qD appears both in data and map clauses"
48526 msgstr ""
48528 #: c/c-typeck.cc:15086 cp/semantics.cc:7192
48529 #, gcc-internal-format
48530 msgid "%qE is not a variable in clause %<firstprivate%>"
48531 msgstr ""
48533 #: c/c-typeck.cc:15125 cp/semantics.cc:7251
48534 #, gcc-internal-format
48535 msgid "%qE is not a variable in clause %<lastprivate%>"
48536 msgstr ""
48538 #: c/c-typeck.cc:15144 cp/semantics.cc:7646
48539 #, gcc-internal-format
48540 msgid "%qE is not a variable in %<aligned%> clause"
48541 msgstr ""
48543 #: c/c-typeck.cc:15151
48544 #, gcc-internal-format
48545 msgid "%qE in %<aligned%> clause is neither a pointer nor an array"
48546 msgstr ""
48548 #: c/c-typeck.cc:15158
48549 #, gcc-internal-format
48550 msgid "%<_Atomic%> %qD in %<aligned%> clause"
48551 msgstr ""
48553 #: c/c-typeck.cc:15165
48554 #, gcc-internal-format
48555 msgid "%qE appears more than once in %<aligned%> clauses"
48556 msgstr ""
48558 #: c/c-typeck.cc:15178 cp/semantics.cc:7717
48559 #, gcc-internal-format
48560 msgid "%qE is not a variable in %<nontemporal%> clause"
48561 msgstr ""
48563 #: c/c-typeck.cc:15184
48564 #, gcc-internal-format
48565 msgid "%qE appears more than once in %<nontemporal%> clauses"
48566 msgstr ""
48568 #: c/c-typeck.cc:15197 cp/semantics.cc:7756
48569 #, gcc-internal-format
48570 msgid "%qE is not a variable in %<allocate%> clause"
48571 msgstr ""
48573 #: c/c-typeck.cc:15203
48574 #, gcc-internal-format
48575 msgid "%qE appears more than once in %<allocate%> clauses"
48576 msgstr ""
48578 #: c/c-typeck.cc:15273 cp/semantics.cc:7882
48579 #, gcc-internal-format
48580 msgid "%<depend%> clause with %<depobj%> dependence type on array section"
48581 msgstr ""
48583 #: c/c-typeck.cc:15288 cp/semantics.cc:7897
48584 #, gcc-internal-format
48585 msgid "%<omp_all_memory%> used with %<depend%> kind other than %<out%> or %<inout%>"
48586 msgstr ""
48588 #: c/c-typeck.cc:15296 cp/semantics.cc:7915
48589 #, gcc-internal-format
48590 msgid "%qE is not lvalue expression nor array section in %qs clause"
48591 msgstr ""
48593 #: c/c-typeck.cc:15317 cp/semantics.cc:7937
48594 #, gcc-internal-format
48595 msgid "%qE does not have %<omp_depend_t%> type in %<depend%> clause with %<depobj%> dependence type"
48596 msgstr ""
48598 #: c/c-typeck.cc:15327 cp/semantics.cc:7949
48599 #, gcc-internal-format
48600 msgid "%qE should not have %<omp_depend_t%> type in %<depend%> clause with dependence type other than %<depobj%>"
48601 msgstr ""
48603 #: c/c-typeck.cc:15384 cp/semantics.cc:8044
48604 #, gcc-internal-format
48605 msgid "array section does not have mappable type in %qs clause"
48606 msgstr ""
48608 #: c/c-typeck.cc:15432 c/c-typeck.cc:15651 cp/semantics.cc:8090
48609 #: cp/semantics.cc:8347
48610 #, gcc-internal-format
48611 msgid "%qD appears more than once in motion clauses"
48612 msgstr ""
48614 #: c/c-typeck.cc:15440 c/c-typeck.cc:15657 cp/semantics.cc:8098
48615 #: cp/semantics.cc:8353
48616 #, gcc-internal-format
48617 msgid "%qD appears more than once in map clauses"
48618 msgstr ""
48620 #: c/c-typeck.cc:15521 cp/semantics.cc:8192
48621 #, gcc-internal-format
48622 msgid "%qE does not have a mappable type in %qs clause"
48623 msgstr ""
48625 #: c/c-typeck.cc:15602 c/c-typeck.cc:15719 cp/semantics.cc:8294
48626 #: cp/semantics.cc:8474
48627 #, gcc-internal-format
48628 msgid "%qD does not have a mappable type in %qs clause"
48629 msgstr ""
48631 #: c/c-typeck.cc:15702 cp/semantics.cc:8456
48632 #, gcc-internal-format
48633 msgid "%qE is neither a variable nor a function name in clause %qs"
48634 msgstr ""
48636 #: c/c-typeck.cc:15728 cp/semantics.cc:8486
48637 #, gcc-internal-format
48638 msgid "%qE appears more than once on the same %<declare target%> directive"
48639 msgstr ""
48641 #: c/c-typeck.cc:15742 cp/semantics.cc:8502
48642 #, gcc-internal-format
48643 msgid "%qD is not an argument in %<uniform%> clause"
48644 msgstr ""
48646 #: c/c-typeck.cc:15745 cp/semantics.cc:8505
48647 #, gcc-internal-format
48648 msgid "%qE is not an argument in %<uniform%> clause"
48649 msgstr ""
48651 #: c/c-typeck.cc:15764
48652 #, gcc-internal-format
48653 msgid "%qs variable is not a pointer"
48654 msgstr ""
48656 #: c/c-typeck.cc:15771
48657 #, gcc-internal-format
48658 msgid "%qs variable is neither a pointer nor an array"
48659 msgstr ""
48661 #: c/c-typeck.cc:15819 c/c-typeck.cc:15912 cp/semantics.cc:8964
48662 #, gcc-internal-format
48663 msgid "%<order%> clause must not be used together with %<ordered%>"
48664 msgstr ""
48666 #: c/c-typeck.cc:15839 cp/semantics.cc:7989
48667 #, gcc-internal-format
48668 msgid "too many %qs clauses on a task construct"
48669 msgstr ""
48671 #: c/c-typeck.cc:15934 cp/semantics.cc:8779
48672 #, gcc-internal-format
48673 msgid "%<inbranch%> clause is incompatible with %<notinbranch%>"
48674 msgstr ""
48676 #: c/c-typeck.cc:16001 cp/semantics.cc:9141
48677 #, gcc-internal-format
48678 msgid "%qE is predetermined %qs for %qs"
48679 msgstr ""
48681 #: c/c-typeck.cc:16011
48682 #, gcc-internal-format
48683 msgid "%<const%> qualified %qE may appear only in %<shared%> or %<firstprivate%> clauses"
48684 msgstr ""
48686 #: c/c-typeck.cc:16042 cp/semantics.cc:8916
48687 #, gcc-internal-format
48688 msgid "%<simdlen%> clause value is bigger than %<safelen%> clause value"
48689 msgstr ""
48691 #: c/c-typeck.cc:16054 cp/semantics.cc:8929
48692 #, gcc-internal-format
48693 msgid "%<nonmonotonic%> schedule modifier specified together with %<ordered%> clause"
48694 msgstr ""
48696 #: c/c-typeck.cc:16065 c/c-typeck.cc:16073 cp/semantics.cc:8938
48697 #: cp/semantics.cc:8956
48698 #, gcc-internal-format
48699 msgid "%qs clause specified together with %<inscan%> %<reduction%> clause"
48700 msgstr ""
48702 #: c/c-typeck.cc:16121 cp/semantics.cc:8896
48703 #, gcc-internal-format
48704 msgid "%<linear%> clause step is a parameter %qD not specified in %<uniform%> clause"
48705 msgstr ""
48707 #: c/c-typeck.cc:16172 cp/semantics.cc:8946
48708 #, gcc-internal-format
48709 msgid "%<nogroup%> clause must not be used together with %<reduction%> clause"
48710 msgstr ""
48712 #: c/c-typeck.cc:16182 cp/semantics.cc:8975
48713 #, gcc-internal-format
48714 msgid "%<detach%> clause must not be used together with %<mergeable%> clause"
48715 msgstr ""
48717 #: c/c-typeck.cc:16200 cp/semantics.cc:9166
48718 #, gcc-internal-format
48719 msgid "the event handle of a %<detach%> clause should not be in a data-sharing clause"
48720 msgstr ""
48722 #: c/c-typeck.cc:16374
48723 #, gcc-internal-format
48724 msgid "cannot use %<va_arg%> with reverse storage order"
48725 msgstr ""
48727 #: c/c-typeck.cc:16379
48728 #, gcc-internal-format
48729 msgid "second argument to %<va_arg%> is of incomplete type %qT"
48730 msgstr ""
48732 #: c/c-typeck.cc:16385
48733 #, gcc-internal-format
48734 msgid "second argument to %<va_arg%> is a function type %qT"
48735 msgstr ""
48737 #: c/c-typeck.cc:16391
48738 #, gcc-internal-format
48739 msgid "C++ requires promoted type, not enum type, in %<va_arg%>"
48740 msgstr ""
48742 #: c/gimple-parser.cc:166
48743 #, gcc-internal-format
48744 msgid "expected frequency quality"
48745 msgstr "očekivana je frekvencija"
48747 #: c/gimple-parser.cc:175
48748 #, gcc-internal-format
48749 msgid "unknown profile quality"
48750 msgstr ""
48752 #: c/gimple-parser.cc:187
48753 #, gcc-internal-format
48754 msgid "expected frequency value"
48755 msgstr "očekivana je vrijednost frekvencije"
48757 #: c/gimple-parser.cc:326
48758 #, gcc-internal-format
48759 msgid "edge not found"
48760 msgstr ""
48762 #: c/gimple-parser.cc:342
48763 #, gcc-internal-format
48764 msgid "SSA name %qE with version %d has no definition"
48765 msgstr ""
48767 #: c/gimple-parser.cc:492 c/gimple-parser.cc:498
48768 #, gcc-internal-format
48769 msgid "expected block index"
48770 msgstr "očekivan je indeks bloka"
48772 #: c/gimple-parser.cc:506
48773 #, gcc-internal-format
48774 msgid "invalid block index"
48775 msgstr "nevaljani indeks bloka"
48777 #: c/gimple-parser.cc:517
48778 #, gcc-internal-format
48779 msgid "expected block specifier"
48780 msgstr ""
48782 #: c/gimple-parser.cc:535
48783 #, gcc-internal-format
48784 msgid "expected loop number"
48785 msgstr "očekivan je broj petlje"
48787 #: c/gimple-parser.cc:553
48788 #, gcc-internal-format
48789 msgid "unknown block specifier"
48790 msgstr ""
48792 #: c/gimple-parser.cc:566 c/gimple-parser.cc:1984
48793 #, gcc-internal-format
48794 msgid "expected count value"
48795 msgstr "očekivana je vrijednost za količinu (broj)"
48797 #: c/gimple-parser.cc:589 c/gimple-parser.cc:676
48798 #, gcc-internal-format
48799 msgid "stmts without block"
48800 msgstr ""
48802 #: c/gimple-parser.cc:626
48803 #, gcc-internal-format
48804 msgid "duplicate loop header"
48805 msgstr ""
48807 #: c/gimple-parser.cc:833
48808 #, gcc-internal-format
48809 msgid "invalid source block specification"
48810 msgstr ""
48812 #: c/gimple-parser.cc:900
48813 #, gcc-internal-format
48814 msgid "unexpected RHS for assignment"
48815 msgstr "neočekivani RHS za dodjeliti"
48817 #: c/gimple-parser.cc:1004
48818 #, gcc-internal-format
48819 msgid "%<&&%> not valid in GIMPLE"
48820 msgstr ""
48822 #: c/gimple-parser.cc:1007
48823 #, gcc-internal-format
48824 msgid "%<||%> not valid in GIMPLE"
48825 msgstr ""
48827 #: c/gimple-parser.cc:1121
48828 #, gcc-internal-format
48829 msgid "expected pointer as argument of unary %<*%>"
48830 msgstr ""
48832 #: c/gimple-parser.cc:1147
48833 #, gcc-internal-format
48834 msgid "%<!%> not valid in GIMPLE"
48835 msgstr ""
48837 #: c/gimple-parser.cc:1206 c/gimple-parser.cc:1544
48838 #, gcc-internal-format
48839 msgid "expected constant offset"
48840 msgstr "očekivani je stalni (constant) odmak (offset)"
48842 #: c/gimple-parser.cc:1267
48843 #, gcc-internal-format
48844 msgid "SSA name undeclared"
48845 msgstr ""
48847 #: c/gimple-parser.cc:1289
48848 #, gcc-internal-format
48849 msgid "base variable or SSA name undeclared"
48850 msgstr ""
48852 #: c/gimple-parser.cc:1296
48853 #, gcc-internal-format
48854 msgid "invalid base %qE for SSA name"
48855 msgstr ""
48857 #: c/gimple-parser.cc:1324
48858 #, gcc-internal-format
48859 msgid "expecting internal function name"
48860 msgstr ""
48862 #: c/gimple-parser.cc:1337
48863 #, gcc-internal-format
48864 msgid "unknown internal function %qE"
48865 msgstr "nepoznata interna funkcija %qE"
48867 #: c/gimple-parser.cc:1476
48868 #, gcc-internal-format
48869 msgid "invalid type of %<__MEM%> operand"
48870 msgstr "nevaljana vrsta operanda %<__MEM%>"
48872 #: c/gimple-parser.cc:1538
48873 #, gcc-internal-format
48874 msgid "expected constant size"
48875 msgstr "očekivana je veličina konstante"
48877 #: c/gimple-parser.cc:1576 c/gimple-parser.cc:1606 c/gimple-parser.cc:1646
48878 #: c/gimple-parser.cc:1654 c/gimple-parser.cc:1663
48879 #, gcc-internal-format
48880 msgid "invalid _Literal"
48881 msgstr ""
48883 #: c/gimple-parser.cc:1585
48884 #, gcc-internal-format
48885 msgid "invalid type for _Literal with constructor"
48886 msgstr ""
48888 #: c/gimple-parser.cc:1698
48889 #, gcc-internal-format
48890 msgid "anonymous SSA name cannot have default definition"
48891 msgstr ""
48893 #: c/gimple-parser.cc:1782
48894 #, gcc-internal-format
48895 msgid "invalid call to non-function"
48896 msgstr ""
48898 #: c/gimple-parser.cc:1838
48899 #, gcc-internal-format
48900 msgid "dereference of non-pointer"
48901 msgstr ""
48903 #: c/gimple-parser.cc:1965
48904 #, gcc-internal-format
48905 msgid "expected pass name"
48906 msgstr ""
48908 #: c/gimple-parser.cc:2004
48909 #, gcc-internal-format
48910 msgid "invalid operation"
48911 msgstr "Interna greška: invalid operation"
48913 #: c/gimple-parser.cc:2168
48914 #, gcc-internal-format
48915 msgid "comparison required"
48916 msgstr "potrebna je usporedba"
48918 #: c/gimple-parser.cc:2220
48919 #, gcc-internal-format
48920 msgid "%<catch%> is not supported"
48921 msgstr ""
48923 #: c/gimple-parser.cc:2222
48924 #, gcc-internal-format
48925 msgid "expected %<finally%> or %<catch%>"
48926 msgstr "očekivano je %<finally%> ili %<catch%>"
48928 #: c/gimple-parser.cc:2266 c/gimple-parser.cc:2303
48929 #, gcc-internal-format
48930 msgid "expected goto expression"
48931 msgstr ""
48933 #: c/gimple-parser.cc:2274
48934 #, gcc-internal-format
48935 msgid "expected else statement"
48936 msgstr ""
48938 #: c/gimple-parser.cc:2417
48939 #, gcc-internal-format
48940 msgid "expected case label"
48941 msgstr "Interna greška: expected case label"
48943 #. A bad conversion for 'this' must be discarding cv-quals.
48944 #: cp/call.cc:3834
48945 #, gcc-internal-format
48946 msgid "  passing %qT as %<this%> argument discards qualifiers"
48947 msgstr ""
48949 #: cp/call.cc:3838
48950 msgid "  no known conversion for implicit %<this%> parameter from %qH to %qI"
48951 msgstr ""
48953 #: cp/call.cc:3845
48954 #, gcc-internal-format, gfc-internal-format
48955 msgid "  conversion of argument %d would be ill-formed:"
48956 msgstr ""
48958 #. Conversion of conversion function return value failed.
48959 #: cp/call.cc:3852
48960 msgid "  no known conversion from %qH to %qI"
48961 msgstr ""
48963 #: cp/call.cc:3858
48964 msgid "  no known conversion for argument %d from %qH to %qI"
48965 msgstr ""
48967 #: cp/call.cc:3872 cp/pt.cc:6988
48968 #, gcc-internal-format, gfc-internal-format
48969 msgid "  candidate expects at least %d argument, %d provided"
48970 msgid_plural "  candidate expects at least %d arguments, %d provided"
48971 msgstr[0] ""
48972 msgstr[1] ""
48973 msgstr[2] ""
48975 #: cp/call.cc:3877 cp/pt.cc:6993
48976 #, gcc-internal-format, gfc-internal-format
48977 msgid "  candidate expects %d argument, %d provided"
48978 msgid_plural "  candidate expects %d arguments, %d provided"
48979 msgstr[0] ""
48980 msgstr[1] ""
48981 msgstr[2] ""
48983 #: cp/call.cc:3905
48984 #, gcc-internal-format
48985 msgid "%s%<%D(%T, %T, %T)%> (built-in)"
48986 msgstr ""
48988 #: cp/call.cc:3910
48989 #, gcc-internal-format
48990 msgid "%s%<%D(%T, %T)%> (built-in)"
48991 msgstr ""
48993 #: cp/call.cc:3914
48994 #, gcc-internal-format
48995 msgid "%s%<%D(%T)%> (built-in)"
48996 msgstr ""
48998 #: cp/call.cc:3918
48999 #, gcc-internal-format
49000 msgid "%s%qT (conversion)"
49001 msgstr ""
49003 #: cp/call.cc:3920
49004 #, gcc-internal-format
49005 msgid "%s%#qD (near match)"
49006 msgstr ""
49008 #: cp/call.cc:3922
49009 #, gcc-internal-format
49010 msgid "%s%#qD (deleted)"
49011 msgstr ""
49013 #: cp/call.cc:3924
49014 #, gcc-internal-format
49015 msgid "%s%#qD (reversed)"
49016 msgstr ""
49018 #: cp/call.cc:3926
49019 #, gcc-internal-format
49020 msgid "%s%#qD (rewritten)"
49021 msgstr ""
49023 #: cp/call.cc:3928
49024 #, gcc-internal-format
49025 msgid "%s%#qD"
49026 msgstr ""
49028 #: cp/call.cc:3932
49029 #, gcc-internal-format
49030 msgid "  inherited here"
49031 msgstr ""
49033 #: cp/call.cc:3953
49034 #, gcc-internal-format
49035 msgid "  return type %qT of explicit conversion function cannot be converted to %qT with a qualification conversion"
49036 msgstr ""
49038 #: cp/call.cc:3959
49039 #, gcc-internal-format
49040 msgid "  conversion from return type %qT of template conversion function specialization to %qT is not an exact match"
49041 msgstr ""
49043 #: cp/call.cc:3970
49044 #, gcc-internal-format
49045 msgid "  substitution of deduced template arguments resulted in errors seen above"
49046 msgstr ""
49048 #. Re-run template unification with diagnostics.
49049 #: cp/call.cc:3975
49050 #, gcc-internal-format
49051 msgid "  template argument deduction/substitution failed:"
49052 msgstr ""
49054 #: cp/call.cc:3989
49055 #, gcc-internal-format
49056 msgid "  a constructor taking a single argument of its own class type is invalid"
49057 msgstr ""
49059 #: cp/call.cc:3996
49060 #, gcc-internal-format
49061 msgid "  an inherited constructor is not a candidate for initialization from an expression of the same or derived type"
49062 msgstr ""
49064 #: cp/call.cc:4143 cp/call.cc:4664
49065 #, gcc-internal-format
49066 msgid "designated initializers cannot be used with a non-aggregate type %qT"
49067 msgstr ""
49069 #: cp/call.cc:4561
49070 msgid "conversion from %qH to %qI is ambiguous"
49071 msgstr ""
49073 #: cp/call.cc:4670 cp/cvt.cc:864
49074 msgid "could not convert %qE from %qH to %qI"
49075 msgstr ""
49077 #: cp/call.cc:4737
49078 msgid "initializing %qH with %qI in converted constant expression does not bind directly"
49079 msgstr ""
49081 #: cp/call.cc:4758
49082 msgid "conversion from %qH to %qI in a converted constant expression"
49083 msgstr ""
49085 #: cp/call.cc:4946
49086 #, gcc-internal-format
49087 msgid "no matching function for call to %<%D(%A)%>"
49088 msgstr ""
49090 #: cp/call.cc:4949
49091 #, gcc-internal-format
49092 msgid "call of overloaded %<%D(%A)%> is ambiguous"
49093 msgstr ""
49095 #. It's no good looking for an overloaded operator() on a
49096 #. pointer-to-member-function.
49097 #: cp/call.cc:5236
49098 #, gcc-internal-format
49099 msgid "pointer-to-member function %qE cannot be called without an object; consider using %<.*%> or %<->*%>"
49100 msgstr ""
49102 #: cp/call.cc:5306
49103 #, gcc-internal-format
49104 msgid "no match for call to %<(%T) (%A)%>"
49105 msgstr ""
49107 #: cp/call.cc:5320
49108 #, gcc-internal-format
49109 msgid "call of %<(%T) (%A)%> is ambiguous"
49110 msgstr ""
49112 #: cp/call.cc:5366
49113 #, gcc-internal-format
49114 msgid "ambiguous overload for "
49115 msgstr ""
49117 #: cp/call.cc:5367
49118 #, gcc-internal-format
49119 msgid "no match for "
49120 msgstr ""
49122 #: cp/call.cc:5370
49123 #, gcc-internal-format
49124 msgid " (operand types are %qT, %qT, and %qT)"
49125 msgstr ""
49127 #: cp/call.cc:5372
49128 #, gcc-internal-format
49129 msgid " (operand types are %qT and %qT)"
49130 msgstr ""
49132 #: cp/call.cc:5374
49133 #, gcc-internal-format
49134 msgid " (operand type is %qT)"
49135 msgstr ""
49137 #: cp/call.cc:5391
49138 #, gcc-internal-format
49139 msgid "ternary %<operator?:%>"
49140 msgstr ""
49142 #: cp/call.cc:5395
49143 #, gcc-internal-format
49144 msgid "ternary %<operator?:%> in %<%E ? %E : %E%>"
49145 msgstr ""
49147 #: cp/call.cc:5404 cp/call.cc:5448 cp/call.cc:5458
49148 #, gcc-internal-format
49149 msgid "%<operator%s%>"
49150 msgstr ""
49152 #: cp/call.cc:5407
49153 #, gcc-internal-format
49154 msgid "%<operator%s%> in %<%E%s%>"
49155 msgstr ""
49157 #: cp/call.cc:5414
49158 #, gcc-internal-format
49159 msgid "%<operator[]%>"
49160 msgstr ""
49162 #: cp/call.cc:5417
49163 #, gcc-internal-format
49164 msgid "%<operator[]%> in %<%E[%E]%>"
49165 msgstr ""
49167 #: cp/call.cc:5425
49168 #, gcc-internal-format
49169 msgid "%qs"
49170 msgstr "%qs"
49172 #: cp/call.cc:5428
49173 #, gcc-internal-format
49174 msgid "%qs in %<%s %E%>"
49175 msgstr ""
49177 #: cp/call.cc:5434
49178 #, gcc-internal-format
49179 msgid "%<operator %s%>"
49180 msgstr ""
49182 #: cp/call.cc:5437
49183 #, gcc-internal-format
49184 msgid "%<operator %s%> in %<%s%E%>"
49185 msgstr ""
49187 #: cp/call.cc:5452
49188 #, gcc-internal-format
49189 msgid "%<operator%s%> in %<%E %s %E%>"
49190 msgstr ""
49192 #: cp/call.cc:5461
49193 #, gcc-internal-format
49194 msgid "%<operator%s%> in %<%s%E%>"
49195 msgstr ""
49197 #: cp/call.cc:5574
49198 #, gcc-internal-format
49199 msgid "ISO C++ forbids omitting the middle term of a %<?:%> expression"
49200 msgstr ""
49202 #: cp/call.cc:5649
49203 #, gcc-internal-format
49204 msgid "inferred scalar type %qT is not an integer or floating-point type of the same size as %qT"
49205 msgstr ""
49207 #: cp/call.cc:5666 cp/call.cc:5673
49208 msgid "conversion of scalar %qH to vector %qI involves truncation"
49209 msgstr ""
49211 #: cp/call.cc:5729
49212 #, gcc-internal-format
49213 msgid "incompatible vector types in conditional expression: %qT, %qT and %qT"
49214 msgstr ""
49216 #: cp/call.cc:5781 cp/call.cc:6133 cp/call.cc:6153
49217 #, gcc-internal-format
49218 msgid "operands to %<?:%> of types %qT and %qT have unordered conversion rank"
49219 msgstr ""
49221 #: cp/call.cc:5853
49222 #, gcc-internal-format
49223 msgid "second operand to the conditional operator is of type %<void%>, but the third operand is neither a throw-expression nor of type %<void%>"
49224 msgstr ""
49226 #: cp/call.cc:5858
49227 #, gcc-internal-format
49228 msgid "third operand to the conditional operator is of type %<void%>, but the second operand is neither a throw-expression nor of type %<void%>"
49229 msgstr ""
49231 #: cp/call.cc:5907 cp/call.cc:6022 cp/call.cc:6256
49232 #, gcc-internal-format
49233 msgid "operands to %<?:%> have different types %qT and %qT"
49234 msgstr ""
49236 #: cp/call.cc:5911
49237 #, gcc-internal-format
49238 msgid "  and each type can be converted to the other"
49239 msgstr ""
49241 #: cp/call.cc:6161
49242 msgid "implicit conversion from %qH to %qI to match other result of conditional"
49243 msgstr ""
49245 #: cp/call.cc:6177
49246 #, gcc-internal-format
49247 msgid "enumerated mismatch in conditional expression: %qT vs %qT"
49248 msgstr ""
49250 #: cp/call.cc:6190
49251 #, gcc-internal-format
49252 msgid "conditional expression between enumeration type %qT and floating-point type %qT is deprecated"
49253 msgstr ""
49255 #: cp/call.cc:6195
49256 #, gcc-internal-format
49257 msgid "conditional expression between floating-point type %qT and enumeration type %qT is deprecated"
49258 msgstr ""
49260 #: cp/call.cc:6211
49261 #, gcc-internal-format
49262 msgid "enumerated and non-enumerated type in conditional expression"
49263 msgstr ""
49265 #: cp/call.cc:7062
49266 #, gcc-internal-format
49267 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
49268 msgstr ""
49270 #: cp/call.cc:7064
49271 #, gcc-internal-format
49272 msgid "no %<%D(int)%> declared for postfix %qs"
49273 msgstr ""
49275 #: cp/call.cc:7144
49276 #, gcc-internal-format
49277 msgid "in C++20 this comparison calls the current function recursively with reversed arguments"
49278 msgstr ""
49280 #: cp/call.cc:7197
49281 #, gcc-internal-format
49282 msgid "return type of %qD is not %qs"
49283 msgstr ""
49285 #: cp/call.cc:7199
49286 #, gcc-internal-format
49287 msgid "used as rewritten candidate for comparison of %qT and %qT"
49288 msgstr ""
49290 #: cp/call.cc:7276
49291 #, gcc-internal-format
49292 msgid "comparison between %q#T and %q#T"
49293 msgstr ""
49295 #: cp/call.cc:7469
49296 #, gcc-internal-format
49297 msgid "no match for call to %<%T::operator[] (%A)%>"
49298 msgstr ""
49300 #: cp/call.cc:7483
49301 #, gcc-internal-format
49302 msgid "call of %<%T::operator[] (%A)%> is ambiguous"
49303 msgstr ""
49305 #: cp/call.cc:7764
49306 #, gcc-internal-format
49307 msgid "exception cleanup for this placement new selects non-placement %<operator delete%>"
49308 msgstr ""
49310 #: cp/call.cc:7767
49311 #, gcc-internal-format
49312 msgid "%qD is a usual (non-placement) deallocation function in C++14 (or with %<-fsized-deallocation%>)"
49313 msgstr ""
49315 #: cp/call.cc:7804
49316 #, gcc-internal-format
49317 msgid "%qD is a usual (non-placement) deallocation function"
49318 msgstr ""
49320 #: cp/call.cc:7998
49321 #, gcc-internal-format
49322 msgid "no corresponding deallocation function for %qD"
49323 msgstr ""
49325 #: cp/call.cc:8001
49326 #, gcc-internal-format
49327 msgid "destroying delete %qD cannot be used to release the allocated memory if the initialization throws because the object is not constructed yet"
49328 msgstr ""
49330 #: cp/call.cc:8010
49331 #, gcc-internal-format
49332 msgid "no suitable %<operator %s%> for %qT"
49333 msgstr ""
49335 #: cp/call.cc:8046
49336 #, gcc-internal-format
49337 msgid "%q#D is private within this context"
49338 msgstr ""
49340 #: cp/call.cc:8047 cp/decl.cc:8856
49341 #, gcc-internal-format
49342 msgid "declared private here"
49343 msgstr ""
49345 #: cp/call.cc:8052
49346 #, gcc-internal-format
49347 msgid "%q#D is protected within this context"
49348 msgstr ""
49350 #: cp/call.cc:8053 cp/decl.cc:8857
49351 #, gcc-internal-format
49352 msgid "declared protected here"
49353 msgstr ""
49355 #: cp/call.cc:8060
49356 #, gcc-internal-format
49357 msgid "%q#D is inaccessible within this context"
49358 msgstr ""
49360 #: cp/call.cc:8141
49361 #, gcc-internal-format
49362 msgid "passing NULL to non-pointer argument %P of %qD"
49363 msgstr ""
49365 #: cp/call.cc:8144 cp/call.cc:8163 cp/decl.cc:10528 cp/decl.cc:10536
49366 #: cp/typeck.cc:4591
49367 #, gcc-internal-format
49368 msgid "  declared here"
49369 msgstr ""
49371 #: cp/call.cc:8148
49372 #, gcc-internal-format
49373 msgid "converting to non-pointer type %qT from NULL"
49374 msgstr ""
49376 #: cp/call.cc:8160
49377 #, gcc-internal-format
49378 msgid "converting %<false%> to pointer type for argument %P of %qD"
49379 msgstr ""
49381 #: cp/call.cc:8167
49382 #, gcc-internal-format
49383 msgid "converting %<false%> to pointer type %qT"
49384 msgstr ""
49386 #: cp/call.cc:8234
49387 #, gcc-internal-format
49388 msgid "  initializing argument %P of %qD"
49389 msgstr ""
49391 #: cp/call.cc:8255
49392 #, gcc-internal-format
49393 msgid "conversions to arrays of unknown bound are only available with %<-std=c++20%> or %<-std=gnu++20%>"
49394 msgstr ""
49396 #: cp/call.cc:8305
49397 #, gcc-internal-format
49398 msgid "too many braces around initializer for %qT"
49399 msgstr ""
49401 #: cp/call.cc:8316
49402 msgid "converting to %qH from %qI requires direct-initialization"
49403 msgstr ""
49405 #: cp/call.cc:8328
49406 msgid "converting to %qH from %qI with greater conversion rank"
49407 msgstr ""
49409 #: cp/call.cc:8333
49410 msgid "converting to %qH from %qI with unordered conversion ranks"
49411 msgstr ""
49413 #: cp/call.cc:8346
49414 msgid "invalid user-defined conversion from %qH to %qI"
49415 msgstr ""
49417 #: cp/call.cc:8386 cp/cvt.cc:227
49418 msgid "invalid conversion from %qH to %qI"
49419 msgstr ""
49421 #: cp/call.cc:8428 cp/call.cc:8435
49422 #, gcc-internal-format
49423 msgid "converting to %qT from initializer list would use explicit constructor %qD"
49424 msgstr ""
49426 #: cp/call.cc:8431
49427 #, gcc-internal-format
49428 msgid "in C++11 and above a default constructor can be explicit"
49429 msgstr ""
49431 #: cp/call.cc:8701
49432 msgid "cannot bind rvalue reference of type %qH to lvalue of type %qI"
49433 msgstr ""
49435 #: cp/call.cc:8710
49436 msgid "cannot bind non-const lvalue reference of type %qH to a value of type %qI"
49437 msgstr ""
49439 #: cp/call.cc:8715
49440 msgid "cannot bind non-const lvalue reference of type %qH to an rvalue of type %qI"
49441 msgstr ""
49443 #. extype is volatile
49444 #: cp/call.cc:8718
49445 msgid "cannot bind lvalue reference of type %qH to an rvalue of type %qI"
49446 msgstr ""
49448 #: cp/call.cc:8731
49449 msgid "cannot bind reference of type %qH to %qI due to different array bounds"
49450 msgstr ""
49452 #: cp/call.cc:8734
49453 msgid "binding reference of type %qH to %qI discards qualifiers"
49454 msgstr ""
49456 #: cp/call.cc:8773
49457 #, gcc-internal-format
49458 msgid "cannot bind bit-field %qE to %qT"
49459 msgstr ""
49461 #: cp/call.cc:8776 cp/call.cc:8794
49462 #, gcc-internal-format
49463 msgid "cannot bind packed field %qE to %qT"
49464 msgstr ""
49466 #: cp/call.cc:8779
49467 #, gcc-internal-format
49468 msgid "cannot bind rvalue %qE to %qT"
49469 msgstr ""
49471 #: cp/call.cc:8980
49472 msgid "implicit conversion from %qH to %qI when passing argument to function"
49473 msgstr ""
49475 #: cp/call.cc:9009 cp/cvt.cc:1992
49476 #, gcc-internal-format
49477 msgid "scoped enum %qT passed through %<...%> as %qT before %<-fabi-version=6%>, %qT after"
49478 msgstr ""
49480 #: cp/call.cc:9053
49481 #, gcc-internal-format
49482 msgid "passing objects of non-trivially-copyable type %q#T through %<...%> is conditionally supported"
49483 msgstr ""
49485 #: cp/call.cc:9089
49486 #, gcc-internal-format
49487 msgid "cannot receive reference type %qT through %<...%>"
49488 msgstr ""
49490 #: cp/call.cc:9099
49491 #, gcc-internal-format
49492 msgid "receiving objects of non-trivially-copyable type %q#T through %<...%> is conditionally-supported"
49493 msgstr ""
49495 #: cp/call.cc:9167
49496 #, gcc-internal-format
49497 msgid "recursive evaluation of default argument for %q#D"
49498 msgstr ""
49500 #: cp/call.cc:9176
49501 #, gcc-internal-format
49502 msgid "call to %qD uses the default argument for parameter %P, which is not yet defined"
49503 msgstr ""
49505 #: cp/call.cc:9276
49506 #, gcc-internal-format
49507 msgid "argument of function call might be a candidate for a format attribute"
49508 msgstr ""
49510 #: cp/call.cc:9346
49511 #, gcc-internal-format
49512 msgid "use of multiversioned function without a default"
49513 msgstr ""
49515 #: cp/call.cc:9971
49516 #, gcc-internal-format
49517 msgid "passing %qT as %<this%> argument discards qualifiers"
49518 msgstr ""
49520 #: cp/call.cc:9974 cp/call.cc:12754
49521 #, gcc-internal-format
49522 msgid "  in call to %qD"
49523 msgstr ""
49525 #: cp/call.cc:9999
49526 #, gcc-internal-format
49527 msgid "%qT is not an accessible base of %qT"
49528 msgstr ""
49530 #: cp/call.cc:10204
49531 #, gcc-internal-format
49532 msgid "passing arguments to ellipsis of inherited constructor %qD"
49533 msgstr ""
49535 #: cp/call.cc:10339
49536 #, gcc-internal-format
49537 msgid "assignment from temporary %<initializer_list%> does not extend the lifetime of the underlying array"
49538 msgstr ""
49540 #: cp/call.cc:10735
49541 #, gcc-internal-format
49542 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment"
49543 msgstr ""
49545 #: cp/call.cc:10738
49546 #, gcc-internal-format
49547 msgid "%qD writing to an object of non-trivial type %#qT%s"
49548 msgstr ""
49550 #: cp/call.cc:10743
49551 #, gcc-internal-format
49552 msgid "%qD writing to an object of type %#qT with %qs member %qD"
49553 msgstr ""
49555 #: cp/call.cc:10748
49556 #, gcc-internal-format
49557 msgid "%qD writing to an object of type %#qT containing a pointer to data member%s"
49558 msgstr ""
49560 #: cp/call.cc:10763
49561 #, gcc-internal-format
49562 msgid "; use assignment or value-initialization instead"
49563 msgstr ""
49565 #: cp/call.cc:10765
49566 #, gcc-internal-format
49567 msgid "; use assignment instead"
49568 msgstr ""
49570 #: cp/call.cc:10767
49571 #, gcc-internal-format
49572 msgid "; use value-initialization instead"
49573 msgstr ""
49575 #: cp/call.cc:10770
49576 #, gcc-internal-format
49577 msgid "%qD clearing an object of type %#qT with no trivial copy-assignment%s"
49578 msgstr ""
49580 #: cp/call.cc:10773
49581 #, gcc-internal-format
49582 msgid "%qD clearing an object of non-trivial type %#qT%s"
49583 msgstr ""
49585 #: cp/call.cc:10775
49586 #, gcc-internal-format
49587 msgid "%qD clearing an object of type %#qT containing a pointer-to-member%s"
49588 msgstr ""
49590 #: cp/call.cc:10796
49591 #, gcc-internal-format
49592 msgid "; use copy-assignment or copy-initialization instead"
49593 msgstr ""
49595 #: cp/call.cc:10798
49596 #, gcc-internal-format
49597 msgid "; use copy-assignment instead"
49598 msgstr ""
49600 #: cp/call.cc:10800
49601 #, gcc-internal-format
49602 msgid "; use copy-initialization instead"
49603 msgstr ""
49605 #: cp/call.cc:10803
49606 #, gcc-internal-format
49607 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment%s"
49608 msgstr ""
49610 #: cp/call.cc:10806
49611 #, gcc-internal-format
49612 msgid "%qD writing to an object of non-trivially copyable type %#qT%s"
49613 msgstr ""
49615 #: cp/call.cc:10809
49616 #, gcc-internal-format
49617 msgid "%qD writing to an object with a deleted copy constructor"
49618 msgstr ""
49620 #: cp/call.cc:10820
49621 #, gcc-internal-format
49622 msgid "%qD copying an object of non-trivial type %#qT from an array of %#qT"
49623 msgstr ""
49625 #: cp/call.cc:10832
49626 #, gcc-internal-format
49627 msgid "%qD copying an object of type %#qT with %qs member %qD from an array of %#qT; use assignment or copy-initialization instead"
49628 msgstr ""
49630 #: cp/call.cc:10851
49631 #, gcc-internal-format
49632 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu bytes unchanged"
49633 msgstr ""
49635 #: cp/call.cc:10854
49636 #, gcc-internal-format
49637 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu byte unchanged"
49638 msgstr ""
49640 #: cp/call.cc:10864
49641 #, gcc-internal-format
49642 msgid "%qD moving an object of non-trivially copyable type %#qT; use %<new%> and %<delete%> instead"
49643 msgstr ""
49645 #: cp/call.cc:10867
49646 #, gcc-internal-format
49647 msgid "%qD moving an object of type %#qT with deleted copy constructor; use %<new%> and %<delete%> instead"
49648 msgstr ""
49650 #: cp/call.cc:10870
49651 #, gcc-internal-format
49652 msgid "%qD moving an object of type %#qT with deleted destructor"
49653 msgstr ""
49655 #: cp/call.cc:10879
49656 #, gcc-internal-format
49657 msgid "%qD moving an object of non-trivial type %#qT and size %E into a region of size %E"
49658 msgstr ""
49660 #: cp/call.cc:10901
49661 #, gcc-internal-format
49662 msgid "%#qT declared here"
49663 msgstr ""
49665 #: cp/call.cc:10955
49666 #, gcc-internal-format
49667 msgid "argument %u in call to function %qE has pointer to a non-trivially-copyable type (%qT)"
49668 msgstr ""
49670 #: cp/call.cc:11022
49671 #, gcc-internal-format
49672 msgid "constructor delegates to itself"
49673 msgstr ""
49675 #: cp/call.cc:11297 cp/typeck.cc:10271
49676 msgid "cannot convert %qH to %qI"
49677 msgstr ""
49679 #: cp/call.cc:11319
49680 #, gcc-internal-format
49681 msgid "no matching function for call to %<%T::operator %T(%A)%#V%>"
49682 msgstr ""
49684 #: cp/call.cc:11351
49685 #, gcc-internal-format
49686 msgid "no matching function for call to %<%T::%s%E(%A)%#V%>"
49687 msgstr ""
49689 #: cp/call.cc:11400
49690 #, gcc-internal-format
49691 msgid "call to non-function %qD"
49692 msgstr ""
49694 #: cp/call.cc:11438 cp/pt.cc:16771 cp/typeck.cc:3492
49695 #, gcc-internal-format
49696 msgid "cannot call constructor %<%T::%D%> directly"
49697 msgstr ""
49699 #: cp/call.cc:11440
49700 #, gcc-internal-format
49701 msgid "for a function-style cast, remove the redundant %<::%D%>"
49702 msgstr ""
49704 #: cp/call.cc:11628
49705 #, gcc-internal-format
49706 msgid "no matching function for call to %<%s(%A)%>"
49707 msgstr ""
49709 #: cp/call.cc:11631
49710 #, gcc-internal-format
49711 msgid "call of overloaded %<%s(%A)%> is ambiguous"
49712 msgstr ""
49714 #: cp/call.cc:11654
49715 #, gcc-internal-format
49716 msgid "pure virtual %q#D called from non-static data member initializer"
49717 msgstr ""
49719 #: cp/call.cc:11659
49720 #, gcc-internal-format
49721 msgid "pure virtual %q#D called from constructor"
49722 msgstr ""
49724 #: cp/call.cc:11660
49725 #, gcc-internal-format
49726 msgid "pure virtual %q#D called from destructor"
49727 msgstr ""
49729 #: cp/call.cc:11683
49730 #, gcc-internal-format
49731 msgid "cannot call member function %qD without object"
49732 msgstr ""
49734 #: cp/call.cc:12752
49735 #, gcc-internal-format
49736 msgid "passing %qT chooses %qT over %qT"
49737 msgstr ""
49739 #: cp/call.cc:12778
49740 #, gcc-internal-format
49741 msgid "C++20 says that these are ambiguous, even though the second is reversed:"
49742 msgstr ""
49744 #: cp/call.cc:12801
49745 #, gcc-internal-format
49746 msgid "try making the operator a %<const%> member function"
49747 msgstr ""
49749 #: cp/call.cc:12864
49750 #, gcc-internal-format
49751 msgid "choosing %qD over %qD"
49752 msgstr ""
49754 #: cp/call.cc:12865
49755 msgid "  for conversion from %qH to %qI"
49756 msgstr ""
49758 #: cp/call.cc:12868
49759 #, gcc-internal-format
49760 msgid "  because conversion sequence for the argument is better"
49761 msgstr ""
49763 #: cp/call.cc:13118
49764 #, gcc-internal-format
49765 msgid "default argument mismatch in overload resolution"
49766 msgstr ""
49768 #: cp/call.cc:13122
49769 #, gcc-internal-format
49770 msgid " candidate 1: %q#F"
49771 msgstr ""
49773 #: cp/call.cc:13124
49774 #, gcc-internal-format
49775 msgid " candidate 2: %q#F"
49776 msgstr ""
49778 #: cp/call.cc:13170
49779 #, gcc-internal-format
49780 msgid "ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:"
49781 msgstr ""
49783 #: cp/call.cc:13571
49784 #, gcc-internal-format
49785 msgid "a temporary bound to %qD only persists until the constructor exits"
49786 msgstr ""
49788 #: cp/call.cc:13726
49789 msgid "invalid initialization of non-const reference of type %qH from an rvalue of type %qI"
49790 msgstr ""
49792 #: cp/call.cc:13730
49793 msgid "invalid initialization of reference of type %qH from expression of type %qI"
49794 msgstr ""
49796 #: cp/call.cc:13924
49797 #, gcc-internal-format
49798 msgid "possibly dangling reference to a temporary"
49799 msgstr ""
49801 #: cp/call.cc:13925
49802 #, gcc-internal-format
49803 msgid "the temporary was destroyed at the end of the full expression %qE"
49804 msgstr ""
49806 #: cp/class.cc:321
49807 #, gcc-internal-format
49808 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT because the base is virtual"
49809 msgstr ""
49811 #: cp/class.cc:325
49812 #, gcc-internal-format
49813 msgid "cannot convert from base class %qT to derived class %qT because the base is virtual"
49814 msgstr ""
49816 #: cp/class.cc:332
49817 #, gcc-internal-format
49818 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT via virtual base %qT"
49819 msgstr ""
49821 #: cp/class.cc:337
49822 #, gcc-internal-format
49823 msgid "cannot convert from base class %qT to derived class %qT via virtual base %qT"
49824 msgstr ""
49826 #: cp/class.cc:390
49827 #, gcc-internal-format
49828 msgid "cannot convert from %qT to base class %qT because %qT is incomplete"
49829 msgstr ""
49831 #: cp/class.cc:1209
49832 #, gcc-internal-format
49833 msgid "%q#D conflicts with version inherited from %qT"
49834 msgstr ""
49836 #: cp/class.cc:1212
49837 #, gcc-internal-format
49838 msgid "version inherited from %qT declared here"
49839 msgstr ""
49841 #: cp/class.cc:1231
49842 #, gcc-internal-format
49843 msgid "%q#D cannot be overloaded with %q#D"
49844 msgstr ""
49846 #: cp/class.cc:1233 cp/decl.cc:1869 cp/decl.cc:1881 cp/decl.cc:1906
49847 #: cp/decl.cc:1929 cp/name-lookup.cc:2720 cp/name-lookup.cc:3034
49848 #, gcc-internal-format
49849 msgid "previous declaration %q#D"
49850 msgstr ""
49852 #: cp/class.cc:1275
49853 #, gcc-internal-format
49854 msgid "conflicting access specifications for method %q+D, ignored"
49855 msgstr ""
49857 #: cp/class.cc:1278
49858 #, gcc-internal-format
49859 msgid "conflicting access specifications for field %qE, ignored"
49860 msgstr ""
49862 #: cp/class.cc:1381
49863 #, gcc-internal-format
49864 msgid "%qD invalid in %q#T because of local method %q#D with same name"
49865 msgstr ""
49867 #: cp/class.cc:1385
49868 #, gcc-internal-format
49869 msgid "local method %q#D declared here"
49870 msgstr ""
49872 #: cp/class.cc:1390
49873 #, gcc-internal-format
49874 msgid "%qD invalid in %q#T because of local member %q#D with same name"
49875 msgstr ""
49877 #: cp/class.cc:1394
49878 #, gcc-internal-format
49879 msgid "local member %q#D declared here"
49880 msgstr ""
49882 #: cp/class.cc:1465
49883 #, gcc-internal-format
49884 msgid "%qD inherits the %E ABI tag that %qT (used in its return type) has"
49885 msgstr ""
49887 #: cp/class.cc:1468 cp/class.cc:1475 cp/class.cc:1482 cp/class.cc:1494
49888 #: cp/cvt.cc:1102 rust/backend/rust-tree.cc:644
49889 #, gcc-internal-format
49890 msgid "%qT declared here"
49891 msgstr ""
49893 #: cp/class.cc:1473
49894 #, gcc-internal-format
49895 msgid "%qD inherits the %E ABI tag that %qT (used in its type) has"
49896 msgstr ""
49898 #: cp/class.cc:1480
49899 #, gcc-internal-format
49900 msgid "%qT does not have the %E ABI tag that base %qT has"
49901 msgstr ""
49903 #: cp/class.cc:1488
49904 #, gcc-internal-format
49905 msgid "%qT does not have the %E ABI tag that %qT (used in the type of %qD) has"
49906 msgstr ""
49908 #: cp/class.cc:1799
49909 #, gcc-internal-format
49910 msgid "cannot derive from %<final%> base %qT in derived type %qT"
49911 msgstr ""
49913 #: cp/class.cc:2273
49914 #, gcc-internal-format
49915 msgid "all member functions in class %qT are private"
49916 msgstr ""
49918 #: cp/class.cc:2285
49919 #, gcc-internal-format
49920 msgid "%q#T only defines a private destructor and has no friends"
49921 msgstr ""
49923 #: cp/class.cc:2328
49924 #, gcc-internal-format
49925 msgid "%q#T only defines private constructors and has no friends"
49926 msgstr ""
49928 #: cp/class.cc:2332
49929 #, gcc-internal-format
49930 msgid "%q#D is public, but requires an existing %q#T object"
49931 msgstr ""
49933 #: cp/class.cc:2622
49934 #, gcc-internal-format
49935 msgid "no unique final overrider for %qD in %qT"
49936 msgstr ""
49938 #: cp/class.cc:2982
49939 #, gcc-internal-format
49940 msgid "%qD can be marked override"
49941 msgstr ""
49943 #: cp/class.cc:2985
49944 #, gcc-internal-format
49945 msgid "%q+#D marked %<override%>, but does not override"
49946 msgstr ""
49948 #: cp/class.cc:3000
49949 #, gcc-internal-format
49950 msgid "%q+#D marked %<final%>, but is not virtual"
49951 msgstr ""
49953 #: cp/class.cc:3077
49954 #, gcc-internal-format
49955 msgid "%qD was hidden"
49956 msgstr ""
49958 #: cp/class.cc:3078
49959 #, gcc-internal-format
49960 msgid "  by %qD"
49961 msgstr ""
49963 #: cp/class.cc:3290
49964 #, gcc-internal-format
49965 msgid "the ellipsis in %qD is not inherited"
49966 msgstr ""
49968 #: cp/class.cc:3482
49969 #, gcc-internal-format
49970 msgid "bit-field %q#D with non-integral type %qT"
49971 msgstr ""
49973 #: cp/class.cc:3498
49974 #, gcc-internal-format
49975 msgid "bit-field %q+D width not an integer constant"
49976 msgstr ""
49978 #: cp/class.cc:3503
49979 #, gcc-internal-format
49980 msgid "negative width in bit-field %q+D"
49981 msgstr ""
49983 #: cp/class.cc:3508
49984 #, gcc-internal-format
49985 msgid "zero width for bit-field %q+D"
49986 msgstr ""
49988 #: cp/class.cc:3518
49989 #, gcc-internal-format
49990 msgid "width of %qD exceeds its type"
49991 msgstr ""
49993 #: cp/class.cc:3524
49994 #, gcc-internal-format
49995 msgid "%qD is too small to hold all values of %q#T"
49996 msgstr ""
49998 #: cp/class.cc:3585
49999 #, gcc-internal-format
50000 msgid "member %q+#D with constructor not allowed in union"
50001 msgstr ""
50003 #: cp/class.cc:3588
50004 #, gcc-internal-format
50005 msgid "member %q+#D with destructor not allowed in union"
50006 msgstr ""
50008 #: cp/class.cc:3590
50009 #, gcc-internal-format
50010 msgid "member %q+#D with copy assignment operator not allowed in union"
50011 msgstr ""
50013 #: cp/class.cc:3594
50014 #, gcc-internal-format
50015 msgid "unrestricted unions only available with %<-std=c++11%> or %<-std=gnu++11%>"
50016 msgstr ""
50018 #: cp/class.cc:3710
50019 #, gcc-internal-format
50020 msgid "in C++98 %q+D may not be static because it is a member of a union"
50021 msgstr ""
50023 #: cp/class.cc:3723
50024 #, gcc-internal-format
50025 msgid "non-static data member %q+D in a union may not have reference type %qT"
50026 msgstr ""
50028 #: cp/class.cc:3736
50029 #, gcc-internal-format
50030 msgid "data member %q+D invalidly declared function type"
50031 msgstr ""
50033 #: cp/class.cc:3742
50034 #, gcc-internal-format
50035 msgid "data member %q+D invalidly declared method type"
50036 msgstr ""
50038 #: cp/class.cc:3813
50039 #, gcc-internal-format
50040 msgid "ignoring packed attribute because of unpacked non-POD field %q#D"
50041 msgstr ""
50043 #: cp/class.cc:3865
50044 #, gcc-internal-format
50045 msgid "member %q+D cannot be declared as a %<mutable%> reference"
50046 msgstr ""
50048 #: cp/class.cc:3868
50049 #, gcc-internal-format
50050 msgid "member %q+D cannot be declared both %<const%> and %<mutable%>"
50051 msgstr ""
50053 #: cp/class.cc:3899
50054 #, gcc-internal-format
50055 msgid "multiple fields in union %qT initialized"
50056 msgstr ""
50058 #: cp/class.cc:3901
50059 #, gcc-internal-format
50060 msgid "initialized member %q+D declared here"
50061 msgstr ""
50063 #: cp/class.cc:3949
50064 #, gcc-internal-format
50065 msgid "field %q#D with same name as class"
50066 msgstr ""
50068 #: cp/class.cc:3977
50069 #, gcc-internal-format
50070 msgid "%q#T has pointer data members"
50071 msgstr ""
50073 #: cp/class.cc:3982
50074 #, gcc-internal-format
50075 msgid "  but does not declare %<%T(const %T&)%>"
50076 msgstr ""
50078 #: cp/class.cc:3984
50079 #, gcc-internal-format
50080 msgid "  or %<operator=(const %T&)%>"
50081 msgstr ""
50083 #: cp/class.cc:3988
50084 #, gcc-internal-format
50085 msgid "  but does not declare %<operator=(const %T&)%>"
50086 msgstr ""
50088 #: cp/class.cc:3990
50089 #, gcc-internal-format
50090 msgid "pointer member %q+D declared here"
50091 msgstr ""
50093 #: cp/class.cc:4447
50094 #, gcc-internal-format
50095 msgid "alignment of %qD increased in %<-fabi-version=9%> (GCC 5.2)"
50096 msgstr ""
50098 #: cp/class.cc:4450
50099 #, gcc-internal-format
50100 msgid "alignment of %qD will increase in %<-fabi-version=9%>"
50101 msgstr ""
50103 #: cp/class.cc:4778
50104 #, gcc-internal-format
50105 msgid "initializer specified for non-virtual method %q+D"
50106 msgstr ""
50108 #: cp/class.cc:4819
50109 #, fuzzy, gcc-internal-format
50110 #| msgid "%q#D hides constructor for %q#D"
50111 msgid "no viable destructor for %qT"
50112 msgstr "%q#D skriva konstruktora za %q#D"
50114 #: cp/class.cc:4821
50115 #, gcc-internal-format
50116 msgid "destructor for %qT is ambiguous"
50117 msgstr ""
50119 #: cp/class.cc:5287
50120 #, gcc-internal-format
50121 msgid "method overrides both %<transaction_pure%> and %qE methods"
50122 msgstr ""
50124 #: cp/class.cc:5308
50125 #, gcc-internal-format
50126 msgid "method declared %qE overriding %qE method"
50127 msgstr ""
50129 #: cp/class.cc:5932 cp/constexpr.cc:301
50130 #, gcc-internal-format
50131 msgid "enclosing class of %<constexpr%> non-static member function %q+#D is not a literal type"
50132 msgstr ""
50134 #: cp/class.cc:5958 rust/backend/rust-tree.cc:6047
50135 #, gcc-internal-format
50136 msgid "%q+T is not literal because:"
50137 msgstr ""
50139 #: cp/class.cc:5961 rust/backend/rust-tree.cc:6050
50140 #, gcc-internal-format
50141 msgid "  %qT is a closure type, which is only literal in C++17 and later"
50142 msgstr ""
50144 #: cp/class.cc:5964 rust/backend/rust-tree.cc:6058
50145 #, gcc-internal-format
50146 msgid "  %q+T has a non-trivial destructor"
50147 msgstr ""
50149 #: cp/class.cc:5967 rust/backend/rust-tree.cc:6055
50150 #, gcc-internal-format
50151 msgid "  %q+T does not have %<constexpr%> destructor"
50152 msgstr ""
50154 #: cp/class.cc:5975 rust/backend/rust-tree.cc:6063
50155 #, gcc-internal-format
50156 msgid "  %q+T is not an aggregate, does not have a trivial default constructor, and has no %<constexpr%> constructor that is not a copy or move constructor"
50157 msgstr ""
50159 #: cp/class.cc:6008 rust/backend/rust-tree.cc:6095
50160 #, gcc-internal-format
50161 msgid "  base class %qT of %q+T is non-literal"
50162 msgstr ""
50164 #: cp/class.cc:6023 rust/backend/rust-tree.cc:6109
50165 #, gcc-internal-format
50166 msgid "  non-static data member %qD has non-literal type"
50167 msgstr ""
50169 #: cp/class.cc:6030 rust/backend/rust-tree.cc:6116
50170 #, gcc-internal-format
50171 msgid "  non-static data member %qD has volatile type"
50172 msgstr ""
50174 #: cp/class.cc:6163
50175 #, gcc-internal-format
50176 msgid "base class %q#T has accessible non-virtual destructor"
50177 msgstr ""
50179 #: cp/class.cc:6192
50180 #, gcc-internal-format
50181 msgid "non-static reference %q#D in class without a constructor"
50182 msgstr ""
50184 #: cp/class.cc:6198
50185 #, gcc-internal-format
50186 msgid "non-static const member %q#D in class without a constructor"
50187 msgstr ""
50189 #: cp/class.cc:6530
50190 #, gcc-internal-format
50191 msgid "offset of %qT base class for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC 12)"
50192 msgstr ""
50194 #: cp/class.cc:6534
50195 #, gcc-internal-format
50196 msgid "offset of %qD for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC 12)"
50197 msgstr ""
50199 #: cp/class.cc:6574
50200 #, gcc-internal-format
50201 msgid "direct base %qT inaccessible in %qT due to ambiguity"
50202 msgstr ""
50204 #: cp/class.cc:6586
50205 #, gcc-internal-format
50206 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
50207 msgstr ""
50209 #: cp/class.cc:6828
50210 #, gcc-internal-format
50211 msgid "offset of %qD is not ABI-compliant and may change in a future version of GCC"
50212 msgstr ""
50214 #: cp/class.cc:7023
50215 #, gcc-internal-format
50216 msgid "size of type %qT is too large (%qE bytes)"
50217 msgstr ""
50219 #: cp/class.cc:7309
50220 #, gcc-internal-format
50221 msgid "invalid use of %q#T with a zero-size array in %q#D"
50222 msgstr ""
50224 #: cp/class.cc:7311
50225 #, gcc-internal-format
50226 msgid "invalid use of %q#T with a flexible array member in %q#T"
50227 msgstr ""
50229 #: cp/class.cc:7316
50230 #, gcc-internal-format
50231 msgid "array member %q#D declared here"
50232 msgstr ""
50234 #: cp/class.cc:7344
50235 #, gcc-internal-format
50236 msgid "zero-size array member %qD not at end of %q#T"
50237 msgstr ""
50239 #: cp/class.cc:7346
50240 #, gcc-internal-format
50241 msgid "zero-size array member %qD in an otherwise empty %q#T"
50242 msgstr ""
50244 #: cp/class.cc:7355 cp/class.cc:7386
50245 #, gcc-internal-format
50246 msgid "in the definition of %q#T"
50247 msgstr ""
50249 #: cp/class.cc:7363
50250 #, gcc-internal-format
50251 msgid "flexible array member %qD not at end of %q#T"
50252 msgstr ""
50254 #: cp/class.cc:7365
50255 #, gcc-internal-format
50256 msgid "flexible array member %qD in an otherwise empty %q#T"
50257 msgstr ""
50259 #: cp/class.cc:7384
50260 #, gcc-internal-format
50261 msgid "next member %q#D declared here"
50262 msgstr ""
50264 #: cp/class.cc:7498 cp/decl.cc:17108 cp/parser.cc:26952
50265 #, gcc-internal-format
50266 msgid "redefinition of %q#T"
50267 msgstr ""
50269 #: cp/class.cc:7642
50270 #, gcc-internal-format
50271 msgid "%q#T has virtual functions and accessible non-virtual destructor"
50272 msgstr ""
50274 #: cp/class.cc:7670
50275 #, gcc-internal-format
50276 msgid "type transparent %q#T does not have any fields"
50277 msgstr ""
50279 #: cp/class.cc:7676
50280 #, gcc-internal-format
50281 msgid "type transparent class %qT has base classes"
50282 msgstr ""
50284 #: cp/class.cc:7680
50285 #, gcc-internal-format
50286 msgid "type transparent class %qT has virtual functions"
50287 msgstr ""
50289 #: cp/class.cc:7686
50290 #, gcc-internal-format
50291 msgid "type transparent %q#T cannot be made transparent because the type of the first field has a different ABI from the class overall"
50292 msgstr ""
50294 #: cp/class.cc:7835
50295 #, gcc-internal-format
50296 msgid "definition of %qD does not match %<#include <initializer_list>%>"
50297 msgstr ""
50299 #: cp/class.cc:7846
50300 #, gcc-internal-format
50301 msgid "trying to finish struct, but kicked out due to previous parse errors"
50302 msgstr ""
50304 #: cp/class.cc:8353
50305 #, gcc-internal-format
50306 msgid "language string %<\"%E\"%> not recognized"
50307 msgstr ""
50309 #: cp/class.cc:8443
50310 #, gcc-internal-format
50311 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
50312 msgstr ""
50314 #: cp/class.cc:8601
50315 #, gcc-internal-format
50316 msgid "no matches converting function %qD to type %q#T"
50317 msgstr ""
50319 #: cp/class.cc:8628
50320 #, gcc-internal-format
50321 msgid "converting overloaded function %qD to type %q#T is ambiguous"
50322 msgstr ""
50324 #: cp/class.cc:8655
50325 #, gcc-internal-format
50326 msgid "assuming pointer to member %qD"
50327 msgstr ""
50329 #: cp/class.cc:8658
50330 #, gcc-internal-format
50331 msgid "(a pointer to member can only be formed with %<&%E%>)"
50332 msgstr ""
50334 #: cp/class.cc:8734 cp/class.cc:8776
50335 #, gcc-internal-format
50336 msgid "not enough type information"
50337 msgstr ""
50339 #: cp/class.cc:8754
50340 #, gcc-internal-format
50341 msgid "cannot convert %qE from type %qT to type %qT"
50342 msgstr ""
50344 #: cp/class.cc:9062
50345 #, gcc-internal-format
50346 msgid "declaration of %q#D changes meaning of %qD"
50347 msgstr ""
50349 #: cp/class.cc:9065
50350 #, gcc-internal-format
50351 msgid "used here to mean %q#D"
50352 msgstr ""
50354 #: cp/constexpr.cc:111
50355 #, gcc-internal-format
50356 msgid "the type %qT of %<constexpr%> variable %qD is not literal"
50357 msgstr ""
50359 #: cp/constexpr.cc:122
50360 #, gcc-internal-format
50361 msgid "variable %qD of non-literal type %qT in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
50362 msgstr ""
50364 #: cp/constexpr.cc:135
50365 #, gcc-internal-format
50366 msgid "%<constexpr%> variable %qD has variably-modified type %qT"
50367 msgstr ""
50369 #: cp/constexpr.cc:235
50370 #, gcc-internal-format
50371 msgid "inherited constructor %qD is not %<constexpr%>"
50372 msgstr ""
50374 #. constexpr_fundef_p
50375 #: cp/constexpr.cc:249
50376 #, gcc-internal-format
50377 msgid "invalid type for parameter %d of %<constexpr%> function %q+#D"
50378 msgstr ""
50380 #: cp/constexpr.cc:262
50381 #, gcc-internal-format
50382 msgid "lambdas are implicitly %<constexpr%> only in C++17 and later"
50383 msgstr ""
50385 #: cp/constexpr.cc:271 cp/decl.cc:14212
50386 #, gcc-internal-format
50387 msgid "%<constexpr%> destructors only available with %<-std=c++20%> or %<-std=gnu++20%>"
50388 msgstr ""
50390 #. constexpr_fundef_p
50391 #: cp/constexpr.cc:285
50392 #, gcc-internal-format
50393 msgid "invalid return type %qT of %<constexpr%> function %q+D"
50394 msgstr ""
50396 #: cp/constexpr.cc:312
50397 #, gcc-internal-format
50398 msgid "%q#T has virtual base classes"
50399 msgstr ""
50401 #: cp/constexpr.cc:570
50402 #, gcc-internal-format
50403 msgid "%<constexpr%> constructor does not have empty body"
50404 msgstr ""
50406 #: cp/constexpr.cc:830
50407 #, gcc-internal-format
50408 msgid "%<constexpr%> constructor for union %qT must initialize exactly one non-static data member"
50409 msgstr ""
50411 #: cp/constexpr.cc:891
50412 #, gcc-internal-format
50413 msgid "member %qD must be initialized by mem-initializer in %<constexpr%> constructor"
50414 msgstr ""
50416 #: cp/constexpr.cc:954
50417 #, gcc-internal-format
50418 msgid "body of %<constexpr%> function %qD not a return-statement"
50419 msgstr ""
50421 #: cp/constexpr.cc:1082
50422 #, gcc-internal-format
50423 msgid "%qD is not usable as a %<constexpr%> function because:"
50424 msgstr ""
50426 #: cp/constexpr.cc:1534 cp/constexpr.cc:3154
50427 #: rust/backend/rust-constexpr.cc:3326 rust/backend/rust-constexpr.cc:3588
50428 #, gcc-internal-format
50429 msgid "%<constexpr%> call flows off the end of the function"
50430 msgstr ""
50432 #: cp/constexpr.cc:1536 cp/constexpr.cc:1635 cp/constexpr.cc:1644
50433 #: cp/constexpr.cc:3375 rust/backend/rust-constexpr.cc:3331
50434 #: rust/backend/rust-constexpr.cc:3341 rust/backend/rust-constexpr.cc:4332
50435 #, gcc-internal-format
50436 msgid "%q+E is not a constant expression"
50437 msgstr ""
50439 #: cp/constexpr.cc:1986
50440 #, gcc-internal-format
50441 msgid "the comparison reduces to %qE"
50442 msgstr ""
50444 #: cp/constexpr.cc:1989
50445 #, gcc-internal-format
50446 msgid "%qE evaluates to false"
50447 msgstr ""
50449 #: cp/constexpr.cc:2068
50450 #, gcc-internal-format
50451 msgid "failed %<assume%> attribute assumption"
50452 msgstr ""
50454 #: cp/constexpr.cc:2103 cp/constexpr.cc:9075
50455 #: rust/backend/rust-constexpr.cc:5766
50456 #, gcc-internal-format
50457 msgid "call to internal function %qE"
50458 msgstr ""
50460 #: cp/constexpr.cc:2157 rust/backend/rust-constexpr.cc:2615
50461 #, gcc-internal-format
50462 msgid "modifying a const object %qE is not allowed in a constant expression"
50463 msgstr ""
50465 #: cp/constexpr.cc:2159 rust/backend/rust-constexpr.cc:2618
50466 #, gcc-internal-format
50467 msgid "originally declared %<const%> here"
50468 msgstr ""
50470 #: cp/constexpr.cc:2384 cp/constexpr.cc:2439 cp/constexpr.cc:2471
50471 #: cp/constexpr.cc:2492
50472 #, gcc-internal-format
50473 msgid "reference %<dynamic_cast%> failed"
50474 msgstr ""
50476 #: cp/constexpr.cc:2385
50477 #, gcc-internal-format
50478 msgid "dynamic type %qT of its operand does not have a base class of type %qT"
50479 msgstr ""
50481 #: cp/constexpr.cc:2409
50482 #, gcc-internal-format
50483 msgid "virtual table pointer is used uninitialized"
50484 msgstr ""
50486 #: cp/constexpr.cc:2440 cp/constexpr.cc:2472
50487 #, gcc-internal-format
50488 msgid "static type %qT of its operand is a non-public base class of dynamic type %qT"
50489 msgstr ""
50491 #: cp/constexpr.cc:2494
50492 #, gcc-internal-format
50493 msgid "%qT is an ambiguous base class of dynamic type %qT of its operand"
50494 msgstr ""
50496 #: cp/constexpr.cc:2497
50497 #, gcc-internal-format
50498 msgid "dynamic type %qT of its operand does not have an unambiguous public base class %qT"
50499 msgstr ""
50501 #: cp/constexpr.cc:2574 cp/constexpr.cc:2848 cp/constexpr.cc:9107
50502 #: rust/backend/rust-constexpr.cc:5797
50503 #, gcc-internal-format
50504 msgid "call to non-%<constexpr%> function %qD"
50505 msgstr ""
50507 #. virtual_offset is only set for virtual bases, which make the
50508 #. class non-literal, so we don't need to handle it here.
50509 #: cp/constexpr.cc:2580
50510 #, gcc-internal-format
50511 msgid "calling constexpr member function %qD through virtual base subobject"
50512 msgstr ""
50514 #: cp/constexpr.cc:2696 rust/backend/rust-constexpr.cc:3386
50515 #, gcc-internal-format
50516 msgid "expression %qE does not designate a %<constexpr%> function"
50517 msgstr ""
50519 #: cp/constexpr.cc:2769
50520 #, gcc-internal-format
50521 msgid "array deallocation of object allocated with non-array allocation"
50522 msgstr ""
50524 #: cp/constexpr.cc:2773 cp/constexpr.cc:2795
50525 #, gcc-internal-format
50526 msgid "allocation performed here"
50527 msgstr ""
50529 #: cp/constexpr.cc:2791
50530 #, gcc-internal-format
50531 msgid "non-array deallocation of object allocated with array allocation"
50532 msgstr ""
50534 #: cp/constexpr.cc:2808
50535 #, gcc-internal-format
50536 msgid "deallocation of already deallocated storage"
50537 msgstr ""
50539 #: cp/constexpr.cc:2815
50540 #, gcc-internal-format
50541 msgid "deallocation of storage that was not previously allocated"
50542 msgstr ""
50544 #: cp/constexpr.cc:2944 rust/backend/rust-constexpr.cc:3441
50545 #, gcc-internal-format
50546 msgid "%qD called in a constant expression before its definition is complete"
50547 msgstr ""
50549 #: cp/constexpr.cc:2951
50550 #, gcc-internal-format
50551 msgid "%qD called in a constant expression"
50552 msgstr ""
50554 #: cp/constexpr.cc:2955 rust/backend/rust-constexpr.cc:3455
50555 #, gcc-internal-format
50556 msgid "%qD used before its definition"
50557 msgstr ""
50559 #: cp/constexpr.cc:3027 rust/backend/rust-constexpr.cc:3497
50560 #, gcc-internal-format
50561 msgid "call has circular dependency"
50562 msgstr ""
50564 #: cp/constexpr.cc:3038 rust/backend/rust-constexpr.cc:3508
50565 #, gcc-internal-format
50566 msgid "%<constexpr%> evaluation depth exceeds maximum of %d (use %<-fconstexpr-depth=%> to increase the maximum)"
50567 msgstr ""
50569 #: cp/constexpr.cc:3415
50570 #, gcc-internal-format
50571 msgid "right operand of shift expression %q+E is negative"
50572 msgstr ""
50574 #: cp/constexpr.cc:3422
50575 #, gcc-internal-format
50576 msgid "right operand of shift expression %q+E is greater than or equal to the precision %wu of the left operand"
50577 msgstr ""
50579 #: cp/constexpr.cc:3445
50580 #, gcc-internal-format
50581 msgid "left operand of shift expression %q+E is negative"
50582 msgstr ""
50584 #: cp/constexpr.cc:3464
50585 #, gcc-internal-format
50586 msgid "shift expression %q+E overflows"
50587 msgstr ""
50589 #: cp/constexpr.cc:3663
50590 #, gcc-internal-format
50591 msgid "arithmetic involving a null pointer in %qE"
50592 msgstr ""
50594 #: cp/constexpr.cc:4085 rust/backend/rust-constexpr.cc:4407
50595 #, gcc-internal-format
50596 msgid "array subscript value %qE is outside the bounds of array %qD of type %qT"
50597 msgstr ""
50599 #: cp/constexpr.cc:4088 rust/backend/rust-constexpr.cc:4412
50600 #, gcc-internal-format
50601 msgid "nonzero array subscript %qE is used with array %qD of type %qT with unknown bounds"
50602 msgstr ""
50604 #: cp/constexpr.cc:4093 rust/backend/rust-constexpr.cc:4419
50605 #, gcc-internal-format
50606 msgid "array subscript value %qE is outside the bounds of array type %qT"
50607 msgstr ""
50609 #: cp/constexpr.cc:4096 rust/backend/rust-constexpr.cc:4424
50610 #, gcc-internal-format
50611 msgid "nonzero array subscript %qE is used with array of type %qT with unknown bounds"
50612 msgstr ""
50614 #: cp/constexpr.cc:4281 rust/backend/rust-constexpr.cc:1666
50615 #, gcc-internal-format
50616 msgid "accessing uninitialized array element"
50617 msgstr ""
50619 #: cp/constexpr.cc:4336 rust/backend/rust-constexpr.cc:1723
50620 #, gcc-internal-format
50621 msgid "dereferencing a null pointer in %qE"
50622 msgstr ""
50624 #: cp/constexpr.cc:4355 cp/constexpr.cc:4455 cp/constexpr.cc:4467
50625 #: cp/constexpr.cc:7010 cp/constexpr.cc:7108 cp/constexpr.cc:9025
50626 #: rust/backend/rust-constexpr.cc:1737 rust/backend/rust-constexpr.cc:1982
50627 #: rust/backend/rust-constexpr.cc:2224 rust/backend/rust-constexpr.cc:4751
50628 #: rust/backend/rust-constexpr.cc:5720
50629 #, gcc-internal-format
50630 msgid "%qE is not a constant expression"
50631 msgstr ""
50633 #: cp/constexpr.cc:4363 rust/backend/rust-constexpr.cc:1743
50634 #, gcc-internal-format
50635 msgid "mutable %qD is not usable in a constant expression"
50636 msgstr ""
50638 #: cp/constexpr.cc:4393 cp/constexpr.cc:4415
50639 #: rust/backend/rust-constexpr.cc:1773 rust/backend/rust-constexpr.cc:1796
50640 #, gcc-internal-format
50641 msgid "accessing uninitialized member %qD"
50642 msgstr ""
50644 #: cp/constexpr.cc:4395 rust/backend/rust-constexpr.cc:1775
50645 #, gcc-internal-format
50646 msgid "accessing %qD member instead of initialized %qD member in constant expression"
50647 msgstr ""
50649 #: cp/constexpr.cc:4533
50650 #, gcc-internal-format
50651 msgid "%qs is not a constant expression because %qT is a union type"
50652 msgstr ""
50654 #: cp/constexpr.cc:4536
50655 #, gcc-internal-format
50656 msgid "%qs is not a constant expression because %qT contains a union type"
50657 msgstr ""
50659 #: cp/constexpr.cc:4547
50660 #, gcc-internal-format
50661 msgid "%qs is not a constant expression because %qT is a pointer type"
50662 msgstr ""
50664 #: cp/constexpr.cc:4550
50665 #, gcc-internal-format
50666 msgid "%qs is not a constant expression because %qT contains a pointer type"
50667 msgstr ""
50669 #: cp/constexpr.cc:4561
50670 #, gcc-internal-format
50671 msgid "%qs is not a constant expression because %qT is a reference type"
50672 msgstr ""
50674 #: cp/constexpr.cc:4564
50675 #, gcc-internal-format
50676 msgid "%qs is not a constant expression because %qT contains a reference type"
50677 msgstr ""
50679 #: cp/constexpr.cc:4575
50680 #, gcc-internal-format
50681 msgid "%qs is not a constant expression because %qT is a pointer to member type"
50682 msgstr ""
50684 #: cp/constexpr.cc:4579
50685 #, gcc-internal-format
50686 msgid "%qs is not a constant expression because %qT contains a pointer to member type"
50687 msgstr ""
50689 #: cp/constexpr.cc:4590
50690 #, gcc-internal-format
50691 msgid "%qs is not a constant expression because %qT is volatile"
50692 msgstr ""
50694 #: cp/constexpr.cc:4593
50695 #, gcc-internal-format
50696 msgid "%qs is not a constant expression because %qT contains a volatile subobject"
50697 msgstr ""
50699 #: cp/constexpr.cc:4746
50700 #, gcc-internal-format
50701 msgid "%qs cannot be constant evaluated on the target"
50702 msgstr ""
50704 #: cp/constexpr.cc:4755 cp/constexpr.cc:4765
50705 #, gcc-internal-format
50706 msgid "%qs cannot be constant evaluated because the type is too large"
50707 msgstr ""
50709 #: cp/constexpr.cc:4785
50710 #, gcc-internal-format
50711 msgid "%qs cannot be constant evaluated because the argument cannot be encoded"
50712 msgstr ""
50714 #: cp/constexpr.cc:4824
50715 #, gcc-internal-format
50716 msgid "%qs accessing uninitialized byte at offset %d"
50717 msgstr ""
50719 #: cp/constexpr.cc:4836
50720 #, gcc-internal-format
50721 msgid "%qs cannot be constant evaluated because the argument cannot be interpreted"
50722 msgstr ""
50724 #: cp/constexpr.cc:5646 cp/constexpr.cc:7700
50725 #: rust/backend/rust-constexpr.cc:874 rust/backend/rust-constexpr.cc:2494
50726 #, gcc-internal-format
50727 msgid "dereferencing a null pointer"
50728 msgstr ""
50730 #: cp/constexpr.cc:5666 rust/backend/rust-constexpr.cc:894
50731 #, gcc-internal-format
50732 msgid "accessing value of %qE through a %qT glvalue in a constant expression"
50733 msgstr ""
50735 #: cp/constexpr.cc:5712
50736 #, gcc-internal-format
50737 msgid "the content of uninitialized storage is not usable in a constant expression"
50738 msgstr ""
50740 #: cp/constexpr.cc:5714 cp/constexpr.cc:5721
50741 #, gcc-internal-format
50742 msgid "allocated here"
50743 msgstr ""
50745 #: cp/constexpr.cc:5719
50746 #, gcc-internal-format
50747 msgid "use of allocated storage after deallocation in a constant expression"
50748 msgstr ""
50750 #: cp/constexpr.cc:5724 rust/backend/rust-constexpr.cc:4038
50751 #, gcc-internal-format
50752 msgid "the value of %qD is not usable in a constant expression"
50753 msgstr ""
50755 #: cp/constexpr.cc:5732
50756 #, gcc-internal-format
50757 msgid "%qD used in its own initializer"
50758 msgstr ""
50760 #: cp/constexpr.cc:5737
50761 #, gcc-internal-format
50762 msgid "%q#D is not const"
50763 msgstr ""
50765 #: cp/constexpr.cc:5740
50766 #, gcc-internal-format
50767 msgid "%q#D is volatile"
50768 msgstr ""
50770 #: cp/constexpr.cc:5745 cp/constexpr.cc:5752
50771 #, gcc-internal-format
50772 msgid "%qD was not initialized with a constant expression"
50773 msgstr ""
50775 #: cp/constexpr.cc:5758
50776 #, gcc-internal-format
50777 msgid "%qD was not declared %<constexpr%>"
50778 msgstr ""
50780 #: cp/constexpr.cc:5761
50781 #, gcc-internal-format
50782 msgid "%qD does not have integral or enumeration type"
50783 msgstr ""
50785 #: cp/constexpr.cc:6030 rust/backend/rust-constexpr.cc:2753
50786 #, gcc-internal-format
50787 msgid "modification of %qE is not a constant expression"
50788 msgstr ""
50790 #: cp/constexpr.cc:6128
50791 #, gcc-internal-format
50792 msgid "change of the active member of a union from %qD to %qD"
50793 msgstr ""
50795 #: cp/constexpr.cc:6141 rust/backend/rust-constexpr.cc:2822
50796 #, gcc-internal-format
50797 msgid "change of the active member of a union from %qD to %qD during initialization"
50798 msgstr ""
50800 #: cp/constexpr.cc:6587 cp/constexpr.cc:8041 cp/constexpr.cc:8053
50801 #: rust/backend/rust-constexpr.cc:4676
50802 #, gcc-internal-format
50803 msgid "statement is not a constant expression"
50804 msgstr ""
50806 #: cp/constexpr.cc:6691 rust/backend/rust-constexpr.cc:4941
50807 #, gcc-internal-format
50808 msgid "%<constexpr%> loop iteration count exceeds limit of %d (use %<-fconstexpr-loop-limit=%> to increase the limit)"
50809 msgstr ""
50811 #: cp/constexpr.cc:6792 rust/backend/rust-constexpr.cc:998
50812 #, gcc-internal-format
50813 msgid "inline assembly is not a constant expression"
50814 msgstr ""
50816 #: cp/constexpr.cc:6794 rust/backend/rust-constexpr.cc:999
50817 #, gcc-internal-format
50818 msgid "only unevaluated inline assembly is allowed in a %<constexpr%> function in C++20"
50819 msgstr ""
50821 #: cp/constexpr.cc:6812
50822 #, gcc-internal-format
50823 msgid "use of %qD"
50824 msgstr ""
50826 #: cp/constexpr.cc:6816
50827 #, gcc-internal-format
50828 msgid "its value can vary between compiler versions or with different %<-mtune%> or %<-mcpu%> flags"
50829 msgstr ""
50831 #: cp/constexpr.cc:6818
50832 #, gcc-internal-format
50833 msgid "if this use is part of a public ABI, change it to instead use a constant variable you define"
50834 msgstr ""
50836 #: cp/constexpr.cc:6820
50837 #, gcc-internal-format, gfc-internal-format
50838 msgid "the default value for the current CPU tuning is %d bytes"
50839 msgstr ""
50841 #: cp/constexpr.cc:6822
50842 #, gcc-internal-format
50843 msgid "you can stabilize this value with %<--param hardware_destructive_interference_size=%d%>, or disable this warning with %<-Wno-interference-size%>"
50844 msgstr ""
50846 #: cp/constexpr.cc:6972
50847 #, gcc-internal-format
50848 msgid "value %qE of type %qT is not a constant expression"
50849 msgstr ""
50851 #: cp/constexpr.cc:6985
50852 #, gcc-internal-format
50853 msgid "%<constexpr%> evaluation operation count exceeds limit of %wd (use %<-fconstexpr-ops-limit=%> to increase the limit)"
50854 msgstr ""
50856 #: cp/constexpr.cc:7138
50857 #, gcc-internal-format
50858 msgid "control passes through definition of %qD with thread storage duration"
50859 msgstr ""
50861 #: cp/constexpr.cc:7141
50862 #, gcc-internal-format
50863 msgid "control passes through definition of %qD with static storage duration"
50864 msgstr ""
50866 #: cp/constexpr.cc:7188 cp/constexpr.cc:9733
50867 #: rust/backend/rust-constexpr.cc:2055 rust/backend/rust-constexpr.cc:6215
50868 #, gcc-internal-format
50869 msgid "temporary of non-literal type %qT in a constant expression"
50870 msgstr ""
50872 #: cp/constexpr.cc:7619 cp/constexpr.cc:9236
50873 #, gcc-internal-format
50874 msgid "%<reinterpret_cast%> is not a constant expression"
50875 msgstr ""
50877 #: cp/constexpr.cc:7647 rust/backend/rust-constexpr.cc:2461
50878 #, gcc-internal-format
50879 msgid "conversion from pointer type %qT to arithmetic type %qT in a constant expression"
50880 msgstr ""
50882 #: cp/constexpr.cc:7675 rust/backend/rust-constexpr.cc:2480
50883 #, gcc-internal-format
50884 msgid "cast from %qT is not allowed"
50885 msgstr ""
50887 #: cp/constexpr.cc:7711 rust/backend/rust-constexpr.cc:2506
50888 #, gcc-internal-format
50889 msgid "%<reinterpret_cast<%T>(%E)%> is not a constant expression"
50890 msgstr ""
50892 #: cp/constexpr.cc:7842 cp/constexpr.cc:9546 cp/constexpr.cc:9956
50893 #: rust/backend/rust-constexpr.cc:6108 rust/backend/rust-constexpr.cc:6424
50894 #, gcc-internal-format
50895 msgid "expression %qE is not a constant expression"
50896 msgstr ""
50898 #: cp/constexpr.cc:7887 cp/constexpr.cc:9997
50899 #, gcc-internal-format
50900 msgid "%<goto%> is not a constant expression"
50901 msgstr ""
50903 #: cp/constexpr.cc:7945
50904 #, gcc-internal-format
50905 msgid "contract predicate is false in constant expression"
50906 msgstr ""
50908 #: cp/constexpr.cc:7961
50909 #, gcc-internal-format
50910 msgid "unexpected template-id %qE"
50911 msgstr ""
50913 #: cp/constexpr.cc:7967 cp/constraint.cc:178 cp/constraint.cc:753
50914 #, gcc-internal-format
50915 msgid "function concept must be called"
50916 msgstr ""
50918 #: cp/constexpr.cc:7992
50919 #, gcc-internal-format
50920 msgid "address of a call to %qs is not a constant expression"
50921 msgstr ""
50923 #: cp/constexpr.cc:8056
50924 #, gcc-internal-format
50925 msgid "unexpected expression %qE of kind %s"
50926 msgstr ""
50928 #: cp/constexpr.cc:8314 rust/backend/rust-constexpr.cc:5166
50929 #, gcc-internal-format
50930 msgid "%qE is not a constant expression because it refers to mutable subobjects of %qT"
50931 msgstr ""
50933 #: cp/constexpr.cc:8322 rust/backend/rust-constexpr.cc:5175
50934 #, gcc-internal-format
50935 msgid "%qE is not a constant expression because it refers to an incompletely initialized variable"
50936 msgstr ""
50938 #: cp/constexpr.cc:8337 rust/backend/rust-constexpr.cc:5191
50939 #, gcc-internal-format
50940 msgid "%qE is not a constant expression because it refers to a result of %<operator new%>"
50941 msgstr ""
50943 #: cp/constexpr.cc:8348 rust/backend/rust-constexpr.cc:5203
50944 #, gcc-internal-format
50945 msgid "%qE is not a constant expression because allocated storage has not been deallocated"
50946 msgstr ""
50948 #: cp/constexpr.cc:8366 rust/backend/rust-constexpr.cc:5221
50949 #, gcc-internal-format
50950 msgid "immediate evaluation returns address of immediate function %qD"
50951 msgstr ""
50953 #: cp/constexpr.cc:8963 rust/backend/rust-constexpr.cc:5675
50954 #, gcc-internal-format
50955 msgid "lvalue-to-rvalue conversion of a volatile lvalue %qE with type %qT"
50956 msgstr ""
50958 #: cp/constexpr.cc:9201
50959 #, gcc-internal-format
50960 msgid "lambda capture of %qE is not a constant expression"
50961 msgstr ""
50963 #: cp/constexpr.cc:9204
50964 #, gcc-internal-format
50965 msgid "because it is used as a glvalue"
50966 msgstr ""
50968 #: cp/constexpr.cc:9260 rust/backend/rust-constexpr.cc:5901
50969 #, gcc-internal-format
50970 msgid "%<reinterpret_cast%> from integer to pointer"
50971 msgstr ""
50973 #: cp/constexpr.cc:9294 rust/backend/rust-constexpr.cc:5929
50974 #, gcc-internal-format
50975 msgid "address-of an object %qE with thread local or automatic storage is not a constant expression"
50976 msgstr ""
50978 #: cp/constexpr.cc:9333
50979 #, gcc-internal-format
50980 msgid "use of %<this%> in a constant expression"
50981 msgstr ""
50983 #: cp/constexpr.cc:9482
50984 #, gcc-internal-format
50985 msgid "lambda-expression is not a constant expression before C++17"
50986 msgstr ""
50988 #: cp/constexpr.cc:9494
50989 #, gcc-internal-format
50990 msgid "new-expression is not a constant expression before C++20"
50991 msgstr ""
50993 #: cp/constexpr.cc:9560
50994 #, gcc-internal-format
50995 msgid "virtual functions cannot be %<constexpr%> before C++20"
50996 msgstr ""
50998 #: cp/constexpr.cc:9576
50999 #, gcc-internal-format
51000 msgid "%<typeid%> is not a constant expression because %qE is of polymorphic type"
51001 msgstr ""
51003 #: cp/constexpr.cc:9639
51004 #, gcc-internal-format
51005 msgid "cast to non-integral type %qT in a constant expression"
51006 msgstr ""
51008 #: cp/constexpr.cc:9700
51009 #, gcc-internal-format
51010 msgid "%qD defined %<thread_local%> in %<constexpr%> context"
51011 msgstr ""
51013 #: cp/constexpr.cc:9708
51014 #, gcc-internal-format
51015 msgid "%qD defined %<static%> in %<constexpr%> context"
51016 msgstr ""
51018 #: cp/constexpr.cc:9783 rust/backend/rust-constexpr.cc:6260
51019 #, gcc-internal-format
51020 msgid "division by zero is not a constant expression"
51021 msgstr ""
51023 #: cp/constexpr.cc:9884 rust/backend/rust-constexpr.cc:6358
51024 #, gcc-internal-format
51025 msgid "%<delete[]%> is not a constant expression"
51026 msgstr ""
51028 #: cp/constexpr.cc:9953
51029 #, gcc-internal-format
51030 msgid "neither branch of %<if%> is a constant expression"
51031 msgstr ""
51033 #: cp/constexpr.cc:9966
51034 #, gcc-internal-format
51035 msgid "non-constant array initialization"
51036 msgstr ""
51038 #: cp/constexpr.cc:10014 rust/backend/rust-constexpr.cc:6436
51039 #, gcc-internal-format
51040 msgid "label definition in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
51041 msgstr ""
51043 #: cp/constexpr.cc:10045 rust/backend/rust-constexpr.cc:6447
51044 #, gcc-internal-format, gfc-internal-format
51045 msgid "unexpected AST of kind %s"
51046 msgstr ""
51048 #: cp/constraint.cc:166
51049 #, gcc-internal-format
51050 msgid "constraint expression does not have type %<bool%>"
51051 msgstr ""
51053 #: cp/constraint.cc:373
51054 #, gcc-internal-format
51055 msgid "function call of variable concept %qE"
51056 msgstr ""
51058 #: cp/constraint.cc:545
51059 #, gcc-internal-format
51060 msgid "MAP %qD TO %qT"
51061 msgstr ""
51063 #: cp/constraint.cc:547
51064 #, gcc-internal-format
51065 msgid "MAP %qD TO %qE"
51066 msgstr ""
51068 #: cp/constraint.cc:560
51069 #, gcc-internal-format
51070 msgid "argument %qT"
51071 msgstr ""
51073 #: cp/constraint.cc:562
51074 #, gcc-internal-format
51075 msgid "argument %qE"
51076 msgstr ""
51078 #: cp/constraint.cc:1225
51079 #, gcc-internal-format
51080 msgid "%qT does not match original declaration"
51081 msgstr ""
51083 #: cp/constraint.cc:1228
51084 #, gcc-internal-format
51085 msgid "original template declaration here"
51086 msgstr ""
51088 #: cp/constraint.cc:1428
51089 #, gcc-internal-format
51090 msgid "no matching concepts for %qE"
51091 msgstr ""
51093 #: cp/constraint.cc:1731
51094 #, gcc-internal-format
51095 msgid "%qE cannot be introduced with an ellipsis %<...%>"
51096 msgstr ""
51098 #: cp/constraint.cc:1732
51099 #, gcc-internal-format
51100 msgid "prototype declared here"
51101 msgstr ""
51103 #: cp/constraint.cc:1819
51104 #, gcc-internal-format
51105 msgid "all template parameters of %qD must be introduced"
51106 msgstr ""
51108 #: cp/constraint.cc:1847
51109 #, gcc-internal-format
51110 msgid "cannot deduce template parameters from introduction list"
51111 msgstr ""
51113 #: cp/constraint.cc:2011
51114 #, gcc-internal-format
51115 msgid "the required expression %qE is invalid, because"
51116 msgstr ""
51118 #: cp/constraint.cc:2018
51119 #, gcc-internal-format
51120 msgid "the required expression %qE is invalid"
51121 msgstr ""
51123 #. Replay the substitution error.
51124 #: cp/constraint.cc:2057
51125 #, gcc-internal-format
51126 msgid "the required type %qT is invalid, because"
51127 msgstr ""
51129 #: cp/constraint.cc:2061
51130 #, gcc-internal-format
51131 msgid "the required type %qT is invalid"
51132 msgstr ""
51134 #: cp/constraint.cc:2114 cp/constraint.cc:2187
51135 #, gcc-internal-format
51136 msgid "cannot convert %qE to %qT"
51137 msgstr ""
51139 #: cp/constraint.cc:2140
51140 #, gcc-internal-format
51141 msgid "%qE is not %<noexcept%>"
51142 msgstr ""
51144 #: cp/constraint.cc:2164
51145 #, gcc-internal-format
51146 msgid "%qE does not satisfy return-type-requirement, because"
51147 msgstr ""
51149 #: cp/constraint.cc:2171
51150 #, gcc-internal-format
51151 msgid "%qE does not satisfy return-type-requirement"
51152 msgstr "%qE ne zadovoljava „return-type-requirement“"
51154 #: cp/constraint.cc:2182
51155 #, gcc-internal-format
51156 msgid "cannot convert %qE to %qT because"
51157 msgstr ""
51159 #. Replay the substitution error.
51160 #: cp/constraint.cc:2214
51161 #, gcc-internal-format
51162 msgid "nested requirement %qE is not satisfied, because"
51163 msgstr ""
51165 #: cp/constraint.cc:2218
51166 #, gcc-internal-format
51167 msgid "nested requirement %qE is not satisfied"
51168 msgstr ""
51170 #: cp/constraint.cc:2711
51171 #, gcc-internal-format
51172 msgid "satisfaction of atomic constraint %qE depends on itself"
51173 msgstr ""
51175 #: cp/constraint.cc:2757
51176 #, gcc-internal-format
51177 msgid "satisfaction value of atomic constraint %qE changed from %qE to %qE"
51178 msgstr ""
51180 #: cp/constraint.cc:2760
51181 #, gcc-internal-format
51182 msgid "satisfaction value first evaluated to %qE from here"
51183 msgstr ""
51185 #: cp/constraint.cc:2877
51186 #, gcc-internal-format
51187 msgid "no operand of the disjunction is satisfied"
51188 msgstr ""
51190 #: cp/constraint.cc:2890
51191 #, gcc-internal-format
51192 msgid "the operand %qE is unsatisfied because"
51193 msgstr ""
51195 #: cp/constraint.cc:3533
51196 #, gcc-internal-format
51197 msgid "definition of concept %qD is empty"
51198 msgstr ""
51200 #: cp/constraint.cc:3536
51201 #, gcc-internal-format
51202 msgid "definition of concept %qD has multiple statements"
51203 msgstr ""
51205 #: cp/constraint.cc:3682
51206 #, fuzzy, gcc-internal-format
51207 #| msgid "  %qT is not %<nothrow%> assignable from %qT"
51208 msgid "  %qT is not nothrow copy assignable"
51209 msgstr "  %qT nije %<nothrow%> i ne može se dodijeliti iz %qT"
51211 #: cp/constraint.cc:3685 cp/constraint.cc:3780
51212 #, fuzzy, gcc-internal-format
51213 #| msgid "  %qT is not constructible from %qE"
51214 msgid "  %qT is not nothrow default constructible"
51215 msgstr "%qT se ne može konstruirati iz %qE"
51217 #: cp/constraint.cc:3688
51218 #, fuzzy, gcc-internal-format
51219 #| msgid "  %qT is not constructible from %qE"
51220 msgid "  %qT is not nothrow copy constructible"
51221 msgstr "%qT se ne može konstruirati iz %qE"
51223 #: cp/constraint.cc:3691
51224 #, gcc-internal-format
51225 msgid "  %qT is not trivially copy assignable"
51226 msgstr ""
51228 #: cp/constraint.cc:3694 cp/constraint.cc:3774
51229 #, gcc-internal-format
51230 msgid "  %qT is not trivially default constructible"
51231 msgstr ""
51233 #: cp/constraint.cc:3697
51234 #, gcc-internal-format
51235 msgid "  %qT is not trivially copy constructible"
51236 msgstr ""
51238 #: cp/constraint.cc:3700
51239 #, gcc-internal-format
51240 msgid "  %qT is not trivially destructible"
51241 msgstr ""
51243 #: cp/constraint.cc:3703
51244 #, gcc-internal-format
51245 msgid "  %qT does not have a virtual destructor"
51246 msgstr ""
51248 #: cp/constraint.cc:3706
51249 #, gcc-internal-format
51250 msgid "  %qT is not an abstract class"
51251 msgstr ""
51253 #: cp/constraint.cc:3709
51254 #, gcc-internal-format
51255 msgid "  %qT is not a base of %qT"
51256 msgstr ""
51258 #: cp/constraint.cc:3712
51259 #, gcc-internal-format
51260 msgid "  %qT is not a class"
51261 msgstr ""
51263 #: cp/constraint.cc:3715
51264 #, gcc-internal-format
51265 msgid "  %qT is not an empty class"
51266 msgstr ""
51268 #: cp/constraint.cc:3718
51269 #, gcc-internal-format
51270 msgid "  %qT is not an enum"
51271 msgstr ""
51273 #: cp/constraint.cc:3721
51274 #, gcc-internal-format
51275 msgid "  %qT is not a final class"
51276 msgstr ""
51278 #: cp/constraint.cc:3724
51279 #, gcc-internal-format
51280 msgid "  %qT is not layout compatible with %qT"
51281 msgstr ""
51283 #: cp/constraint.cc:3727
51284 #, gcc-internal-format
51285 msgid "  %qT is not a literal type"
51286 msgstr ""
51288 #: cp/constraint.cc:3730
51289 #, gcc-internal-format
51290 msgid "  %qT is not pointer-interconvertible base of %qT"
51291 msgstr ""
51293 #: cp/constraint.cc:3734
51294 #, gcc-internal-format
51295 msgid "  %qT is not a POD type"
51296 msgstr ""
51298 #: cp/constraint.cc:3737
51299 #, gcc-internal-format
51300 msgid "  %qT is not a polymorphic type"
51301 msgstr ""
51303 #: cp/constraint.cc:3740
51304 #, gcc-internal-format
51305 msgid "  %qT is not the same as %qT"
51306 msgstr "  %qT nije ista vrsta kao %qT"
51308 #: cp/constraint.cc:3743
51309 #, gcc-internal-format
51310 msgid "  %qT is not an standard layout type"
51311 msgstr ""
51313 #: cp/constraint.cc:3746
51314 #, gcc-internal-format
51315 msgid "  %qT is not a trivial type"
51316 msgstr ""
51318 #: cp/constraint.cc:3749
51319 #, gcc-internal-format
51320 msgid "  %qT is not a union"
51321 msgstr ""
51323 #: cp/constraint.cc:3752
51324 #, gcc-internal-format
51325 msgid "  %qT is not an aggregate"
51326 msgstr "  %qT nije agregat"
51328 #: cp/constraint.cc:3755
51329 #, gcc-internal-format
51330 msgid "  %qT is not trivially copyable"
51331 msgstr "%qT se ne može trivijalno kopirati"
51333 #: cp/constraint.cc:3758
51334 #, gcc-internal-format
51335 msgid "  %qT is not assignable from %qT"
51336 msgstr "  %qT se ne može dodijeliti iz %qT"
51338 #: cp/constraint.cc:3761
51339 #, gcc-internal-format
51340 msgid "  %qT is not trivially assignable from %qT"
51341 msgstr "  %qT se ne može trivijalno dodijeliti iz %qT"
51343 #: cp/constraint.cc:3764
51344 #, fuzzy, gcc-internal-format
51345 #| msgid "  %qT is not %<nothrow%> assignable from %qT"
51346 msgid "  %qT is not nothrow assignable from %qT"
51347 msgstr "  %qT nije %<nothrow%> i ne može se dodijeliti iz %qT"
51349 #: cp/constraint.cc:3768
51350 #, gcc-internal-format
51351 msgid "  %qT is not default constructible"
51352 msgstr ""
51354 #: cp/constraint.cc:3770
51355 #, gcc-internal-format
51356 msgid "  %qT is not constructible from %qE"
51357 msgstr "%qT se ne može konstruirati iz %qE"
51359 #: cp/constraint.cc:3776
51360 #, gcc-internal-format
51361 msgid "  %qT is not trivially constructible from %qE"
51362 msgstr ""
51364 #: cp/constraint.cc:3782
51365 #, fuzzy, gcc-internal-format
51366 #| msgid "  %qT is not constructible from %qE"
51367 msgid "  %qT is not nothrow constructible from %qE"
51368 msgstr "%qT se ne može konstruirati iz %qE"
51370 #: cp/constraint.cc:3785
51371 #, gcc-internal-format
51372 msgid "  %qT does not have unique object representations"
51373 msgstr ""
51375 #: cp/constraint.cc:3788
51376 #, fuzzy, gcc-internal-format
51377 #| msgid "  %qT is not constructible from %qE"
51378 msgid "  %qT is not convertible from %qE"
51379 msgstr "%qT se ne može konstruirati iz %qE"
51381 #: cp/constraint.cc:3791
51382 #, fuzzy, gcc-internal-format
51383 #| msgid "  %qT is not constructible from %qE"
51384 msgid "  %qT is not nothrow convertible from %qE"
51385 msgstr "%qT se ne može konstruirati iz %qE"
51387 #: cp/constraint.cc:3794
51388 #, gcc-internal-format
51389 msgid "  %qT is not a reference that binds to a temporary object of type %qT (direct-initialization)"
51390 msgstr ""
51392 #: cp/constraint.cc:3798
51393 #, gcc-internal-format
51394 msgid "  %qT is not a reference that binds to a temporary object of type %qT (copy-initialization)"
51395 msgstr ""
51397 #: cp/constraint.cc:3826
51398 #, gcc-internal-format
51399 msgid "invalid constraints"
51400 msgstr ""
51402 #: cp/constraint.cc:3851
51403 #, gcc-internal-format
51404 msgid "constraint %qE has type %qT, not %<bool%>"
51405 msgstr ""
51407 #: cp/constraint.cc:3854
51408 #, gcc-internal-format
51409 msgid "the expression %qE evaluated to %<false%>"
51410 msgstr ""
51412 #: cp/constraint.cc:3905
51413 #, gcc-internal-format
51414 msgid "constraints not satisfied"
51415 msgstr ""
51417 #: cp/constraint.cc:3920
51418 #, gcc-internal-format
51419 msgid "set %qs to at least %d for more detail"
51420 msgstr ""
51422 #: cp/contracts.cc:182
51423 #, gcc-internal-format
51424 msgid "axiom contract semantic must be %<assume%> or %<ignore%>"
51425 msgstr ""
51427 #: cp/contracts.cc:185
51428 #, gcc-internal-format
51429 msgid "the %<audit%> semantic should be at least as strong as the %<default%> semantic"
51430 msgstr ""
51432 #: cp/contracts.cc:203
51433 #, gcc-internal-format, gfc-internal-format
51434 msgid "'%s' is not a valid explicit concrete semantic"
51435 msgstr ""
51437 #: cp/contracts.cc:343
51438 #, gcc-internal-format
51439 msgid "%<-fcontract-build-level=%> cannot be mixed with p1332/p1429"
51440 msgstr ""
51442 #: cp/contracts.cc:356
51443 #, gcc-internal-format
51444 msgid "%<-fcontract-build-level=%> must be off|default|audit"
51445 msgstr ""
51447 #: cp/contracts.cc:366
51448 #, gcc-internal-format
51449 msgid "%<-fcontract-assumption-mode=%> cannot be mixed with p1332/p1429"
51450 msgstr ""
51452 #: cp/contracts.cc:377
51453 #, gcc-internal-format
51454 msgid "%<-fcontract-assumption-mode=%> must be %<on%> or %<off%>"
51455 msgstr ""
51457 #: cp/contracts.cc:387
51458 #, gcc-internal-format
51459 msgid "%<-fcontract-continuation-mode=%> cannot be mixed with p1332/p1429"
51460 msgstr ""
51462 #: cp/contracts.cc:398
51463 #, gcc-internal-format
51464 msgid "%<-fcontract-continuation-mode=%> must be %<on%> or %<off%>"
51465 msgstr ""
51467 #: cp/contracts.cc:410
51468 #, gcc-internal-format
51469 msgid "%<-fcontract-role=%> must be in the form role:semantics"
51470 msgstr ""
51472 #: cp/contracts.cc:421 cp/contracts.cc:430
51473 #, gcc-internal-format
51474 msgid "%<-fcontract-role=%> semantics must include default,audit,axiom values"
51475 msgstr ""
51477 #: cp/contracts.cc:449
51478 #, gcc-internal-format
51479 msgid "%<-fcontract-role=%> cannot be mixed with std/p1429 contract flags"
51480 msgstr ""
51482 #. TODO: not enough space?
51483 #: cp/contracts.cc:463
51484 #, gcc-internal-format
51485 msgid "%<-fcontract-level=%> too many custom roles"
51486 msgstr ""
51488 #: cp/contracts.cc:475
51489 #, gcc-internal-format
51490 msgid "%<-fcontract-semantic=%> must be in the form level:semantic"
51491 msgstr ""
51493 #: cp/contracts.cc:481
51494 #, gcc-internal-format
51495 msgid "%<-fcontract-semantic=%> cannot be mixed with std/p1332 contract flags"
51496 msgstr ""
51498 #: cp/contracts.cc:489
51499 #, gcc-internal-format
51500 msgid "%<-fcontract-semantic=%> cannot find default role"
51501 msgstr ""
51503 #: cp/contracts.cc:505
51504 #, gcc-internal-format
51505 msgid "%<-fcontract-semantic=%> level must be default, audit, or axiom"
51506 msgstr ""
51508 #: cp/contracts.cc:647
51509 #, gcc-internal-format, gfc-internal-format
51510 msgid "%s does not return a value to test"
51511 msgstr ""
51513 #: cp/contracts.cc:1145
51514 #, gcc-internal-format
51515 msgid "mismatched contract attribute in declaration"
51516 msgstr ""
51518 #: cp/contracts.cc:1147 cp/contracts.cc:1178
51519 #, fuzzy, gcc-internal-format
51520 #| msgid "previously declared here"
51521 msgid "previous contract here"
51522 msgstr "ranije deklarirana ovdje"
51524 #: cp/contracts.cc:1175
51525 #, gcc-internal-format
51526 msgid "mismatched contract condition in declaration"
51527 msgstr ""
51529 #: cp/contracts.cc:1218
51530 #, gcc-internal-format
51531 msgid "declaration has a different number of contracts than previously declared"
51532 msgstr ""
51534 #: cp/contracts.cc:1224
51535 #, gcc-internal-format
51536 msgid "original declaration with fewer contracts here"
51537 msgstr ""
51539 #: cp/contracts.cc:1961
51540 #, gcc-internal-format
51541 msgid "contracts must appertain to a function type"
51542 msgstr ""
51544 #: cp/contracts.cc:2174
51545 #, gcc-internal-format
51546 msgid "cannot add contracts after definition"
51547 msgstr ""
51549 #: cp/contracts.cc:2175
51550 #, gcc-internal-format
51551 msgid "original definition here"
51552 msgstr ""
51554 #: cp/contracts.cc:2183
51555 #, gcc-internal-format
51556 msgid "cannot add contracts to a virtual function"
51557 msgstr ""
51559 #: cp/contracts.cc:2184
51560 #, fuzzy, gcc-internal-format
51561 #| msgid "previously declared here"
51562 msgid "original declaration here"
51563 msgstr "ranije deklarirana ovdje"
51565 #: cp/contracts.cc:2194
51566 #, gcc-internal-format
51567 msgid "declaration adds contracts to %q#D"
51568 msgstr ""
51570 #: cp/coroutines.cc:303
51571 #, gcc-internal-format
51572 msgid "coroutines require a traits template; cannot find %<%E::%E%>"
51573 msgstr ""
51575 #: cp/coroutines.cc:305
51576 #, gcc-internal-format
51577 msgid "perhaps %<#include <coroutine>%> is missing"
51578 msgstr ""
51580 #: cp/coroutines.cc:360
51581 #, gcc-internal-format
51582 msgid "cannot instantiate %<coroutine traits%>"
51583 msgstr ""
51585 #: cp/coroutines.cc:382
51586 #, gcc-internal-format
51587 msgid "coroutines require a handle class template; cannot find %<%E::%E%>"
51588 msgstr ""
51590 #: cp/coroutines.cc:407
51591 #, gcc-internal-format
51592 msgid "cannot instantiate a %<coroutine handle%> for promise type %qT"
51593 msgstr ""
51595 #: cp/coroutines.cc:492
51596 #, gcc-internal-format
51597 msgid "unable to find the promise type for this coroutine"
51598 msgstr ""
51600 #: cp/coroutines.cc:511
51601 #, gcc-internal-format
51602 msgid "the coroutine promise type %qT declares both %<return_value%> and %<return_void%>"
51603 msgstr ""
51605 #: cp/coroutines.cc:515
51606 #, gcc-internal-format
51607 msgid "%<return_void%> declared here"
51608 msgstr ""
51610 #: cp/coroutines.cc:648 cp/coroutines.cc:726 cp/coroutines.cc:4303
51611 #, gcc-internal-format
51612 msgid "no member named %qE in %qT"
51613 msgstr ""
51615 #: cp/coroutines.cc:741
51616 #, gcc-internal-format
51617 msgid "%qs cannot be used outside a function"
51618 msgstr ""
51620 #. [basic.start.main] 3. The function main shall not be a coroutine.
51621 #: cp/coroutines.cc:749
51622 #, gcc-internal-format
51623 msgid "%qs cannot be used in the %<main%> function"
51624 msgstr ""
51626 #. [dcl.constexpr] 3.3 it shall not be a coroutine.
51627 #: cp/coroutines.cc:760
51628 #, gcc-internal-format
51629 msgid "%qs cannot be used in a %<constexpr%> function"
51630 msgstr ""
51632 #: cp/coroutines.cc:771
51633 #, gcc-internal-format
51634 msgid "%qs cannot be used in a function with a deduced return type"
51635 msgstr ""
51637 #: cp/coroutines.cc:782
51638 #, gcc-internal-format
51639 msgid "%qs cannot be used in a varargs function"
51640 msgstr ""
51642 #. [class.ctor] 7. a constructor shall not be a coroutine.
51643 #: cp/coroutines.cc:789
51644 #, gcc-internal-format
51645 msgid "%qs cannot be used in a constructor"
51646 msgstr ""
51648 #. [class.dtor] 21. a destructor shall not be a coroutine.
51649 #: cp/coroutines.cc:796
51650 #, gcc-internal-format
51651 msgid "%qs cannot be used in a destructor"
51652 msgstr ""
51654 #. TODO: record or extract positions of returns (and the first coro
51655 #. keyword) so that we can add notes to the diagnostic about where
51656 #. the bad keyword is and what made the function into a coro.
51657 #: cp/coroutines.cc:827
51658 #, gcc-internal-format
51659 msgid "a %<return%> statement is not allowed in coroutine; did you mean %<co_return%>?"
51660 msgstr ""
51662 #: cp/coroutines.cc:875
51663 #, gcc-internal-format
51664 msgid "the expression %qE is required to be non-throwing"
51665 msgstr ""
51667 #: cp/coroutines.cc:877
51668 #, gcc-internal-format
51669 msgid "must be declared with %<noexcept(true)%>"
51670 msgstr ""
51672 #: cp/coroutines.cc:962
51673 #, gcc-internal-format
51674 msgid "awaitable type %qT is not a structure"
51675 msgstr ""
51677 #: cp/coroutines.cc:1073
51678 #, gcc-internal-format
51679 msgid "%<await_suspend%> must return %<void%>, %<bool%> or a coroutine handle"
51680 msgstr ""
51682 #: cp/coroutines.cc:1384
51683 #, gcc-internal-format
51684 msgid "function declared %<noreturn%> has a %<co_return%> statement"
51685 msgstr ""
51687 #: cp/coroutines.cc:1422
51688 #, gcc-internal-format
51689 msgid "the align argument to %<__builtin_coro_promise%> must be a constant"
51690 msgstr ""
51692 #: cp/coroutines.cc:1432
51693 #, gcc-internal-format
51694 msgid "the direction argument to %<__builtin_coro_promise%> must be a constant"
51695 msgstr ""
51697 #: cp/coroutines.cc:1915
51698 #, gcc-internal-format
51699 msgid "no suspend point info for %qD"
51700 msgstr ""
51702 #: cp/coroutines.cc:2113 cp/coroutines.cc:4677
51703 #, gcc-internal-format
51704 msgid "%qE is provided by %qT but is not usable with the function signature %qD"
51705 msgstr ""
51707 #: cp/coroutines.cc:2563
51708 #, gcc-internal-format
51709 msgid "duplicate info for %qE"
51710 msgstr "dvostruke informacije za %qE"
51712 #: cp/coroutines.cc:3715
51713 #, gcc-internal-format
51714 msgid "await expressions are not permitted in handlers"
51715 msgstr "„await“ izraz nije dopušten u rukovateljima (handlers)"
51717 #: cp/coroutines.cc:3947
51718 #, gcc-internal-format
51719 msgid "variable length arrays are not yet supported in coroutines"
51720 msgstr ""
51722 #: cp/coroutines.cc:4682
51723 #, gcc-internal-format
51724 msgid "%qE is provided by %qT but %qE is not marked %<throw()%> or %<noexcept%>"
51725 msgstr ""
51727 #: cp/coroutines.cc:4685
51728 #, gcc-internal-format
51729 msgid "%qE is marked %<throw()%> or %<noexcept%> but no usable %<get_return_object_on_allocation_failure%> is provided by %qT"
51730 msgstr ""
51732 #: cp/coroutines.cc:4714
51733 #, gcc-internal-format
51734 msgid "%qE is provided by %qT but %<std::nothrow%> cannot be found"
51735 msgstr ""
51737 #. We can't initialize a non-class return value from void.
51738 #: cp/coroutines.cc:5111
51739 #, gcc-internal-format
51740 msgid "cannot initialize a return object of type %qT with an rvalue of type %<void%>"
51741 msgstr ""
51743 #: cp/cp-gimplify.cc:155
51744 #, gcc-internal-format
51745 msgid "both branches of %<if%> statement marked as %qs"
51746 msgstr ""
51748 #: cp/cp-gimplify.cc:1035 cp/cp-gimplify.cc:1047
51749 #, gcc-internal-format
51750 msgid "taking address of an immediate function %qD"
51751 msgstr ""
51753 #: cp/cp-gimplify.cc:1633
51754 #, gcc-internal-format
51755 msgid "%<throw%> will always call %<terminate%>"
51756 msgstr ""
51758 #: cp/cp-gimplify.cc:1636
51759 #, gcc-internal-format
51760 msgid "in C++11 destructors default to %<noexcept%>"
51761 msgstr ""
51763 #: cp/cp-gimplify.cc:1648
51764 #, gcc-internal-format
51765 msgid "in C++11 this %<throw%> will call %<terminate%> because destructors default to %<noexcept%>"
51766 msgstr ""
51768 #: cp/cp-gimplify.cc:3158
51769 #, gcc-internal-format
51770 msgid "ignoring attribute %qE after earlier %qE"
51771 msgstr ""
51773 #: cp/cp-gimplify.cc:3232 cp/cp-gimplify.cc:3244 cp/decl.cc:4274
51774 #: cp/method.cc:978
51775 #, gcc-internal-format
51776 msgid "%qD is not a type"
51777 msgstr ""
51779 #: cp/cp-gimplify.cc:3250
51780 #, gcc-internal-format
51781 msgid "%qD is not a class type"
51782 msgstr ""
51784 #: cp/cp-gimplify.cc:3267
51785 #, gcc-internal-format
51786 msgid "%qD does not have %<const char *%> type"
51787 msgstr ""
51789 #: cp/cp-gimplify.cc:3277
51790 #, gcc-internal-format
51791 msgid "%qD does not have integral type"
51792 msgstr ""
51794 #: cp/cp-gimplify.cc:3289
51795 #, gcc-internal-format
51796 msgid "%<std::source_location::__impl%> does not contain only non-static data members %<_M_file_name%>, %<_M_function_name%>, %<_M_line%> and %<_M_column%>"
51797 msgstr ""
51799 #: cp/cvt.cc:92
51800 msgid "cannot convert from incomplete type %qH to %qI"
51801 msgstr ""
51803 #: cp/cvt.cc:102
51804 msgid "conversion of %qE from %qH to %qI is ambiguous"
51805 msgstr ""
51807 #: cp/cvt.cc:174 cp/cvt.cc:201 cp/cvt.cc:255
51808 msgid "cannot convert %qE from type %qH to type %qI"
51809 msgstr ""
51811 #: cp/cvt.cc:391
51812 #, gcc-internal-format
51813 msgid "initialization of volatile reference type %q#T from rvalue of type %qT"
51814 msgstr ""
51816 #: cp/cvt.cc:394
51817 #, gcc-internal-format
51818 msgid "conversion to volatile reference type %q#T from rvalue of type %qT"
51819 msgstr ""
51821 #: cp/cvt.cc:397
51822 #, gcc-internal-format
51823 msgid "initialization of non-const reference type %q#T from rvalue of type %qT"
51824 msgstr ""
51826 #: cp/cvt.cc:400
51827 #, gcc-internal-format
51828 msgid "conversion to non-const reference type %q#T from rvalue of type %qT"
51829 msgstr ""
51831 #: cp/cvt.cc:476
51832 msgid "conversion from %qH to %qI discards qualifiers"
51833 msgstr ""
51835 #: cp/cvt.cc:498 cp/typeck.cc:8703
51836 #, gcc-internal-format
51837 msgid "casting %qT to %qT does not dereference pointer"
51838 msgstr ""
51840 #: cp/cvt.cc:526
51841 msgid "cannot convert type %qH to type %qI"
51842 msgstr ""
51844 #: cp/cvt.cc:818
51845 #, gcc-internal-format
51846 msgid "conversion from %q#T to %q#T"
51847 msgstr ""
51849 #: cp/cvt.cc:836
51850 #, gcc-internal-format
51851 msgid "the result of the conversion is unspecified because %qE is outside the range of type %qT"
51852 msgstr ""
51854 #: cp/cvt.cc:847 cp/cvt.cc:902
51855 #, gcc-internal-format
51856 msgid "%q#T used where a %qT was expected"
51857 msgstr ""
51859 #: cp/cvt.cc:856
51860 #, gcc-internal-format
51861 msgid "could not convert %qE from %<void%> to %<bool%>"
51862 msgstr ""
51864 #: cp/cvt.cc:918
51865 #, gcc-internal-format
51866 msgid "%q#T used where a floating-point value was expected"
51867 msgstr ""
51869 #: cp/cvt.cc:976
51870 msgid "conversion from %qH to non-scalar type %qI requested"
51871 msgstr ""
51873 #: cp/cvt.cc:1072
51874 #, gcc-internal-format
51875 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %<%s%>"
51876 msgstr ""
51878 #: cp/cvt.cc:1074
51879 #, gcc-internal-format
51880 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>%s"
51881 msgstr ""
51883 #: cp/cvt.cc:1090
51884 #, gcc-internal-format
51885 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>: %<%s%>"
51886 msgstr ""
51888 #: cp/cvt.cc:1092
51889 #, gcc-internal-format
51890 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>%s"
51891 msgstr ""
51893 #: cp/cvt.cc:1114
51894 #, gcc-internal-format
51895 msgid "ignoring return value of %qD, declared with attribute %<warn_unused_result%>"
51896 msgstr ""
51898 #: cp/cvt.cc:1168
51899 #, gcc-internal-format
51900 msgid "pseudo-destructor is not called"
51901 msgstr ""
51903 #: cp/cvt.cc:1264 rust/backend/rust-tree.cc:340
51904 #, gcc-internal-format
51905 msgid "conversion to void will not access object of incomplete type %qT"
51906 msgstr ""
51908 #: cp/cvt.cc:1268 rust/backend/rust-tree.cc:346
51909 #, gcc-internal-format
51910 msgid "indirection will not access object of incomplete type %qT in second operand of conditional expression"
51911 msgstr ""
51913 #: cp/cvt.cc:1273 rust/backend/rust-tree.cc:353
51914 #, gcc-internal-format
51915 msgid "indirection will not access object of incomplete type %qT in third operand of conditional expression"
51916 msgstr ""
51918 #: cp/cvt.cc:1278 rust/backend/rust-tree.cc:360
51919 #, gcc-internal-format
51920 msgid "indirection will not access object of incomplete type %qT in right operand of comma operator"
51921 msgstr ""
51923 #: cp/cvt.cc:1283 rust/backend/rust-tree.cc:367
51924 #, gcc-internal-format
51925 msgid "indirection will not access object of incomplete type %qT in left operand of comma operator"
51926 msgstr ""
51928 #: cp/cvt.cc:1288 rust/backend/rust-tree.cc:374
51929 #, gcc-internal-format
51930 msgid "indirection will not access object of incomplete type %qT in statement"
51931 msgstr ""
51933 #: cp/cvt.cc:1292 rust/backend/rust-tree.cc:380
51934 #, gcc-internal-format
51935 msgid "indirection will not access object of incomplete type %qT in for increment expression"
51936 msgstr ""
51938 #: cp/cvt.cc:1308 rust/backend/rust-tree.cc:397
51939 #, gcc-internal-format
51940 msgid "conversion to void will not access object of type %qT"
51941 msgstr ""
51943 #: cp/cvt.cc:1312 rust/backend/rust-tree.cc:403
51944 #, gcc-internal-format
51945 msgid "implicit dereference will not access object of type %qT in second operand of conditional expression"
51946 msgstr ""
51948 #: cp/cvt.cc:1317 rust/backend/rust-tree.cc:410
51949 #, gcc-internal-format
51950 msgid "implicit dereference will not access object of type %qT in third operand of conditional expression"
51951 msgstr ""
51953 #: cp/cvt.cc:1322 rust/backend/rust-tree.cc:417
51954 #, gcc-internal-format
51955 msgid "implicit dereference will not access object of type %qT in right operand of comma operator"
51956 msgstr ""
51958 #: cp/cvt.cc:1327 rust/backend/rust-tree.cc:424
51959 #, gcc-internal-format
51960 msgid "implicit dereference will not access object of type %qT in left operand of comma operator"
51961 msgstr ""
51963 #: cp/cvt.cc:1332 rust/backend/rust-tree.cc:431
51964 #, gcc-internal-format
51965 msgid "implicit dereference will not access object of type %qT in statement"
51966 msgstr ""
51968 #: cp/cvt.cc:1336 rust/backend/rust-tree.cc:437
51969 #, gcc-internal-format
51970 msgid "implicit dereference will not access object of type %qT in for increment expression"
51971 msgstr ""
51973 #: cp/cvt.cc:1350 rust/backend/rust-tree.cc:451
51974 #, gcc-internal-format
51975 msgid "conversion to void will not access object of non-trivially-copyable type %qT"
51976 msgstr ""
51978 #: cp/cvt.cc:1355 rust/backend/rust-tree.cc:457
51979 #, gcc-internal-format
51980 msgid "indirection will not access object of non-trivially-copyable type %qT in second operand of conditional expression"
51981 msgstr ""
51983 #: cp/cvt.cc:1360 rust/backend/rust-tree.cc:464
51984 #, gcc-internal-format
51985 msgid "indirection will not access object of non-trivially-copyable type %qT in third operand of conditional expression"
51986 msgstr ""
51988 #: cp/cvt.cc:1365 rust/backend/rust-tree.cc:471
51989 #, gcc-internal-format
51990 msgid "indirection will not access object of non-trivially-copyable type %qT in right operand of comma operator"
51991 msgstr ""
51993 #: cp/cvt.cc:1370 rust/backend/rust-tree.cc:478
51994 #, gcc-internal-format
51995 msgid "indirection will not access object of non-trivially-copyable type %qT in left operand of comma operator"
51996 msgstr ""
51998 #: cp/cvt.cc:1375 rust/backend/rust-tree.cc:485
51999 #, gcc-internal-format
52000 msgid "indirection will not access object of non-trivially-copyable type %qT in statement"
52001 msgstr ""
52003 #: cp/cvt.cc:1380 rust/backend/rust-tree.cc:491
52004 #, gcc-internal-format
52005 msgid "indirection will not access object of non-trivially-copyable type %qT in for increment expression"
52006 msgstr ""
52008 #: cp/cvt.cc:1421 rust/backend/rust-tree.cc:532
52009 #, gcc-internal-format
52010 msgid "conversion to void will not access object %qE of incomplete type %qT"
52011 msgstr ""
52013 #: cp/cvt.cc:1425 rust/backend/rust-tree.cc:538
52014 #, gcc-internal-format
52015 msgid "variable %qE of incomplete type %qT will not be accessed in second operand of conditional expression"
52016 msgstr ""
52018 #: cp/cvt.cc:1430 rust/backend/rust-tree.cc:545
52019 #, gcc-internal-format
52020 msgid "variable %qE of incomplete type %qT will not be accessed in third operand of conditional expression"
52021 msgstr ""
52023 #: cp/cvt.cc:1435 rust/backend/rust-tree.cc:552
52024 #, gcc-internal-format
52025 msgid "variable %qE of incomplete type %qT will not be accessed in right operand of comma operator"
52026 msgstr ""
52028 #: cp/cvt.cc:1440 rust/backend/rust-tree.cc:558
52029 #, gcc-internal-format
52030 msgid "variable %qE of incomplete type %qT will not be accessed in left operand of comma operator"
52031 msgstr ""
52033 #: cp/cvt.cc:1445 rust/backend/rust-tree.cc:564
52034 #, gcc-internal-format
52035 msgid "variable %qE of incomplete type %qT will not be accessed in statement"
52036 msgstr ""
52038 #: cp/cvt.cc:1449 rust/backend/rust-tree.cc:570
52039 #, gcc-internal-format
52040 msgid "variable %qE of incomplete type %qT will not be accessed in for increment expression"
52041 msgstr ""
52043 #: cp/cvt.cc:1505
52044 #, gcc-internal-format
52045 msgid "conversion to void cannot resolve address of overloaded function"
52046 msgstr ""
52048 #: cp/cvt.cc:1509
52049 #, gcc-internal-format
52050 msgid "second operand of conditional expression cannot resolve address of overloaded function"
52051 msgstr ""
52053 #: cp/cvt.cc:1513
52054 #, gcc-internal-format
52055 msgid "third operand of conditional expression cannot resolve address of overloaded function"
52056 msgstr ""
52058 #: cp/cvt.cc:1517
52059 #, gcc-internal-format
52060 msgid "right operand of comma operator cannot resolve address of overloaded function"
52061 msgstr ""
52063 #: cp/cvt.cc:1521
52064 #, gcc-internal-format
52065 msgid "left operand of comma operator cannot resolve address of overloaded function"
52066 msgstr ""
52068 #: cp/cvt.cc:1525
52069 #, gcc-internal-format
52070 msgid "statement cannot resolve address of overloaded function"
52071 msgstr ""
52073 #: cp/cvt.cc:1529
52074 #, gcc-internal-format
52075 msgid "for increment expression cannot resolve address of overloaded function"
52076 msgstr ""
52078 #: cp/cvt.cc:1545
52079 #, gcc-internal-format
52080 msgid "second operand of conditional expression is a reference, not call, to function %qE"
52081 msgstr ""
52083 #: cp/cvt.cc:1550
52084 #, gcc-internal-format
52085 msgid "third operand of conditional expression is a reference, not call, to function %qE"
52086 msgstr ""
52088 #: cp/cvt.cc:1555
52089 #, gcc-internal-format
52090 msgid "right operand of comma operator is a reference, not call, to function %qE"
52091 msgstr ""
52093 #: cp/cvt.cc:1560
52094 #, gcc-internal-format
52095 msgid "left operand of comma operator is a reference, not call, to function %qE"
52096 msgstr ""
52098 #: cp/cvt.cc:1565
52099 #, gcc-internal-format
52100 msgid "statement is a reference, not call, to function %qE"
52101 msgstr ""
52103 #: cp/cvt.cc:1570
52104 #, gcc-internal-format
52105 msgid "for increment expression is a reference, not call, to function %qE"
52106 msgstr ""
52108 #: cp/cvt.cc:1599
52109 #, gcc-internal-format
52110 msgid "second operand of conditional expression has no effect"
52111 msgstr ""
52113 #: cp/cvt.cc:1604
52114 #, gcc-internal-format
52115 msgid "third operand of conditional expression has no effect"
52116 msgstr ""
52118 #: cp/cvt.cc:1609
52119 #, gcc-internal-format
52120 msgid "right operand of comma operator has no effect"
52121 msgstr ""
52123 #: cp/cvt.cc:1613
52124 #, gcc-internal-format
52125 msgid "left operand of comma operator has no effect"
52126 msgstr ""
52128 #: cp/cvt.cc:1617
52129 #, gcc-internal-format
52130 msgid "statement has no effect"
52131 msgstr ""
52133 #: cp/cvt.cc:1621
52134 #, gcc-internal-format
52135 msgid "for increment expression has no effect"
52136 msgstr ""
52138 #: cp/cvt.cc:1774
52139 #, gcc-internal-format
52140 msgid "converting NULL to non-pointer type"
52141 msgstr ""
52143 #: cp/cvt.cc:1892
52144 #, gcc-internal-format
52145 msgid "default type conversion cannot deduce template argument for %qD"
52146 msgstr ""
52148 #: cp/cvt.cc:1907
52149 #, gcc-internal-format
52150 msgid "ambiguous default type conversion from %qT"
52151 msgstr ""
52153 #: cp/cvt.cc:1910
52154 #, gcc-internal-format
52155 msgid "  candidate conversions include %qD and %qD"
52156 msgstr ""
52158 #: cp/cxx-pretty-print.cc:2295
52159 #, gcc-internal-format
52160 msgid "template-parameter-"
52161 msgstr ""
52163 #: cp/cxx-pretty-print.cc:2309
52164 #, gcc-internal-format
52165 msgid "requires"
52166 msgstr ""
52168 #: cp/cxx-pretty-print.cc:2815 cp/error.cc:397
52169 #, gcc-internal-format
52170 msgid "with"
52171 msgstr ""
52173 #: cp/decl.cc:692
52174 #, gcc-internal-format
52175 msgid "unused structured binding declaration"
52176 msgstr ""
52178 #: cp/decl.cc:695
52179 #, gcc-internal-format
52180 msgid "unused variable %qD"
52181 msgstr ""
52183 #: cp/decl.cc:704
52184 #, gcc-internal-format
52185 msgid "structured binding declaration set but not used"
52186 msgstr ""
52188 #: cp/decl.cc:859
52189 #, gcc-internal-format
52190 msgid "%qF declared %<static%> but never defined"
52191 msgstr ""
52193 #: cp/decl.cc:866
52194 #, gcc-internal-format
52195 msgid "odr-used inline variable %qD is not defined"
52196 msgstr ""
52198 #: cp/decl.cc:1279
52199 #, gcc-internal-format
52200 msgid "%qD was declared %<extern%> and later %<static%>"
52201 msgstr ""
52203 #: cp/decl.cc:1319
52204 #, gcc-internal-format
52205 msgid "declaration of %qF has a different exception specifier"
52206 msgstr ""
52208 #: cp/decl.cc:1333
52209 #, gcc-internal-format
52210 msgid "from previous declaration %qF"
52211 msgstr ""
52213 #: cp/decl.cc:1386
52214 #, gcc-internal-format
52215 msgid "redeclaration %qD differs in %qs from previous declaration"
52216 msgstr ""
52218 #: cp/decl.cc:1390 cp/decl.cc:16111
52219 #, gcc-internal-format
52220 msgid "previous declaration %qD"
52221 msgstr ""
52223 #: cp/decl.cc:1419
52224 #, gcc-internal-format
52225 msgid "cannot specialize concept %q#D"
52226 msgstr ""
52228 #: cp/decl.cc:1441
52229 #, gcc-internal-format
52230 msgid "redeclaration of %q#D may not have default arguments"
52231 msgstr ""
52233 #: cp/decl.cc:1470
52234 #, gcc-internal-format
52235 msgid "friend declaration of %q#D specifies default arguments and isn%'t the only declaration"
52236 msgstr ""
52238 #: cp/decl.cc:1473
52239 #, gcc-internal-format
52240 msgid "previous declaration of %q#D"
52241 msgstr ""
52243 #: cp/decl.cc:1522
52244 #, gcc-internal-format
52245 msgid "ambiguating new declaration %q+#D"
52246 msgstr ""
52248 #: cp/decl.cc:1524 cp/decl.cc:1945
52249 #, gcc-internal-format
52250 msgid "old declaration %q#D"
52251 msgstr ""
52253 #: cp/decl.cc:1564
52254 #, gcc-internal-format
52255 msgid "redefinition of default argument for %q+#D"
52256 msgstr ""
52258 #: cp/decl.cc:1566
52259 #, gcc-internal-format
52260 msgid "original definition appeared here"
52261 msgstr ""
52263 #: cp/decl.cc:1632
52264 #, gcc-internal-format
52265 msgid "built-in function %qD declared as non-function"
52266 msgstr ""
52268 #: cp/decl.cc:1645 cp/decl.cc:1771
52269 #, gcc-internal-format
52270 msgid "shadowing built-in function %q#D"
52271 msgstr ""
52273 #: cp/decl.cc:1646 cp/decl.cc:1772
52274 #, gcc-internal-format
52275 msgid "shadowing library function %q#D"
52276 msgstr ""
52278 #: cp/decl.cc:1654
52279 #, gcc-internal-format
52280 msgid "library function %q#D redeclared as non-function %q#D"
52281 msgstr ""
52283 #: cp/decl.cc:1658 cp/decl.cc:1719
52284 #, gcc-internal-format
52285 msgid "declaration of %q#D conflicts with built-in declaration %q#D"
52286 msgstr ""
52288 #: cp/decl.cc:1746
52289 #, gcc-internal-format
52290 msgid "definition of %q#D ambiguates built-in declaration %q#D"
52291 msgstr ""
52293 #: cp/decl.cc:1752 cp/decl.cc:1766
52294 #, gcc-internal-format
52295 msgid "new declaration %q#D ambiguates built-in declaration %q#D"
52296 msgstr ""
52298 #: cp/decl.cc:1756
52299 #, gcc-internal-format
52300 msgid "ignoring the %q#D declaration"
52301 msgstr ""
52303 #: cp/decl.cc:1860
52304 #, gcc-internal-format
52305 msgid "literal operator %q#D conflicts with raw literal operator"
52306 msgstr ""
52308 #: cp/decl.cc:1864
52309 #, gcc-internal-format
52310 msgid "raw literal operator %q#D conflicts with literal operator template"
52311 msgstr ""
52313 #: cp/decl.cc:1880
52314 #, gcc-internal-format
52315 msgid "%q#D redeclared as different kind of entity"
52316 msgstr ""
52318 #: cp/decl.cc:1904
52319 #, gcc-internal-format
52320 msgid "conflicting declaration of template %q#D"
52321 msgstr ""
52323 #: cp/decl.cc:1926
52324 #, gcc-internal-format
52325 msgid "conflicting declaration of C function %q#D"
52326 msgstr ""
52328 #: cp/decl.cc:1943
52329 #, gcc-internal-format
52330 msgid "ambiguating new declaration of %q#D"
52331 msgstr ""
52333 #: cp/decl.cc:1953
52334 #, gcc-internal-format
52335 msgid "conflicting declaration %q#D"
52336 msgstr ""
52338 #: cp/decl.cc:1955
52339 #, gcc-internal-format
52340 msgid "previous declaration as %q#D"
52341 msgstr ""
52343 #: cp/decl.cc:1965
52344 #, gcc-internal-format
52345 msgid "redeclaration of %<pragma omp declare reduction%>"
52346 msgstr ""
52348 #: cp/decl.cc:1967
52349 #, gcc-internal-format
52350 msgid "previous %<pragma omp declare reduction%> declaration"
52351 msgstr ""
52353 #: cp/decl.cc:2025
52354 #, gcc-internal-format
52355 msgid "%q#D previously defined here"
52356 msgstr ""
52358 #: cp/decl.cc:2026 cp/name-lookup.cc:3160 cp/name-lookup.cc:3189
52359 #: cp/name-lookup.cc:3213
52360 #, gcc-internal-format
52361 msgid "%q#D previously declared here"
52362 msgstr ""
52364 #: cp/decl.cc:2037
52365 #, gcc-internal-format
52366 msgid "prototype specified for %q#D"
52367 msgstr ""
52369 #: cp/decl.cc:2039
52370 #, gcc-internal-format
52371 msgid "previous non-prototype definition here"
52372 msgstr ""
52374 #: cp/decl.cc:2079
52375 #, gcc-internal-format
52376 msgid "conflicting declaration of %q#D with %qL linkage"
52377 msgstr ""
52379 #: cp/decl.cc:2082
52380 #, gcc-internal-format
52381 msgid "previous declaration with %qL linkage"
52382 msgstr ""
52384 #: cp/decl.cc:2131 cp/decl.cc:2141
52385 #, gcc-internal-format
52386 msgid "default argument given for parameter %d of %q#D"
52387 msgstr ""
52389 #: cp/decl.cc:2134 cp/decl.cc:2144
52390 #, gcc-internal-format
52391 msgid "previous specification in %q#D here"
52392 msgstr ""
52394 #: cp/decl.cc:2184
52395 #, gcc-internal-format
52396 msgid "declaration %qD conflicts with builtin"
52397 msgstr ""
52399 #: cp/decl.cc:2187
52400 #, gcc-internal-format
52401 msgid "declaration %qD conflicts with import"
52402 msgstr ""
52404 #: cp/decl.cc:2188
52405 #, gcc-internal-format
52406 msgid "import declared %q#D here"
52407 msgstr ""
52409 #: cp/decl.cc:2200
52410 #, gcc-internal-format
52411 msgid "conflicting exporting declaration %qD"
52412 msgstr ""
52414 #: cp/decl.cc:2201
52415 #, gcc-internal-format
52416 msgid "previous declaration %q#D here"
52417 msgstr ""
52419 #: cp/decl.cc:2228
52420 #, gcc-internal-format
52421 msgid "previous definition of %qD here"
52422 msgstr ""
52424 #: cp/decl.cc:2229
52425 #, gcc-internal-format
52426 msgid "previous declaration of %qD here"
52427 msgstr ""
52429 #: cp/decl.cc:2242
52430 #, gcc-internal-format
52431 msgid "function %qD declared %<[[noreturn]]%> but its first declaration was not"
52432 msgstr ""
52434 #: cp/decl.cc:2289
52435 #, gcc-internal-format
52436 msgid "redundant redeclaration of %qD in same scope"
52437 msgstr ""
52439 #: cp/decl.cc:2305
52440 #, gcc-internal-format
52441 msgid "deleted definition of %qD is not first declaration"
52442 msgstr ""
52444 #. From [temp.expl.spec]:
52446 #. If a template, a member template or the member of a class
52447 #. template is explicitly specialized then that
52448 #. specialization shall be declared before the first use of
52449 #. that specialization that would cause an implicit
52450 #. instantiation to take place, in every translation unit in
52451 #. which such a use occurs.
52452 #: cp/decl.cc:2803
52453 #, gcc-internal-format
52454 msgid "explicit specialization of %qD after first use"
52455 msgstr ""
52457 #: cp/decl.cc:2985
52458 #, gcc-internal-format
52459 msgid "%qD: visibility attribute ignored because it conflicts with previous declaration"
52460 msgstr ""
52462 #. Reject two definitions.
52463 #: cp/decl.cc:3249 cp/decl.cc:3278 cp/decl.cc:3320 cp/decl.cc:3337
52464 #: cp/decl.cc:3440
52465 #, gcc-internal-format
52466 msgid "redefinition of %q#D"
52467 msgstr ""
52469 #: cp/decl.cc:3265
52470 #, gcc-internal-format
52471 msgid "%qD conflicts with used function"
52472 msgstr ""
52474 #: cp/decl.cc:3275
52475 #, gcc-internal-format
52476 msgid "%q#D not declared in class"
52477 msgstr ""
52479 #: cp/decl.cc:3289 cp/decl.cc:3347
52480 #, gcc-internal-format
52481 msgid "%q+D redeclared inline with %<gnu_inline%> attribute"
52482 msgstr ""
52484 #: cp/decl.cc:3292 cp/decl.cc:3350
52485 #, gcc-internal-format
52486 msgid "%q+D redeclared inline without %<gnu_inline%> attribute"
52487 msgstr ""
52489 #: cp/decl.cc:3299 cp/decl.cc:3357
52490 #, gcc-internal-format
52491 msgid "deduction guide %q+D redeclared"
52492 msgstr ""
52494 #: cp/decl.cc:3306
52495 #, gcc-internal-format
52496 msgid "comparison operator %q+D defaulted after its first declaration"
52497 msgstr ""
52499 #. is_primary=
52500 #. is_partial=
52501 #. is_friend_decl=
52502 #: cp/decl.cc:3371
52503 #, gcc-internal-format
52504 msgid "redeclaration of friend %q#D may not have default template arguments"
52505 msgstr ""
52507 #: cp/decl.cc:3386
52508 #, gcc-internal-format
52509 msgid "thread-local declaration of %q#D follows non-thread-local declaration"
52510 msgstr ""
52512 #: cp/decl.cc:3389
52513 #, gcc-internal-format
52514 msgid "non-thread-local declaration of %q#D follows thread-local declaration"
52515 msgstr ""
52517 #: cp/decl.cc:3404 cp/decl.cc:3448 cp/name-lookup.cc:2715
52518 #: cp/name-lookup.cc:3187 cp/name-lookup.cc:3211
52519 #, gcc-internal-format
52520 msgid "redeclaration of %q#D"
52521 msgstr ""
52523 #: cp/decl.cc:3431
52524 #, gcc-internal-format
52525 msgid "redundant redeclaration of %<constexpr%> static data member %qD"
52526 msgstr ""
52528 #: cp/decl.cc:3499
52529 #, gcc-internal-format
52530 msgid "local label %qE conflicts with existing label"
52531 msgstr ""
52533 #: cp/decl.cc:3500
52534 #, gcc-internal-format
52535 msgid "previous label"
52536 msgstr ""
52538 #: cp/decl.cc:3590
52539 #, gcc-internal-format
52540 msgid "  from here"
52541 msgstr ""
52543 #: cp/decl.cc:3614 cp/decl.cc:3855
52544 #, gcc-internal-format
52545 msgid "  exits OpenMP structured block"
52546 msgstr ""
52548 #: cp/decl.cc:3642
52549 #, gcc-internal-format
52550 msgid "  crosses initialization of %q#D"
52551 msgstr ""
52553 #: cp/decl.cc:3645
52554 #, gcc-internal-format
52555 msgid "  enters scope of %q#D, which has non-trivial destructor"
52556 msgstr ""
52558 #: cp/decl.cc:3659 cp/decl.cc:3822
52559 #, gcc-internal-format
52560 msgid "  enters %<try%> block"
52561 msgstr ""
52563 #: cp/decl.cc:3665 cp/decl.cc:3804 cp/decl.cc:3824
52564 #, gcc-internal-format
52565 msgid "  enters %<catch%> block"
52566 msgstr ""
52568 #: cp/decl.cc:3671 cp/decl.cc:3838
52569 #, gcc-internal-format
52570 msgid "  enters OpenMP structured block"
52571 msgstr ""
52573 #: cp/decl.cc:3677 cp/decl.cc:3826
52574 #, gcc-internal-format
52575 msgid "  enters synchronized or atomic statement"
52576 msgstr ""
52578 #: cp/decl.cc:3683 cp/decl.cc:3832
52579 #, gcc-internal-format
52580 msgid "  enters statement expression"
52581 msgstr ""
52583 #: cp/decl.cc:3690 cp/decl.cc:3828
52584 #, gcc-internal-format
52585 msgid "  enters %<constexpr if%> statement"
52586 msgstr ""
52588 #: cp/decl.cc:3696 cp/decl.cc:3830
52589 #, gcc-internal-format
52590 msgid "  enters %<consteval if%> statement"
52591 msgstr ""
52593 #: cp/decl.cc:3811
52594 #, gcc-internal-format
52595 msgid "  skips initialization of %q#D"
52596 msgstr ""
52598 #: cp/decl.cc:3814
52599 #, gcc-internal-format
52600 msgid "  enters scope of %q#D which has non-trivial destructor"
52601 msgstr ""
52603 #: cp/decl.cc:4281 cp/parser.cc:7044
52604 #, gcc-internal-format
52605 msgid "%qD used without template arguments"
52606 msgstr ""
52608 #: cp/decl.cc:4287
52609 #, gcc-internal-format
52610 msgid "%qD is a function, not a type"
52611 msgstr ""
52613 #: cp/decl.cc:4298
52614 #, gcc-internal-format
52615 msgid "%q#T is not a class"
52616 msgstr ""
52618 #: cp/decl.cc:4326 cp/decl.cc:4427
52619 #, gcc-internal-format
52620 msgid "no class template named %q#T in %q#T"
52621 msgstr ""
52623 #: cp/decl.cc:4327
52624 #, gcc-internal-format
52625 msgid "no type named %q#T in %q#T"
52626 msgstr ""
52628 #: cp/decl.cc:4340
52629 #, gcc-internal-format
52630 msgid "lookup of %qT in %qT is ambiguous"
52631 msgstr ""
52633 #: cp/decl.cc:4349
52634 #, gcc-internal-format
52635 msgid "%<typename %T::%D%> names %q#T, which is not a class template"
52636 msgstr ""
52638 #: cp/decl.cc:4362
52639 #, gcc-internal-format
52640 msgid "%<typename %T::%D%> names %q#T, which is not a type"
52641 msgstr ""
52643 #: cp/decl.cc:4436
52644 #, gcc-internal-format
52645 msgid "template parameters do not match template %qD"
52646 msgstr ""
52648 #: cp/decl.cc:4793
52649 #, gcc-internal-format
52650 msgid "%<-faligned-new=%d%> is not a power of two"
52651 msgstr ""
52653 #: cp/decl.cc:4967
52654 #, gcc-internal-format
52655 msgid "%<--param destructive-interference-size=%d%> is less than %d"
52656 msgstr ""
52658 #: cp/decl.cc:4971
52659 #, gcc-internal-format
52660 msgid "%<--param destructive-interference-size=%d%> is less than %<--param l1-cache-line-size=%d%>"
52661 msgstr ""
52663 #: cp/decl.cc:4984
52664 #, gcc-internal-format
52665 msgid "%<--param constructive-interference-size=%d%> is less than %d"
52666 msgstr ""
52668 #: cp/decl.cc:4989
52669 #, gcc-internal-format
52670 msgid "%<--param constructive-interference-size=%d%> is greater than %<--param l1-cache-line-size=%d%>"
52671 msgstr ""
52673 #: cp/decl.cc:5315
52674 #, gcc-internal-format
52675 msgid "%q#D invalid; an anonymous union may only have public non-static data members"
52676 msgstr ""
52678 #: cp/decl.cc:5325 cp/parser.cc:23007
52679 #, gcc-internal-format
52680 msgid "this flexibility is deprecated and will be removed"
52681 msgstr ""
52683 #: cp/decl.cc:5354
52684 #, gcc-internal-format
52685 msgid "anonymous struct with base classes"
52686 msgstr ""
52688 #: cp/decl.cc:5366
52689 #, gcc-internal-format
52690 msgid "member %q+#D with constructor not allowed in anonymous aggregate"
52691 msgstr ""
52693 #: cp/decl.cc:5369
52694 #, gcc-internal-format
52695 msgid "member %q+#D with destructor not allowed in anonymous aggregate"
52696 msgstr ""
52698 #: cp/decl.cc:5372
52699 #, gcc-internal-format
52700 msgid "member %q+#D with copy assignment operator not allowed in anonymous aggregate"
52701 msgstr ""
52703 #: cp/decl.cc:5391
52704 #, gcc-internal-format
52705 msgid "attribute ignored in declaration of %q#T"
52706 msgstr ""
52708 #: cp/decl.cc:5394
52709 #, gcc-internal-format
52710 msgid "attribute for %q#T must follow the %qs keyword"
52711 msgstr ""
52713 #: cp/decl.cc:5436
52714 #, gcc-internal-format
52715 msgid "multiple types in one declaration"
52716 msgstr ""
52718 #: cp/decl.cc:5441
52719 #, gcc-internal-format
52720 msgid "redeclaration of C++ built-in type %qT"
52721 msgstr ""
52723 #: cp/decl.cc:5458
52724 #, gcc-internal-format
52725 msgid "%<auto%> can only be specified for variables or function declarations"
52726 msgstr ""
52728 #: cp/decl.cc:5491
52729 #, gcc-internal-format
52730 msgid "missing type-name in typedef-declaration"
52731 msgstr ""
52733 #: cp/decl.cc:5499
52734 #, gcc-internal-format
52735 msgid "ISO C++ prohibits anonymous structs"
52736 msgstr ""
52738 #: cp/decl.cc:5506
52739 #, gcc-internal-format
52740 msgid "%<inline%> can only be specified for functions"
52741 msgstr ""
52743 #: cp/decl.cc:5509
52744 #, gcc-internal-format
52745 msgid "%<virtual%> can only be specified for functions"
52746 msgstr ""
52748 #: cp/decl.cc:5514
52749 #, gcc-internal-format
52750 msgid "%<friend%> can only be specified inside a class"
52751 msgstr ""
52753 #: cp/decl.cc:5517
52754 #, gcc-internal-format
52755 msgid "%<explicit%> can only be specified for constructors"
52756 msgstr ""
52758 #: cp/decl.cc:5520
52759 #, gcc-internal-format
52760 msgid "a storage class can only be specified for objects and functions"
52761 msgstr ""
52763 #: cp/decl.cc:5524
52764 #, gcc-internal-format
52765 msgid "%<const%> can only be specified for objects and functions"
52766 msgstr ""
52768 #: cp/decl.cc:5528
52769 #, gcc-internal-format
52770 msgid "%<volatile%> can only be specified for objects and functions"
52771 msgstr ""
52773 #: cp/decl.cc:5532
52774 #, gcc-internal-format
52775 msgid "%<__restrict%> can only be specified for objects and functions"
52776 msgstr ""
52778 #: cp/decl.cc:5536
52779 #, gcc-internal-format
52780 msgid "%<__thread%> can only be specified for objects and functions"
52781 msgstr ""
52783 #: cp/decl.cc:5540
52784 #, gcc-internal-format
52785 msgid "%<typedef%> was ignored in this declaration"
52786 msgstr ""
52788 #: cp/decl.cc:5543 cp/decl.cc:5546 cp/decl.cc:5549
52789 #, gcc-internal-format
52790 msgid "%qs cannot be used for type declarations"
52791 msgstr ""
52793 #: cp/decl.cc:5571
52794 #, gcc-internal-format
52795 msgid "attribute ignored in explicit instantiation %q#T"
52796 msgstr ""
52798 #: cp/decl.cc:5574
52799 #, gcc-internal-format
52800 msgid "no attribute can be applied to an explicit instantiation"
52801 msgstr ""
52803 #: cp/decl.cc:5653
52804 #, gcc-internal-format
52805 msgid "ignoring attributes applied to class type %qT outside of definition"
52806 msgstr ""
52808 #. A template type parameter or other dependent type.
52809 #: cp/decl.cc:5657
52810 #, gcc-internal-format
52811 msgid "ignoring attributes applied to dependent type %qT without an associated declaration"
52812 msgstr ""
52814 #: cp/decl.cc:5723 cp/decl2.cc:1000
52815 #, gcc-internal-format
52816 msgid "typedef %qD is initialized (use %qs instead)"
52817 msgstr ""
52819 #: cp/decl.cc:5736
52820 #, gcc-internal-format
52821 msgid "declaration of %q#D has %<extern%> and is initialized"
52822 msgstr ""
52824 #: cp/decl.cc:5774
52825 #, gcc-internal-format
52826 msgid "definition of %q#D is marked %<dllimport%>"
52827 msgstr ""
52829 #: cp/decl.cc:5798
52830 #, gcc-internal-format
52831 msgid "%q+#D is not a static data member of %q#T"
52832 msgstr ""
52834 #: cp/decl.cc:5806
52835 #, gcc-internal-format
52836 msgid "non-member-template declaration of %qD"
52837 msgstr ""
52839 #: cp/decl.cc:5807
52840 #, gcc-internal-format
52841 msgid "does not match member template declaration here"
52842 msgstr ""
52844 #: cp/decl.cc:5819
52845 #, gcc-internal-format
52846 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
52847 msgstr ""
52849 #: cp/decl.cc:5831
52850 #, gcc-internal-format
52851 msgid "duplicate initialization of %qD"
52852 msgstr ""
52854 #: cp/decl.cc:5881 cp/decl.cc:5885
52855 #, gcc-internal-format
52856 msgid "declaration of %q#D outside of class is not definition"
52857 msgstr ""
52859 #: cp/decl.cc:5903
52860 #, gcc-internal-format
52861 msgid "block-scope extern declaration %q#D not permitted in module purview"
52862 msgstr ""
52864 #: cp/decl.cc:5939
52865 #, gcc-internal-format
52866 msgid "%qD defined %<thread_local%> in %qs function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
52867 msgstr ""
52869 #: cp/decl.cc:5945
52870 #, gcc-internal-format
52871 msgid "%qD defined %<static%> in %qs function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
52872 msgstr ""
52874 #: cp/decl.cc:6010
52875 #, gcc-internal-format
52876 msgid "variable %q#D has initializer but incomplete type"
52877 msgstr ""
52879 #: cp/decl.cc:6016 cp/decl.cc:7335
52880 #, gcc-internal-format
52881 msgid "elements of array %q#D have incomplete type"
52882 msgstr ""
52884 #: cp/decl.cc:6026
52885 #, gcc-internal-format
52886 msgid "aggregate %q#D has incomplete type and cannot be defined"
52887 msgstr ""
52889 #: cp/decl.cc:6093
52890 #, gcc-internal-format
52891 msgid "%qD declared as reference but not initialized"
52892 msgstr ""
52894 #: cp/decl.cc:6176
52895 #, gcc-internal-format
52896 msgid "name used in a GNU-style designated initializer for an array"
52897 msgstr ""
52899 #: cp/decl.cc:6182
52900 #, gcc-internal-format
52901 msgid "name %qD used in a GNU-style designated initializer for an array"
52902 msgstr ""
52904 #: cp/decl.cc:6201
52905 #, gcc-internal-format
52906 msgid "non-trivial designated initializers not supported"
52907 msgstr ""
52909 #: cp/decl.cc:6205
52910 #, gcc-internal-format
52911 msgid "C99 designator %qE is not an integral constant-expression"
52912 msgstr ""
52914 #: cp/decl.cc:6266
52915 #, gcc-internal-format
52916 msgid "initializer fails to determine size of %qD"
52917 msgstr ""
52919 #: cp/decl.cc:6273
52920 #, gcc-internal-format
52921 msgid "array size missing in %qD"
52922 msgstr ""
52924 #: cp/decl.cc:6285
52925 #, gcc-internal-format
52926 msgid "zero-size array %qD"
52927 msgstr ""
52929 #: cp/decl.cc:6325
52930 #, gcc-internal-format
52931 msgid "storage size of %qD isn%'t known"
52932 msgstr ""
52934 #: cp/decl.cc:6350
52935 #, gcc-internal-format
52936 msgid "storage size of %qD isn%'t constant"
52937 msgstr ""
52939 #: cp/decl.cc:6433
52940 #, gcc-internal-format
52941 msgid "sorry: semantics of inline variable %q#D are wrong (you%'ll wind up with multiple copies)"
52942 msgstr ""
52944 #: cp/decl.cc:6437
52945 #, gcc-internal-format
52946 msgid "sorry: semantics of inline function static data %q#D are wrong (you%'ll wind up with multiple copies)"
52947 msgstr ""
52949 #: cp/decl.cc:6443
52950 #, gcc-internal-format
52951 msgid "you can work around this by removing the initializer"
52952 msgstr ""
52954 #: cp/decl.cc:6485 rust/backend/rust-tree.cc:3233
52955 #, gcc-internal-format
52956 msgid "uninitialized %<const %D%>"
52957 msgstr ""
52959 #: cp/decl.cc:6492 rust/backend/rust-tree.cc:3240
52960 #, gcc-internal-format
52961 msgid "uninitialized variable %qD in %<constexpr%> function"
52962 msgstr ""
52964 #: cp/decl.cc:6501 rust/backend/rust-tree.cc:3249
52965 #, gcc-internal-format
52966 msgid "uninitialized variable %qD in %<constexpr%> context"
52967 msgstr ""
52969 #: cp/decl.cc:6509
52970 #, gcc-internal-format
52971 msgid "%q#T has no user-provided default constructor"
52972 msgstr ""
52974 #: cp/decl.cc:6513
52975 #, gcc-internal-format
52976 msgid "constructor is not user-provided because it is explicitly defaulted in the class body"
52977 msgstr ""
52979 #: cp/decl.cc:6516
52980 #, gcc-internal-format
52981 msgid "and the implicitly-defined constructor does not initialize %q#D"
52982 msgstr ""
52984 #: cp/decl.cc:6708
52985 #, gcc-internal-format
52986 msgid "invalid type %qT as initializer for a vector of type %qT"
52987 msgstr ""
52989 #: cp/decl.cc:6780
52990 #, gcc-internal-format
52991 msgid "initializer for %qT must be brace-enclosed"
52992 msgstr ""
52994 #: cp/decl.cc:6824
52995 #, gcc-internal-format
52996 msgid "%<[%E] =%> used in a GNU-style designated initializer for class %qT"
52997 msgstr ""
52999 #: cp/decl.cc:6837
53000 #, gcc-internal-format
53001 msgid "%qT has no non-static data member named %qD"
53002 msgstr ""
53004 #: cp/decl.cc:6861
53005 #, gcc-internal-format
53006 msgid "%qD is not a direct member of %qT"
53007 msgstr ""
53009 #: cp/decl.cc:6916
53010 #, gcc-internal-format
53011 msgid "invalid initializer for %q#D"
53012 msgstr ""
53014 #: cp/decl.cc:6966
53015 #, gcc-internal-format
53016 msgid "C99 designator %qE outside aggregate initializer"
53017 msgstr ""
53019 #: cp/decl.cc:7005 cp/decl.cc:7293 cp/typeck2.cc:1597 cp/typeck2.cc:1927
53020 #: cp/typeck2.cc:1975 cp/typeck2.cc:2022
53021 #, gcc-internal-format
53022 msgid "too many initializers for %qT"
53023 msgstr ""
53025 #: cp/decl.cc:7047
53026 #, gcc-internal-format
53027 msgid "braces around scalar initializer for type %qT"
53028 msgstr ""
53030 #: cp/decl.cc:7057
53031 #, gcc-internal-format
53032 msgid "too many braces around scalar initializer for type %qT"
53033 msgstr ""
53035 #: cp/decl.cc:7190
53036 #, gcc-internal-format
53037 msgid "missing braces around initializer for %qT"
53038 msgstr ""
53040 #: cp/decl.cc:7323
53041 #, gcc-internal-format
53042 msgid "structured binding has incomplete type %qT"
53043 msgstr ""
53045 #: cp/decl.cc:7337
53046 #, gcc-internal-format
53047 msgid "elements of array %q#T have incomplete type"
53048 msgstr ""
53050 #: cp/decl.cc:7350
53051 #, gcc-internal-format
53052 msgid "variable-sized compound literal"
53053 msgstr ""
53055 #: cp/decl.cc:7406
53056 #, gcc-internal-format
53057 msgid "%q#D has incomplete type"
53058 msgstr ""
53060 #: cp/decl.cc:7427
53061 #, gcc-internal-format
53062 msgid "scalar object %qD requires one element in initializer"
53063 msgstr ""
53065 #: cp/decl.cc:7472
53066 #, gcc-internal-format
53067 msgid "in C++98 %qD must be initialized by constructor, not by %<{...}%>"
53068 msgstr ""
53070 #: cp/decl.cc:7615
53071 #, gcc-internal-format
53072 msgid "array %qD initialized by parenthesized string literal %qE"
53073 msgstr ""
53075 #: cp/decl.cc:7654
53076 #, gcc-internal-format
53077 msgid "initializer invalid for static member with constructor"
53078 msgstr ""
53080 #: cp/decl.cc:7656
53081 #, gcc-internal-format
53082 msgid "non-constant in-class initialization invalid for static member %qD"
53083 msgstr ""
53085 #: cp/decl.cc:7659
53086 #, gcc-internal-format
53087 msgid "non-constant in-class initialization invalid for non-inline static member %qD"
53088 msgstr ""
53090 #: cp/decl.cc:7664
53091 #, gcc-internal-format
53092 msgid "(an out of class initialization is required)"
53093 msgstr ""
53095 #: cp/decl.cc:7866
53096 #, gcc-internal-format
53097 msgid "reference %qD is initialized with itself"
53098 msgstr ""
53100 #: cp/decl.cc:8123
53101 #, gcc-internal-format
53102 msgid "could not find variant declaration"
53103 msgstr ""
53105 #: cp/decl.cc:8147
53106 #, gcc-internal-format
53107 msgid "%<declare variant%> on constructor %qD"
53108 msgstr ""
53110 #: cp/decl.cc:8152
53111 #, gcc-internal-format
53112 msgid "%<declare variant%> on destructor %qD"
53113 msgstr ""
53115 #: cp/decl.cc:8157
53116 #, gcc-internal-format
53117 msgid "%<declare variant%> on defaulted %qD"
53118 msgstr ""
53120 #: cp/decl.cc:8162
53121 #, gcc-internal-format
53122 msgid "%<declare variant%> on deleted %qD"
53123 msgstr ""
53125 #: cp/decl.cc:8167
53126 #, gcc-internal-format
53127 msgid "%<declare variant%> on virtual %qD"
53128 msgstr ""
53130 #: cp/decl.cc:8217
53131 #, gcc-internal-format
53132 msgid "assignment (not initialization) in declaration"
53133 msgstr ""
53135 #: cp/decl.cc:8238 cp/decl.cc:14754
53136 #, gcc-internal-format
53137 msgid "ISO C++17 does not allow %<register%> storage class specifier"
53138 msgstr ""
53140 #: cp/decl.cc:8242 cp/decl.cc:14758
53141 #, gcc-internal-format
53142 msgid "%<register%> storage class specifier used"
53143 msgstr ""
53145 #: cp/decl.cc:8310
53146 #, gcc-internal-format
53147 msgid "initializer for %<decltype(auto) %D%> has function type; did you forget the %<()%>?"
53148 msgstr ""
53150 #: cp/decl.cc:8321
53151 #, gcc-internal-format
53152 msgid "deduced type %qT for %qD is incomplete"
53153 msgstr ""
53155 #: cp/decl.cc:8451
53156 #, gcc-internal-format
53157 msgid "variable concept has no initializer"
53158 msgstr ""
53160 #: cp/decl.cc:8510
53161 #, gcc-internal-format
53162 msgid "shadowing previous type declaration of %q#D"
53163 msgstr ""
53165 #: cp/decl.cc:8553
53166 #, gcc-internal-format
53167 msgid "%<constinit%> can only be applied to a variable with static or thread storage duration"
53168 msgstr ""
53170 #: cp/decl.cc:8731
53171 #, gcc-internal-format
53172 msgid "function %q#D is initialized like a variable"
53173 msgstr ""
53175 #: cp/decl.cc:8842
53176 #, gcc-internal-format
53177 msgid "cannot decompose class type %qT because it has an anonymous struct member"
53178 msgstr ""
53180 #: cp/decl.cc:8845
53181 #, gcc-internal-format
53182 msgid "cannot decompose class type %qT because it has an anonymous union member"
53183 msgstr ""
53185 #: cp/decl.cc:8852
53186 #, gcc-internal-format
53187 msgid "cannot decompose inaccessible member %qD of %qT"
53188 msgstr ""
53190 #: cp/decl.cc:8878
53191 #, gcc-internal-format
53192 msgid "cannot decompose class type %qT: both it and its base class %qT have non-static data members"
53193 msgstr ""
53195 #: cp/decl.cc:8887
53196 #, gcc-internal-format
53197 msgid "cannot decompose class type %qT: its base classes %qT and %qT have non-static data members"
53198 msgstr ""
53200 #: cp/decl.cc:9097
53201 #, gcc-internal-format
53202 msgid "structured binding refers to incomplete type %qT"
53203 msgstr ""
53205 #: cp/decl.cc:9113
53206 #, gcc-internal-format
53207 msgid "cannot decompose variable length array %qT"
53208 msgstr ""
53210 #: cp/decl.cc:9122 cp/decl.cc:9201
53211 #, gcc-internal-format, gfc-internal-format
53212 msgid "%u name provided for structured binding"
53213 msgid_plural "%u names provided for structured binding"
53214 msgstr[0] ""
53215 msgstr[1] ""
53216 msgstr[2] ""
53218 #: cp/decl.cc:9126
53219 #, gcc-internal-format, gfc-internal-format
53220 msgid "only %u name provided for structured binding"
53221 msgid_plural "only %u names provided for structured binding"
53222 msgstr[0] ""
53223 msgstr[1] ""
53224 msgstr[2] ""
53226 #: cp/decl.cc:9129
53227 #, gcc-internal-format
53228 msgid "while %qT decomposes into %wu element"
53229 msgid_plural "while %qT decomposes into %wu elements"
53230 msgstr[0] ""
53231 msgstr[1] ""
53232 msgstr[2] ""
53234 #: cp/decl.cc:9170
53235 #, gcc-internal-format
53236 msgid "cannot decompose variable length vector %qT"
53237 msgstr ""
53239 #: cp/decl.cc:9194
53240 #, gcc-internal-format
53241 msgid "%<std::tuple_size<%T>::value%> is not an integral constant expression"
53242 msgstr ""
53244 #: cp/decl.cc:9203
53245 #, gcc-internal-format
53246 msgid "while %qT decomposes into %E elements"
53247 msgstr ""
53249 #: cp/decl.cc:9224
53250 #, gcc-internal-format
53251 msgid "%<std::tuple_element<%u, %T>::type%> is %<void%>"
53252 msgstr ""
53254 #: cp/decl.cc:9230
53255 #, gcc-internal-format
53256 msgid "in initialization of structured binding variable %qD"
53257 msgstr ""
53259 #: cp/decl.cc:9259
53260 #, gcc-internal-format
53261 msgid "cannot decompose union type %qT"
53262 msgstr ""
53264 #: cp/decl.cc:9264
53265 #, gcc-internal-format
53266 msgid "cannot decompose non-array non-class type %qT"
53267 msgstr ""
53269 #: cp/decl.cc:9269
53270 #, gcc-internal-format
53271 msgid "cannot decompose lambda closure type %qT"
53272 msgstr ""
53274 #: cp/decl.cc:9275
53275 #, gcc-internal-format
53276 msgid "structured binding refers to incomplete class type %qT"
53277 msgstr ""
53279 #: cp/decl.cc:9284
53280 #, gcc-internal-format
53281 msgid "cannot decompose class type %qT without non-static data members"
53282 msgstr ""
53284 #: cp/decl.cc:9751
53285 #, gcc-internal-format
53286 msgid "non-local variable %qD declared %<__thread%> needs dynamic initialization"
53287 msgstr ""
53289 #: cp/decl.cc:9754
53290 #, gcc-internal-format
53291 msgid "non-local variable %qD declared %<__thread%> has a non-trivial destructor"
53292 msgstr ""
53294 #: cp/decl.cc:9759
53295 #, gcc-internal-format
53296 msgid "C++11 %<thread_local%> allows dynamic initialization and destruction"
53297 msgstr ""
53299 #: cp/decl.cc:9978
53300 #, gcc-internal-format
53301 msgid "initializer fails to determine size of %qT"
53302 msgstr ""
53304 #: cp/decl.cc:9982
53305 #, gcc-internal-format
53306 msgid "array size missing in %qT"
53307 msgstr ""
53309 #: cp/decl.cc:9985
53310 #, gcc-internal-format
53311 msgid "zero-size array %qT"
53312 msgstr ""
53314 #: cp/decl.cc:10001
53315 #, gcc-internal-format
53316 msgid "destructor for alien class %qT cannot be a member"
53317 msgstr ""
53319 #: cp/decl.cc:10003
53320 #, gcc-internal-format
53321 msgid "constructor for alien class %qT cannot be a member"
53322 msgstr ""
53324 #: cp/decl.cc:10029
53325 #, gcc-internal-format
53326 msgid "%qD declared as a %<virtual%> variable"
53327 msgstr ""
53329 #: cp/decl.cc:10031
53330 #, gcc-internal-format
53331 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in variable declaration"
53332 msgstr ""
53334 #: cp/decl.cc:10037
53335 #, gcc-internal-format
53336 msgid "%qD declared as a %<virtual%> parameter"
53337 msgstr ""
53339 #: cp/decl.cc:10040
53340 #, gcc-internal-format
53341 msgid "%qD declared as an %<inline%> parameter"
53342 msgstr ""
53344 #: cp/decl.cc:10042
53345 #, gcc-internal-format
53346 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in parameter declaration"
53347 msgstr ""
53349 #: cp/decl.cc:10048
53350 #, gcc-internal-format
53351 msgid "%qD declared as a %<virtual%> type"
53352 msgstr ""
53354 #: cp/decl.cc:10051
53355 #, gcc-internal-format
53356 msgid "%qD declared as an %<inline%> type"
53357 msgstr ""
53359 #: cp/decl.cc:10053
53360 #, gcc-internal-format
53361 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in type declaration"
53362 msgstr ""
53364 #: cp/decl.cc:10059
53365 #, gcc-internal-format
53366 msgid "%qD declared as a %<virtual%> field"
53367 msgstr ""
53369 #: cp/decl.cc:10062
53370 #, gcc-internal-format
53371 msgid "%qD declared as an %<inline%> field"
53372 msgstr ""
53374 #: cp/decl.cc:10064
53375 #, gcc-internal-format
53376 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in field declaration"
53377 msgstr ""
53379 #: cp/decl.cc:10071
53380 #, gcc-internal-format
53381 msgid "%q+D declared as a friend"
53382 msgstr ""
53384 #: cp/decl.cc:10078
53385 #, gcc-internal-format
53386 msgid "%q+D declared with an exception specification"
53387 msgstr ""
53389 #: cp/decl.cc:10110
53390 #, gcc-internal-format
53391 msgid "definition of %qD is not in namespace enclosing %qT"
53392 msgstr ""
53394 #: cp/decl.cc:10150
53395 #, gcc-internal-format
53396 msgid "static member function %q#D declared with type qualifiers"
53397 msgstr ""
53399 #: cp/decl.cc:10161
53400 #, gcc-internal-format
53401 msgid "concept %q#D declared with function parameters"
53402 msgstr ""
53404 #: cp/decl.cc:10168
53405 #, gcc-internal-format
53406 msgid "concept %q#D declared with a deduced return type"
53407 msgstr ""
53409 #: cp/decl.cc:10171
53410 #, gcc-internal-format
53411 msgid "concept %q#D with non-%<bool%> return type %qT"
53412 msgstr ""
53414 #: cp/decl.cc:10247
53415 #, gcc-internal-format
53416 msgid "concept %qD has no definition"
53417 msgstr ""
53419 #: cp/decl.cc:10276
53420 #, gcc-internal-format
53421 msgid "a function concept cannot be constrained"
53422 msgstr ""
53424 #: cp/decl.cc:10286
53425 #, gcc-internal-format
53426 msgid "constraints on a non-templated function"
53427 msgstr ""
53429 #: cp/decl.cc:10331
53430 #, gcc-internal-format
53431 msgid "defining explicit specialization %qD in friend declaration"
53432 msgstr ""
53434 #: cp/decl.cc:10342
53435 #, gcc-internal-format
53436 msgid "invalid use of template-id %qD in declaration of primary template"
53437 msgstr ""
53439 #: cp/decl.cc:10360
53440 #, gcc-internal-format
53441 msgid "default arguments are not allowed in declaration of friend template specialization %qD"
53442 msgstr ""
53444 #: cp/decl.cc:10369
53445 #, gcc-internal-format
53446 msgid "%<inline%> is not allowed in declaration of friend template specialization %qD"
53447 msgstr ""
53449 #: cp/decl.cc:10386
53450 #, gcc-internal-format
53451 msgid "friend declaration of %qD specifies default arguments and isn%'t a definition"
53452 msgstr ""
53454 #: cp/decl.cc:10431
53455 #, gcc-internal-format
53456 msgid "cannot declare %<::main%> to be a template"
53457 msgstr ""
53459 #: cp/decl.cc:10434
53460 #, gcc-internal-format
53461 msgid "cannot declare %<::main%> to be inline"
53462 msgstr ""
53464 #: cp/decl.cc:10437 cp/decl.cc:10440
53465 #, gcc-internal-format
53466 msgid "cannot declare %<::main%> to be %qs"
53467 msgstr ""
53469 #: cp/decl.cc:10442
53470 #, gcc-internal-format
53471 msgid "cannot declare %<::main%> to be static"
53472 msgstr ""
53474 #: cp/decl.cc:10504
53475 #, gcc-internal-format
53476 msgid "static member function %qD cannot have cv-qualifier"
53477 msgstr ""
53479 #: cp/decl.cc:10505
53480 #, gcc-internal-format
53481 msgid "non-member function %qD cannot have cv-qualifier"
53482 msgstr ""
53484 #: cp/decl.cc:10513
53485 #, gcc-internal-format
53486 msgid "static member function %qD cannot have ref-qualifier"
53487 msgstr ""
53489 #: cp/decl.cc:10514
53490 #, gcc-internal-format
53491 msgid "non-member function %qD cannot have ref-qualifier"
53492 msgstr ""
53494 #: cp/decl.cc:10526
53495 #, gcc-internal-format
53496 msgid "deduction guide %qD must be declared in the same scope as %qT"
53497 msgstr ""
53499 #: cp/decl.cc:10534
53500 #, gcc-internal-format
53501 msgid "deduction guide %qD must have the same access as %qT"
53502 msgstr "deduction guide %qD mora imati isti pristup kao %qT"
53504 #: cp/decl.cc:10540
53505 #, gcc-internal-format
53506 msgid "deduction guide %qD must not have a function body"
53507 msgstr ""
53509 #: cp/decl.cc:10553
53510 #, gcc-internal-format
53511 msgid "literal operator with C linkage"
53512 msgstr ""
53514 #: cp/decl.cc:10563
53515 #, gcc-internal-format
53516 msgid "%qD has invalid argument list"
53517 msgstr ""
53519 #: cp/decl.cc:10571
53520 #, gcc-internal-format
53521 msgid "integer suffix %qs shadowed by implementation"
53522 msgstr ""
53524 #: cp/decl.cc:10577
53525 #, gcc-internal-format
53526 msgid "floating-point suffix %qs shadowed by implementation"
53527 msgstr ""
53529 #: cp/decl.cc:10584
53530 #, gcc-internal-format
53531 msgid "literal operator suffixes not preceded by %<_%> are reserved for future standardization"
53532 msgstr ""
53534 #: cp/decl.cc:10589
53535 #, gcc-internal-format
53536 msgid "%qD must be a non-member function"
53537 msgstr ""
53539 #: cp/decl.cc:10675
53540 #, gcc-internal-format
53541 msgid "%<::main%> must return %<int%>"
53542 msgstr ""
53544 #: cp/decl.cc:10715
53545 #, gcc-internal-format
53546 msgid "definition of implicitly-declared %qD"
53547 msgstr ""
53549 #: cp/decl.cc:10720
53550 #, gcc-internal-format
53551 msgid "definition of explicitly-defaulted %q+D"
53552 msgstr ""
53554 #: cp/decl.cc:10722
53555 #, gcc-internal-format
53556 msgid "%q#D explicitly defaulted here"
53557 msgstr ""
53559 #: cp/decl.cc:10739
53560 #, gcc-internal-format
53561 msgid "no %q#D member function declared in class %qT"
53562 msgstr ""
53564 #: cp/decl.cc:10932
53565 #, gcc-internal-format
53566 msgid "cannot declare %<::main%> to be a global variable"
53567 msgstr ""
53569 #: cp/decl.cc:10941
53570 #, gcc-internal-format
53571 msgid "a non-template variable cannot be %<concept%>"
53572 msgstr ""
53574 #: cp/decl.cc:10947
53575 #, gcc-internal-format
53576 msgid "concept must be defined at namespace scope"
53577 msgstr ""
53579 #: cp/decl.cc:10954
53580 #, gcc-internal-format
53581 msgid "concept must have type %<bool%>"
53582 msgstr ""
53584 #: cp/decl.cc:10957
53585 #, gcc-internal-format
53586 msgid "a variable concept cannot be constrained"
53587 msgstr ""
53589 #: cp/decl.cc:11079
53590 #, gcc-internal-format
53591 msgid "in-class initialization of static data member %q#D of incomplete type"
53592 msgstr ""
53594 #: cp/decl.cc:11083
53595 #, gcc-internal-format
53596 msgid "%<constexpr%> needed for in-class initialization of static data member %q#D of non-integral type"
53597 msgstr ""
53599 #: cp/decl.cc:11087
53600 #, gcc-internal-format
53601 msgid "in-class initialization of static data member %q#D of non-literal type"
53602 msgstr ""
53604 #: cp/decl.cc:11098
53605 #, gcc-internal-format
53606 msgid "invalid in-class initialization of static data member of non-integral type %qT"
53607 msgstr ""
53609 #: cp/decl.cc:11103
53610 #, gcc-internal-format
53611 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
53612 msgstr ""
53614 #: cp/decl.cc:11108
53615 #, gcc-internal-format
53616 msgid "ISO C++ forbids initialization of member constant %qD of non-integral type %qT"
53617 msgstr ""
53619 #: cp/decl.cc:11219
53620 #, gcc-internal-format
53621 msgid "size of array %qD has non-integral type %qT"
53622 msgstr ""
53624 #: cp/decl.cc:11222
53625 #, gcc-internal-format
53626 msgid "size of array has non-integral type %qT"
53627 msgstr ""
53629 #: cp/decl.cc:11253 cp/decl.cc:11325
53630 #, gcc-internal-format
53631 msgid "size of array %qD is not an integral constant-expression"
53632 msgstr ""
53634 #: cp/decl.cc:11257 cp/decl.cc:11328
53635 #, gcc-internal-format
53636 msgid "size of array is not an integral constant-expression"
53637 msgstr ""
53639 #: cp/decl.cc:11308
53640 #, gcc-internal-format
53641 msgid "ISO C++ forbids zero-size array %qD"
53642 msgstr ""
53644 #: cp/decl.cc:11311
53645 #, gcc-internal-format
53646 msgid "ISO C++ forbids zero-size array"
53647 msgstr ""
53649 #: cp/decl.cc:11335
53650 #, gcc-internal-format
53651 msgid "ISO C++ forbids variable length array %qD"
53652 msgstr ""
53654 #: cp/decl.cc:11338
53655 #, gcc-internal-format
53656 msgid "ISO C++ forbids variable length array"
53657 msgstr ""
53659 #: cp/decl.cc:11344
53660 #, gcc-internal-format
53661 msgid "variable length array %qD is used"
53662 msgstr ""
53664 #: cp/decl.cc:11347
53665 #, gcc-internal-format
53666 msgid "variable length array is used"
53667 msgstr ""
53669 #: cp/decl.cc:11399
53670 #, gcc-internal-format
53671 msgid "overflow in array dimension"
53672 msgstr ""
53674 #: cp/decl.cc:11459
53675 #, gcc-internal-format
53676 msgid "%qD declared as array of template placeholder type %qT"
53677 msgstr ""
53679 #: cp/decl.cc:11462
53680 #, gcc-internal-format
53681 msgid "creating array of template placeholder type %qT"
53682 msgstr ""
53684 #: cp/decl.cc:11472
53685 #, gcc-internal-format
53686 msgid "declaration of %qD as array of void"
53687 msgstr ""
53689 #: cp/decl.cc:11474
53690 #, gcc-internal-format
53691 msgid "creating array of void"
53692 msgstr ""
53694 #: cp/decl.cc:11479
53695 #, gcc-internal-format
53696 msgid "declaration of %qD as array of functions"
53697 msgstr ""
53699 #: cp/decl.cc:11481
53700 #, gcc-internal-format
53701 msgid "creating array of functions"
53702 msgstr ""
53704 #: cp/decl.cc:11486
53705 #, gcc-internal-format
53706 msgid "declaration of %qD as array of references"
53707 msgstr ""
53709 #: cp/decl.cc:11488
53710 #, gcc-internal-format
53711 msgid "creating array of references"
53712 msgstr ""
53714 #: cp/decl.cc:11493
53715 #, gcc-internal-format
53716 msgid "declaration of %qD as array of function members"
53717 msgstr ""
53719 #: cp/decl.cc:11496
53720 #, gcc-internal-format
53721 msgid "creating array of function members"
53722 msgstr ""
53724 #: cp/decl.cc:11514
53725 #, gcc-internal-format
53726 msgid "declaration of %qD as multidimensional array must have bounds for all dimensions except the first"
53727 msgstr ""
53729 #: cp/decl.cc:11518
53730 #, gcc-internal-format
53731 msgid "multidimensional array must have bounds for all dimensions except the first"
53732 msgstr ""
53734 #: cp/decl.cc:11532
53735 #, gcc-internal-format
53736 msgid "variable-length array of %<auto%>"
53737 msgstr ""
53739 #: cp/decl.cc:11608
53740 #, gcc-internal-format
53741 msgid "return type specification for constructor invalid"
53742 msgstr ""
53744 #: cp/decl.cc:11611
53745 #, gcc-internal-format
53746 msgid "qualifiers are not allowed on constructor declaration"
53747 msgstr ""
53749 #: cp/decl.cc:11622
53750 #, gcc-internal-format
53751 msgid "return type specification for destructor invalid"
53752 msgstr ""
53754 #: cp/decl.cc:11625
53755 #, gcc-internal-format
53756 msgid "qualifiers are not allowed on destructor declaration"
53757 msgstr ""
53759 #: cp/decl.cc:11638
53760 #, gcc-internal-format
53761 msgid "return type specified for %<operator %T%>"
53762 msgstr ""
53764 #: cp/decl.cc:11641
53765 #, gcc-internal-format
53766 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
53767 msgstr ""
53769 #: cp/decl.cc:11650
53770 #, gcc-internal-format
53771 msgid "return type specified for deduction guide"
53772 msgstr ""
53774 #: cp/decl.cc:11653
53775 #, gcc-internal-format
53776 msgid "qualifiers are not allowed on declaration of deduction guide"
53777 msgstr ""
53779 #: cp/decl.cc:11657
53780 #, gcc-internal-format
53781 msgid "template template parameter %qT in declaration of deduction guide"
53782 msgstr ""
53784 #: cp/decl.cc:11666
53785 #, gcc-internal-format
53786 msgid "%<decl-specifier%> in declaration of deduction guide"
53787 msgstr ""
53789 #: cp/decl.cc:11687
53790 #, gcc-internal-format
53791 msgid "unnamed variable or field declared void"
53792 msgstr ""
53794 #: cp/decl.cc:11695
53795 #, gcc-internal-format
53796 msgid "variable or field declared void"
53797 msgstr ""
53799 #: cp/decl.cc:11710
53800 #, gcc-internal-format
53801 msgid "%<inline%> specifier invalid for variable %qD declared at block scope"
53802 msgstr ""
53804 #: cp/decl.cc:11715
53805 #, gcc-internal-format
53806 msgid "inline variables are only available with %<-std=c++17%> or %<-std=gnu++17%>"
53807 msgstr ""
53809 #: cp/decl.cc:11771
53810 #, gcc-internal-format
53811 msgid "%qT as type rather than plain %<decltype(auto)%>"
53812 msgstr ""
53814 #: cp/decl.cc:11777
53815 #, gcc-internal-format
53816 msgid "%<decltype(auto)%> cannot be cv-qualified"
53817 msgstr ""
53819 #: cp/decl.cc:11993
53820 #, gcc-internal-format
53821 msgid "invalid use of qualified-name %<::%D%>"
53822 msgstr ""
53824 #: cp/decl.cc:11996 cp/decl.cc:12018
53825 #, gcc-internal-format
53826 msgid "invalid use of qualified-name %<%T::%D%>"
53827 msgstr ""
53829 #: cp/decl.cc:11999
53830 #, gcc-internal-format
53831 msgid "invalid use of qualified-name %<%D::%D%>"
53832 msgstr ""
53834 #: cp/decl.cc:12009
53835 #, gcc-internal-format
53836 msgid "%q#T is not a class or namespace"
53837 msgstr ""
53839 #: cp/decl.cc:12033
53840 #, gcc-internal-format
53841 msgid "declaration of %qE as non-function"
53842 msgstr ""
53844 #: cp/decl.cc:12040
53845 #, gcc-internal-format
53846 msgid "declaration of %qE as non-member"
53847 msgstr ""
53849 #: cp/decl.cc:12068
53850 #, gcc-internal-format
53851 msgid "declarator-id missing; using reserved word %qD"
53852 msgstr ""
53854 #: cp/decl.cc:12119
53855 #, gcc-internal-format
53856 msgid "function definition does not declare parameters"
53857 msgstr ""
53859 #: cp/decl.cc:12127 cp/decl.cc:12136 cp/decl.cc:13989
53860 #, gcc-internal-format
53861 msgid "declaration of %qD as non-function"
53862 msgstr ""
53864 #: cp/decl.cc:12144
53865 #, gcc-internal-format
53866 msgid "declaration of %qD as %<typedef%>"
53867 msgstr ""
53869 #: cp/decl.cc:12149
53870 #, gcc-internal-format
53871 msgid "declaration of %qD as parameter"
53872 msgstr ""
53874 #: cp/decl.cc:12184
53875 #, gcc-internal-format
53876 msgid "both %qs and %qs specified"
53877 msgstr ""
53879 #: cp/decl.cc:12191 cp/decl.cc:12198 cp/decl.cc:12205 cp/decl.cc:12212
53880 #, gcc-internal-format
53881 msgid "%qs cannot appear in a typedef declaration"
53882 msgstr ""
53884 #: cp/decl.cc:12223
53885 #, gcc-internal-format
53886 msgid "can use at most one of the %<constinit%> and %<constexpr%> specifiers"
53887 msgstr ""
53889 #: cp/decl.cc:12233
53890 #, gcc-internal-format
53891 msgid "two or more data types in declaration of %qs"
53892 msgstr ""
53894 #: cp/decl.cc:12287
53895 #, gcc-internal-format
53896 msgid "ISO C++ does not support plain %<complex%> meaning %<double complex%>"
53897 msgstr ""
53899 #: cp/decl.cc:12336 cp/decl.cc:12340 cp/decl.cc:12343
53900 #, gcc-internal-format
53901 msgid "ISO C++ forbids declaration of %qs with no type"
53902 msgstr ""
53904 #: cp/decl.cc:12360
53905 #, gcc-internal-format
53906 msgid "%<__int%d%> is not supported by this target"
53907 msgstr ""
53909 #: cp/decl.cc:12368
53910 #, gcc-internal-format
53911 msgid "ISO C++ does not support %<__int%d%> for %qs"
53912 msgstr ""
53914 #: cp/decl.cc:12422
53915 #, gcc-internal-format
53916 msgid "%<signed%> and %<unsigned%> specified together"
53917 msgstr ""
53919 #: cp/decl.cc:12428
53920 #, gcc-internal-format
53921 msgid "%<long%> and %<short%> specified together"
53922 msgstr ""
53924 #: cp/decl.cc:12436 cp/decl.cc:12442
53925 #, gcc-internal-format
53926 msgid "%qs specified with %qT"
53927 msgstr ""
53929 #: cp/decl.cc:12449
53930 #, gcc-internal-format
53931 msgid "%qs specified with %<decltype%>"
53932 msgstr ""
53934 #: cp/decl.cc:12451
53935 #, gcc-internal-format
53936 msgid "%qs specified with %<typeof%>"
53937 msgstr ""
53939 #: cp/decl.cc:12518
53940 #, gcc-internal-format
53941 msgid "complex invalid for %qs"
53942 msgstr ""
53944 #: cp/decl.cc:12562
53945 #, gcc-internal-format
53946 msgid "missing template argument list after %qE; for deduction, template placeholder must be followed by a simple declarator-id"
53947 msgstr ""
53949 #: cp/decl.cc:12588
53950 #, gcc-internal-format
53951 msgid "member %qD cannot be declared both %<virtual%> and %<static%>"
53952 msgstr ""
53954 #: cp/decl.cc:12597
53955 #, gcc-internal-format
53956 msgid "member %qD can be declared both %<virtual%> and %<constexpr%> only in %<-std=c++20%> or %<-std=gnu++20%>"
53957 msgstr ""
53959 #: cp/decl.cc:12610
53960 #, gcc-internal-format
53961 msgid "typedef declaration invalid in parameter declaration"
53962 msgstr ""
53964 #: cp/decl.cc:12617
53965 #, gcc-internal-format
53966 msgid "storage class specified for template parameter %qs"
53967 msgstr ""
53969 #: cp/decl.cc:12627 cp/decl.cc:12804
53970 #, gcc-internal-format
53971 msgid "storage class specified for parameter %qs"
53972 msgstr ""
53974 #: cp/decl.cc:12635 cp/decl.cc:12644 cp/decl.cc:12650 cp/decl.cc:12656
53975 #, gcc-internal-format
53976 msgid "a parameter cannot be declared %qs"
53977 msgstr ""
53979 #: cp/decl.cc:12666
53980 #, gcc-internal-format
53981 msgid "%<virtual%> outside class declaration"
53982 msgstr ""
53984 #: cp/decl.cc:12676 cp/decl.cc:12679 cp/decl.cc:12681 cp/decl.cc:12684
53985 #: cp/decl.cc:12694 cp/decl.cc:12704 cp/decl.cc:12714 cp/decl.cc:12718
53986 #, gcc-internal-format
53987 msgid "structured binding declaration cannot be %qs"
53988 msgstr ""
53990 #: cp/decl.cc:12688 cp/decl.cc:12710
53991 #, gcc-internal-format
53992 msgid "structured binding declaration can be %qs only in %<-std=c++20%> or %<-std=gnu++20%>"
53993 msgstr ""
53995 #: cp/decl.cc:12698
53996 #, gcc-internal-format
53997 msgid "%<volatile%>-qualified structured binding is deprecated"
53998 msgstr ""
54000 #: cp/decl.cc:12722
54001 #, gcc-internal-format
54002 msgid "structured binding declaration cannot be C++98 %<auto%>"
54003 msgstr ""
54005 #: cp/decl.cc:12734
54006 #, gcc-internal-format
54007 msgid "structured binding declaration cannot have type %qT"
54008 msgstr ""
54010 #: cp/decl.cc:12737
54011 #, gcc-internal-format
54012 msgid "type must be cv-qualified %<auto%> or reference to cv-qualified %<auto%>"
54013 msgstr ""
54015 #: cp/decl.cc:12745
54016 #, gcc-internal-format
54017 msgid "structured binding declaration cannot have constrained %<auto%> type %qT"
54018 msgstr ""
54020 #: cp/decl.cc:12776
54021 #, gcc-internal-format
54022 msgid "multiple storage classes in declaration of %qs"
54023 msgstr ""
54025 #: cp/decl.cc:12802
54026 #, gcc-internal-format
54027 msgid "storage class specified for %qs"
54028 msgstr ""
54030 #: cp/decl.cc:12816
54031 #, gcc-internal-format
54032 msgid "nested function %qs declared %<extern%>"
54033 msgstr ""
54035 #: cp/decl.cc:12821
54036 #, gcc-internal-format
54037 msgid "top-level declaration of %qs specifies %<auto%>"
54038 msgstr ""
54040 #: cp/decl.cc:12829
54041 #, gcc-internal-format
54042 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
54043 msgstr ""
54045 #: cp/decl.cc:12843
54046 #, gcc-internal-format
54047 msgid "storage class specifiers invalid in friend function declarations"
54048 msgstr ""
54050 #: cp/decl.cc:12875 cp/decl.cc:14367 cp/parser.cc:14937 cp/parser.cc:20800
54051 #: cp/parser.cc:27371
54052 #, gcc-internal-format
54053 msgid "attribute ignored"
54054 msgstr ""
54056 #: cp/decl.cc:12876
54057 #, gcc-internal-format
54058 msgid "an attribute that appertains to a type-specifier is ignored"
54059 msgstr ""
54061 #: cp/decl.cc:12944
54062 #, gcc-internal-format
54063 msgid "unnecessary parentheses in declaration of %qs"
54064 msgstr ""
54066 #: cp/decl.cc:12950
54067 #, gcc-internal-format
54068 msgid "remove parentheses"
54069 msgstr ""
54071 #: cp/decl.cc:12999
54072 #, gcc-internal-format
54073 msgid "requires-clause on return type"
54074 msgstr ""
54076 #: cp/decl.cc:13019
54077 #, gcc-internal-format
54078 msgid "%qs function uses %<auto%> type specifier without trailing return type"
54079 msgstr ""
54081 #: cp/decl.cc:13023
54082 #, gcc-internal-format
54083 msgid "deduced return type only available with %<-std=c++14%> or %<-std=gnu++14%>"
54084 msgstr ""
54086 #: cp/decl.cc:13028
54087 #, gcc-internal-format
54088 msgid "virtual function cannot have deduced return type"
54089 msgstr ""
54091 #: cp/decl.cc:13035
54092 #, gcc-internal-format
54093 msgid "%qs function with trailing return type has %qT as its type rather than plain %<auto%>"
54094 msgstr ""
54096 #: cp/decl.cc:13044
54097 #, gcc-internal-format
54098 msgid "%qs function with trailing return type has %<decltype(auto)%> as its type rather than plain %<auto%>"
54099 msgstr ""
54101 #: cp/decl.cc:13049
54102 #, gcc-internal-format
54103 msgid "invalid use of %<decltype(auto)%>"
54104 msgstr ""
54106 #: cp/decl.cc:13061
54107 #, gcc-internal-format
54108 msgid "deduced class type %qD in function return type"
54109 msgstr ""
54111 #: cp/decl.cc:13070
54112 #, gcc-internal-format
54113 msgid "deduction guide for %qT must have trailing return type"
54114 msgstr ""
54116 #: cp/decl.cc:13083
54117 #, gcc-internal-format
54118 msgid "trailing return type %qT of deduction guide is not a specialization of %qT"
54119 msgstr ""
54121 #: cp/decl.cc:13097
54122 #, gcc-internal-format
54123 msgid "trailing return type only available with %<-std=c++11%> or %<-std=gnu++11%>"
54124 msgstr ""
54126 #: cp/decl.cc:13100
54127 #, gcc-internal-format
54128 msgid "%qs function with trailing return type not declared with %<auto%> type specifier"
54129 msgstr ""
54131 #: cp/decl.cc:13107
54132 #, gcc-internal-format
54133 msgid "a conversion function cannot have a trailing return type"
54134 msgstr ""
54136 #: cp/decl.cc:13133
54137 #, gcc-internal-format
54138 msgid "%<volatile%>-qualified return type is deprecated"
54139 msgstr ""
54141 #: cp/decl.cc:13145
54142 #, gcc-internal-format
54143 msgid "%qs declared as function returning a function"
54144 msgstr ""
54146 #: cp/decl.cc:13151
54147 #, gcc-internal-format
54148 msgid "%qs declared as function returning an array"
54149 msgstr ""
54151 #: cp/decl.cc:13158
54152 #, gcc-internal-format
54153 msgid "%<constinit%> on function return type is not allowed"
54154 msgstr ""
54156 #: cp/decl.cc:13191
54157 #, gcc-internal-format
54158 msgid "destructor cannot be static member function"
54159 msgstr ""
54161 #: cp/decl.cc:13193
54162 #, gcc-internal-format
54163 msgid "constructor cannot be static member function"
54164 msgstr ""
54166 #: cp/decl.cc:13198
54167 #, gcc-internal-format
54168 msgid "destructors may not be cv-qualified"
54169 msgstr ""
54171 #: cp/decl.cc:13199
54172 #, gcc-internal-format
54173 msgid "constructors may not be cv-qualified"
54174 msgstr ""
54176 #: cp/decl.cc:13207
54177 #, gcc-internal-format
54178 msgid "destructors may not be ref-qualified"
54179 msgstr ""
54181 #: cp/decl.cc:13208
54182 #, gcc-internal-format
54183 msgid "constructors may not be ref-qualified"
54184 msgstr ""
54186 #: cp/decl.cc:13226
54187 #, gcc-internal-format
54188 msgid "constructors cannot be declared %<virtual%>"
54189 msgstr ""
54191 #: cp/decl.cc:13243
54192 #, gcc-internal-format
54193 msgid "virtual functions cannot be friends"
54194 msgstr ""
54196 #: cp/decl.cc:13248
54197 #, gcc-internal-format
54198 msgid "friend declaration not in class definition"
54199 msgstr ""
54201 #: cp/decl.cc:13252
54202 #, gcc-internal-format
54203 msgid "cannot define friend function %qs in a local class definition"
54204 msgstr ""
54206 #: cp/decl.cc:13262
54207 #, gcc-internal-format
54208 msgid "friend function definition %qs cannot have a name qualified with %<::%>"
54209 msgstr ""
54211 #: cp/decl.cc:13266
54212 #, gcc-internal-format
54213 msgid "friend function definition %qs cannot have a name qualified with %<%D::%>"
54214 msgstr ""
54216 #: cp/decl.cc:13304
54217 #, gcc-internal-format
54218 msgid "destructors may not have parameters"
54219 msgstr ""
54221 #: cp/decl.cc:13361
54222 #, gcc-internal-format
54223 msgid "cannot declare pointer to %q#T"
54224 msgstr ""
54226 #: cp/decl.cc:13374 cp/decl.cc:13381
54227 #, gcc-internal-format
54228 msgid "cannot declare reference to %q#T"
54229 msgstr ""
54231 #: cp/decl.cc:13383
54232 #, gcc-internal-format
54233 msgid "cannot declare pointer to %q#T member"
54234 msgstr ""
54236 #: cp/decl.cc:13412
54237 #, gcc-internal-format
54238 msgid "cannot declare reference to qualified function type %qT"
54239 msgstr ""
54241 #: cp/decl.cc:13413
54242 #, gcc-internal-format
54243 msgid "cannot declare pointer to qualified function type %qT"
54244 msgstr ""
54246 #: cp/decl.cc:13486
54247 #, gcc-internal-format
54248 msgid "cannot declare reference to %q#T, which is not a typedef or a template type argument"
54249 msgstr ""
54251 #: cp/decl.cc:13566
54252 #, gcc-internal-format
54253 msgid "template-id %qD used as a declarator"
54254 msgstr ""
54256 #: cp/decl.cc:13592
54257 #, gcc-internal-format
54258 msgid "member functions are implicitly friends of their class"
54259 msgstr ""
54261 #: cp/decl.cc:13597
54262 #, gcc-internal-format
54263 msgid "extra qualification %<%T::%> on member %qs"
54264 msgstr ""
54266 #: cp/decl.cc:13627
54267 #, gcc-internal-format
54268 msgid "cannot define member function %<%T::%s%> within %qT"
54269 msgstr ""
54271 #: cp/decl.cc:13629
54272 #, gcc-internal-format
54273 msgid "cannot declare member function %<%T::%s%> within %qT"
54274 msgstr ""
54276 #: cp/decl.cc:13637
54277 #, gcc-internal-format
54278 msgid "cannot declare member %<%T::%s%> within %qT"
54279 msgstr ""
54281 #: cp/decl.cc:13677
54282 #, gcc-internal-format
54283 msgid "non-parameter %qs cannot be a parameter pack"
54284 msgstr ""
54286 #: cp/decl.cc:13686
54287 #, gcc-internal-format
54288 msgid "data member may not have variably modified type %qT"
54289 msgstr ""
54291 #: cp/decl.cc:13689
54292 #, gcc-internal-format
54293 msgid "parameter may not have variably modified type %qT"
54294 msgstr ""
54296 #: cp/decl.cc:13700
54297 #, gcc-internal-format
54298 msgid "%<explicit%> outside class declaration"
54299 msgstr ""
54301 #: cp/decl.cc:13703
54302 #, gcc-internal-format
54303 msgid "%<explicit%> in friend declaration"
54304 msgstr ""
54306 #: cp/decl.cc:13706
54307 #, gcc-internal-format
54308 msgid "only declarations of constructors and conversion operators can be %<explicit%>"
54309 msgstr ""
54311 #: cp/decl.cc:13716
54312 #, gcc-internal-format
54313 msgid "non-member %qs cannot be declared %<mutable%>"
54314 msgstr ""
54316 #: cp/decl.cc:13723
54317 #, gcc-internal-format
54318 msgid "non-object member %qs cannot be declared %<mutable%>"
54319 msgstr ""
54321 #: cp/decl.cc:13729
54322 #, gcc-internal-format
54323 msgid "function %qs cannot be declared %<mutable%>"
54324 msgstr ""
54326 #: cp/decl.cc:13735
54327 #, gcc-internal-format
54328 msgid "%<static%> %qs cannot be declared %<mutable%>"
54329 msgstr ""
54331 #: cp/decl.cc:13741
54332 #, gcc-internal-format
54333 msgid "%<const%> %qs cannot be declared %<mutable%>"
54334 msgstr ""
54336 #: cp/decl.cc:13747
54337 #, gcc-internal-format
54338 msgid "reference %qs cannot be declared %<mutable%>"
54339 msgstr ""
54341 #: cp/decl.cc:13763
54342 #, gcc-internal-format
54343 msgid "typedef may not be a function definition"
54344 msgstr ""
54346 #: cp/decl.cc:13766
54347 #, gcc-internal-format
54348 msgid "typedef may not be a member function definition"
54349 msgstr ""
54351 #: cp/decl.cc:13792
54352 #, gcc-internal-format
54353 msgid "%<auto%> not allowed in alias declaration"
54354 msgstr ""
54356 #: cp/decl.cc:13795
54357 #, gcc-internal-format
54358 msgid "typedef declared %<auto%>"
54359 msgstr ""
54361 #: cp/decl.cc:13800
54362 #, gcc-internal-format
54363 msgid "requires-clause on typedef"
54364 msgstr ""
54366 #: cp/decl.cc:13804
54367 #, gcc-internal-format
54368 msgid "typedef name may not be a nested-name-specifier"
54369 msgstr ""
54371 #: cp/decl.cc:13830
54372 #, gcc-internal-format
54373 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
54374 msgstr ""
54376 #: cp/decl.cc:13919
54377 #, gcc-internal-format
54378 msgid "%<inline%> specified for friend class declaration"
54379 msgstr ""
54381 #: cp/decl.cc:13927
54382 #, gcc-internal-format
54383 msgid "template parameters cannot be friends"
54384 msgstr ""
54386 #: cp/decl.cc:13929
54387 #, gcc-internal-format
54388 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
54389 msgstr ""
54391 #: cp/decl.cc:13933
54392 #, gcc-internal-format
54393 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
54394 msgstr ""
54396 #: cp/decl.cc:13946
54397 #, gcc-internal-format
54398 msgid "trying to make class %qT a friend of global scope"
54399 msgstr ""
54401 #: cp/decl.cc:13966
54402 #, gcc-internal-format
54403 msgid "invalid qualifiers on non-member function type"
54404 msgstr ""
54406 #: cp/decl.cc:13970
54407 #, gcc-internal-format
54408 msgid "requires-clause on type-id"
54409 msgstr ""
54411 #: cp/decl.cc:13980
54412 #, gcc-internal-format
54413 msgid "abstract declarator %qT used as declaration"
54414 msgstr ""
54416 #: cp/decl.cc:13995
54417 #, gcc-internal-format
54418 msgid "requires-clause on declaration of non-function type %qT"
54419 msgstr ""
54421 #: cp/decl.cc:14014
54422 #, gcc-internal-format
54423 msgid "cannot use %<::%> in parameter declaration"
54424 msgstr ""
54426 #: cp/decl.cc:14023 cp/parser.cc:20234
54427 #, gcc-internal-format
54428 msgid "cannot declare a parameter with %<decltype(auto)%>"
54429 msgstr ""
54431 #: cp/decl.cc:14030
54432 #, gcc-internal-format
54433 msgid "missing template argument list after %qE; template placeholder not permitted in parameter"
54434 msgstr ""
54436 #: cp/decl.cc:14033
54437 #, gcc-internal-format
54438 msgid "or use %<auto%> for an abbreviated function template"
54439 msgstr ""
54441 #: cp/decl.cc:14039
54442 #, gcc-internal-format
54443 msgid "%<auto%> parameter not permitted in this context"
54444 msgstr ""
54446 #: cp/decl.cc:14042
54447 #, gcc-internal-format
54448 msgid "parameter declared %<auto%>"
54449 msgstr ""
54451 #: cp/decl.cc:14093 cp/parser.cc:3561
54452 #, gcc-internal-format
54453 msgid "invalid use of template-name %qE without an argument list"
54454 msgstr ""
54456 #: cp/decl.cc:14097
54457 #, gcc-internal-format
54458 msgid "non-static data member declared with placeholder %qT"
54459 msgstr ""
54461 #: cp/decl.cc:14118
54462 #, gcc-internal-format
54463 msgid "ISO C++ forbids flexible array member %qs"
54464 msgstr ""
54466 #: cp/decl.cc:14121
54467 #, gcc-internal-format
54468 msgid "ISO C++ forbids flexible array members"
54469 msgstr ""
54471 #. Something like struct S { int N::j; };
54472 #: cp/decl.cc:14137
54473 #, gcc-internal-format
54474 msgid "invalid use of %<::%>"
54475 msgstr ""
54477 #: cp/decl.cc:14158
54478 #, gcc-internal-format
54479 msgid "declaration of function %qD in invalid context"
54480 msgstr ""
54482 #: cp/decl.cc:14168
54483 #, gcc-internal-format
54484 msgid "function %qD declared %<virtual%> inside a union"
54485 msgstr ""
54487 #: cp/decl.cc:14178
54488 #, gcc-internal-format
54489 msgid "%qD cannot be declared %<virtual%>, since it is always static"
54490 msgstr ""
54492 #: cp/decl.cc:14192
54493 #, gcc-internal-format
54494 msgid "expected qualified name in friend declaration for destructor %qD"
54495 msgstr ""
54497 #: cp/decl.cc:14199
54498 #, gcc-internal-format
54499 msgid "declaration of %qD as member of %qT"
54500 msgstr ""
54502 #: cp/decl.cc:14206 cp/decl.cc:14219
54503 #, gcc-internal-format
54504 msgid "a destructor cannot be %qs"
54505 msgstr ""
54507 #: cp/decl.cc:14225
54508 #, gcc-internal-format
54509 msgid "expected qualified name in friend declaration for constructor %qD"
54510 msgstr ""
54512 #: cp/decl.cc:14234
54513 #, gcc-internal-format
54514 msgid "a constructor cannot be %<concept%>"
54515 msgstr ""
54517 #: cp/decl.cc:14240
54518 #, gcc-internal-format
54519 msgid "a concept cannot be a member function"
54520 msgstr ""
54522 #: cp/decl.cc:14248 cp/decl.cc:14589
54523 #, gcc-internal-format
54524 msgid "%qD cannot be %qs"
54525 msgstr "%qD ne može bit %qs"
54527 #: cp/decl.cc:14257
54528 #, gcc-internal-format
54529 msgid "specialization of variable template %qD declared as function"
54530 msgstr ""
54532 #: cp/decl.cc:14260
54533 #, gcc-internal-format
54534 msgid "variable template declared here"
54535 msgstr ""
54537 #: cp/decl.cc:14322
54538 #, gcc-internal-format
54539 msgid "field %qD has incomplete type %qT"
54540 msgstr ""
54542 #: cp/decl.cc:14327
54543 #, gcc-internal-format
54544 msgid "name %qT has incomplete type"
54545 msgstr ""
54547 #: cp/decl.cc:14347
54548 #, gcc-internal-format
54549 msgid "%qE is neither function nor member function; cannot be declared friend"
54550 msgstr ""
54552 #: cp/decl.cc:14350
54553 #, gcc-internal-format
54554 msgid "unnamed field is neither function nor member function; cannot be declared friend"
54555 msgstr ""
54557 #: cp/decl.cc:14368 cp/parser.cc:20801 cp/parser.cc:27372
54558 #, gcc-internal-format
54559 msgid "an attribute that appertains to a friend declaration that is not a definition is ignored"
54560 msgstr ""
54562 #: cp/decl.cc:14408 cp/decl.cc:14419
54563 #, gcc-internal-format
54564 msgid "static data member %qE declared %qs"
54565 msgstr ""
54567 #: cp/decl.cc:14413
54568 #, gcc-internal-format
54569 msgid "%<constexpr%> static data member %qD must have an initializer"
54570 msgstr ""
54572 #: cp/decl.cc:14456 cp/decl.cc:14464 cp/decl.cc:14471 cp/decl.cc:14478
54573 #, gcc-internal-format
54574 msgid "non-static data member %qE declared %qs"
54575 msgstr ""
54577 #: cp/decl.cc:14530
54578 #, gcc-internal-format
54579 msgid "storage class %<auto%> invalid for function %qs"
54580 msgstr ""
54582 #: cp/decl.cc:14533
54583 #, gcc-internal-format
54584 msgid "storage class %<register%> invalid for function %qs"
54585 msgstr ""
54587 #: cp/decl.cc:14539
54588 #, gcc-internal-format
54589 msgid "storage class %<__thread%> invalid for function %qs"
54590 msgstr ""
54592 #: cp/decl.cc:14543
54593 #, gcc-internal-format
54594 msgid "storage class %<thread_local%> invalid for function %qs"
54595 msgstr ""
54597 #: cp/decl.cc:14548
54598 #, gcc-internal-format
54599 msgid "virt-specifiers in %qs not allowed outside a class definition"
54600 msgstr ""
54602 #: cp/decl.cc:14560
54603 #, gcc-internal-format
54604 msgid "%<static%> specifier invalid for function %qs declared out of global scope"
54605 msgstr ""
54607 #: cp/decl.cc:14564
54608 #, gcc-internal-format
54609 msgid "%<inline%> specifier invalid for function %qs declared out of global scope"
54610 msgstr ""
54612 #: cp/decl.cc:14572
54613 #, gcc-internal-format
54614 msgid "virtual non-class function %qs"
54615 msgstr ""
54617 #: cp/decl.cc:14579
54618 #, gcc-internal-format
54619 msgid "%qs defined in a non-class scope"
54620 msgstr ""
54622 #: cp/decl.cc:14580
54623 #, gcc-internal-format
54624 msgid "%qs declared in a non-class scope"
54625 msgstr ""
54627 #: cp/decl.cc:14623
54628 #, gcc-internal-format
54629 msgid "cannot declare member function %qD to have static linkage"
54630 msgstr ""
54632 #: cp/decl.cc:14632
54633 #, gcc-internal-format
54634 msgid "cannot declare static function inside another function"
54635 msgstr ""
54637 #: cp/decl.cc:14673
54638 #, gcc-internal-format
54639 msgid "%<static%> may not be used when defining (as opposed to declaring) a static data member"
54640 msgstr ""
54642 #: cp/decl.cc:14680
54643 #, gcc-internal-format
54644 msgid "static member %qD declared %<register%>"
54645 msgstr ""
54647 #: cp/decl.cc:14686
54648 #, gcc-internal-format
54649 msgid "cannot explicitly declare member %q#D to have extern linkage"
54650 msgstr ""
54652 #: cp/decl.cc:14694
54653 #, gcc-internal-format
54654 msgid "declaration of %<constexpr%> variable %qD is not a definition"
54655 msgstr ""
54657 #: cp/decl.cc:14701
54658 #, gcc-internal-format
54659 msgid "a variable cannot be declared %<consteval%>"
54660 msgstr ""
54662 #: cp/decl.cc:14721
54663 #, gcc-internal-format
54664 msgid "declaration of %q#D has no initializer"
54665 msgstr ""
54667 #: cp/decl.cc:14733
54668 #, gcc-internal-format
54669 msgid "%qs initialized and declared %<extern%>"
54670 msgstr ""
54672 #: cp/decl.cc:14738
54673 #, gcc-internal-format
54674 msgid "%qs has both %<extern%> and initializer"
54675 msgstr ""
54677 #: cp/decl.cc:14935
54678 #, gcc-internal-format
54679 msgid "default argument %qE uses %qD"
54680 msgstr ""
54682 #: cp/decl.cc:14938
54683 #, gcc-internal-format
54684 msgid "default argument %qE uses local variable %qD"
54685 msgstr ""
54687 #: cp/decl.cc:15065
54688 #, gcc-internal-format
54689 msgid "invalid use of cv-qualified type %qT in parameter declaration"
54690 msgstr ""
54692 #: cp/decl.cc:15069
54693 #, gcc-internal-format
54694 msgid "invalid use of type %<void%> in parameter declaration"
54695 msgstr ""
54697 #: cp/decl.cc:15098
54698 #, gcc-internal-format
54699 msgid "%<volatile%>-qualified parameter is deprecated"
54700 msgstr ""
54702 #: cp/decl.cc:15106
54703 #, gcc-internal-format
54704 msgid "parameter %qD invalidly declared method type"
54705 msgstr ""
54707 #: cp/decl.cc:15131
54708 #, gcc-internal-format
54709 msgid "parameter %qD includes pointer to array of unknown bound %qT"
54710 msgstr ""
54712 #: cp/decl.cc:15133
54713 #, gcc-internal-format
54714 msgid "parameter %qD includes reference to array of unknown bound %qT"
54715 msgstr ""
54717 #: cp/decl.cc:15392
54718 #, gcc-internal-format
54719 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
54720 msgstr ""
54722 #: cp/decl.cc:15471
54723 #, gcc-internal-format
54724 msgid "%qD may not be declared within a namespace"
54725 msgstr ""
54727 #: cp/decl.cc:15478
54728 #, gcc-internal-format
54729 msgid "%qD may not be declared as static"
54730 msgstr ""
54732 #: cp/decl.cc:15506
54733 #, gcc-internal-format
54734 msgid "%qD must be a non-static member function"
54735 msgstr ""
54737 #: cp/decl.cc:15514
54738 #, fuzzy, gcc-internal-format
54739 #| msgid "In member function %qs"
54740 msgid "%qD must be a member function"
54741 msgstr "U funkciji člana %qs"
54743 #: cp/decl.cc:15522
54744 #, gcc-internal-format
54745 msgid "%qD may be a static member function only with %<-std=c++23%> or %<-std=gnu++23%>"
54746 msgstr ""
54748 #: cp/decl.cc:15532
54749 #, gcc-internal-format
54750 msgid "%qD must be either a non-static member function or a non-member function"
54751 msgstr ""
54753 #: cp/decl.cc:15542
54754 #, gcc-internal-format
54755 msgid "%qD must have an argument of class or enumerated type"
54756 msgstr ""
54758 #. 13.4.0.3
54759 #: cp/decl.cc:15573
54760 #, gcc-internal-format
54761 msgid "ISO C++ prohibits overloading %<operator ?:%>"
54762 msgstr ""
54764 #: cp/decl.cc:15583
54765 #, gcc-internal-format
54766 msgid "%qD must not have variable number of arguments"
54767 msgstr ""
54769 #: cp/decl.cc:15609
54770 #, gcc-internal-format
54771 msgid "%qD must have either zero or one argument"
54772 msgstr ""
54774 #: cp/decl.cc:15610
54775 #, gcc-internal-format
54776 msgid "%qD must have either one or two arguments"
54777 msgstr ""
54779 #: cp/decl.cc:15622
54780 #, gcc-internal-format
54781 msgid "postfix %qD must have %<int%> as its argument"
54782 msgstr ""
54784 #: cp/decl.cc:15623
54785 #, gcc-internal-format
54786 msgid "postfix %qD must have %<int%> as its second argument"
54787 msgstr ""
54789 #: cp/decl.cc:15634
54790 #, gcc-internal-format
54791 msgid "%qD must have no arguments"
54792 msgstr ""
54794 #: cp/decl.cc:15635 cp/decl.cc:15645
54795 #, gcc-internal-format
54796 msgid "%qD must have exactly one argument"
54797 msgstr ""
54799 #: cp/decl.cc:15646
54800 #, gcc-internal-format
54801 msgid "%qD must have exactly two arguments"
54802 msgstr ""
54804 #: cp/decl.cc:15661
54805 #, gcc-internal-format
54806 msgid "%qD cannot have default arguments"
54807 msgstr ""
54809 #: cp/decl.cc:15685
54810 #, gcc-internal-format
54811 msgid "converting %qT to %<void%> will never use a type conversion operator"
54812 msgstr ""
54814 #: cp/decl.cc:15692
54815 #, gcc-internal-format
54816 msgid "converting %qT to a reference to the same type will never use a type conversion operator"
54817 msgstr ""
54819 #: cp/decl.cc:15694
54820 #, gcc-internal-format
54821 msgid "converting %qT to the same type will never use a type conversion operator"
54822 msgstr ""
54824 #: cp/decl.cc:15703
54825 #, gcc-internal-format
54826 msgid "converting %qT to a reference to a base class %qT will never use a type conversion operator"
54827 msgstr ""
54829 #: cp/decl.cc:15705
54830 #, gcc-internal-format
54831 msgid "converting %qT to a base class %qT will never use a type conversion operator"
54832 msgstr ""
54834 #: cp/decl.cc:15721
54835 #, gcc-internal-format
54836 msgid "user-defined %qD always evaluates both arguments"
54837 msgstr ""
54839 #: cp/decl.cc:15740
54840 #, gcc-internal-format
54841 msgid "prefix %qD should return %qT"
54842 msgstr ""
54844 #: cp/decl.cc:15747
54845 #, gcc-internal-format
54846 msgid "postfix %qD should return %qT"
54847 msgstr ""
54849 #: cp/decl.cc:15759
54850 #, gcc-internal-format
54851 msgid "%qD should return by value"
54852 msgstr ""
54854 #: cp/decl.cc:15814
54855 #, gcc-internal-format
54856 msgid "using template type parameter %qT after %qs"
54857 msgstr ""
54859 #: cp/decl.cc:15837
54860 #, gcc-internal-format
54861 msgid "using alias template specialization %qT after %qs"
54862 msgstr ""
54864 #: cp/decl.cc:15840
54865 #, gcc-internal-format
54866 msgid "using typedef-name %qD after %qs"
54867 msgstr ""
54869 #: cp/decl.cc:15842
54870 #, gcc-internal-format
54871 msgid "%qD has a previous declaration here"
54872 msgstr ""
54874 #: cp/decl.cc:15850
54875 #, gcc-internal-format
54876 msgid "%qT referred to as %qs"
54877 msgstr ""
54879 #: cp/decl.cc:15851 cp/decl.cc:15858
54880 #, gcc-internal-format
54881 msgid "%qT has a previous declaration here"
54882 msgstr ""
54884 #: cp/decl.cc:15857
54885 #, gcc-internal-format
54886 msgid "%qT referred to as enum"
54887 msgstr ""
54889 #. If a class template appears as elaborated type specifier
54890 #. without a template header such as:
54892 #. template <class T> class C {};
54893 #. void f(class C);             // No template header here
54895 #. then the required template argument is missing.
54896 #: cp/decl.cc:15872
54897 #, gcc-internal-format
54898 msgid "template argument required for %<%s %T%>"
54899 msgstr ""
54901 #: cp/decl.cc:15915 cp/name-lookup.cc:5719 cp/name-lookup.cc:5851
54902 #: cp/parser.cc:7054 cp/parser.cc:31389
54903 #, gcc-internal-format
54904 msgid "reference to %qD is ambiguous"
54905 msgstr ""
54907 #: cp/decl.cc:15924
54908 #, gcc-internal-format
54909 msgid "class template %qD redeclared as non-template"
54910 msgstr ""
54912 #: cp/decl.cc:15946 cp/name-lookup.cc:5409
54913 #, gcc-internal-format
54914 msgid "%qD has the same name as the class in which it is declared"
54915 msgstr ""
54917 #: cp/decl.cc:15974 cp/friend.cc:317 cp/parser.cc:3386 cp/parser.cc:6759
54918 #: cp/pt.cc:9815
54919 #, gcc-internal-format
54920 msgid "%qT is not a template"
54921 msgstr ""
54923 #: cp/decl.cc:15979
54924 #, gcc-internal-format
54925 msgid "perhaps you want to explicitly add %<%T::%>"
54926 msgstr ""
54928 #: cp/decl.cc:16084
54929 #, gcc-internal-format
54930 msgid "use of enum %q#D without previous declaration"
54931 msgstr ""
54933 #: cp/decl.cc:16110
54934 #, gcc-internal-format
54935 msgid "redeclaration of %qT as a non-template"
54936 msgstr ""
54938 #: cp/decl.cc:16121 cp/semantics.cc:3542
54939 #, gcc-internal-format
54940 msgid "cannot declare %qD in a different module"
54941 msgstr ""
54943 #: cp/decl.cc:16237
54944 #, gcc-internal-format
54945 msgid "derived union %qT invalid"
54946 msgstr ""
54948 #: cp/decl.cc:16244
54949 #, gcc-internal-format
54950 msgid "%qT defined with multiple direct bases"
54951 msgstr ""
54953 #: cp/decl.cc:16255
54954 #, gcc-internal-format
54955 msgid "%qT defined with direct virtual base"
54956 msgstr ""
54958 #: cp/decl.cc:16280
54959 #, gcc-internal-format
54960 msgid "base type %qT fails to be a struct or class type"
54961 msgstr ""
54963 #: cp/decl.cc:16310
54964 #, gcc-internal-format
54965 msgid "recursive type %qT undefined"
54966 msgstr ""
54968 #: cp/decl.cc:16312
54969 #, gcc-internal-format
54970 msgid "duplicate base type %qT invalid"
54971 msgstr ""
54973 #: cp/decl.cc:16457
54974 #, gcc-internal-format
54975 msgid "scoped/unscoped mismatch in enum %q#T"
54976 msgstr ""
54978 #: cp/decl.cc:16460 cp/decl.cc:16468 cp/decl.cc:16478 cp/decl.cc:17077
54979 #: cp/parser.cc:21150
54980 #, gcc-internal-format
54981 msgid "previous definition here"
54982 msgstr ""
54984 #: cp/decl.cc:16465
54985 #, gcc-internal-format
54986 msgid "underlying type mismatch in enum %q#T"
54987 msgstr ""
54989 #: cp/decl.cc:16475
54990 #, gcc-internal-format
54991 msgid "different underlying type in enum %q#T"
54992 msgstr ""
54994 #: cp/decl.cc:16486
54995 #, gcc-internal-format
54996 msgid "cannot define %qD in different module"
54997 msgstr ""
54999 #: cp/decl.cc:16561
55000 #, gcc-internal-format
55001 msgid "underlying type %qT of %qT must be an integral type"
55002 msgstr ""
55004 #. DR 377
55006 #. IF no integral type can represent all the enumerator values, the
55007 #. enumeration is ill-formed.
55008 #: cp/decl.cc:16710
55009 #, gcc-internal-format
55010 msgid "no integral type can represent all of the enumerator values for %qT"
55011 msgstr ""
55013 #: cp/decl.cc:16885
55014 #, gcc-internal-format
55015 msgid "enumerator value for %qD must have integral or unscoped enumeration type"
55016 msgstr ""
55018 #: cp/decl.cc:16895
55019 #, gcc-internal-format
55020 msgid "enumerator value for %qD is not an integer constant"
55021 msgstr ""
55023 #: cp/decl.cc:16944
55024 #, gcc-internal-format
55025 msgid "incremented enumerator value is too large for %<unsigned long%>"
55026 msgstr ""
55028 #: cp/decl.cc:16945
55029 #, gcc-internal-format
55030 msgid "incremented enumerator value is too large for %<long%>"
55031 msgstr ""
55033 #: cp/decl.cc:16956
55034 #, gcc-internal-format
55035 msgid "overflow in enumeration values at %qD"
55036 msgstr ""
55038 #: cp/decl.cc:16976
55039 #, gcc-internal-format
55040 msgid "enumerator value %qE is outside the range of underlying type %qT"
55041 msgstr ""
55043 #: cp/decl.cc:17075 cp/parser.cc:21148
55044 #, gcc-internal-format
55045 msgid "multiple definition of %q#T"
55046 msgstr ""
55048 #: cp/decl.cc:17149
55049 #, gcc-internal-format
55050 msgid "return type %q#T is incomplete"
55051 msgstr ""
55053 #: cp/decl.cc:17309 cp/typeck.cc:11108
55054 #, gcc-internal-format
55055 msgid "%<operator=%> should return a reference to %<*this%>"
55056 msgstr ""
55058 #: cp/decl.cc:18122
55059 #, gcc-internal-format
55060 msgid "no return statements in function returning %qT"
55061 msgstr ""
55063 #: cp/decl.cc:18124 cp/typeck.cc:10988
55064 #, gcc-internal-format
55065 msgid "only plain %<auto%> return type can be deduced to %<void%>"
55066 msgstr ""
55068 #: cp/decl.cc:18186
55069 #, gcc-internal-format
55070 msgid "no return statement in %<constexpr%> function returning non-void"
55071 msgstr ""
55073 #: cp/decl.cc:18379
55074 #, gcc-internal-format
55075 msgid "%qD is already defined in class %qT"
55076 msgstr ""
55078 #: cp/decl.cc:18767
55079 #, fuzzy, gcc-internal-format
55080 #| msgid "evaluating %qs"
55081 msgid "using %qs"
55082 msgstr "procjenjujemo %qs"
55084 #: cp/decl.cc:18779
55085 #, gcc-internal-format
55086 msgid "use of %qD before deduction of %<auto%>"
55087 msgstr ""
55089 #: cp/decl2.cc:384
55090 #, gcc-internal-format
55091 msgid "name missing for member function"
55092 msgstr ""
55094 #: cp/decl2.cc:480 cp/decl2.cc:513
55095 #, gcc-internal-format
55096 msgid "top-level comma expression in array subscript changed meaning in C++23"
55097 msgstr ""
55099 #: cp/decl2.cc:503
55100 #, gcc-internal-format
55101 msgid "built-in subscript operator without expression list"
55102 msgstr ""
55104 #: cp/decl2.cc:517
55105 #, gcc-internal-format
55106 msgid "built-in subscript operator with more than one expression in expression list"
55107 msgstr ""
55109 #: cp/decl2.cc:535 cp/decl2.cc:549
55110 #, gcc-internal-format
55111 msgid "ambiguous conversion for array subscript"
55112 msgstr ""
55114 #: cp/decl2.cc:543
55115 #, gcc-internal-format
55116 msgid "invalid types %<%T[%T]%> for array subscript"
55117 msgstr ""
55119 #: cp/decl2.cc:625
55120 #, gcc-internal-format
55121 msgid "deleting array %q#E"
55122 msgstr ""
55124 #: cp/decl2.cc:633
55125 #, gcc-internal-format
55126 msgid "type %q#T argument given to %<delete%>, expected pointer"
55127 msgstr ""
55129 #: cp/decl2.cc:647
55130 #, gcc-internal-format
55131 msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to %<delete%>"
55132 msgstr ""
55134 #: cp/decl2.cc:657
55135 #, gcc-internal-format
55136 msgid "deleting %qT is undefined"
55137 msgstr ""
55139 #: cp/decl2.cc:705 cp/pt.cc:5913
55140 #, gcc-internal-format
55141 msgid "template declaration of %q#D"
55142 msgstr ""
55144 #: cp/decl2.cc:745
55145 #, gcc-internal-format
55146 msgid "template parameter lists provided don%'t match the template parameters of %qD"
55147 msgstr ""
55149 #: cp/decl2.cc:760 cp/pt.cc:5881
55150 #, gcc-internal-format
55151 msgid "destructor %qD declared as member template"
55152 msgstr ""
55154 #: cp/decl2.cc:851
55155 #, gcc-internal-format
55156 msgid "no declaration matches %q#D"
55157 msgstr ""
55159 #: cp/decl2.cc:856
55160 #, gcc-internal-format
55161 msgid "no conversion operators declared"
55162 msgstr ""
55164 #: cp/decl2.cc:859
55165 #, gcc-internal-format
55166 msgid "no functions named %qD"
55167 msgstr "nema funkcije nazvane %qD"
55169 #: cp/decl2.cc:861
55170 #, gcc-internal-format
55171 msgid "%#qT defined here"
55172 msgstr ""
55174 #: cp/decl2.cc:921
55175 #, gcc-internal-format
55176 msgid "local class %q#T shall not have static data member %q#D"
55177 msgstr ""
55179 #: cp/decl2.cc:930
55180 #, gcc-internal-format
55181 msgid "static data member %qD in unnamed class"
55182 msgstr ""
55184 #: cp/decl2.cc:932
55185 #, gcc-internal-format
55186 msgid "unnamed class defined here"
55187 msgstr ""
55189 #: cp/decl2.cc:1013
55190 #, gcc-internal-format
55191 msgid "explicit template argument list not allowed"
55192 msgstr ""
55194 #: cp/decl2.cc:1055
55195 #, gcc-internal-format
55196 msgid "%qD is already defined in %qT"
55197 msgstr ""
55199 #: cp/decl2.cc:1084 cp/decl2.cc:1092
55200 #, gcc-internal-format
55201 msgid "invalid initializer for member function %qD"
55202 msgstr ""
55204 #: cp/decl2.cc:1101
55205 #, gcc-internal-format
55206 msgid "initializer specified for friend function %qD"
55207 msgstr ""
55209 #: cp/decl2.cc:1104
55210 #, gcc-internal-format
55211 msgid "initializer specified for static member function %qD"
55212 msgstr ""
55214 #: cp/decl2.cc:1152
55215 #, gcc-internal-format
55216 msgid "%<asm%> specifiers are not permitted on non-static data members"
55217 msgstr ""
55219 #: cp/decl2.cc:1209
55220 #, gcc-internal-format
55221 msgid "bit-field %qD with non-integral type %qT"
55222 msgstr ""
55224 #: cp/decl2.cc:1217
55225 #, gcc-internal-format
55226 msgid "cannot declare %qD to be a bit-field type"
55227 msgstr ""
55229 #: cp/decl2.cc:1228
55230 #, gcc-internal-format
55231 msgid "cannot declare bit-field %qD with function type"
55232 msgstr ""
55234 #: cp/decl2.cc:1234
55235 #, gcc-internal-format
55236 msgid "cannot declare bit-field %qD with %<warn_if_not_aligned%> type"
55237 msgstr ""
55239 #: cp/decl2.cc:1241
55240 #, gcc-internal-format
55241 msgid "%qD is already defined in the class %qT"
55242 msgstr ""
55244 #: cp/decl2.cc:1249
55245 #, gcc-internal-format
55246 msgid "static member %qD cannot be a bit-field"
55247 msgstr ""
55249 #: cp/decl2.cc:1263
55250 #, gcc-internal-format
55251 msgid "width of bit-field %qD has non-integral type %qT"
55252 msgstr ""
55254 #: cp/decl2.cc:1656
55255 #, gcc-internal-format
55256 msgid "%q+D static data member inside of declare target directive"
55257 msgstr ""
55259 #: cp/decl2.cc:1718 cp/name-lookup.cc:8336
55260 #, gcc-internal-format
55261 msgid "%<omp::%E%> not allowed to be specified in this context"
55262 msgstr ""
55264 #: cp/decl2.cc:1787
55265 #, gcc-internal-format
55266 msgid "anonymous struct not inside named type"
55267 msgstr ""
55269 #: cp/decl2.cc:1803
55270 #, gcc-internal-format
55271 msgid "%q#D invalid; an anonymous union can only have non-static data members"
55272 msgstr ""
55274 #: cp/decl2.cc:1810
55275 #, gcc-internal-format
55276 msgid "private member %q#D in anonymous union"
55277 msgstr ""
55279 #: cp/decl2.cc:1813
55280 #, gcc-internal-format
55281 msgid "protected member %q#D in anonymous union"
55282 msgstr ""
55284 #: cp/decl2.cc:1878
55285 #, gcc-internal-format
55286 msgid "namespace-scope anonymous aggregates must be static"
55287 msgstr ""
55289 #: cp/decl2.cc:1887
55290 #, gcc-internal-format
55291 msgid "anonymous union with no members"
55292 msgstr ""
55294 #: cp/decl2.cc:1924
55295 #, gcc-internal-format
55296 msgid "%<operator new%> must return type %qT"
55297 msgstr ""
55299 #. [basic.stc.dynamic.allocation]
55301 #. The first parameter shall not have an associated default
55302 #. argument.
55303 #: cp/decl2.cc:1936
55304 #, gcc-internal-format
55305 msgid "the first parameter of %<operator new%> cannot have a default argument"
55306 msgstr ""
55308 #: cp/decl2.cc:1952
55309 #, gcc-internal-format
55310 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
55311 msgstr ""
55313 #: cp/decl2.cc:1982
55314 #, gcc-internal-format
55315 msgid "%<operator delete%> must return type %qT"
55316 msgstr ""
55318 #: cp/decl2.cc:1997
55319 #, gcc-internal-format
55320 msgid "destroying %<operator delete%> must be a member function"
55321 msgstr ""
55323 #: cp/decl2.cc:2000
55324 #, gcc-internal-format
55325 msgid "%<operator delete[]%> cannot be a destroying delete"
55326 msgstr ""
55328 #: cp/decl2.cc:2002
55329 #, gcc-internal-format
55330 msgid "destroying %<operator delete%> must be a usual deallocation function"
55331 msgstr ""
55333 #: cp/decl2.cc:2012
55334 #, gcc-internal-format
55335 msgid "%<operator delete%> takes type %qT as first parameter"
55336 msgstr ""
55338 #: cp/decl2.cc:3003
55339 #, gcc-internal-format
55340 msgid "%qT has a field %q#D whose type has no linkage"
55341 msgstr ""
55343 #: cp/decl2.cc:3007
55344 #, gcc-internal-format
55345 msgid "%qT has a field %qD whose type depends on the type %qT which has no linkage"
55346 msgstr ""
55348 #: cp/decl2.cc:3013
55349 #, gcc-internal-format
55350 msgid "%qT has a field %q#D whose type has internal linkage"
55351 msgstr ""
55353 #. In C++98 this can only happen with unnamed namespaces.
55354 #: cp/decl2.cc:3017
55355 #, gcc-internal-format
55356 msgid "%qT has a field %q#D whose type uses the anonymous namespace"
55357 msgstr ""
55359 #: cp/decl2.cc:3025
55360 #, gcc-internal-format
55361 msgid "%qT declared with greater visibility than the type of its field %qD"
55362 msgstr ""
55364 #: cp/decl2.cc:3044
55365 #, gcc-internal-format
55366 msgid "%qT has a base %qT which has no linkage"
55367 msgstr ""
55369 #: cp/decl2.cc:3048
55370 #, gcc-internal-format
55371 msgid "%qT has a base %qT which depends on the type %qT which has no linkage"
55372 msgstr ""
55374 #: cp/decl2.cc:3054
55375 #, gcc-internal-format
55376 msgid "%qT has a base %qT which has internal linkage"
55377 msgstr ""
55379 #. In C++98 this can only happen with unnamed namespaces.
55380 #: cp/decl2.cc:3058
55381 #, gcc-internal-format
55382 msgid "%qT has a base %qT which uses the anonymous namespace"
55383 msgstr ""
55385 #: cp/decl2.cc:3065
55386 #, gcc-internal-format
55387 msgid "%qT declared with greater visibility than its base %qT"
55388 msgstr ""
55390 #: cp/decl2.cc:4540
55391 #, gcc-internal-format
55392 msgid "%q#D, declared using unnamed type, is used but never defined"
55393 msgstr ""
55395 #. DRs 132, 319 and 389 seem to indicate types with
55396 #. no linkage can only be used to declare extern "C"
55397 #. entities.  Since it's not always an error in the
55398 #. ISO C++ 90 Standard, we only issue a warning.
55399 #: cp/decl2.cc:4549
55400 #, gcc-internal-format
55401 msgid "unnamed type with no linkage used to declare variable %q#D with linkage"
55402 msgstr ""
55404 #: cp/decl2.cc:4553
55405 #, gcc-internal-format
55406 msgid "unnamed type with no linkage used to declare function %q#D with linkage"
55407 msgstr ""
55409 #: cp/decl2.cc:4557
55410 #, gcc-internal-format
55411 msgid "%q#D does not refer to the unqualified type, so it is not used for linkage"
55412 msgstr ""
55414 #: cp/decl2.cc:4565
55415 #, gcc-internal-format
55416 msgid "%q#D, declared using local type %qT, is used but never defined"
55417 msgstr ""
55419 #: cp/decl2.cc:4569
55420 #, gcc-internal-format
55421 msgid "type %qT with no linkage used to declare variable %q#D with linkage"
55422 msgstr ""
55424 #: cp/decl2.cc:4572
55425 #, gcc-internal-format
55426 msgid "type %qT with no linkage used to declare function %q#D with linkage"
55427 msgstr ""
55429 #: cp/decl2.cc:4760
55430 #, gcc-internal-format
55431 msgid "mangling of %q#D as %qE conflicts with a previous mangle"
55432 msgstr ""
55434 #: cp/decl2.cc:4763
55435 #, gcc-internal-format
55436 msgid "previous mangling %q#D"
55437 msgstr ""
55439 #: cp/decl2.cc:4765
55440 #, gcc-internal-format
55441 msgid "a later %<-fabi-version=%> (or =0) avoids this error with a change in mangling"
55442 msgstr ""
55444 #: cp/decl2.cc:4837 cp/decl2.cc:4840
55445 #, gcc-internal-format
55446 msgid "the program should also define %qD"
55447 msgstr ""
55449 #: cp/decl2.cc:5174
55450 #, gcc-internal-format
55451 msgid "inline function %qD used but never defined"
55452 msgstr ""
55454 #: cp/decl2.cc:5401
55455 #, gcc-internal-format
55456 msgid "default argument missing for parameter %P of %q#D"
55457 msgstr ""
55459 #: cp/decl2.cc:5406
55460 #, gcc-internal-format
55461 msgid "...following parameter %P which has a default argument"
55462 msgstr ""
55464 #: cp/decl2.cc:5530
55465 #, gcc-internal-format
55466 msgid "implicitly-declared %qD is deprecated"
55467 msgstr ""
55469 #: cp/decl2.cc:5534
55470 #, gcc-internal-format
55471 msgid "because %qT has user-provided %qD"
55472 msgstr ""
55474 #. We mark a lambda conversion op as deleted if we can't
55475 #. generate it properly; see maybe_add_lambda_conv_op.
55476 #: cp/decl2.cc:5675
55477 #, gcc-internal-format
55478 msgid "converting lambda that uses %<...%> to function pointer"
55479 msgstr ""
55481 #: cp/decl2.cc:5678
55482 #, gcc-internal-format
55483 msgid "use of deleted function %qD"
55484 msgstr ""
55486 #: cp/decl2.cc:5732
55487 #, gcc-internal-format
55488 msgid "use of function %qD with unsatisfied constraints"
55489 msgstr "funkcija %qD se koristi s nezadovoljenim ograničenjima"
55491 #: cp/decl2.cc:5762
55492 #, gcc-internal-format
55493 msgid "use of built-in parameter pack %qD outside of a template"
55494 msgstr ""
55496 #: cp/error.cc:4092
55497 #, gcc-internal-format
55498 msgid "(no argument)"
55499 msgstr ""
55501 #: cp/error.cc:4184
55502 #, gcc-internal-format
55503 msgid "[...]"
55504 msgstr ""
55506 #: cp/error.cc:4531
55507 #, gcc-internal-format
55508 msgid "extended initializer lists only available with %<-std=c++11%> or %<-std=gnu++11%>"
55509 msgstr ""
55511 #: cp/error.cc:4536
55512 #, gcc-internal-format
55513 msgid "explicit conversion operators only available with %<-std=c++11%> or %<-std=gnu++11%>"
55514 msgstr ""
55516 #: cp/error.cc:4541
55517 #, gcc-internal-format
55518 msgid "variadic templates only available with %<-std=c++11%> or %<-std=gnu++11%>"
55519 msgstr ""
55521 #: cp/error.cc:4546
55522 #, gcc-internal-format
55523 msgid "lambda expressions only available with %<-std=c++11%> or %<-std=gnu++11%>"
55524 msgstr ""
55526 #: cp/error.cc:4551
55527 #, gcc-internal-format
55528 msgid "C++11 auto only available with %<-std=c++11%> or %<-std=gnu++11%>"
55529 msgstr ""
55531 #: cp/error.cc:4556
55532 #, gcc-internal-format
55533 msgid "scoped enums only available with %<-std=c++11%> or %<-std=gnu++11%>"
55534 msgstr ""
55536 #: cp/error.cc:4561
55537 #, gcc-internal-format
55538 msgid "defaulted and deleted functions only available with %<-std=c++11%> or %<-std=gnu++11%>"
55539 msgstr ""
55541 #: cp/error.cc:4567
55542 #, gcc-internal-format
55543 msgid "inline namespaces only available with %<-std=c++11%> or %<-std=gnu++11%>"
55544 msgstr ""
55546 #: cp/error.cc:4572
55547 #, gcc-internal-format
55548 msgid "override controls (override/final) only available with %<-std=c++11%> or %<-std=gnu++11%>"
55549 msgstr ""
55551 #: cp/error.cc:4577
55552 #, gcc-internal-format
55553 msgid "non-static data member initializers only available with %<-std=c++11%> or %<-std=gnu++11%>"
55554 msgstr ""
55556 #: cp/error.cc:4582
55557 #, gcc-internal-format
55558 msgid "user-defined literals only available with %<-std=c++11%> or %<-std=gnu++11%>"
55559 msgstr ""
55561 #: cp/error.cc:4587
55562 #, gcc-internal-format
55563 msgid "delegating constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
55564 msgstr ""
55566 #: cp/error.cc:4592
55567 #, gcc-internal-format
55568 msgid "inheriting constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
55569 msgstr ""
55571 #: cp/error.cc:4597
55572 #, gcc-internal-format
55573 msgid "C++11 attributes only available with %<-std=c++11%> or %<-std=gnu++11%>"
55574 msgstr ""
55576 #: cp/error.cc:4602
55577 #, gcc-internal-format
55578 msgid "ref-qualifiers only available with %<-std=c++11%> or %<-std=gnu++11%>"
55579 msgstr ""
55581 #: cp/error.cc:4652
55582 #, gcc-internal-format
55583 msgid "incomplete type %qT used in nested name specifier"
55584 msgstr ""
55586 #: cp/error.cc:4656
55587 #, gcc-internal-format
55588 msgid "reference to %<%T::%D%> is ambiguous"
55589 msgstr ""
55591 #: cp/error.cc:4670
55592 #, gcc-internal-format
55593 msgid "%qD is not a member of %qT; did you mean %qs?"
55594 msgstr ""
55596 #: cp/error.cc:4674 cp/typeck.cc:2883
55597 #, gcc-internal-format
55598 msgid "%qD is not a member of %qT"
55599 msgstr ""
55601 #: cp/error.cc:4696
55602 #, gcc-internal-format
55603 msgid "%qD is not a member of %qD; did you mean %qs?"
55604 msgstr ""
55606 #: cp/error.cc:4700 cp/typeck.cc:3476
55607 #, gcc-internal-format
55608 msgid "%qD is not a member of %qD"
55609 msgstr ""
55611 #: cp/error.cc:4711
55612 #, gcc-internal-format
55613 msgid "%<::%D%> has not been declared; did you mean %qs?"
55614 msgstr ""
55616 #: cp/error.cc:4715
55617 #, gcc-internal-format
55618 msgid "%<::%D%> has not been declared"
55619 msgstr ""
55621 #: cp/except.cc:377
55622 #, gcc-internal-format
55623 msgid "exception handling disabled, use %<-fexceptions%> to enable"
55624 msgstr ""
55626 #: cp/except.cc:623
55627 #, gcc-internal-format
55628 msgid "throwing NULL, which has integral, not pointer type"
55629 msgstr ""
55631 #: cp/except.cc:734
55632 #, gcc-internal-format
55633 msgid "  in thrown expression"
55634 msgstr ""
55636 #: cp/except.cc:875
55637 #, gcc-internal-format
55638 msgid "cannot declare %<catch%> parameter to be of rvalue reference type %qT"
55639 msgstr ""
55641 #: cp/except.cc:883
55642 #, gcc-internal-format
55643 msgid "cannot throw expression of type %qT because it involves types of variable size"
55644 msgstr ""
55646 #: cp/except.cc:886
55647 #, gcc-internal-format
55648 msgid "cannot catch type %qT because it involves types of variable size"
55649 msgstr ""
55651 #: cp/except.cc:986
55652 #, gcc-internal-format
55653 msgid "exception of type %qT will be caught by earlier handler"
55654 msgstr ""
55656 #: cp/except.cc:988
55657 #, gcc-internal-format
55658 msgid "for type %qT"
55659 msgstr ""
55661 #: cp/except.cc:1017
55662 #, gcc-internal-format
55663 msgid "%<...%> handler must be the last handler for its try block"
55664 msgstr ""
55666 #: cp/except.cc:1113
55667 #, gcc-internal-format
55668 msgid "noexcept-expression evaluates to %<false%> because of a call to %qD"
55669 msgstr ""
55671 #: cp/except.cc:1116
55672 #, gcc-internal-format
55673 msgid "but %qD does not throw; perhaps it should be declared %<noexcept%>"
55674 msgstr ""
55676 #: cp/expr.cc:233
55677 #, gcc-internal-format
55678 msgid "using value of assignment with %<volatile%>-qualified left operand is deprecated"
55679 msgstr ""
55681 #: cp/friend.cc:194
55682 #, gcc-internal-format
55683 msgid "%qD is already a friend of class %qT"
55684 msgstr ""
55686 #: cp/friend.cc:291
55687 #, gcc-internal-format
55688 msgid "invalid type %qT declared %<friend%>"
55689 msgstr ""
55691 #. template <class U> friend class T::X<U>;
55692 #. [temp.friend]
55693 #. Friend declarations shall not declare partial
55694 #. specializations.
55695 #: cp/friend.cc:308 cp/friend.cc:356
55696 #, gcc-internal-format
55697 msgid "partial specialization %qT declared %<friend%>"
55698 msgstr ""
55700 #: cp/friend.cc:322
55701 #, gcc-internal-format
55702 msgid "perhaps you need explicit template arguments in your nested-name-specifier"
55703 msgstr ""
55705 #: cp/friend.cc:334
55706 #, gcc-internal-format
55707 msgid "class %qT is implicitly friends with itself"
55708 msgstr ""
55710 #: cp/friend.cc:397
55711 #, gcc-internal-format
55712 msgid "%qT is not a member of %qT"
55713 msgstr ""
55715 #: cp/friend.cc:403
55716 #, gcc-internal-format
55717 msgid "%qT is not a member class template of %qT"
55718 msgstr ""
55720 #: cp/friend.cc:413
55721 #, gcc-internal-format
55722 msgid "%qT is not a nested class of %qT"
55723 msgstr ""
55725 #. template <class T> friend class T;
55726 #: cp/friend.cc:427
55727 #, gcc-internal-format
55728 msgid "template parameter type %qT declared %<friend%>"
55729 msgstr ""
55731 #. template <class T> friend class A; where A is not a template
55732 #: cp/friend.cc:435
55733 #, gcc-internal-format
55734 msgid "%q#T is not a template"
55735 msgstr ""
55737 #: cp/friend.cc:458
55738 #, gcc-internal-format
55739 msgid "%qD is already a friend of %qT"
55740 msgstr ""
55742 #: cp/friend.cc:468
55743 #, gcc-internal-format
55744 msgid "%qT is already a friend of %qT"
55745 msgstr ""
55747 #: cp/friend.cc:508
55748 #, gcc-internal-format
55749 msgid "friend declaration %qD may not have virt-specifiers"
55750 msgstr ""
55752 #: cp/friend.cc:586
55753 #, gcc-internal-format
55754 msgid "member %qD declared as friend before type %qT defined"
55755 msgstr ""
55757 #: cp/friend.cc:634
55758 #, gcc-internal-format
55759 msgid "friend declaration %q#D declares a non-template function"
55760 msgstr ""
55762 #: cp/friend.cc:638
55763 #, gcc-internal-format
55764 msgid "(if this is not what you intended, make sure the function template has already been declared and add %<<>%> after the function name here)"
55765 msgstr ""
55767 #: cp/init.cc:391
55768 #, gcc-internal-format
55769 msgid "value-initialization of incomplete type %qT"
55770 msgstr ""
55772 #: cp/init.cc:474
55773 #, gcc-internal-format
55774 msgid "cannot value-initialize array of unknown bound %qT"
55775 msgstr ""
55777 #: cp/init.cc:513
55778 #, gcc-internal-format
55779 msgid "value-initialization of function type %qT"
55780 msgstr ""
55782 #: cp/init.cc:519
55783 #, gcc-internal-format
55784 msgid "value-initialization of reference type %qT"
55785 msgstr ""
55787 #: cp/init.cc:588
55788 #, gcc-internal-format
55789 msgid "recursive instantiation of default member initializer for %qD"
55790 msgstr ""
55792 #: cp/init.cc:652
55793 #, gcc-internal-format
55794 msgid "default member initializer for %qD required before the end of its enclosing class"
55795 msgstr ""
55797 #: cp/init.cc:722
55798 #, gcc-internal-format
55799 msgid "initializer for flexible array member %q#D"
55800 msgstr ""
55802 #: cp/init.cc:787
55803 #, gcc-internal-format
55804 msgid "initializing %qD from %qE does not extend the lifetime of the underlying array"
55805 msgstr ""
55807 #: cp/init.cc:891 cp/init.cc:972
55808 #, gcc-internal-format
55809 msgid "%qD is initialized with itself"
55810 msgstr ""
55812 #: cp/init.cc:897
55813 #, gcc-internal-format
55814 msgid "reference %qD is not yet bound to a value when used here"
55815 msgstr ""
55817 #: cp/init.cc:901
55818 #, gcc-internal-format
55819 msgid "member %qD is used uninitialized"
55820 msgstr ""
55822 #: cp/init.cc:949
55823 #, gcc-internal-format
55824 msgid "%qD should be initialized in the member initialization list"
55825 msgstr ""
55827 #: cp/init.cc:1093
55828 #, gcc-internal-format
55829 msgid "invalid initializer for array member %q#D"
55830 msgstr ""
55832 #: cp/init.cc:1108 cp/init.cc:1134 cp/init.cc:2729 cp/method.cc:2450
55833 #, gcc-internal-format
55834 msgid "uninitialized const member in %q#T"
55835 msgstr ""
55837 #: cp/init.cc:1110 cp/init.cc:1128 cp/init.cc:1136 cp/init.cc:2714
55838 #: cp/init.cc:2742 cp/method.cc:2453 cp/method.cc:2464
55839 #, gcc-internal-format
55840 msgid "%q#D should be initialized"
55841 msgstr ""
55843 #: cp/init.cc:1126 cp/init.cc:2701 cp/method.cc:2461
55844 #, gcc-internal-format
55845 msgid "uninitialized reference member in %q#T"
55846 msgstr ""
55848 #: cp/init.cc:1311
55849 #, gcc-internal-format
55850 msgid "%qD will be initialized after"
55851 msgstr ""
55853 #: cp/init.cc:1314
55854 #, gcc-internal-format
55855 msgid "base %qT will be initialized after"
55856 msgstr ""
55858 #: cp/init.cc:1318
55859 #, gcc-internal-format
55860 msgid "  %q#D"
55861 msgstr ""
55863 #: cp/init.cc:1320
55864 #, gcc-internal-format
55865 msgid "  base %qT"
55866 msgstr ""
55868 #: cp/init.cc:1322
55869 #, gcc-internal-format
55870 msgid "  when initialized here"
55871 msgstr ""
55873 #: cp/init.cc:1339
55874 #, gcc-internal-format
55875 msgid "multiple initializations given for %qD"
55876 msgstr ""
55878 #: cp/init.cc:1343
55879 #, gcc-internal-format
55880 msgid "multiple initializations given for base %qT"
55881 msgstr ""
55883 #: cp/init.cc:1430
55884 #, gcc-internal-format
55885 msgid "initializations for multiple members of %qT"
55886 msgstr ""
55888 #: cp/init.cc:1539
55889 #, gcc-internal-format
55890 msgid "base class %q#T should be explicitly initialized in the copy constructor"
55891 msgstr ""
55893 #: cp/init.cc:1775 cp/init.cc:1794
55894 #, gcc-internal-format
55895 msgid "class %qT does not have any field named %qD"
55896 msgstr ""
55898 #: cp/init.cc:1781
55899 #, gcc-internal-format
55900 msgid "%q#D is a static data member; it can only be initialized at its definition"
55901 msgstr ""
55903 #: cp/init.cc:1788
55904 #, gcc-internal-format
55905 msgid "%q#D is not a non-static data member of %qT"
55906 msgstr ""
55908 #: cp/init.cc:1827
55909 #, gcc-internal-format
55910 msgid "unnamed initializer for %qT, which has no base classes"
55911 msgstr ""
55913 #: cp/init.cc:1835
55914 #, gcc-internal-format
55915 msgid "unnamed initializer for %qT, which uses multiple inheritance"
55916 msgstr ""
55918 #: cp/init.cc:1882
55919 #, gcc-internal-format
55920 msgid "%qD is both a direct base and an indirect virtual base"
55921 msgstr ""
55923 #: cp/init.cc:1890
55924 #, gcc-internal-format
55925 msgid "type %qT is not a direct or virtual base of %qT"
55926 msgstr ""
55928 #: cp/init.cc:1893
55929 #, gcc-internal-format
55930 msgid "type %qT is not a direct base of %qT"
55931 msgstr ""
55933 #: cp/init.cc:2005 cp/init.cc:4857 cp/typeck2.cc:1359
55934 #, gcc-internal-format
55935 msgid "array must be initialized with a brace-enclosed initializer"
55936 msgstr ""
55938 #: cp/init.cc:2326 cp/semantics.cc:3819 rust/backend/rust-tree.cc:4143
55939 #, gcc-internal-format
55940 msgid "%qT is not a class type"
55941 msgstr ""
55943 #: cp/init.cc:2384
55944 #, gcc-internal-format
55945 msgid "incomplete type %qT does not have member %qD"
55946 msgstr ""
55948 #: cp/init.cc:2398
55949 #, gcc-internal-format
55950 msgid "invalid pointer to bit-field %qD"
55951 msgstr ""
55953 #: cp/init.cc:2484 cp/typeck.cc:2361 rust/backend/rust-tree.cc:3778
55954 #, gcc-internal-format
55955 msgid "invalid use of non-static member function %qD"
55956 msgstr ""
55958 #: cp/init.cc:2491 cp/semantics.cc:2191
55959 #, gcc-internal-format
55960 msgid "invalid use of non-static data member %qD"
55961 msgstr ""
55963 #: cp/init.cc:2698
55964 #, gcc-internal-format
55965 msgid "uninitialized reference member in %q#T using %<new%> without new-initializer"
55966 msgstr ""
55968 #: cp/init.cc:2706
55969 #, gcc-internal-format
55970 msgid "uninitialized reference member in base %q#T of %q#T using %<new%> without new-initializer"
55971 msgstr ""
55973 #: cp/init.cc:2710
55974 #, gcc-internal-format
55975 msgid "uninitialized reference member in base %q#T of %q#T"
55976 msgstr ""
55978 #: cp/init.cc:2726
55979 #, gcc-internal-format
55980 msgid "uninitialized const member in %q#T using %<new%> without new-initializer"
55981 msgstr ""
55983 #: cp/init.cc:2734
55984 #, gcc-internal-format
55985 msgid "uninitialized const member in base %q#T of %q#T using %<new%> without new-initializer"
55986 msgstr ""
55988 #: cp/init.cc:2738
55989 #, gcc-internal-format
55990 msgid "uninitialized const member in base %q#T of %q#T"
55991 msgstr ""
55993 #: cp/init.cc:2853
55994 #, gcc-internal-format
55995 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size %qwi"
55996 msgstr ""
55998 #: cp/init.cc:2856
55999 #, gcc-internal-format
56000 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size at most %qwu"
56001 msgstr ""
56003 #: cp/init.cc:2866
56004 #, gcc-internal-format
56005 msgid "placement new constructing an array of objects of type %qT and size %qwu in a region of type %qT and size %qwi"
56006 msgstr ""
56008 #: cp/init.cc:2869
56009 #, gcc-internal-format
56010 msgid "placement new constructing an array of objects of type %qT and size %qwu in a region of type %qT and size at most %qwu"
56011 msgstr ""
56013 #: cp/init.cc:2878
56014 #, gcc-internal-format
56015 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size %qwi"
56016 msgstr ""
56018 #: cp/init.cc:2881
56019 #, gcc-internal-format
56020 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size at most %qwu"
56021 msgstr ""
56023 #: cp/init.cc:2898
56024 #, gcc-internal-format
56025 msgid "at offset %wi from %qD declared here"
56026 msgstr ""
56028 #: cp/init.cc:2902
56029 #, gcc-internal-format
56030 msgid "at offset [%wi, %wi] from %qD declared here"
56031 msgstr ""
56033 #: cp/init.cc:3100
56034 #, gcc-internal-format
56035 msgid "integer overflow in array size"
56036 msgstr ""
56038 #: cp/init.cc:3110
56039 #, gcc-internal-format
56040 msgid "array size in new-expression must be constant"
56041 msgstr ""
56043 #: cp/init.cc:3128
56044 #, gcc-internal-format
56045 msgid "variably modified type not allowed in new-expression"
56046 msgstr ""
56048 #: cp/init.cc:3144
56049 #, gcc-internal-format
56050 msgid "non-constant array new length must be specified directly, not by %<typedef%>"
56051 msgstr ""
56053 #: cp/init.cc:3146
56054 #, gcc-internal-format
56055 msgid "non-constant array new length must be specified without parentheses around the type-id"
56056 msgstr ""
56058 #: cp/init.cc:3156
56059 #, gcc-internal-format
56060 msgid "invalid type %<void%> for %<new%>"
56061 msgstr ""
56063 #: cp/init.cc:3162
56064 #, gcc-internal-format
56065 msgid "%<new%> of %<initializer_list%> does not extend the lifetime of the underlying array"
56066 msgstr ""
56068 #: cp/init.cc:3204
56069 #, gcc-internal-format
56070 msgid "uninitialized const in %<new%> of %q#T"
56071 msgstr ""
56073 #: cp/init.cc:3360
56074 #, gcc-internal-format
56075 msgid "no suitable %qD found in class %qT"
56076 msgstr ""
56078 #: cp/init.cc:3367 cp/search.cc:1177
56079 #, gcc-internal-format
56080 msgid "request for member %qD is ambiguous"
56081 msgstr ""
56083 #: cp/init.cc:3448
56084 #, gcc-internal-format
56085 msgid "%<new%> of type %qT with extended alignment %d"
56086 msgstr ""
56088 #: cp/init.cc:3451
56089 #, gcc-internal-format
56090 msgid "uses %qD, which does not have an alignment parameter"
56091 msgstr ""
56093 #: cp/init.cc:3454
56094 #, gcc-internal-format
56095 msgid "use %<-faligned-new%> to enable C++17 over-aligned new support"
56096 msgstr ""
56098 #: cp/init.cc:3650
56099 #, gcc-internal-format
56100 msgid "parenthesized initializer in array new"
56101 msgstr ""
56103 #: cp/init.cc:3926
56104 #, gcc-internal-format
56105 msgid "size in array new must have integral type"
56106 msgstr ""
56108 #: cp/init.cc:3955
56109 #, gcc-internal-format
56110 msgid "new cannot be applied to a reference type"
56111 msgstr ""
56113 #: cp/init.cc:3964
56114 #, gcc-internal-format
56115 msgid "new cannot be applied to a function type"
56116 msgstr ""
56118 #: cp/init.cc:4084
56119 #, gcc-internal-format
56120 msgid "possible problem detected in invocation of operator %<delete []%>"
56121 msgstr ""
56123 #: cp/init.cc:4088
56124 #, gcc-internal-format
56125 msgid "neither the destructor nor the class-specific operator %<delete []%> will be called, even if they are declared when the class is defined"
56126 msgstr ""
56128 #: cp/init.cc:4761
56129 #, gcc-internal-format
56130 msgid "initializer ends prematurely"
56131 msgstr ""
56133 #: cp/init.cc:5057
56134 #, gcc-internal-format
56135 msgid "unknown array size in delete"
56136 msgstr ""
56138 #: cp/init.cc:5091
56139 #, gcc-internal-format
56140 msgid "possible problem detected in invocation of %<operator delete%>"
56141 msgstr ""
56143 #: cp/init.cc:5096
56144 #, gcc-internal-format
56145 msgid "neither the destructor nor the class-specific %<operator delete%> will be called, even if they are declared when the class is defined"
56146 msgstr ""
56148 #: cp/init.cc:5111
56149 #, gcc-internal-format
56150 msgid "deleting object of abstract class type %qT which has non-virtual destructor will cause undefined behavior"
56151 msgstr ""
56153 #: cp/init.cc:5116
56154 #, gcc-internal-format
56155 msgid "deleting object of polymorphic class type %qT which has non-virtual destructor might cause undefined behavior"
56156 msgstr ""
56158 #: cp/init.cc:5423
56159 #, gcc-internal-format
56160 msgid "type to vector delete is neither pointer or array type"
56161 msgstr ""
56163 #: cp/lambda.cc:546
56164 #, gcc-internal-format
56165 msgid "array of runtime bound cannot be captured by copy, only by reference"
56166 msgstr ""
56168 #: cp/lambda.cc:561
56169 #, gcc-internal-format
56170 msgid "capture of variably-modified type %qT that is not an N3639 array of runtime bound"
56171 msgstr ""
56173 #: cp/lambda.cc:565
56174 #, gcc-internal-format
56175 msgid "because the array element type %qT has variable size"
56176 msgstr ""
56178 #: cp/lambda.cc:589
56179 #, gcc-internal-format
56180 msgid "cannot capture %qE by reference"
56181 msgstr ""
56183 #: cp/lambda.cc:599
56184 #, gcc-internal-format
56185 msgid "capture by copy of incomplete type %qT"
56186 msgstr ""
56188 #: cp/lambda.cc:654
56189 #, gcc-internal-format
56190 msgid "trying to capture %qD in instantiation of generic lambda"
56191 msgstr ""
56193 #: cp/lambda.cc:730
56194 #, gcc-internal-format
56195 msgid "implicit capture of %qE via %<[=]%> is deprecated in C++20"
56196 msgstr ""
56198 #: cp/lambda.cc:732
56199 #, gcc-internal-format
56200 msgid "add explicit %<this%> or %<*this%> capture"
56201 msgstr ""
56203 #: cp/lambda.cc:852
56204 #, gcc-internal-format
56205 msgid "%<this%> was not captured for this lambda function"
56206 msgstr ""
56208 #: cp/lex.cc:610
56209 #, gcc-internal-format
56210 msgid "invalid %<#pragma %s%>"
56211 msgstr ""
56213 #: cp/lex.cc:618
56214 #, gcc-internal-format
56215 msgid "%<#pragma vtable%> no longer supported"
56216 msgstr ""
56218 #: cp/lex.cc:690
56219 #, gcc-internal-format
56220 msgid "%<#pragma implementation%> for %qs appears after file is included"
56221 msgstr ""
56223 #: cp/lex.cc:718
56224 #, gcc-internal-format
56225 msgid "%qD not defined"
56226 msgstr ""
56228 #: cp/lex.cc:730
56229 #, gcc-internal-format
56230 msgid "%qD was not declared in this scope; did you mean %qs?"
56231 msgstr ""
56233 #: cp/lex.cc:734
56234 #, gcc-internal-format
56235 msgid "%qD was not declared in this scope"
56236 msgstr ""
56238 #. In a template, it is invalid to write "f()" or "f(3)" if no
56239 #. declaration of "f" is available.  Historically, G++ and most
56240 #. other compilers accepted that usage since they deferred all name
56241 #. lookup until instantiation time rather than doing unqualified
56242 #. name lookup at template definition time; explain to the user what
56243 #. is going wrong.
56245 #. Note that we have the exact wording of the following message in
56246 #. the manual (trouble.texi, node "Name lookup"), so they need to
56247 #. be kept in synch.
56248 #: cp/lex.cc:776
56249 #, gcc-internal-format
56250 msgid "there are no arguments to %qD that depend on a template parameter, so a declaration of %qD must be available"
56251 msgstr ""
56253 #: cp/lex.cc:785
56254 #, gcc-internal-format
56255 msgid "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the use of an undeclared name is deprecated)"
56256 msgstr ""
56258 #: cp/logic.cc:303
56259 #, gcc-internal-format
56260 msgid "  # %E"
56261 msgstr ""
56263 #: cp/mangle.cc:2478
56264 #, gcc-internal-format
56265 msgid "mangling %<typeof%>, use %<decltype%> instead"
56266 msgstr ""
56268 #: cp/mangle.cc:2482
56269 #, gcc-internal-format
56270 msgid "use of built-in trait %qT in function signature; use library traits instead"
56271 msgstr ""
56273 #: cp/mangle.cc:3533
56274 #, gcc-internal-format
56275 msgid "use of built-in trait %qE in function signature; use library traits instead"
56276 msgstr ""
56278 #: cp/mangle.cc:3538
56279 #, gcc-internal-format, gfc-internal-format
56280 msgid "mangling %C"
56281 msgstr ""
56283 #: cp/mangle.cc:3614
56284 #, gcc-internal-format
56285 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
56286 msgstr ""
56288 #: cp/mangle.cc:4182
56289 #, gcc-internal-format
56290 msgid "mangled name for %qD will change in C++17 because the exception specification is part of a function type"
56291 msgstr ""
56293 #: cp/mangle.cc:4228
56294 #, gcc-internal-format
56295 msgid "the mangled name of %qD changed between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
56296 msgstr ""
56298 #: cp/mangle.cc:4234
56299 #, gcc-internal-format
56300 msgid "the mangled name of %qD changes between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
56301 msgstr ""
56303 #: cp/mangle.cc:4506
56304 #, gcc-internal-format
56305 msgid "the mangled name of a thunk for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56306 msgstr ""
56308 #: cp/mangle.cc:4511
56309 #, gcc-internal-format
56310 msgid "the mangled name of %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56311 msgstr ""
56313 #: cp/mangle.cc:4516
56314 #, gcc-internal-format
56315 msgid "the mangled name of the initialization guard variable for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56316 msgstr ""
56318 #: cp/mapper-client.cc:312
56319 #, gcc-internal-format
56320 msgid "failed %s mapper %qs line %u"
56321 msgstr ""
56323 #: cp/mapper-client.cc:313
56324 #, gcc-internal-format
56325 msgid "failed %s mapper %qs"
56326 msgstr "neuspješni %s „mapper“ %ss"
56328 #: cp/mapper-client.cc:325
56329 #, gcc-internal-format, gfc-internal-format
56330 msgid "failed mapper handshake %s"
56331 msgstr ""
56333 #: cp/mapper-client.cc:359
56334 #, gcc-internal-format, gfc-internal-format
56335 msgid "mapper died by signal %s"
56336 msgstr ""
56338 #: cp/mapper-client.cc:362
56339 #, gcc-internal-format, gfc-internal-format
56340 msgid "mapper exit status %d"
56341 msgstr ""
56343 #: cp/method.cc:855 cp/method.cc:2403
56344 #, gcc-internal-format
56345 msgid "non-static const member %q#D, cannot use default assignment operator"
56346 msgstr ""
56348 #: cp/method.cc:861 cp/method.cc:2409
56349 #, gcc-internal-format
56350 msgid "non-static reference member %q#D, cannot use default assignment operator"
56351 msgstr ""
56353 #: cp/method.cc:951
56354 #, gcc-internal-format
56355 msgid "%qD is not a static data member"
56356 msgstr ""
56358 #: cp/method.cc:952
56359 #, gcc-internal-format
56360 msgid "determining value of %qs"
56361 msgstr ""
56363 #: cp/method.cc:979
56364 #, gcc-internal-format
56365 msgid "forming type of %qs"
56366 msgstr ""
56368 #: cp/method.cc:1170
56369 #, gcc-internal-format
56370 msgid "defaulted %qD only available with %<-std=c++20%> or %<-std=gnu++20%>"
56371 msgstr ""
56373 #: cp/method.cc:1185
56374 #, gcc-internal-format
56375 msgid "defaulted %qD must return %<bool%>"
56376 msgstr ""
56378 #: cp/method.cc:1193
56379 #, gcc-internal-format
56380 msgid "defaulted %qD must be %<const%>"
56381 msgstr ""
56383 #: cp/method.cc:1198
56384 #, gcc-internal-format
56385 msgid "defaulted %qD must not have %<&&%> ref-qualifier"
56386 msgstr ""
56388 #: cp/method.cc:1225
56389 #, gcc-internal-format
56390 msgid "defaulted %qD is not a friend of %qT"
56391 msgstr ""
56393 #: cp/method.cc:1234
56394 #, gcc-internal-format
56395 msgid "defaulted member %qD must have parameter type %<const %T&%>"
56396 msgstr ""
56398 #: cp/method.cc:1237
56399 #, gcc-internal-format
56400 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT"
56401 msgstr ""
56403 #: cp/method.cc:1240
56404 #, gcc-internal-format
56405 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT, not both"
56406 msgstr ""
56408 #. Return type is auto, suggest changing it.
56409 #: cp/method.cc:1397
56410 #, gcc-internal-format
56411 msgid "changing the return type from %qs to a comparison category type will allow the comparison to use %qs and %qs"
56412 msgstr ""
56414 #: cp/method.cc:1417
56415 #, gcc-internal-format
56416 msgid "three-way comparison of %qD has type %qT, not a comparison category type"
56417 msgstr ""
56419 #: cp/method.cc:1426
56420 #, gcc-internal-format
56421 msgid "three-way comparison of %qD has type %qT, which does not convert to %qT"
56422 msgstr ""
56424 #: cp/method.cc:1471
56425 #, gcc-internal-format
56426 msgid "cannot default compare union %qT"
56427 msgstr ""
56429 #: cp/method.cc:1539
56430 #, gcc-internal-format
56431 msgid "cannot default compare reference member %qD"
56432 msgstr ""
56434 #: cp/method.cc:1548
56435 #, gcc-internal-format
56436 msgid "cannot default compare anonymous union member"
56437 msgstr ""
56439 #: cp/method.cc:1566
56440 #, gcc-internal-format
56441 msgid "cannot default compare flexible array member"
56442 msgstr ""
56444 #: cp/method.cc:1853
56445 #, gcc-internal-format
56446 msgid "synthesized method %qD first required here"
56447 msgstr ""
56449 #: cp/method.cc:2326
56450 #, gcc-internal-format
56451 msgid "union member %q+D with non-trivial %qD"
56452 msgstr ""
56454 #: cp/method.cc:2337
56455 #, gcc-internal-format
56456 msgid "defaulted destructor calls non-%<constexpr%> %qD"
56457 msgstr ""
56459 #: cp/method.cc:2338
56460 #, gcc-internal-format
56461 msgid "defaulted constructor calls non-%<constexpr%> %qD"
56462 msgstr ""
56464 #: cp/method.cc:2426
56465 #, gcc-internal-format
56466 msgid "initializer for %q#D is invalid"
56467 msgstr ""
56469 #: cp/method.cc:2483
56470 #, gcc-internal-format
56471 msgid "defaulted default constructor does not initialize %q#D"
56472 msgstr ""
56474 #: cp/method.cc:2494
56475 #, gcc-internal-format
56476 msgid "copying non-static data member %q#D of rvalue reference type"
56477 msgstr ""
56479 #. A trivial constructor doesn't have any NSDMI.
56480 #: cp/method.cc:2712
56481 #, gcc-internal-format
56482 msgid "defaulted default constructor does not initialize any non-static data member"
56483 msgstr ""
56485 #: cp/method.cc:2755
56486 #, gcc-internal-format
56487 msgid "defaulted move assignment for %qT calls a non-trivial move assignment operator for virtual base %qT"
56488 msgstr ""
56490 #: cp/method.cc:2886
56491 #, gcc-internal-format
56492 msgid "a lambda closure type has a deleted default constructor"
56493 msgstr ""
56495 #: cp/method.cc:2889
56496 #, gcc-internal-format
56497 msgid "a lambda closure type has a deleted copy assignment operator"
56498 msgstr ""
56500 #: cp/method.cc:2898
56501 #, gcc-internal-format
56502 msgid "%q#D is implicitly declared as deleted because %qT declares a move constructor or move assignment operator"
56503 msgstr ""
56505 #: cp/method.cc:2909
56506 #, gcc-internal-format
56507 msgid "%q#D inherits from multiple base subobjects"
56508 msgstr ""
56510 #: cp/method.cc:2917 cp/method.cc:2941
56511 #, gcc-internal-format
56512 msgid "%q#D is implicitly deleted because the default definition would be ill-formed:"
56513 msgstr ""
56515 #: cp/method.cc:2950
56516 msgid "%q#F is implicitly deleted because its exception-specification does not match the implicit exception-specification %qX"
56517 msgstr ""
56519 #: cp/method.cc:3353
56520 #, gcc-internal-format
56521 msgid "defaulted declaration %q+D does not match the expected signature"
56522 msgstr ""
56524 #: cp/method.cc:3356
56525 #, gcc-internal-format
56526 msgid "expected signature: %qD"
56527 msgstr ""
56529 #: cp/method.cc:3388
56530 #, gcc-internal-format
56531 msgid "explicitly defaulted function %q+D cannot be declared %qs because the implicit declaration is not %qs:"
56532 msgstr ""
56534 #: cp/method.cc:3408
56535 #, gcc-internal-format
56536 msgid "a template cannot be defaulted"
56537 msgstr ""
56539 #: cp/method.cc:3443
56540 #, gcc-internal-format
56541 msgid "%qD cannot be defaulted"
56542 msgstr ""
56544 #: cp/method.cc:3452
56545 #, gcc-internal-format
56546 msgid "defaulted function %q+D with default argument"
56547 msgstr ""
56549 #: cp/module.cc:1551
56550 #, gcc-internal-format
56551 msgid "section %qs is missing or corrupted"
56552 msgstr ""
56554 #: cp/module.cc:1553
56555 #, gcc-internal-format, gfc-internal-format
56556 msgid "section #%u is missing or corrupted"
56557 msgstr ""
56559 #: cp/module.cc:1775
56560 #, gcc-internal-format
56561 msgid "not Encapsulated Lazy Records of Named Declarations"
56562 msgstr ""
56564 #: cp/module.cc:1790
56565 #, gcc-internal-format
56566 msgid "unexpected encapsulation format or type"
56567 msgstr ""
56569 #: cp/module.cc:1799
56570 #, gcc-internal-format
56571 msgid "encapsulation is malformed"
56572 msgstr ""
56574 #: cp/module.cc:11308
56575 #, gcc-internal-format
56576 msgid "conflicting global module declaration %#qD"
56577 msgstr ""
56579 #: cp/module.cc:11310
56580 #, gcc-internal-format
56581 msgid "existing declaration %#qD"
56582 msgstr ""
56584 #: cp/module.cc:12327
56585 #, gcc-internal-format
56586 msgid "definition of %qD does not match"
56587 msgstr ""
56589 #: cp/module.cc:12329
56590 #, gcc-internal-format
56591 msgid "existing definition %qD"
56592 msgstr ""
56594 #: cp/module.cc:12341
56595 #, gcc-internal-format
56596 msgid "... this enumerator %qD"
56597 msgstr ""
56599 #: cp/module.cc:12343
56600 #, gcc-internal-format
56601 msgid "enumerator %qD does not match ..."
56602 msgstr ""
56604 #: cp/module.cc:12349
56605 #, gcc-internal-format
56606 msgid "additional enumerators beginning with %qD"
56607 msgstr ""
56609 #: cp/module.cc:12353
56610 #, gcc-internal-format
56611 msgid "enumeration range differs"
56612 msgstr ""
56614 #: cp/module.cc:13482
56615 #, gcc-internal-format
56616 msgid "%q#D references internal linkage entity %q#D"
56617 msgstr ""
56619 #: cp/module.cc:14059
56620 #, gcc-internal-format
56621 msgid "recursive lazy load"
56622 msgstr ""
56624 #. Cannot import the current module.
56625 #: cp/module.cc:14078
56626 #, gcc-internal-format
56627 msgid "cannot import module in its own purview"
56628 msgstr ""
56630 #: cp/module.cc:14079 cp/module.cc:19271
56631 #, gcc-internal-format
56632 msgid "module %qs declared here"
56633 msgstr ""
56635 #: cp/module.cc:14423
56636 #, gcc-internal-format
56637 msgid "indirect import %qs is not already loaded"
56638 msgstr ""
56640 #: cp/module.cc:14429
56641 #, gcc-internal-format
56642 msgid "import %qs has CRC mismatch"
56643 msgstr ""
56645 #: cp/module.cc:16226
56646 #, gcc-internal-format
56647 msgid "unable to represent further imported source locations"
56648 msgstr ""
56650 #: cp/module.cc:17099
56651 #, gcc-internal-format
56652 msgid "not exporting %<#define %E%> as it is a keyword"
56653 msgstr ""
56655 #: cp/module.cc:17339
56656 #, gcc-internal-format
56657 msgid "macro definitions of %qE corrupted"
56658 msgstr ""
56660 #: cp/module.cc:17363 cp/module.cc:17366
56661 #, gcc-internal-format
56662 msgid "inconsistent imported macro definition %qE"
56663 msgstr ""
56665 #: cp/module.cc:17372
56666 #, gcc-internal-format
56667 msgid "%<#undef %E%>"
56668 msgstr ""
56670 #: cp/module.cc:17374
56671 #, gcc-internal-format
56672 msgid "%<#define %s%>"
56673 msgstr ""
56675 #: cp/module.cc:17606
56676 #, gcc-internal-format
56677 msgid "compiled module file is %qs"
56678 msgstr ""
56680 #: cp/module.cc:17643 cp/module.cc:17648
56681 #, gcc-internal-format, gfc-internal-format
56682 msgid "compiled module is %sversion %s"
56683 msgstr "kompilirani modul je %sversion %s"
56685 #: cp/module.cc:17654
56686 #, gcc-internal-format, gfc-internal-format
56687 msgid "compiler is %sversion %s%s%s"
56688 msgstr "kompajler je %sversion %s%s%s"
56690 #: cp/module.cc:17684
56691 #, gcc-internal-format
56692 msgid "module %qs found"
56693 msgstr ""
56695 #: cp/module.cc:17686
56696 #, gcc-internal-format
56697 msgid "header module expected, module %qs found"
56698 msgstr ""
56700 #: cp/module.cc:17687
56701 #, gcc-internal-format
56702 msgid "module %qs expected, header module found"
56703 msgstr ""
56705 #: cp/module.cc:17702
56706 #, gcc-internal-format
56707 msgid "module %qs CRC mismatch"
56708 msgstr ""
56710 #: cp/module.cc:17716
56711 #, gcc-internal-format
56712 msgid "target & host is %qs:%qs, expected %qs:%qs"
56713 msgstr ""
56715 #: cp/module.cc:17728
56716 #, gcc-internal-format
56717 msgid "language dialect differs %qs, expected %qs"
56718 msgstr ""
56720 #: cp/module.cc:17744
56721 #, gcc-internal-format
56722 msgid "module contains OpenMP, use %<-fopenmp%> to enable"
56723 msgstr ""
56725 #: cp/module.cc:17761
56726 #, gcc-internal-format
56727 msgid "fixed tree mismatch"
56728 msgstr ""
56730 #: cp/module.cc:17852
56731 #, gcc-internal-format
56732 msgid "interface partition is not exported"
56733 msgstr ""
56735 #: cp/module.cc:18409
56736 #, gcc-internal-format, gfc-internal-format
56737 msgid "failed to read compiled module cluster %u: %s"
56738 msgstr ""
56740 #: cp/module.cc:18447
56741 #, gcc-internal-format, gfc-internal-format
56742 msgid "failed to read compiled module: %s"
56743 msgstr "nije uspjelo pročitati kompilirani modul: %s"
56745 #: cp/module.cc:18457
56746 #, gcc-internal-format
56747 msgid "consider using %<-fno-module-lazy%>, increasing %<-param-lazy-modules=%u%> value, or increasing the per-process file descriptor limit"
56748 msgstr ""
56750 #: cp/module.cc:18462
56751 #, gcc-internal-format
56752 msgid "imports must be built before being imported"
56753 msgstr ""
56755 #: cp/module.cc:18465
56756 #, gcc-internal-format
56757 msgid "returning to the gate for a mechanical issue"
56758 msgstr ""
56760 #: cp/module.cc:18968
56761 #, gcc-internal-format
56762 msgid "reading CMI %qs"
56763 msgstr "čitamo CMI %qs"
56765 #: cp/module.cc:19116
56766 #, gcc-internal-format
56767 msgid "failed to load binding %<%E%s%E%>"
56768 msgstr "nije uspjelo učitati vezanja %<%E%s%E%>"
56770 #: cp/module.cc:19117
56771 #, gcc-internal-format
56772 msgid "failed to load binding %<%E%s%E@%s%>"
56773 msgstr ""
56775 #: cp/module.cc:19124
56776 #, gcc-internal-format
56777 msgid "during load of binding %<%E%s%E%>"
56778 msgstr ""
56780 #: cp/module.cc:19125
56781 #, gcc-internal-format
56782 msgid "during load of binding %<%E%s%E@%s%>"
56783 msgstr ""
56785 #: cp/module.cc:19187
56786 #, gcc-internal-format
56787 msgid "failed to load pendings for %<%E%s%E%>"
56788 msgstr "nije uspjelo učitati jedinice na čekanju za %<%E%s%E%>"
56790 #: cp/module.cc:19191
56791 #, gcc-internal-format
56792 msgid "during load of pendings for %<%E%s%E%>"
56793 msgstr ""
56795 #. Only header units should appear inside language
56796 #. specifications.  The std doesn't specify this, but I think
56797 #. that's an error in resolving US 033, because language linkage
56798 #. is also our escape clause to getting things into the global
56799 #. module, so we don't want to confuse things by having to think
56800 #. about whether 'extern "C++" { import foo; }' puts foo's
56801 #. contents into the global module all of a sudden.
56802 #: cp/module.cc:19236
56803 #, gcc-internal-format
56804 msgid "import of named module %qs inside language-linkage block"
56805 msgstr ""
56807 #: cp/module.cc:19266
56808 #, gcc-internal-format
56809 msgid "module already declared"
56810 msgstr ""
56812 #: cp/module.cc:19267
56813 #, gcc-internal-format
56814 msgid "module already imported"
56815 msgstr ""
56817 #: cp/module.cc:19272
56818 #, gcc-internal-format
56819 msgid "module %qs imported here"
56820 msgstr ""
56822 #: cp/module.cc:19479
56823 #, gcc-internal-format, gfc-internal-format
56824 msgid "unknown Compiled Module Interface: %s"
56825 msgstr ""
56827 #: cp/module.cc:19522
56828 #, gcc-internal-format
56829 msgid "cannot determine %<#include%> translation of %s: %s"
56830 msgstr ""
56832 #: cp/module.cc:19540
56833 #, gcc-internal-format
56834 msgid "include %qs translated to import"
56835 msgstr ""
56837 #: cp/module.cc:19541
56838 #, gcc-internal-format
56839 msgid "include %qs processed textually"
56840 msgstr ""
56842 #: cp/module.cc:19899
56843 #, gcc-internal-format
56844 msgid "C++ modules are incompatible with precompiled headers"
56845 msgstr ""
56847 #: cp/module.cc:19903
56848 #, gcc-internal-format
56849 msgid "C++ modules are incompatible with traditional preprocessing"
56850 msgstr ""
56852 #: cp/module.cc:19913
56853 #, gcc-internal-format
56854 msgid "macro debug output may be incomplete with modules"
56855 msgstr ""
56857 #: cp/module.cc:19914
56858 #, gcc-internal-format
56859 msgid "module dependencies require preprocessing"
56860 msgstr ""
56862 #: cp/module.cc:19916
56863 #, gcc-internal-format
56864 msgid "you should use the %<-%s%> option"
56865 msgstr ""
56867 #: cp/module.cc:19951 cp/module.cc:19980
56868 #, gcc-internal-format
56869 msgid "invalid header name %qs"
56870 msgstr ""
56872 #: cp/module.cc:19990
56873 #, gcc-internal-format
56874 msgid "invalid module name %qs"
56875 msgstr ""
56877 #: cp/module.cc:20180
56878 #, gcc-internal-format
56879 msgid "%<-fmodule-only%> used for non-interface"
56880 msgstr ""
56882 #: cp/module.cc:20220
56883 #, gcc-internal-format
56884 msgid "writing CMI %qs"
56885 msgstr ""
56887 #: cp/module.cc:20227
56888 #, gcc-internal-format
56889 msgid "not writing module %qs due to errors"
56890 msgstr ""
56892 #: cp/module.cc:20292
56893 #, gcc-internal-format, gfc-internal-format
56894 msgid "failed to write compiled module: %s"
56895 msgstr "nije uspjelo zapisati kompilirani modul: %s"
56897 #: cp/module.cc:20389
56898 #, gcc-internal-format
56899 msgid "unknown header kind %qs"
56900 msgstr ""
56902 #: cp/name-lookup.cc:2712
56903 #, gcc-internal-format
56904 msgid "redeclaration of %q#D with different template parameters"
56905 msgstr ""
56907 #: cp/name-lookup.cc:2718
56908 #, gcc-internal-format
56909 msgid "%q#D conflicts with a previous declaration"
56910 msgstr ""
56912 #: cp/name-lookup.cc:2883
56913 #, gcc-internal-format
56914 msgid "%q#D hides constructor for %q#D"
56915 msgstr "%q#D skriva konstruktora za %q#D"
56917 #: cp/name-lookup.cc:3032
56918 #, gcc-internal-format
56919 msgid "conflicting C language linkage declaration %q#D"
56920 msgstr ""
56922 #: cp/name-lookup.cc:3037
56923 #, gcc-internal-format
56924 msgid "due to different exception specifications"
56925 msgstr ""
56927 #: cp/name-lookup.cc:3135
56928 #, gcc-internal-format
56929 msgid "lambda parameter %qD previously declared as a capture"
56930 msgstr ""
56932 #: cp/name-lookup.cc:3158
56933 #, gcc-internal-format
56934 msgid "declaration of %q#D shadows a parameter"
56935 msgstr ""
56937 #: cp/name-lookup.cc:3297
56938 #, gcc-internal-format
56939 msgid "declaration of %qD shadows a member of %qT"
56940 msgstr ""
56942 #: cp/name-lookup.cc:3760
56943 #, gcc-internal-format
56944 msgid "friend declaration %qD in local class without prior local declaration"
56945 msgstr ""
56947 #: cp/name-lookup.cc:4228
56948 #, gcc-internal-format
56949 msgid "%s %<%s(%E)%> %p %d"
56950 msgstr ""
56952 #: cp/name-lookup.cc:4231
56953 #, gcc-internal-format
56954 msgid "%s %s %p %d"
56955 msgstr "%s %s %p %d"
56957 #: cp/name-lookup.cc:4842
56958 #, gcc-internal-format
56959 msgid "%q#D does not have external linkage"
56960 msgstr ""
56962 #: cp/name-lookup.cc:4844 cp/parser.cc:11411 cp/parser.cc:11421
56963 #: cp/semantics.cc:4005 cp/semantics.cc:4020
56964 #, gcc-internal-format
56965 msgid "%q#D declared here"
56966 msgstr ""
56968 #: cp/name-lookup.cc:5556
56969 #, gcc-internal-format
56970 msgid "%<%T%s%D%> names destructor"
56971 msgstr ""
56973 #: cp/name-lookup.cc:5572
56974 #, gcc-internal-format
56975 msgid "using-declaration for non-member at class scope"
56976 msgstr ""
56978 #: cp/name-lookup.cc:5580
56979 #, gcc-internal-format
56980 msgid "%<using%> with enumeration scope %q#T only available with %<-std=c++20%> or %<-std=gnu++20%>"
56981 msgstr ""
56983 #: cp/name-lookup.cc:5596 cp/pt.cc:18800
56984 #, gcc-internal-format
56985 msgid "%qT is not a class, namespace, or enumeration"
56986 msgstr ""
56988 #: cp/name-lookup.cc:5606
56989 #, gcc-internal-format
56990 msgid "non-member using-declaration names constructor of %qT"
56991 msgstr ""
56993 #: cp/name-lookup.cc:5617 cp/name-lookup.cc:5690
56994 #, gcc-internal-format
56995 msgid "using-declaration for member at non-class scope"
56996 msgstr ""
56998 #: cp/name-lookup.cc:5640
56999 #, gcc-internal-format
57000 msgid "%qT is not a direct base of %qT"
57001 msgstr ""
57003 #: cp/name-lookup.cc:5700
57004 #, gcc-internal-format
57005 msgid "did you mean %<using enum %T::%D%>?"
57006 msgstr ""
57008 #: cp/name-lookup.cc:5712
57009 #, gcc-internal-format
57010 msgid "%qD has not been declared in %qD"
57011 msgstr ""
57013 #: cp/name-lookup.cc:5726
57014 #, gcc-internal-format
57015 msgid "using-declaration may not name namespace %qD"
57016 msgstr ""
57018 #: cp/name-lookup.cc:5737
57019 #, gcc-internal-format
57020 msgid "%<%T::%D%> names constructor in %qT"
57021 msgstr ""
57023 #: cp/name-lookup.cc:5830
57024 #, gcc-internal-format
57025 msgid "declaration of %qD not in a namespace surrounding %qD"
57026 msgstr ""
57028 #: cp/name-lookup.cc:5871
57029 #, gcc-internal-format
57030 msgid "explicit qualification in declaration of %qD"
57031 msgstr ""
57033 #: cp/name-lookup.cc:5881
57034 #, gcc-internal-format
57035 msgid "%qD should have been declared inside %qD"
57036 msgstr ""
57038 #: cp/name-lookup.cc:5949
57039 #, gcc-internal-format
57040 msgid "%qD has not been declared within %qD"
57041 msgstr ""
57043 #: cp/name-lookup.cc:5951
57044 #, gcc-internal-format
57045 msgid "only here as a %<friend%>"
57046 msgstr ""
57048 #: cp/name-lookup.cc:6005
57049 #, gcc-internal-format
57050 msgid "%qD attribute requires a single NTBS argument"
57051 msgstr ""
57053 #: cp/name-lookup.cc:6012
57054 #, gcc-internal-format
57055 msgid "%qD attribute is meaningless since members of the anonymous namespace get local symbols"
57056 msgstr ""
57058 #: cp/name-lookup.cc:6022 cp/name-lookup.cc:6049
57059 #, gcc-internal-format
57060 msgid "ignoring %qD attribute on anonymous namespace"
57061 msgstr ""
57063 #: cp/name-lookup.cc:6028
57064 #, gcc-internal-format
57065 msgid "ignoring %qD attribute on non-inline namespace"
57066 msgstr ""
57068 #: cp/name-lookup.cc:6065 cp/name-lookup.cc:8341
57069 #, gcc-internal-format
57070 msgid "%qD attribute directive ignored"
57071 msgstr ""
57073 #: cp/name-lookup.cc:6391
57074 #, gcc-internal-format
57075 msgid "maximum limit of %d namespaces searched for %qE"
57076 msgstr ""
57078 #: cp/name-lookup.cc:6443
57079 #, gcc-internal-format
57080 msgid "suggested alternative:"
57081 msgid_plural "suggested alternatives:"
57082 msgstr[0] ""
57083 msgstr[1] ""
57084 msgstr[2] ""
57086 #: cp/name-lookup.cc:6449
57087 #, gcc-internal-format
57088 msgid "  %qE"
57089 msgstr ""
57091 #: cp/name-lookup.cc:6761
57092 #, gcc-internal-format
57093 msgid "%<std::%s%> is defined in header %qs; did you forget to %<#include %s%>?"
57094 msgstr ""
57096 #: cp/name-lookup.cc:6767
57097 #, gcc-internal-format
57098 msgid "%<std::%s%> is only available from %s onwards"
57099 msgstr ""
57101 #: cp/name-lookup.cc:7203
57102 #, gcc-internal-format
57103 msgid "the macro %qs had not yet been defined"
57104 msgstr ""
57106 #: cp/name-lookup.cc:7206
57107 #, gcc-internal-format
57108 msgid "it was later defined here"
57109 msgstr ""
57111 #: cp/name-lookup.cc:7969
57112 #, gcc-internal-format
57113 msgid "declaration of %<std::initializer_list%> does not match %<#include <initializer_list>%>, isn%'t a template"
57114 msgstr ""
57116 #: cp/name-lookup.cc:8325
57117 #, gcc-internal-format
57118 msgid "%<strong%> using directive no longer supported"
57119 msgstr ""
57121 #: cp/name-lookup.cc:8328
57122 #, gcc-internal-format
57123 msgid "you can use an inline namespace instead"
57124 msgstr ""
57126 #. We only allow depth 255.
57127 #: cp/name-lookup.cc:8427
57128 #, gcc-internal-format, gfc-internal-format
57129 msgid "cannot nest more than %d namespaces"
57130 msgstr ""
57132 #: cp/name-lookup.cc:8524
57133 #, gcc-internal-format
57134 msgid "%<namespace %E%> is ambiguous"
57135 msgstr ""
57137 #: cp/name-lookup.cc:8540
57138 #, gcc-internal-format
57139 msgid "namespace alias %qD not allowed here, assuming %qD"
57140 msgstr ""
57142 #: cp/name-lookup.cc:8627
57143 #, gcc-internal-format
57144 msgid "inline namespace must be specified at initial definition"
57145 msgstr ""
57147 #: cp/name-lookup.cc:8628
57148 #, gcc-internal-format
57149 msgid "%qD defined here"
57150 msgstr ""
57152 #: cp/name-lookup.cc:8677
57153 #, gcc-internal-format
57154 msgid "%s namespace %qD conflicts with reachable definition"
57155 msgstr ""
57157 #: cp/name-lookup.cc:8679
57158 #, gcc-internal-format, gfc-internal-format
57159 msgid "reachable %s definition here"
57160 msgstr ""
57162 #: cp/name-lookup.cc:8722
57163 #, gcc-internal-format
57164 msgid "XXX entering %<pop_everything ()%>"
57165 msgstr ""
57167 #: cp/name-lookup.cc:8731
57168 #, gcc-internal-format
57169 msgid "XXX leaving %<pop_everything ()%>"
57170 msgstr ""
57172 #: cp/optimize.cc:605
57173 #, gcc-internal-format
57174 msgid "making multiple clones of %qD"
57175 msgstr ""
57177 #: cp/parser.cc:980
57178 #, gcc-internal-format
57179 msgid "identifier %qE is a keyword in C++11"
57180 msgstr ""
57182 #: cp/parser.cc:994
57183 #, gcc-internal-format
57184 msgid "identifier %qE is a keyword in C++20"
57185 msgstr ""
57187 #: cp/parser.cc:1493 cp/parser.cc:1506
57188 #, gcc-internal-format
57189 msgid "%<LEXER_DEBUGGING_ENABLED_P%> is not set to true"
57190 msgstr ""
57192 #: cp/parser.cc:1531 cp/parser.cc:46255
57193 #, gcc-internal-format
57194 msgid "%<#pragma omp declare %s%> not immediately followed by function declaration or definition"
57195 msgstr ""
57197 #: cp/parser.cc:1571
57198 #, gcc-internal-format
57199 msgid "%<declare %s%> directive not immediately followed by function declaration or definition"
57200 msgstr ""
57202 #: cp/parser.cc:3100
57203 #, gcc-internal-format
57204 msgid "%<#pragma%> is not allowed here"
57205 msgstr ""
57207 #: cp/parser.cc:3229
57208 #, gcc-internal-format
57209 msgid "%<%E::%E%> has not been declared"
57210 msgstr ""
57212 #: cp/parser.cc:3232
57213 #, gcc-internal-format
57214 msgid "%<::%E%> has not been declared"
57215 msgstr ""
57217 #: cp/parser.cc:3235
57218 #, gcc-internal-format
57219 msgid "request for member %qE in non-class type %qT"
57220 msgstr ""
57222 #: cp/parser.cc:3238 cp/parser.cc:21087
57223 #, gcc-internal-format
57224 msgid "%<%T::%E%> has not been declared"
57225 msgstr ""
57227 #: cp/parser.cc:3248
57228 #, gcc-internal-format
57229 msgid "%<%E::%E%> is not a type"
57230 msgstr ""
57232 #: cp/parser.cc:3252
57233 #, gcc-internal-format
57234 msgid "%<%E::%E%> is not a class or namespace"
57235 msgstr ""
57237 #: cp/parser.cc:3257
57238 #, gcc-internal-format
57239 msgid "%<%E::%E%> is not a class, namespace, or enumeration"
57240 msgstr ""
57242 #: cp/parser.cc:3270
57243 #, gcc-internal-format
57244 msgid "%<::%E%> is not a type"
57245 msgstr ""
57247 #: cp/parser.cc:3273
57248 #, gcc-internal-format
57249 msgid "%<::%E%> is not a class or namespace"
57250 msgstr ""
57252 #: cp/parser.cc:3277
57253 #, gcc-internal-format
57254 msgid "%<::%E%> is not a class, namespace, or enumeration"
57255 msgstr ""
57257 #: cp/parser.cc:3289
57258 #, gcc-internal-format
57259 msgid "%qE is not a type"
57260 msgstr ""
57262 #: cp/parser.cc:3292
57263 #, gcc-internal-format
57264 msgid "%qE is not a class or namespace"
57265 msgstr ""
57267 #: cp/parser.cc:3296
57268 #, gcc-internal-format
57269 msgid "%qE is not a class, namespace, or enumeration"
57270 msgstr ""
57272 #: cp/parser.cc:3360
57273 #, gcc-internal-format
57274 msgid "new types may not be defined in a return type"
57275 msgstr ""
57277 #: cp/parser.cc:3362
57278 #, gcc-internal-format
57279 msgid "(perhaps a semicolon is missing after the definition of %qT)"
57280 msgstr ""
57282 #: cp/parser.cc:3390
57283 #, gcc-internal-format
57284 msgid "%qE is not a class template"
57285 msgstr ""
57287 #: cp/parser.cc:3392
57288 #, gcc-internal-format
57289 msgid "%qE is not a template"
57290 msgstr ""
57292 #: cp/parser.cc:3395
57293 #, gcc-internal-format
57294 msgid "invalid template-id"
57295 msgstr ""
57297 #: cp/parser.cc:3429
57298 #, gcc-internal-format
57299 msgid "ISO C++ forbids using a floating-point literal in a constant-expression"
57300 msgstr ""
57302 #: cp/parser.cc:3433
57303 #, gcc-internal-format
57304 msgid "a cast to a type other than an integral or enumeration type cannot appear in a constant-expression"
57305 msgstr ""
57307 #: cp/parser.cc:3438
57308 #, gcc-internal-format
57309 msgid "%<typeid%> operator cannot appear in a constant-expression"
57310 msgstr ""
57312 #: cp/parser.cc:3442
57313 #, gcc-internal-format
57314 msgid "non-constant compound literals cannot appear in a constant-expression"
57315 msgstr ""
57317 #: cp/parser.cc:3446
57318 #, gcc-internal-format
57319 msgid "a function call cannot appear in a constant-expression"
57320 msgstr ""
57322 #: cp/parser.cc:3450
57323 #, gcc-internal-format
57324 msgid "an increment cannot appear in a constant-expression"
57325 msgstr ""
57327 #: cp/parser.cc:3454
57328 #, gcc-internal-format
57329 msgid "an decrement cannot appear in a constant-expression"
57330 msgstr ""
57332 #: cp/parser.cc:3458
57333 #, gcc-internal-format
57334 msgid "an array reference cannot appear in a constant-expression"
57335 msgstr ""
57337 #: cp/parser.cc:3462
57338 #, gcc-internal-format
57339 msgid "the address of a label cannot appear in a constant-expression"
57340 msgstr ""
57342 #: cp/parser.cc:3466
57343 #, gcc-internal-format
57344 msgid "calls to overloaded operators cannot appear in a constant-expression"
57345 msgstr ""
57347 #: cp/parser.cc:3470
57348 #, gcc-internal-format
57349 msgid "an assignment cannot appear in a constant-expression"
57350 msgstr ""
57352 #: cp/parser.cc:3473
57353 #, gcc-internal-format
57354 msgid "a comma operator cannot appear in a constant-expression"
57355 msgstr ""
57357 #: cp/parser.cc:3477
57358 #, gcc-internal-format
57359 msgid "a call to a constructor cannot appear in a constant-expression"
57360 msgstr ""
57362 #: cp/parser.cc:3481
57363 #, gcc-internal-format
57364 msgid "a transaction expression cannot appear in a constant-expression"
57365 msgstr ""
57367 #: cp/parser.cc:3527
57368 #, gcc-internal-format
57369 msgid "%qs cannot appear in a constant-expression"
57370 msgstr ""
57372 #: cp/parser.cc:3564
57373 #, gcc-internal-format
57374 msgid "class template argument deduction is only available with %<-std=c++17%> or %<-std=gnu++17%>"
57375 msgstr ""
57377 #: cp/parser.cc:3569
57378 #, gcc-internal-format
57379 msgid "invalid use of destructor %qD as a type"
57380 msgstr ""
57382 #. Something like 'unsigned A a;'
57383 #: cp/parser.cc:3572
57384 #, gcc-internal-format
57385 msgid "invalid combination of multiple type-specifiers"
57386 msgstr ""
57388 #: cp/parser.cc:3585
57389 #, gcc-internal-format
57390 msgid "%qE does not name a type; did you mean %qs?"
57391 msgstr ""
57393 #: cp/parser.cc:3589
57394 #, gcc-internal-format
57395 msgid "%qE does not name a type"
57396 msgstr ""
57398 #: cp/parser.cc:3598
57399 #, gcc-internal-format
57400 msgid "C++11 %<constexpr%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57401 msgstr ""
57403 #: cp/parser.cc:3601
57404 #, gcc-internal-format
57405 msgid "C++11 %<noexcept%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57406 msgstr ""
57408 #: cp/parser.cc:3607
57409 #, gcc-internal-format
57410 msgid "%qE is not recognized as a module control-line"
57411 msgstr ""
57413 #: cp/parser.cc:3610
57414 #, gcc-internal-format
57415 msgid "C++20 %qE only available with %<-fmodules-ts%>"
57416 msgstr ""
57418 #: cp/parser.cc:3613
57419 #, gcc-internal-format
57420 msgid "C++20 %qE only available with %<-fmodules-ts%>, which is not yet enabled with %<-std=c++20%>"
57421 msgstr ""
57423 #: cp/parser.cc:3619
57424 #, gcc-internal-format
57425 msgid "C++11 %<thread_local%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57426 msgstr ""
57428 #: cp/parser.cc:3622
57429 #, gcc-internal-format
57430 msgid "C++20 %<constinit%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
57431 msgstr ""
57433 #: cp/parser.cc:3625
57434 #, gcc-internal-format
57435 msgid "%<concept%> only available with %<-std=c++20%> or %<-fconcepts%>"
57436 msgstr ""
57438 #: cp/parser.cc:3628 cp/parser.cc:30632
57439 #, gcc-internal-format
57440 msgid "%<requires%> only available with %<-std=c++20%> or %<-fconcepts%>"
57441 msgstr ""
57443 #: cp/parser.cc:3650
57444 #, gcc-internal-format
57445 msgid "(perhaps %<typename %T::%E%> was intended)"
57446 msgstr ""
57448 #: cp/parser.cc:3678 cp/parser.cc:3690
57449 #, gcc-internal-format
57450 msgid "%qE in namespace %qE does not name a template type; did you mean %qs?"
57451 msgstr ""
57453 #: cp/parser.cc:3683 cp/parser.cc:3695
57454 #, gcc-internal-format
57455 msgid "%qE in namespace %qE does not name a template type"
57456 msgstr ""
57458 #: cp/parser.cc:3703
57459 #, gcc-internal-format
57460 msgid "%qE in namespace %qE does not name a type; did you mean %qs?"
57461 msgstr ""
57463 #: cp/parser.cc:3708
57464 #, gcc-internal-format
57465 msgid "%qE in namespace %qE does not name a type"
57466 msgstr ""
57468 #: cp/parser.cc:3719
57469 #, gcc-internal-format
57470 msgid "%<%T::%E%> names the constructor, not the type"
57471 msgstr ""
57473 #: cp/parser.cc:3722
57474 #, gcc-internal-format
57475 msgid "and %qT has no template constructors"
57476 msgstr ""
57478 #: cp/parser.cc:3732
57479 #, gcc-internal-format
57480 msgid "need %<typename%> before %<%T::%D::%E%> because %<%T::%D%> is a dependent scope"
57481 msgstr ""
57483 #: cp/parser.cc:3740
57484 #, gcc-internal-format
57485 msgid "need %<typename%> before %<%T::%E%> because %qT is a dependent scope"
57486 msgstr ""
57488 #: cp/parser.cc:3752 cp/parser.cc:3756
57489 #, gcc-internal-format
57490 msgid "%qE in %q#T does not name a template type"
57491 msgstr ""
57493 #: cp/parser.cc:3760
57494 #, gcc-internal-format
57495 msgid "%qE in %q#T does not name a type"
57496 msgstr ""
57498 #: cp/parser.cc:4442
57499 #, gcc-internal-format
57500 msgid "expected string-literal"
57501 msgstr ""
57503 #: cp/parser.cc:4514
57504 #, gcc-internal-format
57505 msgid "inconsistent user-defined literal suffixes %qD and %qD in string literal"
57506 msgstr ""
57508 #: cp/parser.cc:4533
57509 #, gcc-internal-format
57510 msgid "concatenation of string literals with conflicting encoding prefixes"
57511 msgstr ""
57513 #: cp/parser.cc:4737
57514 #, gcc-internal-format
57515 msgid "unable to find character literal operator %qD with %qT argument"
57516 msgstr ""
57518 #: cp/parser.cc:4843
57519 #, gcc-internal-format
57520 msgid "integer literal exceeds range of %qT type"
57521 msgstr ""
57523 #: cp/parser.cc:4850
57524 #, gcc-internal-format
57525 msgid "floating literal exceeds range of %qT type"
57526 msgstr ""
57528 #: cp/parser.cc:4854
57529 #, gcc-internal-format
57530 msgid "floating literal truncated to zero"
57531 msgstr ""
57533 #: cp/parser.cc:4883
57534 #, gcc-internal-format
57535 msgid "failed to translate literal to execution character set %qT"
57536 msgstr ""
57538 #: cp/parser.cc:4917
57539 #, gcc-internal-format
57540 msgid "unable to find numeric literal operator %qD"
57541 msgstr ""
57543 #: cp/parser.cc:4923
57544 #, gcc-internal-format
57545 msgid "add %<using namespace std::complex_literals%> (from %<<complex>%>) to enable the C++14 user-defined literal suffixes"
57546 msgstr ""
57548 #: cp/parser.cc:4927
57549 #, gcc-internal-format
57550 msgid "or use %<j%> instead of %<i%> for the GNU built-in suffix"
57551 msgstr ""
57553 #: cp/parser.cc:4931
57554 #, gcc-internal-format
57555 msgid "use %<-fext-numeric-literals%> to enable more built-in suffixes"
57556 msgstr ""
57558 #: cp/parser.cc:5015
57559 #, gcc-internal-format
57560 msgid "unable to find string literal operator %qD with %qT, %qT arguments"
57561 msgstr ""
57563 #: cp/parser.cc:5109
57564 #, gcc-internal-format
57565 msgid "global module fragment contents must be from preprocessor inclusion"
57566 msgstr ""
57568 #: cp/parser.cc:5124 cp/parser.cc:15282
57569 #, gcc-internal-format
57570 msgid "expected declaration"
57571 msgstr ""
57573 #: cp/parser.cc:5485 cp/parser.cc:5500
57574 #, gcc-internal-format
57575 msgid "expected binary operator"
57576 msgstr ""
57578 #: cp/parser.cc:5506
57579 #, gcc-internal-format
57580 msgid "expected ..."
57581 msgstr "očekujemo ..."
57583 #: cp/parser.cc:5518
57584 #, gcc-internal-format
57585 msgid "binary expression in operand of fold-expression"
57586 msgstr "binarni izraz u operandu od „fold-expression“"
57588 #: cp/parser.cc:5523
57589 #, gcc-internal-format
57590 msgid "conditional expression in operand of fold-expression"
57591 msgstr ""
57593 #: cp/parser.cc:5531
57594 #, gcc-internal-format
57595 msgid "mismatched operator in fold-expression"
57596 msgstr ""
57598 #: cp/parser.cc:5635
57599 #, gcc-internal-format
57600 msgid "fixed-point types not supported in C++"
57601 msgstr ""
57603 #: cp/parser.cc:5725
57604 #, gcc-internal-format
57605 msgid "ISO C++ forbids braced-groups within expressions"
57606 msgstr ""
57608 #: cp/parser.cc:5737
57609 #, gcc-internal-format
57610 msgid "statement-expressions are not allowed outside functions nor in template-argument lists"
57611 msgstr ""
57613 #: cp/parser.cc:5777
57614 #, gcc-internal-format
57615 msgid "fold-expressions only available with %<-std=c++17%> or %<-std=gnu++17%>"
57616 msgstr ""
57618 #: cp/parser.cc:5838 cp/parser.cc:5999 cp/parser.cc:6180 cp/semantics.cc:4163
57619 #, gcc-internal-format
57620 msgid "expected primary-expression"
57621 msgstr ""
57623 #: cp/parser.cc:5868
57624 #, gcc-internal-format
57625 msgid "%<this%> may not be used in this context"
57626 msgstr ""
57628 #: cp/parser.cc:5993
57629 #, gcc-internal-format
57630 msgid "a template declaration cannot appear at block scope"
57631 msgstr ""
57633 #: cp/parser.cc:6208
57634 #, gcc-internal-format
57635 msgid "expected %qs keyword before dependent template name"
57636 msgstr ""
57638 #: cp/parser.cc:6351
57639 #, gcc-internal-format
57640 msgid "expected id-expression"
57641 msgstr ""
57643 #: cp/parser.cc:6514
57644 #, gcc-internal-format
57645 msgid "scope %qT before %<~%> is not a class-name"
57646 msgstr ""
57648 #: cp/parser.cc:6524
57649 #, gcc-internal-format
57650 msgid "%<template%> keyword not permitted in destructor name"
57651 msgstr ""
57653 #: cp/parser.cc:6561 cp/parser.cc:8665
57654 #, gcc-internal-format
57655 msgid "%<~auto%> only available with %<-std=c++14%> or %<-std=gnu++14%>"
57656 msgstr ""
57658 #: cp/parser.cc:6573
57659 #, gcc-internal-format
57660 msgid "template-id not allowed for destructor"
57661 msgstr ""
57663 #: cp/parser.cc:6682
57664 #, gcc-internal-format
57665 msgid "declaration of %<~%T%> as member of %qT"
57666 msgstr ""
57668 #: cp/parser.cc:6697
57669 #, gcc-internal-format
57670 msgid "typedef-name %qD used as destructor declarator"
57671 msgstr ""
57673 #: cp/parser.cc:6733 cp/parser.cc:23593
57674 #, gcc-internal-format
57675 msgid "expected unqualified-id"
57676 msgstr ""
57678 #: cp/parser.cc:6760 cp/typeck.cc:3173 cp/typeck.cc:3176 cp/typeck.cc:3193
57679 #, gcc-internal-format
57680 msgid "%qD is not a template"
57681 msgstr ""
57683 #: cp/parser.cc:6874
57684 #, gcc-internal-format
57685 msgid "found %<:%> in nested-name-specifier, expected %<::%>"
57686 msgstr ""
57688 #: cp/parser.cc:6955
57689 #, gcc-internal-format
57690 msgid "%<decltype%> evaluates to %qT, which is not a class or enumeration type"
57691 msgstr ""
57693 #: cp/parser.cc:6982 cp/parser.cc:6993
57694 #, gcc-internal-format
57695 msgid "concept-id %qD in nested-name-specifier"
57696 msgstr ""
57698 #: cp/parser.cc:6985
57699 #, gcc-internal-format
57700 msgid "function template-id %qD in nested-name-specifier"
57701 msgstr ""
57703 #: cp/parser.cc:6999
57704 #, gcc-internal-format
57705 msgid "variable template-id %qD in nested-name-specifier"
57706 msgstr ""
57708 #: cp/parser.cc:7173
57709 #, gcc-internal-format
57710 msgid "expected nested-name-specifier"
57711 msgstr ""
57713 #: cp/parser.cc:7380 cp/parser.cc:9910
57714 #, gcc-internal-format
57715 msgid "types may not be defined in casts"
57716 msgstr ""
57718 #: cp/parser.cc:7469
57719 #, gcc-internal-format
57720 msgid "types may not be defined in a %<typeid%> expression"
57721 msgstr ""
57723 #: cp/parser.cc:7561
57724 #, gcc-internal-format
57725 msgid "wrong number of arguments to %<__builtin_addressof%>"
57726 msgstr ""
57728 #: cp/parser.cc:7573 cp/pt.cc:21116
57729 #, gcc-internal-format
57730 msgid "wrong number of arguments to %<__builtin_launder%>"
57731 msgstr ""
57733 #: cp/parser.cc:7586
57734 #, gcc-internal-format
57735 msgid "wrong number of arguments to %<__builtin_assoc_barrier%>"
57736 msgstr ""
57738 #: cp/parser.cc:7612
57739 #, gcc-internal-format
57740 msgid "wrong number of arguments to %<__builtin_shufflevector%>"
57741 msgstr ""
57743 #: cp/parser.cc:7750
57744 #, gcc-internal-format
57745 msgid "ISO C++ forbids compound-literals"
57746 msgstr ""
57748 #: cp/parser.cc:7809
57749 #, gcc-internal-format
57750 msgid "two consecutive %<[%> shall only introduce an attribute"
57751 msgstr ""
57753 #: cp/parser.cc:8449 cp/typeck.cc:3061
57754 #, gcc-internal-format
57755 msgid "invalid use of %qD"
57756 msgstr ""
57758 #: cp/parser.cc:8458
57759 #, gcc-internal-format
57760 msgid "%<%D::%D%> is not a class member"
57761 msgstr ""
57763 #: cp/parser.cc:8717
57764 #, gcc-internal-format
57765 msgid "non-scalar type"
57766 msgstr ""
57768 #: cp/parser.cc:8827
57769 #, gcc-internal-format
57770 msgid "ISO C++ does not allow %<alignof%> with a non-type"
57771 msgstr ""
57773 #: cp/parser.cc:8922
57774 #, gcc-internal-format
57775 msgid "types may not be defined in %<noexcept%> expressions"
57776 msgstr ""
57778 #: cp/parser.cc:9196 cp/parser.cc:33253
57779 #, gcc-internal-format
57780 msgid "types may not be defined in %qs expressions"
57781 msgstr ""
57783 #: cp/parser.cc:9261
57784 #, gcc-internal-format
57785 msgid "%<__builtin_has_attribute%> with dependent argument not supported yet"
57786 msgstr ""
57788 #: cp/parser.cc:9347
57789 #, gcc-internal-format
57790 msgid "types may not be defined in a new-expression"
57791 msgstr ""
57793 #: cp/parser.cc:9363
57794 #, gcc-internal-format
57795 msgid "array bound forbidden after parenthesized type-id"
57796 msgstr ""
57798 #: cp/parser.cc:9365
57799 #, gcc-internal-format
57800 msgid "try removing the parentheses around the type-id"
57801 msgstr ""
57803 #: cp/parser.cc:9397
57804 #, gcc-internal-format
57805 msgid "initialization of new-expression for type %<auto%> requires exactly one element"
57806 msgstr ""
57808 #: cp/parser.cc:9442
57809 #, gcc-internal-format
57810 msgid "expected expression-list or type-id"
57811 msgstr ""
57813 #: cp/parser.cc:9471
57814 #, gcc-internal-format
57815 msgid "types may not be defined in a new-type-id"
57816 msgstr ""
57818 #: cp/parser.cc:9606
57819 #, gcc-internal-format
57820 msgid "expression in new-declarator must have integral or enumeration type"
57821 msgstr ""
57823 #: cp/parser.cc:10015
57824 #, gcc-internal-format
57825 msgid "use of old-style cast to %q#T"
57826 msgstr ""
57828 #: cp/parser.cc:10164
57829 #, gcc-internal-format
57830 msgid "%<>>%> operator is treated as two right angle brackets in C++11"
57831 msgstr ""
57833 #: cp/parser.cc:10167
57834 #, gcc-internal-format
57835 msgid "suggest parentheses around %<>>%> expression"
57836 msgstr ""
57838 #: cp/parser.cc:10392
57839 #, gcc-internal-format
57840 msgid "ISO C++ does not allow %<?:%> with omitted middle operand"
57841 msgstr ""
57843 #: cp/parser.cc:10703
57844 #, gcc-internal-format
57845 msgid "top-level comma expression in array subscript is deprecated"
57846 msgstr ""
57848 #: cp/parser.cc:10852
57849 #, gcc-internal-format
57850 msgid "types may not be defined within %<__builtin_offsetof%>"
57851 msgstr ""
57853 #: cp/parser.cc:11057
57854 #, gcc-internal-format
57855 msgid "lambda-expression in template parameter type"
57856 msgstr ""
57858 #: cp/parser.cc:11067
57859 #, gcc-internal-format
57860 msgid "lambda-expression in unevaluated context only available with %<-std=c++20%> or %<-std=gnu++20%>"
57861 msgstr ""
57863 #: cp/parser.cc:11077
57864 #, gcc-internal-format
57865 msgid "lambda-expression in template-argument only available with %<-std=c++20%> or %<-std=gnu++20%>"
57866 msgstr ""
57868 #: cp/parser.cc:11234
57869 #, gcc-internal-format
57870 msgid "non-local lambda expression cannot have a capture-default"
57871 msgstr ""
57873 #: cp/parser.cc:11256
57874 #, gcc-internal-format
57875 msgid "expected end of capture-list"
57876 msgstr ""
57878 #: cp/parser.cc:11272
57879 #, gcc-internal-format
57880 msgid "explicit by-copy capture of %<this%> with by-copy capture default only available with %<-std=c++20%> or %<-std=gnu++20%>"
57881 msgstr ""
57883 #: cp/parser.cc:11278 cp/parser.cc:11300 cp/parser.cc:11493
57884 #, gcc-internal-format
57885 msgid "already captured %qD in lambda expression"
57886 msgstr ""
57888 #: cp/parser.cc:11294
57889 #, gcc-internal-format
57890 msgid "%<*this%> capture only available with %<-std=c++17%> or %<-std=gnu++17%>"
57891 msgstr ""
57893 #: cp/parser.cc:11314
57894 #, gcc-internal-format
57895 msgid "%<this%> cannot be captured by reference"
57896 msgstr ""
57898 #: cp/parser.cc:11334
57899 #, gcc-internal-format
57900 msgid "pack init-capture only available with %<-std=c++20%> or %<-std=gnu++20%>"
57901 msgstr ""
57903 #: cp/parser.cc:11345
57904 #, gcc-internal-format
57905 msgid "%<&%> should come before %<...%>"
57906 msgstr ""
57908 #: cp/parser.cc:11376
57909 #, gcc-internal-format
57910 msgid "lambda capture initializers only available with %<-std=c++14%> or %<-std=gnu++14%>"
57911 msgstr ""
57913 #: cp/parser.cc:11383
57914 #, gcc-internal-format
57915 msgid "empty initializer for lambda init-capture"
57916 msgstr ""
57918 #: cp/parser.cc:11407
57919 #, gcc-internal-format
57920 msgid "capture of non-variable %qE"
57921 msgstr ""
57923 #: cp/parser.cc:11417
57924 #, gcc-internal-format
57925 msgid "capture of variable %qD with non-automatic storage duration"
57926 msgstr ""
57928 #: cp/parser.cc:11455
57929 #, gcc-internal-format
57930 msgid "too many %<...%> in lambda capture"
57931 msgstr ""
57933 #: cp/parser.cc:11466
57934 #, gcc-internal-format
57935 msgid "explicit by-copy capture of %qD redundant with by-copy capture default"
57936 msgstr ""
57938 #: cp/parser.cc:11471
57939 #, gcc-internal-format
57940 msgid "explicit by-reference capture of %qD redundant with by-reference capture default"
57941 msgstr ""
57943 #: cp/parser.cc:11550
57944 #, gcc-internal-format
57945 msgid "lambda templates are only available with %<-std=c++14%> or %<-std=gnu++14%>"
57946 msgstr ""
57948 #: cp/parser.cc:11554
57949 #, gcc-internal-format
57950 msgid "lambda templates are only available with %<-std=c++20%> or %<-std=gnu++20%>"
57951 msgstr ""
57953 #: cp/parser.cc:11603
57954 #, gcc-internal-format
57955 msgid "default argument specified for lambda parameter"
57956 msgstr ""
57958 #: cp/parser.cc:11622
57959 #, gcc-internal-format
57960 msgid "parameter declaration before lambda declaration specifiers only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
57961 msgstr ""
57963 #: cp/parser.cc:11638
57964 #, gcc-internal-format
57965 msgid "%<static%> lambda specifier with lambda capture"
57966 msgstr ""
57968 #: cp/parser.cc:11650
57969 #, gcc-internal-format
57970 msgid "parameter declaration before lambda transaction qualifier only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
57971 msgstr ""
57973 #: cp/parser.cc:11663
57974 #, gcc-internal-format
57975 msgid "parameter declaration before lambda exception specification only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
57976 msgstr ""
57978 #: cp/parser.cc:11681
57979 #, gcc-internal-format
57980 msgid "parameter declaration before lambda trailing return type only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
57981 msgstr ""
57983 #: cp/parser.cc:11723
57984 #, gcc-internal-format
57985 msgid "%<constexpr%> lambda only available with %<-std=c++17%> or %<-std=gnu++17%>"
57986 msgstr ""
57988 #: cp/parser.cc:11891 cp/parser.cc:12034 cp/parser.cc:47061
57989 #, gcc-internal-format
57990 msgid "mixing OpenMP directives with attribute and pragma syntax on the same statement"
57991 msgstr ""
57993 #: cp/parser.cc:11917 cp/parser.cc:47043
57994 #, gcc-internal-format
57995 msgid "unknown OpenMP directive name in %<omp::directive%> attribute argument"
57996 msgstr ""
57998 #: cp/parser.cc:12003
57999 #, gcc-internal-format
58000 msgid "OpenMP construct among %<omp::directive%> attributes requires all %<omp::directive%> attributes on the same statement to be in the same %<omp::sequence%>"
58001 msgstr ""
58003 #: cp/parser.cc:12011
58004 #, gcc-internal-format
58005 msgid "multiple OpenMP standalone directives among %<omp::directive%> attributes must be all within the same %<omp::sequence%>"
58006 msgstr ""
58008 #: cp/parser.cc:12023
58009 #, gcc-internal-format
58010 msgid "standalone OpenMP directives in %<omp::directive%> attribute can only appear on an empty statement"
58011 msgstr ""
58013 #: cp/parser.cc:12153
58014 #, gcc-internal-format
58015 msgid "mixing OpenMP directives with attribute and pragma syntax on the same declaration"
58016 msgstr ""
58018 #: cp/parser.cc:12280
58019 #, gcc-internal-format
58020 msgid "preconditions cannot be statements"
58021 msgstr ""
58023 #: cp/parser.cc:12283
58024 #, gcc-internal-format
58025 msgid "postconditions cannot be statements"
58026 msgstr ""
58028 #: cp/parser.cc:12288
58029 #, gcc-internal-format
58030 msgid "assertions must be followed by %<;%>"
58031 msgstr ""
58033 #: cp/parser.cc:12452
58034 #, gcc-internal-format
58035 msgid "label at end of compound statement only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58036 msgstr ""
58038 #: cp/parser.cc:12625 cp/parser.cc:12832
58039 #, gcc-internal-format
58040 msgid "attributes at the beginning of statement are ignored"
58041 msgstr ""
58043 #: cp/parser.cc:12669
58044 #, gcc-internal-format
58045 msgid "expected labeled-statement"
58046 msgstr ""
58048 #: cp/parser.cc:12718
58049 #, gcc-internal-format
58050 msgid "case label %qE not within a switch statement"
58051 msgstr ""
58053 #: cp/parser.cc:12839
58054 #, gcc-internal-format
58055 msgid "need %<typename%> before %qE because %qT is a dependent scope"
58056 msgstr ""
58058 #: cp/parser.cc:12848
58059 #, gcc-internal-format
58060 msgid "%<%T::%D%> names the constructor, not the type"
58061 msgstr ""
58063 #: cp/parser.cc:12900
58064 #, gcc-internal-format
58065 msgid "compound-statement in %<constexpr%> function"
58066 msgstr ""
58068 #: cp/parser.cc:13064
58069 #, gcc-internal-format
58070 msgid "%<if constexpr%> only available with %<-std=c++17%> or %<-std=gnu++17%>"
58071 msgstr ""
58073 #: cp/parser.cc:13086
58074 #, gcc-internal-format
58075 msgid "%<if consteval%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58076 msgstr ""
58078 #: cp/parser.cc:13111 cp/parser.cc:13146
58079 #, gcc-internal-format
58080 msgid "%<if consteval%> requires compound statement"
58081 msgstr ""
58083 #: cp/parser.cc:13188
58084 #, gcc-internal-format
58085 msgid "init-statement in selection statements only available with %<-std=c++17%> or %<-std=gnu++17%>"
58086 msgstr ""
58088 #: cp/parser.cc:13356 cp/parser.cc:33760
58089 #, gcc-internal-format
58090 msgid "expected selection-statement"
58091 msgstr ""
58093 #: cp/parser.cc:13397
58094 #, gcc-internal-format
58095 msgid "condition declares an array"
58096 msgstr ""
58098 #: cp/parser.cc:13399
58099 #, gcc-internal-format
58100 msgid "condition declares a function"
58101 msgstr ""
58103 #: cp/parser.cc:13439
58104 #, gcc-internal-format
58105 msgid "types may not be defined in conditions"
58106 msgstr ""
58108 #. Anything else is an error.
58109 #: cp/parser.cc:13521 cp/parser.cc:22877 cp/parser.cc:25441
58110 #, gcc-internal-format
58111 msgid "expected initializer"
58112 msgstr ""
58114 #: cp/parser.cc:13571
58115 #, gcc-internal-format
58116 msgid "range-based %<for%> loops with initializer only available with %<-std=c++20%> or %<-std=gnu++20%>"
58117 msgstr ""
58119 #: cp/parser.cc:13827
58120 #, gcc-internal-format
58121 msgid "loop variable %qD of type %qT binds to a temporary constructed from type %qT"
58122 msgstr ""
58124 #. rval
58125 #: cp/parser.cc:13834
58126 #, gcc-internal-format
58127 msgid "use non-reference type %qT to make the copy explicit or %qT to prevent copying"
58128 msgstr ""
58130 #: cp/parser.cc:13858
58131 #, gcc-internal-format
58132 msgid "loop variable %qD creates a copy from type %qT"
58133 msgstr ""
58135 #: cp/parser.cc:13863
58136 #, gcc-internal-format
58137 msgid "use reference type to prevent copying"
58138 msgstr ""
58140 #: cp/parser.cc:14007
58141 #, gcc-internal-format
58142 msgid "range-based %<for%> expression of type %qT has incomplete type"
58143 msgstr ""
58145 #: cp/parser.cc:14091
58146 #, gcc-internal-format
58147 msgid "inconsistent begin/end types in range-based %<for%> statement: %qT and %qT"
58148 msgstr ""
58150 #: cp/parser.cc:14234 cp/parser.cc:33763
58151 #, gcc-internal-format
58152 msgid "expected iteration-statement"
58153 msgstr ""
58155 #: cp/parser.cc:14279
58156 #, gcc-internal-format
58157 msgid "alias-declaration in init-statement only available with %<-std=c++23%> or %<-std=gnu++23%>"
58158 msgstr ""
58160 #: cp/parser.cc:14296
58161 #, gcc-internal-format
58162 msgid "range-based %<for%> loops only available with %<-std=c++11%> or %<-std=gnu++11%>"
58163 msgstr ""
58165 #: cp/parser.cc:14428
58166 #, gcc-internal-format
58167 msgid "%<goto%> in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58168 msgstr ""
58170 #. Issue a warning about this use of a GNU extension.
58171 #: cp/parser.cc:14437
58172 #, gcc-internal-format
58173 msgid "ISO C++ forbids computed gotos"
58174 msgstr ""
58176 #: cp/parser.cc:14450 cp/parser.cc:33766
58177 #, gcc-internal-format
58178 msgid "expected jump-statement"
58179 msgstr ""
58181 #: cp/parser.cc:14627
58182 #, gcc-internal-format
58183 msgid "expected module-name"
58184 msgstr "očekivano je ime modula"
58186 #: cp/parser.cc:14662
58187 #, gcc-internal-format
58188 msgid "module-declaration not permitted in header-unit"
58189 msgstr ""
58191 #: cp/parser.cc:14688
58192 #, gcc-internal-format
58193 msgid "private module fragment"
58194 msgstr ""
58196 #: cp/parser.cc:14692
58197 #, gcc-internal-format
58198 msgid "private module fragment only permitted in purview of module interface or partition"
58199 msgstr ""
58201 #. Neither the first declaration, nor in a GMF.
58202 #: cp/parser.cc:14698
58203 #, gcc-internal-format
58204 msgid "module-declaration only permitted as first declaration, or ending a global module fragment"
58205 msgstr ""
58207 #: cp/parser.cc:14732
58208 #, gcc-internal-format
58209 msgid "post-module-declaration imports must be contiguous"
58210 msgstr ""
58212 #: cp/parser.cc:14735
58213 #, gcc-internal-format
58214 msgid "perhaps insert a line break, or other disambiguation, to prevent this being considered a module control-line"
58215 msgstr ""
58217 #: cp/parser.cc:14743
58218 #, gcc-internal-format
58219 msgid "import-declaration must be at global scope"
58220 msgstr ""
58222 #: cp/parser.cc:14756
58223 #, gcc-internal-format
58224 msgid "import cannot appear directly in a linkage-specification"
58225 msgstr ""
58227 #: cp/parser.cc:14766
58228 #, gcc-internal-format
58229 msgid "post-module-declaration imports must not be include-translated"
58230 msgstr ""
58232 #: cp/parser.cc:14769
58233 #, gcc-internal-format
58234 msgid "post-module-declaration imports must not be from header inclusion"
58235 msgstr ""
58237 #: cp/parser.cc:14790
58238 #, gcc-internal-format
58239 msgid "%qE may only occur after a module interface declaration"
58240 msgstr ""
58242 #: cp/parser.cc:14798
58243 #, gcc-internal-format
58244 msgid "%qE may only occur once in an export declaration"
58245 msgstr ""
58247 #: cp/parser.cc:14819
58248 #, gcc-internal-format
58249 msgid "%<export%> not part of following module-directive"
58250 msgstr ""
58252 #: cp/parser.cc:14906 cp/parser.cc:27328
58253 #, gcc-internal-format
58254 msgid "extra %<;%>"
58255 msgstr ""
58257 #: cp/parser.cc:14964
58258 #, gcc-internal-format
58259 msgid "attributes are not permitted in this position"
58260 msgstr ""
58262 #: cp/parser.cc:14968
58263 #, gcc-internal-format
58264 msgid "attributes may be inserted here"
58265 msgstr ""
58267 #: cp/parser.cc:15187
58268 #, gcc-internal-format
58269 msgid "%<__label__%> not at the beginning of a block"
58270 msgstr ""
58272 #: cp/parser.cc:15420
58273 #, gcc-internal-format
58274 msgid "non-variable %qD in declaration with more than one declarator with placeholder type"
58275 msgstr ""
58277 #: cp/parser.cc:15440
58278 #, gcc-internal-format
58279 msgid "inconsistent deduction for %qT: %qT and then %qT"
58280 msgstr ""
58282 #: cp/parser.cc:15461
58283 #, gcc-internal-format
58284 msgid "mixing declarations and function-definitions is forbidden"
58285 msgstr ""
58287 #: cp/parser.cc:15486
58288 #, gcc-internal-format
58289 msgid "types may not be defined in a for-range-declaration"
58290 msgstr ""
58292 #: cp/parser.cc:15541
58293 #, gcc-internal-format
58294 msgid "initializer in range-based %<for%> loop"
58295 msgstr ""
58297 #: cp/parser.cc:15544
58298 #, gcc-internal-format
58299 msgid "multiple declarations in range-based %<for%> loop"
58300 msgstr ""
58302 #: cp/parser.cc:15597
58303 #, gcc-internal-format
58304 msgid "structured bindings only available with %<-std=c++17%> or %<-std=gnu++17%>"
58305 msgstr ""
58307 #: cp/parser.cc:15649
58308 #, gcc-internal-format
58309 msgid "empty structured binding declaration"
58310 msgstr ""
58312 #: cp/parser.cc:15667
58313 #, gcc-internal-format
58314 msgid "invalid initializer for structured binding declaration"
58315 msgstr ""
58317 #: cp/parser.cc:15848
58318 #, gcc-internal-format
58319 msgid "%<friend%> used outside of class"
58320 msgstr ""
58322 #: cp/parser.cc:15887
58323 #, gcc-internal-format
58324 msgid "the %<bool%> keyword is not allowed in a C++20 concept definition"
58325 msgstr ""
58327 #: cp/parser.cc:15890
58328 #, gcc-internal-format
58329 msgid "C++20 concept definition syntax is %<concept <name> = <expr>%>"
58330 msgstr ""
58332 #: cp/parser.cc:15941
58333 #, gcc-internal-format
58334 msgid "%<typedef%> specifier conflicts with %qs"
58335 msgstr ""
58337 #: cp/parser.cc:15967
58338 #, gcc-internal-format
58339 msgid "%<auto%> changes meaning in C++11; please remove it"
58340 msgstr ""
58342 #: cp/parser.cc:16003
58343 #, gcc-internal-format
58344 msgid "%qD invalid in condition"
58345 msgstr ""
58347 #: cp/parser.cc:16012
58348 #, gcc-internal-format
58349 msgid "%qD invalid in lambda"
58350 msgstr ""
58352 #: cp/parser.cc:16016
58353 #, gcc-internal-format
58354 msgid "%qD only valid in lambda with %<-std=c++23%> or %<-std=gnu++23%>"
58355 msgstr ""
58357 #: cp/parser.cc:16098
58358 #, gcc-internal-format
58359 msgid "type-specifier invalid in lambda"
58360 msgstr ""
58362 #: cp/parser.cc:16110
58363 #, gcc-internal-format
58364 msgid "standard attributes in middle of decl-specifiers"
58365 msgstr ""
58367 #: cp/parser.cc:16112
58368 #, gcc-internal-format
58369 msgid "standard attributes must precede the decl-specifiers to apply to the declaration, or follow them to apply to the type"
58370 msgstr ""
58372 #: cp/parser.cc:16127
58373 #, gcc-internal-format
58374 msgid "class definition may not be declared a friend"
58375 msgstr ""
58377 #: cp/parser.cc:16200 cp/parser.cc:27873
58378 #, gcc-internal-format
58379 msgid "templates may not be %<virtual%>"
58380 msgstr ""
58382 #: cp/parser.cc:16219
58383 #, gcc-internal-format
58384 msgid "types may not be defined in explicit-specifier"
58385 msgstr ""
58387 #: cp/parser.cc:16223
58388 #, gcc-internal-format
58389 msgid "%<explicit(bool)%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
58390 msgstr ""
58392 #: cp/parser.cc:16287
58393 #, gcc-internal-format
58394 msgid "invalid linkage-specification"
58395 msgstr ""
58397 #: cp/parser.cc:16394
58398 #, gcc-internal-format
58399 msgid "%<static_assert%> without a message only available with %<-std=c++17%> or %<-std=gnu++17%>"
58400 msgstr ""
58402 #: cp/parser.cc:16595
58403 #, gcc-internal-format
58404 msgid "%<decltype(auto)%> type specifier only available with %<-std=c++14%> or %<-std=gnu++14%>"
58405 msgstr ""
58407 #: cp/parser.cc:16608
58408 #, gcc-internal-format
58409 msgid "types may not be defined in %<decltype%> expressions"
58410 msgstr ""
58412 #: cp/parser.cc:16781
58413 #, gcc-internal-format
58414 msgid "types may not be defined in a conversion-type-id"
58415 msgstr ""
58417 #: cp/parser.cc:16810
58418 #, gcc-internal-format
58419 msgid "invalid use of %<auto%> in conversion operator"
58420 msgstr ""
58422 #: cp/parser.cc:16814
58423 #, gcc-internal-format
58424 msgid "use of %<auto%> in member template conversion operator can never be deduced"
58425 msgstr ""
58427 #: cp/parser.cc:16898
58428 #, gcc-internal-format
58429 msgid "only constructors take member initializers"
58430 msgstr ""
58432 #: cp/parser.cc:16925
58433 #, gcc-internal-format
58434 msgid "cannot expand initializer for member %qD"
58435 msgstr ""
58437 #: cp/parser.cc:16937 cp/pt.cc:27250
58438 #, gcc-internal-format
58439 msgid "mem-initializer for %qD follows constructor delegation"
58440 msgstr ""
58442 #: cp/parser.cc:16949 cp/pt.cc:27262
58443 #, gcc-internal-format
58444 msgid "constructor delegation follows mem-initializer for %qD"
58445 msgstr ""
58447 #: cp/parser.cc:17001
58448 #, gcc-internal-format
58449 msgid "anachronistic old-style base class initializer"
58450 msgstr ""
58452 #: cp/parser.cc:17086
58453 #, gcc-internal-format
58454 msgid "keyword %<typename%> not allowed in this context (a qualified member initializer is implicitly a type)"
58455 msgstr ""
58457 #: cp/parser.cc:17486
58458 #, gcc-internal-format
58459 msgid "unexpected keyword; remove space between quotes and suffix identifier"
58460 msgstr ""
58462 #: cp/parser.cc:17492
58463 #, gcc-internal-format
58464 msgid "expected suffix identifier"
58465 msgstr ""
58467 #: cp/parser.cc:17501
58468 #, gcc-internal-format
58469 msgid "expected empty string after %<operator%> keyword"
58470 msgstr ""
58472 #: cp/parser.cc:17507
58473 #, gcc-internal-format
58474 msgid "invalid encoding prefix in literal operator"
58475 msgstr "nevaljani prefiks kodiranja u doslovnom (literal) operatoru"
58477 #: cp/parser.cc:17541
58478 #, gcc-internal-format
58479 msgid "expected operator"
58480 msgstr ""
58482 #: cp/parser.cc:17588
58483 #, gcc-internal-format
58484 msgid "keyword %<export%> not implemented, and will be ignored"
58485 msgstr ""
58487 #: cp/parser.cc:17590
58488 #, gcc-internal-format
58489 msgid "keyword %<export%> is deprecated, and is ignored"
58490 msgstr ""
58492 #: cp/parser.cc:17592
58493 #, gcc-internal-format
58494 msgid "keyword %<export%> is enabled with %<-fmodules-ts%>"
58495 msgstr ""
58497 #: cp/parser.cc:17771
58498 #, gcc-internal-format
58499 msgid "invalid constrained type parameter"
58500 msgstr ""
58502 #: cp/parser.cc:17779
58503 #, gcc-internal-format
58504 msgid "cv-qualified type parameter"
58505 msgstr ""
58507 #: cp/parser.cc:17926
58508 #, gcc-internal-format
58509 msgid "invalid use of %<auto%> in default template argument"
58510 msgstr ""
58512 #: cp/parser.cc:18162 cp/parser.cc:18248 cp/parser.cc:25208
58513 #, gcc-internal-format
58514 msgid "template parameter pack %qD cannot have a default argument"
58515 msgstr ""
58517 #: cp/parser.cc:18166 cp/parser.cc:18252
58518 #, gcc-internal-format
58519 msgid "template parameter packs cannot have default arguments"
58520 msgstr ""
58522 #: cp/parser.cc:18319
58523 #, gcc-internal-format
58524 msgid "expected template-id"
58525 msgstr ""
58527 #: cp/parser.cc:18381
58528 #, gcc-internal-format
58529 msgid "%<<::%> cannot begin a template-argument list"
58530 msgstr ""
58532 #: cp/parser.cc:18385
58533 #, gcc-internal-format
58534 msgid "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> and %<::%>"
58535 msgstr ""
58537 #: cp/parser.cc:18389
58538 #, gcc-internal-format
58539 msgid "(if you use %<-fpermissive%> or %<-std=c++11%>, or %<-std=gnu++11%> G++ will accept your code)"
58540 msgstr ""
58542 #: cp/parser.cc:18419
58543 #, gcc-internal-format
58544 msgid "invalid template-argument-list"
58545 msgstr ""
58547 #: cp/parser.cc:18420
58548 #, gcc-internal-format
58549 msgid "function name as the left hand operand of %<<%> is ill-formed in C++20; wrap the function name in %<()%>"
58550 msgstr ""
58552 #: cp/parser.cc:18427
58553 #, gcc-internal-format
58554 msgid "expected %<(%> after template-argument-list"
58555 msgstr ""
58557 #: cp/parser.cc:18541
58558 #, gcc-internal-format
58559 msgid "parse error in template argument list"
58560 msgstr ""
58562 #. The name does not name a template.
58563 #: cp/parser.cc:18626 cp/parser.cc:18817 cp/parser.cc:19015
58564 #, gcc-internal-format
58565 msgid "expected template-name"
58566 msgstr ""
58568 #. Explain what went wrong.
58569 #: cp/parser.cc:18672
58570 #, gcc-internal-format
58571 msgid "non-template %qD used as template"
58572 msgstr ""
58574 #: cp/parser.cc:18674
58575 #, gcc-internal-format
58576 msgid "use %<%T::template %D%> to indicate that it is a template"
58577 msgstr ""
58579 #: cp/parser.cc:18879
58580 #, gcc-internal-format
58581 msgid "expected parameter pack before %<...%>"
58582 msgstr ""
58584 #: cp/parser.cc:18980 cp/parser.cc:18998 cp/parser.cc:19171
58585 #, gcc-internal-format
58586 msgid "expected template-argument"
58587 msgstr ""
58589 #: cp/parser.cc:19138
58590 #, gcc-internal-format
58591 msgid "invalid non-type template argument"
58592 msgstr ""
58594 #: cp/parser.cc:19280
58595 #, gcc-internal-format
58596 msgid "explicit instantiation shall not use %<inline%> specifier"
58597 msgstr ""
58599 #: cp/parser.cc:19284
58600 #, gcc-internal-format
58601 msgid "explicit instantiation shall not use %<constexpr%> specifier"
58602 msgstr ""
58604 #: cp/parser.cc:19288
58605 #, gcc-internal-format
58606 msgid "explicit instantiation shall not use %<consteval%> specifier"
58607 msgstr ""
58609 #: cp/parser.cc:19348
58610 #, gcc-internal-format
58611 msgid "template specialization with C linkage"
58612 msgstr ""
58614 #: cp/parser.cc:19577
58615 #, gcc-internal-format
58616 msgid "expected type specifier"
58617 msgstr ""
58619 #: cp/parser.cc:19777
58620 #, gcc-internal-format
58621 msgid "use of %<auto%> in lambda parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
58622 msgstr ""
58624 #: cp/parser.cc:19783
58625 #, gcc-internal-format
58626 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
58627 msgstr ""
58629 #: cp/parser.cc:19788
58630 #, gcc-internal-format
58631 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++20%> or %<-fconcepts%>"
58632 msgstr ""
58634 #: cp/parser.cc:19940
58635 #, gcc-internal-format
58636 msgid "expected template-id for type"
58637 msgstr ""
58639 #: cp/parser.cc:20070
58640 #, gcc-internal-format
58641 msgid "expected type-name"
58642 msgstr ""
58644 #: cp/parser.cc:20182
58645 #, gcc-internal-format
58646 msgid "%qE does not constrain a type"
58647 msgstr ""
58649 #: cp/parser.cc:20183
58650 #, gcc-internal-format
58651 msgid "concept defined here"
58652 msgstr ""
58654 #: cp/parser.cc:20215
58655 #, gcc-internal-format
58656 msgid "expected %<auto%> or %<decltype(auto)%> after %qE"
58657 msgstr "očekivano je %<auto%> ili %<decltype(auto)%> iza %qE"
58659 #: cp/parser.cc:20222
58660 #, gcc-internal-format
58661 msgid "unexpected placeholder in constrained result type"
58662 msgstr ""
58664 #: cp/parser.cc:20465
58665 #, gcc-internal-format
58666 msgid "elaborated-type-specifier for a scoped enum must not use the %qD keyword"
58667 msgstr ""
58669 #: cp/parser.cc:20541
58670 #, gcc-internal-format
58671 msgid "%<template%> must follow a nested-name-specifier"
58672 msgstr ""
58674 #: cp/parser.cc:20703
58675 #, gcc-internal-format
58676 msgid "declaration %qD does not declare anything"
58677 msgstr ""
58679 #: cp/parser.cc:20791
58680 #, gcc-internal-format
58681 msgid "attributes ignored on uninstantiated type"
58682 msgstr ""
58684 #: cp/parser.cc:20797
58685 #, gcc-internal-format
58686 msgid "attributes ignored on template instantiation"
58687 msgstr ""
58689 #: cp/parser.cc:20808
58690 #, gcc-internal-format
58691 msgid "attributes ignored on elaborated-type-specifier that is not a forward declaration"
58692 msgstr ""
58694 #: cp/parser.cc:20949
58695 #, gcc-internal-format
58696 msgid "%qD is an enumeration template"
58697 msgstr ""
58699 #: cp/parser.cc:20960
58700 #, gcc-internal-format
58701 msgid "%qD does not name an enumeration in %qT"
58702 msgstr ""
58704 #: cp/parser.cc:20975
58705 #, gcc-internal-format
58706 msgid "unnamed scoped enum is not allowed"
58707 msgstr ""
58709 #: cp/parser.cc:20991
58710 #, gcc-internal-format
58711 msgid "types may not be defined in enum-base"
58712 msgstr ""
58714 #: cp/parser.cc:21036
58715 #, gcc-internal-format
58716 msgid "expected %<;%> or %<{%>"
58717 msgstr ""
58719 #: cp/parser.cc:21081
58720 #, gcc-internal-format
58721 msgid "cannot add an enumerator list to a template instantiation"
58722 msgstr ""
58724 #: cp/parser.cc:21095
58725 #, gcc-internal-format
58726 msgid "nested name specifier %qT for enum declaration does not name a class or namespace"
58727 msgstr ""
58729 #: cp/parser.cc:21107 cp/parser.cc:26785
58730 #, gcc-internal-format
58731 msgid "declaration of %qD in namespace %qD which does not enclose %qD"
58732 msgstr ""
58734 #: cp/parser.cc:21112 cp/parser.cc:26790
58735 #, gcc-internal-format
58736 msgid "declaration of %qD in %qD which does not enclose %qD"
58737 msgstr ""
58739 #: cp/parser.cc:21124 cp/parser.cc:26803
58740 #, gcc-internal-format
58741 msgid "extra qualification not allowed"
58742 msgstr ""
58744 #: cp/parser.cc:21163
58745 #, gcc-internal-format
58746 msgid "ISO C++ forbids empty unnamed enum"
58747 msgstr ""
58749 #: cp/parser.cc:21187
58750 #, gcc-internal-format
58751 msgid "opaque-enum-specifier without name"
58752 msgstr ""
58754 #: cp/parser.cc:21190
58755 #, gcc-internal-format
58756 msgid "opaque-enum-specifier must use a simple identifier"
58757 msgstr ""
58759 #: cp/parser.cc:21311
58760 #, gcc-internal-format
58761 msgid "unexpanded parameter pack in enumerator in lambda"
58762 msgstr ""
58764 #: cp/parser.cc:21386
58765 #, gcc-internal-format
58766 msgid "%qD is not a namespace-name; did you mean %qs?"
58767 msgstr ""
58769 #: cp/parser.cc:21390
58770 #, gcc-internal-format
58771 msgid "%qD is not a namespace-name"
58772 msgstr ""
58774 #: cp/parser.cc:21394
58775 #, gcc-internal-format
58776 msgid "expected namespace-name"
58777 msgstr ""
58779 #: cp/parser.cc:21455
58780 #, gcc-internal-format
58781 msgid "nested inline namespace definitions only available with %<-std=c++20%> or %<-std=gnu++20%>"
58782 msgstr ""
58784 #: cp/parser.cc:21467
58785 #, gcc-internal-format
58786 msgid "standard attributes on namespaces must precede the namespace name"
58787 msgstr ""
58789 #: cp/parser.cc:21486
58790 #, gcc-internal-format
58791 msgid "nested namespace definitions only available with %<-std=c++17%> or %<-std=gnu++17%>"
58792 msgstr ""
58794 #: cp/parser.cc:21496
58795 #, gcc-internal-format
58796 msgid "nested namespace name required"
58797 msgstr ""
58799 #: cp/parser.cc:21501
58800 #, gcc-internal-format
58801 msgid "namespace name required"
58802 msgstr ""
58804 #: cp/parser.cc:21505
58805 #, gcc-internal-format
58806 msgid "a nested namespace definition cannot have attributes"
58807 msgstr ""
58809 #: cp/parser.cc:21508
58810 #, gcc-internal-format
58811 msgid "a nested namespace definition cannot be inline"
58812 msgstr ""
58814 #: cp/parser.cc:21515
58815 #, gcc-internal-format
58816 msgid "namespace %qD entered"
58817 msgstr ""
58819 #: cp/parser.cc:21570
58820 #, gcc-internal-format
58821 msgid "%<namespace%> definition is not allowed here"
58822 msgstr ""
58824 #: cp/parser.cc:21752
58825 #, gcc-internal-format
58826 msgid "pack expansion in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
58827 msgstr ""
58829 #: cp/parser.cc:21796
58830 #, gcc-internal-format
58831 msgid "a template-id may not appear in a using-declaration"
58832 msgstr ""
58834 #: cp/parser.cc:21814
58835 #, gcc-internal-format
58836 msgid "comma-separated list in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
58837 msgstr ""
58839 #: cp/parser.cc:21824
58840 #, gcc-internal-format
58841 msgid "access declarations are deprecated in favour of using-declarations; suggestion: add the %<using%> keyword"
58842 msgstr ""
58844 #: cp/parser.cc:21889
58845 #, gcc-internal-format
58846 msgid "opaque-enum-declaration here"
58847 msgstr ""
58849 #: cp/parser.cc:21959
58850 #, gcc-internal-format
58851 msgid "types may not be defined in alias template declarations"
58852 msgstr ""
58854 #: cp/parser.cc:22137
58855 #, gcc-internal-format
58856 msgid "%<asm%> in %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
58857 msgstr ""
58859 #: cp/parser.cc:22157 cp/parser.cc:22174 cp/parser.cc:22188
58860 #, gcc-internal-format
58861 msgid "duplicate %<asm%> qualifier %qT"
58862 msgstr ""
58864 #: cp/parser.cc:22164
58865 #, gcc-internal-format
58866 msgid "%<asm%> qualifier %qT ignored outside of function body"
58867 msgstr ""
58869 #: cp/parser.cc:22201
58870 #, gcc-internal-format
58871 msgid "%qT is not an %<asm%> qualifier"
58872 msgstr ""
58874 #: cp/parser.cc:22217
58875 #, gcc-internal-format
58876 msgid "%<asm%> qualifier outside of function body"
58877 msgstr ""
58879 #: cp/parser.cc:22446
58880 #, gcc-internal-format
58881 msgid "empty parentheses were disambiguated as a function declaration"
58882 msgstr ""
58884 #: cp/parser.cc:22457
58885 #, gcc-internal-format
58886 msgid "remove parentheses to default-initialize a variable"
58887 msgstr ""
58889 #: cp/parser.cc:22462
58890 #, gcc-internal-format
58891 msgid "or replace parentheses with braces to aggregate-initialize a variable"
58892 msgstr ""
58894 #: cp/parser.cc:22465
58895 #, gcc-internal-format
58896 msgid "or replace parentheses with braces to value-initialize a variable"
58897 msgstr ""
58899 #: cp/parser.cc:22482 cp/parser.cc:22507
58900 #, gcc-internal-format
58901 msgid "parentheses were disambiguated as a function declaration"
58902 msgstr ""
58904 #: cp/parser.cc:22494 cp/parser.cc:22515
58905 #, gcc-internal-format
58906 msgid "replace parentheses with braces to declare a variable"
58907 msgstr ""
58909 #: cp/parser.cc:22501
58910 #, gcc-internal-format
58911 msgid "add parentheses to declare a variable"
58912 msgstr ""
58914 #: cp/parser.cc:22748
58915 #, gcc-internal-format
58916 msgid "a function-definition is not allowed here"
58917 msgstr ""
58919 #: cp/parser.cc:22759
58920 #, gcc-internal-format
58921 msgid "an %<asm%> specification is not allowed on a function-definition"
58922 msgstr ""
58924 #: cp/parser.cc:22763
58925 #, gcc-internal-format
58926 msgid "attributes are not allowed on a function-definition"
58927 msgstr ""
58929 #: cp/parser.cc:22814
58930 #, gcc-internal-format
58931 msgid "expected constructor, destructor, or type conversion"
58932 msgstr ""
58934 #: cp/parser.cc:22958
58935 #, gcc-internal-format
58936 msgid "initializer provided for function"
58937 msgstr ""
58939 #: cp/parser.cc:23000
58940 #, gcc-internal-format
58941 msgid "attributes after parenthesized initializer ignored"
58942 msgstr ""
58944 #: cp/parser.cc:23014
58945 #, gcc-internal-format
58946 msgid "non-function %qD declared as implicit template"
58947 msgstr ""
58949 #: cp/parser.cc:23513
58950 #, gcc-internal-format
58951 msgid "array bound is not an integer constant"
58952 msgstr ""
58954 #: cp/parser.cc:23639
58955 #, gcc-internal-format
58956 msgid "cannot define member of dependent typedef %qT"
58957 msgstr ""
58959 #: cp/parser.cc:23643
58960 #, gcc-internal-format
58961 msgid "%<%T::%E%> is not a type"
58962 msgstr ""
58964 #. We do not attempt to print the declarator
58965 #. here because we do not have enough
58966 #. information about its original syntactic
58967 #. form.
58968 #: cp/parser.cc:23672
58969 #, gcc-internal-format
58970 msgid "invalid declarator"
58971 msgstr ""
58973 #: cp/parser.cc:23680
58974 #, gcc-internal-format
58975 msgid "invalid use of constructor as a template"
58976 msgstr ""
58978 #: cp/parser.cc:23682
58979 #, gcc-internal-format
58980 msgid "use %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified name"
58981 msgstr ""
58983 #. But declarations with qualified-ids can't appear in a
58984 #. function.
58985 #: cp/parser.cc:23797
58986 #, gcc-internal-format
58987 msgid "qualified-id in declaration"
58988 msgstr ""
58990 #: cp/parser.cc:23822
58991 #, gcc-internal-format
58992 msgid "expected declarator"
58993 msgstr ""
58995 #: cp/parser.cc:23943
58996 #, gcc-internal-format
58997 msgid "%qD is a namespace"
58998 msgstr ""
59000 #: cp/parser.cc:23945
59001 #, gcc-internal-format
59002 msgid "cannot form pointer to member of non-class %q#T"
59003 msgstr ""
59005 #: cp/parser.cc:23966
59006 #, gcc-internal-format
59007 msgid "expected ptr-operator"
59008 msgstr ""
59010 #: cp/parser.cc:24027
59011 #, gcc-internal-format
59012 msgid "duplicate cv-qualifier"
59013 msgstr ""
59015 #: cp/parser.cc:24081
59016 #, gcc-internal-format
59017 msgid "multiple ref-qualifiers"
59018 msgstr ""
59020 #: cp/parser.cc:24118
59021 #, gcc-internal-format
59022 msgid "%qE requires %<-fgnu-tm%>"
59023 msgstr ""
59025 #: cp/parser.cc:24176
59026 #, gcc-internal-format
59027 msgid "duplicate virt-specifier"
59028 msgstr ""
59030 #: cp/parser.cc:24441
59031 #, gcc-internal-format
59032 msgid "missing template arguments after %qE"
59033 msgstr ""
59035 #: cp/parser.cc:24447
59036 #, gcc-internal-format
59037 msgid "%qT not permitted in template argument"
59038 msgstr ""
59040 #: cp/parser.cc:24450 cp/typeck2.cc:340 cp/typeck2.cc:387 cp/typeck2.cc:2474
59041 #: rust/backend/rust-tree.cc:3876
59042 #, gcc-internal-format
59043 msgid "invalid use of %qT"
59044 msgstr ""
59046 #: cp/parser.cc:24477
59047 #, gcc-internal-format
59048 msgid "types may not be defined in template arguments"
59049 msgstr ""
59051 #: cp/parser.cc:24482
59052 #, gcc-internal-format
59053 msgid "invalid use of %<auto%> in template argument"
59054 msgstr ""
59056 #: cp/parser.cc:24588
59057 #, gcc-internal-format
59058 msgid "expected type-specifier"
59059 msgstr ""
59061 #: cp/parser.cc:24915
59062 #, gcc-internal-format
59063 msgid "expected %<,%> or %<...%>"
59064 msgstr ""
59066 #: cp/parser.cc:24993
59067 #, gcc-internal-format
59068 msgid "types may not be defined in parameter types"
59069 msgstr ""
59071 #: cp/parser.cc:25192
59072 #, gcc-internal-format
59073 msgid "default arguments are only permitted for function parameters"
59074 msgstr ""
59076 #: cp/parser.cc:25210
59077 #, gcc-internal-format
59078 msgid "parameter pack %qD cannot have a default argument"
59079 msgstr ""
59081 #: cp/parser.cc:25216
59082 #, gcc-internal-format
59083 msgid "template parameter pack cannot have a default argument"
59084 msgstr ""
59086 #: cp/parser.cc:25218
59087 #, gcc-internal-format
59088 msgid "parameter pack cannot have a default argument"
59089 msgstr ""
59091 #: cp/parser.cc:25348
59092 #, gcc-internal-format
59093 msgid "function-try-block body of %<constexpr%> constructor only available with %<-std=c++20%> or %<-std=gnu++20%>"
59094 msgstr ""
59096 #: cp/parser.cc:25352
59097 #, gcc-internal-format
59098 msgid "function-try-block body of %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
59099 msgstr ""
59101 #: cp/parser.cc:25687
59102 #, gcc-internal-format
59103 msgid "C++ designated initializers only available with %<-std=c++20%> or %<-std=gnu++20%>"
59104 msgstr ""
59106 #: cp/parser.cc:25707
59107 #, gcc-internal-format
59108 msgid "ISO C++ does not allow GNU designated initializers"
59109 msgstr ""
59111 #: cp/parser.cc:25745
59112 #, gcc-internal-format
59113 msgid "ISO C++ does not allow C99 designated initializers"
59114 msgstr ""
59116 #: cp/parser.cc:25759
59117 #, gcc-internal-format
59118 msgid "either all initializer clauses should be designated or none of them should be"
59119 msgstr ""
59121 #: cp/parser.cc:25784
59122 #, gcc-internal-format
59123 msgid "%<...%> not allowed in designated initializer list"
59124 msgstr ""
59126 #: cp/parser.cc:25835
59127 #, gcc-internal-format
59128 msgid "%<.%s%> designator used multiple times in the same initializer list"
59129 msgstr ""
59131 #: cp/parser.cc:25891 cp/parser.cc:26028
59132 #, gcc-internal-format
59133 msgid "expected class-name"
59134 msgstr ""
59136 #: cp/parser.cc:26270
59137 #, gcc-internal-format
59138 msgid "expected %<;%> after class definition"
59139 msgstr ""
59141 #: cp/parser.cc:26273
59142 #, gcc-internal-format
59143 msgid "expected %<;%> after struct definition"
59144 msgstr ""
59146 #: cp/parser.cc:26276
59147 #, gcc-internal-format
59148 msgid "expected %<;%> after union definition"
59149 msgstr ""
59151 #: cp/parser.cc:26727
59152 #, gcc-internal-format
59153 msgid "expected %<{%> or %<:%>"
59154 msgstr ""
59156 #: cp/parser.cc:26738
59157 #, gcc-internal-format
59158 msgid "cannot specify %<override%> for a class"
59159 msgstr "ne možete specificirati %<override%> za klasu"
59161 #: cp/parser.cc:26746
59162 #, gcc-internal-format
59163 msgid "global qualification of class name is invalid"
59164 msgstr ""
59166 #: cp/parser.cc:26753
59167 #, gcc-internal-format
59168 msgid "qualified name does not name a class"
59169 msgstr ""
59171 #: cp/parser.cc:26765
59172 #, gcc-internal-format
59173 msgid "keyword %<template%> not allowed in class-head-name"
59174 msgstr ""
59176 #: cp/parser.cc:26771
59177 #, gcc-internal-format
59178 msgid "invalid class name in declaration of %qD"
59179 msgstr ""
59181 #: cp/parser.cc:26825
59182 #, gcc-internal-format
59183 msgid "an explicit specialization must be preceded by %<template <>%>"
59184 msgstr ""
59186 #: cp/parser.cc:26857
59187 #, gcc-internal-format
59188 msgid "function template %qD redeclared as a class template"
59189 msgstr ""
59191 #: cp/parser.cc:26890
59192 #, gcc-internal-format
59193 msgid "could not resolve typename type"
59194 msgstr ""
59196 #: cp/parser.cc:26954
59197 #, gcc-internal-format
59198 msgid "previous definition of %q#T"
59199 msgstr ""
59201 #. In a lambda this should work, but doesn't currently.
59202 #. We're in a lambda, but it isn't the innermost class.
59203 #. This should work, but currently doesn't.
59204 #: cp/parser.cc:26968 cp/pt.cc:4299
59205 #, gcc-internal-format
59206 msgid "unexpanded parameter pack in local class in lambda"
59207 msgstr ""
59209 #: cp/parser.cc:27068 cp/parser.cc:33769
59210 #, gcc-internal-format
59211 msgid "expected class-key"
59212 msgstr ""
59214 #: cp/parser.cc:27093
59215 #, gcc-internal-format
59216 msgid "ISO C++ forbids typename key in template template parameter; use %<-std=c++17%> or %<-std=gnu++17%>"
59217 msgstr ""
59219 #: cp/parser.cc:27097
59220 #, gcc-internal-format
59221 msgid "expected %<class%> or %<typename%>"
59222 msgstr "očekivano je %<class%> ili %<typename%>"
59224 #: cp/parser.cc:27347
59225 #, gcc-internal-format
59226 msgid "in C++03 a class-key must be used when declaring a friend"
59227 msgstr ""
59229 #: cp/parser.cc:27378
59230 #, gcc-internal-format
59231 msgid "friend declaration does not name a class or function"
59232 msgstr ""
59234 #: cp/parser.cc:27396
59235 #, gcc-internal-format
59236 msgid "a storage class on an anonymous aggregate in class scope is not allowed"
59237 msgstr ""
59239 #: cp/parser.cc:27498
59240 #, gcc-internal-format
59241 msgid "default member initializers for bit-fields only available with %<-std=c++20%> or %<-std=gnu++20%>"
59242 msgstr ""
59244 #: cp/parser.cc:27505
59245 #, gcc-internal-format
59246 msgid "default member initializer for unnamed bit-field"
59247 msgstr ""
59249 #: cp/parser.cc:27518
59250 #, gcc-internal-format
59251 msgid "ISO C++ allows bit-field attributes only before the %<:%> token"
59252 msgstr ""
59254 #: cp/parser.cc:27680
59255 #, gcc-internal-format
59256 msgid "bit-field %qD has non-integral type %qT"
59257 msgstr ""
59259 #: cp/parser.cc:27708
59260 #, gcc-internal-format
59261 msgid "pure-specifier on function-definition"
59262 msgstr ""
59264 #: cp/parser.cc:27729
59265 #, gcc-internal-format
59266 msgid "extra %<;%> after in-class function definition"
59267 msgstr ""
59269 #: cp/parser.cc:27778
59270 #, gcc-internal-format
59271 msgid "stray %<,%> at end of member declaration"
59272 msgstr ""
59274 #: cp/parser.cc:27792
59275 #, gcc-internal-format
59276 msgid "expected %<;%> at end of member declaration"
59277 msgstr ""
59279 #: cp/parser.cc:27867
59280 #, gcc-internal-format
59281 msgid "invalid pure specifier (only %<= 0%> is allowed)"
59282 msgstr ""
59284 #: cp/parser.cc:27902
59285 #, gcc-internal-format
59286 msgid "a brace-enclosed initializer is not allowed here"
59287 msgstr ""
59289 #: cp/parser.cc:28032
59290 #, gcc-internal-format
59291 msgid "%<virtual%> specified more than once in base-specifier"
59292 msgstr ""
59294 #: cp/parser.cc:28052
59295 #, gcc-internal-format
59296 msgid "more than one access specifier in base-specifier"
59297 msgstr ""
59299 #: cp/parser.cc:28076
59300 #, gcc-internal-format
59301 msgid "keyword %<typename%> not allowed outside of templates"
59302 msgstr ""
59304 #: cp/parser.cc:28079
59305 #, gcc-internal-format
59306 msgid "keyword %<typename%> not allowed in this context (the base class is implicitly a type)"
59307 msgstr ""
59309 #: cp/parser.cc:28279 cp/parser.cc:28373
59310 #, gcc-internal-format
59311 msgid "types may not be defined in an exception-specification"
59312 msgstr ""
59314 #: cp/parser.cc:28381
59315 #, gcc-internal-format
59316 msgid "ISO C++17 does not allow dynamic exception specifications"
59317 msgstr ""
59319 #: cp/parser.cc:28387
59320 #, gcc-internal-format
59321 msgid "dynamic exception specifications are deprecated in C++11"
59322 msgstr ""
59324 #: cp/parser.cc:28431
59325 #, gcc-internal-format
59326 msgid "invalid use of %<auto%> in exception-specification"
59327 msgstr ""
59329 #: cp/parser.cc:28472
59330 #, gcc-internal-format
59331 msgid "%<try%> in %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
59332 msgstr ""
59334 #: cp/parser.cc:28584
59335 #, gcc-internal-format
59336 msgid "types may not be defined in exception-declarations"
59337 msgstr ""
59339 #: cp/parser.cc:29142
59340 #, gcc-internal-format
59341 msgid "expected OpenMP directive name"
59342 msgstr "očekivano je ime direktive OpenMP"
59344 #: cp/parser.cc:29151
59345 #, gcc-internal-format
59346 msgid "expected attribute argument as balanced token sequence"
59347 msgstr ""
59349 #: cp/parser.cc:29196
59350 #, gcc-internal-format
59351 msgid "expected %<directive%> or %<sequence%>"
59352 msgstr "očekivano je %<directive%> ili %<sequence%>"
59354 #: cp/parser.cc:29295
59355 #, gcc-internal-format
59356 msgid "attribute using prefix used together with scoped attribute token"
59357 msgstr ""
59359 #: cp/parser.cc:29309
59360 #, gcc-internal-format
59361 msgid "expected an identifier for the attribute name"
59362 msgstr ""
59364 #: cp/parser.cc:29364
59365 #, gcc-internal-format
59366 msgid "%<omp::%E%> attribute requires argument"
59367 msgstr ""
59369 #. e.g. [[attr()]].
59370 #: cp/parser.cc:29436
59371 #, gcc-internal-format
59372 msgid "parentheses must be omitted if %qE attribute argument list is empty"
59373 msgstr ""
59375 #: cp/parser.cc:29471
59376 #, gcc-internal-format
59377 msgid "attribute %qs specified multiple times"
59378 msgstr ""
59380 #: cp/parser.cc:29513
59381 #, gcc-internal-format
59382 msgid "expected attribute before %<...%>"
59383 msgstr "očekivan je atribut ispred %<...%>"
59385 #: cp/parser.cc:29556
59386 #, fuzzy, gcc-internal-format
59387 #| msgid "expected count value"
59388 msgid "expected contract-role"
59389 msgstr "očekivana je vrijednost za količinu (broj)"
59391 #. We got some other token other than a ':'.
59392 #: cp/parser.cc:29637
59393 #, fuzzy, gcc-internal-format
59394 #| msgid "expected constant size"
59395 msgid "expected contract semantic or level"
59396 msgstr "očekivana je veličina konstante"
59398 #: cp/parser.cc:29647
59399 #, fuzzy, gcc-internal-format
59400 #| msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
59401 msgid "expected contract level: %<default%>, %<audit%>, or %<axiom%>"
59402 msgstr "očekivano je %<data%>, %<update%>, %<enter%> ili %<exit%>"
59404 #: cp/parser.cc:29657
59405 #, gcc-internal-format
59406 msgid "invalid use of contract role for explicit semantic"
59407 msgstr ""
59409 #: cp/parser.cc:29794
59410 #, gcc-internal-format
59411 msgid "contracts are only available with %<-fcontracts%>"
59412 msgstr ""
59414 #: cp/parser.cc:29949
59415 #, gcc-internal-format
59416 msgid "attribute using prefix only available with %<-std=c++17%> or %<-std=gnu++17%>"
59417 msgstr ""
59419 #: cp/parser.cc:30294 cp/parser.cc:30303
59420 #, gcc-internal-format
59421 msgid "expression must be enclosed in parentheses"
59422 msgstr ""
59424 #: cp/parser.cc:30649
59425 #, gcc-internal-format
59426 msgid "missing additional %<requires%> to start a requires-expression"
59427 msgstr ""
59429 #: cp/parser.cc:30892
59430 #, gcc-internal-format
59431 msgid "testing if a concept-id is a valid expression; add %<requires%> to check satisfaction"
59432 msgstr ""
59434 #: cp/parser.cc:31030
59435 #, gcc-internal-format
59436 msgid "result type is not a plain type-constraint"
59437 msgstr ""
59439 #: cp/parser.cc:31038
59440 #, gcc-internal-format
59441 msgid "return-type-requirement is not a type-constraint"
59442 msgstr ""
59444 #: cp/parser.cc:31550
59445 #, gcc-internal-format
59446 msgid "specializing member %<%T::%E%> requires %<template<>%> syntax"
59447 msgstr ""
59449 #: cp/parser.cc:31555
59450 #, gcc-internal-format
59451 msgid "invalid declaration of %<%T::%E%>"
59452 msgstr ""
59454 #: cp/parser.cc:31559
59455 #, gcc-internal-format
59456 msgid "too few template-parameter-lists"
59457 msgstr ""
59459 #. Otherwise, there are too many template parameter lists.  We have
59460 #. something like:
59462 #. template <class T> template <class U> void S::f();
59463 #: cp/parser.cc:31566
59464 #, gcc-internal-format
59465 msgid "too many template-parameter-lists"
59466 msgstr ""
59468 #: cp/parser.cc:31959
59469 #, gcc-internal-format
59470 msgid "named return values are no longer supported"
59471 msgstr ""
59473 #: cp/parser.cc:32132
59474 #, gcc-internal-format
59475 msgid "ISO C++ did not adopt string literal operator templates taking an argument pack of characters"
59476 msgstr ""
59478 #: cp/parser.cc:32141
59479 #, gcc-internal-format
59480 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%> or single non-type parameter of class type"
59481 msgstr ""
59483 #: cp/parser.cc:32147
59484 #, gcc-internal-format
59485 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%>"
59486 msgstr ""
59488 #: cp/parser.cc:32254
59489 #, gcc-internal-format
59490 msgid "template-introductions are not part of C++20 concepts; use %qs to enable"
59491 msgstr ""
59493 #: cp/parser.cc:32264
59494 #, gcc-internal-format
59495 msgid "no matching concept for template-introduction"
59496 msgstr ""
59498 #: cp/parser.cc:32287
59499 #, gcc-internal-format
59500 msgid "invalid declaration of member template in local class"
59501 msgstr ""
59503 #: cp/parser.cc:32296
59504 #, gcc-internal-format
59505 msgid "template with C linkage"
59506 msgstr ""
59508 #: cp/parser.cc:32316
59509 #, gcc-internal-format
59510 msgid "invalid explicit specialization"
59511 msgstr ""
59513 #: cp/parser.cc:32428
59514 #, gcc-internal-format
59515 msgid "template declaration of %<typedef%>"
59516 msgstr ""
59518 #: cp/parser.cc:32479
59519 #, gcc-internal-format
59520 msgid "a class template declaration must not declare anything else"
59521 msgstr ""
59523 #: cp/parser.cc:32531
59524 #, gcc-internal-format
59525 msgid "explicit template specialization cannot have a storage class"
59526 msgstr ""
59528 #: cp/parser.cc:32838
59529 #, gcc-internal-format
59530 msgid "%<>>%> should be %<> >%> within a nested template argument list"
59531 msgstr ""
59533 #: cp/parser.cc:32851
59534 #, gcc-internal-format
59535 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
59536 msgstr ""
59538 #: cp/parser.cc:32882
59539 #, gcc-internal-format
59540 msgid "%qs should be %qs to terminate a template argument list"
59541 msgstr ""
59543 #: cp/parser.cc:33200
59544 #, gcc-internal-format
59545 msgid "%<sizeof...%> argument must be surrounded by parentheses"
59546 msgstr ""
59548 #: cp/parser.cc:33377
59549 #, gcc-internal-format
59550 msgid "invalid use of %qD in linkage specification"
59551 msgstr ""
59553 #: cp/parser.cc:33388
59554 #, gcc-internal-format
59555 msgid "duplicate %qD specifier"
59556 msgstr ""
59558 #: cp/parser.cc:33391
59559 #, gcc-internal-format
59560 msgid "%qD specifier conflicts with %qs"
59561 msgstr ""
59563 #: cp/parser.cc:33403
59564 #, gcc-internal-format
59565 msgid "%<__thread%> before %qD"
59566 msgstr ""
59568 #: cp/parser.cc:33419
59569 #, gcc-internal-format
59570 msgid "%qD specifier conflicts with %<typedef%>"
59571 msgstr ""
59573 #: cp/parser.cc:33526
59574 #, gcc-internal-format
59575 msgid "ISO C++ 1998 does not support %<long long%>"
59576 msgstr ""
59578 #: cp/parser.cc:33537
59579 #, gcc-internal-format
59580 msgid "both %<__thread%> and %<thread_local%> specified"
59581 msgstr ""
59583 #: cp/parser.cc:33542
59584 #, gcc-internal-format
59585 msgid "duplicate %qD"
59586 msgstr ""
59588 #: cp/parser.cc:33568
59589 #, gcc-internal-format
59590 msgid "duplicate %qs"
59591 msgstr ""
59593 #: cp/parser.cc:33620
59594 #, gcc-internal-format
59595 msgid "expected %<new%>"
59596 msgstr ""
59598 #: cp/parser.cc:33623
59599 #, gcc-internal-format
59600 msgid "expected %<delete%>"
59601 msgstr ""
59603 #: cp/parser.cc:33626
59604 #, gcc-internal-format
59605 msgid "expected %<return%>"
59606 msgstr ""
59608 #: cp/parser.cc:33632
59609 #, gcc-internal-format
59610 msgid "expected %<extern%>"
59611 msgstr ""
59613 #: cp/parser.cc:33635
59614 #, gcc-internal-format
59615 msgid "expected %<static_assert%>"
59616 msgstr ""
59618 #: cp/parser.cc:33638
59619 #, gcc-internal-format
59620 msgid "expected %<decltype%>"
59621 msgstr ""
59623 #: cp/parser.cc:33641
59624 #, gcc-internal-format
59625 msgid "expected %<operator%>"
59626 msgstr ""
59628 #: cp/parser.cc:33644
59629 #, gcc-internal-format
59630 msgid "expected %<class%>"
59631 msgstr ""
59633 #: cp/parser.cc:33647
59634 #, gcc-internal-format
59635 msgid "expected %<template%>"
59636 msgstr ""
59638 #: cp/parser.cc:33650
59639 #, gcc-internal-format
59640 msgid "expected %<namespace%>"
59641 msgstr ""
59643 #: cp/parser.cc:33653
59644 #, gcc-internal-format
59645 msgid "expected %<using%>"
59646 msgstr ""
59648 #: cp/parser.cc:33656
59649 #, gcc-internal-format
59650 msgid "expected %<asm%>"
59651 msgstr ""
59653 #: cp/parser.cc:33659
59654 #, gcc-internal-format
59655 msgid "expected %<try%>"
59656 msgstr ""
59658 #: cp/parser.cc:33662
59659 #, gcc-internal-format
59660 msgid "expected %<catch%>"
59661 msgstr ""
59663 #: cp/parser.cc:33665
59664 #, gcc-internal-format
59665 msgid "expected %<throw%>"
59666 msgstr ""
59668 #: cp/parser.cc:33668
59669 #, gcc-internal-format
59670 msgid "expected %<auto%>"
59671 msgstr "očekivano je %<auto%>"
59673 #: cp/parser.cc:33671
59674 #, gcc-internal-format
59675 msgid "expected %<__label__%>"
59676 msgstr ""
59678 #: cp/parser.cc:33674
59679 #, gcc-internal-format
59680 msgid "expected %<@try%>"
59681 msgstr ""
59683 #: cp/parser.cc:33677
59684 #, gcc-internal-format
59685 msgid "expected %<@synchronized%>"
59686 msgstr ""
59688 #: cp/parser.cc:33680
59689 #, gcc-internal-format
59690 msgid "expected %<@throw%>"
59691 msgstr ""
59693 #: cp/parser.cc:33683
59694 #, gcc-internal-format
59695 msgid "expected %<__transaction_atomic%>"
59696 msgstr ""
59698 #: cp/parser.cc:33686
59699 #, gcc-internal-format
59700 msgid "expected %<__transaction_relaxed%>"
59701 msgstr ""
59703 #: cp/parser.cc:33689
59704 #, gcc-internal-format
59705 msgid "expected %<co_yield%>"
59706 msgstr "očekivano je %<co_yield%>"
59708 #: cp/parser.cc:33721
59709 #, gcc-internal-format
59710 msgid "expected %<::%>"
59711 msgstr ""
59713 #: cp/parser.cc:33733
59714 #, gcc-internal-format
59715 msgid "expected %<...%>"
59716 msgstr ""
59718 #: cp/parser.cc:33736
59719 #, gcc-internal-format
59720 msgid "expected %<*%>"
59721 msgstr ""
59723 #: cp/parser.cc:33739
59724 #, gcc-internal-format
59725 msgid "expected %<~%>"
59726 msgstr ""
59728 #: cp/parser.cc:33745
59729 #, gcc-internal-format
59730 msgid "expected %<:%> or %<::%>"
59731 msgstr ""
59733 #: cp/parser.cc:33772
59734 #, gcc-internal-format
59735 msgid "expected %<class%>, %<typename%>, or %<template%>"
59736 msgstr ""
59738 #: cp/parser.cc:34107
59739 #, gcc-internal-format
59740 msgid "redundant enum-key %<enum%s%> in reference to %q#T"
59741 msgstr ""
59743 #: cp/parser.cc:34258
59744 #, gcc-internal-format
59745 msgid "%qs tag used in naming %q#T"
59746 msgstr ""
59748 #: cp/parser.cc:34263
59749 #, gcc-internal-format
59750 msgid "%q#T was previously declared here"
59751 msgstr ""
59753 #: cp/parser.cc:34384
59754 #, gcc-internal-format
59755 msgid "redundant class-key %qs in reference to %q#T"
59756 msgstr ""
59758 #: cp/parser.cc:34524 cp/parser.cc:34558
59759 #, gcc-internal-format
59760 msgid "%qT declared with a mismatched class-key %qs"
59761 msgstr ""
59763 #: cp/parser.cc:34531 cp/parser.cc:34564
59764 #, gcc-internal-format
59765 msgid "remove the class-key or replace it with %qs"
59766 msgstr ""
59768 #: cp/parser.cc:34532 cp/parser.cc:34565
59769 #, gcc-internal-format
59770 msgid "replace the class-key with %qs"
59771 msgstr ""
59773 #: cp/parser.cc:34539
59774 #, gcc-internal-format
59775 msgid "%qT defined as %qs here"
59776 msgstr ""
59778 #: cp/parser.cc:34540
59779 #, gcc-internal-format
59780 msgid "%qT first declared as %qs here"
59781 msgstr ""
59783 #: cp/parser.cc:34622
59784 #, gcc-internal-format
59785 msgid "%qD redeclared with different access"
59786 msgstr ""
59788 #: cp/parser.cc:34643
59789 #, gcc-internal-format
59790 msgid "in C++98 %<template%> (as a disambiguator) is only allowed within templates"
59791 msgstr ""
59793 #: cp/parser.cc:34893
59794 #, gcc-internal-format
59795 msgid "file ends in default argument"
59796 msgstr ""
59798 #: cp/parser.cc:35134 cp/parser.cc:36442 cp/parser.cc:36631
59799 #, gcc-internal-format
59800 msgid "misplaced %<@%D%> Objective-C++ construct"
59801 msgstr ""
59803 #: cp/parser.cc:35205
59804 #, gcc-internal-format
59805 msgid "objective-c++ message receiver expected"
59806 msgstr ""
59808 #: cp/parser.cc:35275
59809 #, gcc-internal-format
59810 msgid "objective-c++ message argument(s) are expected"
59811 msgstr ""
59813 #: cp/parser.cc:35306
59814 #, gcc-internal-format
59815 msgid "%<@encode%> must specify a type as an argument"
59816 msgstr ""
59818 #: cp/parser.cc:35710
59819 #, gcc-internal-format
59820 msgid "invalid Objective-C++ selector name"
59821 msgstr ""
59823 #: cp/parser.cc:35785 cp/parser.cc:35803
59824 #, gcc-internal-format
59825 msgid "objective-c++ method declaration is expected"
59826 msgstr ""
59828 #: cp/parser.cc:35797 cp/parser.cc:35863
59829 #, gcc-internal-format
59830 msgid "method attributes must be specified at the end"
59831 msgstr ""
59833 #: cp/parser.cc:35906
59834 #, gcc-internal-format
59835 msgid "stray %qs between Objective-C++ methods"
59836 msgstr ""
59838 #: cp/parser.cc:36103 cp/parser.cc:36110 cp/parser.cc:36117
59839 #, gcc-internal-format
59840 msgid "invalid type for instance variable"
59841 msgstr ""
59843 #: cp/parser.cc:36234
59844 #, gcc-internal-format
59845 msgid "identifier expected after %<@protocol%>"
59846 msgstr ""
59848 #: cp/parser.cc:36407
59849 #, gcc-internal-format
59850 msgid "attributes may not be specified before the %<@%D%> Objective-C++ keyword"
59851 msgstr ""
59853 #: cp/parser.cc:36414
59854 #, gcc-internal-format
59855 msgid "prefix attributes are ignored before %<@%D%>"
59856 msgstr ""
59858 #: cp/parser.cc:36694 cp/parser.cc:36701 cp/parser.cc:36708
59859 #, gcc-internal-format
59860 msgid "invalid type for property"
59861 msgstr ""
59863 #: cp/parser.cc:36870
59864 #, gcc-internal-format
59865 msgid "unknown property attribute %qE"
59866 msgstr ""
59868 #: cp/parser.cc:37999
59869 #, gcc-internal-format
59870 msgid "expected integer expression list"
59871 msgstr ""
59873 #: cp/parser.cc:38016
59874 #, gcc-internal-format
59875 msgid "%<wait%> expression must be integral"
59876 msgstr ""
59878 #: cp/parser.cc:39105
59879 #, gcc-internal-format
59880 msgid "invalid reduction-identifier"
59881 msgstr ""
59883 #: cp/parser.cc:40074
59884 #, gcc-internal-format
59885 msgid "types may not be defined in iterator type"
59886 msgstr ""
59888 #: cp/parser.cc:42980
59889 #, gcc-internal-format
59890 msgid "parenthesized initialization is not allowed in OpenMP %<for%> loop"
59891 msgstr ""
59893 #: cp/parser.cc:43425
59894 #, gcc-internal-format
59895 msgid "%<[[omp::directive(%s)]]%> must be the only specified attribute on a statement"
59896 msgstr ""
59898 #: cp/parser.cc:43670
59899 #, gcc-internal-format
59900 msgid "%<ordered%> clause with parameter on range-based %<for%> loop"
59901 msgstr ""
59903 #: cp/parser.cc:43757 cp/pt.cc:18448
59904 #, gcc-internal-format
59905 msgid "iteration variable %qD should not be reduction"
59906 msgstr ""
59908 #: cp/parser.cc:43850
59909 #, gcc-internal-format
59910 msgid "not enough for loops to collapse"
59911 msgstr ""
59913 #: cp/parser.cc:46217
59914 #, gcc-internal-format
59915 msgid "%<#pragma omp declare %s%> followed by %<#pragma omp declare %s%>"
59916 msgstr ""
59918 #: cp/parser.cc:47052
59919 #, gcc-internal-format
59920 msgid "OpenMP directive other than %<declare simd%> or %<declare variant%> appertains to a declaration"
59921 msgstr ""
59923 #: cp/parser.cc:47398 cp/parser.cc:47429
59924 #, gcc-internal-format
59925 msgid "%qs in attribute syntax terminated with %qs in pragma syntax"
59926 msgstr ""
59928 #: cp/parser.cc:47405 cp/parser.cc:47434
59929 #, gcc-internal-format
59930 msgid "%qs in pragma syntax terminated with %qs in attribute syntax"
59931 msgstr ""
59933 #: cp/parser.cc:47546
59934 #, gcc-internal-format
59935 msgid "invalid initializer clause"
59936 msgstr ""
59938 #: cp/parser.cc:47576
59939 #, gcc-internal-format
59940 msgid "expected id-expression (arguments)"
59941 msgstr ""
59943 #: cp/parser.cc:47588
59944 #, gcc-internal-format
59945 msgid "one of the initializer call arguments should be %<omp_priv%> or %<&omp_priv%>"
59946 msgstr ""
59948 #: cp/parser.cc:47691
59949 #, gcc-internal-format
59950 msgid "types may not be defined in declare reduction type list"
59951 msgstr ""
59953 #: cp/parser.cc:47711 cp/semantics.cc:6120
59954 #, gcc-internal-format
59955 msgid "predeclared arithmetic type %qT in %<#pragma omp declare reduction%>"
59956 msgstr ""
59958 #: cp/parser.cc:47715 cp/semantics.cc:6128
59959 #, gcc-internal-format
59960 msgid "function or array type %qT in %<#pragma omp declare reduction%>"
59961 msgstr ""
59963 #: cp/parser.cc:47718 cp/pt.cc:14373 cp/semantics.cc:6134
59964 #, gcc-internal-format
59965 msgid "reference type %qT in %<#pragma omp declare reduction%>"
59966 msgstr ""
59968 #: cp/parser.cc:47721 cp/semantics.cc:6140
59969 #, gcc-internal-format
59970 msgid "%<const%>, %<volatile%> or %<__restrict%>-qualified type %qT in %<#pragma omp declare reduction%>"
59971 msgstr ""
59973 #: cp/parser.cc:48435
59974 #, gcc-internal-format
59975 msgid "%<#pragma acc routine%> names a set of overloads"
59976 msgstr ""
59978 #: cp/parser.cc:48445
59979 #, gcc-internal-format
59980 msgid "%qD does not refer to a namespace scope function"
59981 msgstr ""
59983 #. cancel-and-throw is unimplemented.
59984 #: cp/parser.cc:48806
59985 #, gcc-internal-format
59986 msgid "%<atomic_cancel%>"
59987 msgstr ""
59989 #: cp/parser.cc:48853 cp/semantics.cc:11147
59990 #, gcc-internal-format
59991 msgid "%<__transaction_relaxed%> without transactional memory support enabled"
59992 msgstr ""
59994 #: cp/parser.cc:48855 cp/semantics.cc:11149
59995 #, gcc-internal-format
59996 msgid "%<__transaction_atomic%> without transactional memory support enabled"
59997 msgstr ""
59999 #: cp/parser.cc:49001
60000 #, gcc-internal-format
60001 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%>"
60002 msgstr ""
60004 #: cp/parser.cc:49004
60005 #, gcc-internal-format
60006 msgid "  or a %<transaction_may_cancel_outer%> function"
60007 msgstr ""
60009 #: cp/parser.cc:49051
60010 #, gcc-internal-format
60011 msgid "malformed %<#pragma GCC pch_preprocess%>"
60012 msgstr ""
60014 #: cp/parser.cc:49349
60015 #, gcc-internal-format
60016 msgid "%<#pragma omp requires%> may only be used at file or namespace scope"
60017 msgstr ""
60019 #: cp/parser.cc:49360
60020 #, gcc-internal-format
60021 msgid "%<#pragma omp assumes%> may only be used at file or namespace scope"
60022 msgstr ""
60024 #: cp/parser.cc:49415
60025 #, gcc-internal-format
60026 msgid "%<#pragma GCC ivdep%> must be inside a function"
60027 msgstr ""
60029 #: cp/parser.cc:49447
60030 #, gcc-internal-format
60031 msgid "%<#pragma GCC unroll%> must be inside a function"
60032 msgstr ""
60034 #: cp/parser.cc:49528
60035 #, gcc-internal-format
60036 msgid "multi-source compilation not implemented for C++"
60037 msgstr ""
60039 #: cp/parser.cc:49565
60040 #, gcc-internal-format
60041 msgid "placeholder type not allowed in this context"
60042 msgstr ""
60044 #: cp/parser.cc:49774
60045 #, gcc-internal-format
60046 msgid "implicit templates may not be %<virtual%>"
60047 msgstr ""
60049 #: cp/parser.cc:49830
60050 #, gcc-internal-format
60051 msgid "%<extern \"C\"%> linkage started here"
60052 msgstr ""
60054 #: cp/pt.cc:306
60055 #, gcc-internal-format
60056 msgid "data member %qD cannot be a member template"
60057 msgstr ""
60059 #: cp/pt.cc:319
60060 #, gcc-internal-format
60061 msgid "invalid member template declaration %qD"
60062 msgstr ""
60064 #: cp/pt.cc:745
60065 #, gcc-internal-format
60066 msgid "explicit specialization in non-namespace scope %qD"
60067 msgstr ""
60069 #: cp/pt.cc:759
60070 #, gcc-internal-format
60071 msgid "enclosing class templates are not explicitly specialized"
60072 msgstr ""
60074 #: cp/pt.cc:843
60075 #, gcc-internal-format
60076 msgid "specialization of %qD must appear at namespace scope"
60077 msgstr ""
60079 #: cp/pt.cc:854 cp/pt.cc:1095
60080 #, gcc-internal-format
60081 msgid "specialization of %qD in different namespace"
60082 msgstr ""
60084 #: cp/pt.cc:856
60085 #, gcc-internal-format
60086 msgid "  from definition of %q#D"
60087 msgstr ""
60089 #: cp/pt.cc:873
60090 #, gcc-internal-format
60091 msgid "explicit instantiation of %qD in namespace %qD (which does not enclose namespace %qD)"
60092 msgstr ""
60094 #: cp/pt.cc:1007
60095 #, gcc-internal-format
60096 msgid "name of class shadows template template parameter %qD"
60097 msgstr ""
60099 #: cp/pt.cc:1019
60100 #, gcc-internal-format
60101 msgid "specialization of alias template %qD"
60102 msgstr ""
60104 #: cp/pt.cc:1022 cp/pt.cc:1161
60105 #, gcc-internal-format
60106 msgid "explicit specialization of non-template %qT"
60107 msgstr ""
60109 #: cp/pt.cc:1054
60110 #, gcc-internal-format
60111 msgid "specialization of %qT after instantiation"
60112 msgstr ""
60114 #: cp/pt.cc:1098
60115 #, gcc-internal-format
60116 msgid "from definition of %q#D"
60117 msgstr ""
60119 #. But if we've had an implicit instantiation, that's a
60120 #. problem ([temp.expl.spec]/6).
60121 #: cp/pt.cc:1139
60122 #, gcc-internal-format
60123 msgid "specialization %qT after instantiation %qT"
60124 msgstr ""
60126 #: cp/pt.cc:1157
60127 #, gcc-internal-format
60128 msgid "template specialization of %qD not allowed by ISO C++"
60129 msgstr ""
60131 #: cp/pt.cc:1548
60132 #, gcc-internal-format
60133 msgid "specialization of %qD after instantiation"
60134 msgstr ""
60136 #: cp/pt.cc:2021 cp/semantics.cc:5990
60137 #, gcc-internal-format
60138 msgid "%s %#qD"
60139 msgstr ""
60141 #: cp/pt.cc:2157
60142 #, gcc-internal-format
60143 msgid "%qD is not a function template"
60144 msgstr ""
60146 #: cp/pt.cc:2162
60147 #, gcc-internal-format
60148 msgid "%qD is not a variable template"
60149 msgstr ""
60151 #: cp/pt.cc:2445
60152 #, gcc-internal-format
60153 msgid "template-id %qD for %q+D does not match any template declaration"
60154 msgstr ""
60156 #: cp/pt.cc:2449
60157 #, gcc-internal-format
60158 msgid "saw %d %<template<>%>, need %d for specializing a member function template"
60159 msgstr ""
60161 #: cp/pt.cc:2459
60162 #, gcc-internal-format
60163 msgid "ambiguous template specialization %qD for %q+D"
60164 msgstr ""
60166 #: cp/pt.cc:2663
60167 #, gcc-internal-format
60168 msgid "variable templates only available with %<-std=c++14%> or %<-std=gnu++14%>"
60169 msgstr ""
60171 #: cp/pt.cc:2673
60172 #, gcc-internal-format
60173 msgid "too many template headers for %qD (should be %d)"
60174 msgstr ""
60176 #: cp/pt.cc:2679
60177 #, gcc-internal-format
60178 msgid "members of an explicitly specialized class are defined without a template header"
60179 msgstr ""
60181 #: cp/pt.cc:2703
60182 #, gcc-internal-format
60183 msgid "explicit specialization of %qD outside its namespace must use a nested-name-specifier"
60184 msgstr ""
60186 #. This was allowed in C++98, so only pedwarn.
60187 #: cp/pt.cc:2708
60188 #, gcc-internal-format
60189 msgid "explicit instantiation of %qD outside its namespace must use a nested-name-specifier"
60190 msgstr ""
60192 #: cp/pt.cc:2744
60193 #, gcc-internal-format
60194 msgid "explicit specialization %q#D may be missing attributes"
60195 msgstr ""
60197 #: cp/pt.cc:2748
60198 #, gcc-internal-format, gfc-internal-format
60199 msgid "missing primary template attributes %s"
60200 msgstr ""
60202 #: cp/pt.cc:2749
60203 #, gcc-internal-format, gfc-internal-format
60204 msgid "missing primary template attribute %s"
60205 msgstr ""
60207 #: cp/pt.cc:2841 cp/pt.cc:2901
60208 #, gcc-internal-format
60209 msgid "template-id %qE in declaration of primary template"
60210 msgstr ""
60212 #: cp/pt.cc:2854
60213 #, gcc-internal-format
60214 msgid "template parameter list used in explicit instantiation"
60215 msgstr ""
60217 #: cp/pt.cc:2860
60218 #, gcc-internal-format
60219 msgid "definition provided for explicit instantiation"
60220 msgstr ""
60222 #: cp/pt.cc:2868
60223 #, gcc-internal-format
60224 msgid "too many template parameter lists in declaration of %qD"
60225 msgstr ""
60227 #: cp/pt.cc:2871
60228 #, gcc-internal-format
60229 msgid "too few template parameter lists in declaration of %qD"
60230 msgstr ""
60232 #: cp/pt.cc:2873
60233 #, gcc-internal-format
60234 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
60235 msgstr ""
60237 #: cp/pt.cc:2879
60238 #, gcc-internal-format
60239 msgid "explicit specialization declared %<concept%>"
60240 msgstr ""
60242 #: cp/pt.cc:2912
60243 #, gcc-internal-format
60244 msgid "non-type partial specialization %qE is not allowed"
60245 msgstr ""
60247 #: cp/pt.cc:2916
60248 #, gcc-internal-format
60249 msgid "non-class, non-variable partial specialization %qE is not allowed"
60250 msgstr ""
60252 #: cp/pt.cc:2948
60253 #, gcc-internal-format
60254 msgid "default argument specified in explicit specialization"
60255 msgstr ""
60257 #: cp/pt.cc:2991
60258 #, gcc-internal-format
60259 msgid "%qD is not a template function"
60260 msgstr ""
60262 #. From [temp.expl.spec]:
60264 #. If such an explicit specialization for the member
60265 #. of a class template names an implicitly-declared
60266 #. special member function (clause _special_), the
60267 #. program is ill-formed.
60269 #. Similar language is found in [temp.explicit].
60270 #: cp/pt.cc:3053
60271 #, gcc-internal-format
60272 msgid "specialization of implicitly-declared special member function"
60273 msgstr ""
60275 #: cp/pt.cc:3069
60276 #, gcc-internal-format
60277 msgid "no member function %qD declared in %qT"
60278 msgstr ""
60280 #: cp/pt.cc:3100
60281 #, gcc-internal-format
60282 msgid "friend declaration %qD is not visible to explicit specialization"
60283 msgstr ""
60285 #: cp/pt.cc:3103
60286 #, gcc-internal-format
60287 msgid "friend declaration here"
60288 msgstr ""
60290 #: cp/pt.cc:3214
60291 #, gcc-internal-format
60292 msgid "explicit specialization of function concept %qD"
60293 msgstr ""
60295 #: cp/pt.cc:3815
60296 #, gcc-internal-format
60297 msgid "argument to %<__integer_pack%> must be between 0 and %d"
60298 msgstr ""
60300 #: cp/pt.cc:4162
60301 #, gcc-internal-format
60302 msgid "base initializer expansion %qT contains no parameter packs"
60303 msgstr ""
60305 #: cp/pt.cc:4230
60306 #, gcc-internal-format
60307 msgid "expansion pattern %qT contains no parameter packs"
60308 msgstr ""
60310 #: cp/pt.cc:4232
60311 #, gcc-internal-format
60312 msgid "expansion pattern %qE contains no parameter packs"
60313 msgstr ""
60315 #: cp/pt.cc:4316
60316 #, gcc-internal-format
60317 msgid "parameter packs not expanded with %<...%>:"
60318 msgstr ""
60320 #: cp/pt.cc:4333 cp/pt.cc:5203
60321 #, gcc-internal-format
60322 msgid "        %qD"
60323 msgstr ""
60325 #: cp/pt.cc:4335
60326 #, gcc-internal-format, gfc-internal-format
60327 msgid "        %s"
60328 msgstr ""
60330 #: cp/pt.cc:4461
60331 #, gcc-internal-format
60332 msgid "declaration of template parameter %q+D shadows template parameter"
60333 msgstr ""
60335 #: cp/pt.cc:4464
60336 #, gcc-internal-format
60337 msgid "declaration of %q+#D shadows template parameter"
60338 msgstr ""
60340 #: cp/pt.cc:4466
60341 #, gcc-internal-format
60342 msgid "template parameter %qD declared here"
60343 msgstr ""
60345 #: cp/pt.cc:5139
60346 #, gcc-internal-format
60347 msgid "specialization of variable concept %q#D"
60348 msgstr ""
60350 #: cp/pt.cc:5198
60351 #, gcc-internal-format
60352 msgid "template parameters not deducible in partial specialization:"
60353 msgstr ""
60355 #: cp/pt.cc:5221
60356 #, gcc-internal-format
60357 msgid "partial specialization %q+D does not specialize any template arguments; to define the primary template, remove the template argument list"
60358 msgstr ""
60360 #: cp/pt.cc:5225
60361 #, gcc-internal-format
60362 msgid "partial specialization %q+D does not specialize any template arguments and is not more constrained than the primary template; to define the primary template, remove the template argument list"
60363 msgstr ""
60365 #: cp/pt.cc:5229 cp/pt.cc:5240 cp/pt.cc:5248
60366 #, gcc-internal-format
60367 msgid "primary template here"
60368 msgstr ""
60370 #: cp/pt.cc:5237
60371 #, gcc-internal-format
60372 msgid "partial specialization is not more specialized than the primary template because it replaces multiple parameters with a pack expansion"
60373 msgstr ""
60375 #: cp/pt.cc:5247
60376 #, gcc-internal-format
60377 msgid "too many arguments for partial specialization %qT"
60378 msgstr ""
60380 #: cp/pt.cc:5262
60381 #, gcc-internal-format
60382 msgid "partial specialization %qD is not more specialized than"
60383 msgstr ""
60385 #: cp/pt.cc:5264
60386 #, gcc-internal-format
60387 msgid "primary template %qD"
60388 msgstr ""
60390 #: cp/pt.cc:5306
60391 #, gcc-internal-format
60392 msgid "parameter pack argument %qE must be at the end of the template argument list"
60393 msgstr ""
60395 #: cp/pt.cc:5309
60396 #, gcc-internal-format
60397 msgid "parameter pack argument %qT must be at the end of the template argument list"
60398 msgstr ""
60400 #: cp/pt.cc:5371
60401 #, gcc-internal-format
60402 msgid "type %qT of template argument %qE depends on a template parameter"
60403 msgid_plural "type %qT of template argument %qE depends on template parameters"
60404 msgstr[0] ""
60405 msgstr[1] ""
60406 msgstr[2] ""
60408 #: cp/pt.cc:5430
60409 #, gcc-internal-format
60410 msgid "declaration of %qD ambiguates earlier template instantiation for %qD"
60411 msgstr ""
60413 #: cp/pt.cc:5434
60414 #, gcc-internal-format
60415 msgid "partial specialization of %qD after instantiation of %qD"
60416 msgstr ""
60418 #: cp/pt.cc:5617
60419 #, gcc-internal-format
60420 msgid "no default argument for %qD"
60421 msgstr ""
60423 #. A primary class template, primary variable template
60424 #. (DR 2032), or alias template can only have one
60425 #. parameter pack, at the end of the template
60426 #. parameter list.
60427 #: cp/pt.cc:5640
60428 #, gcc-internal-format
60429 msgid "parameter pack %q+D must be at the end of the template parameter list"
60430 msgstr ""
60432 #: cp/pt.cc:5676
60433 #, gcc-internal-format
60434 msgid "default template arguments may not be used in function template friend re-declaration"
60435 msgstr ""
60437 #: cp/pt.cc:5679
60438 #, gcc-internal-format
60439 msgid "default template arguments may not be used in template friend declarations"
60440 msgstr ""
60442 #: cp/pt.cc:5682
60443 #, gcc-internal-format
60444 msgid "default template arguments may not be used in function templates without %<-std=c++11%> or %<-std=gnu++11%>"
60445 msgstr ""
60447 #: cp/pt.cc:5685
60448 #, gcc-internal-format
60449 msgid "default template arguments may not be used in partial specializations"
60450 msgstr ""
60452 #: cp/pt.cc:5688 cp/pt.cc:5746
60453 #, gcc-internal-format
60454 msgid "default argument for template parameter for class enclosing %qD"
60455 msgstr ""
60457 #: cp/pt.cc:5857
60458 #, gcc-internal-format
60459 msgid "template %qD declared"
60460 msgstr ""
60462 #: cp/pt.cc:5865
60463 #, gcc-internal-format
60464 msgid "template class without a name"
60465 msgstr ""
60467 #: cp/pt.cc:5873
60468 #, gcc-internal-format
60469 msgid "member template %qD may not have virt-specifiers"
60470 msgstr ""
60472 #. [basic.stc.dynamic.allocation]
60474 #. An allocation function can be a function
60475 #. template. ... Template allocation functions shall
60476 #. have two or more parameters.
60477 #: cp/pt.cc:5896
60478 #, gcc-internal-format
60479 msgid "invalid template declaration of %qD"
60480 msgstr ""
60482 #: cp/pt.cc:6048
60483 #, gcc-internal-format
60484 msgid "template definition of non-template %q#D"
60485 msgstr ""
60487 #: cp/pt.cc:6087
60488 #, gcc-internal-format
60489 msgid "expected %d levels of template parms for %q#D, got %d"
60490 msgstr ""
60492 #: cp/pt.cc:6101
60493 #, gcc-internal-format
60494 msgid "got %d template parameters for %q#D"
60495 msgstr ""
60497 #: cp/pt.cc:6104
60498 #, gcc-internal-format
60499 msgid "got %d template parameters for %q#T"
60500 msgstr ""
60502 #: cp/pt.cc:6106
60503 #, gcc-internal-format, gfc-internal-format
60504 msgid "  but %d required"
60505 msgstr ""
60507 #: cp/pt.cc:6127
60508 #, gcc-internal-format
60509 msgid "template arguments to %qD do not match original template %qD"
60510 msgstr ""
60512 #: cp/pt.cc:6130
60513 #, gcc-internal-format
60514 msgid "use %<template<>%> for an explicit specialization"
60515 msgstr ""
60517 #: cp/pt.cc:6275
60518 #, gcc-internal-format
60519 msgid "%qT is not a template type"
60520 msgstr ""
60522 #: cp/pt.cc:6288
60523 #, gcc-internal-format
60524 msgid "template specifiers not specified in declaration of %qD"
60525 msgstr ""
60527 #: cp/pt.cc:6299
60528 #, gcc-internal-format, gfc-internal-format
60529 msgid "redeclared with %d template parameter"
60530 msgid_plural "redeclared with %d template parameters"
60531 msgstr[0] ""
60532 msgstr[1] ""
60533 msgstr[2] ""
60535 #: cp/pt.cc:6303
60536 #, gcc-internal-format
60537 msgid "previous declaration %qD used %d template parameter"
60538 msgid_plural "previous declaration %qD used %d template parameters"
60539 msgstr[0] ""
60540 msgstr[1] ""
60541 msgstr[2] ""
60543 #: cp/pt.cc:6337
60544 #, gcc-internal-format
60545 msgid "template parameter %q+#D"
60546 msgstr ""
60548 #: cp/pt.cc:6339
60549 #, gcc-internal-format
60550 msgid "redeclared here as %q#D"
60551 msgstr ""
60553 #: cp/pt.cc:6341
60554 #, fuzzy, gcc-internal-format
60555 #| msgid "previously declared here"
60556 msgid "redeclared here"
60557 msgstr "ranije deklarirana ovdje"
60559 #: cp/pt.cc:6352
60560 #, gcc-internal-format
60561 msgid "declaration of template parameter %q+#D with different constraints"
60562 msgstr ""
60564 #: cp/pt.cc:6355 cp/pt.cc:6382
60565 #, gcc-internal-format
60566 msgid "original declaration appeared here"
60567 msgstr ""
60569 #: cp/pt.cc:6379
60570 #, gcc-internal-format
60571 msgid "redeclaration %q#D with different constraints"
60572 msgstr ""
60574 #: cp/pt.cc:6738 cp/pt.cc:6807
60575 #, gcc-internal-format
60576 msgid "%qE is not a valid template argument for type %qT"
60577 msgstr ""
60579 #: cp/pt.cc:6741
60580 #, gcc-internal-format
60581 msgid "it must be the address of a function with external linkage"
60582 msgstr ""
60584 #: cp/pt.cc:6744
60585 #, gcc-internal-format
60586 msgid "it must be the name of a function with external linkage"
60587 msgstr ""
60589 #: cp/pt.cc:6757
60590 #, gcc-internal-format
60591 msgid "%qE is not a valid template argument for type %qT because %qD has no linkage"
60592 msgstr ""
60594 #: cp/pt.cc:6761
60595 #, gcc-internal-format
60596 msgid "%qE is not a valid template argument for type %qT because %qD does not have external linkage"
60597 msgstr ""
60599 #: cp/pt.cc:6810
60600 #, gcc-internal-format
60601 msgid "it must be a pointer-to-member of the form %<&X::Y%>"
60602 msgstr ""
60604 #: cp/pt.cc:6812
60605 #, gcc-internal-format
60606 msgid "because it is a member of %qT"
60607 msgstr ""
60609 #: cp/pt.cc:6881
60610 #, gcc-internal-format
60611 msgid "  couldn%'t deduce template parameter %qD"
60612 msgstr ""
60614 #: cp/pt.cc:6890
60615 #, gcc-internal-format
60616 msgid "  types %qT and %qT have incompatible cv-qualifiers"
60617 msgstr ""
60619 #: cp/pt.cc:6899
60620 #, gcc-internal-format
60621 msgid "  mismatched types %qT and %qT"
60622 msgstr ""
60624 #: cp/pt.cc:6908
60625 #, gcc-internal-format
60626 msgid "  template parameter %qD is not a parameter pack, but argument %qD is"
60627 msgstr ""
60629 #: cp/pt.cc:6919
60630 #, gcc-internal-format
60631 msgid "  template argument %qE does not match pointer-to-member constant %qE"
60632 msgstr ""
60634 #: cp/pt.cc:6929
60635 #, gcc-internal-format
60636 msgid "  %qE is not equivalent to %qE"
60637 msgstr ""
60639 #: cp/pt.cc:6938
60640 #, gcc-internal-format
60641 msgid "  inconsistent parameter pack deduction with %qT and %qT"
60642 msgstr ""
60644 #: cp/pt.cc:6950
60645 #, gcc-internal-format
60646 msgid "  deduced conflicting types for parameter %qT (%qT and %qT)"
60647 msgstr ""
60649 #: cp/pt.cc:6954
60650 #, gcc-internal-format
60651 msgid "  deduced conflicting values for non-type parameter %qE (%qE and %qE)"
60652 msgstr ""
60654 #: cp/pt.cc:6965
60655 #, gcc-internal-format
60656 msgid "  variable-sized array type %qT is not a valid template argument"
60657 msgstr ""
60659 #: cp/pt.cc:6976
60660 #, gcc-internal-format
60661 msgid "  member function type %qT is not a valid template argument"
60662 msgstr ""
60664 #: cp/pt.cc:7019
60665 #, gcc-internal-format
60666 msgid "  cannot convert %qE (type %qT) to type %qT"
60667 msgstr ""
60669 #: cp/pt.cc:7032
60670 #, gcc-internal-format
60671 msgid "  %qT is an ambiguous base class of %qT"
60672 msgstr ""
60674 #: cp/pt.cc:7036
60675 #, gcc-internal-format
60676 msgid "  %qT is not derived from %qT"
60677 msgstr ""
60679 #: cp/pt.cc:7047
60680 #, gcc-internal-format
60681 msgid "  template parameters of a template template argument are inconsistent with other deduced template arguments"
60682 msgstr ""
60684 #: cp/pt.cc:7057
60685 #, gcc-internal-format
60686 msgid "  cannot deduce a template for %qT from non-template type %qT"
60687 msgstr ""
60689 #: cp/pt.cc:7067
60690 #, gcc-internal-format
60691 msgid "  template argument %qE does not match %qE"
60692 msgstr ""
60694 #: cp/pt.cc:7118
60695 #, gcc-internal-format
60696 msgid "%qE is not a valid template argument of type %qT because %qE is not a variable"
60697 msgstr ""
60699 #: cp/pt.cc:7126
60700 #, gcc-internal-format
60701 msgid "%qE is not a valid template argument of type %qT in C++98 because %qD does not have external linkage"
60702 msgstr ""
60704 #: cp/pt.cc:7136
60705 #, gcc-internal-format
60706 msgid "%qE is not a valid template argument of type %qT because %qD has no linkage"
60707 msgstr ""
60709 #: cp/pt.cc:7151
60710 #, gcc-internal-format
60711 msgid "the address of %qD is not a valid template argument"
60712 msgstr ""
60714 #: cp/pt.cc:7161
60715 #, gcc-internal-format
60716 msgid "the address of the %qT subobject of %qD is not a valid template argument"
60717 msgstr ""
60719 #: cp/pt.cc:7168
60720 #, gcc-internal-format
60721 msgid "the address of %qD is not a valid template argument because it does not have static storage duration"
60722 msgstr ""
60724 #: cp/pt.cc:7186
60725 #, gcc-internal-format
60726 msgid "%qD is not a valid template argument because %qD is a variable, not the address of a variable"
60727 msgstr ""
60729 #: cp/pt.cc:7194
60730 #, gcc-internal-format
60731 msgid "%qE is not a valid template argument for %qT because it is not the address of a variable"
60732 msgstr ""
60734 #: cp/pt.cc:7315
60735 #, gcc-internal-format
60736 msgid "%qE is not a valid template argument for type %qT because string literals can never be used in this context"
60737 msgstr ""
60739 #: cp/pt.cc:7482
60740 #, gcc-internal-format
60741 msgid "in template argument for type %qT"
60742 msgstr ""
60744 #: cp/pt.cc:7496
60745 #, gcc-internal-format
60746 msgid "template argument %qE for type %qT not a compile-time constant"
60747 msgstr ""
60749 #: cp/pt.cc:7582
60750 #, gcc-internal-format
60751 msgid "%qE is not a valid template argument for type %qT because of conflicts in cv-qualification"
60752 msgstr ""
60754 #: cp/pt.cc:7590
60755 #, gcc-internal-format
60756 msgid "%qE is not a valid template argument for type %qT because it is not an lvalue"
60757 msgstr ""
60759 #: cp/pt.cc:7608
60760 #, gcc-internal-format
60761 msgid "%q#D is not a valid template argument for type %qT because a reference variable does not have a constant address"
60762 msgstr ""
60764 #: cp/pt.cc:7667
60765 #, gcc-internal-format
60766 msgid "%qE is not a valid template argument for type %qT because it is a pointer"
60767 msgstr ""
60769 #: cp/pt.cc:7669
60770 #, gcc-internal-format
60771 msgid "try using %qE instead"
60772 msgstr ""
60774 #: cp/pt.cc:7723
60775 #, gcc-internal-format
60776 msgid "%qE is not a valid template argument for type %qT because it is of type %qT"
60777 msgstr ""
60779 #: cp/pt.cc:8287
60780 #, gcc-internal-format
60781 msgid "ignoring attributes on template argument %qT"
60782 msgstr ""
60784 #: cp/pt.cc:8303
60785 #, gcc-internal-format
60786 msgid "ignoring attributes in template argument %qE"
60787 msgstr ""
60789 #: cp/pt.cc:8439
60790 #, gcc-internal-format
60791 msgid "injected-class-name %qD used as template template argument"
60792 msgstr ""
60794 #: cp/pt.cc:8468
60795 #, gcc-internal-format
60796 msgid "invalid use of destructor %qE as a type"
60797 msgstr ""
60799 #: cp/pt.cc:8473
60800 #, gcc-internal-format
60801 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
60802 msgstr ""
60804 #: cp/pt.cc:8489 cp/pt.cc:8523 cp/pt.cc:8577
60805 #, gcc-internal-format
60806 msgid "type/value mismatch at argument %d in template parameter list for %qD"
60807 msgstr ""
60809 #: cp/pt.cc:8497
60810 #, gcc-internal-format
60811 msgid "  expected a constant of type %qT, got %qT"
60812 msgstr ""
60814 #: cp/pt.cc:8505
60815 #, gcc-internal-format
60816 msgid "  ambiguous template argument for non-type template parameter is treated as function type"
60817 msgstr ""
60819 #: cp/pt.cc:8511
60820 #, gcc-internal-format
60821 msgid "  expected a class template, got %qE"
60822 msgstr ""
60824 #: cp/pt.cc:8514
60825 #, gcc-internal-format
60826 msgid "  expected a type, got %qE"
60827 msgstr ""
60829 #: cp/pt.cc:8528
60830 #, gcc-internal-format
60831 msgid "  expected a type, got %qT"
60832 msgstr ""
60834 #: cp/pt.cc:8531
60835 #, gcc-internal-format
60836 msgid "  expected a class template, got %qT"
60837 msgstr ""
60839 #: cp/pt.cc:8581
60840 #, gcc-internal-format
60841 msgid "  expected a template of type %qD, got %qT"
60842 msgstr ""
60844 #: cp/pt.cc:8595
60845 #, gcc-internal-format
60846 msgid "constraint mismatch at argument %d in template parameter list for %qD"
60847 msgstr ""
60849 #: cp/pt.cc:8598
60850 #, gcc-internal-format
60851 msgid "  expected %qD but got %qD"
60852 msgstr ""
60854 #: cp/pt.cc:8671
60855 #, gcc-internal-format
60856 msgid "could not convert template argument %qE from %qT to %qT"
60857 msgstr ""
60859 #: cp/pt.cc:8809 cp/pt.cc:9135
60860 #, gcc-internal-format, gfc-internal-format
60861 msgid "template argument %d is invalid"
60862 msgstr ""
60864 #: cp/pt.cc:8824 cp/pt.cc:8969
60865 #, gcc-internal-format, gfc-internal-format
60866 msgid "wrong number of template arguments (%d, should be %d)"
60867 msgstr ""
60869 #: cp/pt.cc:8965
60870 #, gcc-internal-format, gfc-internal-format
60871 msgid "wrong number of template arguments (%d, should be at least %d)"
60872 msgstr ""
60874 #: cp/pt.cc:8974
60875 #, gcc-internal-format
60876 msgid "provided for %qD"
60877 msgstr ""
60879 #: cp/pt.cc:8999
60880 #, gcc-internal-format
60881 msgid "pack expansion argument for non-pack parameter %qD of alias template %qD"
60882 msgstr ""
60884 #: cp/pt.cc:9003
60885 #, gcc-internal-format
60886 msgid "pack expansion argument for non-pack parameter %qD of concept %qD"
60887 msgstr ""
60889 #: cp/pt.cc:9101
60890 #, gcc-internal-format
60891 msgid "so any instantiation with a non-empty parameter pack would be ill-formed"
60892 msgstr ""
60894 #: cp/pt.cc:9664
60895 #, gcc-internal-format
60896 msgid "%q#D is not a function template"
60897 msgstr ""
60899 #: cp/pt.cc:9827
60900 #, gcc-internal-format
60901 msgid "non-template type %qT used as a template"
60902 msgstr ""
60904 #: cp/pt.cc:9829
60905 #, gcc-internal-format
60906 msgid "for template declaration %q+D"
60907 msgstr ""
60909 #: cp/pt.cc:9962 cp/pt.cc:22022
60910 #, gcc-internal-format
60911 msgid "template constraint failure for %qD"
60912 msgstr ""
60914 #: cp/pt.cc:10340
60915 #, gcc-internal-format
60916 msgid "use of invalid variable template %qE"
60917 msgstr ""
60919 #: cp/pt.cc:11013
60920 #, gcc-internal-format
60921 msgid "template instantiation depth exceeds maximum of %d (use %<-ftemplate-depth=%> to increase the maximum)"
60922 msgstr ""
60924 #: cp/pt.cc:12339
60925 #, gcc-internal-format
60926 msgid "flexible array member %qD in union"
60927 msgstr ""
60929 #: cp/pt.cc:12829
60930 #, gcc-internal-format
60931 msgid "fold of empty expansion over %O"
60932 msgstr ""
60934 #: cp/pt.cc:13275
60935 #, gcc-internal-format
60936 msgid "%qE is not the entire pattern of the pack expansion"
60937 msgstr ""
60939 #: cp/pt.cc:13363
60940 #, gcc-internal-format
60941 msgid "mismatched argument pack lengths while expanding %qT"
60942 msgstr ""
60944 #: cp/pt.cc:13366
60945 #, gcc-internal-format
60946 msgid "mismatched argument pack lengths while expanding %qE"
60947 msgstr ""
60949 #: cp/pt.cc:14050
60950 #, gcc-internal-format
60951 msgid "  when instantiating default argument for call to %qD"
60952 msgstr ""
60954 #: cp/pt.cc:14146
60955 #, gcc-internal-format
60956 msgid "creating pointer to member function of non-class type %qT"
60957 msgstr ""
60959 #: cp/pt.cc:15038
60960 #, gcc-internal-format, gfc-internal-format
60961 msgid "mismatched argument pack lengths (%d vs %d)"
60962 msgstr ""
60964 #. It may seem that this case cannot occur, since:
60966 #. typedef void f();
60967 #. void g() { f x; }
60969 #. declares a function, not a variable.  However:
60971 #. typedef void f();
60972 #. template <typename T> void g() { T t; }
60973 #. template void g<f>();
60975 #. is an attempt to declare a variable with function
60976 #. type.
60977 #: cp/pt.cc:15231
60978 #, gcc-internal-format
60979 msgid "variable %qD has function type"
60980 msgstr ""
60982 #: cp/pt.cc:15430
60983 #, gcc-internal-format
60984 msgid "invalid parameter type %qT"
60985 msgstr ""
60987 #: cp/pt.cc:15432
60988 #, gcc-internal-format
60989 msgid "in declaration %q+D"
60990 msgstr ""
60992 #: cp/pt.cc:15559
60993 #, gcc-internal-format
60994 msgid "function returning an array"
60995 msgstr ""
60997 #: cp/pt.cc:15561
60998 #, gcc-internal-format
60999 msgid "function returning a function"
61000 msgstr ""
61002 #: cp/pt.cc:16257
61003 #, gcc-internal-format
61004 msgid "forming reference to void"
61005 msgstr ""
61007 #: cp/pt.cc:16259
61008 #, gcc-internal-format
61009 msgid "forming pointer to reference type %qT"
61010 msgstr ""
61012 #: cp/pt.cc:16261
61013 #, gcc-internal-format
61014 msgid "forming reference to reference type %qT"
61015 msgstr ""
61017 #: cp/pt.cc:16274
61018 #, gcc-internal-format
61019 msgid "forming pointer to qualified function type %qT"
61020 msgstr ""
61022 #: cp/pt.cc:16277
61023 #, gcc-internal-format
61024 msgid "forming reference to qualified function type %qT"
61025 msgstr ""
61027 #: cp/pt.cc:16325
61028 #, gcc-internal-format
61029 msgid "creating pointer to member of non-class type %qT"
61030 msgstr ""
61032 #: cp/pt.cc:16331
61033 #, gcc-internal-format
61034 msgid "creating pointer to member reference type %qT"
61035 msgstr ""
61037 #: cp/pt.cc:16337
61038 #, gcc-internal-format
61039 msgid "creating pointer to member of type void"
61040 msgstr ""
61042 #: cp/pt.cc:16403
61043 #, gcc-internal-format
61044 msgid "creating array of %qT"
61045 msgstr ""
61047 #: cp/pt.cc:16438
61048 #, gcc-internal-format
61049 msgid "%qD is instantiated for an empty pack"
61050 msgstr ""
61052 #: cp/pt.cc:16458
61053 #, gcc-internal-format
61054 msgid "%qT is not a class, struct, or union type"
61055 msgstr ""
61057 #: cp/pt.cc:16492
61058 #, gcc-internal-format
61059 msgid "%qT resolves to %qT, which is not an enumeration type"
61060 msgstr ""
61062 #: cp/pt.cc:16500
61063 #, gcc-internal-format
61064 msgid "%qT resolves to %qT, which is not a class type"
61065 msgstr ""
61067 #: cp/pt.cc:16613
61068 #, gcc-internal-format
61069 msgid "use of %qs in template"
61070 msgstr ""
61072 #: cp/pt.cc:16913
61073 #, gcc-internal-format
61074 msgid "qualifying type %qT does not match destructor name ~%qT"
61075 msgstr ""
61077 #: cp/pt.cc:16928
61078 #, gcc-internal-format
61079 msgid "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
61080 msgstr ""
61082 #: cp/pt.cc:16930
61083 #, gcc-internal-format
61084 msgid "say %<typename %E%> if a type is meant"
61085 msgstr ""
61087 #: cp/pt.cc:17023
61088 #, gcc-internal-format
61089 msgid "initializer for %q#D expands to an empty list of expressions"
61090 msgstr ""
61092 #: cp/pt.cc:17211
61093 #, gcc-internal-format
61094 msgid "using invalid field %qD"
61095 msgstr ""
61097 #: cp/pt.cc:17761 cp/pt.cc:19739
61098 #, gcc-internal-format
61099 msgid "invalid use of pack expansion expression"
61100 msgstr ""
61102 #: cp/pt.cc:17765 cp/pt.cc:19743
61103 #, gcc-internal-format
61104 msgid "use %<...%> to expand argument pack"
61105 msgstr ""
61107 #: cp/pt.cc:19879
61108 #, gcc-internal-format
61109 msgid "empty initializer in lambda init-capture"
61110 msgstr ""
61112 #: cp/pt.cc:21019
61113 #, gcc-internal-format
61114 msgid "%qD was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation"
61115 msgstr ""
61117 #: cp/pt.cc:21054
61118 #, gcc-internal-format
61119 msgid "declarations in dependent base %qT are not found by unqualified lookup"
61120 msgstr ""
61122 #: cp/pt.cc:21059
61123 #, gcc-internal-format
61124 msgid "use %<this->%D%> instead"
61125 msgstr ""
61127 #: cp/pt.cc:21062
61128 #, gcc-internal-format
61129 msgid "use %<%T::%D%> instead"
61130 msgstr ""
61132 #: cp/pt.cc:21067
61133 #, gcc-internal-format
61134 msgid "%qD declared here, later in the translation unit"
61135 msgstr ""
61137 #: cp/pt.cc:21130
61138 #, gcc-internal-format
61139 msgid "wrong number of arguments to %<__builtin_convertvector%>"
61140 msgstr ""
61142 #: cp/pt.cc:21157
61143 #, gcc-internal-format
61144 msgid "wrong number of arguments to %<assume%> attribute"
61145 msgstr ""
61147 #: cp/pt.cc:21393
61148 #, gcc-internal-format
61149 msgid "%qT is not a class or namespace"
61150 msgstr ""
61152 #: cp/pt.cc:21396
61153 #, gcc-internal-format
61154 msgid "%qD is not a class or namespace"
61155 msgstr ""
61157 #: cp/pt.cc:21746
61158 #, gcc-internal-format
61159 msgid "%qT is/uses unnamed type"
61160 msgstr ""
61162 #: cp/pt.cc:21748
61163 #, gcc-internal-format
61164 msgid "template argument for %qD uses local type %qT"
61165 msgstr ""
61167 #: cp/pt.cc:21758
61168 #, gcc-internal-format
61169 msgid "%qT is a variably modified type"
61170 msgstr ""
61172 #: cp/pt.cc:21773
61173 #, gcc-internal-format
61174 msgid "integral expression %qE is not constant"
61175 msgstr ""
61177 #: cp/pt.cc:21791
61178 #, gcc-internal-format
61179 msgid "  trying to instantiate %qD"
61180 msgstr ""
61182 #: cp/pt.cc:25931
61183 #, gcc-internal-format
61184 msgid "ambiguous template instantiation for %q#T"
61185 msgstr ""
61187 #: cp/pt.cc:25933
61188 #, gcc-internal-format
61189 msgid "ambiguous template instantiation for %q#D"
61190 msgstr ""
61192 #: cp/pt.cc:25939
61193 msgid "%s %#qS"
61194 msgstr ""
61196 #: cp/pt.cc:25963 cp/pt.cc:26058
61197 #, gcc-internal-format
61198 msgid "explicit instantiation of non-template %q#D"
61199 msgstr ""
61201 #: cp/pt.cc:25969
61202 #, gcc-internal-format
61203 msgid "explicit instantiation of variable concept %q#D"
61204 msgstr ""
61206 #: cp/pt.cc:25971
61207 #, gcc-internal-format
61208 msgid "explicit instantiation of function concept %q#D"
61209 msgstr ""
61211 #: cp/pt.cc:25990
61212 #, gcc-internal-format
61213 msgid "%qD is not a static data member of a class template"
61214 msgstr ""
61216 #: cp/pt.cc:25996 cp/pt.cc:26053
61217 #, gcc-internal-format
61218 msgid "no matching template for %qD found"
61219 msgstr ""
61221 #: cp/pt.cc:26001
61222 #, gcc-internal-format
61223 msgid "type %qT for explicit instantiation %qD does not match declared type %qT"
61224 msgstr ""
61226 #: cp/pt.cc:26009
61227 #, gcc-internal-format
61228 msgid "explicit instantiation of %q#D"
61229 msgstr ""
61231 #: cp/pt.cc:26045
61232 #, gcc-internal-format
61233 msgid "duplicate explicit instantiation of %q#D"
61234 msgstr ""
61236 #: cp/pt.cc:26068 cp/pt.cc:26135
61237 #, gcc-internal-format
61238 msgid "ISO C++ 1998 forbids the use of %<extern%> on explicit instantiations"
61239 msgstr ""
61241 #: cp/pt.cc:26073 cp/pt.cc:26150
61242 #, gcc-internal-format
61243 msgid "storage class %qD applied to template instantiation"
61244 msgstr ""
61246 #: cp/pt.cc:26107
61247 #, gcc-internal-format
61248 msgid "explicit instantiation of non-class template %qD"
61249 msgstr ""
61251 #: cp/pt.cc:26110
61252 #, gcc-internal-format
61253 msgid "explicit instantiation of non-template type %qT"
61254 msgstr ""
61256 #: cp/pt.cc:26119
61257 #, gcc-internal-format
61258 msgid "explicit instantiation of %q#T before definition of template"
61259 msgstr ""
61261 #: cp/pt.cc:26140
61262 #, gcc-internal-format
61263 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
61264 msgstr ""
61266 #: cp/pt.cc:26180
61267 #, gcc-internal-format
61268 msgid "duplicate explicit instantiation of %q#T"
61269 msgstr ""
61271 #: cp/pt.cc:26490
61272 #, gcc-internal-format
61273 msgid "exception specification of %qD depends on itself"
61274 msgstr ""
61276 #. [temp.explicit]
61278 #. The definition of a non-exported function template, a
61279 #. non-exported member function template, or a non-exported
61280 #. member function or static data member of a class template
61281 #. shall be present in every translation unit in which it is
61282 #. explicitly instantiated.
61283 #: cp/pt.cc:26980
61284 #, gcc-internal-format
61285 msgid "explicit instantiation of %qD but no definition available"
61286 msgstr ""
61288 #: cp/pt.cc:27027
61289 #, gcc-internal-format
61290 msgid "template instantiation depth exceeds maximum of %d instantiating %q+D, possibly from virtual table generation (use %<-ftemplate-depth=%> to increase the maximum)"
61291 msgstr ""
61293 #: cp/pt.cc:27397
61294 #, gcc-internal-format
61295 msgid "non-type template parameters of deduced class type only available with %<-std=c++20%> or %<-std=gnu++20%>"
61296 msgstr ""
61298 #: cp/pt.cc:27427
61299 #, gcc-internal-format
61300 msgid "%qT is not a valid type for a template non-type parameter because it is not structural"
61301 msgstr ""
61303 #: cp/pt.cc:27436
61304 #, gcc-internal-format
61305 msgid "non-type template parameters of class type only available with %<-std=c++20%> or %<-std=gnu++20%>"
61306 msgstr ""
61308 #: cp/pt.cc:27444
61309 #, gcc-internal-format
61310 msgid "invalid template non-type parameter"
61311 msgstr ""
61313 #: cp/pt.cc:27446
61314 #, gcc-internal-format
61315 msgid "%q#T is not a valid type for a template non-type parameter"
61316 msgstr ""
61318 #: cp/pt.cc:28874
61319 #, gcc-internal-format
61320 msgid "keyword %<template%> not allowed in declarator-id"
61321 msgstr ""
61323 #: cp/pt.cc:29164
61324 #, gcc-internal-format
61325 msgid "a concept cannot be constrained"
61326 msgstr ""
61328 #: cp/pt.cc:29173
61329 #, gcc-internal-format
61330 msgid "concept %qE not in namespace scope"
61331 msgstr ""
61333 #: cp/pt.cc:29179
61334 #, gcc-internal-format
61335 msgid "concept %qE has multiple template parameter lists"
61336 msgstr ""
61338 #: cp/pt.cc:29210
61339 #, gcc-internal-format
61340 msgid "deducing from brace-enclosed initializer list requires %<#include <initializer_list>%>"
61341 msgstr ""
61343 #: cp/pt.cc:30265
61344 #, gcc-internal-format
61345 msgid "non-deducible template %qT used without template arguments"
61346 msgstr ""
61348 #: cp/pt.cc:30277
61349 #, gcc-internal-format
61350 msgid "alias template deduction only available with %<-std=c++20%> or %<-std=gnu++20%>"
61351 msgstr ""
61353 #: cp/pt.cc:30283
61354 #, gcc-internal-format
61355 msgid "use %qD directly instead"
61356 msgstr ""
61358 #: cp/pt.cc:30394
61359 #, gcc-internal-format
61360 msgid "cannot deduce template arguments for copy-initialization of %qT, as it has no non-explicit deduction guides or user-declared constructors"
61361 msgstr ""
61363 #: cp/pt.cc:30401
61364 #, gcc-internal-format
61365 msgid "cannot deduce template arguments of %qT, as it has no viable deduction guides"
61366 msgstr ""
61368 #: cp/pt.cc:30413
61369 #, gcc-internal-format
61370 msgid "class template argument deduction failed:"
61371 msgstr ""
61373 #: cp/pt.cc:30416
61374 #, gcc-internal-format
61375 msgid "explicit deduction guides not considered for copy-initialization"
61376 msgstr ""
61378 #. TODO: Pass down location from cp_finish_decl.
61379 #: cp/pt.cc:30430
61380 #, gcc-internal-format
61381 msgid "class template argument deduction for %qT failed: explicit deduction guide selected in copy-list-initialization"
61382 msgstr ""
61384 #: cp/pt.cc:30434
61385 #, gcc-internal-format
61386 msgid "explicit deduction guide declared here"
61387 msgstr ""
61389 #: cp/pt.cc:30448
61390 #, gcc-internal-format
61391 msgid "%qT may not intend to support class template argument deduction"
61392 msgstr ""
61394 #: cp/pt.cc:30450
61395 #, gcc-internal-format
61396 msgid "add a deduction guide to suppress this warning"
61397 msgstr ""
61399 #: cp/pt.cc:30554
61400 #, gcc-internal-format
61401 msgid "direct-list-initialization of %<auto%> requires exactly one element"
61402 msgstr ""
61404 #: cp/pt.cc:30557
61405 #, gcc-internal-format
61406 msgid "for deduction to %<std::initializer_list%>, use copy-list-initialization (i.e. add %<=%> before the %<{%>)"
61407 msgstr ""
61409 #: cp/pt.cc:30636
61410 #, gcc-internal-format
61411 msgid "unable to deduce lambda return type from %qE"
61412 msgstr ""
61414 #: cp/pt.cc:30639
61415 #, gcc-internal-format
61416 msgid "unable to deduce %qT from %qE"
61417 msgstr ""
61419 #: cp/pt.cc:30711
61420 #, gcc-internal-format
61421 msgid "placeholder constraints not satisfied"
61422 msgstr ""
61424 #: cp/pt.cc:30715
61425 #, gcc-internal-format
61426 msgid "deduced initializer does not satisfy placeholder constraints"
61427 msgstr "izvedeni inicijalizator ne zadovoljava ograničenja zamjenskih znakova"
61429 #: cp/pt.cc:30719
61430 #, gcc-internal-format
61431 msgid "deduced return type does not satisfy placeholder constraints"
61432 msgstr "izvedena vrsta vraćanja ne zadovoljava ograničenja zamjenskih znakova"
61434 #: cp/pt.cc:30723
61435 #, gcc-internal-format
61436 msgid "deduced expression type does not satisfy placeholder constraints"
61437 msgstr "izvedena vrsta izraza ne zadovoljava ograničenja zamjenskih znakova"
61439 #: cp/pt.cc:30863
61440 #, gcc-internal-format
61441 msgid "invalid use of %qT in template argument"
61442 msgstr ""
61444 #: cp/rtti.cc:310
61445 #, gcc-internal-format
61446 msgid "cannot use %<typeid%> with %<-fno-rtti%>"
61447 msgstr ""
61449 #: cp/rtti.cc:323
61450 #, gcc-internal-format
61451 msgid "must %<#include <typeinfo>%> before using %<typeid%>"
61452 msgstr ""
61454 #: cp/rtti.cc:424
61455 #, gcc-internal-format
61456 msgid "cannot create type information for type %qT because it involves types of variable size"
61457 msgstr ""
61459 #: cp/rtti.cc:524
61460 #, gcc-internal-format
61461 msgid "%<typeid%> of qualified function type %qT"
61462 msgstr ""
61464 #: cp/rtti.cc:714 cp/rtti.cc:730
61465 #, gcc-internal-format
61466 msgid "%<dynamic_cast<%#T>(%#D)%> can never succeed"
61467 msgstr ""
61469 #: cp/rtti.cc:742
61470 #, gcc-internal-format
61471 msgid "%<dynamic_cast%> not permitted with %<-fno-rtti%>"
61472 msgstr ""
61474 #: cp/rtti.cc:822
61475 #, gcc-internal-format
61476 msgid "cannot %<dynamic_cast%> %qE (of type %q#T) to type %q#T (%s)"
61477 msgstr ""
61479 #: cp/search.cc:279
61480 #, gcc-internal-format
61481 msgid "%qT is an ambiguous base of %qT"
61482 msgstr ""
61484 #: cp/search.cc:295
61485 #, gcc-internal-format
61486 msgid "%qT is an inaccessible base of %qT"
61487 msgstr ""
61489 #: cp/search.cc:1911
61490 #, gcc-internal-format
61491 msgid "looser exception specification on overriding virtual function %q+#F"
61492 msgstr ""
61494 #: cp/search.cc:1914
61495 #, gcc-internal-format
61496 msgid "overridden function is %q#F"
61497 msgstr ""
61499 #: cp/search.cc:1989
61500 #, gcc-internal-format
61501 msgid "invalid covariant return type for %q#D"
61502 msgstr ""
61504 #: cp/search.cc:1991 cp/search.cc:2008 cp/search.cc:2025
61505 #, gcc-internal-format
61506 msgid "overridden function is %q#D"
61507 msgstr ""
61509 #: cp/search.cc:2004
61510 #, gcc-internal-format
61511 msgid "invalid covariant return type for %q+#D"
61512 msgstr ""
61514 #: cp/search.cc:2006
61515 #, gcc-internal-format
61516 msgid "conflicting return type specified for %q+#D"
61517 msgstr ""
61519 #: cp/search.cc:2023
61520 #, gcc-internal-format
61521 msgid "conflicting type attributes specified for %q+#D"
61522 msgstr ""
61524 #: cp/search.cc:2038
61525 #, gcc-internal-format
61526 msgid "%<consteval%> function %q+D overriding non-%<consteval%> function"
61527 msgstr ""
61529 #: cp/search.cc:2041
61530 #, gcc-internal-format
61531 msgid "non-%<consteval%> function %q+D overriding %<consteval%> function"
61532 msgstr ""
61534 #: cp/search.cc:2044 cp/search.cc:2073 cp/search.cc:2082 cp/search.cc:2093
61535 #: cp/search.cc:2118
61536 #, gcc-internal-format
61537 msgid "overridden function is %qD"
61538 msgstr ""
61540 #: cp/search.cc:2060
61541 #, gcc-internal-format
61542 msgid "%qD declared %<transaction_safe_dynamic%>"
61543 msgstr ""
61545 #: cp/search.cc:2062
61546 #, gcc-internal-format
61547 msgid "overriding %qD declared %<transaction_safe%>"
61548 msgstr ""
61550 #: cp/search.cc:2070
61551 #, gcc-internal-format
61552 msgid "deleted function %q+D overriding non-deleted function"
61553 msgstr ""
61555 #: cp/search.cc:2079
61556 #, gcc-internal-format
61557 msgid "non-deleted function %q+D overriding deleted function"
61558 msgstr ""
61560 #: cp/search.cc:2090
61561 #, gcc-internal-format
61562 msgid "function with contracts %q+D overriding contractless function"
61563 msgstr ""
61565 #: cp/search.cc:2116
61566 #, gcc-internal-format
61567 msgid "virtual function %q+D overriding final function"
61568 msgstr ""
61570 #: cp/search.cc:2201
61571 #, gcc-internal-format
61572 msgid "%q+#D cannot be declared"
61573 msgstr ""
61575 #: cp/search.cc:2202
61576 #, gcc-internal-format
61577 msgid "  since %q+#D declared in base class"
61578 msgstr ""
61580 #: cp/semantics.cc:1015
61581 #, gcc-internal-format
61582 msgid "%<std::is_constant_evaluated%> always evaluates to true in %<if constexpr%>"
61583 msgstr ""
61585 #: cp/semantics.cc:1019
61586 #, gcc-internal-format
61587 msgid "%<std::is_constant_evaluated%> always evaluates to false in a non-%<constexpr%> function"
61588 msgstr ""
61590 #: cp/semantics.cc:1023
61591 #, gcc-internal-format
61592 msgid "%<std::is_constant_evaluated%> always evaluates to true in a %<consteval%> function"
61593 msgstr ""
61595 #: cp/semantics.cc:1194
61596 #, gcc-internal-format
61597 msgid "suggest explicit braces around empty body in %<do%> statement"
61598 msgstr ""
61600 #: cp/semantics.cc:1707
61601 #, gcc-internal-format
61602 msgid "catching polymorphic type %q#T by value"
61603 msgstr ""
61605 #: cp/semantics.cc:1712
61606 #, gcc-internal-format
61607 msgid "catching type %q#T by value"
61608 msgstr ""
61610 #: cp/semantics.cc:1717
61611 #, gcc-internal-format
61612 msgid "catching non-reference type %q#T"
61613 msgstr ""
61615 #: cp/semantics.cc:1929
61616 #, gcc-internal-format
61617 msgid "type of %<asm%> operand %qE could not be determined"
61618 msgstr ""
61620 #: cp/semantics.cc:2011
61621 #, gcc-internal-format
61622 msgid "%<__label__%> declarations are only allowed in function scopes"
61623 msgstr ""
61625 #: cp/semantics.cc:2181
61626 #, gcc-internal-format
61627 msgid "invalid use of member %qD in static member function"
61628 msgstr ""
61630 #: cp/semantics.cc:2185
61631 #, gcc-internal-format
61632 msgid "invalid use of member %qD in constructor %<pre%> contract"
61633 msgstr ""
61635 #: cp/semantics.cc:2189
61636 #, gcc-internal-format
61637 msgid "invalid use of member %qD in destructor %<post%> contract"
61638 msgstr ""
61640 #: cp/semantics.cc:2441
61641 #, gcc-internal-format
61642 msgid "%qE missing template arguments"
61643 msgstr ""
61645 #: cp/semantics.cc:2501
61646 #, gcc-internal-format
61647 msgid "a statement expression is an insufficient context for overload resolution"
61648 msgstr ""
61650 #: cp/semantics.cc:2861
61651 #, gcc-internal-format
61652 msgid "cannot call a concept as a function"
61653 msgstr ""
61655 #: cp/semantics.cc:2929
61656 #, gcc-internal-format
61657 msgid "arguments to destructor are not allowed"
61658 msgstr ""
61660 #: cp/semantics.cc:3031
61661 #, gcc-internal-format
61662 msgid "%<this%> is unavailable for static member functions"
61663 msgstr ""
61665 #: cp/semantics.cc:3033
61666 #, gcc-internal-format
61667 msgid "invalid use of %<this%> before it is valid"
61668 msgstr ""
61670 #: cp/semantics.cc:3035
61671 #, gcc-internal-format
61672 msgid "invalid use of %<this%> after it is valid"
61673 msgstr ""
61675 #: cp/semantics.cc:3037
61676 #, gcc-internal-format
61677 msgid "invalid use of %<this%> in non-member function"
61678 msgstr ""
61680 #: cp/semantics.cc:3039
61681 #, gcc-internal-format
61682 msgid "invalid use of %<this%> at top level"
61683 msgstr ""
61685 #: cp/semantics.cc:3061
61686 #, gcc-internal-format
61687 msgid "invalid qualifying scope in pseudo-destructor name"
61688 msgstr ""
61690 #: cp/semantics.cc:3069 cp/typeck.cc:3093
61691 #, gcc-internal-format
61692 msgid "qualified type %qT does not match destructor name ~%qT"
61693 msgstr ""
61695 #: cp/semantics.cc:3091
61696 #, gcc-internal-format
61697 msgid "%qE is not of type %qT"
61698 msgstr ""
61700 #: cp/semantics.cc:3205
61701 #, gcc-internal-format
61702 msgid "compound literal of non-object type %qT"
61703 msgstr ""
61705 #: cp/semantics.cc:3225
61706 #, gcc-internal-format
61707 msgid "%<auto{x}%> cannot be constrained"
61708 msgstr ""
61710 #: cp/semantics.cc:3230
61711 #, gcc-internal-format
61712 msgid "%<auto{x}%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
61713 msgstr ""
61715 #: cp/semantics.cc:3422
61716 #, gcc-internal-format
61717 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
61718 msgstr ""
61720 #: cp/semantics.cc:3471
61721 #, gcc-internal-format
61722 msgid "invalid use of type %qT as a default value for a template template-parameter"
61723 msgstr ""
61725 #: cp/semantics.cc:3474
61726 #, gcc-internal-format
61727 msgid "invalid default argument for a template template parameter"
61728 msgstr ""
61730 #: cp/semantics.cc:3491
61731 #, gcc-internal-format
61732 msgid "definition of %q#T inside template parameter list"
61733 msgstr ""
61735 #: cp/semantics.cc:3522
61736 #, gcc-internal-format
61737 msgid "invalid definition of qualified type %qT"
61738 msgstr ""
61740 #: cp/semantics.cc:3814
61741 #, gcc-internal-format
61742 msgid "invalid base-class specification"
61743 msgstr ""
61745 #: cp/semantics.cc:3979
61746 #, gcc-internal-format
61747 msgid "cannot capture member %qD of anonymous union"
61748 msgstr ""
61750 #: cp/semantics.cc:3996 cp/semantics.cc:12372
61751 #, gcc-internal-format
61752 msgid "%qD is not captured"
61753 msgstr ""
61755 #: cp/semantics.cc:4000
61756 #, gcc-internal-format
61757 msgid "the lambda has no capture-default"
61758 msgstr ""
61760 #: cp/semantics.cc:4002
61761 #, gcc-internal-format
61762 msgid "lambda in local class %q+T cannot capture variables from the enclosing context"
61763 msgstr ""
61765 #: cp/semantics.cc:4017
61766 #, gcc-internal-format
61767 msgid "use of local variable with automatic storage from containing function"
61768 msgstr ""
61770 #: cp/semantics.cc:4019
61771 #, gcc-internal-format
61772 msgid "use of parameter from containing function"
61773 msgstr ""
61775 #: cp/semantics.cc:4147
61776 #, gcc-internal-format
61777 msgid "use of parameter outside function body"
61778 msgstr ""
61780 #: cp/semantics.cc:4157
61781 #, gcc-internal-format
61782 msgid "missing template arguments"
61783 msgstr ""
61785 #: cp/semantics.cc:4193
61786 #, gcc-internal-format
61787 msgid "template parameter %qD of type %qT is not allowed in an integral constant expression because it is not of integral or enumeration type"
61788 msgstr ""
61790 #: cp/semantics.cc:4233
61791 #, gcc-internal-format
61792 msgid "use of class template %qT as expression"
61793 msgstr ""
61795 #. Ambiguous reference to base members.
61796 #: cp/semantics.cc:4240
61797 #, gcc-internal-format
61798 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
61799 msgstr ""
61801 #: cp/semantics.cc:4268
61802 #, gcc-internal-format
61803 msgid "%qD cannot appear in a constant-expression"
61804 msgstr ""
61806 #: cp/semantics.cc:4430
61807 #, gcc-internal-format
61808 msgid "type of %qE is unknown"
61809 msgstr ""
61811 #: cp/semantics.cc:4448 rust/backend/rust-tree.cc:5482
61812 #, gcc-internal-format
61813 msgid "%qT is not an enumeration type"
61814 msgstr ""
61816 #. Parameter packs can only be used in templates
61817 #: cp/semantics.cc:4582
61818 #, gcc-internal-format
61819 msgid "parameter pack %<__bases%> only valid in template declaration"
61820 msgstr ""
61822 #: cp/semantics.cc:4614
61823 #, gcc-internal-format
61824 msgid "cannot apply %<offsetof%> to destructor %<~%T%>"
61825 msgstr ""
61827 #: cp/semantics.cc:4627
61828 #, gcc-internal-format
61829 msgid "cannot apply %<offsetof%> to member function %qD"
61830 msgstr ""
61832 #: cp/semantics.cc:4631
61833 #, gcc-internal-format
61834 msgid "cannot apply %<offsetof%> to member function"
61835 msgstr ""
61837 #: cp/semantics.cc:4636
61838 #, gcc-internal-format
61839 msgid "cannot apply %<offsetof%> to an enumerator %qD"
61840 msgstr ""
61842 #: cp/semantics.cc:4647
61843 #, gcc-internal-format
61844 msgid "%<offsetof%> within non-standard-layout type %qT is conditionally-supported"
61845 msgstr ""
61847 #: cp/semantics.cc:5987
61848 #, gcc-internal-format
61849 msgid "user defined reduction lookup is ambiguous"
61850 msgstr ""
61852 #: cp/semantics.cc:6260
61853 #, gcc-internal-format
61854 msgid "%qE in %<reduction%> clause is a zero size array"
61855 msgstr ""
61857 #: cp/semantics.cc:6306
61858 #, gcc-internal-format
61859 msgid "%qE has const type for %<reduction%>"
61860 msgstr ""
61862 #: cp/semantics.cc:6425
61863 #, gcc-internal-format
61864 msgid "user defined reduction with constructor initializer for base class %qT"
61865 msgstr ""
61867 #: cp/semantics.cc:6896
61868 #, gcc-internal-format
61869 msgid "modifier other than %<val%> specified in %<linear%> clause on %<simd%> or %<for%> constructs when using OpenMP 5.2 modifiers"
61870 msgstr ""
61872 #: cp/semantics.cc:6911
61873 #, gcc-internal-format
61874 msgid "linear clause with %qs modifier applied to non-reference variable with %qT type"
61875 msgstr ""
61877 #: cp/semantics.cc:6926
61878 #, gcc-internal-format
61879 msgid "linear clause applied to non-integral non-pointer variable with %qT type"
61880 msgstr ""
61882 #: cp/semantics.cc:6950
61883 #, gcc-internal-format
61884 msgid "linear step expression must be integral"
61885 msgstr ""
61887 #: cp/semantics.cc:7043 cp/semantics.cc:7175 cp/semantics.cc:7234
61888 #: cp/semantics.cc:7632 cp/semantics.cc:8794
61889 #, gcc-internal-format
61890 msgid "%<this%> allowed in OpenMP only in %<declare simd%> clauses"
61891 msgstr ""
61893 #: cp/semantics.cc:7055 cp/semantics.cc:8807
61894 #, gcc-internal-format
61895 msgid "%qD is not a variable in clause %qs"
61896 msgstr ""
61898 #: cp/semantics.cc:7188
61899 #, gcc-internal-format
61900 msgid "%qD is not a variable in clause %<firstprivate%>"
61901 msgstr ""
61903 #: cp/semantics.cc:7247
61904 #, gcc-internal-format
61905 msgid "%qD is not a variable in clause %<lastprivate%>"
61906 msgstr ""
61908 #: cp/semantics.cc:7297
61909 #, gcc-internal-format
61910 msgid "%<gang%> static expression must be integral"
61911 msgstr ""
61913 #: cp/semantics.cc:7311
61914 #, gcc-internal-format
61915 msgid "%<gang%> static value must be positive"
61916 msgstr ""
61918 #: cp/semantics.cc:7345
61919 #, gcc-internal-format
61920 msgid "%<gang%> num expression must be integral"
61921 msgstr ""
61923 #: cp/semantics.cc:7348
61924 #, gcc-internal-format
61925 msgid "%<vector%> length expression must be integral"
61926 msgstr ""
61928 #: cp/semantics.cc:7352
61929 #, gcc-internal-format
61930 msgid "%<worker%> num expression must be integral"
61931 msgstr ""
61933 #: cp/semantics.cc:7374
61934 #, gcc-internal-format
61935 msgid "%<gang%> num value must be positive"
61936 msgstr ""
61938 #: cp/semantics.cc:7378
61939 #, gcc-internal-format
61940 msgid "%<vector%> length value must be positive"
61941 msgstr ""
61943 #: cp/semantics.cc:7383
61944 #, gcc-internal-format
61945 msgid "%<worker%> num value must be positive"
61946 msgstr ""
61948 #: cp/semantics.cc:7457
61949 #, gcc-internal-format
61950 msgid "schedule chunk size expression must be integral"
61951 msgstr ""
61953 #: cp/semantics.cc:7490
61954 #, gcc-internal-format
61955 msgid "%qs length expression must be integral"
61956 msgstr ""
61958 #: cp/semantics.cc:7504
61959 #, gcc-internal-format
61960 msgid "%qs length expression must be positive constant integer expression"
61961 msgstr ""
61963 #: cp/semantics.cc:7524
61964 #, gcc-internal-format
61965 msgid "%<async%> expression must be integral"
61966 msgstr ""
61968 #: cp/semantics.cc:7553
61969 #, gcc-internal-format
61970 msgid "%<thread_limit%> expression must be integral"
61971 msgstr ""
61973 #: cp/semantics.cc:7583
61974 #, gcc-internal-format
61975 msgid "%<device%> id must be integral"
61976 msgstr ""
61978 #: cp/semantics.cc:7614
61979 #, gcc-internal-format
61980 msgid "%<dist_schedule%> chunk size expression must be integral"
61981 msgstr ""
61983 #: cp/semantics.cc:7643
61984 #, gcc-internal-format
61985 msgid "%qD is not a variable in %<aligned%> clause"
61986 msgstr ""
61988 #: cp/semantics.cc:7658
61989 #, gcc-internal-format
61990 msgid "%qE in %<aligned%> clause is neither a pointer nor an array nor a reference to pointer or array"
61991 msgstr ""
61993 #: cp/semantics.cc:7665
61994 #, gcc-internal-format
61995 msgid "%qD appears more than once in %<aligned%> clauses"
61996 msgstr ""
61998 #: cp/semantics.cc:7680
61999 #, gcc-internal-format
62000 msgid "%<aligned%> clause alignment expression must be integral"
62001 msgstr ""
62003 #: cp/semantics.cc:7713
62004 #, gcc-internal-format
62005 msgid "%qD is not a variable in %<nontemporal%> clause"
62006 msgstr ""
62008 #: cp/semantics.cc:7724
62009 #, gcc-internal-format
62010 msgid "%qD appears more than once in %<nontemporal%> clauses"
62011 msgstr ""
62013 #: cp/semantics.cc:7741
62014 #, gcc-internal-format
62015 msgid "%<this%> not allowed in %<allocate%> clause"
62016 msgstr ""
62018 #: cp/semantics.cc:7753
62019 #, gcc-internal-format
62020 msgid "%qD is not a variable in %<allocate%> clause"
62021 msgstr ""
62023 #: cp/semantics.cc:7762
62024 #, gcc-internal-format
62025 msgid "%qD appears more than once in %<allocate%> clauses"
62026 msgstr ""
62028 #: cp/semantics.cc:7910
62029 #, gcc-internal-format
62030 msgid "%qD is not lvalue expression nor array section in %qs clause"
62031 msgstr ""
62033 #: cp/semantics.cc:8449
62034 #, gcc-internal-format
62035 msgid "template %qE in clause %qs"
62036 msgstr ""
62038 #: cp/semantics.cc:8452
62039 #, gcc-internal-format
62040 msgid "overloaded function name %qE in clause %qs"
62041 msgstr ""
62043 #: cp/semantics.cc:8521
62044 #, gcc-internal-format
62045 msgid "%<grainsize%> expression must be integral"
62046 msgstr ""
62048 #: cp/semantics.cc:8551
62049 #, gcc-internal-format
62050 msgid "%<priority%> expression must be integral"
62051 msgstr ""
62053 #: cp/semantics.cc:8581
62054 #, gcc-internal-format
62055 msgid "%<hint%> expression must be integral"
62056 msgstr ""
62058 #: cp/semantics.cc:8594
62059 #, gcc-internal-format
62060 msgid "%<hint%> expression must be constant integer expression"
62061 msgstr ""
62063 #: cp/semantics.cc:8611
62064 #, gcc-internal-format
62065 msgid "%<filter%> expression must be integral"
62066 msgstr ""
62068 #: cp/semantics.cc:8642
62069 #, gcc-internal-format
62070 msgid "%qs variable is neither a pointer nor reference to pointer"
62071 msgstr ""
62073 #: cp/semantics.cc:8652
62074 #, gcc-internal-format
62075 msgid "%qs variable is neither a pointer, nor an array nor reference to pointer or array"
62076 msgstr ""
62078 #: cp/semantics.cc:8735
62079 #, gcc-internal-format
62080 msgid "%<tile%> argument needs integral type"
62081 msgstr ""
62083 #: cp/semantics.cc:9151
62084 #, gcc-internal-format
62085 msgid "%<const%> qualified %qE without %<mutable%> member may appear only in %<shared%> or %<firstprivate%> clauses"
62086 msgstr ""
62088 #: cp/semantics.cc:9378
62089 #, gcc-internal-format
62090 msgid "%<threadprivate%> %qD is not file, namespace or block scope variable"
62091 msgstr ""
62093 #: cp/semantics.cc:9392
62094 #, gcc-internal-format
62095 msgid "%<threadprivate%> %qE directive not in %qT definition"
62096 msgstr ""
62098 #: cp/semantics.cc:10121
62099 #, gcc-internal-format
62100 msgid "difference between %qE and %qD does not have integer type"
62101 msgstr ""
62103 #: cp/semantics.cc:10589
62104 #, gcc-internal-format
62105 msgid "%<#pragma omp simd%> used with class iteration variable %qE"
62106 msgstr ""
62108 #: cp/semantics.cc:10899 cp/semantics.cc:10909
62109 #, gcc-internal-format
62110 msgid "%<#pragma omp atomic update%> uses two different expressions for memory"
62111 msgstr ""
62113 #: cp/semantics.cc:11289
62114 #, gcc-internal-format, gfc-internal-format
62115 msgid "static assertion failed: %s"
62116 msgstr ""
62118 #: cp/semantics.cc:11296
62119 #, gcc-internal-format
62120 msgid "non-constant condition for static assertion"
62121 msgstr ""
62123 #: cp/semantics.cc:11325
62124 #, gcc-internal-format
62125 msgid "argument to %<decltype%> must be an expression"
62126 msgstr ""
62128 #: cp/semantics.cc:11370
62129 #, gcc-internal-format
62130 msgid "%<decltype%> cannot resolve address of overloaded function"
62131 msgstr ""
62133 #: cp/semantics.cc:11605 rust/backend/rust-tree.cc:5196
62134 #, gcc-internal-format
62135 msgid "%<__builtin_is_pointer_interconvertible_with_class%> needs a single argument"
62136 msgstr ""
62138 #: cp/semantics.cc:11614 rust/backend/rust-tree.cc:5205
62139 #, gcc-internal-format
62140 msgid "%<__builtin_is_pointer_interconvertible_with_class%> argument is not pointer to member"
62141 msgstr ""
62143 #: cp/semantics.cc:11785 rust/backend/rust-tree.cc:5809
62144 #, gcc-internal-format
62145 msgid "%<__builtin_is_corresponding_member%> not well defined for anonymous unions"
62146 msgstr ""
62148 #: cp/semantics.cc:11809 rust/backend/rust-tree.cc:5853
62149 #, gcc-internal-format
62150 msgid "%<__builtin_is_corresponding_member%> needs two arguments"
62151 msgstr ""
62153 #: cp/semantics.cc:11820 rust/backend/rust-tree.cc:5863
62154 #, gcc-internal-format
62155 msgid "%<__builtin_is_corresponding_member%> argument is not pointer to member"
62156 msgstr ""
62158 #: cp/semantics.cc:12411
62159 #, gcc-internal-format
62160 msgid "operand of fold expression has no unexpanded parameter packs"
62161 msgstr ""
62163 #: cp/semantics.cc:12470
62164 #, gcc-internal-format
62165 msgid "both arguments in binary fold have unexpanded parameter packs"
62166 msgstr ""
62168 #: cp/semantics.cc:12472
62169 #, gcc-internal-format
62170 msgid "no unexpanded parameter packs in binary fold"
62171 msgstr ""
62173 #: cp/semantics.cc:12490
62174 #, gcc-internal-format
62175 msgid "non-pointer argument to %<__builtin_launder%>"
62176 msgstr ""
62178 #. std::bit_cast for destination ARRAY_TYPE is not possible,
62179 #. as functions may not return an array, so don't bother trying
62180 #. to support this (and then deal with VLAs etc.).
62181 #: cp/semantics.cc:12539
62182 #, gcc-internal-format
62183 msgid "%<__builtin_bit_cast%> destination type %qT is an array type"
62184 msgstr ""
62186 #: cp/semantics.cc:12545
62187 #, gcc-internal-format
62188 msgid "%<__builtin_bit_cast%> destination type %qT is not trivially copyable"
62189 msgstr ""
62191 #: cp/semantics.cc:12572
62192 #, gcc-internal-format
62193 msgid "%<__builtin_bit_cast%> source type %qT is not trivially copyable"
62194 msgstr ""
62196 #: cp/semantics.cc:12580
62197 #, gcc-internal-format
62198 msgid "%<__builtin_bit_cast%> source size %qE not equal to destination type size %qE"
62199 msgstr ""
62201 #: cp/tree.cc:1485 rust/backend/rust-tree.cc:2564
62202 #, gcc-internal-format
62203 msgid "%qV qualifiers cannot be applied to %qT"
62204 msgstr ""
62206 #: cp/tree.cc:2028
62207 #, gcc-internal-format
62208 msgid "statement-expression in a constant expression"
62209 msgstr ""
62211 #: cp/tree.cc:4543
62212 #, gcc-internal-format
62213 msgid "%<-fabi-version=13%> (GCC 8.2) fixes the calling convention for %qT, which was accidentally changed in 8.1"
62214 msgstr ""
62216 #: cp/tree.cc:4547
62217 #, gcc-internal-format
62218 msgid "%<-fabi-version=12%> (GCC 8.1) accidentally changes the calling convention for %qT"
62219 msgstr ""
62221 #: cp/tree.cc:4551
62222 #, gcc-internal-format
62223 msgid " declared here"
62224 msgstr ""
62226 #: cp/tree.cc:4556
62227 #, gcc-internal-format
62228 msgid "the calling convention for %qT changes in %<-fabi-version=13%> (GCC 8.2)"
62229 msgstr ""
62231 #: cp/tree.cc:4558
62232 #, gcc-internal-format
62233 msgid " because all of its copy and move constructors are deleted"
62234 msgstr ""
62236 #: cp/tree.cc:4985
62237 #, gcc-internal-format
62238 msgid "base class %qT is not public"
62239 msgstr ""
62241 #: cp/tree.cc:4988
62242 #, gcc-internal-format
62243 msgid "%qD is not public"
62244 msgstr ""
62246 #: cp/tree.cc:4995
62247 #, gcc-internal-format
62248 msgid "%qD is mutable"
62249 msgstr ""
62251 #: cp/tree.cc:5003
62252 #, gcc-internal-format
62253 msgid "%qD has a non-structural type"
62254 msgstr ""
62256 #: cp/tree.cc:5026
62257 #, gcc-internal-format
62258 msgid "%qE attribute can only be applied to functions or parameters"
62259 msgstr ""
62261 #: cp/tree.cc:5047
62262 #, gcc-internal-format
62263 msgid "%qE attribute argument must be a string constant"
62264 msgstr ""
62266 #: cp/tree.cc:5062
62267 #, gcc-internal-format
62268 msgid "%qE attribute can only be applied to functions or to class or enumeration types"
62269 msgstr ""
62271 #: cp/tree.cc:5080
62272 #, gcc-internal-format
62273 msgid "%qE attribute can only be applied to non-static data members"
62274 msgstr ""
62276 #: cp/tree.cc:5086
62277 #, gcc-internal-format
62278 msgid "%qE attribute cannot be applied to a bit-field"
62279 msgstr ""
62281 #: cp/tree.cc:5106
62282 #, gcc-internal-format
62283 msgid "%qE attribute takes no arguments"
62284 msgstr ""
62286 #: cp/tree.cc:5110
62287 #, gcc-internal-format
62288 msgid "ISO C++ %qE attribute does not apply to functions; treating as %<[[gnu::%E]]%>"
62289 msgstr ""
62291 #: cp/tree.cc:5184
62292 #, gcc-internal-format
62293 msgid "requested %<init_priority%> is not an integer constant"
62294 msgstr ""
62296 #: cp/tree.cc:5206
62297 #, gcc-internal-format
62298 msgid "can only use %qE attribute on file-scope definitions of objects of class type"
62299 msgstr ""
62301 #: cp/tree.cc:5214
62302 #, gcc-internal-format
62303 msgid "requested %<init_priority%> %i is out of range [0, %i]"
62304 msgstr ""
62306 #: cp/tree.cc:5225
62307 #, gcc-internal-format
62308 msgid "requested %<init_priority%> %i is reserved for internal use"
62309 msgstr ""
62311 #: cp/tree.cc:5255
62312 #, gcc-internal-format
62313 msgid "redeclaration of %qD adds abi tag %qE"
62314 msgstr ""
62316 #: cp/tree.cc:5275
62317 #, gcc-internal-format
62318 msgid "the %qE attribute requires arguments"
62319 msgstr ""
62321 #: cp/tree.cc:5286
62322 #, gcc-internal-format
62323 msgid "arguments to the %qE attribute must be narrow string literals"
62324 msgstr ""
62326 #: cp/tree.cc:5299 cp/tree.cc:5312
62327 #, gcc-internal-format
62328 msgid "arguments to the %qE attribute must contain valid identifiers"
62329 msgstr ""
62331 #: cp/tree.cc:5301
62332 #, gcc-internal-format
62333 msgid "%<%c%> is not a valid first character for an identifier"
62334 msgstr ""
62336 #: cp/tree.cc:5314
62337 #, gcc-internal-format
62338 msgid "%<%c%> is not a valid character in an identifier"
62339 msgstr ""
62341 #: cp/tree.cc:5338
62342 #, gcc-internal-format
62343 msgid "%qE attribute applied to non-class, non-enum type %qT"
62344 msgstr ""
62346 #: cp/tree.cc:5344
62347 #, gcc-internal-format
62348 msgid "%qE attribute applied to %qT after its definition"
62349 msgstr ""
62351 #: cp/tree.cc:5351
62352 #, gcc-internal-format
62353 msgid "ignoring %qE attribute applied to template instantiation %qT"
62354 msgstr ""
62356 #: cp/tree.cc:5358
62357 #, gcc-internal-format
62358 msgid "ignoring %qE attribute applied to template specialization %qT"
62359 msgstr ""
62361 #: cp/tree.cc:5380
62362 #, gcc-internal-format
62363 msgid "%qE attribute applied to non-function, non-variable %qD"
62364 msgstr ""
62366 #: cp/tree.cc:5386
62367 #, gcc-internal-format
62368 msgid "%qE attribute applied to extern \"C\" declaration %qD"
62369 msgstr ""
62371 #: cp/tree.cc:6285
62372 #, gcc-internal-format
62373 msgid "zero as null pointer constant"
62374 msgstr ""
62376 #: cp/tree.cc:6326 rust/backend/rust-tree.cc:3144
62377 #, gcc-internal-format
62378 msgid "%<lang_*%> check: failed in %s, at %s:%d"
62379 msgstr ""
62381 #: cp/typeck.cc:625
62382 #, gcc-internal-format
62383 msgid "comparison between distinct pointer types %qT and %qT lacks a cast"
62384 msgstr ""
62386 #: cp/typeck.cc:631
62387 #, gcc-internal-format
62388 msgid "conversion between distinct pointer types %qT and %qT lacks a cast"
62389 msgstr ""
62391 #: cp/typeck.cc:637
62392 #, gcc-internal-format
62393 msgid "conditional expression between distinct pointer types %qT and %qT lacks a cast"
62394 msgstr ""
62396 #: cp/typeck.cc:785
62397 #, gcc-internal-format
62398 msgid "ISO C++ forbids comparison between pointer of type %<void *%> and pointer-to-function"
62399 msgstr ""
62401 #: cp/typeck.cc:790
62402 #, gcc-internal-format
62403 msgid "ISO C++ forbids conversion between pointer of type %<void *%> and pointer-to-function"
62404 msgstr ""
62406 #: cp/typeck.cc:795
62407 #, gcc-internal-format
62408 msgid "ISO C++ forbids conditional expression between pointer of type %<void *%> and pointer-to-function"
62409 msgstr ""
62411 #: cp/typeck.cc:874
62412 #, gcc-internal-format
62413 msgid "comparison between distinct pointer-to-member types %qT and %qT lacks a cast"
62414 msgstr ""
62416 #: cp/typeck.cc:879
62417 #, gcc-internal-format
62418 msgid "conversion between distinct pointer-to-member types %qT and %qT lacks a cast"
62419 msgstr ""
62421 #: cp/typeck.cc:884
62422 #, gcc-internal-format
62423 msgid "conditional expression between distinct pointer-to-member types %qT and %qT lacks a cast"
62424 msgstr ""
62426 #: cp/typeck.cc:1710
62427 #, gcc-internal-format
62428 msgid "canonical types differ for identical types %qT and %qT"
62429 msgstr ""
62431 #: cp/typeck.cc:1717
62432 #, gcc-internal-format
62433 msgid "same canonical type node for different types %qT and %qT"
62434 msgstr ""
62436 #: cp/typeck.cc:2047
62437 #, gcc-internal-format
62438 msgid "invalid application of %qs to a member function"
62439 msgstr ""
62441 #: cp/typeck.cc:2152
62442 #, gcc-internal-format
62443 msgid "invalid application of %<sizeof%> to a bit-field"
62444 msgstr ""
62446 #: cp/typeck.cc:2160
62447 #, gcc-internal-format
62448 msgid "ISO C++ forbids applying %<sizeof%> to an expression of function type"
62449 msgstr ""
62451 #: cp/typeck.cc:2225
62452 #, gcc-internal-format
62453 msgid "invalid application of %<__alignof%> to a bit-field"
62454 msgstr ""
62456 #: cp/typeck.cc:2236
62457 #, gcc-internal-format
62458 msgid "ISO C++ forbids applying %<__alignof%> to an expression of function type"
62459 msgstr ""
62461 #: cp/typeck.cc:2320
62462 #, gcc-internal-format
62463 msgid "%<alignas%> argument has non-integral type %qT"
62464 msgstr ""
62466 #: cp/typeck.cc:2366 rust/backend/rust-tree.cc:3784
62467 #, gcc-internal-format
62468 msgid "invalid use of non-static member function of type %qT"
62469 msgstr ""
62471 #: cp/typeck.cc:2542
62472 #, gcc-internal-format
62473 msgid "taking address of temporary array"
62474 msgstr ""
62476 #: cp/typeck.cc:2724
62477 #, gcc-internal-format
62478 msgid "ISO C++ forbids converting a string constant to %qT"
62479 msgstr ""
62481 #: cp/typeck.cc:2728
62482 #, gcc-internal-format
62483 msgid "deprecated conversion from string constant to %qT"
62484 msgstr ""
62486 #: cp/typeck.cc:2843 cp/typeck.cc:3408
62487 #, gcc-internal-format
62488 msgid "request for member %qD in %qE, which is of pointer type %qT (maybe you meant to use %<->%> ?)"
62489 msgstr ""
62491 #: cp/typeck.cc:2847 cp/typeck.cc:3412
62492 #, gcc-internal-format
62493 msgid "request for member %qD in %qE, which is of non-class type %qT"
62494 msgstr ""
62496 #: cp/typeck.cc:2881
62497 #, gcc-internal-format
62498 msgid "invalid use of non-static data member %qE"
62499 msgstr ""
62501 #: cp/typeck.cc:2958
62502 #, gcc-internal-format
62503 msgid "invalid access to non-static data member %qD in virtual base of NULL object"
62504 msgstr ""
62506 #: cp/typeck.cc:3108
62507 #, gcc-internal-format
62508 msgid "object type %qT does not match destructor name ~%qT"
62509 msgstr ""
62511 #: cp/typeck.cc:3117
62512 #, gcc-internal-format
62513 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
62514 msgstr ""
62516 #: cp/typeck.cc:3259
62517 #, gcc-internal-format
62518 msgid "field %q#D can be accessed via %q#D"
62519 msgstr ""
62521 #. No hint.
62522 #: cp/typeck.cc:3278
62523 #, gcc-internal-format
62524 msgid "%q#T has no member named %qE"
62525 msgstr ""
62527 #: cp/typeck.cc:3301
62528 #, gcc-internal-format
62529 msgid "%q#T has no member named %qE; did you mean %q#D? (accessible via %q#D)"
62530 msgstr ""
62532 #: cp/typeck.cc:3312
62533 #, gcc-internal-format
62534 msgid "%q#T has no member named %qE; did you mean %q#D? (not accessible from this context)"
62535 msgstr ""
62537 #: cp/typeck.cc:3327
62538 #, gcc-internal-format
62539 msgid "%q#T has no member named %qE; did you mean %qE?"
62540 msgstr ""
62542 #: cp/typeck.cc:3442 cp/typeck.cc:3468
62543 #, gcc-internal-format
62544 msgid "%<%D::%D%> is not a member of %qT"
62545 msgstr ""
62547 #: cp/typeck.cc:3507
62548 #, gcc-internal-format
62549 msgid "%qT is not a base of %qT"
62550 msgstr ""
62552 #: cp/typeck.cc:3570
62553 #, gcc-internal-format
62554 msgid "%qD is not a member template function"
62555 msgstr ""
62557 #: cp/typeck.cc:3836
62558 #, gcc-internal-format
62559 msgid "%qT is not a pointer-to-object type"
62560 msgstr ""
62562 #: cp/typeck.cc:3868
62563 #, gcc-internal-format
62564 msgid "invalid use of array indexing on pointer to member"
62565 msgstr ""
62567 #: cp/typeck.cc:3871
62568 #, gcc-internal-format
62569 msgid "invalid use of unary %<*%> on pointer to member"
62570 msgstr ""
62572 #: cp/typeck.cc:3874
62573 #, gcc-internal-format
62574 msgid "invalid use of implicit conversion on pointer to member"
62575 msgstr ""
62577 #: cp/typeck.cc:3878
62578 #, gcc-internal-format
62579 msgid "left hand operand of %<->*%> must be a pointer to class, but is a pointer to member of type %qT"
62580 msgstr ""
62582 #: cp/typeck.cc:3943
62583 #, gcc-internal-format
62584 msgid "subscript missing in array reference"
62585 msgstr ""
62587 #: cp/typeck.cc:4040
62588 #, gcc-internal-format
62589 msgid "subscripting array declared %<register%>"
62590 msgstr ""
62592 #: cp/typeck.cc:4078
62593 #, gcc-internal-format
62594 msgid "subscripted value is neither array nor pointer"
62595 msgstr ""
62597 #: cp/typeck.cc:4150
62598 #, gcc-internal-format
62599 msgid "object missing in use of %qE"
62600 msgstr ""
62602 #: cp/typeck.cc:4375
62603 #, gcc-internal-format
62604 msgid "ISO C++ forbids calling %<::main%> from within program"
62605 msgstr ""
62607 #: cp/typeck.cc:4396
62608 #, gcc-internal-format
62609 msgid "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>, e.g. %<(... ->* %E) (...)%>"
62610 msgstr ""
62612 #: cp/typeck.cc:4413
62613 #, gcc-internal-format
62614 msgid "%qE cannot be used as a function"
62615 msgstr ""
62617 #: cp/typeck.cc:4416
62618 #, gcc-internal-format
62619 msgid "%qD cannot be used as a function"
62620 msgstr ""
62622 #: cp/typeck.cc:4419
62623 #, gcc-internal-format
62624 msgid "expression cannot be used as a function"
62625 msgstr ""
62627 #: cp/typeck.cc:4477
62628 #, gcc-internal-format
62629 msgid "too many arguments to constructor %q#D"
62630 msgstr ""
62632 #: cp/typeck.cc:4478
62633 #, gcc-internal-format
62634 msgid "too few arguments to constructor %q#D"
62635 msgstr ""
62637 #: cp/typeck.cc:4483
62638 #, gcc-internal-format
62639 msgid "too many arguments to member function %q#D"
62640 msgstr ""
62642 #: cp/typeck.cc:4484
62643 #, gcc-internal-format
62644 msgid "too few arguments to member function %q#D"
62645 msgstr ""
62647 #: cp/typeck.cc:4490
62648 #, gcc-internal-format
62649 msgid "too many arguments to function %q#D"
62650 msgstr ""
62652 #: cp/typeck.cc:4491
62653 #, gcc-internal-format
62654 msgid "too few arguments to function %q#D"
62655 msgstr ""
62657 #: cp/typeck.cc:4501
62658 #, gcc-internal-format
62659 msgid "too many arguments to method %q#D"
62660 msgstr ""
62662 #: cp/typeck.cc:4502
62663 #, gcc-internal-format
62664 msgid "too few arguments to method %q#D"
62665 msgstr ""
62667 #: cp/typeck.cc:4505
62668 #, gcc-internal-format
62669 msgid "too many arguments to function"
62670 msgstr ""
62672 #: cp/typeck.cc:4506
62673 #, gcc-internal-format
62674 msgid "too few arguments to function"
62675 msgstr ""
62677 #: cp/typeck.cc:4588
62678 #, gcc-internal-format
62679 msgid "parameter %P of %qD has incomplete type %qT"
62680 msgstr ""
62682 #: cp/typeck.cc:4594
62683 #, gcc-internal-format
62684 msgid "parameter %P has incomplete type %qT"
62685 msgstr ""
62687 #: cp/typeck.cc:4860
62688 #, gcc-internal-format
62689 msgid "the address %qE will never be NULL"
62690 msgstr ""
62692 #: cp/typeck.cc:4906
62693 #, gcc-internal-format
62694 msgid "the address of %qD will never be NULL"
62695 msgstr ""
62697 #: cp/typeck.cc:4921
62698 #, gcc-internal-format
62699 msgid "the compiler can assume that the address of %qE will never be NULL"
62700 msgstr ""
62702 #: cp/typeck.cc:4924
62703 #, gcc-internal-format
62704 msgid "comparing the result of pointer addition %qE and NULL"
62705 msgstr ""
62707 #: cp/typeck.cc:4939
62708 #, gcc-internal-format
62709 msgid "the compiler can assume that the address of %qD will never be NULL"
62710 msgstr ""
62712 #: cp/typeck.cc:4988
62713 #, gcc-internal-format
62714 msgid "bitwise operation between different enumeration types %qT and %qT is deprecated"
62715 msgstr ""
62717 #: cp/typeck.cc:4993
62718 #, gcc-internal-format
62719 msgid "arithmetic between different enumeration types %qT and %qT is deprecated"
62720 msgstr ""
62722 #: cp/typeck.cc:5023
62723 #, gcc-internal-format
62724 msgid "comparison of enumeration type %qT with floating-point type %qT is deprecated"
62725 msgstr ""
62727 #: cp/typeck.cc:5027
62728 #, gcc-internal-format
62729 msgid "comparison of floating-point type %qT with enumeration type %qT is deprecated"
62730 msgstr ""
62732 #: cp/typeck.cc:5036
62733 #, gcc-internal-format
62734 msgid "arithmetic between enumeration type %qT and floating-point type %qT is deprecated"
62735 msgstr ""
62737 #: cp/typeck.cc:5040
62738 #, gcc-internal-format
62739 msgid "arithmetic between floating-point type %qT and enumeration type %qT is deprecated"
62740 msgstr ""
62742 #: cp/typeck.cc:5174 cp/typeck.cc:5186
62743 #, gcc-internal-format
62744 msgid "assuming cast to type %qT from overloaded function"
62745 msgstr ""
62747 #: cp/typeck.cc:5300
62748 #, gcc-internal-format
62749 msgid "NULL used in arithmetic"
62750 msgstr ""
62752 #: cp/typeck.cc:5757 cp/typeck.cc:5766 cp/typeck.cc:6060 cp/typeck.cc:6069
62753 #, gcc-internal-format
62754 msgid "ISO C++ forbids comparison between pointer and integer"
62755 msgstr ""
62757 #: cp/typeck.cc:5982 cp/typeck.cc:5995
62758 #, gcc-internal-format
62759 msgid "operand types are %qT and %qT"
62760 msgstr ""
62762 #: cp/typeck.cc:6018
62763 #, gcc-internal-format
62764 msgid "three-way comparison of vectors"
62765 msgstr ""
62767 #: cp/typeck.cc:6052
62768 #, gcc-internal-format
62769 msgid "ordered comparison of pointer with integer zero (%qT and %qT)"
62770 msgstr ""
62772 #: cp/typeck.cc:6099
62773 #, gcc-internal-format
62774 msgid "unordered comparison on non-floating-point argument"
62775 msgstr ""
62777 #: cp/typeck.cc:6166
62778 msgid "implicit conversion from %qH to %qI to match other operand of binary expression"
62779 msgstr ""
62781 #: cp/typeck.cc:6276
62782 #, gcc-internal-format
62783 msgid "invalid operands of types %qT and %qT to binary %qO"
62784 msgstr ""
62786 #: cp/typeck.cc:6684
62787 #, gcc-internal-format
62788 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
62789 msgstr ""
62791 #: cp/typeck.cc:6692
62792 #, gcc-internal-format
62793 msgid "ISO C++ forbids using pointer to a function in subtraction"
62794 msgstr ""
62796 #: cp/typeck.cc:6700
62797 #, gcc-internal-format
62798 msgid "ISO C++ forbids using pointer to a method in subtraction"
62799 msgstr ""
62801 #: cp/typeck.cc:6753
62802 #, gcc-internal-format
62803 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
62804 msgstr ""
62806 #: cp/typeck.cc:6832
62807 #, gcc-internal-format
62808 msgid "taking address of constructor %qD"
62809 msgstr ""
62811 #: cp/typeck.cc:6833
62812 #, gcc-internal-format
62813 msgid "taking address of destructor %qD"
62814 msgstr ""
62816 #: cp/typeck.cc:6849
62817 #, gcc-internal-format
62818 msgid "invalid use of %qE to form a pointer-to-member-function"
62819 msgstr ""
62821 #: cp/typeck.cc:6852
62822 #, gcc-internal-format
62823 msgid "  a qualified-id is required"
62824 msgstr ""
62826 #: cp/typeck.cc:6859
62827 #, gcc-internal-format
62828 msgid "parentheses around %qE cannot be used to form a pointer-to-member-function"
62829 msgstr ""
62831 #: cp/typeck.cc:7050
62832 #, gcc-internal-format
62833 msgid "ISO C++ forbids taking the address of an unqualified or parenthesized non-static member function to form a pointer to member function.  Say %<&%T::%D%>"
62834 msgstr ""
62836 #: cp/typeck.cc:7056
62837 #, gcc-internal-format
62838 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say %<&%T::%D%>"
62839 msgstr ""
62841 #. Make this a permerror because we used to accept it.
62842 #: cp/typeck.cc:7091
62843 #, gcc-internal-format
62844 msgid "taking address of rvalue"
62845 msgstr ""
62847 #: cp/typeck.cc:7108
62848 #, gcc-internal-format
62849 msgid "ISO C++ forbids taking address of function %<::main%>"
62850 msgstr ""
62852 #: cp/typeck.cc:7166
62853 #, gcc-internal-format
62854 msgid "cannot create pointer to reference member %qD"
62855 msgstr ""
62857 #: cp/typeck.cc:7192 cp/typeck.cc:7767 rust/backend/rust-tree.cc:4685
62858 #, gcc-internal-format
62859 msgid "attempt to take address of bit-field"
62860 msgstr ""
62862 #: cp/typeck.cc:7356
62863 #, gcc-internal-format
62864 msgid "%<~%> on an expression of type %<bool%>"
62865 msgstr ""
62867 #: cp/typeck.cc:7357
62868 #, gcc-internal-format
62869 msgid "did you mean to use logical not (%<!%>)?"
62870 msgstr ""
62872 #: cp/typeck.cc:7487
62873 #, gcc-internal-format
62874 msgid "ISO C++ forbids incrementing an enum"
62875 msgstr ""
62877 #: cp/typeck.cc:7488
62878 #, gcc-internal-format
62879 msgid "ISO C++ forbids decrementing an enum"
62880 msgstr ""
62882 #: cp/typeck.cc:7504
62883 #, gcc-internal-format
62884 msgid "cannot increment a pointer to incomplete type %qT"
62885 msgstr ""
62887 #: cp/typeck.cc:7506
62888 #, gcc-internal-format
62889 msgid "cannot decrement a pointer to incomplete type %qT"
62890 msgstr ""
62892 #: cp/typeck.cc:7518
62893 #, gcc-internal-format
62894 msgid "ISO C++ forbids incrementing a pointer of type %qT"
62895 msgstr ""
62897 #: cp/typeck.cc:7520
62898 #, gcc-internal-format
62899 msgid "ISO C++ forbids decrementing a pointer of type %qT"
62900 msgstr ""
62902 #: cp/typeck.cc:7559
62903 #, gcc-internal-format
62904 msgid "%qs expression of %<volatile%>-qualified type is deprecated"
62905 msgstr ""
62907 #: cp/typeck.cc:7572
62908 #, gcc-internal-format
62909 msgid "use of an operand of type %qT in %<operator--%> is forbidden"
62910 msgstr ""
62912 #: cp/typeck.cc:7582
62913 #, gcc-internal-format
62914 msgid "use of an operand of type %qT in %<operator++%> is forbidden in C++17"
62915 msgstr ""
62917 #: cp/typeck.cc:7590
62918 #, gcc-internal-format
62919 msgid "use of an operand of type %qT in %<operator++%> is deprecated"
62920 msgstr ""
62922 #: cp/typeck.cc:7779 rust/backend/rust-tree.cc:4697
62923 #, gcc-internal-format
62924 msgid "cannot take the address of %<this%>, which is an rvalue expression"
62925 msgstr ""
62927 #: cp/typeck.cc:7801 d/d-codegen.cc:719 rust/backend/rust-tree.cc:4716
62928 #, gcc-internal-format
62929 msgid "address of explicit register variable %qD requested"
62930 msgstr ""
62932 #: cp/typeck.cc:7806 rust/backend/rust-tree.cc:4723
62933 #, gcc-internal-format
62934 msgid "address requested for %qD, which is declared %<register%>"
62935 msgstr ""
62937 #: cp/typeck.cc:7881
62938 #, gcc-internal-format
62939 msgid "list-initializer for non-class type must not be parenthesized"
62940 msgstr ""
62942 #: cp/typeck.cc:7893
62943 #, gcc-internal-format
62944 msgid "expression list treated as compound expression in initializer"
62945 msgstr ""
62947 #: cp/typeck.cc:7897
62948 #, gcc-internal-format
62949 msgid "expression list treated as compound expression in mem-initializer"
62950 msgstr ""
62952 #: cp/typeck.cc:7901
62953 #, gcc-internal-format
62954 msgid "expression list treated as compound expression in functional cast"
62955 msgstr ""
62957 #: cp/typeck.cc:7939
62958 #, gcc-internal-format, gfc-internal-format
62959 msgid "%s expression list treated as compound expression"
62960 msgstr ""
62962 #: cp/typeck.cc:8042
62963 #, gcc-internal-format
62964 msgid "no context to resolve type of %qE"
62965 msgstr ""
62967 #: cp/typeck.cc:8079
62968 #, gcc-internal-format
62969 msgid "cast from type %qT to type %qT casts away qualifiers"
62970 msgstr ""
62972 #: cp/typeck.cc:8085
62973 #, gcc-internal-format
62974 msgid "%<static_cast%> from type %qT to type %qT casts away qualifiers"
62975 msgstr ""
62977 #: cp/typeck.cc:8092
62978 #, gcc-internal-format
62979 msgid "%<reinterpret_cast%> from type %qT to type %qT casts away qualifiers"
62980 msgstr ""
62982 #: cp/typeck.cc:8118
62983 #, gcc-internal-format
62984 msgid "useless cast to type %q#T"
62985 msgstr ""
62987 #: cp/typeck.cc:8132
62988 #, gcc-internal-format
62989 msgid "type qualifiers ignored on cast result type"
62990 msgstr ""
62992 #: cp/typeck.cc:8575
62993 #, gcc-internal-format
62994 msgid "invalid %<static_cast%> from type %qT to type %qT"
62995 msgstr ""
62997 #: cp/typeck.cc:8581 cp/typeck.cc:8587 cp/typeck.cc:10299
62998 #, gcc-internal-format
62999 msgid "class type %qT is incomplete"
63000 msgstr ""
63002 #: cp/typeck.cc:8615
63003 msgid "converting from %qH to %qI"
63004 msgstr ""
63006 #: cp/typeck.cc:8690
63007 #, gcc-internal-format
63008 msgid "invalid cast of a prvalue expression of type %qT to type %qT"
63009 msgstr ""
63011 #: cp/typeck.cc:8760
63012 msgid "cast from %qH to %qI loses precision"
63013 msgstr ""
63015 #: cp/typeck.cc:8785
63016 msgid "cast between incompatible function types from %qH to %qI"
63017 msgstr ""
63019 #: cp/typeck.cc:8796
63020 msgid "cast between incompatible pointer to member types from %qH to %qI"
63021 msgstr ""
63023 #: cp/typeck.cc:8817 cp/typeck.cc:9007
63024 msgid "cast from %qH to %qI increases required alignment of target type"
63025 msgstr ""
63027 #: cp/typeck.cc:8834
63028 #, gcc-internal-format
63029 msgid "casting between pointer-to-function and pointer-to-object is conditionally-supported"
63030 msgstr ""
63032 #: cp/typeck.cc:8848
63033 #, gcc-internal-format
63034 msgid "invalid cast from type %qT to type %qT"
63035 msgstr ""
63037 #: cp/typeck.cc:8921
63038 #, gcc-internal-format
63039 msgid "invalid use of %<const_cast%> with type %qT, which is not a pointer, reference, nor a pointer-to-data-member type"
63040 msgstr ""
63042 #: cp/typeck.cc:8930
63043 #, gcc-internal-format
63044 msgid "invalid use of %<const_cast%> with type %qT, which is a pointer or reference to a function type"
63045 msgstr ""
63047 #: cp/typeck.cc:8972
63048 #, gcc-internal-format
63049 msgid "invalid %<const_cast%> of an rvalue of type %qT to type %qT"
63050 msgstr ""
63052 #: cp/typeck.cc:9042
63053 #, gcc-internal-format
63054 msgid "invalid %<const_cast%> from type %qT to type %qT"
63055 msgstr ""
63057 #: cp/typeck.cc:9143 cp/typeck.cc:9152
63058 #, gcc-internal-format
63059 msgid "ISO C++ forbids casting to an array type %qT"
63060 msgstr ""
63062 #: cp/typeck.cc:9161
63063 #, gcc-internal-format
63064 msgid "invalid cast to function type %qT"
63065 msgstr ""
63067 #: cp/typeck.cc:9272
63068 #, gcc-internal-format
63069 msgid "moving %qE of type %qT to itself"
63070 msgstr ""
63072 #: cp/typeck.cc:9273 cp/typeck.cc:10819 cp/typeck.cc:10835 cp/typeck.cc:10860
63073 #: cp/typeck.cc:10897
63074 #, gcc-internal-format
63075 msgid "remove %<std::move%> call"
63076 msgstr ""
63078 #: cp/typeck.cc:9533
63079 #, gcc-internal-format
63080 msgid "  in evaluation of %<%Q(%#T, %#T)%>"
63081 msgstr ""
63083 #: cp/typeck.cc:9593
63084 #, gcc-internal-format
63085 msgid "assigning to an array from an initializer list"
63086 msgstr ""
63088 #: cp/typeck.cc:9620
63089 #, gcc-internal-format
63090 msgid "incompatible types in assignment of %qT to %qT"
63091 msgstr ""
63093 #: cp/typeck.cc:9634
63094 #, gcc-internal-format
63095 msgid "array used as initializer"
63096 msgstr ""
63098 #: cp/typeck.cc:9636
63099 #, gcc-internal-format
63100 msgid "invalid array assignment"
63101 msgstr ""
63103 #: cp/typeck.cc:9780
63104 #, gcc-internal-format
63105 msgid "   in pointer to member function conversion"
63106 msgstr ""
63108 #: cp/typeck.cc:9794
63109 #, gcc-internal-format
63110 msgid "pointer to member conversion via virtual base %qT"
63111 msgstr ""
63113 #: cp/typeck.cc:9841 cp/typeck.cc:9860
63114 #, gcc-internal-format
63115 msgid "   in pointer to member conversion"
63116 msgstr ""
63118 #: cp/typeck.cc:9941
63119 #, gcc-internal-format
63120 msgid "invalid conversion to type %qT from type %qT"
63121 msgstr ""
63123 #: cp/typeck.cc:10262
63124 msgid "cannot convert %qH to %qI in default argument"
63125 msgstr ""
63127 #: cp/typeck.cc:10267
63128 msgid "cannot convert %qH to %qI in argument passing"
63129 msgstr ""
63131 #: cp/typeck.cc:10276
63132 msgid "cannot convert %qH to %qI in initialization"
63133 msgstr ""
63135 #: cp/typeck.cc:10280
63136 msgid "cannot convert %qH to %qI in return"
63137 msgstr ""
63139 #: cp/typeck.cc:10285
63140 msgid "cannot convert %qH to %qI in assignment"
63141 msgstr ""
63143 #: cp/typeck.cc:10317
63144 #, gcc-internal-format
63145 msgid "parameter %qP of %qD might be a candidate for a format attribute"
63146 msgstr ""
63148 #: cp/typeck.cc:10321
63149 #, gcc-internal-format
63150 msgid "parameter might be a candidate for a format attribute"
63151 msgstr ""
63153 #: cp/typeck.cc:10326
63154 #, gcc-internal-format
63155 msgid "target of conversion might be a candidate for a format attribute"
63156 msgstr ""
63158 #: cp/typeck.cc:10331
63159 #, gcc-internal-format
63160 msgid "target of initialization might be a candidate for a format attribute"
63161 msgstr ""
63163 #: cp/typeck.cc:10341
63164 #, gcc-internal-format
63165 msgid "left-hand side of assignment might be a candidate for a format attribute"
63166 msgstr ""
63168 #: cp/typeck.cc:10437
63169 #, gcc-internal-format
63170 msgid "in passing argument %P of %qD"
63171 msgstr ""
63173 #: cp/typeck.cc:10519
63174 #, gcc-internal-format
63175 msgid "returning reference to temporary"
63176 msgstr ""
63178 #: cp/typeck.cc:10522
63179 #, gcc-internal-format
63180 msgid "returning temporary %<initializer_list%> does not extend the lifetime of the underlying array"
63181 msgstr ""
63183 #: cp/typeck.cc:10558
63184 #, gcc-internal-format
63185 msgid "reference to local variable %qD returned"
63186 msgstr ""
63188 #: cp/typeck.cc:10562
63189 #, gcc-internal-format
63190 msgid "returning local %<initializer_list%> variable %qD does not extend the lifetime of the underlying array"
63191 msgstr ""
63193 #: cp/typeck.cc:10568
63194 #, gcc-internal-format
63195 msgid "address of label %qD returned"
63196 msgstr ""
63198 #: cp/typeck.cc:10572
63199 #, gcc-internal-format
63200 msgid "address of local variable %qD returned"
63201 msgstr ""
63203 #: cp/typeck.cc:10818
63204 #, gcc-internal-format
63205 msgid "moving a temporary object prevents copy elision"
63206 msgstr ""
63208 #: cp/typeck.cc:10833
63209 #, gcc-internal-format
63210 msgid "moving a local object in a return statement prevents copy elision"
63211 msgstr ""
63213 #: cp/typeck.cc:10859 cp/typeck.cc:10894
63214 #, gcc-internal-format
63215 msgid "redundant move in return statement"
63216 msgstr ""
63218 #: cp/typeck.cc:10896
63219 #, gcc-internal-format
63220 msgid "redundant move in initialization"
63221 msgstr ""
63223 #: cp/typeck.cc:10932
63224 #, gcc-internal-format
63225 msgid "returning a value from a destructor"
63226 msgstr ""
63228 #. If a return statement appears in a handler of the
63229 #. function-try-block of a constructor, the program is ill-formed.
63230 #: cp/typeck.cc:10944
63231 #, gcc-internal-format
63232 msgid "cannot return from a handler of a function-try-block of a constructor"
63233 msgstr ""
63235 #. You can't return a value from a constructor.
63236 #: cp/typeck.cc:10947
63237 #, gcc-internal-format
63238 msgid "returning a value from a constructor"
63239 msgstr ""
63241 #. Give a helpful error message.
63242 #: cp/typeck.cc:10986 cp/typeck.cc:11032
63243 #, gcc-internal-format
63244 msgid "return-statement with no value, in function returning %qT"
63245 msgstr ""
63247 #: cp/typeck.cc:10994
63248 #, gcc-internal-format
63249 msgid "returning initializer list"
63250 msgstr ""
63252 #: cp/typeck.cc:11013
63253 #, gcc-internal-format
63254 msgid "inconsistent types %qT and %qT deduced for lambda return type"
63255 msgstr ""
63257 #: cp/typeck.cc:11016
63258 #, gcc-internal-format
63259 msgid "inconsistent deduction for auto return type: %qT and then %qT"
63260 msgstr ""
63262 #: cp/typeck.cc:11051
63263 #, gcc-internal-format
63264 msgid "return-statement with a value, in function returning %qT"
63265 msgstr ""
63267 #: cp/typeck.cc:11080
63268 #, gcc-internal-format
63269 msgid "%<operator new%> must not return NULL unless it is declared %<throw()%> (or %<-fcheck-new%> is in effect)"
63270 msgstr ""
63272 #: cp/typeck.cc:11739
63273 #, gcc-internal-format
63274 msgid "using rvalue as lvalue"
63275 msgstr ""
63277 #: cp/typeck2.cc:51
63278 #, gcc-internal-format
63279 msgid "type %qT is not a base type for type %qT"
63280 msgstr ""
63282 #: cp/typeck2.cc:107
63283 #, gcc-internal-format
63284 msgid "assignment of constant field %qD"
63285 msgstr ""
63287 #: cp/typeck2.cc:108
63288 #, gcc-internal-format
63289 msgid "constant field %qD used as %<asm%> output"
63290 msgstr ""
63292 #: cp/typeck2.cc:109
63293 #, gcc-internal-format
63294 msgid "increment of constant field %qD"
63295 msgstr ""
63297 #: cp/typeck2.cc:110
63298 #, gcc-internal-format
63299 msgid "decrement of constant field %qD"
63300 msgstr ""
63302 #: cp/typeck2.cc:117
63303 #, gcc-internal-format
63304 msgid "assignment of read-only reference %qD"
63305 msgstr ""
63307 #: cp/typeck2.cc:118
63308 #, gcc-internal-format
63309 msgid "read-only reference %qD used as %<asm%> output"
63310 msgstr ""
63312 #: cp/typeck2.cc:119
63313 #, gcc-internal-format
63314 msgid "increment of read-only reference %qD"
63315 msgstr ""
63317 #: cp/typeck2.cc:120
63318 #, gcc-internal-format
63319 msgid "decrement of read-only reference %qD"
63320 msgstr ""
63322 #: cp/typeck2.cc:175
63323 #, gcc-internal-format
63324 msgid "cannot declare variable %q+D to be of abstract type %qT"
63325 msgstr ""
63327 #: cp/typeck2.cc:180
63328 #, gcc-internal-format
63329 msgid "cannot declare parameter %q+D to be of abstract type %qT"
63330 msgstr ""
63332 #: cp/typeck2.cc:183
63333 #, gcc-internal-format
63334 msgid "cannot declare parameter to be of abstract type %qT"
63335 msgstr ""
63337 #: cp/typeck2.cc:187
63338 #, gcc-internal-format
63339 msgid "cannot declare field %q+D to be of abstract type %qT"
63340 msgstr ""
63342 #: cp/typeck2.cc:191
63343 #, gcc-internal-format
63344 msgid "invalid abstract return type for member function %q+#D"
63345 msgstr ""
63347 #: cp/typeck2.cc:193
63348 #, gcc-internal-format
63349 msgid "invalid abstract return type for function %q+#D"
63350 msgstr ""
63352 #. Here we do not have location information.
63353 #: cp/typeck2.cc:196
63354 #, gcc-internal-format
63355 msgid "invalid abstract type %qT for %qE"
63356 msgstr ""
63358 #: cp/typeck2.cc:198
63359 #, gcc-internal-format
63360 msgid "invalid abstract type for %q+D"
63361 msgstr ""
63363 #: cp/typeck2.cc:203
63364 #, gcc-internal-format
63365 msgid "creating array of %qT, which is an abstract class type"
63366 msgstr ""
63368 #: cp/typeck2.cc:206
63369 #, gcc-internal-format
63370 msgid "invalid cast to abstract class type %qT"
63371 msgstr ""
63373 #: cp/typeck2.cc:209
63374 #, gcc-internal-format
63375 msgid "invalid new-expression of abstract class type %qT"
63376 msgstr "nevaljani new-izraz apstraktne klase vrste %qT"
63378 #: cp/typeck2.cc:212
63379 #, gcc-internal-format
63380 msgid "invalid abstract return type %qT"
63381 msgstr ""
63383 #: cp/typeck2.cc:215
63384 #, gcc-internal-format
63385 msgid "invalid abstract parameter type %qT"
63386 msgstr ""
63388 #: cp/typeck2.cc:218
63389 #, gcc-internal-format
63390 msgid "expression of abstract class type %qT cannot be used in throw-expression"
63391 msgstr ""
63393 #: cp/typeck2.cc:222
63394 #, gcc-internal-format
63395 msgid "cannot declare %<catch%> parameter to be of abstract class type %qT"
63396 msgstr ""
63398 #: cp/typeck2.cc:226
63399 #, gcc-internal-format
63400 msgid "cannot allocate an object of abstract type %qT"
63401 msgstr ""
63403 #: cp/typeck2.cc:236
63404 #, gcc-internal-format
63405 msgid "  because the following virtual functions are pure within %qT:"
63406 msgstr ""
63408 #: cp/typeck2.cc:242
63409 #, gcc-internal-format
63410 msgid "    %#qD"
63411 msgstr ""
63413 #: cp/typeck2.cc:282
63414 #, gcc-internal-format
63415 msgid "definition of %q#T is not complete until the closing brace"
63416 msgstr ""
63418 #: cp/typeck2.cc:285
63419 #, gcc-internal-format
63420 msgid "forward declaration of %q#T"
63421 msgstr ""
63423 #: cp/typeck2.cc:287
63424 #, gcc-internal-format
63425 msgid "declaration of %q#T"
63426 msgstr ""
63428 #: cp/typeck2.cc:318
63429 #, gcc-internal-format
63430 msgid "%qD has incomplete type"
63431 msgstr ""
63433 #: cp/typeck2.cc:332
63434 #, gcc-internal-format
63435 msgid "invalid use of incomplete type %q#T"
63436 msgstr ""
63438 #: cp/typeck2.cc:369 rust/backend/rust-tree.cc:3903
63439 #, gcc-internal-format
63440 msgid "invalid use of member function %qD (did you forget the %<()%> ?)"
63441 msgstr ""
63443 #: cp/typeck2.cc:374 rust/backend/rust-tree.cc:3909
63444 #, gcc-internal-format
63445 msgid "invalid use of member %qD (did you forget the %<&%> ?)"
63446 msgstr ""
63448 #: cp/typeck2.cc:384
63449 #, gcc-internal-format
63450 msgid "invalid use of placeholder %qT"
63451 msgstr ""
63453 #: cp/typeck2.cc:391
63454 #, gcc-internal-format
63455 msgid "invalid use of template type parameter %qT"
63456 msgstr ""
63458 #: cp/typeck2.cc:396
63459 #, gcc-internal-format
63460 msgid "invalid use of template template parameter %qT"
63461 msgstr ""
63463 #: cp/typeck2.cc:402
63464 #, gcc-internal-format
63465 msgid "invalid use of pack expansion %qT"
63466 msgstr ""
63468 #: cp/typeck2.cc:408
63469 #, gcc-internal-format
63470 msgid "invalid use of dependent type %qT"
63471 msgstr ""
63473 #: cp/typeck2.cc:415 rust/backend/rust-tree.cc:3919
63474 #, gcc-internal-format
63475 msgid "invalid use of brace-enclosed initializer list"
63476 msgstr ""
63478 #: cp/typeck2.cc:423 rust/backend/rust-tree.cc:3927
63479 #, gcc-internal-format
63480 msgid "address of overloaded function with no contextual type information"
63481 msgstr ""
63483 #: cp/typeck2.cc:427 rust/backend/rust-tree.cc:3932
63484 #, gcc-internal-format
63485 msgid "overloaded function with no contextual type information"
63486 msgstr ""
63488 #: cp/typeck2.cc:430 rust/backend/rust-tree.cc:3936
63489 #, gcc-internal-format
63490 msgid "insufficient contextual information to determine type"
63491 msgstr ""
63493 #: cp/typeck2.cc:814
63494 #, gcc-internal-format
63495 msgid "constructor syntax used, but no constructor declared for type %qT"
63496 msgstr ""
63498 #: cp/typeck2.cc:887
63499 #, gcc-internal-format
63500 msgid "%<constinit%> variable %qD does not have a constant initializer"
63501 msgstr ""
63503 #: cp/typeck2.cc:1066
63504 msgid "narrowing conversion of %qE from %qH to %qI is ill-formed in C++11"
63505 msgstr ""
63507 #: cp/typeck2.cc:1078 cp/typeck2.cc:1092
63508 msgid "narrowing conversion of %qE from %qH to %qI"
63509 msgstr ""
63511 #: cp/typeck2.cc:1081
63512 #, gcc-internal-format
63513 msgid " the expression has a constant value but is not a C++ constant-expression"
63514 msgstr ""
63516 #: cp/typeck2.cc:1256
63517 #, gcc-internal-format
63518 msgid "initializer-string for %qT is too long"
63519 msgstr ""
63521 #: cp/typeck2.cc:1319
63522 #, gcc-internal-format
63523 msgid "initializing a base class of type %qT results in object slicing"
63524 msgstr ""
63526 #: cp/typeck2.cc:1321
63527 #, gcc-internal-format
63528 msgid "remove %<{ }%> around initializer"
63529 msgstr ""
63531 #: cp/typeck2.cc:1341
63532 #, gcc-internal-format
63533 msgid "cannot initialize aggregate of type %qT with a compound literal"
63534 msgstr ""
63536 #: cp/typeck2.cc:1825 cp/typeck2.cc:1855
63537 #, gcc-internal-format
63538 msgid "missing initializer for member %qD"
63539 msgstr ""
63541 #: cp/typeck2.cc:1832
63542 #, gcc-internal-format
63543 msgid "member %qD is uninitialized reference"
63544 msgstr ""
63546 #: cp/typeck2.cc:1839
63547 #, gcc-internal-format
63548 msgid "member %qD with uninitialized reference fields"
63549 msgstr ""
63551 #: cp/typeck2.cc:1924
63552 #, gcc-internal-format
63553 msgid "designator order for field %qD does not match declaration order in %qT"
63554 msgstr ""
63556 #: cp/typeck2.cc:1997
63557 #, gcc-internal-format
63558 msgid "no field %qD found in union being initialized"
63559 msgstr ""
63561 #: cp/typeck2.cc:2008
63562 #, gcc-internal-format
63563 msgid "index value instead of field name in union initializer"
63564 msgstr ""
63566 #: cp/typeck2.cc:2224
63567 #, gcc-internal-format
63568 msgid "circular pointer delegation detected"
63569 msgstr ""
63571 #: cp/typeck2.cc:2238
63572 #, gcc-internal-format
63573 msgid "base operand of %<->%> has non-pointer type %qT"
63574 msgstr ""
63576 #: cp/typeck2.cc:2268
63577 #, gcc-internal-format
63578 msgid "result of %<operator->()%> yields non-pointer result"
63579 msgstr ""
63581 #: cp/typeck2.cc:2270
63582 #, gcc-internal-format
63583 msgid "base operand of %<->%> is not a pointer"
63584 msgstr ""
63586 #: cp/typeck2.cc:2297
63587 #, gcc-internal-format
63588 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
63589 msgstr ""
63591 #: cp/typeck2.cc:2306
63592 #, gcc-internal-format
63593 msgid "cannot apply member pointer %qE to %qE, which is of non-class type %qT"
63594 msgstr ""
63596 #: cp/typeck2.cc:2328
63597 #, gcc-internal-format
63598 msgid "pointer to member type %qT incompatible with object type %qT"
63599 msgstr ""
63601 #: cp/typeck2.cc:2386
63602 #, gcc-internal-format
63603 msgid "pointer-to-member-function type %qT requires an rvalue"
63604 msgstr ""
63606 #: cp/typeck2.cc:2397
63607 #, gcc-internal-format
63608 msgid "pointer-to-member-function type %qT requires an lvalue"
63609 msgstr ""
63611 #: cp/typeck2.cc:2405
63612 #, gcc-internal-format
63613 msgid "pointer-to-member-function type %qT requires an lvalue before C++20"
63614 msgstr ""
63616 #: cp/typeck2.cc:2446
63617 #, gcc-internal-format
63618 msgid "functional cast to array type %qT"
63619 msgstr ""
63621 #: cp/typeck2.cc:2463
63622 #, gcc-internal-format
63623 msgid "%<auto(x)%> cannot be constrained"
63624 msgstr ""
63626 #: cp/typeck2.cc:2468
63627 #, gcc-internal-format
63628 msgid "%<auto(x)%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
63629 msgstr ""
63631 #: cp/typeck2.cc:2493
63632 #, gcc-internal-format
63633 msgid "invalid value-initialization of reference type"
63634 msgstr ""
63636 #: cp/typeck2.cc:2734
63637 #, gcc-internal-format
63638 msgid "call to function %qD which throws incomplete type %q#T"
63639 msgstr ""
63641 #: cp/typeck2.cc:2737
63642 #, gcc-internal-format
63643 msgid "call to function which throws incomplete type %q#T"
63644 msgstr ""
63646 #: cp/vtable-class-hierarchy.cc:706
63647 #, gcc-internal-format
63648 msgid "unable to open log file %<vtv_class_set_sizes.log%>: %m"
63649 msgstr ""
63651 #: cp/vtable-class-hierarchy.cc:846
63652 #, gcc-internal-format
63653 msgid "unable to open log file %<vtv_set_ptr_data.log%>: %m"
63654 msgstr ""
63656 #: cp/vtable-class-hierarchy.cc:1095
63657 #, gcc-internal-format
63658 msgid "unable to open log file %<vtv_count_data.log%>: %m"
63659 msgstr ""
63661 #: d/d-attribs.cc:372 d/d-attribs.cc:389
63662 #, gcc-internal-format
63663 msgid "unknown attribute %qs"
63664 msgstr ""
63666 #: d/d-attribs.cc:1150
63667 #, gcc-internal-format
63668 msgid "%q+D declared weak after being used"
63669 msgstr ""
63671 #: d/d-attribs.cc:1529
63672 #, gcc-internal-format
63673 msgid "only %<inbranch%> and %<notinbranch%> flags are allowed for %<simd%> attribute"
63674 msgstr ""
63676 #: d/d-builtins.cc:816
63677 #, gcc-internal-format
63678 msgid "conflicting types for built-in function %qs; expected %qs"
63679 msgstr ""
63681 #: d/d-codegen.cc:331
63682 #, gcc-internal-format
63683 msgid "cannot determine the length of a %qs"
63684 msgstr ""
63686 #: d/d-codegen.cc:1241
63687 #, gcc-internal-format
63688 msgid "overlapping initializer for field %qT.%qD"
63689 msgstr ""
63691 #: d/d-codegen.cc:1436
63692 #, gcc-internal-format
63693 msgid "the address of %qD will never be %<null%>"
63694 msgstr ""
63696 #: d/d-codegen.cc:2165
63697 #, gcc-internal-format
63698 msgid "need %<this%> to access member %qE"
63699 msgstr ""
63701 #: d/d-codegen.cc:2327
63702 #, gcc-internal-format
63703 msgid "tried to perform floating-point modulo division on %qT"
63704 msgstr ""
63706 #: d/d-codegen.cc:2378
63707 #, gcc-internal-format
63708 msgid "cannot get frame pointer to %qs"
63709 msgstr ""
63711 #. Should instead error on line that references `fd'.
63712 #: d/d-codegen.cc:2404
63713 #, gcc-internal-format
63714 msgid "nested function missing body"
63715 msgstr ""
63717 #: d/d-codegen.cc:2446
63718 #, gcc-internal-format
63719 msgid "%qs is a nested function and cannot be accessed from %qs"
63720 msgstr ""
63722 #: d/d-codegen.cc:2750
63723 #, gcc-internal-format
63724 msgid "variable %qs has scoped destruction, cannot build closure"
63725 msgstr ""
63727 #: d/d-codegen.cc:2758
63728 #, gcc-internal-format
63729 msgid "explicit register variable %qs cannot be used in nested function"
63730 msgstr ""
63732 #: d/d-codegen.cc:2983
63733 #, gcc-internal-format
63734 msgid "forward reference to frame of %qs"
63735 msgstr ""
63737 #: d/d-convert.cc:379
63738 #, gcc-internal-format
63739 msgid "cannot convert a delegate expression to %qs"
63740 msgstr ""
63742 #: d/d-convert.cc:395
63743 #, gcc-internal-format
63744 msgid "cannot convert struct %qs to %qs"
63745 msgstr ""
63747 #. Casting from a C++ interface to a class/non-C++ interface
63748 #. always results in null as there is no run-time information,
63749 #. and no way one can derive from the other.
63750 #: d/d-convert.cc:442
63751 #, gcc-internal-format
63752 msgid "cast to %qs will produce null result"
63753 msgstr ""
63755 #: d/d-convert.cc:482
63756 #, gcc-internal-format
63757 msgid "cannot cast %qs to %qs since sizes do not line up"
63758 msgstr ""
63760 #: d/d-convert.cc:516
63761 #, gcc-internal-format
63762 msgid "cannot cast expression of type %qs to type %qs"
63763 msgstr ""
63765 #: d/d-convert.cc:563
63766 #, gcc-internal-format
63767 msgid "cannot cast expression of type %qs to %qs"
63768 msgstr ""
63770 #: d/d-convert.cc:610
63771 #, gcc-internal-format
63772 msgid "cast from %qs to %qs will produce zero result"
63773 msgstr ""
63775 #: d/d-lang.cc:467
63776 #, gcc-internal-format
63777 msgid "bad argument for %<-fdebug%>: %qs"
63778 msgstr ""
63780 #: d/d-lang.cc:521
63781 #, gcc-internal-format
63782 msgid "bad argument for %<-fextern-std%>: %qs"
63783 msgstr ""
63785 #: d/d-lang.cc:540
63786 #, gcc-internal-format
63787 msgid "bad argument for %<-fmodule-file%>: %qs"
63788 msgstr ""
63790 #: d/d-lang.cc:714
63791 #, gcc-internal-format
63792 msgid "bad argument for %<-fversion%>: %qs"
63793 msgstr ""
63795 #: d/d-lang.cc:1022
63796 #, gcc-internal-format
63797 msgid "%<-fonly=%> argument is different from first input file name"
63798 msgstr ""
63800 #: d/d-lang.cc:1202
63801 #, gcc-internal-format
63802 msgid "unable to resolve forward reference in definition"
63803 msgstr ""
63805 #: d/d-lang.cc:1322
63806 #, gcc-internal-format
63807 msgid "opening json file %s: %m"
63808 msgstr ""
63810 #: d/d-lang.cc:1333
63811 #, gcc-internal-format
63812 msgid "closing json file %s: %m"
63813 msgstr ""
63815 #: d/d-lang.cc:1404
63816 #, gcc-internal-format
63817 msgid "closing mixin file %s: %m"
63818 msgstr ""
63820 #: d/d-lang.cc:1409
63821 #, gcc-internal-format
63822 msgid "opening mixin file %s: %m"
63823 msgstr ""
63825 #: d/d-target.cc:156
63826 #, gcc-internal-format
63827 msgid "D does not support pointers on this target."
63828 msgstr ""
63830 #: d/d-target.cc:252
63831 #, gcc-internal-format
63832 msgid "cannot represent built-in %<va_list%> type in D"
63833 msgstr ""
63835 #: d/decl.cc:268
63836 #, gcc-internal-format, gfc-internal-format
63837 msgid "pragma(%s) not implemented"
63838 msgstr ""
63840 #: d/decl.cc:375 d/decl.cc:490 d/decl.cc:564 d/decl.cc:607 d/decl.cc:646
63841 #, gcc-internal-format
63842 msgid "had semantic errors when compiling"
63843 msgstr ""
63845 #: d/decl.cc:462
63846 #, gcc-internal-format
63847 msgid "use of %qs"
63848 msgstr ""
63850 #: d/decl.cc:464
63851 #, gcc-internal-format
63852 msgid "is hidden by %qs"
63853 msgstr ""
63855 #: d/decl.cc:467
63856 #, gcc-internal-format
63857 msgid "use %<alias %s = %s.%s;%> to introduce base class overload set"
63858 msgstr ""
63860 #: d/decl.cc:704
63861 #, gcc-internal-format
63862 msgid "size is too large"
63863 msgstr ""
63865 #: d/decl.cc:1327
63866 #, gcc-internal-format
63867 msgid "function requires a dual-context, which is not yet supported by GDC"
63868 msgstr ""
63870 #: d/decl.cc:1498
63871 #, gcc-internal-format
63872 msgid "explicit register variable %qs declared %<extern%>"
63873 msgstr ""
63875 #: d/decl.cc:1501
63876 #, gcc-internal-format
63877 msgid "explicit register variable %qs declared thread local"
63878 msgstr ""
63880 #: d/decl.cc:1714
63881 #, gcc-internal-format
63882 msgid "mismatch between declaration %qE size (%wd) and its initializer size (%wd)"
63883 msgstr ""
63885 #: d/expr.cc:528
63886 #, gcc-internal-format
63887 msgid "cannot handle comparison of type %<%s == %s%>"
63888 msgstr ""
63890 #. Static arrays have already been handled by the front-end.
63891 #: d/expr.cc:1281
63892 #, gcc-internal-format
63893 msgid "unexpected type for array length: %qs"
63894 msgstr ""
63896 #: d/expr.cc:1416
63897 #, gcc-internal-format
63898 msgid "don%'t know how to delete %qs"
63899 msgstr ""
63901 #: d/expr.cc:1440
63902 #, gcc-internal-format
63903 msgid "%qs is not an associative array"
63904 msgstr ""
63906 #: d/expr.cc:1724 d/expr.cc:2100
63907 #, gcc-internal-format
63908 msgid "need %<this%> to access member %qs"
63909 msgstr ""
63911 #: d/expr.cc:1800
63912 #, gcc-internal-format
63913 msgid "delegates are only for non-static functions"
63914 msgstr ""
63916 #: d/expr.cc:1872
63917 #, gcc-internal-format
63918 msgid "%qs is not a field, but a %qs"
63919 msgstr ""
63921 #: d/expr.cc:2136
63922 #, gcc-internal-format
63923 msgid "recursive reference %qs"
63924 msgstr ""
63926 #: d/expr.cc:2155 d/expr.cc:3051
63927 #, gcc-internal-format
63928 msgid "non-constant expression %qs"
63929 msgstr ""
63931 #: d/expr.cc:3018
63932 #, gcc-internal-format
63933 msgid "%qs is not an expression"
63934 msgstr ""
63936 #: d/expr.cc:3025
63937 #, gcc-internal-format
63938 msgid "type %qs is not an expression"
63939 msgstr ""
63941 #: d/intrinsics.cc:218
63942 #, gcc-internal-format
63943 msgid "mismatch in return type of intrinsic function %qD (%qT, should be %qs)"
63944 msgstr ""
63946 #: d/intrinsics.cc:232
63947 #, gcc-internal-format
63948 msgid "mismatch in argument %u type of intrinsic function %qD (%qT, should be %qs)"
63949 msgstr ""
63951 #: d/intrinsics.cc:244 d/intrinsics.cc:249
63952 #, gcc-internal-format
63953 msgid "mismatch in argument %u type of intrinsic function %qD (%qT, should be %qT)"
63954 msgstr ""
63956 #: d/intrinsics.cc:434
63957 #, gcc-internal-format
63958 msgid "argument %qE cannot be read at compile time"
63959 msgstr ""
63961 #: d/intrinsics.cc:443
63962 #, gcc-internal-format
63963 msgid "element index %qE is out of bounds %<[0 .. %E]%>"
63964 msgstr ""
63966 #: d/intrinsics.cc:490
63967 #, gcc-internal-format
63968 msgid "mismatch in call of intrinsic function %qD"
63969 msgstr ""
63971 #: d/modules.cc:415
63972 #, gcc-internal-format
63973 msgid "%<-fmoduleinfo%> is not supported on this target"
63974 msgstr ""
63976 #: d/toir.cc:387 d/toir.cc:412
63977 #, gcc-internal-format
63978 msgid "cannot %<goto%> into %<try%> block"
63979 msgstr ""
63981 #: d/toir.cc:390 d/toir.cc:414
63982 #, gcc-internal-format
63983 msgid "cannot %<goto%> into %<catch%> block"
63984 msgstr ""
63986 #: d/toir.cc:429
63987 #, gcc-internal-format, gfc-internal-format
63988 msgid "label %s referenced outside of any function"
63989 msgstr ""
63991 #: d/toir.cc:803
63992 #, gcc-internal-format, gfc-internal-format
63993 msgid "cannot handle switch condition of type %s"
63994 msgstr ""
63996 #: d/toir.cc:1180
63997 #, gcc-internal-format
63998 msgid "exception handling disabled; use %<-fexceptions%> to enable"
63999 msgstr ""
64001 #: d/toir.cc:1187
64002 #, gcc-internal-format
64003 msgid "cannot throw C++ classes"
64004 msgstr ""
64006 #: d/toir.cc:1189
64007 #, gcc-internal-format
64008 msgid "cannot throw COM objects"
64009 msgstr ""
64011 #: d/toir.cc:1322
64012 #, gcc-internal-format
64013 msgid "D inline assembler statements are not supported in GDC."
64014 msgstr ""
64016 #: d/typeinfo.cc:1408
64017 #, gcc-internal-format
64018 msgid "expression %qs requires %<object.TypeInfo%> and cannot be used with %<-fno-rtti%>"
64019 msgstr ""
64021 #: d/typeinfo.cc:1412
64022 #, gcc-internal-format
64023 msgid "%<object.TypeInfo%> cannot be used with %<-fno-rtti%>"
64024 msgstr ""
64026 #: d/typeinfo.cc:1427
64027 #, gcc-internal-format
64028 msgid "%<object.TypeInfo%> could not be found, but is implicitly used"
64029 msgstr ""
64031 #: d/types.cc:161
64032 #, gcc-internal-format
64033 msgid "missing or corrupt object.d"
64034 msgstr ""
64036 #: d/types.cc:871
64037 #, gcc-internal-format, gfc-internal-format
64038 msgid "invalid expression for static array dimension: %s"
64039 msgstr "nevaljani izraz za statičko polje (array) dimenzije: %s"
64041 #: fortran/arith.cc:47
64042 #, gcc-internal-format, gfc-internal-format
64043 msgid "Conversion of an Infinity or Not-a-Number at %L to INTEGER"
64044 msgstr ""
64046 #: fortran/arith.cc:97
64047 #, gcc-internal-format, gfc-internal-format
64048 msgid "Arithmetic OK at %L"
64049 msgstr ""
64051 #: fortran/arith.cc:100
64052 #, gcc-internal-format, gfc-internal-format
64053 msgid "Arithmetic overflow at %L"
64054 msgstr ""
64056 #: fortran/arith.cc:103
64057 #, gcc-internal-format, gfc-internal-format
64058 msgid "Arithmetic underflow at %L"
64059 msgstr ""
64061 #: fortran/arith.cc:106
64062 #, gcc-internal-format, gfc-internal-format
64063 msgid "Arithmetic NaN at %L"
64064 msgstr ""
64066 #: fortran/arith.cc:109
64067 #, gcc-internal-format, gfc-internal-format
64068 msgid "Division by zero at %L"
64069 msgstr ""
64071 #: fortran/arith.cc:112
64072 #, gcc-internal-format, gfc-internal-format
64073 msgid "Array operands are incommensurate at %L"
64074 msgstr ""
64076 #: fortran/arith.cc:115
64077 #, gcc-internal-format, gfc-internal-format
64078 msgid "Integer outside symmetric range implied by Standard Fortran at %L"
64079 msgstr ""
64081 #: fortran/arith.cc:119
64082 #, gcc-internal-format, gfc-internal-format
64083 msgid "Illegal type in character concatenation at %L"
64084 msgstr ""
64086 #: fortran/arith.cc:122
64087 #, fuzzy, gcc-internal-format, gfc-internal-format
64088 #| msgid "invalid position or size operand to %qs"
64089 msgid "Invalid type in arithmetic operation at %L"
64090 msgstr "nevaljana pozicija ili veličina operanda za %qs"
64092 #: fortran/arith.cc:126 fortran/arith.cc:2060
64093 #, gcc-internal-format
64094 msgid "gfc_arith_error(): Bad error code"
64095 msgstr ""
64097 #: fortran/arith.cc:159
64098 #, gcc-internal-format
64099 msgid "Fix min_int calculation"
64100 msgstr ""
64102 #: fortran/arith.cc:554
64103 #, gcc-internal-format
64104 msgid "gfc_range_check(): Bad type"
64105 msgstr ""
64107 #: fortran/arith.cc:627
64108 #, gcc-internal-format
64109 msgid "gfc_arith_uminus(): Bad basic type"
64110 msgstr ""
64112 #: fortran/arith.cc:664
64113 #, gcc-internal-format
64114 msgid "gfc_arith_plus(): Bad basic type"
64115 msgstr ""
64117 #: fortran/arith.cc:701
64118 #, gcc-internal-format
64119 msgid "gfc_arith_minus(): Bad basic type"
64120 msgstr ""
64122 #: fortran/arith.cc:739
64123 #, gcc-internal-format
64124 msgid "gfc_arith_times(): Bad basic type"
64125 msgstr ""
64127 #: fortran/arith.cc:781
64128 #, gcc-internal-format
64129 msgid "Integer division truncated to constant %qs at %L"
64130 msgstr ""
64132 #: fortran/arith.cc:827
64133 #, gcc-internal-format
64134 msgid "gfc_arith_divide(): Bad basic type"
64135 msgstr ""
64137 #: fortran/arith.cc:883
64138 #, gcc-internal-format
64139 msgid "arith_power(): Bad base"
64140 msgstr ""
64142 #: fortran/arith.cc:922
64143 #, gcc-internal-format, gfc-internal-format
64144 msgid "Negative exponent of integer has zero result at %L"
64145 msgstr ""
64147 #: fortran/arith.cc:942
64148 #, gcc-internal-format, gfc-internal-format
64149 msgid "Result of exponentiation at %L exceeds the range of %s"
64150 msgstr ""
64152 #: fortran/arith.cc:979 fortran/arith.cc:1004
64153 #, gcc-internal-format, gfc-internal-format
64154 msgid "Noninteger exponent in an initialization expression at %L"
64155 msgstr ""
64157 #: fortran/arith.cc:990
64158 #, gcc-internal-format, gfc-internal-format
64159 msgid "Raising a negative REAL at %L to a REAL power is prohibited"
64160 msgstr ""
64162 #: fortran/arith.cc:1018
64163 #, gcc-internal-format
64164 msgid "arith_power(): unknown type"
64165 msgstr ""
64167 #: fortran/arith.cc:1089
64168 #, gcc-internal-format
64169 msgid "compare_real(): Bad operator"
64170 msgstr ""
64172 #: fortran/arith.cc:1124
64173 #, gcc-internal-format
64174 msgid "gfc_compare_expr(): Bad basic type"
64175 msgstr ""
64177 #: fortran/arith.cc:1707
64178 #, gcc-internal-format
64179 msgid "eval_intrinsic(): Bad operator"
64180 msgstr ""
64182 #: fortran/arith.cc:1766
64183 #, gcc-internal-format
64184 msgid "eval_type_intrinsic0(): op NULL"
64185 msgstr ""
64187 #: fortran/arith.cc:2028
64188 #, gcc-internal-format, gfc-internal-format
64189 msgid "Arithmetic OK converting %s to %s at %L"
64190 msgstr ""
64192 #: fortran/arith.cc:2032
64193 #, gcc-internal-format
64194 msgid "Arithmetic overflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64195 msgstr ""
64197 #: fortran/arith.cc:2037
64198 #, gcc-internal-format
64199 msgid "Arithmetic underflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64200 msgstr ""
64202 #: fortran/arith.cc:2042
64203 #, gcc-internal-format
64204 msgid "Arithmetic NaN converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64205 msgstr ""
64207 #: fortran/arith.cc:2047
64208 #, gcc-internal-format, gfc-internal-format
64209 msgid "Division by zero converting %s to %s at %L"
64210 msgstr ""
64212 #: fortran/arith.cc:2051
64213 #, gcc-internal-format, gfc-internal-format
64214 msgid "Array operands are incommensurate converting %s to %s at %L"
64215 msgstr ""
64217 #: fortran/arith.cc:2055
64218 #, gcc-internal-format, gfc-internal-format
64219 msgid "Integer outside symmetric range implied by Standard Fortran converting %s to %s at %L"
64220 msgstr ""
64222 #: fortran/arith.cc:2145 fortran/arith.cc:2263 fortran/arith.cc:2326
64223 #: fortran/arith.cc:2381 fortran/arith.cc:2444 fortran/arith.cc:2516
64224 #: fortran/arith.cc:2586
64225 #, gcc-internal-format
64226 msgid "Conversion from %qs to %qs at %L"
64227 msgstr ""
64229 #: fortran/arith.cc:2177 fortran/arith.cc:2213 fortran/arith.cc:2255
64230 #: fortran/arith.cc:2316 fortran/arith.cc:2371 fortran/arith.cc:2434
64231 #: fortran/arith.cc:2506 fortran/arith.cc:2578
64232 #, gcc-internal-format
64233 msgid "Change of value in conversion from %qs to %qs at %L"
64234 msgstr ""
64236 #: fortran/arith.cc:2420 fortran/arith.cc:2492
64237 #, gcc-internal-format
64238 msgid "Non-zero imaginary part discarded in conversion from %qs to %qs at %L"
64239 msgstr ""
64241 #: fortran/arith.cc:2671
64242 #, gcc-internal-format
64243 msgid "The Hollerith constant at %L is truncated in conversion to %qs"
64244 msgstr ""
64246 #: fortran/arith.cc:2700
64247 #, gcc-internal-format, gfc-internal-format
64248 msgid "The character constant at %L is truncated in conversion to %s"
64249 msgstr ""
64251 #: fortran/array.cc:98 fortran/array.cc:130 fortran/array.cc:158
64252 #, gcc-internal-format, gfc-internal-format
64253 msgid "Invalid BOZ literal constant used in subscript at %C"
64254 msgstr ""
64256 #: fortran/array.cc:103
64257 #, gcc-internal-format, gfc-internal-format
64258 msgid "Expected array subscript at %C"
64259 msgstr ""
64261 #: fortran/array.cc:112
64262 #, gcc-internal-format
64263 msgid "Unexpected %<*%> in coarray subscript at %C"
64264 msgstr ""
64266 #: fortran/array.cc:139
64267 #, gcc-internal-format, gfc-internal-format
64268 msgid "Missing lower bound in assumed size coarray specification at %C"
64269 msgstr ""
64271 #: fortran/array.cc:149
64272 #, gcc-internal-format, gfc-internal-format
64273 msgid "Strides not allowed in coarray subscript at %C"
64274 msgstr ""
64276 #: fortran/array.cc:163
64277 #, gcc-internal-format, gfc-internal-format
64278 msgid "Expected array subscript stride at %C"
64279 msgstr ""
64281 #: fortran/array.cc:223
64282 #, gcc-internal-format, gfc-internal-format
64283 msgid "Invalid form of array reference at %C"
64284 msgstr ""
64286 #: fortran/array.cc:230
64287 #, gcc-internal-format, gfc-internal-format
64288 msgid "Array reference at %C has more than 7 dimensions"
64289 msgstr ""
64291 #: fortran/array.cc:233 fortran/array.cc:334
64292 #, gcc-internal-format, gfc-internal-format
64293 msgid "Array reference at %C cannot have more than %d dimensions"
64294 msgstr ""
64296 #: fortran/array.cc:248 fortran/array.cc:716 fortran/check.cc:3418
64297 #: fortran/check.cc:5941 fortran/check.cc:5986 fortran/check.cc:6028
64298 #: fortran/check.cc:6055 fortran/check.cc:6318 fortran/match.cc:1852
64299 #: fortran/match.cc:3314 fortran/match.cc:3656 fortran/match.cc:3852
64300 #: fortran/simplify.cc:3012 fortran/simplify.cc:3042 fortran/simplify.cc:6364
64301 #: fortran/simplify.cc:8385
64302 #, gcc-internal-format
64303 msgid "Coarrays disabled at %C, use %<-fcoarray=%> to enable"
64304 msgstr ""
64306 #: fortran/array.cc:254
64307 #, gcc-internal-format, gfc-internal-format
64308 msgid "Unexpected coarray designator at %C"
64309 msgstr ""
64311 #: fortran/array.cc:276
64312 #, gcc-internal-format, gfc-internal-format
64313 msgid "TEAM= attribute in %C misplaced"
64314 msgstr ""
64316 #: fortran/array.cc:288
64317 #, gcc-internal-format, gfc-internal-format
64318 msgid "STAT= attribute in %C misplaced"
64319 msgstr ""
64321 #: fortran/array.cc:297
64322 #, gcc-internal-format, gfc-internal-format
64323 msgid "Too few codimensions at %C, expected %d not %d"
64324 msgstr ""
64326 #: fortran/array.cc:303
64327 #, gcc-internal-format, gfc-internal-format
64328 msgid "Too many codimensions at %C, expected %d not %d"
64329 msgstr ""
64331 #: fortran/array.cc:313 fortran/array.cc:321
64332 #, gcc-internal-format
64333 msgid "Unexpected %<*%> for codimension %d of %d at %C"
64334 msgstr ""
64336 #: fortran/array.cc:316
64337 #, gcc-internal-format, gfc-internal-format
64338 msgid "Invalid form of coarray reference at %C"
64339 msgstr ""
64341 #: fortran/array.cc:328
64342 #, gcc-internal-format, gfc-internal-format
64343 msgid "Invalid codimension %d at %C, only %d codimensions exist"
64344 msgstr ""
64346 #: fortran/array.cc:392
64347 #, gcc-internal-format
64348 msgid "Variable %qs at %L in this context must be constant"
64349 msgstr ""
64351 #: fortran/array.cc:395
64352 #, gcc-internal-format, gfc-internal-format
64353 msgid "Expression at %L in this context must be constant"
64354 msgstr ""
64356 #. F2018:R821: "assumed-implied-spec  is  [ lower-bound : ] *".
64357 #: fortran/array.cc:497
64358 #, gcc-internal-format, gfc-internal-format
64359 msgid "A lower bound must precede colon in assumed-size array specification at %L"
64360 msgstr ""
64362 #: fortran/array.cc:509
64363 #, gcc-internal-format, gfc-internal-format
64364 msgid "Expected expression in array specification at %C"
64365 msgstr ""
64367 #: fortran/array.cc:522 fortran/array.cc:554
64368 #, gcc-internal-format, gfc-internal-format
64369 msgid "Expecting a scalar INTEGER expression at %C, found %s"
64370 msgstr ""
64372 #: fortran/array.cc:591
64373 #, gcc-internal-format, gfc-internal-format
64374 msgid "Assumed-rank array at %C"
64375 msgstr ""
64377 #: fortran/array.cc:625
64378 #, gcc-internal-format, gfc-internal-format
64379 msgid "Bad array specification for implied-shape array at %C"
64380 msgstr ""
64382 #: fortran/array.cc:641 fortran/array.cc:754
64383 #, gcc-internal-format, gfc-internal-format
64384 msgid "Bad array specification for an explicitly shaped array at %C"
64385 msgstr ""
64387 #: fortran/array.cc:651 fortran/array.cc:764
64388 #, gcc-internal-format, gfc-internal-format
64389 msgid "Bad array specification for assumed shape array at %C"
64390 msgstr ""
64392 #: fortran/array.cc:665 fortran/array.cc:778
64393 #, gcc-internal-format, gfc-internal-format
64394 msgid "Bad specification for deferred shape array at %C"
64395 msgstr ""
64397 #: fortran/array.cc:675 fortran/array.cc:782
64398 #, gcc-internal-format, gfc-internal-format
64399 msgid "Bad specification for assumed size array at %C"
64400 msgstr ""
64402 #: fortran/array.cc:687 fortran/array.cc:794
64403 #, gcc-internal-format, gfc-internal-format
64404 msgid "Expected another dimension in array declaration at %C"
64405 msgstr ""
64407 #: fortran/array.cc:693 fortran/array.cc:722 fortran/array.cc:800
64408 #, gcc-internal-format, gfc-internal-format
64409 msgid "Array specification at %C has more than %d dimensions"
64410 msgstr ""
64412 #: fortran/array.cc:699
64413 #, gcc-internal-format, gfc-internal-format
64414 msgid "Array specification at %C with more than 7 dimensions"
64415 msgstr ""
64417 #: fortran/array.cc:711
64418 #, gcc-internal-format, gfc-internal-format
64419 msgid "Coarray declaration at %C"
64420 msgstr ""
64422 #: fortran/array.cc:808
64423 #, gcc-internal-format
64424 msgid "Upper bound of last coarray dimension must be %<*%> at %C"
64425 msgstr ""
64427 #: fortran/array.cc:882
64428 #, gcc-internal-format
64429 msgid "The assumed-rank array %qs at %L shall not have a codimension"
64430 msgstr ""
64432 #: fortran/array.cc:938
64433 #, gcc-internal-format
64434 msgid "rank + corank of %qs exceeds %d at %C"
64435 msgstr ""
64437 #: fortran/array.cc:1061
64438 #, gcc-internal-format
64439 msgid "DO-iterator %qs at %L is inside iterator of the same name"
64440 msgstr ""
64442 #: fortran/array.cc:1153 fortran/array.cc:1381
64443 #, gcc-internal-format, gfc-internal-format
64444 msgid "Syntax error in array constructor at %C"
64445 msgstr ""
64447 #: fortran/array.cc:1183
64448 #, gcc-internal-format, gfc-internal-format
64449 msgid "BOZ literal constant at %L cannot appear in an array constructor"
64450 msgstr ""
64452 #: fortran/array.cc:1192
64453 #, gcc-internal-format, gfc-internal-format
64454 msgid "NULL() at %C cannot appear in an array constructor"
64455 msgstr ""
64457 #: fortran/array.cc:1254
64458 #, gcc-internal-format, gfc-internal-format
64459 msgid "[...] style array constructors at %C"
64460 msgstr ""
64462 #: fortran/array.cc:1274
64463 #, gcc-internal-format, gfc-internal-format
64464 msgid "Array constructor including type specification at %C"
64465 msgstr ""
64467 #: fortran/array.cc:1280 fortran/match.cc:4288
64468 #, gcc-internal-format, gfc-internal-format
64469 msgid "Type-spec at %L cannot contain a deferred type parameter"
64470 msgstr ""
64472 #: fortran/array.cc:1288
64473 #, gcc-internal-format, gfc-internal-format
64474 msgid "Type-spec at %L cannot contain an asterisk for a type parameter"
64475 msgstr ""
64477 #: fortran/array.cc:1306
64478 #, gcc-internal-format, gfc-internal-format
64479 msgid "Empty array constructor at %C is not allowed"
64480 msgstr ""
64482 #: fortran/array.cc:1343 fortran/array.cc:1353
64483 #, gcc-internal-format, gfc-internal-format
64484 msgid "Incompatible typespec for array element at %L"
64485 msgstr ""
64487 #: fortran/array.cc:1428
64488 #, gcc-internal-format, gfc-internal-format
64489 msgid "Element in %s array constructor at %L is %s"
64490 msgstr ""
64492 #: fortran/array.cc:1759
64493 #, gcc-internal-format, gfc-internal-format
64494 msgid "Iterator step at %L cannot be zero"
64495 msgstr ""
64497 #: fortran/array.cc:1918
64498 #, gcc-internal-format
64499 msgid "The number of elements in the array constructor at %L requires an increase of the allowed %d upper limit.   See %<-fmax-array-constructor%> option"
64500 msgstr ""
64502 #: fortran/array.cc:2097
64503 #, gcc-internal-format, gfc-internal-format
64504 msgid "AC-IMPLIED-DO initial expression references control variable at %L"
64505 msgstr ""
64507 #: fortran/array.cc:2104
64508 #, gcc-internal-format, gfc-internal-format
64509 msgid "AC-IMPLIED-DO final expression references control variable at %L"
64510 msgstr ""
64512 #: fortran/array.cc:2111
64513 #, gcc-internal-format, gfc-internal-format
64514 msgid "AC-IMPLIED-DO step expression references control variable at %L"
64515 msgstr ""
64517 #: fortran/array.cc:2123
64518 #, gcc-internal-format, gfc-internal-format
64519 msgid "Array constructor value at %L shall not be unlimited polymorphic [F2008: C4106]"
64520 msgstr ""
64522 #: fortran/array.cc:2215
64523 #, gcc-internal-format, gfc-internal-format
64524 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor at %L"
64525 msgstr ""
64527 #: fortran/array.cc:2336
64528 #, gcc-internal-format
64529 msgid "spec_dimen_size(): Bad dimension"
64530 msgstr ""
64532 #: fortran/array.cc:2402
64533 #, gcc-internal-format
64534 msgid "gfc_ref_dimen_size(): Bad dimension"
64535 msgstr ""
64537 #: fortran/array.cc:2406
64538 #, gcc-internal-format, gfc-internal-format
64539 msgid "Bad array dimension at %L"
64540 msgstr ""
64542 #: fortran/array.cc:2544
64543 #, gcc-internal-format
64544 msgid "gfc_ref_dimen_size(): Bad dimen_type"
64545 msgstr ""
64547 #: fortran/array.cc:2595
64548 #, gcc-internal-format
64549 msgid "gfc_array_dimen_size(): Bad dimension"
64550 msgstr ""
64552 #: fortran/array.cc:2640
64553 #, gcc-internal-format
64554 msgid "gfc_array_dimen_size(): Bad EXPR_ARRAY expr"
64555 msgstr ""
64557 #: fortran/array.cc:2788
64558 #, gcc-internal-format
64559 msgid "gfc_find_array_ref(): No ref found"
64560 msgstr ""
64562 #. if (c == 0)
64563 #: fortran/bbt.cc:119
64564 #, gcc-internal-format
64565 msgid "insert_bbt(): Duplicate key found"
64566 msgstr ""
64568 #: fortran/check.cc:87
64569 #, gcc-internal-format
64570 msgid "BOZ literal constant at %L cannot be an actual argument to %qs"
64571 msgstr ""
64573 #: fortran/check.cc:103
64574 #, gcc-internal-format
64575 msgid "Arguments of %qs at %L and %L cannot both be BOZ literal constants"
64576 msgstr ""
64578 #: fortran/check.cc:123 fortran/resolve.cc:11074
64579 #, gcc-internal-format, gfc-internal-format
64580 msgid "Invalid use of BOZ literal constant at %L"
64581 msgstr ""
64583 #: fortran/check.cc:371
64584 #, gcc-internal-format, gfc-internal-format
64585 msgid "Failure in conversion of BOZ to REAL at %L"
64586 msgstr ""
64588 #: fortran/check.cc:477
64589 #, gcc-internal-format
64590 msgid "%qs argument of %qs intrinsic at %L must be a scalar"
64591 msgstr ""
64593 #: fortran/check.cc:493
64594 #, gcc-internal-format
64595 msgid "%qs argument of %qs intrinsic at %L must be %s"
64596 msgstr ""
64598 #: fortran/check.cc:527
64599 #, gcc-internal-format
64600 msgid "%qs argument of %qs intrinsic at %L must have a numeric type"
64601 msgstr ""
64603 #: fortran/check.cc:542 fortran/check.cc:572
64604 #, gcc-internal-format
64605 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL"
64606 msgstr ""
64608 #: fortran/check.cc:560
64609 #, gcc-internal-format
64610 msgid "Fortran 2003: Character for %qs argument of %qs intrinsic at %L"
64611 msgstr ""
64613 #: fortran/check.cc:567
64614 #, gcc-internal-format
64615 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL or CHARACTER"
64616 msgstr ""
64618 #: fortran/check.cc:590 fortran/check.cc:3373
64619 #, gcc-internal-format
64620 msgid "%qs argument of %qs intrinsic at %L must be of intrinsic type"
64621 msgstr ""
64623 #: fortran/check.cc:605
64624 #, gcc-internal-format
64625 msgid "%qs argument of %qs intrinsic at %L must be REAL or COMPLEX"
64626 msgstr ""
64628 #: fortran/check.cc:622
64629 #, gcc-internal-format
64630 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or PROCEDURE"
64631 msgstr ""
64633 #: fortran/check.cc:651 fortran/check.cc:7526
64634 #, gcc-internal-format
64635 msgid "%qs argument of %qs intrinsic at %L must be a constant"
64636 msgstr ""
64638 #: fortran/check.cc:660
64639 #, gcc-internal-format, gfc-internal-format
64640 msgid "Invalid kind for %s at %L"
64641 msgstr ""
64643 #: fortran/check.cc:679
64644 #, gcc-internal-format
64645 msgid "%qs argument of %qs intrinsic at %L must be double precision"
64646 msgstr ""
64648 #: fortran/check.cc:702
64649 #, gcc-internal-format
64650 msgid "Expected coarray variable as %qs argument to the %s intrinsic at %L"
64651 msgstr ""
64653 #: fortran/check.cc:719
64654 #, gcc-internal-format
64655 msgid "%qs argument of %qs intrinsic at %L must be a logical array"
64656 msgstr ""
64658 #: fortran/check.cc:744
64659 #, gcc-internal-format
64660 msgid "%qs argument of %qs intrinsic at %L must be an array"
64661 msgstr ""
64663 #: fortran/check.cc:765
64664 #, gcc-internal-format
64665 msgid "%qs at %L must be nonnegative"
64666 msgstr ""
64668 #: fortran/check.cc:786
64669 #, gcc-internal-format
64670 msgid "%qs argument of %qs intrinsic at %L must be positive"
64671 msgstr ""
64673 #: fortran/check.cc:819
64674 #, gcc-internal-format
64675 msgid "The absolute value of SHIFT at %L must be less than or equal to BIT_SIZE(%qs)"
64676 msgstr ""
64678 #: fortran/check.cc:830
64679 #, gcc-internal-format
64680 msgid "%qs at %L must be less than or equal to BIT_SIZE(%qs)"
64681 msgstr ""
64683 #: fortran/check.cc:840
64684 #, gcc-internal-format
64685 msgid "%qs at %L must be less than BIT_SIZE(%qs)"
64686 msgstr ""
64688 #: fortran/check.cc:867
64689 #, gcc-internal-format
64690 msgid "%qs at %L must be less than or equal to the BIT_SIZE of INTEGER(KIND=%d)"
64691 msgstr ""
64693 #: fortran/check.cc:893
64694 #, gcc-internal-format
64695 msgid "%<%s + %s%> at %L must be less than or equal to BIT_SIZE(%qs)"
64696 msgstr ""
64698 #: fortran/check.cc:926
64699 #, gcc-internal-format
64700 msgid "%qs argument of %qs intrinsic at %L must be the same type and kind as %qs"
64701 msgstr ""
64703 #: fortran/check.cc:943
64704 #, gcc-internal-format
64705 msgid "%qs argument of %qs intrinsic at %L must be of rank %d"
64706 msgstr ""
64708 #: fortran/check.cc:958
64709 #, gcc-internal-format
64710 msgid "%qs argument of %qs intrinsic at %L must not be OPTIONAL"
64711 msgstr ""
64713 #: fortran/check.cc:980
64714 #, gcc-internal-format
64715 msgid "%qs argument of %qs intrinsic at %L must be ALLOCATABLE"
64716 msgstr ""
64718 #: fortran/check.cc:998
64719 #, gcc-internal-format
64720 msgid "%qs argument of %qs intrinsic at %L must be of kind %d"
64721 msgstr ""
64723 #: fortran/check.cc:1017
64724 #, gcc-internal-format
64725 msgid "%qs argument of %qs intrinsic at %L cannot be INTENT(IN)"
64726 msgstr ""
64728 #: fortran/check.cc:1044
64729 #, gcc-internal-format
64730 msgid "%qs argument of %qs intrinsic at %L must be a variable"
64731 msgstr ""
64733 #: fortran/check.cc:1093
64734 #, gcc-internal-format
64735 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid codimension index"
64736 msgstr ""
64738 #: fortran/check.cc:1145
64739 #, gcc-internal-format
64740 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid dimension index"
64741 msgstr ""
64743 #: fortran/check.cc:1248
64744 #, gcc-internal-format, gfc-internal-format
64745 msgid "Unequal character lengths (%ld/%ld) in %s at %L"
64746 msgstr ""
64748 #: fortran/check.cc:1305
64749 #, gcc-internal-format, gfc-internal-format
64750 msgid "BOZ literal constant at %L cannot appear in ACHAR intrinsic subprogram"
64751 msgstr ""
64753 #: fortran/check.cc:1396
64754 #, gcc-internal-format
64755 msgid "%qs and %qs arguments of %qs intrinsic at %L must have the same type"
64756 msgstr ""
64758 #: fortran/check.cc:1405 fortran/check.cc:3690
64759 #, gcc-internal-format, gfc-internal-format
64760 msgid "Different type kinds at %L"
64761 msgstr ""
64763 #: fortran/check.cc:1428
64764 #, gcc-internal-format
64765 msgid "NULL at %L is not permitted as actual argument to %qs intrinsic function"
64766 msgstr ""
64768 #: fortran/check.cc:1450
64769 #, gcc-internal-format
64770 msgid "%qs argument of %qs intrinsic at %L must be a POINTER"
64771 msgstr ""
64773 #: fortran/check.cc:1459 fortran/check.cc:1494 fortran/check.cc:4382
64774 #, gcc-internal-format
64775 msgid "%qs argument of %qs intrinsic at %L shall not be coindexed"
64776 msgstr ""
64778 #: fortran/check.cc:1476
64779 #, gcc-internal-format
64780 msgid "%qs argument of %qs intrinsic at %L must be a pointer or target VARIABLE or FUNCTION"
64781 msgstr ""
64783 #: fortran/check.cc:1485
64784 #, gcc-internal-format
64785 msgid "%qs argument of %qs intrinsic at %L must be a POINTER or a TARGET"
64786 msgstr ""
64788 #: fortran/check.cc:1512
64789 #, gcc-internal-format, gfc-internal-format
64790 msgid "Array section with a vector subscript at %L shall not be the target of a pointer"
64791 msgstr ""
64793 #: fortran/check.cc:1559
64794 #, gcc-internal-format, gfc-internal-format
64795 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND or a logical of ATOMIC_LOGICAL_KIND"
64796 msgstr ""
64798 #: fortran/check.cc:1567
64799 #, gcc-internal-format, gfc-internal-format
64800 msgid "ATOM argument at %L of the %s intrinsic function shall be a coarray or coindexed"
64801 msgstr ""
64803 #: fortran/check.cc:1574
64804 #, gcc-internal-format
64805 msgid "%qs argument of %qs intrinsic at %L shall have the same type as %qs at %L"
64806 msgstr ""
64808 #: fortran/check.cc:1592 fortran/check.cc:1805
64809 #, gcc-internal-format, gfc-internal-format
64810 msgid "STAT= argument to %s at %L"
64811 msgstr ""
64813 #: fortran/check.cc:1611 fortran/check.cc:1745 fortran/check.cc:1842
64814 #, gcc-internal-format, gfc-internal-format
64815 msgid "ATOM argument of the %s intrinsic function at %L shall be definable"
64816 msgstr ""
64818 #: fortran/check.cc:1625 fortran/check.cc:1825
64819 #, gcc-internal-format, gfc-internal-format
64820 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND"
64821 msgstr ""
64823 #: fortran/check.cc:1645
64824 #, gcc-internal-format, gfc-internal-format
64825 msgid "VALUE argument of the %s intrinsic function at %L shall be definable"
64826 msgstr ""
64828 #: fortran/check.cc:1664 fortran/check.cc:1678 fortran/check.cc:1713
64829 #, gcc-internal-format
64830 msgid "%qs argument of %qs intrinsic at %L not yet supported"
64831 msgstr ""
64833 #: fortran/check.cc:1698
64834 #, gcc-internal-format
64835 msgid "%qs argument of %qs intrinsic at %L shall specify a valid integer kind"
64836 msgstr ""
64838 #: fortran/check.cc:1752 fortran/check.cc:1849
64839 #, gcc-internal-format, gfc-internal-format
64840 msgid "OLD argument of the %s intrinsic function at %L shall be definable"
64841 msgstr ""
64843 #: fortran/check.cc:1767
64844 #, gcc-internal-format, gfc-internal-format
64845 msgid "EVENT argument at %L to the intrinsic EVENT_QUERY shall be of type EVENT_TYPE"
64846 msgstr ""
64848 #: fortran/check.cc:1777
64849 #, gcc-internal-format, gfc-internal-format
64850 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall be definable"
64851 msgstr ""
64853 #: fortran/check.cc:1790
64854 #, gcc-internal-format, gfc-internal-format
64855 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall have at least the range of the default integer"
64856 msgstr ""
64858 #: fortran/check.cc:1869
64859 #, gcc-internal-format, gfc-internal-format
64860 msgid "Negative argument N at %L"
64861 msgstr ""
64863 #: fortran/check.cc:1967
64864 #, gcc-internal-format, gfc-internal-format
64865 msgid "BOZ literal constant at %L cannot appear in CHAR intrinsic subprogram"
64866 msgstr ""
64868 #: fortran/check.cc:2091 fortran/check.cc:2581
64869 #, gcc-internal-format
64870 msgid "%qs argument of %qs intrinsic at %L must not be present if %<x%> is COMPLEX"
64871 msgstr ""
64873 #: fortran/check.cc:2100 fortran/check.cc:2590
64874 #, gcc-internal-format
64875 msgid "%qs argument of %qs intrinsic at %L must have a type of either REAL or INTEGER"
64876 msgstr ""
64878 #: fortran/check.cc:2110 fortran/check.cc:2116
64879 #, gcc-internal-format, gfc-internal-format
64880 msgid "Conversion from %s to default-kind COMPLEX(%d) at %L might lose precision, consider using the KIND argument"
64881 msgstr ""
64883 #: fortran/check.cc:2138
64884 #, gcc-internal-format
64885 msgid "Argument %<A%> with INTENT(INOUT) at %L of the intrinsic subroutine %s shall not have a vector subscript"
64886 msgstr ""
64888 #: fortran/check.cc:2146
64889 #, gcc-internal-format, gfc-internal-format
64890 msgid "The A argument at %L to the intrinsic %s shall not be coindexed"
64891 msgstr ""
64893 #: fortran/check.cc:2169
64894 #, gcc-internal-format, gfc-internal-format
64895 msgid "The stat= argument at %L must be a kind=4 integer variable"
64896 msgstr ""
64898 #: fortran/check.cc:2185
64899 #, gcc-internal-format, gfc-internal-format
64900 msgid "The errmsg= argument at %L must be a default-kind character variable"
64901 msgstr ""
64903 #: fortran/check.cc:2193
64904 #, gcc-internal-format
64905 msgid "Coarrays disabled at %L, use %<-fcoarray=%> to enable"
64906 msgstr ""
64908 #: fortran/check.cc:2208
64909 #, gcc-internal-format, gfc-internal-format
64910 msgid "Support for the A argument at %L which is polymorphic A argument or has allocatable components is not yet implemented"
64911 msgstr ""
64913 #: fortran/check.cc:2227
64914 #, gcc-internal-format, gfc-internal-format
64915 msgid "The A argument at %L of CO_REDUCE shall not be polymorphic"
64916 msgstr ""
64918 #: fortran/check.cc:2234
64919 #, gcc-internal-format, gfc-internal-format
64920 msgid "Support for the A argument at %L with allocatable components is not yet implemented"
64921 msgstr ""
64923 #: fortran/check.cc:2248
64924 #, gcc-internal-format, gfc-internal-format
64925 msgid "OPERATION argument at %L must be a PURE function"
64926 msgstr ""
64928 #. None of the intrinsics fulfills the criteria of taking two arguments,
64929 #. returning the same type and kind as the arguments and being permitted
64930 #. as actual argument.
64931 #: fortran/check.cc:2258
64932 #, gcc-internal-format, gfc-internal-format
64933 msgid "Intrinsic function %s at %L is not permitted for CO_REDUCE"
64934 msgstr ""
64936 #: fortran/check.cc:2275
64937 #, gcc-internal-format, gfc-internal-format
64938 msgid "The function passed as OPERATION at %L shall have two arguments"
64939 msgstr ""
64941 #: fortran/check.cc:2285
64942 #, gcc-internal-format, gfc-internal-format
64943 msgid "The A argument at %L has type %s but the function passed as OPERATION at %L returns %s"
64944 msgstr ""
64946 #: fortran/check.cc:2294
64947 #, gcc-internal-format, gfc-internal-format
64948 msgid "The function passed as OPERATION at %L has arguments of type %s and %s but shall have type %s"
64949 msgstr ""
64951 #: fortran/check.cc:2305
64952 #, gcc-internal-format, gfc-internal-format
64953 msgid "The function passed as OPERATION at %L shall have scalar nonallocatable nonpointer arguments and return a nonallocatable nonpointer scalar"
64954 msgstr ""
64956 #: fortran/check.cc:2313
64957 #, gcc-internal-format, gfc-internal-format
64958 msgid "The function passed as OPERATION at %L shall have the VALUE attribute either for none or both arguments"
64959 msgstr ""
64961 #: fortran/check.cc:2320
64962 #, gcc-internal-format, gfc-internal-format
64963 msgid "The function passed as OPERATION at %L shall have the TARGET attribute either for none or both arguments"
64964 msgstr ""
64966 #: fortran/check.cc:2327
64967 #, gcc-internal-format, gfc-internal-format
64968 msgid "The function passed as OPERATION at %L shall have the ASYNCHRONOUS attribute either for none or both arguments"
64969 msgstr ""
64971 #: fortran/check.cc:2335
64972 #, gcc-internal-format, gfc-internal-format
64973 msgid "The function passed as OPERATION at %L shall not have the OPTIONAL attribute for either of the arguments"
64974 msgstr ""
64976 #: fortran/check.cc:2365
64977 #, gcc-internal-format, gfc-internal-format
64978 msgid "The character length of the A argument at %L and of the arguments of the OPERATION at %L shall be the same"
64979 msgstr ""
64981 #: fortran/check.cc:2372
64982 #, gcc-internal-format, gfc-internal-format
64983 msgid "The character length of the A argument at %L and of the function result of the OPERATION at %L shall be the same"
64984 msgstr ""
64986 #: fortran/check.cc:2390
64987 #, gcc-internal-format
64988 msgid "%qs argument of %qs intrinsic at %L shall be of type integer, real or character"
64989 msgstr ""
64991 #: fortran/check.cc:2418 fortran/check.cc:2432
64992 #, gcc-internal-format, gfc-internal-format
64993 msgid "BOZ constant at %L cannot appear in the COMPLEX intrinsic subprogram"
64994 msgstr ""
64996 #: fortran/check.cc:2469 fortran/check.cc:3099 fortran/check.cc:3182
64997 #: fortran/check.cc:3404 fortran/check.cc:3452 fortran/check.cc:4927
64998 #: fortran/check.cc:5052 fortran/check.cc:5122 fortran/check.cc:6304
64999 #: fortran/check.cc:6435
65000 #, gcc-internal-format
65001 msgid "%qs intrinsic with KIND argument at %L"
65002 msgstr ""
65004 #: fortran/check.cc:2516 fortran/check.cc:2785 fortran/check.cc:2845
65005 #, gcc-internal-format
65006 msgid "%qs argument of %qs intrinsic at %L has invalid shape in dimension %d (%ld/%ld)"
65007 msgstr ""
65009 #: fortran/check.cc:2531 fortran/check.cc:2800 fortran/check.cc:2860
65010 #, gcc-internal-format
65011 msgid "%qs argument of intrinsic %qs at %L of must have rank %d or be a scalar"
65012 msgstr ""
65014 #: fortran/check.cc:2643 fortran/check.cc:3784 fortran/check.cc:3792
65015 #, gcc-internal-format
65016 msgid "%qs argument of %qs intrinsic at %L must be numeric or LOGICAL"
65017 msgstr ""
65019 #: fortran/check.cc:2657
65020 #, gcc-internal-format
65021 msgid "Different shape for arguments %qs and %qs at %L for intrinsic %<dot_product%>"
65022 msgstr ""
65024 #: fortran/check.cc:2677 fortran/check.cc:2685
65025 #, gcc-internal-format
65026 msgid "%qs argument of %qs intrinsic at %L must be default real"
65027 msgstr ""
65029 #: fortran/check.cc:2821
65030 #, gcc-internal-format
65031 msgid "%qs must be of same type and kind as %qs at %L in %qs"
65032 msgstr ""
65034 #: fortran/check.cc:2879
65035 #, gcc-internal-format
65036 msgid "Missing %qs argument to %qs intrinsic at %L for %qs of type %qs"
65037 msgstr ""
65039 #: fortran/check.cc:2897
65040 #, gcc-internal-format, gfc-internal-format
65041 msgid "BOZ literal constant at %L cannot appear in the FLOAT intrinsic subprogram"
65042 msgstr ""
65044 #: fortran/check.cc:2911
65045 #, gcc-internal-format, gfc-internal-format
65046 msgid "non-default INTEGER kind argument to %s intrinsic at %L"
65047 msgstr ""
65049 #: fortran/check.cc:2972
65050 #, gcc-internal-format
65051 msgid "COMPLEX argument %qs of %qs intrinsic at %L"
65052 msgstr ""
65054 #: fortran/check.cc:3054
65055 #, gcc-internal-format
65056 msgid "Arguments of %qs have different kind type parameters at %L"
65057 msgstr ""
65059 #: fortran/check.cc:3150
65060 #, gcc-internal-format, gfc-internal-format
65061 msgid "Argument of %s at %L must be of length one"
65062 msgstr ""
65064 #: fortran/check.cc:3189
65065 #, gcc-internal-format
65066 msgid "%qs argument of %qs intrinsic at %L must be the same kind as %qs"
65067 msgstr ""
65069 #: fortran/check.cc:3223
65070 #, gcc-internal-format
65071 msgid "%qs intrinsic subprogram at %L has been removed.  Use INT intrinsic subprogram."
65072 msgstr ""
65074 #: fortran/check.cc:3275
65075 #, gcc-internal-format, gfc-internal-format
65076 msgid "SIZE at %L must be positive"
65077 msgstr ""
65079 #: fortran/check.cc:3287
65080 #, gcc-internal-format, gfc-internal-format
65081 msgid "The absolute value of SHIFT at %L must be less than or equal to SIZE at %L"
65082 msgstr ""
65084 #: fortran/check.cc:3346
65085 #, gcc-internal-format, gfc-internal-format
65086 msgid "STATUS at %L shall be an INTENT(OUT) variable"
65087 msgstr ""
65089 #: fortran/check.cc:3355
65090 #, gcc-internal-format
65091 msgid "%qs at %L shall be an INTENT(OUT) variable"
65092 msgstr ""
65094 #: fortran/check.cc:3380
65095 #, gcc-internal-format
65096 msgid "%qs argument of %qs intrinsic at %L must be a data entity"
65097 msgstr ""
65099 #: fortran/check.cc:3594
65100 #, gcc-internal-format
65101 msgid "Intrinsic %qs at %L must have at least two arguments"
65102 msgstr ""
65104 #: fortran/check.cc:3642
65105 #, gcc-internal-format
65106 msgid "Missing %qs argument to the %s intrinsic at %L"
65107 msgstr ""
65109 #: fortran/check.cc:3657
65110 #, gcc-internal-format
65111 msgid "Duplicate argument %qs at %L to intrinsic %s"
65112 msgstr ""
65114 #: fortran/check.cc:3662
65115 #, gcc-internal-format
65116 msgid "Unknown argument %qs at %L to intrinsic %s"
65117 msgstr ""
65119 #: fortran/check.cc:3687
65120 #, gcc-internal-format, gfc-internal-format
65121 msgid "Different character kinds at %L"
65122 msgstr ""
65124 #: fortran/check.cc:3696
65125 #, gcc-internal-format
65126 msgid "%<a%d%> argument of %qs intrinsic at %L must be %s(%d)"
65127 msgstr ""
65129 #: fortran/check.cc:3727
65130 #, gcc-internal-format
65131 msgid "%qs intrinsic with CHARACTER argument at %L"
65132 msgstr ""
65134 #: fortran/check.cc:3734
65135 #, gcc-internal-format
65136 msgid "%<a1%> argument of %qs intrinsic at %L must be INTEGER, REAL or CHARACTER"
65137 msgstr ""
65139 #: fortran/check.cc:3801
65140 #, gcc-internal-format
65141 msgid "Argument types of %qs intrinsic at %L must match (%s/%s)"
65142 msgstr ""
65144 #: fortran/check.cc:3815
65145 #, gcc-internal-format
65146 msgid "Different shape on dimension 1 for arguments %qs and %qs at %L for intrinsic matmul"
65147 msgstr ""
65149 #: fortran/check.cc:3834
65150 #, gcc-internal-format
65151 msgid "Different shape on dimension 2 for argument %qs and dimension 1 for argument %qs at %L for intrinsic matmul"
65152 msgstr ""
65154 #: fortran/check.cc:3843
65155 #, gcc-internal-format
65156 msgid "%qs argument of %qs intrinsic at %L must be of rank 1 or 2"
65157 msgstr ""
65159 #: fortran/check.cc:4008
65160 #, gcc-internal-format
65161 msgid "Argument %qs of %qs intrinsic at %L must be in type conformance to argument %qs at %L"
65162 msgstr ""
65164 #: fortran/check.cc:4126 fortran/check.cc:7446 fortran/check.cc:7461
65165 #, gcc-internal-format
65166 msgid "%qs argument of %qs intrinsic at %L must be INTEGER"
65167 msgstr ""
65169 #: fortran/check.cc:4209
65170 #, gcc-internal-format, gfc-internal-format
65171 msgid "The FROM argument to MOVE_ALLOC at %L shall not be coindexed"
65172 msgstr ""
65174 #: fortran/check.cc:4220
65175 #, gcc-internal-format, gfc-internal-format
65176 msgid "The TO argument to MOVE_ALLOC at %L shall not be coindexed"
65177 msgstr ""
65179 #: fortran/check.cc:4227
65180 #, gcc-internal-format, gfc-internal-format
65181 msgid "The TO arguments in MOVE_ALLOC at %L must be polymorphic if FROM is polymorphic"
65182 msgstr ""
65184 #: fortran/check.cc:4238
65185 #, gcc-internal-format, gfc-internal-format
65186 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same rank %d/%d"
65187 msgstr ""
65189 #: fortran/check.cc:4247
65190 #, gcc-internal-format, gfc-internal-format
65191 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same corank %d/%d"
65192 msgstr ""
65194 #: fortran/check.cc:4287
65195 #, gcc-internal-format, gfc-internal-format
65196 msgid "The FROM and TO arguments at %L violate aliasing restrictions (F2003 12.4.1.7)"
65197 msgstr ""
65199 #: fortran/check.cc:4314
65200 #, gcc-internal-format
65201 msgid "Argument %<S%> of NEAREST at %L shall not be zero"
65202 msgstr ""
65204 #: fortran/check.cc:4367
65205 #, gcc-internal-format
65206 msgid "%qs argument of %qs intrinsic at %L must be a POINTER, ALLOCATABLE or procedure pointer"
65207 msgstr ""
65209 #: fortran/check.cc:4375
65210 #, gcc-internal-format, gfc-internal-format
65211 msgid "NULL intrinsic with allocatable MOLD at %L"
65212 msgstr ""
65214 #: fortran/check.cc:4454 fortran/check.cc:6382
65215 #, gcc-internal-format
65216 msgid "%qs argument of %qs intrinsic at %L must provide at least as many elements as there are .TRUE. values in %qs (%ld/%d)"
65217 msgstr ""
65219 #: fortran/check.cc:4515
65220 #, gcc-internal-format
65221 msgid "%qs argument of %qs intrinsic at %L must be of a dummy variable"
65222 msgstr ""
65224 #: fortran/check.cc:4525
65225 #, gcc-internal-format
65226 msgid "%qs argument of %qs intrinsic at %L must be of an OPTIONAL dummy variable"
65227 msgstr ""
65229 #: fortran/check.cc:4544
65230 #, gcc-internal-format
65231 msgid "%qs argument of %qs intrinsic at %L must not be a subobject of %qs"
65232 msgstr ""
65234 #: fortran/check.cc:4595
65235 #, gcc-internal-format, gfc-internal-format
65236 msgid "The argument of the RANK intrinsic at %L must be a data object"
65237 msgstr ""
65239 #: fortran/check.cc:4703
65240 #, gcc-internal-format
65241 msgid "%<shape%> argument of %<reshape%> intrinsic at %L must be an array of constant size"
65242 msgstr ""
65244 #: fortran/check.cc:4713
65245 #, gcc-internal-format
65246 msgid "%qs argument of %qs intrinsic at %L is empty"
65247 msgstr ""
65249 #: fortran/check.cc:4720
65250 #, gcc-internal-format
65251 msgid "%<shape%> argument of %<reshape%> intrinsic at %L has more than %d elements"
65252 msgstr ""
65254 #: fortran/check.cc:4741
65255 #, gcc-internal-format
65256 msgid "%qs argument of %qs intrinsic at %L has negative element (%d)"
65257 msgstr ""
65259 #: fortran/check.cc:4781
65260 #, gcc-internal-format
65261 msgid "%qs argument of %qs intrinsic at %L has wrong number of elements (%d/%d)"
65262 msgstr ""
65264 #: fortran/check.cc:4799
65265 #, gcc-internal-format
65266 msgid "%qs argument of %qs intrinsic at %L has out-of-range dimension (%d)"
65267 msgstr ""
65269 #: fortran/check.cc:4808
65270 #, gcc-internal-format
65271 msgid "%qs argument of %qs intrinsic at %L has invalid permutation of dimensions (dimension %qd duplicated)"
65272 msgstr ""
65274 #: fortran/check.cc:4843
65275 #, gcc-internal-format, gfc-internal-format
65276 msgid "Without padding, there are not enough elements in the intrinsic RESHAPE source at %L to match the shape"
65277 msgstr ""
65279 #: fortran/check.cc:4860 fortran/check.cc:4879
65280 #, gcc-internal-format
65281 msgid "%qs argument of %qs intrinsic at %L cannot be of type %s"
65282 msgstr ""
65284 #: fortran/check.cc:4870 fortran/check.cc:4889
65285 #, gcc-internal-format
65286 msgid "%qs argument of %qs intrinsic at %L must be of an extensible type"
65287 msgstr ""
65289 #: fortran/check.cc:4988
65290 #, gcc-internal-format
65291 msgid "SELECTED_REAL_KIND with neither %<P%> nor %<R%> argument at %L"
65292 msgstr ""
65294 #: fortran/check.cc:5019
65295 #, gcc-internal-format
65296 msgid "%qs intrinsic with RADIX argument at %L"
65297 msgstr ""
65299 #: fortran/check.cc:5067
65300 #, gcc-internal-format
65301 msgid "%<source%> argument of %<shape%> intrinsic at %L must not be an assumed size array"
65302 msgstr ""
65304 #: fortran/check.cc:5140 fortran/check.cc:7506
65305 #, gcc-internal-format
65306 msgid "%qs argument of %qs intrinsic at %L shall not be a procedure"
65307 msgstr ""
65309 #: fortran/check.cc:5156 fortran/check.cc:5307 fortran/check.cc:7498
65310 #, gcc-internal-format
65311 msgid "%qs argument of %qs intrinsic at %L shall not be TYPE(*)"
65312 msgstr ""
65314 #: fortran/check.cc:5167 fortran/check.cc:5319
65315 #, gcc-internal-format
65316 msgid "%qs argument of %qs intrinsic at %L shall not be an assumed-size array"
65317 msgstr ""
65319 #: fortran/check.cc:5249
65320 #, gcc-internal-format
65321 msgid "is_c_interoperable(): gfc_simplify_expr failed"
65322 msgstr ""
65324 #: fortran/check.cc:5298
65325 #, gcc-internal-format
65326 msgid "%qs argument of %qs intrinsic at %L must be an interoperable data entity: %s"
65327 msgstr ""
65329 #: fortran/check.cc:5337
65330 #, gcc-internal-format, gfc-internal-format
65331 msgid "Argument C_PTR_1 at %L to C_ASSOCIATED shall have the type TYPE(C_PTR) or TYPE(C_FUNPTR)"
65332 msgstr ""
65334 #: fortran/check.cc:5351
65335 #, gcc-internal-format, gfc-internal-format
65336 msgid "Argument C_PTR_2 at %L to C_ASSOCIATED shall have the same type as C_PTR_1: %s instead of %s"
65337 msgstr ""
65339 #: fortran/check.cc:5375
65340 #, gcc-internal-format, gfc-internal-format
65341 msgid "Argument CPTR at %L to C_F_POINTER shall have the type TYPE(C_PTR)"
65342 msgstr ""
65344 #: fortran/check.cc:5387
65345 #, gcc-internal-format, gfc-internal-format
65346 msgid "Argument FPTR at %L to C_F_POINTER must be a pointer"
65347 msgstr ""
65349 #: fortran/check.cc:5394
65350 #, gcc-internal-format, gfc-internal-format
65351 msgid "FPTR argument at %L to C_F_POINTER shall not be polymorphic"
65352 msgstr ""
65354 #: fortran/check.cc:5401
65355 #, gcc-internal-format, gfc-internal-format
65356 msgid "Argument FPTR at %L to C_F_POINTER shall not be coindexed"
65357 msgstr ""
65359 #: fortran/check.cc:5408
65360 #, gcc-internal-format, gfc-internal-format
65361 msgid "Unexpected SHAPE argument at %L to C_F_POINTER with scalar FPTR"
65362 msgstr ""
65364 #: fortran/check.cc:5414
65365 #, gcc-internal-format, gfc-internal-format
65366 msgid "Expected SHAPE argument to C_F_POINTER with array FPTR at %L"
65367 msgstr ""
65369 #: fortran/check.cc:5433
65370 #, gcc-internal-format, gfc-internal-format
65371 msgid "SHAPE argument at %L to C_F_POINTER must have the same size as the RANK of FPTR"
65372 msgstr ""
65374 #: fortran/check.cc:5443
65375 #, gcc-internal-format, gfc-internal-format
65376 msgid "Polymorphic FPTR at %L to C_F_POINTER"
65377 msgstr ""
65379 #: fortran/check.cc:5448
65380 #, gcc-internal-format, gfc-internal-format
65381 msgid "Noninteroperable array FPTR at %L to C_F_POINTER: %s"
65382 msgstr ""
65384 #: fortran/check.cc:5464
65385 #, gcc-internal-format, gfc-internal-format
65386 msgid "Argument CPTR at %L to C_F_PROCPOINTER shall have the type TYPE(C_FUNPTR)"
65387 msgstr ""
65389 #: fortran/check.cc:5476
65390 #, gcc-internal-format, gfc-internal-format
65391 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall be a procedure pointer"
65392 msgstr ""
65394 #: fortran/check.cc:5483
65395 #, gcc-internal-format, gfc-internal-format
65396 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall not be coindexed"
65397 msgstr ""
65399 #: fortran/check.cc:5489
65400 #, gcc-internal-format, gfc-internal-format
65401 msgid "Noninteroperable procedure pointer at %L to C_F_PROCPOINTER"
65402 msgstr ""
65404 #: fortran/check.cc:5503
65405 #, gcc-internal-format, gfc-internal-format
65406 msgid "Argument X at %L to C_FUNLOC shall not be coindexed"
65407 msgstr ""
65409 #: fortran/check.cc:5515
65410 #, gcc-internal-format
65411 msgid "Function result %qs at %L is invalid as X argument to C_FUNLOC"
65412 msgstr ""
65414 #: fortran/check.cc:5522
65415 #, gcc-internal-format, gfc-internal-format
65416 msgid "Argument X at %L to C_FUNLOC shall be a procedure or a procedure pointer"
65417 msgstr ""
65419 #: fortran/check.cc:5528
65420 #, gcc-internal-format, gfc-internal-format
65421 msgid "Noninteroperable procedure at %L to C_FUNLOC"
65422 msgstr ""
65424 #: fortran/check.cc:5542
65425 #, gcc-internal-format, gfc-internal-format
65426 msgid "Argument X at %L to C_LOC shall not be coindexed"
65427 msgstr ""
65429 #: fortran/check.cc:5548
65430 #, gcc-internal-format, gfc-internal-format
65431 msgid "X argument at %L to C_LOC shall not be polymorphic"
65432 msgstr ""
65434 #: fortran/check.cc:5559
65435 #, gcc-internal-format, gfc-internal-format
65436 msgid "Argument X at %L to C_LOC shall have either the POINTER or the TARGET attribute"
65437 msgstr ""
65439 #: fortran/check.cc:5567
65440 #, gcc-internal-format, gfc-internal-format
65441 msgid "Argument X at %L to C_LOC shall be not be a zero-sized string"
65442 msgstr ""
65444 #: fortran/check.cc:5576
65445 #, gcc-internal-format, gfc-internal-format
65446 msgid "Argument at %L to C_LOC shall not be polymorphic"
65447 msgstr ""
65449 #: fortran/check.cc:5583
65450 #, gcc-internal-format, gfc-internal-format
65451 msgid "Noninteroperable array at %L as argument to C_LOC: %s"
65452 msgstr ""
65454 #: fortran/check.cc:5594
65455 #, gcc-internal-format, gfc-internal-format
65456 msgid "Array of interoperable type at %L to C_LOC which is nonallocatable and neither assumed size nor explicit size"
65457 msgstr ""
65459 #: fortran/check.cc:5599
65460 #, gcc-internal-format, gfc-internal-format
65461 msgid "Array section at %L to C_LOC"
65462 msgstr ""
65464 #: fortran/check.cc:5627
65465 #, gcc-internal-format, gfc-internal-format
65466 msgid "non double precision REAL argument to %s intrinsic at %L"
65467 msgstr ""
65469 #: fortran/check.cc:5643
65470 #, gcc-internal-format
65471 msgid "%qs argument of %qs intrinsic at %L must be less than rank %d"
65472 msgstr ""
65474 #: fortran/check.cc:5662
65475 #, gcc-internal-format
65476 msgid "%qs argument of %qs intrinsic at %L is not a valid dimension index"
65477 msgstr ""
65479 #: fortran/check.cc:5686
65480 #, gcc-internal-format
65481 msgid "%qs argument of %qs intrinsic at %L must have length at least 1"
65482 msgstr ""
65484 #: fortran/check.cc:5950
65485 #, gcc-internal-format, gfc-internal-format
65486 msgid "%s argument to IMAGE_INDEX must be a rank one array at %L"
65487 msgstr ""
65489 #: fortran/check.cc:5957
65490 #, gcc-internal-format, gfc-internal-format
65491 msgid "Type of %s argument of IMAGE_INDEX at %L shall be INTEGER"
65492 msgstr ""
65494 #: fortran/check.cc:5968
65495 #, gcc-internal-format, gfc-internal-format
65496 msgid "The number of array elements of the SUB argument to IMAGE_INDEX at %L shall be %d (corank) not %d"
65497 msgstr ""
65499 #: fortran/check.cc:6001
65500 #, gcc-internal-format, gfc-internal-format
65501 msgid "DISTANCE= argument to NUM_IMAGES at %L"
65502 msgstr ""
65504 #: fortran/check.cc:6014
65505 #, gcc-internal-format, gfc-internal-format
65506 msgid "FAILED= argument to NUM_IMAGES at %L"
65507 msgstr ""
65509 #: fortran/check.cc:6038
65510 #, gcc-internal-format, gfc-internal-format
65511 msgid "TEAM argument at %L to the intrinsic TEAM_NUMBER shall be of type TEAM_TYPE"
65512 msgstr ""
65514 #: fortran/check.cc:6064
65515 #, gcc-internal-format, gfc-internal-format
65516 msgid "DIM argument without COARRAY argument not allowed for THIS_IMAGE intrinsic at %L"
65517 msgstr ""
65519 #: fortran/check.cc:6071
65520 #, gcc-internal-format, gfc-internal-format
65521 msgid "The DISTANCE argument may not be specified together with the COARRAY or DIM argument in intrinsic at %L"
65522 msgstr ""
65524 #: fortran/check.cc:6082
65525 #, gcc-internal-format, gfc-internal-format
65526 msgid "Unexpected DIM argument with noncoarray argument at %L"
65527 msgstr ""
65529 #: fortran/check.cc:6100
65530 #, gcc-internal-format, gfc-internal-format
65531 msgid "DISTANCE= argument to THIS_IMAGE at %L"
65532 msgstr ""
65534 #: fortran/check.cc:6158
65535 #, gcc-internal-format
65536 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L is an array and shall not have storage size 0 when %<SOURCE%> argument has size greater than 0"
65537 msgstr ""
65539 #: fortran/check.cc:6210
65540 #, gcc-internal-format
65541 msgid "%<SOURCE%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
65542 msgstr ""
65544 #: fortran/check.cc:6229
65545 #, gcc-internal-format
65546 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
65547 msgstr ""
65549 #: fortran/check.cc:6237
65550 #, gcc-internal-format
65551 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be %s"
65552 msgstr ""
65554 #: fortran/check.cc:6272
65555 #, gcc-internal-format, gfc-internal-format
65556 msgid "Intrinsic TRANSFER at %L has partly undefined result: source size %ld < result size %ld"
65557 msgstr ""
65559 #: fortran/check.cc:6396
65560 #, gcc-internal-format
65561 msgid "%qs argument of %qs intrinsic at %L must have the same rank as %qs or be a scalar"
65562 msgstr ""
65564 #: fortran/check.cc:6409
65565 #, gcc-internal-format
65566 msgid "%qs and %qs arguments of %qs intrinsic at %L must have identical shape."
65567 msgstr ""
65569 #: fortran/check.cc:6675 fortran/check.cc:6707
65570 #, gcc-internal-format
65571 msgid "Size of %qs argument of %qs intrinsic at %L too small (%i/%i)"
65572 msgstr ""
65574 #: fortran/check.cc:6715
65575 #, gcc-internal-format, gfc-internal-format
65576 msgid "Too many arguments to %s at %L"
65577 msgstr ""
65579 #: fortran/check.cc:6733
65580 #, gcc-internal-format
65581 msgid "fe_runtime_error string must be null terminated"
65582 msgstr ""
65584 #: fortran/check.cc:6745
65585 #, gcc-internal-format, gfc-internal-format
65586 msgid "fe_runtime_error: Wrong number of arguments (%d instead of %d)"
65587 msgstr ""
65589 #: fortran/check.cc:6785
65590 #, gcc-internal-format, gfc-internal-format
65591 msgid "COUNT argument to SYSTEM_CLOCK at %L has non-default kind"
65592 msgstr ""
65594 #: fortran/check.cc:6804
65595 #, gcc-internal-format, gfc-internal-format
65596 msgid "Real COUNT_RATE argument to SYSTEM_CLOCK at %L"
65597 msgstr ""
65599 #: fortran/check.cc:6814
65600 #, gcc-internal-format, gfc-internal-format
65601 msgid "COUNT_RATE argument to SYSTEM_CLOCK at %L has non-default kind"
65602 msgstr ""
65604 #: fortran/check.cc:6831
65605 #, gcc-internal-format, gfc-internal-format
65606 msgid "COUNT_MAX argument to SYSTEM_CLOCK at %L has non-default kind"
65607 msgstr ""
65609 #: fortran/check.cc:7048
65610 #, gcc-internal-format
65611 msgid "%qs argument of %qs intrinsic at %L must be of a kind not wider than the default kind (%d)"
65612 msgstr ""
65614 #: fortran/check.cc:7230
65615 #, gcc-internal-format
65616 msgid "Actual argument at %L of %qs intrinsic shall be an associated pointer"
65617 msgstr ""
65619 #: fortran/check.cc:7419 fortran/check.cc:7430
65620 #, gcc-internal-format
65621 msgid "%qs argument of %qs intrinsic at %L must be INTEGER, LOGICAL, or a BOZ literal constant"
65622 msgstr ""
65624 #: fortran/check.cc:7490
65625 #, gcc-internal-format, gfc-internal-format
65626 msgid "Intrinsic function NULL at %L cannot be an actual argument to STORAGE_SIZE, because it returns a disassociated pointer"
65627 msgstr ""
65629 #. Since the extension field is 8 bit wide, we can only have
65630 #. up to 255 extension levels.
65631 #: fortran/class.cc:782 fortran/decl.cc:4055 fortran/decl.cc:10735
65632 #, gcc-internal-format
65633 msgid "Maximum extension level reached with type %qs at %L"
65634 msgstr ""
65636 #: fortran/class.cc:2965 fortran/class.cc:3039
65637 #, gcc-internal-format
65638 msgid "%qs of %qs is PRIVATE at %L"
65639 msgstr ""
65641 #: fortran/cpp.cc:501
65642 #, gcc-internal-format
65643 msgid "To enable preprocessing, use %<-cpp%>"
65644 msgstr ""
65646 #: fortran/cpp.cc:580 fortran/cpp.cc:591 fortran/cpp.cc:719
65647 #, gcc-internal-format
65648 msgid "opening output file %qs: %s"
65649 msgstr "otvaramo izlaznu datoteku %qs: %s"
65651 #: fortran/data.cc:65
65652 #, gcc-internal-format, gfc-internal-format
65653 msgid "non-constant array in DATA statement %L"
65654 msgstr ""
65656 #: fortran/data.cc:140
65657 #, gcc-internal-format, gfc-internal-format
65658 msgid "failure to simplify substring reference in DATA statement at %L"
65659 msgstr ""
65661 #: fortran/data.cc:173
65662 #, gcc-internal-format, gfc-internal-format
65663 msgid "Unused initialization string at %L because variable has zero length"
65664 msgstr ""
65666 #: fortran/data.cc:179
65667 #, gcc-internal-format, gfc-internal-format
65668 msgid "Initialization string at %L was truncated to fit the variable (%ld/%ld)"
65669 msgstr ""
65671 #: fortran/data.cc:188 fortran/resolve.cc:5199
65672 #, gcc-internal-format, gfc-internal-format
65673 msgid "Substring start index at %L is less than one"
65674 msgstr ""
65676 #: fortran/data.cc:194 fortran/resolve.cc:5229
65677 #, gcc-internal-format, gfc-internal-format
65678 msgid "Substring end index at %L exceeds the string length"
65679 msgstr ""
65681 #: fortran/data.cc:284
65682 #, gcc-internal-format
65683 msgid "%qs at %L already is initialized at %L"
65684 msgstr ""
65686 #: fortran/data.cc:308
65687 #, gcc-internal-format, gfc-internal-format
65688 msgid "Data element below array lower bound at %L"
65689 msgstr ""
65691 #: fortran/data.cc:325 fortran/data.cc:414
65692 #, gcc-internal-format, gfc-internal-format
65693 msgid "Data element above array upper bound at %L"
65694 msgstr ""
65696 #: fortran/data.cc:355 fortran/data.cc:580
65697 #, gcc-internal-format
65698 msgid "re-initialization of %qs at %L"
65699 msgstr ""
65701 #: fortran/data.cc:525
65702 #, gcc-internal-format, gfc-internal-format
65703 msgid "LEN or KIND inquiry ref in DATA statement at %L"
65704 msgstr ""
65706 #: fortran/data.cc:603
65707 #, gcc-internal-format
65708 msgid "Nonpointer object %qs with default initialization shall not appear in a DATA statement at %L"
65709 msgstr ""
65711 #: fortran/data.cc:655 fortran/data.cc:674 fortran/data.cc:688
65712 #: fortran/data.cc:817
65713 #, gcc-internal-format
65714 msgid "Simplification error"
65715 msgstr ""
65717 #: fortran/data.cc:830
65718 #, gcc-internal-format
65719 msgid "TODO: Vector sections in data statements"
65720 msgstr ""
65722 #: fortran/decl.cc:293
65723 #, gcc-internal-format, gfc-internal-format
65724 msgid "Inquiry parameter cannot appear in a data-stmt-object-list at %C"
65725 msgstr ""
65727 #: fortran/decl.cc:307
65728 #, gcc-internal-format
65729 msgid "Host associated variable %qs may not be in the DATA statement at %C"
65730 msgstr ""
65732 #: fortran/decl.cc:314
65733 #, gcc-internal-format
65734 msgid "initialization of common block variable %qs in DATA statement at %C"
65735 msgstr ""
65737 #: fortran/decl.cc:449
65738 #, gcc-internal-format
65739 msgid "Symbol %qs must be a PARAMETER in DATA statement at %C"
65740 msgstr ""
65742 #: fortran/decl.cc:475
65743 #, gcc-internal-format, gfc-internal-format
65744 msgid "Invalid initializer %s in Data statement at %C"
65745 msgstr ""
65747 #: fortran/decl.cc:580
65748 #, gcc-internal-format, gfc-internal-format
65749 msgid "BOZ at %L cannot appear in an old-style initialization"
65750 msgstr ""
65752 #: fortran/decl.cc:588
65753 #, gcc-internal-format
65754 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable in an old-style initialization"
65755 msgstr ""
65757 #: fortran/decl.cc:598
65758 #, gcc-internal-format, gfc-internal-format
65759 msgid "Initialization at %C is not allowed in a PURE procedure"
65760 msgstr ""
65762 #: fortran/decl.cc:645
65763 #, gcc-internal-format, gfc-internal-format
65764 msgid "DATA statement at %C cannot appear within an INTERFACE"
65765 msgstr ""
65767 #: fortran/decl.cc:669
65768 #, gcc-internal-format, gfc-internal-format
65769 msgid "Invalid substring in data-implied-do at %L in DATA statement"
65770 msgstr ""
65772 #: fortran/decl.cc:692
65773 #, gcc-internal-format, gfc-internal-format
65774 msgid "Allocatable component or deferred-shaped array near %C in DATA statement"
65775 msgstr ""
65777 #: fortran/decl.cc:734
65778 #, gcc-internal-format, gfc-internal-format
65779 msgid "BOZ literal constant at %L cannot appear in a structure constructor"
65780 msgstr ""
65782 #: fortran/decl.cc:750
65783 #, gcc-internal-format, gfc-internal-format
65784 msgid "DATA statement at %C is not allowed in a PURE procedure"
65785 msgstr ""
65787 #: fortran/decl.cc:759
65788 #, gcc-internal-format, gfc-internal-format
65789 msgid "part-ref with pointer attribute near %L is not rightmost part-ref of data-stmt-object"
65790 msgstr ""
65792 #: fortran/decl.cc:798
65793 #, gcc-internal-format, gfc-internal-format
65794 msgid "Empty old style initializer list at %C"
65795 msgstr ""
65797 #: fortran/decl.cc:807
65798 #, gcc-internal-format, gfc-internal-format
65799 msgid "Array in initializer list at %L must have an explicit shape"
65800 msgstr ""
65802 #: fortran/decl.cc:830
65803 #, gcc-internal-format, gfc-internal-format
65804 msgid "Repeat spec invalid in scalar initializer at %C"
65805 msgstr ""
65807 #: fortran/decl.cc:835
65808 #, gcc-internal-format, gfc-internal-format
65809 msgid "Repeat spec must be an integer at %C"
65810 msgstr ""
65812 #: fortran/decl.cc:846
65813 #, gcc-internal-format, gfc-internal-format
65814 msgid "Expected data constant after repeat spec at %C"
65815 msgstr ""
65817 #: fortran/decl.cc:878
65818 #, gcc-internal-format, gfc-internal-format
65819 msgid "End of scalar initializer expected at %C"
65820 msgstr ""
65822 #: fortran/decl.cc:906
65823 #, gcc-internal-format, gfc-internal-format
65824 msgid "Not enough elements in array initializer at %C"
65825 msgstr ""
65827 #: fortran/decl.cc:908
65828 #, gcc-internal-format, gfc-internal-format
65829 msgid "Too many elements in array initializer at %C"
65830 msgstr ""
65832 #: fortran/decl.cc:934
65833 #, gcc-internal-format, gfc-internal-format
65834 msgid "Syntax error in old style initializer list at %C"
65835 msgstr ""
65837 #: fortran/decl.cc:958
65838 #, gcc-internal-format, gfc-internal-format
65839 msgid "The assumed-rank array at %C shall not have a codimension"
65840 msgstr ""
65842 #: fortran/decl.cc:1023
65843 #, gcc-internal-format, gfc-internal-format
65844 msgid "Sum of array rank %d and corank %d at %C exceeds maximum allowed dimensions of %d"
65845 msgstr ""
65847 #: fortran/decl.cc:1047
65848 #, gcc-internal-format, gfc-internal-format
65849 msgid "Bad INTENT specification at %C"
65850 msgstr ""
65852 #: fortran/decl.cc:1068
65853 #, gcc-internal-format, gfc-internal-format
65854 msgid "deferred type parameter at %C"
65855 msgstr ""
65857 #: fortran/decl.cc:1159 fortran/resolve.cc:12680
65858 #, gcc-internal-format, gfc-internal-format
65859 msgid "Scalar INTEGER expression expected at %L"
65860 msgstr ""
65862 #: fortran/decl.cc:1185
65863 #, gcc-internal-format, gfc-internal-format
65864 msgid "Old-style character length at %C"
65865 msgstr ""
65867 #: fortran/decl.cc:1216
65868 #, gcc-internal-format, gfc-internal-format
65869 msgid "Syntax error in character length specification at %C"
65870 msgstr ""
65872 #: fortran/decl.cc:1368 fortran/decl.cc:1375 fortran/decl.cc:1439
65873 #, gcc-internal-format
65874 msgid "Procedure %qs at %C is already defined at %L"
65875 msgstr ""
65877 #: fortran/decl.cc:1383
65878 #, gcc-internal-format
65879 msgid "Contained procedure %qs at %C clashes with procedure defined at %L"
65880 msgstr ""
65882 #: fortran/decl.cc:1395
65883 #, gcc-internal-format
65884 msgid "Name %qs at %C is already defined as a generic interface at %L"
65885 msgstr ""
65887 #: fortran/decl.cc:1411
65888 #, gcc-internal-format
65889 msgid "Procedure %qs at %C has an explicit interface from a previous declaration"
65890 msgstr ""
65892 #: fortran/decl.cc:1427
65893 #, gcc-internal-format
65894 msgid "Procedure %qs defined in interface body at %L clashes with internal procedure defined at %C"
65895 msgstr ""
65897 #: fortran/decl.cc:1510
65898 #, gcc-internal-format
65899 msgid "Procedure %qs at %L must have the BIND(C) attribute to be C interoperable"
65900 msgstr ""
65902 #: fortran/decl.cc:1537
65903 #, gcc-internal-format
65904 msgid "Variable %qs at %L is a dummy argument to the BIND(C) procedure %qs but is not C interoperable because derived type %qs is not C interoperable"
65905 msgstr ""
65907 #: fortran/decl.cc:1544
65908 #, gcc-internal-format
65909 msgid "Variable %qs at %L is a dummy argument to the BIND(C) procedure %qs but is not C interoperable because it is polymorphic"
65910 msgstr ""
65912 #: fortran/decl.cc:1551
65913 #, gcc-internal-format
65914 msgid "Variable %qs at %L is a dummy argument of the BIND(C) procedure %qs but may not be C interoperable"
65915 msgstr ""
65917 #: fortran/decl.cc:1560
65918 #, gcc-internal-format
65919 msgid "Dummy argument %qs at %L may not be a pointer with CONTIGUOUS attribute as procedure %qs is BIND(C)"
65920 msgstr ""
65922 #: fortran/decl.cc:1570
65923 #, gcc-internal-format
65924 msgid "Default-initialized %s dummy argument %qs at %L is not permitted in BIND(C) procedure %qs"
65925 msgstr ""
65927 #: fortran/decl.cc:1591
65928 #, gcc-internal-format
65929 msgid "Allocatable character dummy argument %qs at %L must have deferred length as procedure %qs is BIND(C)"
65930 msgstr ""
65932 #: fortran/decl.cc:1596
65933 #, gcc-internal-format
65934 msgid "Pointer character dummy argument %qs at %L must have deferred length as procedure %qs is BIND(C)"
65935 msgstr ""
65937 #: fortran/decl.cc:1603
65938 #, gcc-internal-format
65939 msgid "Deferred-length character dummy argument %qs at %L of procedure %qs with BIND(C) attribute"
65940 msgstr ""
65942 #: fortran/decl.cc:1615
65943 #, gcc-internal-format
65944 msgid "Character dummy argument %qs at %L must be of length 1 as it has the VALUE attribute"
65945 msgstr ""
65947 #: fortran/decl.cc:1626
65948 #, gcc-internal-format
65949 msgid "Assumed-length character dummy argument %qs at %L of procedure %qs with BIND(C) attribute"
65950 msgstr ""
65952 #: fortran/decl.cc:1640
65953 #, gcc-internal-format
65954 msgid "Character dummy argument %qs at %L must be of constant length of one or assumed length, unless it has assumed shape or assumed rank, as procedure %qs has the BIND(C) attribute"
65955 msgstr ""
65957 #: fortran/decl.cc:1658
65958 #, gcc-internal-format
65959 msgid "Variable %qs at %L with ALLOCATABLE attribute in procedure %qs with BIND(C)"
65960 msgstr ""
65962 #: fortran/decl.cc:1666
65963 #, gcc-internal-format
65964 msgid "Variable %qs at %L with POINTER attribute in procedure %qs with BIND(C)"
65965 msgstr ""
65967 #: fortran/decl.cc:1675
65968 #, gcc-internal-format
65969 msgid "Variable %qs at %L cannot have both the OPTIONAL and the VALUE attribute because procedure %qs is BIND(C)"
65970 msgstr ""
65972 #: fortran/decl.cc:1682
65973 #, gcc-internal-format
65974 msgid "Variable %qs at %L with OPTIONAL attribute in procedure %qs which is BIND(C)"
65975 msgstr ""
65977 #: fortran/decl.cc:1693
65978 #, gcc-internal-format
65979 msgid "Assumed-shape array %qs at %L as dummy argument to the BIND(C) procedure %qs at %L"
65980 msgstr ""
65982 #: fortran/decl.cc:1761
65983 #, gcc-internal-format
65984 msgid "Symbol %qs at %C also declared as a type at %L"
65985 msgstr ""
65987 #: fortran/decl.cc:1820
65988 #, gcc-internal-format
65989 msgid "Variable %qs in common block %qs at %C must be declared with a C interoperable kind since common block %qs is BIND(C)"
65990 msgstr ""
65992 #: fortran/decl.cc:1860
65993 #, gcc-internal-format, gfc-internal-format
65994 msgid "CHARACTER length must be a constant at %L"
65995 msgstr ""
65997 #: fortran/decl.cc:1875
65998 #, gcc-internal-format, gfc-internal-format
65999 msgid "CHARACTER expression at %L is being truncated (%ld/%ld)"
66000 msgstr ""
66002 #: fortran/decl.cc:1883
66003 #, gcc-internal-format, gfc-internal-format
66004 msgid "The CHARACTER elements of the array constructor at %L must have the same length (%ld/%ld)"
66005 msgstr ""
66007 #: fortran/decl.cc:1982
66008 #, gcc-internal-format
66009 msgid "Initializer not allowed for PARAMETER %qs at %C"
66010 msgstr ""
66012 #: fortran/decl.cc:1995
66013 #, gcc-internal-format, gfc-internal-format
66014 msgid "PARAMETER at %L is missing an initializer"
66015 msgstr ""
66017 #: fortran/decl.cc:2005
66018 #, gcc-internal-format
66019 msgid "Variable %qs at %C with an initializer already appears in a DATA statement"
66020 msgstr ""
66022 #: fortran/decl.cc:2048
66023 #, gcc-internal-format, gfc-internal-format
66024 msgid "Cannot initialize parameter array at %L with variable length elements"
66025 msgstr ""
66027 #: fortran/decl.cc:2112
66028 #, gcc-internal-format, gfc-internal-format
66029 msgid "Rank mismatch of array at %L and its initializer (%d/%d)"
66030 msgstr ""
66032 #: fortran/decl.cc:2125
66033 #, gcc-internal-format, gfc-internal-format
66034 msgid "Cannot initialize implied-shape array at %L with scalar"
66035 msgstr ""
66037 #: fortran/decl.cc:2135
66038 #, fuzzy, gcc-internal-format, gfc-internal-format
66039 #| msgid "failed to initialize plugin %s"
66040 msgid "Bad shape of initializer at %L"
66041 msgstr "nije uspjelo inicijalizirati plugin %s"
66043 #: fortran/decl.cc:2142
66044 #, gcc-internal-format, gfc-internal-format
66045 msgid "Cannot determine shape of initializer at %L"
66046 msgstr ""
66048 #: fortran/decl.cc:2177
66049 #, gcc-internal-format, gfc-internal-format
66050 msgid "Non-constant lower bound in implied-shape declaration at %L"
66051 msgstr ""
66053 #: fortran/decl.cc:2227
66054 #, gcc-internal-format
66055 msgid "Entity %qs at %L is incompatible with a BOZ literal constant"
66056 msgstr ""
66058 #: fortran/decl.cc:2293 fortran/decl.cc:2300
66059 #, gcc-internal-format, gfc-internal-format
66060 msgid "Component at %C must have the POINTER attribute"
66061 msgstr ""
66063 #: fortran/decl.cc:2309
66064 #, gcc-internal-format
66065 msgid "Component %qs with CLASS at %C must be allocatable or pointer"
66066 msgstr ""
66068 #: fortran/decl.cc:2318
66069 #, gcc-internal-format, gfc-internal-format
66070 msgid "Array component of structure at %C must have explicit or deferred shape"
66071 msgstr ""
66073 #: fortran/decl.cc:2342 fortran/symbol.cc:2270
66074 #, gcc-internal-format
66075 msgid "Component %qs at %C already declared at %L"
66076 msgstr ""
66078 #: fortran/decl.cc:2390
66079 #, gcc-internal-format, gfc-internal-format
66080 msgid "Pointer array component of structure at %C must have a deferred shape"
66081 msgstr ""
66083 #: fortran/decl.cc:2399
66084 #, gcc-internal-format, gfc-internal-format
66085 msgid "Allocatable component of structure at %C must have a deferred shape"
66086 msgstr ""
66088 #: fortran/decl.cc:2408
66089 #, gcc-internal-format, gfc-internal-format
66090 msgid "Array component of structure at %C must have an explicit shape"
66091 msgstr ""
66093 #: fortran/decl.cc:2425
66094 #, gcc-internal-format
66095 msgid "Type parameter %qs at %C has no corresponding entry in the type parameter name list at %L"
66096 msgstr ""
66098 #: fortran/decl.cc:2482
66099 #, gcc-internal-format, gfc-internal-format
66100 msgid "NULL() initialization at %C is ambiguous"
66101 msgstr ""
66103 #: fortran/decl.cc:2499
66104 #, gcc-internal-format, gfc-internal-format
66105 msgid "NULL() initialization at %C may not have MOLD"
66106 msgstr ""
66108 #: fortran/decl.cc:2516
66109 #, gcc-internal-format, gfc-internal-format
66110 msgid "Initialization of pointer at %C is not allowed in a PURE procedure"
66111 msgstr ""
66113 #: fortran/decl.cc:2537
66114 #, gcc-internal-format, gfc-internal-format
66115 msgid "Error in pointer initialization at %C"
66116 msgstr ""
66118 #: fortran/decl.cc:2544
66119 #, gcc-internal-format, gfc-internal-format
66120 msgid "non-NULL pointer initialization at %C"
66121 msgstr ""
66123 #: fortran/decl.cc:2567
66124 #, gcc-internal-format
66125 msgid "RESULT variable %qs at %L prohibits FUNCTION name %qs at %C from appearing in a specification statement"
66126 msgstr ""
66128 #: fortran/decl.cc:2621
66129 #, gcc-internal-format
66130 msgid "%qs not allowed outside STRUCTURE at %C"
66131 msgstr ""
66133 #: fortran/decl.cc:2623
66134 #, gcc-internal-format
66135 msgid "%qs at %C is a DEC extension, enable with %<-fdec-structure%>"
66136 msgstr ""
66138 #: fortran/decl.cc:2631
66139 #, gcc-internal-format
66140 msgid "%qs entity cannot have attributes at %C"
66141 msgstr ""
66143 #: fortran/decl.cc:2641
66144 #, gcc-internal-format
66145 msgid "Invalid character %qc in variable name at %C"
66146 msgstr ""
66148 #: fortran/decl.cc:2683
66149 #, gcc-internal-format
66150 msgid "Non-PARAMETER symbol %qs at %L cannot be implied-shape"
66151 msgstr ""
66153 #: fortran/decl.cc:2693
66154 #, gcc-internal-format, gfc-internal-format
66155 msgid "Implied-shape array at %L"
66156 msgstr ""
66158 #: fortran/decl.cc:2750
66159 #, gcc-internal-format, gfc-internal-format
66160 msgid "Explicit array shape at %C must be constant of INTEGER type and not %s type"
66161 msgstr ""
66163 #: fortran/decl.cc:2758
66164 #, gcc-internal-format, gfc-internal-format
66165 msgid "Explicit shaped array with nonconstant bounds at %C"
66166 msgstr ""
66168 #: fortran/decl.cc:2859
66169 #, gcc-internal-format
66170 msgid "%qs at %C is a redefinition of the declaration in the corresponding interface for MODULE PROCEDURE %qs"
66171 msgstr ""
66173 #: fortran/decl.cc:2870
66174 #, gcc-internal-format
66175 msgid "%qs entity cannot have an initializer at %C"
66176 msgstr ""
66178 #: fortran/decl.cc:2895 fortran/decl.cc:8966
66179 #, gcc-internal-format, gfc-internal-format
66180 msgid "Duplicate array spec for Cray pointee at %C"
66181 msgstr ""
66183 #: fortran/decl.cc:2903
66184 #, gcc-internal-format
66185 msgid "Cannot set pointee array spec."
66186 msgstr ""
66188 #: fortran/decl.cc:2966
66189 #, gcc-internal-format, gfc-internal-format
66190 msgid "Old-style initialization at %C"
66191 msgstr ""
66193 #: fortran/decl.cc:2974
66194 #, gcc-internal-format, gfc-internal-format
66195 msgid "Invalid old style initialization for derived type component at %C"
66196 msgstr ""
66198 #: fortran/decl.cc:2987
66199 #, gcc-internal-format, gfc-internal-format
66200 msgid "Syntax error in old style initialization of %s at %C"
66201 msgstr ""
66203 #: fortran/decl.cc:3007 fortran/decl.cc:7177
66204 #, gcc-internal-format, gfc-internal-format
66205 msgid "Initialization at %C isn't for a pointer variable"
66206 msgstr ""
66208 #: fortran/decl.cc:3030
66209 #, gcc-internal-format
66210 msgid "Pointer initialization at %C requires %<=>%>, not %<=%>"
66211 msgstr ""
66213 #: fortran/decl.cc:3039 fortran/decl.cc:10909
66214 #, gcc-internal-format, gfc-internal-format
66215 msgid "Expected an initialization expression at %C"
66216 msgstr ""
66218 #: fortran/decl.cc:3046
66219 #, gcc-internal-format, gfc-internal-format
66220 msgid "Initialization of variable at %C is not allowed in a PURE procedure"
66221 msgstr ""
66223 #: fortran/decl.cc:3063
66224 #, gcc-internal-format, gfc-internal-format
66225 msgid "Initialization of allocatable component at %C is not allowed"
66226 msgstr ""
66228 #: fortran/decl.cc:3072
66229 #, gcc-internal-format, gfc-internal-format
66230 msgid "Initialization of structure component with a HOLLERITH constant at %L is not allowed"
66231 msgstr ""
66233 #: fortran/decl.cc:3086
66234 #, gcc-internal-format, gfc-internal-format
66235 msgid "The component with KIND or LEN attribute at %C does not not appear in the type parameter list at %L"
66236 msgstr ""
66238 #: fortran/decl.cc:3094
66239 #, gcc-internal-format, gfc-internal-format
66240 msgid "The component at %C that appears in the type parameter list at %L has neither the KIND nor LEN attribute"
66241 msgstr ""
66243 #: fortran/decl.cc:3102
66244 #, gcc-internal-format, gfc-internal-format
66245 msgid "The component at %C which is a type parameter must be a scalar"
66246 msgstr ""
66248 #: fortran/decl.cc:3111
66249 #, gcc-internal-format, gfc-internal-format
66250 msgid "BOZ literal constant at %L cannot appear as an initializer"
66251 msgstr ""
66253 #: fortran/decl.cc:3128
66254 #, gcc-internal-format
66255 msgid "Incompatible initialization between a derived type entity and an entity with %qs type at %C"
66256 msgstr ""
66258 #: fortran/decl.cc:3191 fortran/decl.cc:3226
66259 #, gcc-internal-format, gfc-internal-format
66260 msgid "Old-style type declaration %s*%d not supported at %C"
66261 msgstr ""
66263 #: fortran/decl.cc:3232
66264 #, gcc-internal-format, gfc-internal-format
66265 msgid "Nonstandard type declaration %s*%d at %C"
66266 msgstr ""
66268 #: fortran/decl.cc:3291 fortran/decl.cc:3368
66269 #, gcc-internal-format, gfc-internal-format
66270 msgid "Missing right parenthesis at %C"
66271 msgstr ""
66273 #: fortran/decl.cc:3304 fortran/decl.cc:3438
66274 #, gcc-internal-format, gfc-internal-format
66275 msgid "Expected initialization expression at %C"
66276 msgstr ""
66278 #: fortran/decl.cc:3312 fortran/decl.cc:3444
66279 #, gcc-internal-format, gfc-internal-format
66280 msgid "Expected scalar initialization expression at %C"
66281 msgstr ""
66283 #: fortran/decl.cc:3342 fortran/decl.cc:4076
66284 #, gcc-internal-format, gfc-internal-format
66285 msgid "Kind %d not supported for type %s at %C"
66286 msgstr ""
66288 #: fortran/decl.cc:3355
66289 #, gcc-internal-format, gfc-internal-format
66290 msgid "C kind type parameter is for type %s but type at %L is %s"
66291 msgstr ""
66293 #: fortran/decl.cc:3366
66294 #, gcc-internal-format, gfc-internal-format
66295 msgid "Missing right parenthesis or comma at %C"
66296 msgstr ""
66298 #: fortran/decl.cc:3470
66299 #, gcc-internal-format, gfc-internal-format
66300 msgid "Kind %d is not supported for CHARACTER at %C"
66301 msgstr ""
66303 #: fortran/decl.cc:3602
66304 #, gcc-internal-format, gfc-internal-format
66305 msgid "Syntax error in CHARACTER declaration at %C"
66306 msgstr ""
66308 #: fortran/decl.cc:3703
66309 #, gcc-internal-format
66310 msgid "RECORD at %C is an extension, enable it with %<-fdec-structure%>"
66311 msgstr ""
66313 #: fortran/decl.cc:3716
66314 #, gcc-internal-format, gfc-internal-format
66315 msgid "Structure name expected after RECORD at %C"
66316 msgstr ""
66318 #: fortran/decl.cc:3829
66319 #, gcc-internal-format, gfc-internal-format
66320 msgid "The type parameter spec list at %C cannot contain both ASSUMED and DEFERRED parameters"
66321 msgstr ""
66323 #: fortran/decl.cc:3853
66324 #, gcc-internal-format, gfc-internal-format
66325 msgid "The type parameter spec list at %C does not contain enough parameter expressions"
66326 msgstr ""
66328 #: fortran/decl.cc:3877
66329 #, gcc-internal-format
66330 msgid "The derived parameter %qs at %C does not have a default value"
66331 msgstr ""
66333 #: fortran/decl.cc:3910
66334 #, gcc-internal-format, gfc-internal-format
66335 msgid "The parameter expression at %C must be of INTEGER type and not %s type"
66336 msgstr ""
66338 #: fortran/decl.cc:3917
66339 #, gcc-internal-format, gfc-internal-format
66340 msgid "The parameter expression at %C does not simplify to an INTEGER constant"
66341 msgstr ""
66343 #: fortran/decl.cc:3944
66344 #, gcc-internal-format
66345 msgid "The KIND parameter %qs at %C cannot either be ASSUMED or DEFERRED"
66346 msgstr ""
66348 #: fortran/decl.cc:3951
66349 #, gcc-internal-format
66350 msgid "The value for the KIND parameter %qs at %C does not reduce to a constant expression"
66351 msgstr ""
66353 #: fortran/decl.cc:3966
66354 #, gcc-internal-format, gfc-internal-format
66355 msgid "The type parameter spec list at %C contains too many parameter expressions"
66356 msgstr ""
66358 #: fortran/decl.cc:3975
66359 #, gcc-internal-format, gfc-internal-format
66360 msgid "Parameterized derived type at %C is ambiguous"
66361 msgstr ""
66363 #: fortran/decl.cc:4211
66364 #, gcc-internal-format, gfc-internal-format
66365 msgid "BYTE type at %C"
66366 msgstr ""
66368 #: fortran/decl.cc:4223
66369 #, gcc-internal-format, gfc-internal-format
66370 msgid "BYTE type used at %C is not available on the target machine"
66371 msgstr ""
66373 #: fortran/decl.cc:4285
66374 #, gcc-internal-format, gfc-internal-format
66375 msgid "Assumed type at %C is not allowed for components"
66376 msgstr ""
66378 #: fortran/decl.cc:4288
66379 #, gcc-internal-format, gfc-internal-format
66380 msgid "Assumed type at %C"
66381 msgstr ""
66383 #: fortran/decl.cc:4310 fortran/decl.cc:4344 fortran/decl.cc:4377
66384 #: fortran/decl.cc:4676
66385 #, gcc-internal-format, gfc-internal-format
66386 msgid "TYPE with intrinsic-type-spec at %C"
66387 msgstr ""
66389 #: fortran/decl.cc:4322 fortran/decl.cc:4350 fortran/decl.cc:4383
66390 #: fortran/decl.cc:4409 fortran/decl.cc:4701 fortran/decl.cc:4716
66391 #, gcc-internal-format, gfc-internal-format
66392 msgid "Malformed type-spec at %C"
66393 msgstr ""
66395 #: fortran/decl.cc:4373
66396 #, gcc-internal-format, gfc-internal-format
66397 msgid "DOUBLE COMPLEX at %C"
66398 msgstr ""
66400 #: fortran/decl.cc:4425 fortran/decl.cc:4567 fortran/decl.cc:4579
66401 #: fortran/decl.cc:4593 fortran/decl.cc:5075 fortran/decl.cc:5083
66402 #, gcc-internal-format
66403 msgid "Type name %qs at %C is ambiguous"
66404 msgstr ""
66406 #: fortran/decl.cc:4526
66407 #, gcc-internal-format, gfc-internal-format
66408 msgid "CLASS statement at %C"
66409 msgstr ""
66411 #: fortran/decl.cc:4608
66412 #, gcc-internal-format
66413 msgid "Type name %qs at %C conflicts with previously declared entity at %L, which has the same name"
66414 msgstr ""
66416 #: fortran/decl.cc:4751
66417 #, gcc-internal-format, gfc-internal-format
66418 msgid "Duplicate IMPLICIT NONE statement at %C"
66419 msgstr ""
66421 #: fortran/decl.cc:4760
66422 #, gcc-internal-format, gfc-internal-format
66423 msgid "IMPLICIT NONE with spec list at %C"
66424 msgstr ""
66426 #: fortran/decl.cc:4819
66427 #, gcc-internal-format, gfc-internal-format
66428 msgid "Missing character range in IMPLICIT at %C"
66429 msgstr ""
66431 #: fortran/decl.cc:4865
66432 #, gcc-internal-format, gfc-internal-format
66433 msgid "Letters must be in alphabetic order in IMPLICIT statement at %C"
66434 msgstr ""
66436 #: fortran/decl.cc:4918
66437 #, gcc-internal-format, gfc-internal-format
66438 msgid "IMPLICIT statement at %C following an IMPLICIT NONE (type) statement"
66439 msgstr ""
66441 #: fortran/decl.cc:4928
66442 #, gcc-internal-format, gfc-internal-format
66443 msgid "Empty IMPLICIT statement at %C"
66444 msgstr ""
66446 #: fortran/decl.cc:5034
66447 #, gcc-internal-format, gfc-internal-format
66448 msgid "IMPORT statement at %C only permitted in an INTERFACE body"
66449 msgstr ""
66451 #: fortran/decl.cc:5041
66452 #, gcc-internal-format, gfc-internal-format
66453 msgid "F2008: C1210 IMPORT statement at %C is not permitted in a module procedure interface body"
66454 msgstr ""
66456 #: fortran/decl.cc:5046
66457 #, gcc-internal-format, gfc-internal-format
66458 msgid "IMPORT statement at %C"
66459 msgstr ""
66461 #: fortran/decl.cc:5060
66462 #, gcc-internal-format, gfc-internal-format
66463 msgid "Expecting list of named entities at %C"
66464 msgstr ""
66466 #: fortran/decl.cc:5089
66467 #, gcc-internal-format
66468 msgid "Cannot IMPORT %qs from host scoping unit at %C - does not exist."
66469 msgstr ""
66471 #: fortran/decl.cc:5096
66472 #, gcc-internal-format
66473 msgid "%qs is already IMPORTed from host scoping unit at %C"
66474 msgstr ""
66476 #: fortran/decl.cc:5137
66477 #, gcc-internal-format, gfc-internal-format
66478 msgid "Syntax error in IMPORT statement at %C"
66479 msgstr ""
66481 #: fortran/decl.cc:5477
66482 #, gcc-internal-format, gfc-internal-format
66483 msgid "Missing codimension specification at %C"
66484 msgstr ""
66486 #: fortran/decl.cc:5479
66487 #, gcc-internal-format, gfc-internal-format
66488 msgid "Missing dimension specification at %C"
66489 msgstr ""
66491 #: fortran/decl.cc:5574
66492 #, gcc-internal-format, gfc-internal-format
66493 msgid "Duplicate %s attribute at %L"
66494 msgstr ""
66496 #: fortran/decl.cc:5591
66497 #, gcc-internal-format
66498 msgid "%s at %L is a DEC extension, enable with %<-fdec-static%>"
66499 msgstr ""
66501 #: fortran/decl.cc:5610
66502 #, gcc-internal-format, gfc-internal-format
66503 msgid "ALLOCATABLE attribute at %C in a TYPE definition"
66504 msgstr ""
66506 #: fortran/decl.cc:5612
66507 #, gcc-internal-format, gfc-internal-format
66508 msgid "ALLOCATABLE attribute at %C in a STRUCTURE definition"
66509 msgstr ""
66511 #: fortran/decl.cc:5622
66512 #, gcc-internal-format, gfc-internal-format
66513 msgid "KIND attribute at %C in a TYPE definition"
66514 msgstr ""
66516 #: fortran/decl.cc:5624
66517 #, gcc-internal-format, gfc-internal-format
66518 msgid "KIND attribute at %C in a STRUCTURE definition"
66519 msgstr ""
66521 #: fortran/decl.cc:5632
66522 #, gcc-internal-format, gfc-internal-format
66523 msgid "Component with KIND attribute at %C must be INTEGER"
66524 msgstr ""
66526 #: fortran/decl.cc:5641
66527 #, gcc-internal-format, gfc-internal-format
66528 msgid "LEN attribute at %C in a TYPE definition"
66529 msgstr ""
66531 #: fortran/decl.cc:5643
66532 #, gcc-internal-format, gfc-internal-format
66533 msgid "LEN attribute at %C in a STRUCTURE definition"
66534 msgstr ""
66536 #: fortran/decl.cc:5651
66537 #, gcc-internal-format, gfc-internal-format
66538 msgid "Component with LEN attribute at %C must be INTEGER"
66539 msgstr ""
66541 #: fortran/decl.cc:5659
66542 #, gcc-internal-format, gfc-internal-format
66543 msgid "Attribute at %L is not allowed in a TYPE definition"
66544 msgstr ""
66546 #: fortran/decl.cc:5661
66547 #, gcc-internal-format, gfc-internal-format
66548 msgid "Attribute at %L is not allowed in a STRUCTURE definition"
66549 msgstr ""
66551 #: fortran/decl.cc:5679
66552 #, gcc-internal-format, gfc-internal-format
66553 msgid "Attribute %s at %L in a TYPE definition"
66554 msgstr ""
66556 #: fortran/decl.cc:5689
66557 #, gcc-internal-format, gfc-internal-format
66558 msgid "%s attribute at %L is not allowed outside of the specification part of a module"
66559 msgstr ""
66561 #: fortran/decl.cc:5699
66562 #, gcc-internal-format, gfc-internal-format
66563 msgid "Attribute at %L is not allowed outside a TYPE definition"
66564 msgstr ""
66566 #: fortran/decl.cc:5712
66567 #, gcc-internal-format, gfc-internal-format
66568 msgid "ASYNCHRONOUS attribute at %C"
66569 msgstr ""
66571 #: fortran/decl.cc:5723
66572 #, gcc-internal-format, gfc-internal-format
66573 msgid "CONTIGUOUS attribute at %C"
66574 msgstr ""
66576 #: fortran/decl.cc:5778 fortran/decl.cc:9268
66577 #, gcc-internal-format, gfc-internal-format
66578 msgid "PROTECTED at %C only allowed in specification part of a module"
66579 msgstr ""
66581 #: fortran/decl.cc:5784
66582 #, gcc-internal-format, gfc-internal-format
66583 msgid "PROTECTED attribute at %C"
66584 msgstr ""
66586 #: fortran/decl.cc:5818
66587 #, gcc-internal-format, gfc-internal-format
66588 msgid "VALUE attribute at %C"
66589 msgstr ""
66591 #: fortran/decl.cc:5825
66592 #, gcc-internal-format, gfc-internal-format
66593 msgid "VOLATILE attribute at %C"
66594 msgstr ""
66596 #: fortran/decl.cc:5832
66597 #, gcc-internal-format
66598 msgid "match_attr_spec(): Bad attribute"
66599 msgstr ""
66601 #: fortran/decl.cc:5873
66602 #, gcc-internal-format, gfc-internal-format
66603 msgid "Multiple identifiers provided with single NAME= specifier at %C"
66604 msgstr ""
66606 #: fortran/decl.cc:5971
66607 #, gcc-internal-format
66608 msgid "Implicitly declared BIND(C) function %qs at %L may not be C interoperable"
66609 msgstr ""
66611 #: fortran/decl.cc:5993
66612 #, gcc-internal-format
66613 msgid "Variable %qs in common block %qs at %L may not be a C interoperable kind though common block %qs is BIND(C)"
66614 msgstr ""
66616 #: fortran/decl.cc:6004
66617 #, gcc-internal-format
66618 msgid "Type declaration %qs at %L is not C interoperable but it is BIND(C)"
66619 msgstr ""
66621 #: fortran/decl.cc:6010
66622 #, gcc-internal-format
66623 msgid "Variable %qs at %L may not be a C interoperable kind but it is BIND(C)"
66624 msgstr ""
66626 #: fortran/decl.cc:6022
66627 #, gcc-internal-format
66628 msgid "Variable %qs in common block %qs at %L cannot be declared with BIND(C) since it is not a global"
66629 msgstr ""
66631 #: fortran/decl.cc:6036
66632 #, gcc-internal-format
66633 msgid "Variable %qs at %L cannot have both the POINTER and BIND(C) attributes"
66634 msgstr ""
66636 #: fortran/decl.cc:6044
66637 #, gcc-internal-format
66638 msgid "Variable %qs at %L cannot have both the ALLOCATABLE and BIND(C) attributes"
66639 msgstr ""
66641 #: fortran/decl.cc:6056
66642 #, gcc-internal-format
66643 msgid "Return type of BIND(C) function %qs at %L cannot be an array"
66644 msgstr ""
66646 #: fortran/decl.cc:6064
66647 #, gcc-internal-format
66648 msgid "Return type of BIND(C) function %qs of character type at %L must have length 1"
66649 msgstr ""
66651 #. Use gfc_warning_now because we won't say that the symbol fails
66652 #. just because of this.
66653 #: fortran/decl.cc:6075
66654 #, gcc-internal-format
66655 msgid "Symbol %qs at %L is marked PRIVATE but has been given the binding label %qs"
66656 msgstr ""
66658 #: fortran/decl.cc:6149
66659 #, gcc-internal-format, gfc-internal-format
66660 msgid "Need either entity or common block name for attribute specification statement at %C"
66661 msgstr ""
66663 #: fortran/decl.cc:6194
66664 #, gcc-internal-format, gfc-internal-format
66665 msgid "Missing entity or common block name for attribute specification statement at %C"
66666 msgstr ""
66668 #: fortran/decl.cc:6201
66669 #, gcc-internal-format
66670 msgid "Missing symbol"
66671 msgstr ""
66673 #: fortran/decl.cc:6230
66674 #, gcc-internal-format, gfc-internal-format
66675 msgid "BIND(C) statement at %C"
66676 msgstr ""
66678 #: fortran/decl.cc:6292
66679 #, gcc-internal-format, gfc-internal-format
66680 msgid "CLASS entity at %C cannot have the PARAMETER attribute"
66681 msgstr ""
66683 #: fortran/decl.cc:6324
66684 #, gcc-internal-format, gfc-internal-format
66685 msgid "Derived type at %C has not been previously defined and so cannot appear in a derived type definition"
66686 msgstr ""
66688 #: fortran/decl.cc:6366
66689 #, gcc-internal-format, gfc-internal-format
66690 msgid "Syntax error in anonymous structure declaration at %C"
66691 msgstr ""
66693 #: fortran/decl.cc:6375
66694 #, gcc-internal-format, gfc-internal-format
66695 msgid "Syntax error in data declaration at %C"
66696 msgstr ""
66698 #: fortran/decl.cc:6447
66699 #, gcc-internal-format, gfc-internal-format
66700 msgid "MODULE prefix at %C"
66701 msgstr ""
66703 #: fortran/decl.cc:6452
66704 #, gcc-internal-format, gfc-internal-format
66705 msgid "MODULE prefix at %C found outside of a module, submodule, or interface"
66706 msgstr ""
66708 #: fortran/decl.cc:6503
66709 #, gcc-internal-format, gfc-internal-format
66710 msgid "IMPURE procedure at %C"
66711 msgstr ""
66713 #: fortran/decl.cc:6515
66714 #, gcc-internal-format, gfc-internal-format
66715 msgid "PURE and IMPURE must not appear both at %C"
66716 msgstr ""
66718 #: fortran/decl.cc:6561
66719 #, gcc-internal-format, gfc-internal-format
66720 msgid "ELEMENTAL prefix in MODULE PROCEDURE interface is missing at %L"
66721 msgstr ""
66723 #: fortran/decl.cc:6568
66724 #, gcc-internal-format, gfc-internal-format
66725 msgid "PURE prefix in MODULE PROCEDURE interface is missing at %L"
66726 msgstr ""
66728 #: fortran/decl.cc:6575
66729 #, gcc-internal-format, gfc-internal-format
66730 msgid "RECURSIVE prefix in MODULE PROCEDURE interface is missing at %L"
66731 msgstr ""
66733 #: fortran/decl.cc:6636
66734 #, gcc-internal-format, gfc-internal-format
66735 msgid "A type parameter list is required at %C"
66736 msgstr ""
66738 #: fortran/decl.cc:6650 fortran/primary.cc:1885
66739 #, gcc-internal-format, gfc-internal-format
66740 msgid "Alternate-return argument at %C"
66741 msgstr ""
66743 #: fortran/decl.cc:6656 fortran/decl.cc:6664
66744 #, gcc-internal-format, gfc-internal-format
66745 msgid "A parameter name is required at %C"
66746 msgstr ""
66748 #: fortran/decl.cc:6704
66749 #, gcc-internal-format
66750 msgid "Name %qs at %C is the name of the procedure"
66751 msgstr ""
66753 #: fortran/decl.cc:6717
66754 #, gcc-internal-format, gfc-internal-format
66755 msgid "Expected parameter list in type declaration at %C"
66756 msgstr ""
66758 #: fortran/decl.cc:6720
66759 #, gcc-internal-format, gfc-internal-format
66760 msgid "Unexpected junk in formal argument list at %C"
66761 msgstr ""
66763 #: fortran/decl.cc:6738
66764 #, gcc-internal-format
66765 msgid "Duplicate name %qs in parameter list at %C"
66766 msgstr ""
66768 #: fortran/decl.cc:6741
66769 #, gcc-internal-format
66770 msgid "Duplicate symbol %qs in formal argument list at %C"
66771 msgstr ""
66773 #: fortran/decl.cc:6780
66774 #, gcc-internal-format, gfc-internal-format
66775 msgid "Mismatch in MODULE PROCEDURE formal argument names (%s/%s) at %C"
66776 msgstr ""
66778 #: fortran/decl.cc:6786
66779 #, gcc-internal-format, gfc-internal-format
66780 msgid "Mismatch in number of MODULE PROCEDURE formal arguments at %C"
66781 msgstr ""
66783 #: fortran/decl.cc:6825
66784 #, gcc-internal-format, gfc-internal-format
66785 msgid "RESULT variable at %C must be different than function name"
66786 msgstr ""
66788 #: fortran/decl.cc:6902
66789 #, gcc-internal-format, gfc-internal-format
66790 msgid "Unexpected junk after function declaration at %C"
66791 msgstr ""
66793 #: fortran/decl.cc:6912 fortran/decl.cc:8050
66794 #, gcc-internal-format, gfc-internal-format
66795 msgid "BIND(C) attribute at %L may not be specified for an internal procedure"
66796 msgstr ""
66798 #: fortran/decl.cc:7116
66799 #, gcc-internal-format, gfc-internal-format
66800 msgid "BIND(C) attribute at %C requires an interface with BIND(C)"
66801 msgstr ""
66803 #: fortran/decl.cc:7123
66804 #, gcc-internal-format, gfc-internal-format
66805 msgid "BIND(C) procedure with NAME may not have POINTER attribute at %C"
66806 msgstr ""
66808 #: fortran/decl.cc:7129
66809 #, gcc-internal-format, gfc-internal-format
66810 msgid "Dummy procedure at %C may not have BIND(C) attribute with NAME"
66811 msgstr ""
66813 #: fortran/decl.cc:7152
66814 #, gcc-internal-format
66815 msgid "Procedure %qs at %L already has basic type of %s"
66816 msgstr ""
66818 #: fortran/decl.cc:7198 fortran/decl.cc:7386 fortran/decl.cc:11393
66819 #, gcc-internal-format, gfc-internal-format
66820 msgid "Syntax error in PROCEDURE statement at %C"
66821 msgstr ""
66823 #: fortran/decl.cc:7247 fortran/decl.cc:11293
66824 #, gcc-internal-format
66825 msgid "Expected %<::%> after binding-attributes at %C"
66826 msgstr ""
66828 #: fortran/decl.cc:7254
66829 #, gcc-internal-format, gfc-internal-format
66830 msgid "NOPASS or explicit interface required at %C"
66831 msgstr ""
66833 #: fortran/decl.cc:7258
66834 #, gcc-internal-format, gfc-internal-format
66835 msgid "Procedure pointer component at %C"
66836 msgstr ""
66838 #: fortran/decl.cc:7330
66839 #, gcc-internal-format, gfc-internal-format
66840 msgid "Syntax error in procedure pointer component at %C"
66841 msgstr ""
66843 #: fortran/decl.cc:7348
66844 #, gcc-internal-format, gfc-internal-format
66845 msgid "PROCEDURE at %C must be in a generic interface"
66846 msgstr ""
66848 #: fortran/decl.cc:7357 fortran/decl.cc:10033
66849 #, gcc-internal-format, gfc-internal-format
66850 msgid "double colon in MODULE PROCEDURE statement at %L"
66851 msgstr ""
66853 #: fortran/decl.cc:7427
66854 #, gcc-internal-format, gfc-internal-format
66855 msgid "PROCEDURE statement at %C"
66856 msgstr ""
66858 #: fortran/decl.cc:7499
66859 #, gcc-internal-format, gfc-internal-format
66860 msgid "Expected formal argument list in function definition at %C"
66861 msgstr ""
66863 #: fortran/decl.cc:7529 fortran/decl.cc:7808 fortran/decl.cc:8017
66864 #: fortran/symbol.cc:1910
66865 #, gcc-internal-format, gfc-internal-format
66866 msgid "BIND(C) attribute at %L can only be used for variables or common blocks"
66867 msgstr ""
66869 #: fortran/decl.cc:7559 fortran/decl.cc:8075
66870 #, gcc-internal-format
66871 msgid "Mismatch in BIND(C) names (%qs/%qs) at %C"
66872 msgstr ""
66874 #: fortran/decl.cc:7702
66875 #, gcc-internal-format, gfc-internal-format
66876 msgid "ENTRY statement at %C"
66877 msgstr ""
66879 #: fortran/decl.cc:7711
66880 #, gcc-internal-format, gfc-internal-format
66881 msgid "ENTRY statement at %C cannot appear within a PROGRAM"
66882 msgstr ""
66884 #: fortran/decl.cc:7714
66885 #, gcc-internal-format, gfc-internal-format
66886 msgid "ENTRY statement at %C cannot appear within a MODULE"
66887 msgstr ""
66889 #: fortran/decl.cc:7717
66890 #, gcc-internal-format, gfc-internal-format
66891 msgid "ENTRY statement at %C cannot appear within a SUBMODULE"
66892 msgstr ""
66894 #: fortran/decl.cc:7720
66895 #, gcc-internal-format, gfc-internal-format
66896 msgid "ENTRY statement at %C cannot appear within a BLOCK DATA"
66897 msgstr ""
66899 #: fortran/decl.cc:7724 fortran/decl.cc:7769
66900 #, gcc-internal-format, gfc-internal-format
66901 msgid "ENTRY statement at %C cannot appear within an INTERFACE"
66902 msgstr ""
66904 #: fortran/decl.cc:7728
66905 #, gcc-internal-format, gfc-internal-format
66906 msgid "ENTRY statement at %C cannot appear within a STRUCTURE block"
66907 msgstr ""
66909 #: fortran/decl.cc:7732
66910 #, gcc-internal-format, gfc-internal-format
66911 msgid "ENTRY statement at %C cannot appear within a DERIVED TYPE block"
66912 msgstr ""
66914 #: fortran/decl.cc:7736
66915 #, gcc-internal-format, gfc-internal-format
66916 msgid "ENTRY statement at %C cannot appear within an IF-THEN block"
66917 msgstr ""
66919 #: fortran/decl.cc:7741
66920 #, gcc-internal-format, gfc-internal-format
66921 msgid "ENTRY statement at %C cannot appear within a DO block"
66922 msgstr ""
66924 #: fortran/decl.cc:7745
66925 #, gcc-internal-format, gfc-internal-format
66926 msgid "ENTRY statement at %C cannot appear within a SELECT block"
66927 msgstr ""
66929 #: fortran/decl.cc:7749
66930 #, gcc-internal-format, gfc-internal-format
66931 msgid "ENTRY statement at %C cannot appear within a FORALL block"
66932 msgstr ""
66934 #: fortran/decl.cc:7753
66935 #, gcc-internal-format, gfc-internal-format
66936 msgid "ENTRY statement at %C cannot appear within a WHERE block"
66937 msgstr ""
66939 #: fortran/decl.cc:7757
66940 #, gcc-internal-format, gfc-internal-format
66941 msgid "ENTRY statement at %C cannot appear within a contained subprogram"
66942 msgstr ""
66944 #: fortran/decl.cc:7761
66945 #, gcc-internal-format, gfc-internal-format
66946 msgid "Unexpected ENTRY statement at %C"
66947 msgstr ""
66949 #: fortran/decl.cc:7782
66950 #, gcc-internal-format, gfc-internal-format
66951 msgid "ENTRY statement at %C cannot appear in a contained procedure"
66952 msgstr ""
66954 #: fortran/decl.cc:7833 fortran/decl.cc:8057
66955 #, gcc-internal-format, gfc-internal-format
66956 msgid "Missing required parentheses before BIND(C) at %C"
66957 msgstr ""
66959 #: fortran/decl.cc:7927
66960 #, gcc-internal-format, gfc-internal-format
66961 msgid "ENTRY statement at %L with BIND(C) prohibited in an elemental procedure"
66962 msgstr ""
66964 #: fortran/decl.cc:8084
66965 #, gcc-internal-format, gfc-internal-format
66966 msgid "Alternate return dummy argument cannot appear in a SUBROUTINE with the BIND(C) attribute at %L"
66967 msgstr ""
66969 #: fortran/decl.cc:8147 fortran/decl.cc:8154
66970 #, gcc-internal-format, gfc-internal-format
66971 msgid "Invalid C identifier in NAME= specifier at %C"
66972 msgstr ""
66974 #: fortran/decl.cc:8194
66975 #, gcc-internal-format, gfc-internal-format
66976 msgid "Syntax error in NAME= specifier for binding label at %C"
66977 msgstr ""
66979 #: fortran/decl.cc:8210
66980 #, gcc-internal-format, gfc-internal-format
66981 msgid "NAME= specifier at %C should be a constant expression"
66982 msgstr ""
66984 #: fortran/decl.cc:8218
66985 #, gcc-internal-format, gfc-internal-format
66986 msgid "NAME= specifier at %C should be a scalar of default character kind"
66987 msgstr ""
66989 #: fortran/decl.cc:8237
66990 #, gcc-internal-format, gfc-internal-format
66991 msgid "Missing closing paren for binding label at %C"
66992 msgstr ""
66994 #: fortran/decl.cc:8243
66995 #, gcc-internal-format, gfc-internal-format
66996 msgid "No binding name is allowed in BIND(C) at %C"
66997 msgstr ""
66999 #: fortran/decl.cc:8249
67000 #, gcc-internal-format, gfc-internal-format
67001 msgid "For dummy procedure %s, no binding name is allowed in BIND(C) at %C"
67002 msgstr ""
67004 #: fortran/decl.cc:8278
67005 #, gcc-internal-format, gfc-internal-format
67006 msgid "NAME not allowed on BIND(C) for ABSTRACT INTERFACE at %C"
67007 msgstr ""
67009 #: fortran/decl.cc:8525
67010 #, gcc-internal-format, gfc-internal-format
67011 msgid "Unexpected END statement at %C"
67012 msgstr ""
67014 #: fortran/decl.cc:8534
67015 #, gcc-internal-format, gfc-internal-format
67016 msgid "END statement instead of %s statement at %L"
67017 msgstr ""
67019 #. We would have required END [something].
67020 #: fortran/decl.cc:8543
67021 #, gcc-internal-format, gfc-internal-format
67022 msgid "%s statement expected at %L"
67023 msgstr ""
67025 #: fortran/decl.cc:8554
67026 #, gcc-internal-format, gfc-internal-format
67027 msgid "Expecting %s statement at %L"
67028 msgstr ""
67030 #: fortran/decl.cc:8574
67031 #, gcc-internal-format
67032 msgid "Expected block name of %qs in %s statement at %L"
67033 msgstr ""
67035 #: fortran/decl.cc:8591
67036 #, gcc-internal-format, gfc-internal-format
67037 msgid "Expected terminating name at %C"
67038 msgstr ""
67040 #: fortran/decl.cc:8605 fortran/decl.cc:8613
67041 #, gcc-internal-format
67042 msgid "Expected label %qs for %s statement at %C"
67043 msgstr ""
67045 #: fortran/decl.cc:8712
67046 #, gcc-internal-format, gfc-internal-format
67047 msgid "Missing array specification at %L in DIMENSION statement"
67048 msgstr ""
67050 #: fortran/decl.cc:8720
67051 #, gcc-internal-format, gfc-internal-format
67052 msgid "Dimensions specified for %s at %L after its initialization"
67053 msgstr ""
67055 #: fortran/decl.cc:8728
67056 #, gcc-internal-format, gfc-internal-format
67057 msgid "Missing array specification at %L in CODIMENSION statement"
67058 msgstr ""
67060 #: fortran/decl.cc:8737
67061 #, gcc-internal-format, gfc-internal-format
67062 msgid "Array specification must be deferred at %L"
67063 msgstr ""
67065 #: fortran/decl.cc:8754
67066 #, gcc-internal-format, gfc-internal-format
67067 msgid "Duplicate DIMENSION attribute at %C"
67068 msgstr ""
67070 #: fortran/decl.cc:8846
67071 #, gcc-internal-format, gfc-internal-format
67072 msgid "Unexpected character in variable list at %C"
67073 msgstr ""
67075 #: fortran/decl.cc:8883
67076 #, gcc-internal-format
67077 msgid "Expected %<(%> at %C"
67078 msgstr "Očekivano je %<(%> pri %C"
67080 #: fortran/decl.cc:8897 fortran/decl.cc:8937
67081 #, gcc-internal-format, gfc-internal-format
67082 msgid "Expected variable name at %C"
67083 msgstr ""
67085 #: fortran/decl.cc:8913
67086 #, gcc-internal-format, gfc-internal-format
67087 msgid "Cray pointer at %C must be an integer"
67088 msgstr ""
67090 #: fortran/decl.cc:8917
67091 #, gcc-internal-format, gfc-internal-format
67092 msgid "Cray pointer at %C has %d bytes of precision; memory addresses require %d bytes"
67093 msgstr ""
67095 #: fortran/decl.cc:8923
67096 #, gcc-internal-format, gfc-internal-format
67097 msgid "Expected \",\" at %C"
67098 msgstr ""
67100 #: fortran/decl.cc:8962
67101 #, gcc-internal-format
67102 msgid "Cannot set Cray pointee array spec."
67103 msgstr ""
67105 #: fortran/decl.cc:8986
67106 #, gcc-internal-format, gfc-internal-format
67107 msgid "Expected \")\" at %C"
67108 msgstr ""
67110 #: fortran/decl.cc:8998
67111 #, gcc-internal-format
67112 msgid "Expected %<,%> or end of statement at %C"
67113 msgstr ""
67115 #: fortran/decl.cc:9024
67116 #, gcc-internal-format, gfc-internal-format
67117 msgid "INTENT is not allowed inside of BLOCK at %C"
67118 msgstr ""
67120 #: fortran/decl.cc:9056
67121 #, gcc-internal-format, gfc-internal-format
67122 msgid "OPTIONAL is not allowed inside of BLOCK at %C"
67123 msgstr ""
67125 #: fortran/decl.cc:9075
67126 #, gcc-internal-format
67127 msgid "Cray pointer declaration at %C requires %<-fcray-pointer%> flag"
67128 msgstr ""
67130 #: fortran/decl.cc:9114
67131 #, gcc-internal-format, gfc-internal-format
67132 msgid "CONTIGUOUS statement at %C"
67133 msgstr ""
67135 #: fortran/decl.cc:9212
67136 #, gcc-internal-format, gfc-internal-format
67137 msgid "Access specification of the %s operator at %C has already been specified"
67138 msgstr ""
67140 #: fortran/decl.cc:9228
67141 #, gcc-internal-format, gfc-internal-format
67142 msgid "Access specification of the .%s. operator at %C has already been specified"
67143 msgstr ""
67145 #: fortran/decl.cc:9276
67146 #, gcc-internal-format, gfc-internal-format
67147 msgid "PROTECTED statement at %C"
67148 msgstr ""
67150 #: fortran/decl.cc:9310
67151 #, gcc-internal-format, gfc-internal-format
67152 msgid "Syntax error in PROTECTED statement at %C"
67153 msgstr ""
67155 #: fortran/decl.cc:9337 fortran/decl.cc:9362
67156 #, gcc-internal-format, gfc-internal-format
67157 msgid "PRIVATE statement at %C is only allowed in the specification part of a module"
67158 msgstr ""
67160 #: fortran/decl.cc:9383 fortran/decl.cc:9403
67161 #, gcc-internal-format, gfc-internal-format
67162 msgid "PUBLIC statement at %C is only allowed in the specification part of a module"
67163 msgstr ""
67165 #: fortran/decl.cc:9425
67166 #, gcc-internal-format, gfc-internal-format
67167 msgid "Expected variable name at %C in PARAMETER statement"
67168 msgstr ""
67170 #: fortran/decl.cc:9432
67171 #, gcc-internal-format, gfc-internal-format
67172 msgid "Expected = sign in PARAMETER statement at %C"
67173 msgstr ""
67175 #: fortran/decl.cc:9438
67176 #, gcc-internal-format, gfc-internal-format
67177 msgid "Expected expression at %C in PARAMETER statement"
67178 msgstr ""
67180 #: fortran/decl.cc:9458
67181 #, gcc-internal-format, gfc-internal-format
67182 msgid "Initializing already initialized variable at %C"
67183 msgstr ""
67185 #. With legacy PARAMETER statements, don't expect a terminating ')'.
67186 #: fortran/decl.cc:9483
67187 #, gcc-internal-format, gfc-internal-format
67188 msgid "PARAMETER without '()' at %C"
67189 msgstr ""
67191 #: fortran/decl.cc:9499
67192 #, gcc-internal-format, gfc-internal-format
67193 msgid "Unexpected characters in PARAMETER statement at %C"
67194 msgstr ""
67196 #: fortran/decl.cc:9518 fortran/decl.cc:9574
67197 #, gcc-internal-format
67198 msgid "%s at %C is a DEC extension, enable with %<-fdec-static%>"
67199 msgstr ""
67201 #: fortran/decl.cc:9553
67202 #, gcc-internal-format, gfc-internal-format
67203 msgid "Expected entity-list in AUTOMATIC statement at %C"
67204 msgstr ""
67206 #: fortran/decl.cc:9560
67207 #, gcc-internal-format, gfc-internal-format
67208 msgid "Syntax error in AUTOMATIC statement at %C"
67209 msgstr ""
67211 #: fortran/decl.cc:9609
67212 #, gcc-internal-format, gfc-internal-format
67213 msgid "Expected entity-list in STATIC statement at %C"
67214 msgstr ""
67216 #: fortran/decl.cc:9616
67217 #, gcc-internal-format, gfc-internal-format
67218 msgid "Syntax error in STATIC statement at %C"
67219 msgstr ""
67221 #: fortran/decl.cc:9635
67222 #, gcc-internal-format, gfc-internal-format
67223 msgid "Blanket SAVE statement at %C follows previous SAVE statement"
67224 msgstr ""
67226 #: fortran/decl.cc:9646
67227 #, gcc-internal-format, gfc-internal-format
67228 msgid "SAVE statement at %C follows blanket SAVE statement"
67229 msgstr ""
67231 #: fortran/decl.cc:9694
67232 #, gcc-internal-format, gfc-internal-format
67233 msgid "Syntax error in SAVE statement at %C"
67234 msgstr ""
67236 #: fortran/decl.cc:9711
67237 #, gcc-internal-format, gfc-internal-format
67238 msgid "VALUE is not allowed inside of BLOCK at %C"
67239 msgstr ""
67241 #: fortran/decl.cc:9715
67242 #, gcc-internal-format, gfc-internal-format
67243 msgid "VALUE statement at %C"
67244 msgstr ""
67246 #: fortran/decl.cc:9753
67247 #, gcc-internal-format, gfc-internal-format
67248 msgid "Syntax error in VALUE statement at %C"
67249 msgstr ""
67251 #: fortran/decl.cc:9765
67252 #, gcc-internal-format, gfc-internal-format
67253 msgid "VOLATILE statement at %C"
67254 msgstr ""
67256 #: fortran/decl.cc:9792
67257 #, gcc-internal-format
67258 msgid "Specifying VOLATILE for coarray variable %qs at %C, which is use-/host-associated"
67259 msgstr ""
67261 #: fortran/decl.cc:9817
67262 #, gcc-internal-format, gfc-internal-format
67263 msgid "Syntax error in VOLATILE statement at %C"
67264 msgstr ""
67266 #: fortran/decl.cc:9829
67267 #, gcc-internal-format, gfc-internal-format
67268 msgid "ASYNCHRONOUS statement at %C"
67269 msgstr ""
67271 #: fortran/decl.cc:9873
67272 #, gcc-internal-format, gfc-internal-format
67273 msgid "Syntax error in ASYNCHRONOUS statement at %C"
67274 msgstr ""
67276 #: fortran/decl.cc:9898
67277 #, gcc-internal-format, gfc-internal-format
67278 msgid "MODULE PROCEDURE declaration at %C"
67279 msgstr ""
67281 #: fortran/decl.cc:10008
67282 #, gcc-internal-format, gfc-internal-format
67283 msgid "MODULE PROCEDURE at %C must be in a generic module interface"
67284 msgstr ""
67286 #: fortran/decl.cc:10066
67287 #, gcc-internal-format, gfc-internal-format
67288 msgid "Intrinsic procedure at %L cannot be a MODULE PROCEDURE"
67289 msgstr ""
67291 #: fortran/decl.cc:10115
67292 #, gcc-internal-format, gfc-internal-format
67293 msgid "Ambiguous symbol in TYPE definition at %C"
67294 msgstr ""
67296 #: fortran/decl.cc:10124
67297 #, gcc-internal-format
67298 msgid "Symbol %qs at %C has not been previously defined"
67299 msgstr ""
67301 #: fortran/decl.cc:10130
67302 #, gcc-internal-format
67303 msgid "%qs in EXTENDS expression at %C is not a derived type"
67304 msgstr ""
67306 #: fortran/decl.cc:10137
67307 #, gcc-internal-format
67308 msgid "%qs cannot be extended at %C because it is BIND(C)"
67309 msgstr ""
67311 #: fortran/decl.cc:10144
67312 #, gcc-internal-format
67313 msgid "%qs cannot be extended at %C because it is a SEQUENCE type"
67314 msgstr ""
67316 #: fortran/decl.cc:10167
67317 #, gcc-internal-format, gfc-internal-format
67318 msgid "Derived type at %C can only be PRIVATE in the specification part of a module"
67319 msgstr ""
67321 #: fortran/decl.cc:10179
67322 #, gcc-internal-format, gfc-internal-format
67323 msgid "Derived type at %C can only be PUBLIC in the specification part of a module"
67324 msgstr ""
67326 #: fortran/decl.cc:10200
67327 #, gcc-internal-format, gfc-internal-format
67328 msgid "ABSTRACT type at %C"
67329 msgstr ""
67331 #: fortran/decl.cc:10246
67332 #, gcc-internal-format, gfc-internal-format
67333 msgid "Failed to create structure type '%s' at %C"
67334 msgstr "Nije uspjelo stvoriti strukturu tipa „%s“ pri %C"
67336 #: fortran/decl.cc:10252
67337 #, gcc-internal-format
67338 msgid "Type definition of %qs at %C was already defined at %L"
67339 msgstr ""
67341 #: fortran/decl.cc:10299
67342 #, gcc-internal-format, gfc-internal-format
67343 msgid "Junk after MAP statement at %C"
67344 msgstr ""
67346 #: fortran/decl.cc:10332
67347 #, gcc-internal-format, gfc-internal-format
67348 msgid "Junk after UNION statement at %C"
67349 msgstr ""
67351 #: fortran/decl.cc:10367
67352 #, gcc-internal-format
67353 msgid "%s at %C is a DEC extension, enable with %<-fdec-structure%>"
67354 msgstr ""
67356 #: fortran/decl.cc:10381
67357 #, gcc-internal-format, gfc-internal-format
67358 msgid "Structure name expected in non-nested structure declaration at %C"
67359 msgstr ""
67361 #: fortran/decl.cc:10399
67362 #, gcc-internal-format, gfc-internal-format
67363 msgid "Junk after non-nested STRUCTURE statement at %C"
67364 msgstr ""
67366 #: fortran/decl.cc:10406
67367 #, gcc-internal-format
67368 msgid "Structure name %qs at %C cannot be the same as an intrinsic type"
67369 msgstr "Ime strukture %qs pri %C ne može biti isto kao intrinsična vrsta"
67371 #: fortran/decl.cc:10569
67372 #, gcc-internal-format, gfc-internal-format
67373 msgid "Expected :: in TYPE definition at %C"
67374 msgstr ""
67376 #: fortran/decl.cc:10582
67377 #, gcc-internal-format, gfc-internal-format
67378 msgid "Mangled derived type definition at %C"
67379 msgstr ""
67381 #: fortran/decl.cc:10611
67382 #, gcc-internal-format
67383 msgid "Type name %qs at %C cannot be the same as an intrinsic type"
67384 msgstr "Ime vrste %qs pri %C ne može biti isto kao intrinsična vrsta"
67386 #: fortran/decl.cc:10622
67387 #, gcc-internal-format
67388 msgid "Derived type name %qs at %C already has a basic type of %s"
67389 msgstr ""
67391 #: fortran/decl.cc:10625
67392 #, gcc-internal-format
67393 msgid "Derived type name %qs at %C already has a basic type"
67394 msgstr ""
67396 #: fortran/decl.cc:10640
67397 #, gcc-internal-format
67398 msgid "Dummy argument %qs at %L cannot be a derived type at %C"
67399 msgstr ""
67401 #: fortran/decl.cc:10649
67402 #, gcc-internal-format
67403 msgid "Derived type definition of %qs at %C has already been defined"
67404 msgstr ""
67406 #: fortran/decl.cc:10712
67407 #, gcc-internal-format, gfc-internal-format
67408 msgid "Garbage after PARAMETERIZED TYPE declaration at %C"
67409 msgstr ""
67411 #: fortran/decl.cc:10795
67412 #, gcc-internal-format, gfc-internal-format
67413 msgid "Cray Pointee at %C cannot be assumed shape array"
67414 msgstr ""
67416 #: fortran/decl.cc:10815
67417 #, gcc-internal-format, gfc-internal-format
67418 msgid "ENUM and ENUMERATOR at %C"
67419 msgstr ""
67421 #: fortran/decl.cc:10847
67422 #, gcc-internal-format, gfc-internal-format
67423 msgid "Enumerator exceeds the C integer type at %C"
67424 msgstr ""
67426 #: fortran/decl.cc:10926
67427 #, gcc-internal-format, gfc-internal-format
67428 msgid "ENUMERATOR %L not initialized with integer expression"
67429 msgstr ""
67431 #: fortran/decl.cc:10974
67432 #, gcc-internal-format, gfc-internal-format
67433 msgid "ENUM definition statement expected before %C"
67434 msgstr ""
67436 #: fortran/decl.cc:11010
67437 #, gcc-internal-format, gfc-internal-format
67438 msgid "Syntax error in ENUMERATOR definition at %C"
67439 msgstr ""
67441 #: fortran/decl.cc:11057 fortran/decl.cc:11072
67442 #, gcc-internal-format, gfc-internal-format
67443 msgid "Duplicate access-specifier at %C"
67444 msgstr ""
67446 #: fortran/decl.cc:11092
67447 #, gcc-internal-format, gfc-internal-format
67448 msgid "Binding attributes already specify passing, illegal NOPASS at %C"
67449 msgstr ""
67451 #: fortran/decl.cc:11112
67452 #, gcc-internal-format, gfc-internal-format
67453 msgid "Binding attributes already specify passing, illegal PASS at %C"
67454 msgstr ""
67456 #: fortran/decl.cc:11139
67457 #, gcc-internal-format, gfc-internal-format
67458 msgid "Duplicate POINTER attribute at %C"
67459 msgstr ""
67461 #: fortran/decl.cc:11157
67462 #, gcc-internal-format, gfc-internal-format
67463 msgid "Duplicate NON_OVERRIDABLE at %C"
67464 msgstr ""
67466 #: fortran/decl.cc:11173
67467 #, gcc-internal-format, gfc-internal-format
67468 msgid "Duplicate DEFERRED at %C"
67469 msgstr ""
67471 #: fortran/decl.cc:11186
67472 #, gcc-internal-format, gfc-internal-format
67473 msgid "Expected access-specifier at %C"
67474 msgstr ""
67476 #: fortran/decl.cc:11188
67477 #, gcc-internal-format, gfc-internal-format
67478 msgid "Expected binding attribute at %C"
67479 msgstr ""
67481 #: fortran/decl.cc:11196
67482 #, gcc-internal-format, gfc-internal-format
67483 msgid "NON_OVERRIDABLE and DEFERRED cannot both appear at %C"
67484 msgstr ""
67486 #: fortran/decl.cc:11209
67487 #, gcc-internal-format, gfc-internal-format
67488 msgid "POINTER attribute is required for procedure pointer component at %C"
67489 msgstr ""
67491 #: fortran/decl.cc:11251
67492 #, gcc-internal-format
67493 msgid "Interface-name expected after %<(%> at %C"
67494 msgstr ""
67496 #: fortran/decl.cc:11257
67497 #, gcc-internal-format
67498 msgid "%<)%> expected at %C"
67499 msgstr ""
67501 #: fortran/decl.cc:11277
67502 #, gcc-internal-format, gfc-internal-format
67503 msgid "Interface must be specified for DEFERRED binding at %C"
67504 msgstr ""
67506 #: fortran/decl.cc:11282
67507 #, gcc-internal-format, gfc-internal-format
67508 msgid "PROCEDURE(interface) at %C should be declared DEFERRED"
67509 msgstr ""
67511 #: fortran/decl.cc:11305
67512 #, gcc-internal-format, gfc-internal-format
67513 msgid "Expected binding name at %C"
67514 msgstr ""
67516 #: fortran/decl.cc:11309
67517 #, gcc-internal-format, gfc-internal-format
67518 msgid "PROCEDURE list at %C"
67519 msgstr ""
67521 #: fortran/decl.cc:11321
67522 #, gcc-internal-format
67523 msgid "%<=> target%> is invalid for DEFERRED binding at %C"
67524 msgstr ""
67526 #: fortran/decl.cc:11327
67527 #, gcc-internal-format
67528 msgid "%<::%> needed in PROCEDURE binding with explicit target at %C"
67529 msgstr ""
67531 #: fortran/decl.cc:11337
67532 #, gcc-internal-format
67533 msgid "Expected binding target after %<=>%> at %C"
67534 msgstr ""
67536 #: fortran/decl.cc:11354
67537 #, gcc-internal-format
67538 msgid "Type %qs containing DEFERRED binding at %C is not ABSTRACT"
67539 msgstr ""
67541 #: fortran/decl.cc:11365
67542 #, gcc-internal-format
67543 msgid "There is already a procedure with binding name %qs for the derived type %qs at %C"
67544 msgstr ""
67546 #: fortran/decl.cc:11416
67547 #, gcc-internal-format, gfc-internal-format
67548 msgid "GENERIC at %C must be inside a derived-type CONTAINS"
67549 msgstr ""
67551 #: fortran/decl.cc:11436
67552 #, gcc-internal-format
67553 msgid "Expected %<::%> at %C"
67554 msgstr "Očekivano je %<::%> pri %C"
67556 #: fortran/decl.cc:11448
67557 #, gcc-internal-format, gfc-internal-format
67558 msgid "Expected generic name or operator descriptor at %C"
67559 msgstr ""
67561 #: fortran/decl.cc:11469
67562 #, gcc-internal-format, gfc-internal-format
67563 msgid "Malformed GENERIC statement at %C"
67564 msgstr ""
67566 #: fortran/decl.cc:11480
67567 #, gcc-internal-format
67568 msgid "Expected %<=>%> at %C"
67569 msgstr "Očekivano je %<=>%> pri %C"
67571 #: fortran/decl.cc:11516
67572 #, gcc-internal-format
67573 msgid "There's already a non-generic procedure with binding name %qs for the derived type %qs at %C"
67574 msgstr ""
67576 #: fortran/decl.cc:11524
67577 #, gcc-internal-format
67578 msgid "Binding at %C must have the same access as already defined binding %qs"
67579 msgstr "Vezanje pri %C mora imati isti pristup kao već definirano vezanje %qs"
67581 #: fortran/decl.cc:11572
67582 #, gcc-internal-format, gfc-internal-format
67583 msgid "Expected specific binding name at %C"
67584 msgstr ""
67586 #: fortran/decl.cc:11582
67587 #, gcc-internal-format
67588 msgid "%qs already defined as specific binding for the generic %qs at %C"
67589 msgstr ""
67591 #: fortran/decl.cc:11600
67592 #, gcc-internal-format, gfc-internal-format
67593 msgid "Junk after GENERIC binding at %C"
67594 msgstr ""
67596 #: fortran/decl.cc:11635
67597 #, gcc-internal-format, gfc-internal-format
67598 msgid "FINAL declaration at %C must be inside a derived type CONTAINS section"
67599 msgstr ""
67601 #: fortran/decl.cc:11646
67602 #, gcc-internal-format, gfc-internal-format
67603 msgid "Derived type declaration with FINAL at %C must be in the specification part of a MODULE"
67604 msgstr ""
67606 #: fortran/decl.cc:11668
67607 #, gcc-internal-format, gfc-internal-format
67608 msgid "Empty FINAL at %C"
67609 msgstr ""
67611 #: fortran/decl.cc:11675
67612 #, gcc-internal-format, gfc-internal-format
67613 msgid "Expected module procedure name at %C"
67614 msgstr ""
67616 #: fortran/decl.cc:11685
67617 #, gcc-internal-format
67618 msgid "Expected %<,%> at %C"
67619 msgstr "Očekivano je %<,%> pri %C"
67621 #: fortran/decl.cc:11691
67622 #, gcc-internal-format
67623 msgid "Unknown procedure name %qs at %C"
67624 msgstr ""
67626 #: fortran/decl.cc:11704
67627 #, gcc-internal-format
67628 msgid "%qs at %C is already defined as FINAL procedure"
67629 msgstr ""
67631 #: fortran/decl.cc:11775
67632 #, gcc-internal-format, gfc-internal-format
67633 msgid "Unknown attribute in !GCC$ ATTRIBUTES statement at %C"
67634 msgstr ""
67636 #: fortran/decl.cc:11821
67637 #, gcc-internal-format, gfc-internal-format
67638 msgid "Syntax error in !GCC$ ATTRIBUTES statement at %C"
67639 msgstr ""
67641 #: fortran/decl.cc:11842
67642 #, gcc-internal-format
67643 msgid "%<GCC unroll%> directive requires a non-negative integral constant less than or equal to %u at %C"
67644 msgstr ""
67646 #: fortran/decl.cc:11856
67647 #, gcc-internal-format, gfc-internal-format
67648 msgid "Syntax error in !GCC$ UNROLL directive at %C"
67649 msgstr ""
67651 #: fortran/decl.cc:11920
67652 #, gcc-internal-format, gfc-internal-format
67653 msgid "Syntax error in !GCC$ IVDEP directive at %C"
67654 msgstr ""
67656 #: fortran/decl.cc:11937
67657 #, gcc-internal-format, gfc-internal-format
67658 msgid "Syntax error in !GCC$ VECTOR directive at %C"
67659 msgstr ""
67661 #: fortran/decl.cc:11954
67662 #, gcc-internal-format, gfc-internal-format
67663 msgid "Syntax error in !GCC$ NOVECTOR directive at %C"
67664 msgstr ""
67666 #: fortran/dependency.cc:106
67667 #, gcc-internal-format
67668 msgid "identical_array_ref(): inconsistent dimensions"
67669 msgstr ""
67671 #: fortran/dependency.cc:199
67672 #, gcc-internal-format
67673 msgid "are_identical_variables: Bad type"
67674 msgstr ""
67676 #: fortran/dependency.cc:989
67677 #, gcc-internal-format, gfc-internal-format
67678 msgid "INTENT(%s) actual argument at %L might interfere with actual argument at %L."
67679 msgstr ""
67681 #: fortran/dependency.cc:1293
67682 #, gcc-internal-format
67683 msgid "gfc_check_dependency: expecting an EXPR_VARIABLE"
67684 msgstr ""
67686 #: fortran/dump-parse-tree.cc:282
67687 #, gcc-internal-format
67688 msgid "show_array_spec(): Unhandled array shape type."
67689 msgstr ""
67691 #: fortran/dump-parse-tree.cc:361
67692 #, gcc-internal-format
67693 msgid "show_array_ref(): Unknown array reference"
67694 msgstr ""
67696 #: fortran/dump-parse-tree.cc:435
67697 #, gcc-internal-format
67698 msgid "show_ref(): Bad component code"
67699 msgstr ""
67701 #: fortran/dump-parse-tree.cc:708
67702 #, gcc-internal-format
67703 msgid "show_expr(): Bad intrinsic in expression"
67704 msgstr ""
67706 #: fortran/dump-parse-tree.cc:751
67707 #, gcc-internal-format
67708 msgid "show_expr(): Don't know how to show expr"
67709 msgstr ""
67711 #: fortran/dump-parse-tree.cc:3485
67712 #, gcc-internal-format
67713 msgid "show_code_node(): Bad statement code"
67714 msgstr ""
67716 #: fortran/dump-parse-tree.cc:3816 fortran/dump-parse-tree.cc:3921
67717 #, gcc-internal-format
67718 msgid "Cannot convert %qs to interoperable type at %L"
67719 msgstr ""
67721 #: fortran/error.cc:381
67722 #, gcc-internal-format, gfc-internal-format
67723 msgid "    Included at %s:%d:"
67724 msgstr ""
67726 #: fortran/error.cc:467
67727 #, gcc-internal-format
67728 msgid "<During initialization>\n"
67729 msgstr ""
67731 #: fortran/expr.cc:149
67732 #, gcc-internal-format
67733 msgid "gfc_get_constant_expr(): locus %<where%> cannot be NULL"
67734 msgstr ""
67736 #: fortran/expr.cc:357
67737 #, gcc-internal-format
67738 msgid "gfc_copy_expr(): Bad expr node"
67739 msgstr ""
67741 #: fortran/expr.cc:510
67742 #, gcc-internal-format
67743 msgid "free_expr0(): Bad expr type"
67744 msgstr ""
67746 #: fortran/expr.cc:658 fortran/expr.cc:660 fortran/expr.cc:711
67747 #: fortran/expr.cc:713
67748 #, gcc-internal-format, gfc-internal-format
67749 msgid "Constant expression required at %C"
67750 msgstr ""
67752 #: fortran/expr.cc:667 fortran/expr.cc:669 fortran/expr.cc:720
67753 #: fortran/expr.cc:722
67754 #, gcc-internal-format, gfc-internal-format
67755 msgid "Integer expression required at %C"
67756 msgstr ""
67758 #: fortran/expr.cc:677 fortran/expr.cc:679 fortran/expr.cc:733
67759 #: fortran/expr.cc:735
67760 #, gcc-internal-format, gfc-internal-format
67761 msgid "Integer value too large in expression at %C"
67762 msgstr ""
67764 #: fortran/expr.cc:1098
67765 #, gcc-internal-format
67766 msgid "gfc_is_constant_expr(): Unknown expression type"
67767 msgstr ""
67769 #: fortran/expr.cc:1293
67770 #, gcc-internal-format
67771 msgid "simplify_intrinsic_op(): Bad operator"
67772 msgstr ""
67774 #: fortran/expr.cc:1398
67775 #, gcc-internal-format, gfc-internal-format
67776 msgid "Index in dimension %d is out of bounds at %L"
67777 msgstr ""
67779 #: fortran/expr.cc:1596 fortran/expr.cc:1647
67780 #, gcc-internal-format, gfc-internal-format
67781 msgid "index in dimension %d is out of bounds at %L"
67782 msgstr ""
67784 #: fortran/expr.cc:1723
67785 #, gcc-internal-format
67786 msgid "The number of elements in the array constructor at %L requires an increase of the allowed %d upper limit.  See %<-fmax-array-constructor%> option"
67787 msgstr ""
67789 #: fortran/expr.cc:1733
67790 #, gcc-internal-format, gfc-internal-format
67791 msgid "Error in array constructor referenced at %L"
67792 msgstr ""
67794 #: fortran/expr.cc:1837 fortran/primary.cc:2292 fortran/primary.cc:2436
67795 #, gcc-internal-format, gfc-internal-format
67796 msgid "LEN part_ref at %C"
67797 msgstr ""
67799 #: fortran/expr.cc:1855 fortran/primary.cc:2287 fortran/primary.cc:2451
67800 #, gcc-internal-format, gfc-internal-format
67801 msgid "KIND part_ref at %C"
67802 msgstr ""
67804 #: fortran/expr.cc:1866
67805 #, gcc-internal-format, gfc-internal-format
67806 msgid "RE part_ref at %C"
67807 msgstr ""
67809 #: fortran/expr.cc:1878
67810 #, gcc-internal-format, gfc-internal-format
67811 msgid "IM part_ref at %C"
67812 msgstr ""
67814 #: fortran/expr.cc:2526
67815 #, gcc-internal-format, gfc-internal-format
67816 msgid "elemental function arguments at %C are not compliant"
67817 msgstr ""
67819 #: fortran/expr.cc:2570
67820 #, gcc-internal-format, gfc-internal-format
67821 msgid "Numeric or CHARACTER operands are required in expression at %L"
67822 msgstr ""
67824 #: fortran/expr.cc:2595
67825 #, gcc-internal-format, gfc-internal-format
67826 msgid "Concatenation operator in expression at %L must have two CHARACTER operands"
67827 msgstr ""
67829 #: fortran/expr.cc:2602
67830 #, gcc-internal-format, gfc-internal-format
67831 msgid "Concat operator at %L must concatenate strings of the same kind"
67832 msgstr ""
67834 #: fortran/expr.cc:2612
67835 #, gcc-internal-format, gfc-internal-format
67836 msgid ".NOT. operator in expression at %L must have a LOGICAL operand"
67837 msgstr ""
67839 #: fortran/expr.cc:2628
67840 #, gcc-internal-format, gfc-internal-format
67841 msgid "LOGICAL operands are required in expression at %L"
67842 msgstr ""
67844 #: fortran/expr.cc:2639
67845 #, gcc-internal-format, gfc-internal-format
67846 msgid "Only intrinsic operators can be used in expression at %L"
67847 msgstr ""
67849 #: fortran/expr.cc:2647
67850 #, gcc-internal-format, gfc-internal-format
67851 msgid "Numeric operands are required in expression at %L"
67852 msgstr ""
67854 #: fortran/expr.cc:2670
67855 #, gcc-internal-format
67856 msgid "Invalid initialization expression for ALLOCATABLE component %qs in structure constructor at %L"
67857 msgstr ""
67859 #: fortran/expr.cc:2807
67860 #, gcc-internal-format
67861 msgid "Assumed or deferred character length variable %qs in constant expression at %L"
67862 msgstr ""
67864 #: fortran/expr.cc:2882
67865 #, gcc-internal-format
67866 msgid "transformational intrinsic %qs at %L is not permitted in an initialization expression"
67867 msgstr ""
67869 #: fortran/expr.cc:2913
67870 #, gcc-internal-format, gfc-internal-format
67871 msgid "Evaluation of nonstandard initialization expression at %L"
67872 msgstr ""
67874 #: fortran/expr.cc:2990 fortran/resolve.cc:2814
67875 #, gcc-internal-format
67876 msgid "Function %qs in initialization expression at %L must be an intrinsic function"
67877 msgstr ""
67879 #: fortran/expr.cc:3002
67880 #, gcc-internal-format
67881 msgid "Intrinsic function %qs at %L is not permitted in an initialization expression"
67882 msgstr ""
67884 #: fortran/expr.cc:3041
67885 #, gcc-internal-format
67886 msgid "PARAMETER %qs is used at %L before its definition is complete"
67887 msgstr ""
67889 #: fortran/expr.cc:3061
67890 #, gcc-internal-format
67891 msgid "Assumed size array %qs at %L is not permitted in an initialization expression"
67892 msgstr ""
67894 #: fortran/expr.cc:3067
67895 #, gcc-internal-format
67896 msgid "Assumed shape array %qs at %L is not permitted in an initialization expression"
67897 msgstr ""
67899 #: fortran/expr.cc:3076
67900 #, gcc-internal-format
67901 msgid "Assumed-shape array %qs at %L is not permitted in an initialization expression"
67902 msgstr ""
67904 #: fortran/expr.cc:3080
67905 #, gcc-internal-format
67906 msgid "Deferred array %qs at %L is not permitted in an initialization expression"
67907 msgstr ""
67909 #: fortran/expr.cc:3086
67910 #, gcc-internal-format
67911 msgid "Array %qs at %L is a variable, which does not reduce to a constant expression"
67912 msgstr ""
67914 #: fortran/expr.cc:3092
67915 #, gcc-internal-format
67916 msgid "Assumed-rank array %qs at %L is not permitted in an initialization expression"
67917 msgstr ""
67919 #: fortran/expr.cc:3102
67920 #, gcc-internal-format
67921 msgid "Parameter %qs at %L has not been declared or is a variable, which does not reduce to a constant expression"
67922 msgstr ""
67924 #: fortran/expr.cc:3156
67925 #, gcc-internal-format
67926 msgid "check_init_expr(): Unknown expression type"
67927 msgstr ""
67929 #: fortran/expr.cc:3291
67930 #, gcc-internal-format
67931 msgid "Specification function %qs at %L cannot be a statement function"
67932 msgstr ""
67934 #: fortran/expr.cc:3298
67935 #, gcc-internal-format
67936 msgid "Specification function %qs at %L cannot be an internal function"
67937 msgstr ""
67939 #: fortran/expr.cc:3305
67940 #, gcc-internal-format
67941 msgid "Specification function %qs at %L must be PURE"
67942 msgstr ""
67944 #: fortran/expr.cc:3313
67945 #, gcc-internal-format
67946 msgid "Specification function %qs at %L cannot be RECURSIVE"
67947 msgstr ""
67949 #: fortran/expr.cc:3460
67950 #, gcc-internal-format
67951 msgid "Dummy argument %qs not allowed in expression at %L"
67952 msgstr ""
67954 #: fortran/expr.cc:3468
67955 #, gcc-internal-format
67956 msgid "Dummy argument %qs at %L cannot be OPTIONAL"
67957 msgstr ""
67959 #: fortran/expr.cc:3475
67960 #, gcc-internal-format
67961 msgid "Dummy argument %qs at %L cannot be INTENT(OUT)"
67962 msgstr ""
67964 #: fortran/expr.cc:3504
67965 #, gcc-internal-format
67966 msgid "Variable %qs cannot appear in the expression at %L"
67967 msgstr ""
67969 #: fortran/expr.cc:3535
67970 #, gcc-internal-format
67971 msgid "check_restricted(): Unknown expression type"
67972 msgstr ""
67974 #: fortran/expr.cc:3555
67975 #, gcc-internal-format, gfc-internal-format
67976 msgid "Expression at %L must be of INTEGER type, found %s"
67977 msgstr ""
67979 #: fortran/expr.cc:3567
67980 #, gcc-internal-format
67981 msgid "Function %qs at %L must be PURE"
67982 msgstr ""
67984 #: fortran/expr.cc:3576
67985 #, gcc-internal-format, gfc-internal-format
67986 msgid "Expression at %L must be scalar"
67987 msgstr ""
67989 #. Reject truncation.
67990 #: fortran/expr.cc:3608
67991 #, gcc-internal-format, gfc-internal-format
67992 msgid "optype_msgid overflow: %d"
67993 msgstr ""
67995 #: fortran/expr.cc:3612
67996 #, gcc-internal-format, gfc-internal-format
67997 msgid "Incompatible ranks in %s (%d and %d) at %L"
67998 msgstr ""
68000 #: fortran/expr.cc:3626
68001 #, gcc-internal-format, gfc-internal-format
68002 msgid "Different shape for %s at %L on dimension %d (%d and %d)"
68003 msgstr ""
68005 #: fortran/expr.cc:3674
68006 #, gcc-internal-format, gfc-internal-format
68007 msgid "Assignment to a LEN or KIND part_ref at %L is not allowed"
68008 msgstr ""
68010 #: fortran/expr.cc:3730
68011 #, gcc-internal-format
68012 msgid "%qs at %L is not a VALUE"
68013 msgstr ""
68015 #: fortran/expr.cc:3741
68016 #, gcc-internal-format, gfc-internal-format
68017 msgid "Illegal assignment to external procedure at %L"
68018 msgstr ""
68020 #: fortran/expr.cc:3749
68021 #, gcc-internal-format, gfc-internal-format
68022 msgid "Incompatible ranks %d and %d in assignment at %L"
68023 msgstr ""
68025 #: fortran/expr.cc:3756
68026 #, gcc-internal-format, gfc-internal-format
68027 msgid "Variable type is UNKNOWN in assignment at %L"
68028 msgstr ""
68030 #: fortran/expr.cc:3768
68031 #, gcc-internal-format, gfc-internal-format
68032 msgid "NULL appears on right-hand side in assignment at %L"
68033 msgstr ""
68035 #: fortran/expr.cc:3778
68036 #, gcc-internal-format, gfc-internal-format
68037 msgid "POINTER-valued function appears on right-hand side of assignment at %L"
68038 msgstr ""
68040 #: fortran/expr.cc:3821
68041 #, gcc-internal-format
68042 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable"
68043 msgstr ""
68045 #: fortran/expr.cc:3828
68046 #, gcc-internal-format, gfc-internal-format
68047 msgid "The assignment to a KIND or LEN component of a parameterized type at %L is not allowed"
68048 msgstr ""
68050 #: fortran/expr.cc:3858
68051 #, gcc-internal-format, gfc-internal-format
68052 msgid "Incompatible types in DATA statement at %L; attempted conversion of %s to %s"
68053 msgstr ""
68055 #: fortran/expr.cc:3902
68056 #, gcc-internal-format, gfc-internal-format
68057 msgid "Pointer assignment target is not a POINTER at %L"
68058 msgstr ""
68060 #: fortran/expr.cc:3910
68061 #, gcc-internal-format
68062 msgid "%qs in the pointer assignment at %L cannot be an l-value since it is a procedure"
68063 msgstr ""
68065 #: fortran/expr.cc:3934
68066 #, gcc-internal-format
68067 msgid "Expected bounds specification for %qs at %L"
68068 msgstr ""
68070 #: fortran/expr.cc:3939
68071 #, gcc-internal-format
68072 msgid "Bounds specification for %qs in pointer assignment at %L"
68073 msgstr ""
68075 #: fortran/expr.cc:3968
68076 #, gcc-internal-format, gfc-internal-format
68077 msgid "Stride must not be present at %L"
68078 msgstr ""
68080 #: fortran/expr.cc:3974 fortran/expr.cc:3994
68081 #, gcc-internal-format
68082 msgid "Rank remapping requires a list of %<lower-bound : upper-bound%> specifications at %L"
68083 msgstr ""
68085 #: fortran/expr.cc:3982 fortran/expr.cc:4001
68086 #, gcc-internal-format
68087 msgid "Expected list of %<lower-bound :%> or list of %<lower-bound : upper-bound%> specifications at %L"
68088 msgstr ""
68090 #: fortran/expr.cc:4028
68091 #, gcc-internal-format, gfc-internal-format
68092 msgid "Pointer object at %L shall not have a coindex"
68093 msgstr ""
68095 #: fortran/expr.cc:4049
68096 #, gcc-internal-format, gfc-internal-format
68097 msgid "Invalid procedure pointer assignment at %L"
68098 msgstr ""
68100 #: fortran/expr.cc:4074
68101 #, gcc-internal-format
68102 msgid "Function result %qs is invalid as proc-target in procedure pointer assignment at %L"
68103 msgstr ""
68105 #: fortran/expr.cc:4083
68106 #, gcc-internal-format
68107 msgid "Abstract interface %qs is invalid in procedure pointer assignment at %L"
68108 msgstr ""
68110 #: fortran/expr.cc:4093
68111 #, gcc-internal-format
68112 msgid "Statement function %qs is invalid in procedure pointer assignment at %L"
68113 msgstr ""
68115 #: fortran/expr.cc:4099
68116 #, gcc-internal-format
68117 msgid "Internal procedure %qs is invalid in procedure pointer assignment at %L"
68118 msgstr ""
68120 #: fortran/expr.cc:4106
68121 #, gcc-internal-format
68122 msgid "Intrinsic %qs at %L is invalid in procedure pointer assignment"
68123 msgstr ""
68125 #: fortran/expr.cc:4114
68126 #, gcc-internal-format
68127 msgid "Nonintrinsic elemental procedure %qs is invalid in procedure pointer assignment at %L"
68128 msgstr ""
68130 #: fortran/expr.cc:4137
68131 #, gcc-internal-format, gfc-internal-format
68132 msgid "Mismatch in the procedure pointer assignment at %L: mismatch in the calling convention"
68133 msgstr ""
68135 #: fortran/expr.cc:4190
68136 #, gcc-internal-format
68137 msgid "Interface mismatch in procedure pointer assignment at %L: %qs is not a subroutine"
68138 msgstr ""
68140 #: fortran/expr.cc:4200 fortran/expr.cc:4215
68141 #, gcc-internal-format
68142 msgid "Explicit interface required for component %qs at %L: %s"
68143 msgstr ""
68145 #: fortran/expr.cc:4206 fortran/expr.cc:4221 fortran/resolve.cc:2694
68146 #, gcc-internal-format
68147 msgid "Explicit interface required for %qs at %L: %s"
68148 msgstr ""
68150 #: fortran/expr.cc:4233
68151 #, gcc-internal-format, gfc-internal-format
68152 msgid "Interface mismatch in procedure pointer assignment at %L: %s"
68153 msgstr ""
68155 #: fortran/expr.cc:4242
68156 #, gcc-internal-format
68157 msgid "Procedure pointer target %qs at %L must be either an intrinsic, host or use associated, referenced or have the EXTERNAL attribute"
68158 msgstr ""
68160 #: fortran/expr.cc:4255
68161 #, gcc-internal-format, gfc-internal-format
68162 msgid "Pointer assignment target cannot be a constant at %L"
68163 msgstr ""
68165 #: fortran/expr.cc:4269
68166 #, gcc-internal-format, gfc-internal-format
68167 msgid "Data-pointer-object at %L must be unlimited polymorphic, or of a type with the BIND or SEQUENCE attribute, to be compatible with an unlimited polymorphic target"
68168 msgstr ""
68170 #: fortran/expr.cc:4274
68171 #, gcc-internal-format, gfc-internal-format
68172 msgid "Different types in pointer assignment at %L; attempted assignment of %s to %s"
68173 msgstr ""
68175 #: fortran/expr.cc:4282
68176 #, gcc-internal-format, gfc-internal-format
68177 msgid "Different kind type parameters in pointer assignment at %L"
68178 msgstr ""
68180 #: fortran/expr.cc:4289
68181 #, gcc-internal-format, gfc-internal-format
68182 msgid "Different ranks in pointer assignment at %L"
68183 msgstr ""
68185 #: fortran/expr.cc:4308
68186 #, gcc-internal-format, gfc-internal-format
68187 msgid "Rank remapping target is smaller than size of the pointer (%ld < %ld) at %L"
68188 msgstr ""
68190 #: fortran/expr.cc:4321
68191 #, gcc-internal-format, gfc-internal-format
68192 msgid "Rank remapping target must be rank 1 or simply contiguous at %L"
68193 msgstr ""
68195 #: fortran/expr.cc:4325
68196 #, gcc-internal-format, gfc-internal-format
68197 msgid "Rank remapping target is not rank 1 at %L"
68198 msgstr ""
68200 #. The test above might need to be extend when F08, Note 5.4 has to be
68201 #. interpreted in the way that target and pointer with the same coindex
68202 #. are allowed.
68203 #: fortran/expr.cc:4350 fortran/expr.cc:4476
68204 #, gcc-internal-format, gfc-internal-format
68205 msgid "Data target at %L shall not have a coindex"
68206 msgstr ""
68208 #: fortran/expr.cc:4353
68209 #, gcc-internal-format, gfc-internal-format
68210 msgid "Target expression in pointer assignment at %L must deliver a pointer result"
68211 msgstr ""
68213 #: fortran/expr.cc:4367
68214 #, gcc-internal-format, gfc-internal-format
68215 msgid "Zero-sized array detected at %L where an entity with the TARGET attribute is expected"
68216 msgstr ""
68218 #: fortran/expr.cc:4373 fortran/expr.cc:4388
68219 #, gcc-internal-format, gfc-internal-format
68220 msgid "Pointer assignment target in initialization expression does not have the TARGET attribute at %L"
68221 msgstr ""
68223 #: fortran/expr.cc:4404
68224 #, gcc-internal-format, gfc-internal-format
68225 msgid "Every subscript of target specification at %L must be a constant expression"
68226 msgstr ""
68228 #: fortran/expr.cc:4415
68229 #, gcc-internal-format, gfc-internal-format
68230 msgid "Substring starting and ending points of target specification at %L must be constant expressions"
68231 msgstr ""
68233 #: fortran/expr.cc:4431
68234 #, gcc-internal-format, gfc-internal-format
68235 msgid "Pointer assignment target is neither TARGET nor POINTER at %L"
68236 msgstr ""
68238 #: fortran/expr.cc:4446
68239 #, gcc-internal-format, gfc-internal-format
68240 msgid "Bad target in pointer assignment in PURE procedure at %L"
68241 msgstr ""
68243 #: fortran/expr.cc:4455
68244 #, gcc-internal-format, gfc-internal-format
68245 msgid "Pointer assignment with vector subscript on rhs at %L"
68246 msgstr ""
68248 #: fortran/expr.cc:4463
68249 #, gcc-internal-format, gfc-internal-format
68250 msgid "Pointer assignment target has PROTECTED attribute at %L"
68251 msgstr ""
68253 #: fortran/expr.cc:4491 fortran/expr.cc:4496
68254 #, gcc-internal-format, gfc-internal-format
68255 msgid "Assignment to contiguous pointer from non-contiguous target at %L"
68256 msgstr ""
68258 #: fortran/expr.cc:4536
68259 #, gcc-internal-format, gfc-internal-format
68260 msgid "Pointer at %L in pointer assignment might outlive the pointer target"
68261 msgstr ""
68263 #: fortran/expr.cc:4612 fortran/resolve.cc:1535
68264 #, gcc-internal-format, gfc-internal-format
68265 msgid "Pointer initialization target at %L must not be ALLOCATABLE"
68266 msgstr ""
68268 #: fortran/expr.cc:4618
68269 #, gcc-internal-format, gfc-internal-format
68270 msgid "Pointer initialization target at %L must have the TARGET attribute"
68271 msgstr ""
68273 #: fortran/expr.cc:4633 fortran/resolve.cc:1541
68274 #, gcc-internal-format, gfc-internal-format
68275 msgid "Pointer initialization target at %L must have the SAVE attribute"
68276 msgstr ""
68278 #: fortran/expr.cc:4645
68279 #, gcc-internal-format, gfc-internal-format
68280 msgid "Procedure pointer initialization target at %L may not be a procedure pointer"
68281 msgstr ""
68283 #: fortran/expr.cc:4651
68284 #, gcc-internal-format
68285 msgid "Internal procedure %qs is invalid in procedure pointer initialization at %L"
68286 msgstr ""
68288 #: fortran/expr.cc:4658
68289 #, gcc-internal-format
68290 msgid "Dummy procedure %qs is invalid in procedure pointer initialization at %L"
68291 msgstr ""
68293 #: fortran/expr.cc:5126
68294 #, gcc-internal-format
68295 msgid "generate_isocbinding_initializer(): bad iso_c_binding type, expected %<c_ptr%> or %<c_funptr%>"
68296 msgstr ""
68298 #: fortran/expr.cc:6226
68299 #, gcc-internal-format, gfc-internal-format
68300 msgid "Fortran 2008: Pointer functions in variable definition context (%s) at %L"
68301 msgstr ""
68303 #: fortran/expr.cc:6234
68304 #, gcc-internal-format, gfc-internal-format
68305 msgid "Non-variable expression in variable definition context (%s) at %L"
68306 msgstr ""
68308 #: fortran/expr.cc:6242
68309 #, gcc-internal-format
68310 msgid "Named constant %qs in variable definition context (%s) at %L"
68311 msgstr ""
68313 #: fortran/expr.cc:6253
68314 #, gcc-internal-format
68315 msgid "%qs in variable definition context (%s) at %L is not a variable"
68316 msgstr ""
68318 #: fortran/expr.cc:6264
68319 #, gcc-internal-format, gfc-internal-format
68320 msgid "Non-POINTER in pointer association context (%s) at %L"
68321 msgstr ""
68323 #: fortran/expr.cc:6273
68324 #, gcc-internal-format, gfc-internal-format
68325 msgid "Type inaccessible in variable definition context (%s) at %L"
68326 msgstr ""
68328 #: fortran/expr.cc:6286
68329 #, gcc-internal-format, gfc-internal-format
68330 msgid "LOCK_TYPE in variable definition context (%s) at %L"
68331 msgstr ""
68333 #: fortran/expr.cc:6299
68334 #, gcc-internal-format, gfc-internal-format
68335 msgid "LOCK_EVENT in variable definition context (%s) at %L"
68336 msgstr ""
68338 #: fortran/expr.cc:6330
68339 #, gcc-internal-format
68340 msgid "%qs parameter inquiry for %qs in variable definition context (%s) at %L"
68341 msgstr ""
68343 #: fortran/expr.cc:6347
68344 #, gcc-internal-format
68345 msgid "Dummy argument %qs with INTENT(IN) in pointer association context (%s) at %L"
68346 msgstr ""
68348 #: fortran/expr.cc:6357
68349 #, gcc-internal-format
68350 msgid "Dummy argument %qs with INTENT(IN) in variable definition context (%s) at %L"
68351 msgstr ""
68353 #: fortran/expr.cc:6370
68354 #, gcc-internal-format
68355 msgid "Variable %qs is PROTECTED and cannot appear in a pointer association context (%s) at %L"
68356 msgstr ""
68358 #: fortran/expr.cc:6378
68359 #, gcc-internal-format
68360 msgid "Variable %qs is PROTECTED and cannot appear in a variable definition context (%s) at %L"
68361 msgstr ""
68363 #: fortran/expr.cc:6393
68364 #, gcc-internal-format
68365 msgid "Variable %qs cannot appear in a variable definition context (%s) at %L in PURE procedure"
68366 msgstr ""
68368 #: fortran/expr.cc:6452
68369 #, gcc-internal-format
68370 msgid "%qs at %L associated to vector-indexed target cannot be used in a variable definition context (%s)"
68371 msgstr ""
68373 #: fortran/expr.cc:6457
68374 #, gcc-internal-format
68375 msgid "%qs at %L associated to expression cannot be used in a variable definition context (%s)"
68376 msgstr ""
68378 #: fortran/expr.cc:6469
68379 #, gcc-internal-format
68380 msgid "Associate-name %qs cannot appear in a variable definition context (%s) at %L because its target at %L cannot, either"
68381 msgstr ""
68383 #: fortran/expr.cc:6511
68384 #, gcc-internal-format, gfc-internal-format
68385 msgid "Elements with the same value at %L and %L in vector subscript in a variable definition context (%s)"
68386 msgstr ""
68388 #: fortran/frontend-passes.cc:195
68389 #, gcc-internal-format
68390 msgid "Inconsistent internal state: No location in statement"
68391 msgstr ""
68393 #: fortran/frontend-passes.cc:211
68394 #, gcc-internal-format, gfc-internal-format
68395 msgid "Inconsistent internal state: No location in expression near %L"
68396 msgstr ""
68398 #: fortran/frontend-passes.cc:419
68399 #, gcc-internal-format
68400 msgid "Illegal id in copy_walk_reduction_arg"
68401 msgstr ""
68403 #: fortran/frontend-passes.cc:870 fortran/trans-array.cc:1496
68404 #: fortran/trans-array.cc:6890 fortran/trans-array.cc:8513
68405 #: fortran/trans-intrinsic.cc:8453
68406 #, gcc-internal-format, gfc-internal-format
68407 msgid "Creating array temporary at %L"
68408 msgstr ""
68410 #: fortran/frontend-passes.cc:897
68411 #, gcc-internal-format
68412 msgid "Removing call to impure function %qs at %L"
68413 msgstr ""
68415 #: fortran/frontend-passes.cc:901
68416 #, gcc-internal-format, gfc-internal-format
68417 msgid "Removing call to impure function at %L"
68418 msgstr ""
68420 #: fortran/frontend-passes.cc:1356 fortran/frontend-passes.cc:1395
68421 #, gcc-internal-format
68422 msgid "bad expression"
68423 msgstr "loši izraz"
68425 #: fortran/frontend-passes.cc:1391
68426 #, gcc-internal-format
68427 msgid "bad op"
68428 msgstr ""
68430 #: fortran/frontend-passes.cc:2175
68431 #, gcc-internal-format
68432 msgid "illegal OP in optimize_comparison"
68433 msgstr ""
68435 #: fortran/frontend-passes.cc:2352
68436 #, gcc-internal-format
68437 msgid "Index variable %qs set to undefined as INTENT(OUT) argument at %L in procedure %qs called from within DO loop at %L"
68438 msgstr ""
68440 #: fortran/frontend-passes.cc:2361
68441 #, gcc-internal-format
68442 msgid "Index variable %qs not definable as INTENT(INOUT) argument at %L in procedure %qs called from within DO loop at %L"
68443 msgstr ""
68445 #: fortran/frontend-passes.cc:2499
68446 #, gcc-internal-format
68447 msgid "Index variable %qs set to undefined as INTENT(OUT) argument at %L in subroutine %qs called from within DO loop at %L"
68448 msgstr ""
68450 #: fortran/frontend-passes.cc:2508
68451 #, gcc-internal-format
68452 msgid "Index variable %qs not definable as INTENT(INOUT) argument at %L in subroutine %qs called from within DO loop at %L"
68453 msgstr ""
68455 #: fortran/frontend-passes.cc:2661
68456 #, gcc-internal-format
68457 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to subroutine %qs"
68458 msgstr ""
68460 #: fortran/frontend-passes.cc:2668
68461 #, gcc-internal-format
68462 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to subroutine %qs"
68463 msgstr ""
68465 #: fortran/frontend-passes.cc:2928 fortran/frontend-passes.cc:2954
68466 #, gcc-internal-format, gfc-internal-format
68467 msgid "Array reference at %L out of bounds (%ld < %ld) in loop beginning at %L"
68468 msgstr ""
68470 #: fortran/frontend-passes.cc:2938 fortran/frontend-passes.cc:2964
68471 #, gcc-internal-format, gfc-internal-format
68472 msgid "Array reference at %L out of bounds (%ld > %ld) in loop beginning at %L"
68473 msgstr ""
68475 #: fortran/frontend-passes.cc:3055
68476 #, gcc-internal-format
68477 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to function %qs"
68478 msgstr ""
68480 #: fortran/frontend-passes.cc:3061
68481 #, gcc-internal-format
68482 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to function %qs"
68483 msgstr ""
68485 #: fortran/frontend-passes.cc:3477 fortran/trans-expr.cc:1880
68486 #, gcc-internal-format, gfc-internal-format
68487 msgid "Code for reallocating the allocatable array at %L will be added"
68488 msgstr ""
68490 #: fortran/frontend-passes.cc:4002
68491 #, gcc-internal-format
68492 msgid "Scalarization using DIMEN_RANGE unimplemented"
68493 msgstr ""
68495 #: fortran/frontend-passes.cc:5211
68496 #, gcc-internal-format, gfc-internal-format
68497 msgid "Interchanging loops at %L"
68498 msgstr ""
68500 #: fortran/frontend-passes.cc:5848
68501 #, gcc-internal-format, gfc-internal-format
68502 msgid "%s between %L and %L"
68503 msgstr ""
68505 #: fortran/gfortranspec.cc:146 m2/gm2spec.cc:213
68506 #, gcc-internal-format
68507 msgid "overflowed output argument list for %qs"
68508 msgstr ""
68510 #: fortran/gfortranspec.cc:301
68511 #, gcc-internal-format
68512 msgid "no input files; unwilling to write output files"
68513 msgstr ""
68515 #: fortran/interface.cc:225
68516 #, gcc-internal-format, gfc-internal-format
68517 msgid "Syntax error in generic specification at %C"
68518 msgstr ""
68520 #: fortran/interface.cc:252
68521 #, gcc-internal-format, gfc-internal-format
68522 msgid "Syntax error: Trailing garbage in INTERFACE statement at %C"
68523 msgstr ""
68525 #: fortran/interface.cc:272
68526 #, gcc-internal-format
68527 msgid "Dummy procedure %qs at %C cannot have a generic interface"
68528 msgstr ""
68530 #: fortran/interface.cc:305
68531 #, gcc-internal-format, gfc-internal-format
68532 msgid "ABSTRACT INTERFACE at %C"
68533 msgstr ""
68535 #: fortran/interface.cc:312
68536 #, gcc-internal-format, gfc-internal-format
68537 msgid "Syntax error in ABSTRACT INTERFACE statement at %C"
68538 msgstr ""
68540 #: fortran/interface.cc:343
68541 #, gcc-internal-format, gfc-internal-format
68542 msgid "Syntax error: Trailing garbage in END INTERFACE statement at %C"
68543 msgstr ""
68545 #: fortran/interface.cc:356
68546 #, gcc-internal-format, gfc-internal-format
68547 msgid "Expected a nameless interface at %C"
68548 msgstr ""
68550 #: fortran/interface.cc:369
68551 #, gcc-internal-format
68552 msgid "Expected %<END INTERFACE ASSIGNMENT (=)%> at %C"
68553 msgstr ""
68555 #: fortran/interface.cc:400
68556 #, gcc-internal-format
68557 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C"
68558 msgstr ""
68560 #: fortran/interface.cc:403
68561 #, gcc-internal-format
68562 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C, but got %qs"
68563 msgstr ""
68565 #: fortran/interface.cc:417
68566 #, gcc-internal-format
68567 msgid "Expecting %<END INTERFACE OPERATOR (.%s.)%> at %C"
68568 msgstr ""
68570 #: fortran/interface.cc:429
68571 #, gcc-internal-format
68572 msgid "Expecting %<END INTERFACE %s%> at %C"
68573 msgstr ""
68575 #: fortran/interface.cc:619
68576 #, gcc-internal-format
68577 msgid "gfc_compare_derived_types: invalid derived type"
68578 msgstr ""
68580 #: fortran/interface.cc:899
68581 #, gcc-internal-format, gfc-internal-format
68582 msgid "Alternate return cannot appear in operator interface at %L"
68583 msgstr ""
68585 #: fortran/interface.cc:928
68586 #, gcc-internal-format, gfc-internal-format
68587 msgid "Assignment operator interface at %L must have two arguments"
68588 msgstr ""
68590 #: fortran/interface.cc:931
68591 #, gcc-internal-format, gfc-internal-format
68592 msgid "Operator interface at %L has the wrong number of arguments"
68593 msgstr ""
68595 #: fortran/interface.cc:944
68596 #, gcc-internal-format, gfc-internal-format
68597 msgid "Assignment operator interface at %L must be a SUBROUTINE"
68598 msgstr ""
68600 #: fortran/interface.cc:962
68601 #, gcc-internal-format, gfc-internal-format
68602 msgid "Assignment operator interface at %L must not redefine an INTRINSIC type assignment"
68603 msgstr ""
68605 #: fortran/interface.cc:971
68606 #, gcc-internal-format, gfc-internal-format
68607 msgid "Intrinsic operator interface at %L must be a FUNCTION"
68608 msgstr ""
68610 #: fortran/interface.cc:982
68611 #, gcc-internal-format, gfc-internal-format
68612 msgid "First argument of defined assignment at %L must be INTENT(OUT) or INTENT(INOUT)"
68613 msgstr ""
68615 #: fortran/interface.cc:989
68616 #, gcc-internal-format, gfc-internal-format
68617 msgid "Second argument of defined assignment at %L must be INTENT(IN)"
68618 msgstr ""
68620 #: fortran/interface.cc:998 fortran/resolve.cc:17450
68621 #, gcc-internal-format, gfc-internal-format
68622 msgid "First argument of operator interface at %L must be INTENT(IN)"
68623 msgstr ""
68625 #: fortran/interface.cc:1005 fortran/resolve.cc:17468
68626 #, gcc-internal-format, gfc-internal-format
68627 msgid "Second argument of operator interface at %L must be INTENT(IN)"
68628 msgstr ""
68630 #: fortran/interface.cc:1110
68631 #, gcc-internal-format, gfc-internal-format
68632 msgid "Operator interface at %L conflicts with intrinsic interface"
68633 msgstr ""
68635 #: fortran/interface.cc:1474 fortran/interface.cc:1546
68636 #, gcc-internal-format, gfc-internal-format
68637 msgid "check_dummy_characteristics: Unexpected result %i of gfc_dep_compare_expr"
68638 msgstr ""
68640 #: fortran/interface.cc:1659
68641 #, gcc-internal-format, gfc-internal-format
68642 msgid "check_result_characteristics (1): Unexpected result %i of gfc_dep_compare_expr"
68643 msgstr ""
68645 #: fortran/interface.cc:1706
68646 #, gcc-internal-format, gfc-internal-format
68647 msgid "check_result_characteristics (2): Unexpected result %i of gfc_dep_compare_expr"
68648 msgstr ""
68650 #: fortran/interface.cc:1895
68651 #, gcc-internal-format
68652 msgid "Procedure %qs in %s at %L has no explicit interface; did you mean %qs?"
68653 msgstr ""
68655 #: fortran/interface.cc:1900
68656 #, gcc-internal-format
68657 msgid "Procedure %qs in %s at %L has no explicit interface"
68658 msgstr ""
68660 #: fortran/interface.cc:1904
68661 #, gcc-internal-format
68662 msgid "Procedure %qs in %s at %L is neither function nor subroutine; did you mean %qs?"
68663 msgstr ""
68665 #: fortran/interface.cc:1908
68666 #, gcc-internal-format
68667 msgid "Procedure %qs in %s at %L is neither function nor subroutine"
68668 msgstr ""
68670 #: fortran/interface.cc:1920
68671 #, gcc-internal-format, gfc-internal-format
68672 msgid "In %s at %L procedures must be either all SUBROUTINEs or all FUNCTIONs"
68673 msgstr ""
68675 #: fortran/interface.cc:1924
68676 #, gcc-internal-format, gfc-internal-format
68677 msgid "In %s at %L procedures must be all FUNCTIONs as the generic name is also the name of a derived type"
68678 msgstr ""
68680 #: fortran/interface.cc:1932
68681 #, gcc-internal-format
68682 msgid "Internal procedure %qs in %s at %L"
68683 msgstr ""
68685 #: fortran/interface.cc:1989 fortran/interface.cc:1994
68686 #, gcc-internal-format
68687 msgid "Ambiguous interfaces in %s for %qs at %L and %qs at %L"
68688 msgstr ""
68690 #: fortran/interface.cc:1999
68691 #, gcc-internal-format
68692 msgid "Although not referenced, %qs has ambiguous interfaces at %L"
68693 msgstr ""
68695 #: fortran/interface.cc:2037
68696 #, gcc-internal-format
68697 msgid "%qs at %L is not a module procedure"
68698 msgstr ""
68700 #: fortran/interface.cc:2242
68701 #, gcc-internal-format
68702 msgid "The assumed-rank array at %L requires that the dummy argument %qs has assumed-rank"
68703 msgstr ""
68705 #: fortran/interface.cc:2245
68706 #, gcc-internal-format
68707 msgid "Rank mismatch in argument %qs at %L (scalar and rank-%d)"
68708 msgstr ""
68710 #: fortran/interface.cc:2248
68711 #, gcc-internal-format
68712 msgid "Rank mismatch in argument %qs at %L (rank-%d and scalar)"
68713 msgstr ""
68715 #: fortran/interface.cc:2251
68716 #, gcc-internal-format
68717 msgid "Rank mismatch in argument %qs at %L (rank-%d and rank-%d)"
68718 msgstr ""
68720 #: fortran/interface.cc:2263
68721 #, gcc-internal-format, gfc-internal-format
68722 msgid "Rank mismatch between actual argument at %L and actual argument at %L (scalar and rank-%d)"
68723 msgstr ""
68725 #: fortran/interface.cc:2267
68726 #, gcc-internal-format, gfc-internal-format
68727 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and scalar)"
68728 msgstr ""
68730 #: fortran/interface.cc:2271
68731 #, gcc-internal-format, gfc-internal-format
68732 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and rank-%d)"
68733 msgstr ""
68735 #: fortran/interface.cc:2377
68736 #, gcc-internal-format, gfc-internal-format
68737 msgid "Invalid procedure argument at %L"
68738 msgstr ""
68740 #: fortran/interface.cc:2385 fortran/interface.cc:2412
68741 #, gcc-internal-format
68742 msgid "Interface mismatch in dummy procedure %qs at %L: %s"
68743 msgstr ""
68745 #: fortran/interface.cc:2423
68746 #, gcc-internal-format
68747 msgid "Actual argument to contiguous pointer dummy %qs at %L must be simply contiguous"
68748 msgstr ""
68750 #: fortran/interface.cc:2446
68751 #, gcc-internal-format, gfc-internal-format
68752 msgid "Type mismatch between actual argument at %L and actual argument at %L (%s/%s)."
68753 msgstr ""
68755 #: fortran/interface.cc:2456
68756 #, gcc-internal-format
68757 msgid "Type mismatch in argument %qs at %L; passed %s to %s"
68758 msgstr ""
68760 #: fortran/interface.cc:2466
68761 #, gcc-internal-format
68762 msgid "Assumed-type actual argument at %L requires that dummy argument %qs is of assumed type"
68763 msgstr ""
68765 #: fortran/interface.cc:2480
68766 #, gcc-internal-format
68767 msgid "Assumed-type actual argument at %L corresponding to assumed-rank dummy argument %qs must be assumed-shape or assumed-rank"
68768 msgstr ""
68770 #: fortran/interface.cc:2497
68771 #, gcc-internal-format
68772 msgid "Actual argument to %qs at %L must be polymorphic"
68773 msgstr ""
68775 #: fortran/interface.cc:2507
68776 #, gcc-internal-format
68777 msgid "Actual argument to %qs at %L must have the same declared type"
68778 msgstr ""
68780 #: fortran/interface.cc:2522
68781 #, gcc-internal-format
68782 msgid "Actual argument to %qs at %L must be unlimited polymorphic since the formal argument is a pointer or allocatable unlimited polymorphic entity [F2008: 12.5.2.5]"
68783 msgstr ""
68785 #: fortran/interface.cc:2538
68786 #, gcc-internal-format
68787 msgid "Actual argument to %qs at %L must be a coarray"
68788 msgstr ""
68790 #: fortran/interface.cc:2557
68791 #, gcc-internal-format
68792 msgid "Corank mismatch in argument %qs at %L (%d and %d)"
68793 msgstr ""
68795 #: fortran/interface.cc:2575
68796 #, gcc-internal-format
68797 msgid "Actual argument to %qs at %L must be simply contiguous or an element of such an array"
68798 msgstr ""
68800 #: fortran/interface.cc:2590
68801 #, gcc-internal-format
68802 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is LOCK_TYPE or has a LOCK_TYPE component"
68803 msgstr ""
68805 #: fortran/interface.cc:2605
68806 #, gcc-internal-format
68807 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is EVENT_TYPE or has a EVENT_TYPE component"
68808 msgstr ""
68810 #: fortran/interface.cc:2624
68811 #, gcc-internal-format
68812 msgid "Dummy argument %qs has to be a pointer, assumed-shape or assumed-rank array without CONTIGUOUS attribute - as actual argument at %L is not simply contiguous and both are ASYNCHRONOUS or VOLATILE"
68813 msgstr ""
68815 #: fortran/interface.cc:2637
68816 #, gcc-internal-format
68817 msgid "Passing coarray at %L to allocatable, noncoarray, INTENT(OUT) dummy argument %qs"
68818 msgstr ""
68820 #: fortran/interface.cc:2644
68821 #, gcc-internal-format
68822 msgid "Passing coarray at %L to allocatable, noncoarray dummy argument %qs, which is invalid if the allocation status is modified"
68823 msgstr ""
68825 #: fortran/interface.cc:2721
68826 #, gcc-internal-format
68827 msgid "Polymorphic scalar passed to array dummy argument %qs at %L"
68828 msgstr ""
68830 #: fortran/interface.cc:2732
68831 #, gcc-internal-format, gfc-internal-format
68832 msgid "Element of assumed-shape or pointer array as actual argument at %L cannot correspond to actual argument at %L"
68833 msgstr ""
68835 #: fortran/interface.cc:2737
68836 #, gcc-internal-format
68837 msgid "Element of assumed-shape or pointer array passed to array dummy argument %qs at %L"
68838 msgstr ""
68840 #: fortran/interface.cc:2750
68841 #, gcc-internal-format
68842 msgid "Extension: Scalar non-default-kind, non-C_CHAR-kind CHARACTER actual argument with array dummy argument %qs at %L"
68843 msgstr ""
68845 #: fortran/interface.cc:2758
68846 #, gcc-internal-format
68847 msgid "Fortran 2003: Scalar CHARACTER actual argument with array dummy argument %qs at %L"
68848 msgstr ""
68850 #: fortran/interface.cc:3146
68851 #, gcc-internal-format
68852 msgid "Keyword argument %qs at %L is invalid in a statement function"
68853 msgstr ""
68855 #: fortran/interface.cc:3169
68856 #, gcc-internal-format
68857 msgid "Keyword argument %qs at %L is not in the procedure; did you mean %qs?"
68858 msgstr ""
68860 #: fortran/interface.cc:3173
68861 #, gcc-internal-format
68862 msgid "Keyword argument %qs at %L is not in the procedure"
68863 msgstr ""
68865 #: fortran/interface.cc:3182
68866 #, gcc-internal-format
68867 msgid "Keyword argument %qs at %L is already associated with another actual argument"
68868 msgstr ""
68870 #: fortran/interface.cc:3192
68871 #, gcc-internal-format, gfc-internal-format
68872 msgid "More actual than formal arguments in procedure call at %L"
68873 msgstr ""
68875 #: fortran/interface.cc:3205
68876 #, gcc-internal-format, gfc-internal-format
68877 msgid "Missing alternate return specifier in subroutine call at %L"
68878 msgstr ""
68880 #: fortran/interface.cc:3219
68881 #, gcc-internal-format, gfc-internal-format
68882 msgid "Unexpected alternate return specifier in subroutine call at %L"
68883 msgstr ""
68885 #: fortran/interface.cc:3248
68886 #, gcc-internal-format
68887 msgid "Unexpected NULL() intrinsic at %L to dummy %qs"
68888 msgstr ""
68890 #: fortran/interface.cc:3251
68891 #, gcc-internal-format
68892 msgid "Fortran 2008: Null pointer at %L to non-pointer dummy %qs"
68893 msgstr ""
68895 #: fortran/interface.cc:3277
68896 #, gcc-internal-format, gfc-internal-format
68897 msgid "Actual argument at %L to assumed-type dummy has type parameters or is of derived type with type-bound or FINAL procedures"
68898 msgstr ""
68900 #: fortran/interface.cc:3303
68901 #, gcc-internal-format
68902 msgid "Character length mismatch (%ld/%ld) between actual argument and pointer or allocatable dummy argument %qs at %L"
68903 msgstr ""
68905 #: fortran/interface.cc:3310
68906 #, gcc-internal-format
68907 msgid "Character length mismatch (%ld/%ld) between actual argument and assumed-shape dummy argument %qs at %L"
68908 msgstr ""
68910 #: fortran/interface.cc:3325
68911 #, gcc-internal-format
68912 msgid "Actual argument at %L to allocatable or pointer dummy argument %qs must have a deferred length type parameter if and only if the dummy has one"
68913 msgstr ""
68915 #: fortran/interface.cc:3344
68916 #, gcc-internal-format
68917 msgid "Character length of actual argument shorter than of dummy argument %qs (%lu/%lu) at %L"
68918 msgstr ""
68920 #: fortran/interface.cc:3354 fortran/interface.cc:3359
68921 #, gcc-internal-format
68922 msgid "Actual argument contains too few elements for dummy argument %qs (%lu/%lu) at %L"
68923 msgstr ""
68925 #: fortran/interface.cc:3380
68926 #, gcc-internal-format
68927 msgid "Expected a procedure pointer for argument %qs at %L"
68928 msgstr ""
68930 #: fortran/interface.cc:3397
68931 #, gcc-internal-format
68932 msgid "Expected a procedure for argument %qs at %L"
68933 msgstr ""
68935 #: fortran/interface.cc:3462
68936 #, gcc-internal-format
68937 msgid "Actual argument for %qs cannot be an assumed-size array at %L"
68938 msgstr ""
68940 #: fortran/interface.cc:3491
68941 #, gcc-internal-format
68942 msgid "Actual argument to assumed-rank INTENT(OUT) dummy %qs at %L cannot be of unknown size"
68943 msgstr ""
68945 #: fortran/interface.cc:3506
68946 #, gcc-internal-format
68947 msgid "Actual argument for %qs at %L must be a pointer"
68948 msgstr ""
68950 #: fortran/interface.cc:3515
68951 #, gcc-internal-format
68952 msgid "Fortran 2008: Non-pointer actual argument at %L to pointer dummy %qs"
68953 msgstr ""
68955 #: fortran/interface.cc:3524
68956 #, gcc-internal-format
68957 msgid "Actual argument for %qs at %L must be a pointer or a valid target for the dummy pointer in a pointer assignment statement"
68958 msgstr ""
68960 #: fortran/interface.cc:3538
68961 #, gcc-internal-format
68962 msgid "Coindexed actual argument at %L to pointer dummy %qs"
68963 msgstr ""
68965 #: fortran/interface.cc:3552
68966 #, gcc-internal-format
68967 msgid "Coindexed actual argument at %L to allocatable dummy %qs requires INTENT(IN)"
68968 msgstr ""
68970 #: fortran/interface.cc:3567
68971 #, gcc-internal-format
68972 msgid "Coindexed ASYNCHRONOUS or VOLATILE actual argument at %L requires that dummy %qs has neither ASYNCHRONOUS nor VOLATILE"
68973 msgstr ""
68975 #: fortran/interface.cc:3582
68976 #, gcc-internal-format
68977 msgid "Coindexed actual argument at %L with allocatable ultimate component to dummy %qs requires either VALUE or INTENT(IN)"
68978 msgstr ""
68980 #: fortran/interface.cc:3595
68981 #, gcc-internal-format
68982 msgid "Actual CLASS array argument for %qs must be a full array at %L"
68983 msgstr ""
68985 #: fortran/interface.cc:3606
68986 #, gcc-internal-format
68987 msgid "Actual argument for %qs must be ALLOCATABLE at %L"
68988 msgstr ""
68990 #: fortran/interface.cc:3643
68991 #, gcc-internal-format
68992 msgid "Array-section actual argument with vector subscripts at %L is incompatible with INTENT(OUT), INTENT(INOUT), VOLATILE or ASYNCHRONOUS attribute of the dummy argument %qs"
68993 msgstr ""
68995 #: fortran/interface.cc:3663
68996 #, gcc-internal-format
68997 msgid "Assumed-shape actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
68998 msgstr ""
69000 #: fortran/interface.cc:3681
69001 #, gcc-internal-format
69002 msgid "Array-section actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
69003 msgstr ""
69005 #: fortran/interface.cc:3702
69006 #, gcc-internal-format
69007 msgid "Pointer-array actual argument at %L requires an assumed-shape or pointer-array dummy argument %qs due to VOLATILE attribute"
69008 msgstr ""
69010 #: fortran/interface.cc:3730
69011 #, gcc-internal-format, gfc-internal-format
69012 msgid "Missing alternate return spec in subroutine call at %L"
69013 msgstr ""
69015 #: fortran/interface.cc:3743
69016 #, gcc-internal-format
69017 msgid "Missing actual argument for argument %qs at %L"
69018 msgstr ""
69020 #: fortran/interface.cc:3871
69021 #, gcc-internal-format
69022 msgid "compare_actual_expr(): Bad component code"
69023 msgstr ""
69025 #: fortran/interface.cc:3900
69026 #, gcc-internal-format
69027 msgid "check_some_aliasing(): List mismatch"
69028 msgstr ""
69030 #: fortran/interface.cc:3926
69031 #, gcc-internal-format
69032 msgid "check_some_aliasing(): corrupted data"
69033 msgstr ""
69035 #: fortran/interface.cc:3936
69036 #, gcc-internal-format
69037 msgid "Same actual argument associated with INTENT(%s) argument %qs and INTENT(%s) argument %qs at %L"
69038 msgstr "Isti stvarni argument pridružen s INTENT(%s) argumentom %qs i INTENT(%s) argumentom %qs na %L"
69040 #: fortran/interface.cc:3966
69041 #, gcc-internal-format
69042 msgid "check_intents(): List mismatch"
69043 msgstr ""
69045 #: fortran/interface.cc:3986
69046 #, gcc-internal-format, gfc-internal-format
69047 msgid "Procedure argument at %L is local to a PURE procedure and has the POINTER attribute"
69048 msgstr ""
69050 #: fortran/interface.cc:3998
69051 #, gcc-internal-format, gfc-internal-format
69052 msgid "Coindexed actual argument at %L in PURE procedure is passed to an INTENT(%s) argument"
69053 msgstr ""
69055 #: fortran/interface.cc:4008
69056 #, gcc-internal-format, gfc-internal-format
69057 msgid "Coindexed actual argument at %L in PURE procedure is passed to a POINTER dummy argument"
69058 msgstr ""
69060 #: fortran/interface.cc:4019
69061 #, gcc-internal-format
69062 msgid "Coindexed polymorphic actual argument at %L is passed polymorphic dummy argument %qs"
69063 msgstr ""
69065 #: fortran/interface.cc:4061
69066 #, gcc-internal-format
69067 msgid "Procedure %qs called at %L is not explicitly declared; did you mean %qs?"
69068 msgstr ""
69070 #: fortran/interface.cc:4065 fortran/interface.cc:4075
69071 #, gcc-internal-format
69072 msgid "Procedure %qs called at %L is not explicitly declared"
69073 msgstr ""
69075 #: fortran/interface.cc:4071
69076 #, gcc-internal-format
69077 msgid "Procedure %qs called with an implicit interface at %L"
69078 msgstr ""
69080 #: fortran/interface.cc:4084
69081 #, gcc-internal-format
69082 msgid "The pointer object %qs at %L must have an explicit function interface or be declared as array"
69083 msgstr ""
69085 #: fortran/interface.cc:4092
69086 #, gcc-internal-format
69087 msgid "The allocatable object %qs at %L must have an explicit function interface or be declared as array"
69088 msgstr ""
69090 #: fortran/interface.cc:4100
69091 #, gcc-internal-format
69092 msgid "Allocatable function %qs at %L must have an explicit function interface"
69093 msgstr ""
69095 #: fortran/interface.cc:4117
69096 #, gcc-internal-format, gfc-internal-format
69097 msgid "Explicit interface required for polymorphic argument at %L"
69098 msgstr ""
69100 #: fortran/interface.cc:4126
69101 #, gcc-internal-format
69102 msgid "Keyword argument requires explicit interface for procedure %qs at %L"
69103 msgstr ""
69105 #: fortran/interface.cc:4135
69106 #, gcc-internal-format, gfc-internal-format
69107 msgid "Assumed-type argument %s at %L requires an explicit interface"
69108 msgstr ""
69110 #: fortran/interface.cc:4150
69111 #, gcc-internal-format
69112 msgid "Actual argument of LOCK_TYPE or with LOCK_TYPE component at %L requires an explicit interface for procedure %qs"
69113 msgstr ""
69115 #: fortran/interface.cc:4165
69116 #, gcc-internal-format
69117 msgid "Actual argument of EVENT_TYPE or with EVENT_TYPE component at %L requires an explicit interface for procedure %qs"
69118 msgstr ""
69120 #: fortran/interface.cc:4175
69121 #, gcc-internal-format, gfc-internal-format
69122 msgid "MOLD argument to NULL required at %L"
69123 msgstr ""
69125 #: fortran/interface.cc:4183
69126 #, gcc-internal-format, gfc-internal-format
69127 msgid "Passing intrinsic NULL as actual argument at %L requires an explicit interface"
69128 msgstr ""
69130 #: fortran/interface.cc:4193
69131 #, gcc-internal-format, gfc-internal-format
69132 msgid "Assumed-rank argument requires an explicit interface at %L"
69133 msgstr ""
69135 #: fortran/interface.cc:4235
69136 #, gcc-internal-format
69137 msgid "Procedure pointer component %qs called with an implicit interface at %L"
69138 msgstr ""
69140 #: fortran/interface.cc:4246
69141 #, gcc-internal-format
69142 msgid "Keyword argument requires explicit interface for procedure pointer component %qs at %L"
69143 msgstr ""
69145 #: fortran/interface.cc:4331
69146 #, gcc-internal-format, gfc-internal-format
69147 msgid "MOLD= required in NULL() argument at %L: Ambiguity between specific functions %s and %s"
69148 msgstr ""
69150 #: fortran/interface.cc:4401
69151 #, gcc-internal-format
69152 msgid "Unable to find symbol %qs"
69153 msgstr ""
69155 #: fortran/interface.cc:4774
69156 #, gcc-internal-format
69157 msgid "Entity %qs at %L is already present in the interface"
69158 msgstr ""
69160 #: fortran/interface.cc:4891
69161 #, gcc-internal-format
69162 msgid "gfc_add_interface(): Bad interface type"
69163 msgstr ""
69165 #: fortran/interface.cc:4985
69166 #, gcc-internal-format
69167 msgid "Cannot overwrite GENERIC %qs at %L"
69168 msgstr ""
69170 #: fortran/interface.cc:4997
69171 #, gcc-internal-format
69172 msgid "%qs at %L overrides a procedure binding declared NON_OVERRIDABLE"
69173 msgstr ""
69175 #: fortran/interface.cc:5005
69176 #, gcc-internal-format
69177 msgid "%qs at %L must not be DEFERRED as it overrides a non-DEFERRED binding"
69178 msgstr ""
69180 #: fortran/interface.cc:5013
69181 #, gcc-internal-format
69182 msgid "%qs at %L overrides a PURE procedure and must also be PURE"
69183 msgstr ""
69185 #: fortran/interface.cc:5022
69186 #, gcc-internal-format
69187 msgid "%qs at %L overrides an ELEMENTAL procedure and must also be ELEMENTAL"
69188 msgstr ""
69190 #: fortran/interface.cc:5028
69191 #, gcc-internal-format
69192 msgid "%qs at %L overrides a non-ELEMENTAL procedure and must not be ELEMENTAL, either"
69193 msgstr ""
69195 #: fortran/interface.cc:5037
69196 #, gcc-internal-format
69197 msgid "%qs at %L overrides a SUBROUTINE and must also be a SUBROUTINE"
69198 msgstr ""
69200 #: fortran/interface.cc:5048
69201 #, gcc-internal-format
69202 msgid "%qs at %L overrides a FUNCTION and must also be a FUNCTION"
69203 msgstr ""
69205 #: fortran/interface.cc:5056
69206 #, gcc-internal-format
69207 msgid "Result mismatch for the overriding procedure %qs at %L: %s"
69208 msgstr ""
69210 #: fortran/interface.cc:5067
69211 #, gcc-internal-format
69212 msgid "%qs at %L overrides a PUBLIC procedure and must not be PRIVATE"
69213 msgstr ""
69215 #: fortran/interface.cc:5097
69216 #, gcc-internal-format
69217 msgid "Dummy argument %qs of %qs at %L should be named %qs as to match the corresponding argument of the overridden procedure"
69218 msgstr ""
69220 #: fortran/interface.cc:5108
69221 #, gcc-internal-format
69222 msgid "Argument mismatch for the overriding procedure %qs at %L: %s"
69223 msgstr ""
69225 #: fortran/interface.cc:5117
69226 #, gcc-internal-format
69227 msgid "%qs at %L must have the same number of formal arguments as the overridden procedure"
69228 msgstr ""
69230 #: fortran/interface.cc:5126
69231 #, gcc-internal-format
69232 msgid "%qs at %L overrides a NOPASS binding and must also be NOPASS"
69233 msgstr ""
69235 #: fortran/interface.cc:5137
69236 #, gcc-internal-format
69237 msgid "%qs at %L overrides a binding with PASS and must also be PASS"
69238 msgstr ""
69240 #: fortran/interface.cc:5144
69241 #, gcc-internal-format
69242 msgid "Passed-object dummy argument of %qs at %L must be at the same position as the passed-object dummy argument of the overridden procedure"
69243 msgstr ""
69245 #: fortran/interface.cc:5165
69246 #, gcc-internal-format, gfc-internal-format
69247 msgid "DTIO dummy argument at %L must be of type %s"
69248 msgstr ""
69250 #: fortran/interface.cc:5172
69251 #, gcc-internal-format, gfc-internal-format
69252 msgid "DTIO dummy argument at %L must be of KIND = %d"
69253 msgstr ""
69255 #: fortran/interface.cc:5179
69256 #, gcc-internal-format, gfc-internal-format
69257 msgid "DTIO dummy argument at %L must be a scalar"
69258 msgstr ""
69260 #: fortran/interface.cc:5183
69261 #, gcc-internal-format, gfc-internal-format
69262 msgid "DTIO dummy argument at %L must be an ASSUMED SHAPE ARRAY"
69263 msgstr ""
69265 #: fortran/interface.cc:5187
69266 #, gcc-internal-format, gfc-internal-format
69267 msgid "DTIO character argument at %L must have assumed length"
69268 msgstr ""
69270 #: fortran/interface.cc:5191
69271 #, gcc-internal-format, gfc-internal-format
69272 msgid "DTIO dummy argument at %L must have INTENT %s"
69273 msgstr ""
69275 #: fortran/interface.cc:5249 fortran/interface.cc:5295
69276 #, gcc-internal-format, gfc-internal-format
69277 msgid "Alternate return at %L is not permitted in a DTIO procedure"
69278 msgstr ""
69280 #: fortran/interface.cc:5261
69281 #, gcc-internal-format
69282 msgid "DTIO procedure %qs at %L must be a subroutine"
69283 msgstr ""
69285 #: fortran/interface.cc:5273
69286 #, gcc-internal-format
69287 msgid "Too few dummy arguments in DTIO procedure %qs at %L"
69288 msgstr ""
69290 #: fortran/interface.cc:5280
69291 #, gcc-internal-format
69292 msgid "Too many dummy arguments in DTIO procedure %qs at %L"
69293 msgstr ""
69295 #: fortran/intrinsic.cc:260
69296 #, gcc-internal-format, gfc-internal-format
69297 msgid "Variable with NO_ARG_CHECK attribute at %L is only permitted as argument to the intrinsic functions C_LOC and PRESENT"
69298 msgstr ""
69300 #: fortran/intrinsic.cc:276
69301 #, gcc-internal-format, gfc-internal-format
69302 msgid "Assumed-type argument at %L is not permitted as actual argument to the intrinsic %s"
69303 msgstr ""
69305 #: fortran/intrinsic.cc:283
69306 #, gcc-internal-format, gfc-internal-format
69307 msgid "Assumed-type argument at %L is only permitted as first actual argument to the intrinsic %s"
69308 msgstr ""
69310 #: fortran/intrinsic.cc:290
69311 #, gcc-internal-format, gfc-internal-format
69312 msgid "Assumed-rank argument at %L is only permitted as actual argument to intrinsic inquiry functions"
69313 msgstr ""
69315 #: fortran/intrinsic.cc:297
69316 #, gcc-internal-format, gfc-internal-format
69317 msgid "Assumed-rank argument at %L is only permitted as first actual argument to the intrinsic inquiry function %s"
69318 msgstr ""
69320 #: fortran/intrinsic.cc:345
69321 #, gcc-internal-format
69322 msgid "do_check(): too many args"
69323 msgstr ""
69325 #: fortran/intrinsic.cc:425
69326 #, gcc-internal-format
69327 msgid "add_sym(): Bad sizing mode"
69328 msgstr ""
69330 #: fortran/intrinsic.cc:1185
69331 #, gcc-internal-format
69332 msgid "The intrinsic %qs at %L is not included in the selected standard but %s and %qs will be treated as if declared EXTERNAL.  Use an appropriate %<-std=%> option or define %<-fall-intrinsics%> to allow this intrinsic."
69333 msgstr ""
69335 #: fortran/intrinsic.cc:1220
69336 #, gcc-internal-format
69337 msgid "make_generic(): Cannot find generic symbol %qs"
69338 msgstr ""
69340 #: fortran/intrinsic.cc:4312
69341 #, gcc-internal-format, gfc-internal-format
69342 msgid "ALLOCATED intrinsic at %L requires an array or scalar allocatable entity"
69343 msgstr ""
69345 #: fortran/intrinsic.cc:4325
69346 #, gcc-internal-format, gfc-internal-format
69347 msgid "Scalar entity required at %L"
69348 msgstr ""
69350 #: fortran/intrinsic.cc:4336
69351 #, gcc-internal-format, gfc-internal-format
69352 msgid "Array entity required at %L"
69353 msgstr ""
69355 #: fortran/intrinsic.cc:4343
69356 #, gcc-internal-format
69357 msgid "Invalid keyword %qs in %qs intrinsic function at %L"
69358 msgstr ""
69360 #: fortran/intrinsic.cc:4370
69361 #, gcc-internal-format
69362 msgid "Too many arguments in call to %qs at %L"
69363 msgstr ""
69365 #: fortran/intrinsic.cc:4386
69366 #, gcc-internal-format, gfc-internal-format
69367 msgid "The argument list functions %%VAL, %%LOC or %%REF are not allowed in this context at %L"
69368 msgstr ""
69370 #: fortran/intrinsic.cc:4389
69371 #, gcc-internal-format
69372 msgid "Cannot find keyword named %qs in call to %qs at %L"
69373 msgstr ""
69375 #: fortran/intrinsic.cc:4396
69376 #, gcc-internal-format
69377 msgid "Argument %qs appears twice in call to %qs at %L"
69378 msgstr ""
69380 #: fortran/intrinsic.cc:4410
69381 #, gcc-internal-format
69382 msgid "Missing actual argument %qs in call to %qs at %L"
69383 msgstr ""
69385 #: fortran/intrinsic.cc:4426
69386 #, gcc-internal-format, gfc-internal-format
69387 msgid "ALTERNATE RETURN not permitted at %L"
69388 msgstr ""
69390 #: fortran/intrinsic.cc:4480
69391 #, gcc-internal-format
69392 msgid "In call to %qs at %L, type mismatch in argument %qs; pass %qs to %qs"
69393 msgstr ""
69395 #: fortran/intrinsic.cc:4608
69396 #, gcc-internal-format
69397 msgid "resolve_intrinsic(): Too many args for intrinsic"
69398 msgstr ""
69400 #: fortran/intrinsic.cc:4702
69401 #, gcc-internal-format
69402 msgid "do_simplify(): Too many args for intrinsic"
69403 msgstr ""
69405 #: fortran/intrinsic.cc:4742
69406 #, gcc-internal-format
69407 msgid "init_arglist(): too many arguments"
69408 msgstr ""
69410 #: fortran/intrinsic.cc:4894
69411 #, gcc-internal-format
69412 msgid "Invalid standard code on intrinsic %qs (%d)"
69413 msgstr ""
69415 #: fortran/intrinsic.cc:4903
69416 #, gcc-internal-format
69417 msgid "Intrinsic %qs (%s) used at %L"
69418 msgstr ""
69420 #: fortran/intrinsic.cc:4975
69421 #, gcc-internal-format
69422 msgid "Function %qs as initialization expression at %L"
69423 msgstr ""
69425 #: fortran/intrinsic.cc:4993
69426 #, gcc-internal-format
69427 msgid "Transformational function %qs at %L is invalid in an initialization expression"
69428 msgstr ""
69430 #: fortran/intrinsic.cc:5069
69431 #, gcc-internal-format, gfc-internal-format
69432 msgid "Elemental function as initialization expression with non-integer/non-character arguments at %L"
69433 msgstr ""
69435 #: fortran/intrinsic.cc:5160
69436 #, gcc-internal-format
69437 msgid "Subroutine call to intrinsic %qs in DO CONCURRENT block at %L is not PURE"
69438 msgstr ""
69440 #: fortran/intrinsic.cc:5167
69441 #, gcc-internal-format
69442 msgid "Subroutine call to intrinsic %qs at %L is not PURE"
69443 msgstr ""
69445 #: fortran/intrinsic.cc:5270
69446 #, gcc-internal-format, gfc-internal-format
69447 msgid "Extension: Conversion from %s to %s at %L"
69448 msgstr ""
69450 #: fortran/intrinsic.cc:5291
69451 #, gcc-internal-format, gfc-internal-format
69452 msgid "Nonstandard conversion from %s to %s at %L"
69453 msgstr ""
69455 #: fortran/intrinsic.cc:5308 fortran/intrinsic.cc:5325
69456 #, gcc-internal-format, gfc-internal-format
69457 msgid "Possible change of value in conversion from %s to %s at %L"
69458 msgstr ""
69460 #. If HOLLERITH is involved, all bets are off.
69461 #: fortran/intrinsic.cc:5313 fortran/intrinsic.cc:5333
69462 #, gcc-internal-format, gfc-internal-format
69463 msgid "Conversion from %s to %s at %L"
69464 msgstr ""
69466 #. Use of -fdec-char-conversions allows assignment of character data
69467 #. to non-character variables.  This not permited for nonconstant
69468 #. strings.
69469 #: fortran/intrinsic.cc:5399 fortran/resolve.cc:11049
69470 #, gcc-internal-format, gfc-internal-format
69471 msgid "Cannot convert %s to %s at %L"
69472 msgstr ""
69474 #: fortran/intrinsic.cc:5404
69475 #, gcc-internal-format
69476 msgid "Cannot convert %qs to %qs at %L"
69477 msgstr ""
69479 #: fortran/intrinsic.cc:5496
69480 #, gcc-internal-format
69481 msgid "%qs declared at %L may shadow the intrinsic of the same name.  In order to call the intrinsic, explicit INTRINSIC declarations may be required."
69482 msgstr ""
69484 #: fortran/intrinsic.cc:5502
69485 #, gcc-internal-format
69486 msgid "%qs declared at %L is also the name of an intrinsic.  It can only be called via an explicit interface or if declared EXTERNAL."
69487 msgstr ""
69489 #: fortran/io.cc:176 fortran/primary.cc:940
69490 #, gcc-internal-format, gfc-internal-format
69491 msgid "Extension: backslash character at %C"
69492 msgstr ""
69494 #: fortran/io.cc:210
69495 #, gcc-internal-format, gfc-internal-format
69496 msgid "Nonconforming tab character in format at %C"
69497 msgstr ""
69499 #: fortran/io.cc:453
69500 #, gcc-internal-format, gfc-internal-format
69501 msgid "DP format specifier not allowed at %C"
69502 msgstr ""
69504 #: fortran/io.cc:460
69505 #, gcc-internal-format, gfc-internal-format
69506 msgid "DC format specifier not allowed at %C"
69507 msgstr ""
69509 #: fortran/io.cc:467
69510 #, gcc-internal-format, gfc-internal-format
69511 msgid "Fortran 2003: DT format specifier not allowed at %C"
69512 msgstr ""
69514 #: fortran/io.cc:596
69515 #, gcc-internal-format, gfc-internal-format
69516 msgid "Positive width required in format string at %L"
69517 msgstr ""
69519 #: fortran/io.cc:598
69520 #, gcc-internal-format, gfc-internal-format
69521 msgid "Nonnegative width required in format string at %L"
69522 msgstr ""
69524 #: fortran/io.cc:600
69525 #, gcc-internal-format
69526 msgid "Unexpected element %qc in format string at %L"
69527 msgstr ""
69529 #: fortran/io.cc:602
69530 #, gcc-internal-format, gfc-internal-format
69531 msgid "Unexpected end of format string in format string at %L"
69532 msgstr ""
69534 #: fortran/io.cc:604
69535 #, gcc-internal-format, gfc-internal-format
69536 msgid "Zero width in format descriptor in format string at %L"
69537 msgstr ""
69539 #: fortran/io.cc:624
69540 #, gcc-internal-format, gfc-internal-format
69541 msgid "Missing leading left parenthesis in format string at %L"
69542 msgstr ""
69544 #: fortran/io.cc:653
69545 #, gcc-internal-format
69546 msgid "Left parenthesis required after %<*%> in format string at %L"
69547 msgstr ""
69549 #: fortran/io.cc:685
69550 #, gcc-internal-format, gfc-internal-format
69551 msgid "Expected P edit descriptor in format string at %L"
69552 msgstr ""
69554 #. P requires a prior number.
69555 #: fortran/io.cc:693
69556 #, gcc-internal-format, gfc-internal-format
69557 msgid "P descriptor requires leading scale factor in format string at %L"
69558 msgstr ""
69560 #: fortran/io.cc:701
69561 #, gcc-internal-format, gfc-internal-format
69562 msgid "X descriptor requires leading space count at %L"
69563 msgstr ""
69565 #: fortran/io.cc:730
69566 #, gcc-internal-format, gfc-internal-format
69567 msgid "$ descriptor at %L"
69568 msgstr ""
69570 #: fortran/io.cc:734
69571 #, gcc-internal-format, gfc-internal-format
69572 msgid "$ should be the last specifier in format at %L"
69573 msgstr ""
69575 #: fortran/io.cc:766
69576 #, gcc-internal-format, gfc-internal-format
69577 msgid "Missing item in format string at %L"
69578 msgstr ""
69580 #: fortran/io.cc:797 fortran/io.cc:812
69581 #, gcc-internal-format, gfc-internal-format
69582 msgid "Comma required after P descriptor in format string at %L"
69583 msgstr ""
69585 #: fortran/io.cc:827
69586 #, gcc-internal-format, gfc-internal-format
69587 msgid "Positive width required with T descriptor in format string at %L"
69588 msgstr ""
69590 #: fortran/io.cc:846 fortran/io.cc:850
69591 #, gcc-internal-format, gfc-internal-format
69592 msgid "Extension: Zero width after L descriptor at %L"
69593 msgstr ""
69595 #: fortran/io.cc:862
69596 #, gcc-internal-format, gfc-internal-format
69597 msgid "Missing positive width after L descriptor at %L"
69598 msgstr ""
69600 #: fortran/io.cc:893
69601 #, gcc-internal-format
69602 msgid "%<G0%> in format at %L"
69603 msgstr ""
69605 #: fortran/io.cc:911
69606 #, gcc-internal-format, gfc-internal-format
69607 msgid "E specifier not allowed with g0 descriptor in format string at %L"
69608 msgstr ""
69610 #: fortran/io.cc:931
69611 #, gcc-internal-format, gfc-internal-format
69612 msgid "Positive width required in format specifier %s at %L"
69613 msgstr ""
69615 #: fortran/io.cc:941
69616 #, gcc-internal-format, gfc-internal-format
69617 msgid "positive width required at %L"
69618 msgstr ""
69620 #: fortran/io.cc:964 fortran/io.cc:971
69621 #, gcc-internal-format, gfc-internal-format
69622 msgid "Period required in format specifier %s at %L"
69623 msgstr ""
69625 #: fortran/io.cc:1009 fortran/io.cc:1018
69626 #, gcc-internal-format, gfc-internal-format
69627 msgid "Positive exponent width required in format string at %L"
69628 msgstr ""
69630 #: fortran/io.cc:1066
69631 #, gcc-internal-format, gfc-internal-format
69632 msgid "Right parenthesis expected at %C in format string at %L"
69633 msgstr ""
69635 #: fortran/io.cc:1108
69636 #, gcc-internal-format, gfc-internal-format
69637 msgid "Period required in format specifier in format string at %L"
69638 msgstr ""
69640 #: fortran/io.cc:1114
69641 #, gcc-internal-format, gfc-internal-format
69642 msgid "Period required in format specifier at %L"
69643 msgstr ""
69645 #: fortran/io.cc:1136
69646 #, gcc-internal-format, gfc-internal-format
69647 msgid "The H format specifier at %L is a Fortran 95 deleted feature"
69648 msgstr ""
69650 #: fortran/io.cc:1231 fortran/io.cc:1293
69651 #, gcc-internal-format, gfc-internal-format
69652 msgid "Missing comma at %L"
69653 msgstr ""
69655 #: fortran/io.cc:1349
69656 #, gcc-internal-format, gfc-internal-format
69657 msgid "Extraneous characters in format at %L"
69658 msgstr ""
69660 #: fortran/io.cc:1371
69661 #, gcc-internal-format, gfc-internal-format
69662 msgid "Format statement in module main block at %C"
69663 msgstr ""
69665 #: fortran/io.cc:1380
69666 #, gcc-internal-format, gfc-internal-format
69667 msgid "FORMAT statement at %C cannot appear within an INTERFACE"
69668 msgstr ""
69670 #: fortran/io.cc:1386
69671 #, gcc-internal-format, gfc-internal-format
69672 msgid "Missing format label at %C"
69673 msgstr ""
69675 #: fortran/io.cc:1441 fortran/io.cc:1472 fortran/io.cc:1552
69676 #, gcc-internal-format, gfc-internal-format
69677 msgid "Invalid value for %s specification at %C"
69678 msgstr ""
69680 #: fortran/io.cc:1447 fortran/io.cc:1478 fortran/io.cc:1634 fortran/io.cc:1647
69681 #, gcc-internal-format, gfc-internal-format
69682 msgid "Duplicate %s specification at %C"
69683 msgstr ""
69685 #: fortran/io.cc:1489
69686 #, gcc-internal-format, gfc-internal-format
69687 msgid "Variable %s cannot be INTENT(IN) at %C"
69688 msgstr ""
69690 #: fortran/io.cc:1497
69691 #, gcc-internal-format, gfc-internal-format
69692 msgid "Variable %s cannot be assigned in PURE procedure at %C"
69693 msgstr ""
69695 #: fortran/io.cc:1527
69696 #, gcc-internal-format, gfc-internal-format
69697 msgid "Expecting a variable at %L"
69698 msgstr ""
69700 #: fortran/io.cc:1558
69701 #, gcc-internal-format, gfc-internal-format
69702 msgid "Duplicate %s label specification at %C"
69703 msgstr ""
69705 #: fortran/io.cc:1578 fortran/io.cc:1595 fortran/io.cc:1616
69706 #, gcc-internal-format
69707 msgid "%s at %C is a DEC extension, enable with %<-fdec%>"
69708 msgstr ""
69710 #: fortran/io.cc:1669
69711 #, gcc-internal-format, gfc-internal-format
69712 msgid "Constant expression in FORMAT tag at %L must be of type default CHARACTER"
69713 msgstr ""
69715 #: fortran/io.cc:1694
69716 #, gcc-internal-format, gfc-internal-format
69717 msgid "FORMAT tag at %L cannot be a zero-sized array"
69718 msgstr ""
69720 #: fortran/io.cc:1735
69721 #, gcc-internal-format, gfc-internal-format
69722 msgid "FORMAT tag at %L must be of type default-kind CHARACTER or of INTEGER"
69723 msgstr ""
69725 #: fortran/io.cc:1741
69726 #, gcc-internal-format, gfc-internal-format
69727 msgid "ASSIGNED variable in FORMAT tag at %L"
69728 msgstr ""
69730 #: fortran/io.cc:1746
69731 #, gcc-internal-format
69732 msgid "Variable %qs at %L has not been assigned a format label"
69733 msgstr ""
69735 #: fortran/io.cc:1753
69736 #, gcc-internal-format
69737 msgid "Scalar %qs in FORMAT tag at %L is not an ASSIGNED variable"
69738 msgstr ""
69740 #: fortran/io.cc:1768
69741 #, gcc-internal-format, gfc-internal-format
69742 msgid "Non-character non-Hollerith in FORMAT tag at %L"
69743 msgstr ""
69745 #: fortran/io.cc:1772
69746 #, gcc-internal-format, gfc-internal-format
69747 msgid "Non-character in FORMAT tag at %L"
69748 msgstr ""
69750 #: fortran/io.cc:1778
69751 #, gcc-internal-format, gfc-internal-format
69752 msgid "Non-character assumed shape array element in FORMAT tag at %L"
69753 msgstr ""
69755 #: fortran/io.cc:1785
69756 #, gcc-internal-format, gfc-internal-format
69757 msgid "Non-character assumed size array element in FORMAT tag at %L"
69758 msgstr ""
69760 #: fortran/io.cc:1792
69761 #, gcc-internal-format, gfc-internal-format
69762 msgid "Non-character pointer array element in FORMAT tag at %L"
69763 msgstr ""
69765 #: fortran/io.cc:1818
69766 #, gcc-internal-format, gfc-internal-format
69767 msgid "%s tag at %L must be of type %s"
69768 msgstr ""
69770 #: fortran/io.cc:1825
69771 #, gcc-internal-format, gfc-internal-format
69772 msgid "%s tag at %L must be a character string of default kind"
69773 msgstr ""
69775 #: fortran/io.cc:1832
69776 #, gcc-internal-format, gfc-internal-format
69777 msgid "%s tag at %L must be scalar"
69778 msgstr ""
69780 #: fortran/io.cc:1838
69781 #, gcc-internal-format, gfc-internal-format
69782 msgid "IOMSG tag at %L"
69783 msgstr ""
69785 #: fortran/io.cc:1846
69786 #, gcc-internal-format, gfc-internal-format
69787 msgid "Fortran 95 requires default INTEGER in %s tag at %L"
69788 msgstr ""
69790 #: fortran/io.cc:1855
69791 #, gcc-internal-format, gfc-internal-format
69792 msgid "Non-default LOGICAL kind in %s tag at %L"
69793 msgstr ""
69795 #: fortran/io.cc:1862
69796 #, gcc-internal-format, gfc-internal-format
69797 msgid "NEWUNIT specifier at %L"
69798 msgstr ""
69800 #: fortran/io.cc:1880
69801 #, gcc-internal-format, gfc-internal-format
69802 msgid "CONVERT tag at %L"
69803 msgstr ""
69805 #: fortran/io.cc:2105
69806 #, gcc-internal-format
69807 msgid "Fortran 2003: %s specifier in %s statement at %L has value %qs"
69808 msgstr ""
69810 #: fortran/io.cc:2113 fortran/io.cc:2140
69811 #, gcc-internal-format
69812 msgid "%s specifier in %s statement at %L has value %qs"
69813 msgstr ""
69815 #: fortran/io.cc:2132
69816 #, gcc-internal-format
69817 msgid "Extension: %s specifier in %s statement at %L has value %qs"
69818 msgstr ""
69820 #: fortran/io.cc:2154 fortran/io.cc:2162
69821 #, gcc-internal-format
69822 msgid "%s specifier in %s statement at %L has invalid value %qs"
69823 msgstr ""
69825 #: fortran/io.cc:2219
69826 #, gcc-internal-format, gfc-internal-format
69827 msgid "ACTION type conflicts with READONLY specifier at %L"
69828 msgstr ""
69830 #: fortran/io.cc:2235
69831 #, gcc-internal-format, gfc-internal-format
69832 msgid "ASYNCHRONOUS= at %L not allowed in Fortran 95"
69833 msgstr ""
69835 #: fortran/io.cc:2254 fortran/io.cc:3928
69836 #, gcc-internal-format, gfc-internal-format
69837 msgid "BLANK= at %L not allowed in Fortran 95"
69838 msgstr ""
69840 #: fortran/io.cc:2282 fortran/io.cc:3906
69841 #, gcc-internal-format, gfc-internal-format
69842 msgid "DECIMAL= at %L not allowed in Fortran 95"
69843 msgstr ""
69845 #: fortran/io.cc:2314
69846 #, gcc-internal-format, gfc-internal-format
69847 msgid "ENCODING= at %L not allowed in Fortran 95"
69848 msgstr ""
69850 #: fortran/io.cc:2365 fortran/io.cc:3973
69851 #, gcc-internal-format, gfc-internal-format
69852 msgid "ROUND= at %L not allowed in Fortran 95"
69853 msgstr ""
69855 #: fortran/io.cc:2395
69856 #, gcc-internal-format, gfc-internal-format
69857 msgid "SIGN= at %L not allowed in Fortran 95"
69858 msgstr ""
69860 #: fortran/io.cc:2416
69861 #, gcc-internal-format, gfc-internal-format
69862 msgid "RECL in OPEN statement at %L must be positive"
69863 msgstr ""
69865 #: fortran/io.cc:2441
69866 #, gcc-internal-format
69867 msgid "The STATUS specified in OPEN statement at %L is %qs and no FILE specifier is present"
69868 msgstr ""
69870 #: fortran/io.cc:2452
69871 #, gcc-internal-format, gfc-internal-format
69872 msgid "The STATUS specified in OPEN statement at %L cannot have the value SCRATCH if a FILE specifier is present"
69873 msgstr ""
69875 #: fortran/io.cc:2463
69876 #, gcc-internal-format, gfc-internal-format
69877 msgid "UNIT specifier not allowed with NEWUNIT at %L"
69878 msgstr ""
69880 #: fortran/io.cc:2474
69881 #, gcc-internal-format, gfc-internal-format
69882 msgid "NEWUNIT specifier must have FILE= or STATUS='scratch' at %L"
69883 msgstr ""
69885 #: fortran/io.cc:2481
69886 #, gcc-internal-format, gfc-internal-format
69887 msgid "OPEN statement at %L must have UNIT or NEWUNIT specified"
69888 msgstr ""
69890 #: fortran/io.cc:2516
69891 #, gcc-internal-format, gfc-internal-format
69892 msgid "%sspecifier at %L not allowed in OPEN statement for unformatted I/O"
69893 msgstr ""
69895 #: fortran/io.cc:2524
69896 #, gcc-internal-format, gfc-internal-format
69897 msgid "RECL specifier not allowed in OPEN statement at %L for stream I/O"
69898 msgstr ""
69900 #: fortran/io.cc:2537
69901 #, gcc-internal-format, gfc-internal-format
69902 msgid "POSITION specifier in OPEN statement at %L only allowed for stream or sequential ACCESS"
69903 msgstr ""
69905 #: fortran/io.cc:2590
69906 #, gcc-internal-format, gfc-internal-format
69907 msgid "OPEN statement not allowed in PURE procedure at %C"
69908 msgstr ""
69910 #: fortran/io.cc:2698
69911 #, gcc-internal-format, gfc-internal-format
69912 msgid "CLOSE statement not allowed in PURE procedure at %C"
69913 msgstr ""
69915 #: fortran/io.cc:2724
69916 #, gcc-internal-format, gfc-internal-format
69917 msgid "CLOSE statement at %L requires a UNIT number"
69918 msgstr ""
69920 #: fortran/io.cc:2732
69921 #, gcc-internal-format, gfc-internal-format
69922 msgid "UNIT number in CLOSE statement at %L must be non-negative"
69923 msgstr ""
69925 #: fortran/io.cc:2855 fortran/match.cc:3129
69926 #, gcc-internal-format, gfc-internal-format
69927 msgid "%s statement not allowed in PURE procedure at %C"
69928 msgstr ""
69930 #: fortran/io.cc:2885
69931 #, gcc-internal-format, gfc-internal-format
69932 msgid "UNIT number missing in statement at %L"
69933 msgstr ""
69935 #: fortran/io.cc:2896 fortran/io.cc:3386
69936 #, gcc-internal-format, gfc-internal-format
69937 msgid "UNIT number in statement at %L must be non-negative"
69938 msgstr ""
69940 #: fortran/io.cc:2929
69941 #, gcc-internal-format, gfc-internal-format
69942 msgid "FLUSH statement at %C"
69943 msgstr ""
69945 #: fortran/io.cc:2970
69946 #, gcc-internal-format, gfc-internal-format
69947 msgid "Missing format with default unit at %C"
69948 msgstr ""
69950 #: fortran/io.cc:2990
69951 #, gcc-internal-format, gfc-internal-format
69952 msgid "Duplicate UNIT specification at %C"
69953 msgstr ""
69955 #: fortran/io.cc:3064
69956 #, gcc-internal-format, gfc-internal-format
69957 msgid "Duplicate format specification at %C"
69958 msgstr ""
69960 #: fortran/io.cc:3105
69961 #, gcc-internal-format
69962 msgid "Symbol %qs in namelist %qs is INTENT(IN) at %C"
69963 msgstr ""
69965 #: fortran/io.cc:3141
69966 #, gcc-internal-format, gfc-internal-format
69967 msgid "Duplicate NML specification at %C"
69968 msgstr ""
69970 #: fortran/io.cc:3150
69971 #, gcc-internal-format
69972 msgid "Symbol %qs at %C must be a NAMELIST group name"
69973 msgstr ""
69975 #: fortran/io.cc:3216
69976 #, gcc-internal-format, gfc-internal-format
69977 msgid "END tag at %C not allowed in output statement"
69978 msgstr ""
69980 #: fortran/io.cc:3312
69981 #, gcc-internal-format, gfc-internal-format
69982 msgid "UNIT not specified at %L"
69983 msgstr ""
69985 #: fortran/io.cc:3319
69986 #, gcc-internal-format, gfc-internal-format
69987 msgid "UNIT specification at %L must not be a character PARAMETER"
69988 msgstr ""
69990 #: fortran/io.cc:3332
69991 #, gcc-internal-format, gfc-internal-format
69992 msgid "UNIT specification at %L must be an INTEGER expression or a CHARACTER variable"
69993 msgstr ""
69995 #: fortran/io.cc:3354
69996 #, gcc-internal-format, gfc-internal-format
69997 msgid "Invalid form of WRITE statement at %L, UNIT required"
69998 msgstr ""
70000 #: fortran/io.cc:3365
70001 #, gcc-internal-format, gfc-internal-format
70002 msgid "Internal unit with vector subscript at %L"
70003 msgstr ""
70005 #: fortran/io.cc:3379
70006 #, gcc-internal-format, gfc-internal-format
70007 msgid "External IO UNIT cannot be an array at %L"
70008 msgstr ""
70010 #: fortran/io.cc:3409
70011 #, gcc-internal-format
70012 msgid "NAMELIST %qs in READ statement at %L contains the symbol %qs which may not appear in a variable definition context"
70013 msgstr ""
70015 #: fortran/io.cc:3421
70016 #, gcc-internal-format
70017 msgid "NAMELIST object %qs in namelist %qs at %L is polymorphic and requires a defined input/output procedure"
70018 msgstr ""
70020 #: fortran/io.cc:3431 fortran/resolve.cc:15309
70021 #, gcc-internal-format
70022 msgid "NAMELIST object %qs in namelist %qs at %L with ALLOCATABLE or POINTER components"
70023 msgstr ""
70025 #: fortran/io.cc:3439
70026 #, gcc-internal-format
70027 msgid "NAMELIST object %qs in namelist %qs at %L has ALLOCATABLE or POINTER components and thus requires a defined input/output procedure"
70028 msgstr ""
70030 #: fortran/io.cc:3450
70031 #, gcc-internal-format, gfc-internal-format
70032 msgid "Comma before i/o item list at %L"
70033 msgstr ""
70035 #: fortran/io.cc:3460
70036 #, gcc-internal-format, gfc-internal-format
70037 msgid "ERR tag label %d at %L not defined"
70038 msgstr ""
70040 #: fortran/io.cc:3472
70041 #, gcc-internal-format, gfc-internal-format
70042 msgid "END tag label %d at %L not defined"
70043 msgstr ""
70045 #: fortran/io.cc:3484
70046 #, gcc-internal-format, gfc-internal-format
70047 msgid "EOR tag label %d at %L not defined"
70048 msgstr ""
70050 #: fortran/io.cc:3494
70051 #, gcc-internal-format, gfc-internal-format
70052 msgid "FORMAT label %d at %L not defined"
70053 msgstr ""
70055 #: fortran/io.cc:3525
70056 #, gcc-internal-format
70057 msgid "io_kind_name(): bad I/O-kind"
70058 msgstr ""
70060 #: fortran/io.cc:3614
70061 #, gcc-internal-format, gfc-internal-format
70062 msgid "Syntax error in I/O iterator at %C"
70063 msgstr ""
70065 #: fortran/io.cc:3646
70066 #, gcc-internal-format, gfc-internal-format
70067 msgid "Expecting variable in READ statement at %C"
70068 msgstr ""
70070 #: fortran/io.cc:3652
70071 #, gcc-internal-format, gfc-internal-format
70072 msgid "Expecting variable or io-implied-do in READ statement at %L"
70073 msgstr ""
70075 #: fortran/io.cc:3661
70076 #, gcc-internal-format, gfc-internal-format
70077 msgid "Expecting variable or io-implied-do at %L"
70078 msgstr ""
70080 #: fortran/io.cc:3670
70081 #, gcc-internal-format, gfc-internal-format
70082 msgid "Expected expression in %s statement at %C"
70083 msgstr ""
70085 #: fortran/io.cc:3675
70086 #, gcc-internal-format, gfc-internal-format
70087 msgid "BOZ literal constant at %L cannot appear in an output IO list"
70088 msgstr ""
70090 #: fortran/io.cc:3823
70091 #, gcc-internal-format, gfc-internal-format
70092 msgid "Internal file at %L with namelist"
70093 msgstr ""
70095 #: fortran/io.cc:3838
70096 #, gcc-internal-format, gfc-internal-format
70097 msgid "IO UNIT in %s statement at %L must be an internal file in a PURE procedure"
70098 msgstr ""
70100 #: fortran/io.cc:3951
70101 #, gcc-internal-format, gfc-internal-format
70102 msgid "PAD= at %L not allowed in Fortran 95"
70103 msgstr ""
70105 #: fortran/io.cc:4020
70106 #, gcc-internal-format, gfc-internal-format
70107 msgid "DELIM= at %L not allowed in Fortran 95"
70108 msgstr ""
70110 #: fortran/io.cc:4194
70111 #, gcc-internal-format, gfc-internal-format
70112 msgid "PRINT namelist at %C is an extension"
70113 msgstr ""
70115 #: fortran/io.cc:4216
70116 #, gcc-internal-format, gfc-internal-format
70117 msgid "Comma after * at %C not allowed without I/O list"
70118 msgstr ""
70120 #: fortran/io.cc:4389
70121 #, gcc-internal-format, gfc-internal-format
70122 msgid "Expected comma in I/O list at %C"
70123 msgstr ""
70125 #: fortran/io.cc:4456
70126 #, gcc-internal-format, gfc-internal-format
70127 msgid "PRINT statement at %C not allowed within PURE procedure"
70128 msgstr ""
70130 #: fortran/io.cc:4618
70131 #, gcc-internal-format, gfc-internal-format
70132 msgid "NULL() near %L cannot appear in INQUIRE statement"
70133 msgstr ""
70135 #: fortran/io.cc:4630 fortran/io.cc:4692
70136 #, gcc-internal-format, gfc-internal-format
70137 msgid "INQUIRE statement not allowed in PURE procedure at %C"
70138 msgstr ""
70140 #: fortran/io.cc:4658
70141 #, gcc-internal-format, gfc-internal-format
70142 msgid "IOLENGTH tag invalid in INQUIRE statement at %C"
70143 msgstr ""
70145 #: fortran/io.cc:4668 fortran/trans-io.cc:1358
70146 #, gcc-internal-format, gfc-internal-format
70147 msgid "INQUIRE statement at %L cannot contain both FILE and UNIT specifiers"
70148 msgstr ""
70150 #: fortran/io.cc:4675
70151 #, gcc-internal-format, gfc-internal-format
70152 msgid "INQUIRE statement at %L requires either FILE or UNIT specifier"
70153 msgstr ""
70155 #: fortran/io.cc:4685
70156 #, gcc-internal-format, gfc-internal-format
70157 msgid "UNIT number in INQUIRE statement at %L cannot be %d"
70158 msgstr ""
70160 #: fortran/io.cc:4700
70161 #, gcc-internal-format, gfc-internal-format
70162 msgid "INQUIRE statement at %L requires a PENDING= specifier with the ID= specifier"
70163 msgstr ""
70165 #: fortran/io.cc:4876
70166 #, gcc-internal-format, gfc-internal-format
70167 msgid "WAIT at %C not allowed in Fortran 95"
70168 msgstr ""
70170 #: fortran/io.cc:4882
70171 #, gcc-internal-format, gfc-internal-format
70172 msgid "WAIT statement not allowed in PURE procedure at %C"
70173 msgstr ""
70175 #. Reject truncation.
70176 #: fortran/iresolve.cc:70
70177 #, gcc-internal-format, gfc-internal-format
70178 msgid "identifier overflow: %d"
70179 msgstr ""
70181 #: fortran/iresolve.cc:102
70182 #, gcc-internal-format
70183 msgid "check_charlen_present(): length not set"
70184 msgstr ""
70186 #: fortran/match.cc:118
70187 #, gcc-internal-format
70188 msgid "gfc_op2string(): Bad code"
70189 msgstr ""
70191 #: fortran/match.cc:195
70192 #, gcc-internal-format
70193 msgid "Expected structure component or operator name after %<.%> at %C"
70194 msgstr ""
70196 #: fortran/match.cc:227
70197 #, gcc-internal-format
70198 msgid "%qs is neither a defined operator nor a structure component in dotted string at %C"
70199 msgstr ""
70201 #: fortran/match.cc:298
70202 #, gcc-internal-format
70203 msgid "Missing %qs in statement at or before %L"
70204 msgstr ""
70206 #: fortran/match.cc:498
70207 #, gcc-internal-format, gfc-internal-format
70208 msgid "Integer too large at %C"
70209 msgstr ""
70211 #: fortran/match.cc:553 fortran/parse.cc:1308
70212 #, gcc-internal-format, gfc-internal-format
70213 msgid "Too many digits in statement label at %C"
70214 msgstr ""
70216 #: fortran/match.cc:559
70217 #, gcc-internal-format, gfc-internal-format
70218 msgid "Statement label at %C is zero"
70219 msgstr ""
70221 #: fortran/match.cc:592
70222 #, gcc-internal-format
70223 msgid "Label name %qs at %C is ambiguous"
70224 msgstr ""
70226 #: fortran/match.cc:598
70227 #, gcc-internal-format
70228 msgid "Duplicate construct label %qs at %C"
70229 msgstr ""
70231 #: fortran/match.cc:634
70232 #, gcc-internal-format, gfc-internal-format
70233 msgid "Invalid character in name at %C"
70234 msgstr ""
70236 #: fortran/match.cc:647
70237 #, gcc-internal-format, gfc-internal-format
70238 msgid "Name at %C is too long"
70239 msgstr ""
70241 #: fortran/match.cc:658
70242 #, gcc-internal-format
70243 msgid "Invalid character %<$%> at %L. Use %<-fdollar-ok%> to allow it as an extension"
70244 msgstr ""
70246 #: fortran/match.cc:934
70247 #, gcc-internal-format, gfc-internal-format
70248 msgid ".XOR. operator at %C"
70249 msgstr ""
70251 #: fortran/match.cc:989
70252 #, gcc-internal-format, gfc-internal-format
70253 msgid "Loop variable at %C cannot be an array"
70254 msgstr ""
70256 #: fortran/match.cc:996
70257 #, gcc-internal-format, gfc-internal-format
70258 msgid "Loop variable at %C cannot be a coarray"
70259 msgstr ""
70261 #: fortran/match.cc:1002
70262 #, gcc-internal-format, gfc-internal-format
70263 msgid "Loop variable at %C cannot be a sub-component"
70264 msgstr ""
70266 #: fortran/match.cc:1036
70267 #, gcc-internal-format, gfc-internal-format
70268 msgid "Expected a step value in iterator at %C"
70269 msgstr ""
70271 #: fortran/match.cc:1048
70272 #, gcc-internal-format, gfc-internal-format
70273 msgid "Syntax error in iterator at %C"
70274 msgstr ""
70276 #: fortran/match.cc:1219
70277 #, gcc-internal-format, gfc-internal-format
70278 msgid "gfc_match(): Bad match code %c"
70279 msgstr ""
70281 #: fortran/match.cc:1293
70282 #, gcc-internal-format, gfc-internal-format
70283 msgid "Invalid form of PROGRAM statement at %C"
70284 msgstr ""
70286 #: fortran/match.cc:1337
70287 #, gcc-internal-format, gfc-internal-format
70288 msgid "BOZ literal constant at %L is neither a DATA statement value nor an actual argument of INT/REAL/DBLE/CMPLX intrinsic subprogram"
70289 msgstr ""
70291 #: fortran/match.cc:1346
70292 #, gcc-internal-format, gfc-internal-format
70293 msgid "Assignment to a constant expression at %C"
70294 msgstr ""
70296 #: fortran/match.cc:1450 fortran/match.cc:1541
70297 #, gcc-internal-format, gfc-internal-format
70298 msgid "Arithmetic IF statement at %C"
70299 msgstr ""
70301 #: fortran/match.cc:1497
70302 #, gcc-internal-format
70303 msgid "Missing %<(%> in IF-expression at %C"
70304 msgstr ""
70306 #: fortran/match.cc:1515
70307 #, gcc-internal-format, gfc-internal-format
70308 msgid "Syntax error in IF-expression at %C"
70309 msgstr ""
70311 #: fortran/match.cc:1526
70312 #, gcc-internal-format, gfc-internal-format
70313 msgid "Block label not appropriate for arithmetic IF statement at %C"
70314 msgstr ""
70316 #: fortran/match.cc:1564
70317 #, gcc-internal-format, gfc-internal-format
70318 msgid "Block label is not appropriate for IF statement at %C"
70319 msgstr ""
70321 #: fortran/match.cc:1657 fortran/match.cc:1664
70322 #, gcc-internal-format, gfc-internal-format
70323 msgid "Syntax error in IF-clause after %C"
70324 msgstr ""
70326 #: fortran/match.cc:1707
70327 #, gcc-internal-format, gfc-internal-format
70328 msgid "Invalid character(s) in ELSE statement after %C"
70329 msgstr ""
70331 #: fortran/match.cc:1713
70332 #, gcc-internal-format
70333 msgid "Label %qs at %C doesn't match IF label %qs"
70334 msgstr ""
70336 #: fortran/match.cc:1734
70337 #, gcc-internal-format
70338 msgid "Missing %<(%> in ELSE IF expression at %C"
70339 msgstr ""
70341 #: fortran/match.cc:1744
70342 #, gcc-internal-format
70343 msgid "Missing %<)%> in ELSE IF expression at %C"
70344 msgstr ""
70346 #: fortran/match.cc:1759
70347 #, gcc-internal-format, gfc-internal-format
70348 msgid "Missing THEN in ELSE IF statement after %L"
70349 msgstr ""
70351 #: fortran/match.cc:1767
70352 #, gcc-internal-format, gfc-internal-format
70353 msgid "Syntax error in ELSE IF statement after %L"
70354 msgstr ""
70356 #: fortran/match.cc:1773
70357 #, gcc-internal-format
70358 msgid "Label %qs after %L doesn't match IF label %qs"
70359 msgstr ""
70361 #: fortran/match.cc:1834
70362 #, gcc-internal-format, gfc-internal-format
70363 msgid "Image control statement CRITICAL at %C in PURE procedure"
70364 msgstr ""
70366 #: fortran/match.cc:1840
70367 #, gcc-internal-format, gfc-internal-format
70368 msgid "Image control statement CRITICAL at %C in DO CONCURRENT block"
70369 msgstr ""
70371 #: fortran/match.cc:1847
70372 #, gcc-internal-format, gfc-internal-format
70373 msgid "CRITICAL statement at %C"
70374 msgstr ""
70376 #: fortran/match.cc:1859
70377 #, gcc-internal-format, gfc-internal-format
70378 msgid "Nested CRITICAL block at %C"
70379 msgstr ""
70381 #: fortran/match.cc:1911
70382 #, gcc-internal-format, gfc-internal-format
70383 msgid "Expected association list at %C"
70384 msgstr ""
70386 #: fortran/match.cc:1923
70387 #, gcc-internal-format, gfc-internal-format
70388 msgid "Expected association at %C"
70389 msgstr ""
70391 #: fortran/match.cc:1933
70392 #, gcc-internal-format, gfc-internal-format
70393 msgid "Invalid association target at %C"
70394 msgstr ""
70396 #: fortran/match.cc:1944
70397 #, gcc-internal-format
70398 msgid "Duplicate name %qs in association at %C"
70399 msgstr ""
70401 #: fortran/match.cc:1952
70402 #, gcc-internal-format, gfc-internal-format
70403 msgid "Association target at %C must not be coindexed"
70404 msgstr ""
70406 #: fortran/match.cc:1959
70407 #, gcc-internal-format, gfc-internal-format
70408 msgid "Association target at %L cannot be a BOZ literal constant"
70409 msgstr ""
70411 #: fortran/match.cc:1978
70412 #, gcc-internal-format
70413 msgid "Expected %<)%> or %<,%> at %C"
70414 msgstr "Očekivano je %<)%> ili %<,%> pri %C"
70416 #: fortran/match.cc:1996
70417 #, gcc-internal-format, gfc-internal-format
70418 msgid "Junk after ASSOCIATE statement at %C"
70419 msgstr ""
70421 #: fortran/match.cc:2118
70422 #, gcc-internal-format
70423 msgid "Derived type %qs at %L may not be ABSTRACT"
70424 msgstr ""
70426 #: fortran/match.cc:2190 fortran/match.cc:2262 fortran/match.cc:2285
70427 #, gcc-internal-format, gfc-internal-format
70428 msgid "Invalid type-spec at %C"
70429 msgstr ""
70431 #: fortran/match.cc:2380
70432 #, gcc-internal-format, gfc-internal-format
70433 msgid "Syntax error in FORALL iterator at %C"
70434 msgstr ""
70436 #: fortran/match.cc:2645
70437 #, gcc-internal-format, gfc-internal-format
70438 msgid "DO CONCURRENT construct at %C"
70439 msgstr ""
70441 #: fortran/match.cc:2770
70442 #, gcc-internal-format
70443 msgid "Name %qs in %s statement at %C is unknown"
70444 msgstr ""
70446 #: fortran/match.cc:2778
70447 #, gcc-internal-format
70448 msgid "Name %qs in %s statement at %C is not a construct name"
70449 msgstr ""
70451 #: fortran/match.cc:2790
70452 #, gcc-internal-format, gfc-internal-format
70453 msgid "%s statement at %C leaves CRITICAL construct"
70454 msgstr ""
70456 #. F2008, C821 & C845.
70457 #: fortran/match.cc:2798
70458 #, gcc-internal-format, gfc-internal-format
70459 msgid "%s statement at %C leaves DO CONCURRENT construct"
70460 msgstr ""
70462 #: fortran/match.cc:2810
70463 #, gcc-internal-format, gfc-internal-format
70464 msgid "%s statement at %C is not within a construct"
70465 msgstr ""
70467 #: fortran/match.cc:2813
70468 #, gcc-internal-format
70469 msgid "%s statement at %C is not within construct %qs"
70470 msgstr ""
70472 #: fortran/match.cc:2839
70473 #, gcc-internal-format
70474 msgid "CYCLE statement at %C is not applicable to non-loop construct %qs"
70475 msgstr ""
70477 #: fortran/match.cc:2844
70478 #, gcc-internal-format, gfc-internal-format
70479 msgid "EXIT statement with no do-construct-name at %C"
70480 msgstr ""
70482 #: fortran/match.cc:2850
70483 #, gcc-internal-format
70484 msgid "%s statement at %C is not applicable to construct %qs"
70485 msgstr ""
70487 #: fortran/match.cc:2858
70488 #, gcc-internal-format, gfc-internal-format
70489 msgid "%s statement at %C leaving OpenACC structured block"
70490 msgstr ""
70492 #: fortran/match.cc:2859
70493 #, gcc-internal-format, gfc-internal-format
70494 msgid "%s statement at %C leaving OpenMP structured block"
70495 msgstr ""
70497 #: fortran/match.cc:2899
70498 #, gcc-internal-format, gfc-internal-format
70499 msgid "EXIT statement at %C terminating !$ACC LOOP loop"
70500 msgstr ""
70502 #: fortran/match.cc:2905
70503 #, gcc-internal-format, gfc-internal-format
70504 msgid "CYCLE statement at %C to non-innermost tiled !$ACC LOOP loop"
70505 msgstr ""
70507 #: fortran/match.cc:2907
70508 #, gcc-internal-format, gfc-internal-format
70509 msgid "CYCLE statement at %C to non-innermost collapsed !$ACC LOOP loop"
70510 msgstr ""
70512 #: fortran/match.cc:2954
70513 #, gcc-internal-format, gfc-internal-format
70514 msgid "EXIT statement at %C terminating !$OMP DO loop"
70515 msgstr ""
70517 #: fortran/match.cc:2959
70518 #, gcc-internal-format, gfc-internal-format
70519 msgid "CYCLE statement at %C to non-innermost collapsed !$OMP DO loop"
70520 msgstr ""
70522 #: fortran/match.cc:3064
70523 #, gcc-internal-format, gfc-internal-format
70524 msgid "Blank required in %s statement near %C"
70525 msgstr ""
70527 #: fortran/match.cc:3087
70528 #, gcc-internal-format, gfc-internal-format
70529 msgid "STOP code at %C cannot be negative"
70530 msgstr ""
70532 #: fortran/match.cc:3093
70533 #, gcc-internal-format, gfc-internal-format
70534 msgid "STOP code at %C contains too many digits"
70535 msgstr ""
70537 #: fortran/match.cc:3109
70538 #, gcc-internal-format, gfc-internal-format
70539 msgid "QUIET= specifier for %s at %L"
70540 msgstr ""
70542 #: fortran/match.cc:3123
70543 #, gcc-internal-format, gfc-internal-format
70544 msgid "%s statement at %C in PURE procedure"
70545 msgstr ""
70547 #: fortran/match.cc:3139
70548 #, gcc-internal-format, gfc-internal-format
70549 msgid "Image control statement STOP at %C in CRITICAL block"
70550 msgstr ""
70552 #: fortran/match.cc:3144
70553 #, gcc-internal-format, gfc-internal-format
70554 msgid "Image control statement STOP at %C in DO CONCURRENT block"
70555 msgstr ""
70557 #: fortran/match.cc:3156
70558 #, gcc-internal-format, gfc-internal-format
70559 msgid "STOP code at %L must be a scalar CHARACTER constant or digit[digit[digit[digit[digit]]]]"
70560 msgstr ""
70562 #: fortran/match.cc:3168
70563 #, gcc-internal-format, gfc-internal-format
70564 msgid "STOP code at %L must be a scalar default CHARACTER or INTEGER constant expression"
70565 msgstr ""
70567 #: fortran/match.cc:3175
70568 #, gcc-internal-format, gfc-internal-format
70569 msgid "STOP code at %L must be either INTEGER or CHARACTER type"
70570 msgstr ""
70572 #: fortran/match.cc:3182
70573 #, gcc-internal-format, gfc-internal-format
70574 msgid "STOP code at %L must be scalar"
70575 msgstr ""
70577 #: fortran/match.cc:3189
70578 #, gcc-internal-format, gfc-internal-format
70579 msgid "STOP code at %L must be default character KIND=%d"
70580 msgstr ""
70582 #: fortran/match.cc:3196
70583 #, gcc-internal-format, gfc-internal-format
70584 msgid "STOP code at %L must be default integer KIND=%d"
70585 msgstr ""
70587 #: fortran/match.cc:3208 fortran/resolve.cc:12014
70588 #, gcc-internal-format, gfc-internal-format
70589 msgid "QUIET specifier at %L must be a scalar LOGICAL"
70590 msgstr ""
70592 #: fortran/match.cc:3258
70593 #, gcc-internal-format, gfc-internal-format
70594 msgid "PAUSE statement at %C"
70595 msgstr ""
70597 #: fortran/match.cc:3279
70598 #, gcc-internal-format, gfc-internal-format
70599 msgid "ERROR STOP statement at %C"
70600 msgstr ""
70602 #: fortran/match.cc:3305
70603 #, gcc-internal-format, gfc-internal-format
70604 msgid "Image control statement EVENT %s at %C in PURE procedure"
70605 msgstr ""
70607 #: fortran/match.cc:3320
70608 #, gcc-internal-format, gfc-internal-format
70609 msgid "Image control statement EVENT %s at %C in CRITICAL block"
70610 msgstr ""
70612 #: fortran/match.cc:3327
70613 #, gcc-internal-format, gfc-internal-format
70614 msgid "Image control statement EVENT %s at %C in DO CONCURRENT block"
70615 msgstr ""
70617 #: fortran/match.cc:3357 fortran/match.cc:3699 fortran/match.cc:3911
70618 #: fortran/match.cc:4463 fortran/match.cc:4834
70619 #, gcc-internal-format, gfc-internal-format
70620 msgid "Redundant STAT tag found at %L"
70621 msgstr ""
70623 #: fortran/match.cc:3378 fortran/match.cc:3720 fortran/match.cc:3931
70624 #: fortran/match.cc:4495 fortran/match.cc:4859
70625 #, gcc-internal-format, gfc-internal-format
70626 msgid "Redundant ERRMSG tag found at %L"
70627 msgstr ""
70629 #: fortran/match.cc:3399
70630 #, gcc-internal-format, gfc-internal-format
70631 msgid "Redundant UNTIL_COUNT tag found at %L"
70632 msgstr ""
70634 #: fortran/match.cc:3465
70635 #, gcc-internal-format, gfc-internal-format
70636 msgid "EVENT POST statement at %C"
70637 msgstr ""
70639 #: fortran/match.cc:3475
70640 #, gcc-internal-format, gfc-internal-format
70641 msgid "EVENT WAIT statement at %C"
70642 msgstr ""
70644 #: fortran/match.cc:3487
70645 #, gcc-internal-format, gfc-internal-format
70646 msgid "FAIL IMAGE statement at %C"
70647 msgstr ""
70649 #: fortran/match.cc:3511
70650 #, gcc-internal-format, gfc-internal-format
70651 msgid "FORM TEAM statement at %C"
70652 msgstr ""
70654 #: fortran/match.cc:3550
70655 #, gcc-internal-format, gfc-internal-format
70656 msgid "CHANGE TEAM statement at %C"
70657 msgstr ""
70659 #: fortran/match.cc:3580
70660 #, gcc-internal-format, gfc-internal-format
70661 msgid "END TEAM statement at %C"
70662 msgstr ""
70664 #: fortran/match.cc:3604
70665 #, gcc-internal-format, gfc-internal-format
70666 msgid "SYNC TEAM statement at %C"
70667 msgstr ""
70669 #: fortran/match.cc:3647
70670 #, gcc-internal-format, gfc-internal-format
70671 msgid "Image control statement %s at %C in PURE procedure"
70672 msgstr ""
70674 #: fortran/match.cc:3662
70675 #, gcc-internal-format, gfc-internal-format
70676 msgid "Image control statement %s at %C in CRITICAL block"
70677 msgstr ""
70679 #: fortran/match.cc:3669
70680 #, gcc-internal-format, gfc-internal-format
70681 msgid "Image control statement %s at %C in DO CONCURRENT block"
70682 msgstr ""
70684 #: fortran/match.cc:3741
70685 #, gcc-internal-format, gfc-internal-format
70686 msgid "Redundant ACQUIRED_LOCK tag found at %L"
70687 msgstr ""
70689 #: fortran/match.cc:3806
70690 #, gcc-internal-format, gfc-internal-format
70691 msgid "LOCK statement at %C"
70692 msgstr ""
70694 #: fortran/match.cc:3816
70695 #, gcc-internal-format, gfc-internal-format
70696 msgid "UNLOCK statement at %C"
70697 msgstr ""
70699 #: fortran/match.cc:3841
70700 #, gcc-internal-format, gfc-internal-format
70701 msgid "Image control statement SYNC at %C in PURE procedure"
70702 msgstr ""
70704 #: fortran/match.cc:3847
70705 #, gcc-internal-format, gfc-internal-format
70706 msgid "SYNC statement at %C"
70707 msgstr ""
70709 #: fortran/match.cc:3859
70710 #, gcc-internal-format, gfc-internal-format
70711 msgid "Image control statement SYNC at %C in CRITICAL block"
70712 msgstr ""
70714 #: fortran/match.cc:3865
70715 #, gcc-internal-format, gfc-internal-format
70716 msgid "Image control statement SYNC at %C in DO CONCURRENT block"
70717 msgstr ""
70719 #: fortran/match.cc:4045
70720 #, gcc-internal-format, gfc-internal-format
70721 msgid "ASSIGN statement at %C"
70722 msgstr ""
70724 #: fortran/match.cc:4089
70725 #, gcc-internal-format, gfc-internal-format
70726 msgid "Assigned GOTO statement at %C"
70727 msgstr ""
70729 #: fortran/match.cc:4133 fortran/match.cc:4184
70730 #, gcc-internal-format, gfc-internal-format
70731 msgid "Statement label list in GOTO at %C cannot be empty"
70732 msgstr ""
70734 #: fortran/match.cc:4194
70735 #, gcc-internal-format, gfc-internal-format
70736 msgid "Computed GOTO at %C"
70737 msgstr ""
70739 #: fortran/match.cc:4269
70740 #, gcc-internal-format, gfc-internal-format
70741 msgid "Error in type-spec at %L"
70742 msgstr ""
70744 #: fortran/match.cc:4282
70745 #, gcc-internal-format, gfc-internal-format
70746 msgid "typespec in ALLOCATE at %L"
70747 msgstr ""
70749 #: fortran/match.cc:4305
70750 #, gcc-internal-format, gfc-internal-format
70751 msgid "The type parameter spec list in the type-spec at %L cannot contain DEFERRED parameters"
70752 msgstr ""
70754 #: fortran/match.cc:4335 fortran/match.cc:4772
70755 #, gcc-internal-format, gfc-internal-format
70756 msgid "Unexpected constant at %C"
70757 msgstr ""
70759 #: fortran/match.cc:4345
70760 #, gcc-internal-format, gfc-internal-format
70761 msgid "Bad allocate-object at %C for a PURE procedure"
70762 msgstr ""
70764 #: fortran/match.cc:4360
70765 #, gcc-internal-format, gfc-internal-format
70766 msgid "Incompatible allocate-object at %C for CHARACTER type-spec at %L"
70767 msgstr ""
70769 #: fortran/match.cc:4382
70770 #, gcc-internal-format, gfc-internal-format
70771 msgid "ALLOCATE of coarray at %C in DO CONCURRENT block"
70772 msgstr ""
70774 #: fortran/match.cc:4387
70775 #, gcc-internal-format, gfc-internal-format
70776 msgid "ALLOCATE of coarray at %C in CRITICAL block"
70777 msgstr ""
70779 #: fortran/match.cc:4409
70780 #, gcc-internal-format, gfc-internal-format
70781 msgid "Allocate-object at %L is neither a data pointer nor an allocatable variable"
70782 msgstr ""
70784 #: fortran/match.cc:4421
70785 #, gcc-internal-format, gfc-internal-format
70786 msgid "Type of entity at %L is type incompatible with typespec"
70787 msgstr ""
70789 #: fortran/match.cc:4429
70790 #, gcc-internal-format, gfc-internal-format
70791 msgid "Kind type parameter for entity at %L differs from the kind type parameter of the typespec"
70792 msgstr ""
70794 #: fortran/match.cc:4446
70795 #, gcc-internal-format, gfc-internal-format
70796 msgid "Shape specification for allocatable scalar at %C"
70797 msgstr ""
70799 #: fortran/match.cc:4473
70800 #, gcc-internal-format, gfc-internal-format
70801 msgid "STAT tag at %L cannot be a constant"
70802 msgstr ""
70804 #: fortran/match.cc:4489
70805 #, gcc-internal-format, gfc-internal-format
70806 msgid "ERRMSG tag at %L"
70807 msgstr ""
70809 #: fortran/match.cc:4512
70810 #, gcc-internal-format, gfc-internal-format
70811 msgid "SOURCE tag at %L"
70812 msgstr ""
70814 #: fortran/match.cc:4518
70815 #, gcc-internal-format, gfc-internal-format
70816 msgid "Redundant SOURCE tag found at %L"
70817 msgstr ""
70819 #: fortran/match.cc:4525
70820 #, gcc-internal-format, gfc-internal-format
70821 msgid "SOURCE tag at %L conflicts with the typespec at %L"
70822 msgstr ""
70824 #: fortran/match.cc:4531
70825 #, gcc-internal-format, gfc-internal-format
70826 msgid "SOURCE tag at %L with more than a single allocate object"
70827 msgstr ""
70829 #: fortran/match.cc:4549
70830 #, gcc-internal-format, gfc-internal-format
70831 msgid "MOLD tag at %L"
70832 msgstr ""
70834 #: fortran/match.cc:4555
70835 #, gcc-internal-format, gfc-internal-format
70836 msgid "Redundant MOLD tag found at %L"
70837 msgstr ""
70839 #: fortran/match.cc:4562
70840 #, gcc-internal-format, gfc-internal-format
70841 msgid "MOLD tag at %L conflicts with the typespec at %L"
70842 msgstr ""
70844 #: fortran/match.cc:4588
70845 #, gcc-internal-format, gfc-internal-format
70846 msgid "MOLD tag at %L conflicts with SOURCE tag at %L"
70847 msgstr ""
70849 #: fortran/match.cc:4596
70850 #, gcc-internal-format, gfc-internal-format
70851 msgid "Allocate-object at %L with a deferred type parameter requires either a type-spec or SOURCE tag or a MOLD tag"
70852 msgstr ""
70854 #: fortran/match.cc:4608
70855 #, gcc-internal-format, gfc-internal-format
70856 msgid "Unlimited polymorphic allocate-object at %L requires either a type-spec or SOURCE tag or a MOLD tag"
70857 msgstr ""
70859 #: fortran/match.cc:4675
70860 #, gcc-internal-format, gfc-internal-format
70861 msgid "Pointer object at %C shall not be coindexed"
70862 msgstr ""
70864 #: fortran/match.cc:4690
70865 #, gcc-internal-format, gfc-internal-format
70866 msgid "NULLIFY does not allow bounds remapping for pointer object at %C"
70867 msgstr ""
70869 #: fortran/match.cc:4784
70870 #, gcc-internal-format, gfc-internal-format
70871 msgid "Illegal allocate-object at %C for a PURE procedure"
70872 msgstr ""
70874 #: fortran/match.cc:4794
70875 #, gcc-internal-format, gfc-internal-format
70876 msgid "DEALLOCATE of coarray at %C in DO CONCURRENT block"
70877 msgstr ""
70879 #: fortran/match.cc:4801
70880 #, gcc-internal-format, gfc-internal-format
70881 msgid "DEALLOCATE of coarray at %C in CRITICAL block"
70882 msgstr ""
70884 #: fortran/match.cc:4817
70885 #, gcc-internal-format, gfc-internal-format
70886 msgid "Allocate-object at %C is not a nonprocedure pointer nor an allocatable variable"
70887 msgstr ""
70889 #: fortran/match.cc:4854
70890 #, gcc-internal-format, gfc-internal-format
70891 msgid "ERRMSG at %L"
70892 msgstr ""
70894 #: fortran/match.cc:4911
70895 #, gcc-internal-format, gfc-internal-format
70896 msgid "Image control statement RETURN at %C in CRITICAL block"
70897 msgstr ""
70899 #: fortran/match.cc:4917
70900 #, gcc-internal-format, gfc-internal-format
70901 msgid "Image control statement RETURN at %C in DO CONCURRENT block"
70902 msgstr ""
70904 #: fortran/match.cc:4926
70905 #, gcc-internal-format, gfc-internal-format
70906 msgid "Alternate RETURN statement at %C is only allowed within a SUBROUTINE"
70907 msgstr ""
70909 #: fortran/match.cc:4957
70910 #, gcc-internal-format, gfc-internal-format
70911 msgid "RETURN statement in main program at %C"
70912 msgstr ""
70914 #: fortran/match.cc:4985
70915 #, gcc-internal-format, gfc-internal-format
70916 msgid "Expected component reference at %C"
70917 msgstr ""
70919 #: fortran/match.cc:4994
70920 #, gcc-internal-format, gfc-internal-format
70921 msgid "Junk after CALL at %C"
70922 msgstr ""
70924 #: fortran/match.cc:5005
70925 #, gcc-internal-format, gfc-internal-format
70926 msgid "Expected type-bound procedure or procedure pointer component at %C"
70927 msgstr ""
70929 #: fortran/match.cc:5102
70930 #, gcc-internal-format, gfc-internal-format
70931 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a subroutine reference"
70932 msgstr ""
70934 #: fortran/match.cc:5243
70935 #, gcc-internal-format, gfc-internal-format
70936 msgid "Syntax error in common block name at %C"
70937 msgstr ""
70939 #. If we find an error, just print it and continue,
70940 #. cause it's just semantic, and we can see if there
70941 #. are more errors.
70942 #: fortran/match.cc:5318
70943 #, gcc-internal-format
70944 msgid "Variable %qs at %L in common block %qs at %C must be declared with a C interoperable kind since common block %qs is bind(c)"
70945 msgstr ""
70947 #: fortran/match.cc:5327
70948 #, gcc-internal-format
70949 msgid "Variable %qs in common block %qs at %C cannot be bind(c) since it is not global"
70950 msgstr ""
70952 #: fortran/match.cc:5334
70953 #, gcc-internal-format
70954 msgid "Symbol %qs at %C is already in a COMMON block"
70955 msgstr ""
70957 #: fortran/match.cc:5342
70958 #, gcc-internal-format
70959 msgid "Initialized symbol %qs at %C can only be COMMON in BLOCK DATA"
70960 msgstr ""
70962 #: fortran/match.cc:5353
70963 #, gcc-internal-format
70964 msgid "Symbol %qs at %C is USE associated from module %qs and cannot occur in COMMON"
70965 msgstr ""
70967 #: fortran/match.cc:5368
70968 #, gcc-internal-format
70969 msgid "Array specification for symbol %qs in COMMON at %C must be explicit"
70970 msgstr ""
70972 #: fortran/match.cc:5375
70973 #, gcc-internal-format
70974 msgid "Symbol %qs in COMMON at %C cannot be a coarray"
70975 msgstr ""
70977 #: fortran/match.cc:5385
70978 #, gcc-internal-format
70979 msgid "Symbol %qs in COMMON at %C cannot be a POINTER array"
70980 msgstr ""
70982 #: fortran/match.cc:5431
70983 #, gcc-internal-format
70984 msgid "Symbol %qs, in COMMON block %qs at %C is being indirectly equivalenced to another COMMON block %qs"
70985 msgstr ""
70987 #: fortran/match.cc:5493
70988 #, gcc-internal-format, gfc-internal-format
70989 msgid "BLOCK DATA construct at %L"
70990 msgstr ""
70992 #: fortran/match.cc:5581
70993 #, gcc-internal-format
70994 msgid "Namelist group name %qs at %C already has a basic type of %s"
70995 msgstr ""
70997 #: fortran/match.cc:5589
70998 #, gcc-internal-format
70999 msgid "Namelist group name %qs at %C already is USE associated and cannot be respecified."
71000 msgstr ""
71002 #. It is required that members of a namelist be declared
71003 #. before the namelist.  We check this by checking if the
71004 #. symbol has a defined type for IMPLICIT NONE.
71005 #: fortran/match.cc:5614
71006 #, gcc-internal-format
71007 msgid "Symbol %qs in namelist %qs at %C must be declared before the namelist is declared."
71008 msgstr ""
71010 #: fortran/match.cc:5633
71011 #, gcc-internal-format
71012 msgid "Assumed size array %qs in namelist %qs at %C is not allowed"
71013 msgstr ""
71015 #: fortran/match.cc:5776
71016 #, gcc-internal-format, gfc-internal-format
71017 msgid "Derived type component %C is not a permitted EQUIVALENCE member"
71018 msgstr ""
71020 #: fortran/match.cc:5784
71021 #, gcc-internal-format, gfc-internal-format
71022 msgid "Array reference in EQUIVALENCE at %C cannot be an array section"
71023 msgstr ""
71025 #: fortran/match.cc:5817
71026 #, gcc-internal-format, gfc-internal-format
71027 msgid "EQUIVALENCE at %C requires two or more objects"
71028 msgstr ""
71030 #: fortran/match.cc:5831
71031 #, gcc-internal-format, gfc-internal-format
71032 msgid "Attempt to indirectly overlap COMMON blocks %s and %s by EQUIVALENCE at %C"
71033 msgstr ""
71035 #: fortran/match.cc:5844
71036 #, gcc-internal-format, gfc-internal-format
71037 msgid "Expecting a comma in EQUIVALENCE at %C"
71038 msgstr ""
71040 #: fortran/match.cc:5849
71041 #, gcc-internal-format, gfc-internal-format
71042 msgid "EQUIVALENCE statement at %C"
71043 msgstr ""
71045 #: fortran/match.cc:5942
71046 #, fuzzy, gcc-internal-format, gfc-internal-format
71047 #| msgid "%qD is not a function argument"
71048 msgid "Invalid use of statement function argument at %L"
71049 msgstr "%qD nije argument funkcije"
71051 #: fortran/match.cc:6009
71052 #, gcc-internal-format, gfc-internal-format
71053 msgid "Statement function at %L is recursive"
71054 msgstr ""
71056 #: fortran/match.cc:6015
71057 #, gcc-internal-format
71058 msgid "Statement function %qs at %L conflicts with function name"
71059 msgstr ""
71061 #: fortran/match.cc:6029
71062 #, gcc-internal-format, gfc-internal-format
71063 msgid "Statement function at %L cannot appear within an INTERFACE"
71064 msgstr ""
71066 #: fortran/match.cc:6034
71067 #, gcc-internal-format, gfc-internal-format
71068 msgid "Statement function at %C"
71069 msgstr ""
71071 #: fortran/match.cc:6159 fortran/match.cc:6175 fortran/match.cc:6194
71072 #, gcc-internal-format, gfc-internal-format
71073 msgid "Expression in CASE selector at %L cannot be %s"
71074 msgstr ""
71076 #: fortran/match.cc:6204 fortran/match.cc:6210
71077 #, gcc-internal-format, gfc-internal-format
71078 msgid "Expression in CASE selector at %L must be scalar"
71079 msgstr ""
71081 #: fortran/match.cc:6219
71082 #, gcc-internal-format, gfc-internal-format
71083 msgid "Expected initialization expression in CASE at %C"
71084 msgstr ""
71086 #: fortran/match.cc:6251
71087 #, gcc-internal-format
71088 msgid "Expected block name %qs of SELECT construct at %C"
71089 msgstr ""
71091 #: fortran/match.cc:6546
71092 #, gcc-internal-format, gfc-internal-format
71093 msgid "SELECT TYPE at %C cannot appear in this scope"
71094 msgstr ""
71096 #: fortran/match.cc:6587
71097 #, gcc-internal-format, gfc-internal-format
71098 msgid "parse error in SELECT TYPE statement at %C"
71099 msgstr ""
71101 #: fortran/match.cc:6612
71102 #, gcc-internal-format, gfc-internal-format
71103 msgid "Selector in SELECT TYPE at %C is not a named variable; use associate-name=>"
71104 msgstr ""
71106 #: fortran/match.cc:6768
71107 #, gcc-internal-format, gfc-internal-format
71108 msgid "SELECT RANK statement at %C"
71109 msgstr ""
71111 #: fortran/match.cc:6797 fortran/match.cc:6851
71112 #, gcc-internal-format, gfc-internal-format
71113 msgid "The SELECT RANK selector at %C must be an assumed rank variable"
71114 msgstr ""
71116 #: fortran/match.cc:6861
71117 #, gcc-internal-format, gfc-internal-format
71118 msgid "parse error in SELECT RANK statement at %C"
71119 msgstr ""
71121 #: fortran/match.cc:6897
71122 #, gcc-internal-format, gfc-internal-format
71123 msgid "Unexpected CASE statement at %C"
71124 msgstr ""
71126 #: fortran/match.cc:6949
71127 #, gcc-internal-format, gfc-internal-format
71128 msgid "Syntax error in CASE specification at %C"
71129 msgstr ""
71131 #: fortran/match.cc:6967
71132 #, gcc-internal-format, gfc-internal-format
71133 msgid "Unexpected TYPE IS statement at %C"
71134 msgstr ""
71136 #: fortran/match.cc:6999
71137 #, gcc-internal-format, gfc-internal-format
71138 msgid "The type-spec shall not specify a sequence derived type or a type with the BIND attribute in SELECT TYPE at %C [F2003:C815]"
71139 msgstr ""
71141 #: fortran/match.cc:7010
71142 #, gcc-internal-format, gfc-internal-format
71143 msgid "All the LEN type parameters in the TYPE IS statement at %C must be ASSUMED"
71144 msgstr ""
71146 #: fortran/match.cc:7021
71147 #, gcc-internal-format, gfc-internal-format
71148 msgid "Syntax error in TYPE IS specification at %C"
71149 msgstr ""
71151 #: fortran/match.cc:7097
71152 #, gcc-internal-format, gfc-internal-format
71153 msgid "Syntax error in CLASS IS specification at %C"
71154 msgstr ""
71156 #: fortran/match.cc:7117
71157 #, gcc-internal-format, gfc-internal-format
71158 msgid "Unexpected RANK statement at %C"
71159 msgstr ""
71161 #: fortran/match.cc:7163
71162 #, gcc-internal-format, gfc-internal-format
71163 msgid "The SELECT RANK CASE expression at %C must be a scalar, integer constant"
71164 msgstr ""
71166 #: fortran/match.cc:7172
71167 #, gcc-internal-format, gfc-internal-format
71168 msgid "The value of the SELECT RANK CASE expression at %C must not be less than zero or greater than %d"
71169 msgstr ""
71171 #: fortran/match.cc:7199
71172 #, gcc-internal-format, gfc-internal-format
71173 msgid "Syntax error in RANK specification at %C"
71174 msgstr ""
71176 #: fortran/match.cc:7321
71177 #, gcc-internal-format, gfc-internal-format
71178 msgid "ELSEWHERE statement at %C not enclosed in WHERE block"
71179 msgstr ""
71181 #: fortran/match.cc:7359
71182 #, gcc-internal-format
71183 msgid "Label %qs at %C doesn't match WHERE label %qs"
71184 msgstr ""
71186 #: fortran/matchexp.cc:72
71187 #, gcc-internal-format
71188 msgid "Bad character %qc in OPERATOR name at %C"
71189 msgstr ""
71191 #: fortran/matchexp.cc:80
71192 #, gcc-internal-format
71193 msgid "The name %qs cannot be used as a defined operator at %C"
71194 msgstr ""
71196 #: fortran/matchexp.cc:173
71197 #, gcc-internal-format, gfc-internal-format
71198 msgid "Expected a right parenthesis in expression at %C"
71199 msgstr ""
71201 #: fortran/matchexp.cc:281
71202 #, gcc-internal-format, gfc-internal-format
71203 msgid "Expected exponent in expression at %C"
71204 msgstr ""
71206 #: fortran/matchexp.cc:319 fortran/matchexp.cc:324 fortran/matchexp.cc:428
71207 #: fortran/matchexp.cc:433
71208 #, gcc-internal-format, gfc-internal-format
71209 msgid "Extension: Unary operator following arithmetic operator (use parentheses) at %C"
71210 msgstr ""
71212 #: fortran/matchexp.cc:665
71213 #, gcc-internal-format
71214 msgid "match_level_4(): Bad operator"
71215 msgstr ""
71217 #: fortran/misc.cc:113
71218 #, gcc-internal-format
71219 msgid "gfc_basic_typename(): Undefined type"
71220 msgstr ""
71222 #: fortran/misc.cc:207
71223 #, gcc-internal-format
71224 msgid "gfc_typename(): Undefined type"
71225 msgstr ""
71227 #: fortran/misc.cc:311
71228 #, gcc-internal-format
71229 msgid "gfc_code2string(): Bad code"
71230 msgstr ""
71232 #: fortran/module.cc:238
71233 #, gcc-internal-format
71234 msgid "free_pi_tree(): Unresolved fixup"
71235 msgstr ""
71237 #: fortran/module.cc:455
71238 #, gcc-internal-format
71239 msgid "associate_integer_pointer(): Already associated"
71240 msgstr ""
71242 #: fortran/module.cc:539
71243 #, gcc-internal-format, gfc-internal-format
71244 msgid "module nature in USE statement at %C"
71245 msgstr ""
71247 #: fortran/module.cc:551
71248 #, gcc-internal-format, gfc-internal-format
71249 msgid "Module nature in USE statement at %C shall be either INTRINSIC or NON_INTRINSIC"
71250 msgstr ""
71252 #: fortran/module.cc:564
71253 #, gcc-internal-format, gfc-internal-format
71254 msgid "\"::\" was expected after module nature at %C but was not found"
71255 msgstr ""
71257 #: fortran/module.cc:574
71258 #, gcc-internal-format, gfc-internal-format
71259 msgid "\"USE :: module\" at %C"
71260 msgstr ""
71262 #: fortran/module.cc:633
71263 #, gcc-internal-format, gfc-internal-format
71264 msgid "Missing generic specification in USE statement at %C"
71265 msgstr ""
71267 #: fortran/module.cc:644
71268 #, gcc-internal-format, gfc-internal-format
71269 msgid "Renaming operators in USE statements at %C"
71270 msgstr ""
71272 #: fortran/module.cc:688
71273 #, gcc-internal-format
71274 msgid "Symbol %qs at %L conflicts with the rename symbol at %L"
71275 msgstr ""
71277 #: fortran/module.cc:691
71278 #, gcc-internal-format
71279 msgid "Symbol %qs at %L conflicts with the symbol at %L"
71280 msgstr ""
71282 #: fortran/module.cc:699
71283 #, gcc-internal-format
71284 msgid "The name %qs at %C has already been used as an external module name"
71285 msgstr ""
71287 #: fortran/module.cc:762
71288 #, gcc-internal-format, gfc-internal-format
71289 msgid "SUBMODULE declaration at %C"
71290 msgstr ""
71292 #: fortran/module.cc:767
71293 #, gcc-internal-format, gfc-internal-format
71294 msgid "SUBMODULE declaration at %C cannot appear within another scoping unit"
71295 msgstr ""
71297 #: fortran/module.cc:842
71298 #, gcc-internal-format, gfc-internal-format
71299 msgid "Syntax error in SUBMODULE statement at %C"
71300 msgstr ""
71302 #: fortran/module.cc:1202
71303 #, gcc-internal-format
71304 msgid "Reading module %qs at line %d column %d: %s"
71305 msgstr ""
71307 #: fortran/module.cc:1206
71308 #, gcc-internal-format
71309 msgid "Writing module %qs at line %d column %d: %s"
71310 msgstr ""
71312 #: fortran/module.cc:1210
71313 #, gcc-internal-format
71314 msgid "Module %qs at line %d column %d: %s"
71315 msgstr ""
71317 #: fortran/module.cc:1643
71318 #, gcc-internal-format
71319 msgid "require_atom(): bad atom type required"
71320 msgstr ""
71322 #: fortran/module.cc:1692
71323 #, gcc-internal-format, gfc-internal-format
71324 msgid "Error writing modules file: %s"
71325 msgstr ""
71327 #: fortran/module.cc:1742
71328 #, gcc-internal-format
71329 msgid "write_atom(): Trying to write dab atom"
71330 msgstr ""
71332 #: fortran/module.cc:1963
71333 #, gcc-internal-format
71334 msgid "unquote_string(): got bad string"
71335 msgstr ""
71337 #: fortran/module.cc:2960
71338 #, gcc-internal-format
71339 msgid "mio_array_ref(): Unknown array ref"
71340 msgstr ""
71342 #: fortran/module.cc:5095
71343 #, gcc-internal-format, gfc-internal-format
71344 msgid "Ambiguous !$OMP DECLARE REDUCTION from module %s at %L"
71345 msgstr ""
71347 #: fortran/module.cc:5098
71348 #, gcc-internal-format, gfc-internal-format
71349 msgid "Previous !$OMP DECLARE REDUCTION from module %s at %L"
71350 msgstr ""
71352 #: fortran/module.cc:5292
71353 #, gcc-internal-format
71354 msgid "%qs of module %qs, imported at %C, is also the name of the current program unit"
71355 msgstr ""
71357 #: fortran/module.cc:5429
71358 #, gcc-internal-format
71359 msgid "Mismatch in components of derived type %qs from %qs at %C: expecting %qs, but got %qs"
71360 msgstr ""
71362 #: fortran/module.cc:5708
71363 #, gcc-internal-format
71364 msgid "Symbol %qs referenced at %L not found in module %qs"
71365 msgstr ""
71367 #: fortran/module.cc:5715
71368 #, gcc-internal-format
71369 msgid "User operator %qs referenced at %L not found in module %qs"
71370 msgstr ""
71372 #: fortran/module.cc:5720
71373 #, gcc-internal-format
71374 msgid "Intrinsic operator %qs referenced at %L not found in module %qs"
71375 msgstr ""
71377 #: fortran/module.cc:5956
71378 #, gcc-internal-format
71379 msgid "write_symbol(): bad module symbol %qs"
71380 msgstr ""
71382 #: fortran/module.cc:6300
71383 #, gcc-internal-format
71384 msgid "write_symtree(): Symbol not written"
71385 msgstr ""
71387 #: fortran/module.cc:6490
71388 #, gcc-internal-format
71389 msgid "Cannot open module file %qs for writing at %C: %s"
71390 msgstr "Nije moguće otvoriti modul datoteku %qs za pisanje pri %C: %s"
71392 #: fortran/module.cc:6511
71393 #, gcc-internal-format
71394 msgid "Error writing module file %qs for writing: %s"
71395 msgstr "Greška pri zapisivanju modul datoteke %qs za pisanje: %s"
71397 #: fortran/module.cc:6522
71398 #, gcc-internal-format
71399 msgid "Cannot delete module file %qs: %s"
71400 msgstr "Nije moguće izbrisati modul datoteku %qs: %s"
71402 #: fortran/module.cc:6525
71403 #, gcc-internal-format
71404 msgid "Cannot rename module file %qs to %qs: %s"
71405 msgstr "Nije moguće preimenovati modul datoteku %qs u %qs: %s"
71407 #: fortran/module.cc:6531
71408 #, gcc-internal-format
71409 msgid "Cannot delete temporary module file %qs: %s"
71410 msgstr "Nije moguće izbrisati privremenu modul datoteku %qs: %s"
71412 #: fortran/module.cc:6588
71413 #, gcc-internal-format
71414 msgid "Symbol %qs at %C already declared"
71415 msgstr ""
71417 #: fortran/module.cc:6659
71418 #, gcc-internal-format, gfc-internal-format
71419 msgid "import_iso_c_binding_module(): Unable to create symbol for %s"
71420 msgstr ""
71422 #: fortran/module.cc:6767 fortran/module.cc:7111
71423 #, gcc-internal-format
71424 msgid "The symbol %qs, referenced at %L, is not in the selected standard"
71425 msgstr ""
71427 #: fortran/module.cc:6895
71428 #, gcc-internal-format
71429 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_C_BINDING"
71430 msgstr ""
71432 #: fortran/module.cc:6916 fortran/module.cc:6949 fortran/module.cc:6991
71433 #, gcc-internal-format
71434 msgid "Symbol %qs already declared"
71435 msgstr ""
71437 #: fortran/module.cc:7096
71438 #, gcc-internal-format
71439 msgid "Use of intrinsic module %qs at %C conflicts with non-intrinsic module name used previously"
71440 msgstr ""
71442 #: fortran/module.cc:7118
71443 #, gcc-internal-format
71444 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %L is incompatible with option %qs"
71445 msgstr ""
71447 #: fortran/module.cc:7186
71448 #, gcc-internal-format, gfc-internal-format
71449 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %C is incompatible with option %s"
71450 msgstr ""
71452 #: fortran/module.cc:7240
71453 #, gcc-internal-format
71454 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_FORTRAN_ENV"
71455 msgstr ""
71457 #: fortran/module.cc:7266
71458 #, gcc-internal-format, gfc-internal-format
71459 msgid "USE statement at %C has no ONLY qualifier"
71460 msgstr ""
71462 #: fortran/module.cc:7295
71463 #, gcc-internal-format, gfc-internal-format
71464 msgid "ISO_FORTRAN_ENV intrinsic module at %C"
71465 msgstr ""
71467 #: fortran/module.cc:7307
71468 #, gcc-internal-format, gfc-internal-format
71469 msgid "ISO_C_BINDING module at %C"
71470 msgstr ""
71472 #: fortran/module.cc:7320
71473 #, gcc-internal-format
71474 msgid "Cannot find an intrinsic module named %qs at %C"
71475 msgstr ""
71477 #: fortran/module.cc:7326
71478 #, gcc-internal-format, gfc-internal-format
71479 msgid "IEEE_FEATURES module at %C"
71480 msgstr ""
71482 #: fortran/module.cc:7332
71483 #, gcc-internal-format, gfc-internal-format
71484 msgid "IEEE_EXCEPTIONS module at %C"
71485 msgstr ""
71487 #: fortran/module.cc:7338
71488 #, gcc-internal-format, gfc-internal-format
71489 msgid "IEEE_ARITHMETIC module at %C"
71490 msgstr ""
71492 #: fortran/module.cc:7348
71493 #, gcc-internal-format
71494 msgid "Cannot open module file %qs for reading at %C: %s"
71495 msgstr "Nije moguće otvoriti modul datoteku %qs za čitanje pri %C: %s"
71497 #: fortran/module.cc:7351
71498 #, gcc-internal-format
71499 msgid "Module file %qs has not been generated, either because the module does not contain a MODULE PROCEDURE or there is an error in the module."
71500 msgstr ""
71502 #: fortran/module.cc:7362
71503 #, gcc-internal-format
71504 msgid "Use of non-intrinsic module %qs at %C conflicts with intrinsic module name used previously"
71505 msgstr ""
71507 #: fortran/module.cc:7385
71508 #, gcc-internal-format
71509 msgid "File %qs opened at %C is not a GNU Fortran module file"
71510 msgstr ""
71512 #: fortran/module.cc:7393
71513 #, gcc-internal-format
71514 msgid "Cannot read module file %qs opened at %C, because it was created by a different version of GNU Fortran"
71515 msgstr ""
71517 #: fortran/module.cc:7410
71518 #, gcc-internal-format
71519 msgid "Cannot USE a submodule that is currently built"
71520 msgstr ""
71522 #: fortran/module.cc:7412
71523 #, gcc-internal-format
71524 msgid "Cannot USE a module that is currently built"
71525 msgstr ""
71527 #: fortran/openmp.cc:148 fortran/openmp.cc:6667
71528 #, gcc-internal-format, gfc-internal-format
71529 msgid "Unexpected junk at %C"
71530 msgstr "Neočekivano smeće pri %C"
71532 #: fortran/openmp.cc:424
71533 #, gcc-internal-format
71534 msgid "%<omp_all_memory%> at %C not permitted in this clause"
71535 msgstr ""
71537 #: fortran/openmp.cc:469
71538 #, gcc-internal-format, gfc-internal-format
71539 msgid "List item shall not be coindexed at %C"
71540 msgstr ""
71542 #: fortran/openmp.cc:504 fortran/openmp.cc:605 fortran/openmp.cc:935
71543 #: fortran/openmp.cc:5752
71544 #, gcc-internal-format, gfc-internal-format
71545 msgid "COMMON block /%s/ not found at %C"
71546 msgstr ""
71548 #: fortran/openmp.cc:543 fortran/openmp.cc:633
71549 #, gcc-internal-format, gfc-internal-format
71550 msgid "Syntax error in OpenMP variable list at %C"
71551 msgstr ""
71553 #: fortran/openmp.cc:660
71554 #, gcc-internal-format, gfc-internal-format
71555 msgid "Syntax error in OpenMP detach clause at %C"
71556 msgstr ""
71558 #: fortran/openmp.cc:689
71559 #, gcc-internal-format
71560 msgid "%<omp_all_memory%> used with dependence-type other than OUT or INOUT at %C"
71561 msgstr ""
71563 #: fortran/openmp.cc:742
71564 #, gcc-internal-format, gfc-internal-format
71565 msgid "Syntax error in OpenMP SINK dependence-type list at %C"
71566 msgstr ""
71568 #: fortran/openmp.cc:804
71569 #, gcc-internal-format, gfc-internal-format
71570 msgid "Syntax error in OpenACC expression list at %C"
71571 msgstr ""
71573 #: fortran/openmp.cc:871
71574 #, gcc-internal-format
71575 msgid "Unexpected OpenACC parallelism."
71576 msgstr ""
71578 #: fortran/openmp.cc:903
71579 #, gcc-internal-format, gfc-internal-format
71580 msgid "Variable at %C is an element of a COMMON block"
71581 msgstr ""
71583 #: fortran/openmp.cc:963
71584 #, gcc-internal-format, gfc-internal-format
71585 msgid "Unexpected junk after !$ACC DECLARE at %C"
71586 msgstr ""
71588 #: fortran/openmp.cc:973
71589 #, gcc-internal-format, gfc-internal-format
71590 msgid "Syntax error in !$ACC DECLARE list at %C"
71591 msgstr ""
71593 #: fortran/openmp.cc:1225
71594 #, gcc-internal-format, gfc-internal-format
71595 msgid "Expected INTEGER type at %L"
71596 msgstr ""
71598 #: fortran/openmp.cc:1239
71599 #, gcc-internal-format, gfc-internal-format
71600 msgid "Expected identifier at %C"
71601 msgstr ""
71603 #: fortran/openmp.cc:1244
71604 #, gcc-internal-format
71605 msgid "Same identifier %qs specified again at %C"
71606 msgstr ""
71608 #: fortran/openmp.cc:1271
71609 #, gcc-internal-format, gfc-internal-format
71610 msgid "Expected range-specification at %C"
71611 msgstr ""
71613 #: fortran/openmp.cc:1357
71614 #, gcc-internal-format, gfc-internal-format
71615 msgid "Comma expected at %C"
71616 msgstr ""
71618 #: fortran/openmp.cc:1469
71619 #, gcc-internal-format, gfc-internal-format
71620 msgid "!$OMP DECLARE REDUCTION %s not found at %L"
71621 msgstr ""
71623 #: fortran/openmp.cc:1529
71624 #, gcc-internal-format, gfc-internal-format
71625 msgid "Unknown directive at %L"
71626 msgstr ""
71628 #: fortran/openmp.cc:1531
71629 #, gcc-internal-format, gfc-internal-format
71630 msgid "Invalid combined or composit directive at %L"
71631 msgstr ""
71633 #: fortran/openmp.cc:1539
71634 #, gcc-internal-format
71635 msgid "Invalid %qs directive at %L in %s clause: declarative, informational and meta directives not permitted"
71636 msgstr ""
71638 #: fortran/openmp.cc:1571
71639 #, fuzzy, gcc-internal-format
71640 #| msgid "Expected %<)%> or %<,%> at %C"
71641 msgid "Expected %<,%> or %<)%> at %C"
71642 msgstr "Očekivano je %<)%> ili %<,%> pri %C"
71644 #: fortran/openmp.cc:1597 fortran/openmp.cc:1607
71645 #, gcc-internal-format
71646 msgid "%qs directive mentioned multiple times in %s clause in %s directive at %L"
71647 msgstr ""
71649 #: fortran/openmp.cc:1615
71650 #, gcc-internal-format
71651 msgid "%qs directive mentioned both times in ABSENT and CONTAINS clauses in %s directive at %L"
71652 msgstr ""
71654 #: fortran/openmp.cc:1686
71655 #, gcc-internal-format
71656 msgid "Duplicated %qs clause at %L"
71657 msgstr ""
71659 #: fortran/openmp.cc:1693
71660 #, gcc-internal-format
71661 msgid "Expected %<(%> after %qs at %C"
71662 msgstr "Očekivano je %<(%> iza %qs pri %C"
71664 #: fortran/openmp.cc:1700
71665 #, gcc-internal-format
71666 msgid "Invalid expression after %<%s(%> at %C"
71667 msgstr "Nevaljani izraz iza %<%s(%> pri %C"
71669 #: fortran/openmp.cc:1762
71670 #, gcc-internal-format, gfc-internal-format
71671 msgid "Clause expected at %C after trailing comma"
71672 msgstr ""
71674 #: fortran/openmp.cc:1832 fortran/openmp.cc:1868 fortran/openmp.cc:2257
71675 #: fortran/openmp.cc:2282
71676 #, gcc-internal-format
71677 msgid "Expected %<:%> at %C"
71678 msgstr "Očekivano je %<:%> pri %C"
71680 #: fortran/openmp.cc:1892
71681 #, gcc-internal-format, gfc-internal-format
71682 msgid "Expected variable list at %C"
71683 msgstr ""
71685 #: fortran/openmp.cc:1917
71686 #, gcc-internal-format, gfc-internal-format
71687 msgid "Expected COMPILATION or EXECUTION in AT clause at %C"
71688 msgstr ""
71690 #: fortran/openmp.cc:1978
71691 #, gcc-internal-format, gfc-internal-format
71692 msgid "Expected TEAMS, PARALLEL or THREAD as binding in BIND at %C"
71693 msgstr ""
71695 #: fortran/openmp.cc:2009
71696 #, gcc-internal-format, gfc-internal-format
71697 msgid "COLLAPSE clause argument not constant positive integer at %C"
71698 msgstr ""
71700 #: fortran/openmp.cc:2096
71701 #, gcc-internal-format, gfc-internal-format
71702 msgid "Expected ALLOC, TO, FROM, TOFROM, FIRSTPRIVATE, NONE or DEFAULT at %C"
71703 msgstr ""
71705 #: fortran/openmp.cc:2116
71706 #, gcc-internal-format, gfc-internal-format
71707 msgid "Expected SCALAR, AGGREGATE, ALLOCATABLE or POINTER at %C"
71708 msgstr ""
71710 #: fortran/openmp.cc:2145
71711 #, gcc-internal-format, gfc-internal-format
71712 msgid "DEFAULTMAP at %C but prior DEFAULTMAP with unspecified category"
71713 msgstr ""
71715 #: fortran/openmp.cc:2148
71716 #, gcc-internal-format, gfc-internal-format
71717 msgid "DEFAULTMAP at %C but prior DEFAULTMAP for category %s"
71718 msgstr ""
71720 #: fortran/openmp.cc:2184
71721 #, gcc-internal-format, gfc-internal-format
71722 msgid "Expected NONE or PRESENT in DEFAULT clause at %C"
71723 msgstr ""
71725 #: fortran/openmp.cc:2187
71726 #, gcc-internal-format, gfc-internal-format
71727 msgid "Expected NONE, FIRSTPRIVATE, PRIVATE or SHARED in DEFAULT clause at %C"
71728 msgstr ""
71730 #: fortran/openmp.cc:2237
71731 #, gcc-internal-format, gfc-internal-format
71732 msgid "ITERATOR may not be combined with SOURCE at %C"
71733 msgstr ""
71735 #: fortran/openmp.cc:2243
71736 #, gcc-internal-format, gfc-internal-format
71737 msgid "SOURCE at %C not permitted as dependence-type for this directive"
71738 msgstr ""
71740 #: fortran/openmp.cc:2249
71741 #, gcc-internal-format, gfc-internal-format
71742 msgid "Duplicated clause with SOURCE dependence-type at %C"
71743 msgstr ""
71745 #: fortran/openmp.cc:2264
71746 #, fuzzy, gcc-internal-format
71747 #| msgid "Expected %<)%> or %<,%> at %C"
71748 msgid "Expected %<)%> or %<omp_cur_iteration)%> at %C"
71749 msgstr "Očekivano je %<)%> ili %<,%> pri %C"
71751 #: fortran/openmp.cc:2276
71752 #, gcc-internal-format, gfc-internal-format
71753 msgid "SINK at %C not permitted as dependence-type for this directive"
71754 msgstr ""
71756 #: fortran/openmp.cc:2287
71757 #, gcc-internal-format, gfc-internal-format
71758 msgid "ITERATOR may not be combined with SINK at %C"
71759 msgstr ""
71761 #: fortran/openmp.cc:2301
71762 #, gcc-internal-format, gfc-internal-format
71763 msgid "Expected dependence-type SINK or SOURCE at %C"
71764 msgstr ""
71766 #: fortran/openmp.cc:2318
71767 #, gcc-internal-format
71768 msgid "%<omp_all_memory%> used with DEPEND kind other than OUT or INOUT at %C"
71769 msgstr ""
71771 #: fortran/openmp.cc:2356 fortran/openmp.cc:2391
71772 #, gcc-internal-format, gfc-internal-format
71773 msgid "Expected integer expression at %C"
71774 msgstr ""
71776 #: fortran/openmp.cc:2372
71777 #, gcc-internal-format
71778 msgid "%<ancestor%> device modifier not preceded by %<requires%> directive with %<reverse_offload%> clause at %C"
71779 msgstr ""
71781 #: fortran/openmp.cc:2384
71782 #, gcc-internal-format
71783 msgid "the %<device%> clause expression must evaluate to %<1%> at %C"
71784 msgstr ""
71786 #: fortran/openmp.cc:2397
71787 #, gcc-internal-format
71788 msgid "Expected integer expression or a single device-modifier %<device_num%> or %<ancestor%> at %C"
71789 msgstr ""
71791 #: fortran/openmp.cc:2427
71792 #, gcc-internal-format, gfc-internal-format
71793 msgid "Expected HOST, NOHOST or ANY at %C"
71794 msgstr ""
71796 #: fortran/openmp.cc:2482
71797 #, gcc-internal-format, gfc-internal-format
71798 msgid "Expected SEQ_CST, ACQUIRE or RELAXED at %C"
71799 msgstr ""
71801 #: fortran/openmp.cc:2833
71802 #, gcc-internal-format
71803 msgid "Multiple %qs modifiers specified at %C"
71804 msgstr ""
71806 #: fortran/openmp.cc:2923
71807 #, gcc-internal-format
71808 msgid "too many %<always%> modifiers at %L"
71809 msgstr ""
71811 #: fortran/openmp.cc:2929
71812 #, gcc-internal-format
71813 msgid "too many %<close%> modifiers at %L"
71814 msgstr ""
71816 #: fortran/openmp.cc:3120
71817 #, gcc-internal-format
71818 msgid "Expected ORDER(CONCURRENT) at %C with optional %<reproducible%> or %<unconstrained%> modifier"
71819 msgstr ""
71821 #: fortran/openmp.cc:3145
71822 #, gcc-internal-format, gfc-internal-format
71823 msgid "ORDERED clause argument not constant positive integer at %C"
71824 msgstr ""
71826 #: fortran/openmp.cc:3413
71827 #, gcc-internal-format, gfc-internal-format
71828 msgid "Expected FATAL or WARNING in SEVERITY clause at %C"
71829 msgstr ""
71831 #: fortran/openmp.cc:3601
71832 #, gcc-internal-format, gfc-internal-format
71833 msgid "Failed to match clause at %C"
71834 msgstr ""
71836 #: fortran/openmp.cc:3779
71837 #, gcc-internal-format, gfc-internal-format
71838 msgid "Invalid clause in module with !$ACC DECLARE at %L"
71839 msgstr ""
71841 #: fortran/openmp.cc:3789
71842 #, gcc-internal-format, gfc-internal-format
71843 msgid "Variable is USE-associated with !$ACC DECLARE at %L"
71844 msgstr ""
71846 #: fortran/openmp.cc:3798
71847 #, gcc-internal-format
71848 msgid "Variable %qs shall be declared in the same scoping unit as !$ACC DECLARE at %L"
71849 msgstr ""
71851 #: fortran/openmp.cc:3806
71852 #, gcc-internal-format, gfc-internal-format
71853 msgid "Assumed-size dummy array with !$ACC DECLARE at %L"
71854 msgstr ""
71856 #: fortran/openmp.cc:3855
71857 #, gcc-internal-format
71858 msgid "%<acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause at %L"
71859 msgstr ""
71861 #: fortran/openmp.cc:3903
71862 #, gcc-internal-format, gfc-internal-format
71863 msgid "Invalid argument to !$ACC WAIT at %C"
71864 msgstr ""
71866 #: fortran/openmp.cc:3910
71867 #, gcc-internal-format, gfc-internal-format
71868 msgid "WAIT clause at %L requires a scalar INTEGER expression"
71869 msgstr ""
71871 #: fortran/openmp.cc:3943
71872 #, gcc-internal-format, gfc-internal-format
71873 msgid "ACC CACHE directive must be inside of loop %C"
71874 msgstr ""
71876 #: fortran/openmp.cc:4012
71877 #, gcc-internal-format, gfc-internal-format
71878 msgid "Only the !$ACC ROUTINE form without list is allowed in interface block at %C"
71879 msgstr ""
71881 #: fortran/openmp.cc:4046
71882 #, gcc-internal-format
71883 msgid "Invalid NAME %qs in !$ACC ROUTINE ( NAME ) at %C"
71884 msgstr ""
71886 #: fortran/openmp.cc:4054
71887 #, gcc-internal-format, gfc-internal-format
71888 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C"
71889 msgstr ""
71891 #: fortran/openmp.cc:4061
71892 #, gcc-internal-format
71893 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C, expecting %<)%> after NAME"
71894 msgstr ""
71896 #: fortran/openmp.cc:4076
71897 #, gcc-internal-format, gfc-internal-format
71898 msgid "Multiple loop axes specified for routine at %C"
71899 msgstr ""
71901 #: fortran/openmp.cc:4087
71902 #, gcc-internal-format, gfc-internal-format
71903 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible GANG, WORKER, or VECTOR clause"
71904 msgstr ""
71906 #: fortran/openmp.cc:4095
71907 #, gcc-internal-format, gfc-internal-format
71908 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible NOHOST clause"
71909 msgstr ""
71911 #: fortran/openmp.cc:4116 fortran/openmp.cc:4144
71912 #, gcc-internal-format, gfc-internal-format
71913 msgid "!$ACC ROUTINE already applied at %C"
71914 msgstr ""
71916 #: fortran/openmp.cc:4161
71917 #, gcc-internal-format, gfc-internal-format
71918 msgid "!$ACC ROUTINE with GANG, WORKER, or VECTOR clause is not permitted in PURE procedure at %C"
71919 msgstr ""
71921 #: fortran/openmp.cc:4314
71922 #, gcc-internal-format, gfc-internal-format
71923 msgid "!$OMP ASSUMES at %C must be in the specification part of a subprogram or module"
71924 msgstr ""
71926 #: fortran/openmp.cc:4381
71927 #, gcc-internal-format, gfc-internal-format
71928 msgid "Unexpected junk after $OMP CRITICAL statement at %C"
71929 msgstr ""
71931 #: fortran/openmp.cc:4403
71932 #, gcc-internal-format
71933 msgid "Expected %<( depobj )%> at %C"
71934 msgstr "Očekivano je %<( depobj )%> pri %C"
71936 #: fortran/openmp.cc:4421
71937 #, gcc-internal-format
71938 msgid "Expected IN, OUT, INOUT, INOUTSET or MUTEXINOUTSET followed by %<)%> at %C"
71939 msgstr ""
71941 #: fortran/openmp.cc:4439
71942 #, gcc-internal-format, gfc-internal-format
71943 msgid "Expected DEPEND, UPDATE, or DESTROY clause at %C"
71944 msgstr ""
71946 #: fortran/openmp.cc:4444
71947 #, gcc-internal-format, gfc-internal-format
71948 msgid "DEPEND clause at %L of OMP DEPOBJ construct shall not have dependence-type DEPOBJ"
71949 msgstr ""
71951 #: fortran/openmp.cc:4452
71952 #, gcc-internal-format, gfc-internal-format
71953 msgid "DEPEND clause at %L of OMP DEPOBJ construct shall have only a single locator"
71954 msgstr ""
71956 #: fortran/openmp.cc:4578 fortran/openmp.cc:8355
71957 #, gcc-internal-format, gfc-internal-format
71958 msgid "MESSAGE clause at %L requires a scalar default-kind CHARACTER expression"
71959 msgstr ""
71961 #: fortran/openmp.cc:4585
71962 #, gcc-internal-format, gfc-internal-format
71963 msgid "Constant character expression required in MESSAGE clause at %L"
71964 msgstr ""
71966 #: fortran/openmp.cc:4591
71967 #, gcc-internal-format, gfc-internal-format
71968 msgid "$OMP ERROR encountered at %L: %s"
71969 msgstr ""
71971 #: fortran/openmp.cc:4610
71972 #, gcc-internal-format, gfc-internal-format
71973 msgid "$OMP ERROR encountered at %L"
71974 msgstr ""
71976 #: fortran/openmp.cc:4638
71977 #, gcc-internal-format, gfc-internal-format
71978 msgid "Expected SEQ_CST, AQC_REL, RELEASE, or ACQUIRE at %C"
71979 msgstr ""
71981 #: fortran/openmp.cc:4647
71982 #, gcc-internal-format, gfc-internal-format
71983 msgid "List specified together with memory order clause in FLUSH directive at %C"
71984 msgstr ""
71986 #: fortran/openmp.cc:4655
71987 #, gcc-internal-format, gfc-internal-format
71988 msgid "Unexpected junk after $OMP FLUSH statement at %C"
71989 msgstr ""
71991 #: fortran/openmp.cc:5055 fortran/openmp.cc:10297
71992 #, gcc-internal-format, gfc-internal-format
71993 msgid "Redefinition of predefined %s !$OMP DECLARE REDUCTION at %L"
71994 msgstr ""
71996 #: fortran/openmp.cc:5059 fortran/openmp.cc:10301
71997 #, gcc-internal-format, gfc-internal-format
71998 msgid "Redefinition of predefined !$OMP DECLARE REDUCTION at %L"
71999 msgstr ""
72001 #: fortran/openmp.cc:5064
72002 #, gcc-internal-format, gfc-internal-format
72003 msgid "Redefinition of !$OMP DECLARE REDUCTION at %L"
72004 msgstr ""
72006 #: fortran/openmp.cc:5066
72007 #, gcc-internal-format, gfc-internal-format
72008 msgid "Previous !$OMP DECLARE REDUCTION at %L"
72009 msgstr ""
72011 #: fortran/openmp.cc:5086
72012 #, gcc-internal-format, gfc-internal-format
72013 msgid "Unexpected junk after !$OMP DECLARE REDUCTION at %C"
72014 msgstr ""
72016 #: fortran/openmp.cc:5123
72017 #, gcc-internal-format, gfc-internal-format
72018 msgid "Only the !$OMP DECLARE TARGET form without clauses is allowed in interface block at %C"
72019 msgstr ""
72021 #: fortran/openmp.cc:5138
72022 #, gcc-internal-format, gfc-internal-format
72023 msgid "Unexpected junk after !$OMP DECLARE TARGET at %C"
72024 msgstr ""
72026 #: fortran/openmp.cc:5163
72027 #, gcc-internal-format, gfc-internal-format
72028 msgid "OMP DECLARE TARGET variable at %L is an element of a COMMON block"
72029 msgstr ""
72031 #: fortran/openmp.cc:5166
72032 #, gcc-internal-format, gfc-internal-format
72033 msgid "Variable at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
72034 msgstr ""
72036 #: fortran/openmp.cc:5172
72037 #, gcc-internal-format, gfc-internal-format
72038 msgid "OMP DECLARE TARGET variable at %L previously mentioned in LINK clause and later in %s clause"
72039 msgstr ""
72041 #: fortran/openmp.cc:5178
72042 #, gcc-internal-format, gfc-internal-format
72043 msgid "OMP DECLARE TARGET variable at %L previously mentioned in TO or ENTER clause and later in LINK clause"
72044 msgstr ""
72046 #: fortran/openmp.cc:5192 fortran/openmp.cc:5238
72047 #, gcc-internal-format
72048 msgid "List item %qs at %L set in previous OMP DECLARE TARGET directive to a different DEVICE_TYPE"
72049 msgstr ""
72051 #: fortran/openmp.cc:5202
72052 #, gcc-internal-format, gfc-internal-format
72053 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in LINK clause and later in %s clause"
72054 msgstr ""
72056 #: fortran/openmp.cc:5208
72057 #, gcc-internal-format, gfc-internal-format
72058 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in TO or ENTER clause and later in LINK clause"
72059 msgstr ""
72061 #: fortran/openmp.cc:5212
72062 #, gcc-internal-format, gfc-internal-format
72063 msgid "COMMON at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
72064 msgstr ""
72066 #: fortran/openmp.cc:5221
72067 #, gcc-internal-format, gfc-internal-format
72068 msgid "COMMON at %L set in previous OMP DECLARE TARGET directive to a different DEVICE_TYPE"
72069 msgstr ""
72071 #: fortran/openmp.cc:5248
72072 #, gcc-internal-format, gfc-internal-format
72073 msgid "OMP DECLARE TARGET directive at %L with only DEVICE_TYPE clause is ignored"
72074 msgstr ""
72076 #: fortran/openmp.cc:5258
72077 #, gcc-internal-format, gfc-internal-format
72078 msgid "Syntax error in !$OMP DECLARE TARGET list at %C"
72079 msgstr ""
72081 #: fortran/openmp.cc:5296
72082 #, gcc-internal-format, gfc-internal-format
72083 msgid "expected trait selector name at %C"
72084 msgstr ""
72086 #: fortran/openmp.cc:5351
72087 #, gcc-internal-format
72088 msgid "selector %qs not allowed for context selector set %qs at %C"
72089 msgstr ""
72091 #: fortran/openmp.cc:5371
72092 #, gcc-internal-format
72093 msgid "selector %qs does not accept any properties at %C"
72094 msgstr ""
72096 #: fortran/openmp.cc:5380 fortran/openmp.cc:5525 fortran/openmp.cc:5623
72097 #: fortran/openmp.cc:5690
72098 #, fuzzy, gcc-internal-format
72099 #| msgid "Expected %<(%> at %C"
72100 msgid "expected %<(%> at %C"
72101 msgstr "Očekivano je %<(%> pri %C"
72103 #: fortran/openmp.cc:5388
72104 #, gcc-internal-format, gfc-internal-format
72105 msgid "score argument must be constant integer expression at %C"
72106 msgstr ""
72108 #: fortran/openmp.cc:5396
72109 #, gcc-internal-format, gfc-internal-format
72110 msgid "score argument must be non-negative at %C"
72111 msgstr ""
72113 #: fortran/openmp.cc:5402 fortran/openmp.cc:5515 fortran/openmp.cc:5671
72114 #: fortran/openmp.cc:5699
72115 #, fuzzy, gcc-internal-format
72116 #| msgid "Expected %<(%> at %C"
72117 msgid "expected %<)%> at %C"
72118 msgstr "Očekivano je %<(%> pri %C"
72120 #: fortran/openmp.cc:5408
72121 #, gcc-internal-format, gfc-internal-format
72122 msgid "expected : at %C"
72123 msgstr "očekivano je : pri %C"
72125 #: fortran/openmp.cc:5425
72126 #, gcc-internal-format, gfc-internal-format
72127 msgid "property must be constant integer expression or string literal at %C"
72128 msgstr ""
72130 #: fortran/openmp.cc:5445
72131 #, gcc-internal-format, gfc-internal-format
72132 msgid "expected identifier at %C"
72133 msgstr "očekivano je identifikator pri %C"
72135 #: fortran/openmp.cc:5464
72136 #, gcc-internal-format, gfc-internal-format
72137 msgid "expected identifier or string literal at %C"
72138 msgstr ""
72140 #: fortran/openmp.cc:5484
72141 #, gcc-internal-format, gfc-internal-format
72142 msgid "expected expression at %C"
72143 msgstr ""
72145 #: fortran/openmp.cc:5492
72146 #, gcc-internal-format, gfc-internal-format
72147 msgid "property must be constant integer or logical expression at %C"
72148 msgstr ""
72150 #: fortran/openmp.cc:5504
72151 #, gcc-internal-format, gfc-internal-format
72152 msgid "expected simd clause at %C"
72153 msgstr ""
72155 #: fortran/openmp.cc:5571
72156 #, fuzzy, gcc-internal-format
72157 #| msgid "expected %<seq_cst%>, %<acq_rel%>, %<release%> or %<acquire%>"
72158 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%> at %C"
72159 msgstr "očekivano je %<seq_cst%>, %<acq_rel%>, %<release%> ili %<acquire%>"
72161 #: fortran/openmp.cc:5579
72162 #, fuzzy, gcc-internal-format
72163 #| msgid "Expected %<=>%> at %C"
72164 msgid "expected %<=%> at %C"
72165 msgstr "Očekivano je %<=>%> pri %C"
72167 #: fortran/openmp.cc:5586
72168 #, fuzzy, gcc-internal-format
72169 #| msgid "Expected %<(%> at %C"
72170 msgid "expected %<{%> at %C"
72171 msgstr "Očekivano je %<(%> pri %C"
72173 #: fortran/openmp.cc:5601
72174 #, fuzzy, gcc-internal-format
72175 #| msgid "Expected %<(%> at %C"
72176 msgid "expected %<}%> at %C"
72177 msgstr "Očekivano je %<(%> pri %C"
72179 #: fortran/openmp.cc:5630
72180 #, gcc-internal-format, gfc-internal-format
72181 msgid "expected name at %C"
72182 msgstr "očekivano je ime pri %C"
72184 #: fortran/openmp.cc:5641
72185 #, gcc-internal-format, gfc-internal-format
72186 msgid "expected variant name at %C"
72187 msgstr ""
72189 #: fortran/openmp.cc:5681
72190 #, fuzzy, gcc-internal-format
72191 #| msgid "expected %<match%>"
72192 msgid "expected %<match%> at %C"
72193 msgstr "očekivano je %<match%>"
72195 #: fortran/openmp.cc:5732
72196 #, gcc-internal-format, gfc-internal-format
72197 msgid "Threadprivate variable at %C is an element of a COMMON block"
72198 msgstr ""
72200 #: fortran/openmp.cc:5769
72201 #, gcc-internal-format, gfc-internal-format
72202 msgid "Unexpected junk after OMP THREADPRIVATE at %C"
72203 msgstr ""
72205 #: fortran/openmp.cc:5776
72206 #, gcc-internal-format, gfc-internal-format
72207 msgid "Syntax error in !$OMP THREADPRIVATE list at %C"
72208 msgstr ""
72210 #: fortran/openmp.cc:5882
72211 #, gcc-internal-format, gfc-internal-format
72212 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES REVERSE_OFFLOAD but other program units do"
72213 msgstr ""
72215 #: fortran/openmp.cc:5887
72216 #, gcc-internal-format, gfc-internal-format
72217 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES UNIFIED_ADDRESS but other program units do"
72218 msgstr ""
72220 #: fortran/openmp.cc:5892
72221 #, gcc-internal-format, gfc-internal-format
72222 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES UNIFIED_SHARED_MEMORY but other program units do"
72223 msgstr ""
72225 #: fortran/openmp.cc:5918
72226 #, gcc-internal-format
72227 msgid "!$OMP REQUIRES clause %qs specified via module %qs use at %L comes after using a device construct/routine"
72228 msgstr ""
72230 #: fortran/openmp.cc:5922
72231 #, gcc-internal-format
72232 msgid "!$OMP REQUIRES clause %qs specified at %L comes after using a device construct/routine"
72233 msgstr ""
72235 #: fortran/openmp.cc:5944
72236 #, gcc-internal-format
72237 msgid "!$OMP REQUIRES clause %<atomic_default_mem_order(%s)%> specified via module %qs use at %L overrides a previous %<atomic_default_mem_order(%s)%> (which might be through using a module)"
72238 msgstr ""
72240 #: fortran/openmp.cc:5949
72241 #, gcc-internal-format
72242 msgid "!$OMP REQUIRES clause %<atomic_default_mem_order(%s)%> specified at %L overrides a previous %<atomic_default_mem_order(%s)%> (which might be through using a module)"
72243 msgstr ""
72245 #: fortran/openmp.cc:5960
72246 #, gcc-internal-format
72247 msgid "!$OMP REQUIRES clause %<atomic_default_mem_order(%s)%> specified via module %qs use at %L but same clause is not specified for the program unit"
72248 msgstr ""
72250 #: fortran/openmp.cc:5965
72251 #, gcc-internal-format
72252 msgid "!$OMP REQUIRES clause %qs specified via module %qs use at %L but same clause is not specified for the program unit"
72253 msgstr ""
72255 #: fortran/openmp.cc:5994
72256 #, gcc-internal-format, gfc-internal-format
72257 msgid "!$OMP REQUIRES at %C must appear in the specification part of a program unit"
72258 msgstr ""
72260 #: fortran/openmp.cc:6062
72261 #, gcc-internal-format, gfc-internal-format
72262 msgid "Expected SEQ_CST, ACQ_REL or RELAXED for ATOMIC_DEFAULT_MEM_ORDER clause at %C"
72263 msgstr ""
72265 #: fortran/openmp.cc:6078
72266 #, gcc-internal-format, gfc-internal-format
72267 msgid "Clause expected at %C"
72268 msgstr ""
72270 #: fortran/openmp.cc:6084
72271 #, gcc-internal-format
72272 msgid "%qs clause at %L specified more than once"
72273 msgstr ""
72275 #: fortran/openmp.cc:6087
72276 #, gcc-internal-format, gfc-internal-format
72277 msgid "Expected UNIFIED_ADDRESS, UNIFIED_SHARED_MEMORY, DYNAMIC_ALLOCATORS, REVERSE_OFFLOAD, or ATOMIC_DEFAULT_MEM_ORDER clause at %L"
72278 msgstr ""
72280 #: fortran/openmp.cc:6113
72281 #, gcc-internal-format, gfc-internal-format
72282 msgid "Expected INCLUSIVE or EXCLUSIVE clause at %C"
72283 msgstr ""
72285 #: fortran/openmp.cc:6119
72286 #, gcc-internal-format, gfc-internal-format
72287 msgid "Unexpected junk after !$OMP SCAN at %C"
72288 msgstr ""
72290 #: fortran/openmp.cc:6318
72291 #, gcc-internal-format, gfc-internal-format
72292 msgid "Unexpected junk after TASKYIELD clause at %C"
72293 msgstr ""
72295 #: fortran/openmp.cc:6406
72296 #, gcc-internal-format, gfc-internal-format
72297 msgid "Unexpected junk after $OMP MASTER statement at %C"
72298 msgstr ""
72300 #: fortran/openmp.cc:6438
72301 #, gcc-internal-format, gfc-internal-format
72302 msgid "Unexpected junk after $OMP NOTHING statement at %C"
72303 msgstr ""
72305 #: fortran/openmp.cc:6473 fortran/openmp.cc:6476 fortran/openmp.cc:6479
72306 #, gcc-internal-format, gfc-internal-format
72307 msgid "!$OMP ATOMIC at %L with %s clause is incompatible with READ or WRITE"
72308 msgstr ""
72310 #: fortran/openmp.cc:6483
72311 #, gcc-internal-format, gfc-internal-format
72312 msgid "!$OMP ATOMIC at %L with %s clause requires %s clause"
72313 msgstr ""
72315 #: fortran/openmp.cc:6520
72316 #, gcc-internal-format, gfc-internal-format
72317 msgid "!$OMP ATOMIC READ at %L incompatible with RELEASE clause"
72318 msgstr ""
72320 #: fortran/openmp.cc:6530
72321 #, gcc-internal-format, gfc-internal-format
72322 msgid "!$OMP ATOMIC WRITE at %L incompatible with ACQUIRE clause"
72323 msgstr ""
72325 #: fortran/openmp.cc:6567
72326 #, gcc-internal-format, gfc-internal-format
72327 msgid "Unexpected junk after !$ACC ATOMIC statement at %C"
72328 msgstr ""
72330 #: fortran/openmp.cc:6582
72331 #, gcc-internal-format, gfc-internal-format
72332 msgid "Unexpected junk after $OMP BARRIER statement at %C"
72333 msgstr ""
72335 #: fortran/openmp.cc:6638
72336 #, gcc-internal-format, gfc-internal-format
72337 msgid "Expected construct-type PARALLEL, SECTIONS, DO or TASKGROUP in $OMP CANCELLATION POINT statement at %C"
72338 msgstr ""
72340 #: fortran/openmp.cc:6644
72341 #, gcc-internal-format, gfc-internal-format
72342 msgid "Unexpected junk after $OMP CANCELLATION POINT statement at %C"
72343 msgstr ""
72345 #: fortran/openmp.cc:6665
72346 #, gcc-internal-format, gfc-internal-format
72347 msgid "Unexpected junk after NOWAIT clause at %C"
72348 msgstr ""
72350 #: fortran/openmp.cc:6704
72351 #, gcc-internal-format, gfc-internal-format
72352 msgid "%s clause at %L requires a scalar INTEGER expression"
72353 msgstr ""
72355 #: fortran/openmp.cc:6715
72356 #, gcc-internal-format, gfc-internal-format
72357 msgid "INTEGER expression of %s clause at %L must be positive"
72358 msgstr ""
72360 #: fortran/openmp.cc:6726
72361 #, gcc-internal-format, gfc-internal-format
72362 msgid "INTEGER expression of %s clause at %L must be non-negative"
72363 msgstr ""
72365 #: fortran/openmp.cc:6737
72366 #, gcc-internal-format
72367 msgid "Cray pointer object %qs of derived type in %s clause at %L"
72368 msgstr ""
72370 #: fortran/openmp.cc:6740
72371 #, gcc-internal-format
72372 msgid "Cray pointee object %qs of derived type in %s clause at %L"
72373 msgstr ""
72375 #: fortran/openmp.cc:6746 fortran/openmp.cc:8223
72376 #, gcc-internal-format
72377 msgid "POINTER object %qs of polymorphic type in %s clause at %L"
72378 msgstr ""
72380 #: fortran/openmp.cc:6751
72381 #, gcc-internal-format
72382 msgid "Cray pointer object %qs of polymorphic type in %s clause at %L"
72383 msgstr ""
72385 #: fortran/openmp.cc:6756
72386 #, gcc-internal-format
72387 msgid "Cray pointee object %qs of polymorphic type in %s clause at %L"
72388 msgstr ""
72390 #: fortran/openmp.cc:6766 fortran/openmp.cc:7790 fortran/openmp.cc:7985
72391 #, gcc-internal-format
72392 msgid "Assumed size array %qs in %s clause at %L"
72393 msgstr ""
72395 #: fortran/openmp.cc:6769
72396 #, gcc-internal-format
72397 msgid "Assumed rank array %qs in %s clause at %L"
72398 msgstr ""
72400 #: fortran/openmp.cc:6785 fortran/openmp.cc:7972
72401 #, gcc-internal-format
72402 msgid "POINTER object %qs in %s clause at %L"
72403 msgstr ""
72405 #: fortran/openmp.cc:6790 fortran/openmp.cc:8227
72406 #, gcc-internal-format
72407 msgid "Cray pointer object %qs in %s clause at %L"
72408 msgstr ""
72410 #: fortran/openmp.cc:6795 fortran/openmp.cc:8230
72411 #, gcc-internal-format
72412 msgid "Cray pointee object %qs in %s clause at %L"
72413 msgstr ""
72415 #: fortran/openmp.cc:6800 fortran/openmp.cc:8218
72416 #, gcc-internal-format
72417 msgid "ALLOCATABLE object %qs in %s clause at %L"
72418 msgstr ""
72420 #: fortran/openmp.cc:6803
72421 #, gcc-internal-format
72422 msgid "VALUE object %qs in %s clause at %L"
72423 msgstr ""
72425 #: fortran/openmp.cc:6846
72426 #, gcc-internal-format, gfc-internal-format
72427 msgid "Implicitly declared function %s used in !$OMP DECLARE REDUCTION at %L"
72428 msgstr ""
72430 #: fortran/openmp.cc:6895
72431 #, gcc-internal-format, gfc-internal-format
72432 msgid "Implicitly declared subroutine %s used in !$OMP DECLARE REDUCTION at %L"
72433 msgstr ""
72435 #: fortran/openmp.cc:6917
72436 #, gcc-internal-format, gfc-internal-format
72437 msgid "HOLDS expression at %L must be a scalar logical expression"
72438 msgstr ""
72440 #: fortran/openmp.cc:6949
72441 #, gcc-internal-format, gfc-internal-format
72442 msgid "ORDERED clause parameter is less than COLLAPSE at %L"
72443 msgstr ""
72445 #: fortran/openmp.cc:6952
72446 #, gcc-internal-format, gfc-internal-format
72447 msgid "ORDER clause must not be used together ORDERED at %L"
72448 msgstr ""
72450 #: fortran/openmp.cc:6959 fortran/openmp.cc:6970 fortran/resolve.cc:10860
72451 #: fortran/resolve.cc:12234
72452 #, gcc-internal-format, gfc-internal-format
72453 msgid "IF clause at %L requires a scalar LOGICAL expression"
72454 msgstr ""
72456 #: fortran/openmp.cc:6974
72457 #, gcc-internal-format, gfc-internal-format
72458 msgid "IF clause without modifier at %L used together with IF clauses with modifiers"
72459 msgstr ""
72461 #: fortran/openmp.cc:7099
72462 #, gcc-internal-format, gfc-internal-format
72463 msgid "IF clause modifier %s at %L not appropriate for the current OpenMP construct"
72464 msgstr ""
72466 #: fortran/openmp.cc:7109
72467 #, gcc-internal-format, gfc-internal-format
72468 msgid "FINAL clause at %L requires a scalar LOGICAL expression"
72469 msgstr ""
72471 #: fortran/openmp.cc:7119
72472 #, gcc-internal-format, gfc-internal-format
72473 msgid "SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
72474 msgstr ""
72476 #: fortran/openmp.cc:7124
72477 #, gcc-internal-format, gfc-internal-format
72478 msgid "INTEGER expression of SCHEDULE clause's chunk_size at %L must be positive"
72479 msgstr ""
72481 #: fortran/openmp.cc:7131
72482 #, gcc-internal-format, gfc-internal-format
72483 msgid "Both MONOTONIC and NONMONOTONIC schedule modifiers specified at %L"
72484 msgstr ""
72486 #: fortran/openmp.cc:7134
72487 #, gcc-internal-format, gfc-internal-format
72488 msgid "NONMONOTONIC schedule modifier specified with ORDERED clause at %L"
72489 msgstr ""
72491 #: fortran/openmp.cc:7143
72492 #, gcc-internal-format, gfc-internal-format
72493 msgid "DEPOBJ in DEPOBJ construct at %L shall be a scalar integer of OMP_DEPEND_KIND kind"
72494 msgstr ""
72496 #: fortran/openmp.cc:7164
72497 #, gcc-internal-format
72498 msgid "Variable %qs is not a dummy argument at %L"
72499 msgstr ""
72501 #: fortran/openmp.cc:7200
72502 #, gcc-internal-format
72503 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be copied"
72504 msgstr ""
72506 #: fortran/openmp.cc:7204
72507 #, gcc-internal-format
72508 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be mapped"
72509 msgstr ""
72511 #: fortran/openmp.cc:7209 fortran/openmp.cc:10001
72512 #, gcc-internal-format
72513 msgid "Object %qs is not a variable at %L"
72514 msgstr ""
72516 #: fortran/openmp.cc:7218
72517 #, gcc-internal-format
72518 msgid "%<inscan%> REDUCTION clause on construct other than DO, SIMD, DO SIMD, PARALLEL DO, PARALLEL DO SIMD at %L"
72519 msgstr ""
72521 #: fortran/openmp.cc:7249 fortran/openmp.cc:7261 fortran/openmp.cc:7282
72522 #: fortran/openmp.cc:7294 fortran/openmp.cc:7317 fortran/openmp.cc:7325
72523 #: fortran/openmp.cc:7346 fortran/openmp.cc:7357 fortran/openmp.cc:7369
72524 #: fortran/openmp.cc:7474 fortran/openmp.cc:10025
72525 #, gcc-internal-format
72526 msgid "Symbol %qs present on multiple clauses at %L"
72527 msgstr ""
72529 #: fortran/openmp.cc:7290
72530 #, gcc-internal-format
72531 msgid "Symbol %qs has mixed component and non-component accesses at %L"
72532 msgstr ""
72534 #: fortran/openmp.cc:7340
72535 #, gcc-internal-format
72536 msgid "Symbol %qs present on both data and map clauses at %L"
72537 msgstr ""
72539 #: fortran/openmp.cc:7383
72540 #, gcc-internal-format
72541 msgid "Expected integer expression of the %<omp_allocator_handle_kind%> kind at %L"
72542 msgstr ""
72544 #: fortran/openmp.cc:7398
72545 #, gcc-internal-format, gfc-internal-format
72546 msgid "ALIGN modifier requires at %L a scalar positive constant integer alignment expression that is a power of two"
72547 msgstr ""
72549 #: fortran/openmp.cc:7417
72550 #, gcc-internal-format
72551 msgid "%qs appears more than once in %<allocate%> clauses at %L"
72552 msgstr ""
72554 #: fortran/openmp.cc:7459
72555 #, gcc-internal-format
72556 msgid "%qs specified in %<allocate%> clause at %L but not in an explicit privatization clause"
72557 msgstr ""
72559 #: fortran/openmp.cc:7481
72560 #, gcc-internal-format
72561 msgid "Array %qs is not permitted in reduction at %L"
72562 msgstr ""
72564 #: fortran/openmp.cc:7494
72565 #, gcc-internal-format
72566 msgid "Symbol %qs present on both FROM and TO clauses at %L"
72567 msgstr ""
72569 #: fortran/openmp.cc:7512
72570 #, gcc-internal-format
72571 msgid "Non-THREADPRIVATE object %qs in COPYIN clause at %L"
72572 msgstr ""
72574 #: fortran/openmp.cc:7518
72575 #, gcc-internal-format, gfc-internal-format
72576 msgid "NOWAIT clause must not be used with COPYPRIVATE clause at %L"
72577 msgstr ""
72579 #: fortran/openmp.cc:7523
72580 #, gcc-internal-format
72581 msgid "Assumed size array %qs in COPYPRIVATE clause at %L"
72582 msgstr ""
72584 #: fortran/openmp.cc:7526
72585 #, gcc-internal-format
72586 msgid "INTENT(IN) POINTER %qs in COPYPRIVATE clause at %L"
72587 msgstr ""
72589 #: fortran/openmp.cc:7534
72590 #, gcc-internal-format
72591 msgid "THREADPRIVATE object %qs in SHARED clause at %L"
72592 msgstr ""
72594 #: fortran/openmp.cc:7537
72595 #, gcc-internal-format
72596 msgid "Cray pointee %qs in SHARED clause at %L"
72597 msgstr ""
72599 #: fortran/openmp.cc:7540
72600 #, gcc-internal-format
72601 msgid "Associate name %qs in SHARED clause at %L"
72602 msgstr ""
72604 #: fortran/openmp.cc:7546
72605 #, gcc-internal-format
72606 msgid "DETACH event handle %qs in SHARED clause at %L"
72607 msgstr ""
72609 #: fortran/openmp.cc:7561
72610 #, gcc-internal-format
72611 msgid "%qs in ALIGNED clause must be POINTER, ALLOCATABLE, Cray pointer or C_PTR at %L"
72612 msgstr ""
72614 #: fortran/openmp.cc:7573
72615 #, gcc-internal-format
72616 msgid "%qs in ALIGNED clause at %L requires a scalar positive constant integer alignment expression"
72617 msgstr ""
72619 #: fortran/openmp.cc:7599
72620 #, gcc-internal-format, gfc-internal-format
72621 msgid "Scalar integer expression for range begin expected at %L"
72622 msgstr ""
72624 #: fortran/openmp.cc:7605
72625 #, gcc-internal-format, gfc-internal-format
72626 msgid "Scalar integer expression for range end expected at %L"
72627 msgstr ""
72629 #: fortran/openmp.cc:7611
72630 #, gcc-internal-format, gfc-internal-format
72631 msgid "Scalar integer expression for range step expected at %L"
72632 msgstr ""
72634 #: fortran/openmp.cc:7616
72635 #, gcc-internal-format, gfc-internal-format
72636 msgid "Nonzero range step expected at %L"
72637 msgstr ""
72639 #: fortran/openmp.cc:7629
72640 #, gcc-internal-format, gfc-internal-format
72641 msgid "Dependence-type SINK used together with SOURCE on the same construct at %L"
72642 msgstr ""
72644 #: fortran/openmp.cc:7639
72645 #, gcc-internal-format, gfc-internal-format
72646 msgid "SINK addend not a constant integer at %L"
72647 msgstr ""
72649 #: fortran/openmp.cc:7645
72650 #, gcc-internal-format
72651 msgid "omp_cur_iteration at %L requires %<-1%> as logical offset"
72652 msgstr ""
72654 #: fortran/openmp.cc:7655
72655 #, gcc-internal-format
72656 msgid "Locator %qs at %L in DEPEND clause of depobj type shall be a scalar integer of OMP_DEPEND_KIND kind"
72657 msgstr ""
72659 #: fortran/openmp.cc:7666
72660 #, gcc-internal-format, gfc-internal-format
72661 msgid "Locator at %L in DEPEND clause of depobj type shall be a scalar integer of OMP_DEPEND_KIND kind"
72662 msgstr ""
72664 #: fortran/openmp.cc:7710
72665 #, gcc-internal-format, gfc-internal-format
72666 msgid "Array is not contiguous at %L"
72667 msgstr ""
72669 #: fortran/openmp.cc:7721
72670 #, gcc-internal-format, gfc-internal-format
72671 msgid "Unexpected substring reference in %s clause at %L"
72672 msgstr ""
72674 #: fortran/openmp.cc:7729
72675 #, gcc-internal-format, gfc-internal-format
72676 msgid "Unexpected complex-parts designator reference in %s clause at %L"
72677 msgstr ""
72679 #: fortran/openmp.cc:7738 fortran/openmp.cc:7756
72680 #, gcc-internal-format
72681 msgid "%qs in %s clause at %L is not a proper array section"
72682 msgstr ""
72684 #: fortran/openmp.cc:7748
72685 #, gcc-internal-format, gfc-internal-format
72686 msgid "Stride should not be specified for array section in %s clause at %L"
72687 msgstr ""
72689 #: fortran/openmp.cc:7770
72690 #, gcc-internal-format
72691 msgid "%qs in %s clause at %L is a zero size array section"
72692 msgstr ""
72694 #: fortran/openmp.cc:7796
72695 #, gcc-internal-format
72696 msgid "List item %qs with allocatable components is not permitted in map clause at %L"
72697 msgstr ""
72699 #: fortran/openmp.cc:7815
72700 #, gcc-internal-format, gfc-internal-format
72701 msgid "TARGET%s with map-type other than TO, FROM, TOFROM, or ALLOC on MAP clause at %L"
72702 msgstr ""
72704 #: fortran/openmp.cc:7837
72705 #, gcc-internal-format, gfc-internal-format
72706 msgid "TARGET ENTER DATA with map-type other than TO, TOFROM or ALLOC on MAP clause at %L"
72707 msgstr ""
72709 #: fortran/openmp.cc:7858
72710 #, gcc-internal-format, gfc-internal-format
72711 msgid "TARGET EXIT DATA with map-type other than FROM, TOFROM, RELEASE, or DELETE on MAP clause at %L"
72712 msgstr ""
72714 #: fortran/openmp.cc:7874 fortran/openmp.cc:7956
72715 #, gcc-internal-format
72716 msgid "THREADPRIVATE object %qs in %s clause at %L"
72717 msgstr ""
72719 #: fortran/openmp.cc:7877 fortran/openmp.cc:7959
72720 #, gcc-internal-format
72721 msgid "Cray pointee %qs in %s clause at %L"
72722 msgstr ""
72724 #. Non-TARGET (i.e. DISPATCH) requires a C_PTR.
72725 #: fortran/openmp.cc:7889
72726 #, gcc-internal-format
72727 msgid "List item %qs in %s clause at %L must be of TYPE(C_PTR)"
72728 msgstr ""
72730 #: fortran/openmp.cc:7950
72731 #, gcc-internal-format
72732 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct at %L"
72733 msgstr ""
72735 #: fortran/openmp.cc:7962
72736 #, gcc-internal-format
72737 msgid "Associate name %qs in %s clause at %L"
72738 msgstr ""
72740 #: fortran/openmp.cc:7969
72741 #, gcc-internal-format
72742 msgid "Procedure pointer %qs in %s clause at %L"
72743 msgstr ""
72745 #: fortran/openmp.cc:7975
72746 #, gcc-internal-format
72747 msgid "Cray pointer %qs in %s clause at %L"
72748 msgstr ""
72750 #: fortran/openmp.cc:7988
72751 #, gcc-internal-format
72752 msgid "Variable %qs in %s clause is used in NAMELIST statement at %L"
72753 msgstr ""
72755 #. case OMP_LIST_REDUCTION:
72756 #: fortran/openmp.cc:7998
72757 #, gcc-internal-format
72758 msgid "INTENT(IN) POINTER %qs in %s clause at %L"
72759 msgstr ""
72761 #: fortran/openmp.cc:8009
72762 #, gcc-internal-format
72763 msgid "DETACH event handle %qs in %s clause at %L"
72764 msgstr ""
72766 #: fortran/openmp.cc:8033
72767 #, gcc-internal-format, gfc-internal-format
72768 msgid "Only DEFAULT permitted as reduction-modifier in REDUCTION clause at %L"
72769 msgstr ""
72771 #: fortran/openmp.cc:8126
72772 #, gcc-internal-format, gfc-internal-format
72773 msgid "!$OMP DECLARE REDUCTION %s not found for type %s at %L"
72774 msgstr ""
72776 #: fortran/openmp.cc:8154
72777 #, gcc-internal-format, gfc-internal-format
72778 msgid "LINEAR clause modifier used on DO or SIMD construct at %L"
72779 msgstr ""
72781 #: fortran/openmp.cc:8160
72782 #, gcc-internal-format, gfc-internal-format
72783 msgid "LINEAR clause modifier other than VAL used on DO or SIMD construct at %L"
72784 msgstr ""
72786 #: fortran/openmp.cc:8168
72787 #, gcc-internal-format
72788 msgid "LINEAR variable %qs must be INTEGER at %L"
72789 msgstr ""
72791 #: fortran/openmp.cc:8173
72792 #, gcc-internal-format
72793 msgid "LINEAR dummy argument %qs with VALUE attribute with %s modifier at %L"
72794 msgstr ""
72796 #: fortran/openmp.cc:8184
72797 #, gcc-internal-format
72798 msgid "%qs in LINEAR clause at %L requires a scalar integer linear-step expression"
72799 msgstr ""
72801 #: fortran/openmp.cc:8201
72802 #, gcc-internal-format
72803 msgid "%qs in LINEAR clause at %L requires a constant integer linear-step expression or dummy argument specified in UNIFORM clause"
72804 msgstr ""
72806 #: fortran/openmp.cc:8235
72807 #, gcc-internal-format
72808 msgid "%s clause variable %qs at %L is neither a POINTER nor an array"
72809 msgstr ""
72811 #: fortran/openmp.cc:8295
72812 #, gcc-internal-format, gfc-internal-format
72813 msgid "NUM_TEAMS lower bound at %L larger than upper bound at %L"
72814 msgstr ""
72816 #: fortran/openmp.cc:8308
72817 #, gcc-internal-format, gfc-internal-format
72818 msgid "Value of HINT clause at %L shall be a valid constant hint expression"
72819 msgstr ""
72821 #: fortran/openmp.cc:8318
72822 #, gcc-internal-format, gfc-internal-format
72823 msgid "DIST_SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
72824 msgstr ""
72826 #: fortran/openmp.cc:8348
72827 #, gcc-internal-format, gfc-internal-format
72828 msgid "Incompatible use of TILE and COLLAPSE at %L"
72829 msgstr ""
72831 #: fortran/openmp.cc:8372
72832 #, gcc-internal-format, gfc-internal-format
72833 msgid "TARGET DATA must contain at least one MAP, USE_DEVICE_PTR, or USE_DEVICE_ADDR clause at %L"
72834 msgstr ""
72836 #: fortran/openmp.cc:8375
72837 #, gcc-internal-format, gfc-internal-format
72838 msgid "%s must contain at least one MAP clause at %L"
72839 msgstr ""
72841 #: fortran/openmp.cc:8385
72842 #, gcc-internal-format
72843 msgid "%qs at %L should be a scalar of type integer(kind=omp_event_handle_kind)"
72844 msgstr ""
72846 #: fortran/openmp.cc:8390
72847 #, gcc-internal-format, gfc-internal-format
72848 msgid "The event handle at %L must not be an array element"
72849 msgstr ""
72851 #: fortran/openmp.cc:8394
72852 #, gcc-internal-format, gfc-internal-format
72853 msgid "The event handle at %L must not be part of a derived type or class"
72854 msgstr ""
72856 #: fortran/openmp.cc:8398
72857 #, gcc-internal-format
72858 msgid "%<DETACH%> clause at %L must not be used together with %<MERGEABLE%> clause"
72859 msgstr ""
72861 #: fortran/openmp.cc:8553
72862 #, gcc-internal-format, gfc-internal-format
72863 msgid "Expected IF at %L in atomic compare capture"
72864 msgstr ""
72866 #: fortran/openmp.cc:8561
72867 #, gcc-internal-format, gfc-internal-format
72868 msgid "Expected ELSE at %L in atomic compare capture"
72869 msgstr ""
72871 #: fortran/openmp.cc:8673
72872 #, gcc-internal-format
72873 msgid "Expected %<==%>, %<.EQ.%> or %<.EQV.%> atomic comparison expression at %L"
72874 msgstr ""
72876 #: fortran/openmp.cc:8679
72877 #, gcc-internal-format, gfc-internal-format
72878 msgid "Expected scalar intrinsic variable at %L in atomic comparison"
72879 msgstr ""
72881 #: fortran/openmp.cc:8687
72882 #, gcc-internal-format, gfc-internal-format
72883 msgid "Expected scalar intrinsic expression at %L in atomic comparison"
72884 msgstr ""
72886 #: fortran/openmp.cc:8695
72887 #, gcc-internal-format, gfc-internal-format
72888 msgid "!$OMP ATOMIC statement must set a scalar variable of intrinsic type at %L"
72889 msgstr ""
72891 #: fortran/openmp.cc:8704
72892 #, gcc-internal-format, gfc-internal-format
72893 msgid "!$OMP ATOMIC statement must assign an expression of intrinsic type at %L"
72894 msgstr ""
72896 #: fortran/openmp.cc:8711
72897 #, gcc-internal-format, gfc-internal-format
72898 msgid "!$OMP ATOMIC with ALLOCATABLE variable at %L"
72899 msgstr ""
72901 #: fortran/openmp.cc:8728
72902 #, gcc-internal-format, gfc-internal-format
72903 msgid "!$OMP ATOMIC READ statement must read from a scalar variable of intrinsic type at %L"
72904 msgstr ""
72906 #: fortran/openmp.cc:8733
72907 #, gcc-internal-format, gfc-internal-format
72908 msgid "expr in !$OMP ATOMIC WRITE assignment var = expr must be scalar and cannot reference var at %L"
72909 msgstr ""
72911 #: fortran/openmp.cc:8745
72912 #, gcc-internal-format, gfc-internal-format
72913 msgid "!$OMP ATOMIC capture-statement must set a scalar variable of intrinsic type at %L"
72914 msgstr ""
72916 #: fortran/openmp.cc:8753
72917 #, gcc-internal-format, gfc-internal-format
72918 msgid "!$OMP ATOMIC capture-statement requires a scalar variable of intrinsic type at %L"
72919 msgstr ""
72921 #: fortran/openmp.cc:8763
72922 #, gcc-internal-format, gfc-internal-format
72923 msgid "!$OMP ATOMIC CAPTURE capture statement reads from different variable than update statement writes into at %L"
72924 msgstr ""
72926 #: fortran/openmp.cc:8779
72927 #, gcc-internal-format
72928 msgid "For !$OMP ATOMIC COMPARE, the first operand in comparison at %L must be the variable %qs that the update statement writes into at %L"
72929 msgstr ""
72931 #: fortran/openmp.cc:8787
72932 #, gcc-internal-format, gfc-internal-format
72933 msgid "expr in !$OMP ATOMIC COMPARE assignment var = expr must be scalar and cannot reference var at %L"
72934 msgstr ""
72936 #: fortran/openmp.cc:8805
72937 #, gcc-internal-format, gfc-internal-format
72938 msgid "!$OMP ATOMIC UPDATE at %L with FAIL clause requiries either the COMPARE clause or using the intrinsic MIN/MAX procedure"
72939 msgstr ""
72941 #: fortran/openmp.cc:8832
72942 #, gcc-internal-format, gfc-internal-format
72943 msgid "!$OMP ATOMIC assignment operator must be binary +, *, -, /, .AND., .OR., .EQV. or .NEQV. at %L"
72944 msgstr ""
72946 #: fortran/openmp.cc:8880
72947 #, gcc-internal-format, gfc-internal-format
72948 msgid "!$OMP ATOMIC assignment must be var = var op expr or var = expr op var at %L"
72949 msgstr ""
72951 #: fortran/openmp.cc:8894
72952 #, gcc-internal-format, gfc-internal-format
72953 msgid "!$OMP ATOMIC var = var op expr not mathematically equivalent to var = var op (expr) at %L"
72954 msgstr ""
72956 #: fortran/openmp.cc:8927
72957 #, gcc-internal-format, gfc-internal-format
72958 msgid "expr in !$OMP ATOMIC assignment var = var op expr must be scalar and cannot reference var at %L"
72959 msgstr ""
72961 #: fortran/openmp.cc:8951
72962 #, gcc-internal-format, gfc-internal-format
72963 msgid "!$OMP ATOMIC assignment intrinsic IAND, IOR or IEOR must have two arguments at %L"
72964 msgstr ""
72966 #: fortran/openmp.cc:8958
72967 #, gcc-internal-format, gfc-internal-format
72968 msgid "!$OMP ATOMIC assignment intrinsic must be MIN, MAX, IAND, IOR or IEOR at %L"
72969 msgstr ""
72971 #: fortran/openmp.cc:8981
72972 #, gcc-internal-format
72973 msgid "!$OMP ATOMIC intrinsic arguments except one must not reference %qs at %L"
72974 msgstr ""
72976 #: fortran/openmp.cc:8988
72977 #, gcc-internal-format, gfc-internal-format
72978 msgid "!$OMP ATOMIC intrinsic arguments must be scalar at %L"
72979 msgstr ""
72981 #: fortran/openmp.cc:8996
72982 #, gcc-internal-format
72983 msgid "First or last !$OMP ATOMIC intrinsic argument must be %qs at %L"
72984 msgstr ""
72986 #: fortran/openmp.cc:9014
72987 #, gcc-internal-format, gfc-internal-format
72988 msgid "!$OMP ATOMIC assignment must have an operator or intrinsic on right hand side at %L"
72989 msgstr ""
72991 #: fortran/openmp.cc:9019
72992 #, gcc-internal-format, gfc-internal-format
72993 msgid "unexpected !$OMP ATOMIC expression at %L"
72994 msgstr ""
72996 #: fortran/openmp.cc:9065
72997 #, gcc-internal-format
72998 msgid "ORDERED clause specified together with %<inscan%> REDUCTION clause at %L"
72999 msgstr ""
73001 #: fortran/openmp.cc:9068
73002 #, gcc-internal-format
73003 msgid "SCHEDULE clause specified together with %<inscan%> REDUCTION clause at %L"
73004 msgstr ""
73006 #: fortran/openmp.cc:9076
73007 #, gcc-internal-format, gfc-internal-format
73008 msgid "With INSCAN at %L, expected loop body with !$OMP SCAN between two structured-block-sequences"
73009 msgstr ""
73011 #: fortran/openmp.cc:9478
73012 #, gcc-internal-format, gfc-internal-format
73013 msgid "%s cannot be a DO WHILE or DO without loop control at %L"
73014 msgstr ""
73016 #: fortran/openmp.cc:9484
73017 #, gcc-internal-format, gfc-internal-format
73018 msgid "%s cannot be a DO CONCURRENT loop at %L"
73019 msgstr ""
73021 #: fortran/openmp.cc:9490
73022 #, gcc-internal-format, gfc-internal-format
73023 msgid "%s iteration variable must be of type integer at %L"
73024 msgstr ""
73026 #: fortran/openmp.cc:9494
73027 #, gcc-internal-format, gfc-internal-format
73028 msgid "%s iteration variable must not be THREADPRIVATE at %L"
73029 msgstr ""
73031 #: fortran/openmp.cc:9507
73032 #, gcc-internal-format, gfc-internal-format
73033 msgid "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE or ALLOCATE at %L"
73034 msgstr ""
73036 #: fortran/openmp.cc:9511
73037 #, gcc-internal-format, gfc-internal-format
73038 msgid "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE, ALLOCATE or LINEAR at %L"
73039 msgstr ""
73041 #: fortran/openmp.cc:9518
73042 #, gcc-internal-format, gfc-internal-format
73043 msgid "%s iteration variable used in more than one loop at %L"
73044 msgstr ""
73046 #: fortran/openmp.cc:9526
73047 #, gcc-internal-format, gfc-internal-format
73048 msgid "%s loop start expression not in canonical form at %L"
73049 msgstr ""
73051 #: fortran/openmp.cc:9534
73052 #, gcc-internal-format, gfc-internal-format
73053 msgid "%s loop end expression not in canonical form at %L"
73054 msgstr ""
73056 #: fortran/openmp.cc:9540
73057 #, gcc-internal-format, gfc-internal-format
73058 msgid "%s loop bounds reference different iteration variables at %L"
73059 msgstr ""
73061 #: fortran/openmp.cc:9546
73062 #, gcc-internal-format, gfc-internal-format
73063 msgid "%s loop increment not in canonical form at %L"
73064 msgstr ""
73066 #: fortran/openmp.cc:9556
73067 #, gcc-internal-format, gfc-internal-format
73068 msgid "collapsed %s loops not perfectly nested at %L"
73069 msgstr ""
73071 #: fortran/openmp.cc:9565 fortran/openmp.cc:9573
73072 #, gcc-internal-format, gfc-internal-format
73073 msgid "not enough DO loops for collapsed %s at %L"
73074 msgstr ""
73076 #: fortran/openmp.cc:9780 fortran/openmp.cc:9793
73077 #, gcc-internal-format, gfc-internal-format
73078 msgid "The %s directive cannot be specified within a %s region at %L"
73079 msgstr ""
73081 #: fortran/openmp.cc:9812
73082 #, gcc-internal-format, gfc-internal-format
73083 msgid "!$ACC LOOP cannot be a DO WHILE or DO without loop control at %L"
73084 msgstr ""
73086 #: fortran/openmp.cc:9818
73087 #, gcc-internal-format, gfc-internal-format
73088 msgid "!$ACC LOOP cannot be a DO CONCURRENT loop at %L"
73089 msgstr ""
73091 #: fortran/openmp.cc:9824
73092 #, gcc-internal-format, gfc-internal-format
73093 msgid "!$ACC LOOP iteration variable must be of type integer at %L"
73094 msgstr ""
73096 #: fortran/openmp.cc:9840
73097 #, gcc-internal-format, gfc-internal-format
73098 msgid "!$ACC LOOP %s loops don't form rectangular iteration space at %L"
73099 msgstr ""
73101 #: fortran/openmp.cc:9852
73102 #, gcc-internal-format, gfc-internal-format
73103 msgid "%s !$ACC LOOP loops not perfectly nested at %L"
73104 msgstr ""
73106 #: fortran/openmp.cc:9862 fortran/openmp.cc:9871
73107 #, gcc-internal-format, gfc-internal-format
73108 msgid "not enough DO loops for %s !$ACC LOOP at %L"
73109 msgstr ""
73111 #: fortran/openmp.cc:9887
73112 #, gcc-internal-format, gfc-internal-format
73113 msgid "Tiled loop cannot be parallelized across gangs, workers and vectors at the same time at %L"
73114 msgstr ""
73116 #: fortran/openmp.cc:9908
73117 #, gcc-internal-format, gfc-internal-format
73118 msgid "TILE requires constant expression at %L"
73119 msgstr ""
73121 #: fortran/openmp.cc:10008
73122 #, gcc-internal-format
73123 msgid "Array sections: %qs not allowed in !$ACC DECLARE at %L"
73124 msgstr ""
73126 #: fortran/openmp.cc:10055
73127 #, gcc-internal-format
73128 msgid "NAME %qs does not refer to a subroutine or function in !$ACC ROUTINE ( NAME ) at %L"
73129 msgstr ""
73131 #: fortran/openmp.cc:10061
73132 #, gcc-internal-format
73133 msgid "NAME %qs invalid in !$ACC ROUTINE ( NAME ) at %L"
73134 msgstr ""
73136 #: fortran/openmp.cc:10186
73137 #, gcc-internal-format, gfc-internal-format
73138 msgid "OMP TARGET UPDATE at %L requires at least one TO or FROM clause"
73139 msgstr ""
73141 #: fortran/openmp.cc:10200
73142 #, gcc-internal-format, gfc-internal-format
73143 msgid "OMP CRITICAL at %L with HINT clause requires a NAME, except when omp_sync_hint_none is used"
73144 msgstr ""
73146 #: fortran/openmp.cc:10206
73147 #, gcc-internal-format
73148 msgid "Unexpected !$OMP SCAN at %L outside loop construct with %<inscan%> REDUCTION clause"
73149 msgstr ""
73151 #: fortran/openmp.cc:10227
73152 #, gcc-internal-format
73153 msgid "!$OMP DECLARE SIMD should refer to containing procedure %qs at %L"
73154 msgstr ""
73156 #: fortran/openmp.cc:10251
73157 #, gcc-internal-format, gfc-internal-format
73158 msgid "Variable other than OMP_PRIV or OMP_ORIG used in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
73159 msgstr ""
73161 #: fortran/openmp.cc:10259
73162 #, gcc-internal-format, gfc-internal-format
73163 msgid "Variable other than OMP_OUT or OMP_IN used in combiner of !$OMP DECLARE REDUCTION at %L"
73164 msgstr ""
73166 #: fortran/openmp.cc:10288
73167 #, gcc-internal-format, gfc-internal-format
73168 msgid "Invalid operator for !$OMP DECLARE REDUCTION %s at %L"
73169 msgstr ""
73171 #: fortran/openmp.cc:10310
73172 #, gcc-internal-format, gfc-internal-format
73173 msgid "CHARACTER length in !$OMP DECLARE REDUCTION %s not constant at %L"
73174 msgstr ""
73176 #: fortran/openmp.cc:10326
73177 #, gcc-internal-format, gfc-internal-format
73178 msgid "Subroutine call with alternate returns in combiner of !$OMP DECLARE REDUCTION at %L"
73179 msgstr ""
73181 #: fortran/openmp.cc:10341
73182 #, gcc-internal-format, gfc-internal-format
73183 msgid "Subroutine call with alternate returns in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
73184 msgstr ""
73186 #: fortran/openmp.cc:10351
73187 #, gcc-internal-format, gfc-internal-format
73188 msgid "One of actual subroutine arguments in INITIALIZER clause of !$OMP DECLARE REDUCTION must be OMP_PRIV at %L"
73189 msgstr ""
73191 #: fortran/openmp.cc:10359
73192 #, gcc-internal-format, gfc-internal-format
73193 msgid "Missing INITIALIZER clause for !$OMP DECLARE REDUCTION of derived type without default initializer at %L"
73194 msgstr ""
73196 #: fortran/options.cc:275
73197 #, gcc-internal-format
73198 msgid "%<-fexcess-precision=standard%> for Fortran"
73199 msgstr ""
73201 #: fortran/options.cc:277
73202 #, gcc-internal-format
73203 msgid "%<-fexcess-precision=16%> for Fortran"
73204 msgstr ""
73206 #: fortran/options.cc:371
73207 #, gcc-internal-format
73208 msgid "Reading file %qs as free form"
73209 msgstr ""
73211 #: fortran/options.cc:381
73212 #, gcc-internal-format
73213 msgid "%<-fd-lines-as-comments%> has no effect in free form"
73214 msgstr ""
73216 #: fortran/options.cc:384
73217 #, gcc-internal-format
73218 msgid "%<-fd-lines-as-code%> has no effect in free form"
73219 msgstr ""
73221 #: fortran/options.cc:422
73222 #, gcc-internal-format
73223 msgid "Flag %<-fno-automatic%> overwrites %<-fmax-stack-var-size=%d%>"
73224 msgstr ""
73226 #: fortran/options.cc:425
73227 #, gcc-internal-format
73228 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%>"
73229 msgstr ""
73231 #: fortran/options.cc:428
73232 #, gcc-internal-format
73233 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%> implied by %qs"
73234 msgstr ""
73236 #: fortran/options.cc:431
73237 #, gcc-internal-format
73238 msgid "Flag %<-frecursive%> overwrites %<-fmax-stack-var-size=%d%>"
73239 msgstr ""
73241 #: fortran/options.cc:434
73242 #, gcc-internal-format
73243 msgid "Flag %<-fmax-stack-var-size=%d%> overwrites %<-frecursive%> implied by %qs"
73244 msgstr ""
73246 #: fortran/options.cc:493
73247 #, gcc-internal-format
73248 msgid "Fixed line length must be at least seven"
73249 msgstr ""
73251 #: fortran/options.cc:496
73252 #, gcc-internal-format
73253 msgid "Free line length must be at least three"
73254 msgstr ""
73256 #: fortran/options.cc:499
73257 #, gcc-internal-format, gfc-internal-format
73258 msgid "Maximum subrecord length cannot exceed %d"
73259 msgstr ""
73261 #: fortran/options.cc:518
73262 #, gcc-internal-format
73263 msgid "gfortran: Only one %<-J%> option allowed"
73264 msgstr ""
73266 #: fortran/options.cc:590
73267 #, gcc-internal-format
73268 msgid "Argument to %<-ffpe-trap%> is not valid: %s"
73269 msgstr ""
73271 #: fortran/options.cc:592
73272 #, gcc-internal-format
73273 msgid "Argument to %<-ffpe-summary%> is not valid: %s"
73274 msgstr ""
73276 #: fortran/options.cc:641
73277 #, gcc-internal-format
73278 msgid "Argument to %<-fcheck%> is not valid: %s"
73279 msgstr ""
73281 #: fortran/options.cc:706
73282 #, gcc-internal-format, gfc-internal-format
73283 msgid "Maximum supported identifier length is %d"
73284 msgstr ""
73286 #: fortran/options.cc:721
73287 #, gcc-internal-format
73288 msgid "Unrecognized option to %<-finit-logical%>: %s"
73289 msgstr ""
73291 #: fortran/options.cc:737
73292 #, gcc-internal-format
73293 msgid "The value of n in %<-finit-character=n%> must be between 0 and 127"
73294 msgstr ""
73296 #: fortran/parse.cc:602
73297 #, gcc-internal-format, gfc-internal-format
73298 msgid "Unclassifiable statement at %C"
73299 msgstr ""
73301 #: fortran/parse.cc:666
73302 #, gcc-internal-format, gfc-internal-format
73303 msgid "OpenACC directives other than ROUTINE may not appear in PURE procedures at %C"
73304 msgstr ""
73306 #: fortran/parse.cc:732
73307 #, gcc-internal-format, gfc-internal-format
73308 msgid "Unclassifiable OpenACC directive at %C"
73309 msgstr ""
73311 #: fortran/parse.cc:876 fortran/parse.cc:1170
73312 #, gcc-internal-format, gfc-internal-format
73313 msgid "OpenMP directives other than SIMD or DECLARE TARGET at %C may not appear in PURE procedures"
73314 msgstr ""
73316 #: fortran/parse.cc:1154
73317 #, gcc-internal-format, gfc-internal-format
73318 msgid "Unclassifiable OpenMP directive at %C"
73319 msgstr ""
73321 #: fortran/parse.cc:1249
73322 #, gcc-internal-format, gfc-internal-format
73323 msgid "Unclassifiable GCC directive at %C"
73324 msgstr ""
73326 #: fortran/parse.cc:1251
73327 #, gcc-internal-format, gfc-internal-format
73328 msgid "Unclassifiable GCC directive at %C, ignored"
73329 msgstr ""
73331 #: fortran/parse.cc:1311 fortran/parse.cc:1538
73332 #, gcc-internal-format, gfc-internal-format
73333 msgid "Zero is not a valid statement label at %C"
73334 msgstr ""
73336 #: fortran/parse.cc:1318 fortran/parse.cc:1530
73337 #, gcc-internal-format, gfc-internal-format
73338 msgid "Non-numeric character in statement label at %C"
73339 msgstr ""
73341 #: fortran/parse.cc:1330 fortran/parse.cc:1579
73342 #, gcc-internal-format, gfc-internal-format
73343 msgid "Semicolon at %C needs to be preceded by statement"
73344 msgstr ""
73346 #: fortran/parse.cc:1337 fortran/parse.cc:1594
73347 #, gcc-internal-format, gfc-internal-format
73348 msgid "Statement label without statement at %L"
73349 msgstr ""
73351 #: fortran/parse.cc:1400 fortran/parse.cc:1581
73352 #, gcc-internal-format, gfc-internal-format
73353 msgid "Fortran 2008: Semicolon at %C without preceding statement"
73354 msgstr ""
73356 #: fortran/parse.cc:1423 fortran/parse.cc:1557
73357 #, gcc-internal-format, gfc-internal-format
73358 msgid "Bad continuation line at %C"
73359 msgstr ""
73361 #: fortran/parse.cc:1868
73362 #, gcc-internal-format, gfc-internal-format
73363 msgid "FORMAT statement at %L does not have a statement label"
73364 msgstr ""
73366 #: fortran/parse.cc:2773
73367 #, gcc-internal-format
73368 msgid "gfc_ascii_statement(): Bad statement code"
73369 msgstr ""
73371 #: fortran/parse.cc:2917
73372 #, gcc-internal-format, gfc-internal-format
73373 msgid "Unexpected %s statement at %C"
73374 msgstr ""
73376 #: fortran/parse.cc:3072
73377 #, gcc-internal-format, gfc-internal-format
73378 msgid "%s statement at %C cannot follow %s statement at %L"
73379 msgstr ""
73381 #: fortran/parse.cc:3089
73382 #, gcc-internal-format
73383 msgid "Unexpected end of file in %qs"
73384 msgstr "Neočekivani kraj datoteke u %qs"
73386 #: fortran/parse.cc:3124
73387 #, gcc-internal-format
73388 msgid "Derived-type %qs with SEQUENCE must not have a CONTAINS section at %C"
73389 msgstr ""
73391 #: fortran/parse.cc:3127
73392 #, gcc-internal-format
73393 msgid "Derived-type %qs with BIND(C) must not have a CONTAINS section at %C"
73394 msgstr ""
73396 #: fortran/parse.cc:3147
73397 #, gcc-internal-format, gfc-internal-format
73398 msgid "Components in TYPE at %C must precede CONTAINS"
73399 msgstr ""
73401 #: fortran/parse.cc:3151
73402 #, gcc-internal-format, gfc-internal-format
73403 msgid "Type-bound procedure at %C"
73404 msgstr ""
73406 #: fortran/parse.cc:3159
73407 #, gcc-internal-format, gfc-internal-format
73408 msgid "GENERIC binding at %C"
73409 msgstr ""
73411 #: fortran/parse.cc:3167
73412 #, gcc-internal-format, gfc-internal-format
73413 msgid "FINAL procedure declaration at %C"
73414 msgstr ""
73416 #: fortran/parse.cc:3179
73417 #, gcc-internal-format, gfc-internal-format
73418 msgid "Derived type definition at %C with empty CONTAINS section"
73419 msgstr ""
73421 #: fortran/parse.cc:3189 fortran/parse.cc:3644
73422 #, gcc-internal-format, gfc-internal-format
73423 msgid "PRIVATE statement in TYPE at %C must be inside a MODULE"
73424 msgstr ""
73426 #: fortran/parse.cc:3196
73427 #, gcc-internal-format, gfc-internal-format
73428 msgid "PRIVATE statement at %C must precede procedure bindings"
73429 msgstr ""
73431 #: fortran/parse.cc:3203 fortran/parse.cc:3657
73432 #, gcc-internal-format, gfc-internal-format
73433 msgid "Duplicate PRIVATE statement at %C"
73434 msgstr ""
73436 #: fortran/parse.cc:3213
73437 #, gcc-internal-format, gfc-internal-format
73438 msgid "SEQUENCE statement at %C must precede CONTAINS"
73439 msgstr ""
73441 #: fortran/parse.cc:3217
73442 #, gcc-internal-format, gfc-internal-format
73443 msgid "Already inside a CONTAINS block at %C"
73444 msgstr ""
73446 #: fortran/parse.cc:3336
73447 #, gcc-internal-format, gfc-internal-format
73448 msgid "Component %s at %L of type LOCK_TYPE must have a codimension or be a subcomponent of a coarray, which is not possible as the component has the pointer attribute"
73449 msgstr ""
73451 #: fortran/parse.cc:3342
73452 #, gcc-internal-format, gfc-internal-format
73453 msgid "Pointer component %s at %L has a noncoarray subcomponent of type LOCK_TYPE, which must have a codimension or be a subcomponent of a coarray"
73454 msgstr ""
73456 #: fortran/parse.cc:3347
73457 #, gcc-internal-format, gfc-internal-format
73458 msgid "Allocatable component %s at %L of type LOCK_TYPE must have a codimension"
73459 msgstr ""
73461 #: fortran/parse.cc:3351
73462 #, gcc-internal-format, gfc-internal-format
73463 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type LOCK_TYPE"
73464 msgstr ""
73466 #: fortran/parse.cc:3356
73467 #, gcc-internal-format, gfc-internal-format
73468 msgid "Noncoarray component %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must have a codimension or be a subcomponent of a coarray. (Variables of type %s may not have a codimension as already a coarray subcomponent exists)"
73469 msgstr ""
73471 #: fortran/parse.cc:3363
73472 #, gcc-internal-format, gfc-internal-format
73473 msgid "Noncoarray component %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must have a codimension or be a subcomponent of a coarray. (Variables of type %s may not have a codimension as %s at %L has a codimension or a coarray subcomponent)"
73474 msgstr ""
73476 #: fortran/parse.cc:3373
73477 #, gcc-internal-format, gfc-internal-format
73478 msgid "Component %s at %L of type EVENT_TYPE must have a codimension or be a subcomponent of a coarray, which is not possible as the component has the pointer attribute"
73479 msgstr ""
73481 #: fortran/parse.cc:3379
73482 #, gcc-internal-format, gfc-internal-format
73483 msgid "Pointer component %s at %L has a noncoarray subcomponent of type EVENT_TYPE, which must have a codimension or be a subcomponent of a coarray"
73484 msgstr ""
73486 #: fortran/parse.cc:3384
73487 #, gcc-internal-format, gfc-internal-format
73488 msgid "Allocatable component %s at %L of type EVENT_TYPE must have a codimension"
73489 msgstr ""
73491 #: fortran/parse.cc:3388
73492 #, gcc-internal-format, gfc-internal-format
73493 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type EVENT_TYPE"
73494 msgstr ""
73496 #: fortran/parse.cc:3393
73497 #, gcc-internal-format, gfc-internal-format
73498 msgid "Noncoarray component %s at %L of type EVENT_TYPE or with subcomponent of type EVENT_TYPE must have a codimension or be a subcomponent of a coarray. (Variables of type %s may not have a codimension as already a coarray subcomponent exists)"
73499 msgstr ""
73501 #: fortran/parse.cc:3400
73502 #, gcc-internal-format, gfc-internal-format
73503 msgid "Noncoarray component %s at %L of type EVENT_TYPE or with subcomponent of type EVENT_TYPE must have a codimension or be a subcomponent of a coarray. (Variables of type %s may not have a codimension as %s at %L has a codimension or a coarray subcomponent)"
73504 msgstr ""
73506 #: fortran/parse.cc:3452
73507 #, gcc-internal-format, gfc-internal-format
73508 msgid "failed to create map component '%s'"
73509 msgstr ""
73511 #: fortran/parse.cc:3485
73512 #, gcc-internal-format, gfc-internal-format
73513 msgid "failed to create union component '%s'"
73514 msgstr ""
73516 #: fortran/parse.cc:3540
73517 #, gcc-internal-format, gfc-internal-format
73518 msgid "Syntax error in nested structure declaration at %C"
73519 msgstr ""
73521 #: fortran/parse.cc:3627
73522 #, gcc-internal-format, gfc-internal-format
73523 msgid "FINAL declaration at %C must be inside CONTAINS"
73524 msgstr ""
73526 #: fortran/parse.cc:3635
73527 #, gcc-internal-format, gfc-internal-format
73528 msgid "Derived type definition at %C without components"
73529 msgstr ""
73531 #: fortran/parse.cc:3651
73532 #, gcc-internal-format, gfc-internal-format
73533 msgid "PRIVATE statement at %C must precede structure components"
73534 msgstr ""
73536 #: fortran/parse.cc:3668
73537 #, gcc-internal-format, gfc-internal-format
73538 msgid "SEQUENCE statement at %C must precede structure components"
73539 msgstr ""
73541 #: fortran/parse.cc:3674
73542 #, gcc-internal-format, gfc-internal-format
73543 msgid "SEQUENCE attribute at %C already specified in TYPE statement"
73544 msgstr ""
73546 #: fortran/parse.cc:3679
73547 #, gcc-internal-format, gfc-internal-format
73548 msgid "Duplicate SEQUENCE statement at %C"
73549 msgstr ""
73551 #: fortran/parse.cc:3689
73552 #, gcc-internal-format, gfc-internal-format
73553 msgid "CONTAINS block in derived type definition at %C"
73554 msgstr ""
73556 #: fortran/parse.cc:3747
73557 #, gcc-internal-format, gfc-internal-format
73558 msgid "ENUM declaration at %C has no ENUMERATORS"
73559 msgstr ""
73561 #: fortran/parse.cc:3834
73562 #, gcc-internal-format, gfc-internal-format
73563 msgid "Unexpected %s statement in INTERFACE block at %C"
73564 msgstr ""
73566 #: fortran/parse.cc:3858
73567 #, gcc-internal-format
73568 msgid "Name %qs of ABSTRACT INTERFACE at %C cannot be the same as an intrinsic type"
73569 msgstr "Ime %qs od ABSTRACT INTERFACE pri %C ne može biti isto kao intrinsična vrsta"
73571 #: fortran/parse.cc:3892
73572 #, gcc-internal-format, gfc-internal-format
73573 msgid "Unexpected %s statement at %C in INTERFACE body"
73574 msgstr ""
73576 #: fortran/parse.cc:3910
73577 #, gcc-internal-format
73578 msgid "INTERFACE procedure %qs at %L has the same name as the enclosing procedure"
73579 msgstr ""
73581 #: fortran/parse.cc:4040
73582 #, gcc-internal-format, gfc-internal-format
73583 msgid "%s statement is not allowed inside of BLOCK at %C"
73584 msgstr ""
73586 #: fortran/parse.cc:4072
73587 #, gcc-internal-format, gfc-internal-format
73588 msgid "%s statement is not allowed inside of BLOCK DATA at %C"
73589 msgstr ""
73591 #: fortran/parse.cc:4162
73592 #, gcc-internal-format, gfc-internal-format
73593 msgid "%s statement must appear in a MODULE"
73594 msgstr ""
73596 #: fortran/parse.cc:4170
73597 #, gcc-internal-format, gfc-internal-format
73598 msgid "%s statement at %C follows another accessibility specification"
73599 msgstr ""
73601 #: fortran/parse.cc:4222
73602 #, gcc-internal-format
73603 msgid "Bad kind expression for function %qs at %L"
73604 msgstr ""
73606 #: fortran/parse.cc:4226
73607 #, gcc-internal-format
73608 msgid "The type for function %qs at %L is not accessible"
73609 msgstr ""
73611 #: fortran/parse.cc:4286
73612 #, gcc-internal-format, gfc-internal-format
73613 msgid "ELSEWHERE statement at %C follows previous unmasked ELSEWHERE"
73614 msgstr ""
73616 #: fortran/parse.cc:4308
73617 #, gcc-internal-format, gfc-internal-format
73618 msgid "Unexpected %s statement in WHERE block at %C"
73619 msgstr ""
73621 #: fortran/parse.cc:4367
73622 #, gcc-internal-format, gfc-internal-format
73623 msgid "Unexpected %s statement in FORALL block at %C"
73624 msgstr ""
73626 #: fortran/parse.cc:4418
73627 #, gcc-internal-format, gfc-internal-format
73628 msgid "ELSE IF statement at %C cannot follow ELSE statement at %L"
73629 msgstr ""
73631 #: fortran/parse.cc:4436
73632 #, gcc-internal-format, gfc-internal-format
73633 msgid "Duplicate ELSE statements at %L and %C"
73634 msgstr ""
73636 #: fortran/parse.cc:4497
73637 #, gcc-internal-format, gfc-internal-format
73638 msgid "Expected a CASE or END SELECT statement following SELECT CASE at %C"
73639 msgstr ""
73641 #: fortran/parse.cc:4581
73642 #, gcc-internal-format, gfc-internal-format
73643 msgid "Expected TYPE IS, CLASS IS or END SELECT statement following SELECT TYPE at %C"
73644 msgstr ""
73646 #: fortran/parse.cc:4657
73647 #, gcc-internal-format, gfc-internal-format
73648 msgid "Expected RANK or RANK DEFAULT following SELECT RANK at %C"
73649 msgstr ""
73651 #: fortran/parse.cc:4721
73652 #, gcc-internal-format
73653 msgid "Variable %qs at %C cannot be redefined inside loop beginning at %L"
73654 msgstr ""
73656 #: fortran/parse.cc:4754
73657 #, gcc-internal-format, gfc-internal-format
73658 msgid "End of nonblock DO statement at %C is within another block"
73659 msgstr ""
73661 #: fortran/parse.cc:4764
73662 #, gcc-internal-format, gfc-internal-format
73663 msgid "End of nonblock DO statement at %C is interwoven with another DO loop"
73664 msgstr ""
73666 #: fortran/parse.cc:4790
73667 #, gcc-internal-format, gfc-internal-format
73668 msgid "CRITICAL block inside of OpenACC region at %C"
73669 msgstr ""
73671 #: fortran/parse.cc:4791
73672 #, gcc-internal-format, gfc-internal-format
73673 msgid "CRITICAL block inside of OpenMP region at %C"
73674 msgstr ""
73676 #: fortran/parse.cc:4817
73677 #, gcc-internal-format, gfc-internal-format
73678 msgid "Statement label in END CRITICAL at %C does not match CRITICAL label"
73679 msgstr ""
73681 #: fortran/parse.cc:4886 fortran/parse.cc:5637
73682 #, gcc-internal-format, gfc-internal-format
73683 msgid "BLOCK construct at %C"
73684 msgstr ""
73686 #: fortran/parse.cc:4920
73687 #, gcc-internal-format, gfc-internal-format
73688 msgid "ASSOCIATE construct at %C"
73689 msgstr ""
73691 #: fortran/parse.cc:5141
73692 #, gcc-internal-format, gfc-internal-format
73693 msgid "Statement label in ENDDO at %C doesn't match DO label"
73694 msgstr ""
73696 #: fortran/parse.cc:5157
73697 #, gcc-internal-format, gfc-internal-format
73698 msgid "Named block DO at %L requires matching ENDDO name"
73699 msgstr ""
73701 #: fortran/parse.cc:5314 fortran/parse.cc:5759 fortran/parse.cc:5777
73702 #, gcc-internal-format, gfc-internal-format
73703 msgid "Duplicated NOWAIT clause on %s and %s at %C"
73704 msgstr ""
73706 #: fortran/parse.cc:5415 fortran/parse.cc:5477
73707 #, gcc-internal-format, gfc-internal-format
73708 msgid "OpenACC directive inside of CRITICAL block at %C"
73709 msgstr ""
73711 #: fortran/parse.cc:5452
73712 #, gcc-internal-format, gfc-internal-format
73713 msgid "Expecting %s at %C"
73714 msgstr ""
73716 #: fortran/parse.cc:5496
73717 #, gcc-internal-format, gfc-internal-format
73718 msgid "Expected DO loop at %C"
73719 msgstr ""
73721 #: fortran/parse.cc:5516
73722 #, gcc-internal-format, gfc-internal-format
73723 msgid "Redundant !$ACC END LOOP at %C"
73724 msgstr ""
73726 #: fortran/parse.cc:5770
73727 #, gcc-internal-format, gfc-internal-format
73728 msgid "Name after !$omp critical and !$omp end critical does not match at %C"
73729 msgstr ""
73731 #: fortran/parse.cc:5844
73732 #, gcc-internal-format, gfc-internal-format
73733 msgid "%s statement at %C cannot terminate a non-block DO loop"
73734 msgstr ""
73736 #: fortran/parse.cc:5858
73737 #, gcc-internal-format, gfc-internal-format
73738 msgid "DATA statement at %C after the first executable statement"
73739 msgstr ""
73741 #: fortran/parse.cc:6009
73742 #, gcc-internal-format
73743 msgid "%<GCC unroll%> directive not at the start of a loop at %C"
73744 msgstr ""
73746 #: fortran/parse.cc:6012
73747 #, gcc-internal-format
73748 msgid "%<GCC ivdep%> directive not at the start of a loop at %C"
73749 msgstr ""
73751 #: fortran/parse.cc:6015
73752 #, gcc-internal-format
73753 msgid "%<GCC vector%> directive not at the start of a loop at %C"
73754 msgstr ""
73756 #: fortran/parse.cc:6018
73757 #, gcc-internal-format
73758 msgid "%<GCC novector%> directive not at the start of a loop at %C"
73759 msgstr ""
73761 #: fortran/parse.cc:6134
73762 #, gcc-internal-format
73763 msgid "Contained procedure %qs at %C is already ambiguous"
73764 msgstr ""
73766 #: fortran/parse.cc:6191
73767 #, gcc-internal-format, gfc-internal-format
73768 msgid "Unexpected %s statement in CONTAINS section at %C"
73769 msgstr ""
73771 #: fortran/parse.cc:6216
73772 #, gcc-internal-format, gfc-internal-format
73773 msgid "CONTAINS statement without FUNCTION or SUBROUTINE statement at %L"
73774 msgstr ""
73776 #: fortran/parse.cc:6330
73777 #, gcc-internal-format, gfc-internal-format
73778 msgid "CONTAINS statement at %C is already in a contained program unit"
73779 msgstr ""
73781 #: fortran/parse.cc:6382
73782 #, gcc-internal-format
73783 msgid "Global binding name %qs at %L is already being used as a %s at %L"
73784 msgstr ""
73786 #: fortran/parse.cc:6386
73787 #, gcc-internal-format
73788 msgid "Global name %qs at %L is already being used as a %s at %L"
73789 msgstr ""
73791 #: fortran/parse.cc:6392
73792 #, gcc-internal-format
73793 msgid "Global binding name %qs at %L is already being used at %L"
73794 msgstr ""
73796 #: fortran/parse.cc:6395
73797 #, gcc-internal-format
73798 msgid "Global name %qs at %L is already being used at %L"
73799 msgstr ""
73801 #: fortran/parse.cc:6417
73802 #, gcc-internal-format, gfc-internal-format
73803 msgid "Blank BLOCK DATA at %C conflicts with prior BLOCK DATA at %L"
73804 msgstr ""
73806 #: fortran/parse.cc:6443
73807 #, gcc-internal-format, gfc-internal-format
73808 msgid "Unexpected %s statement in BLOCK DATA at %C"
73809 msgstr ""
73811 #: fortran/parse.cc:6546
73812 #, gcc-internal-format, gfc-internal-format
73813 msgid "Unexpected %s statement in MODULE at %C"
73814 msgstr ""
73816 #. If we see a duplicate main program, shut down.  If the second
73817 #. instance is an implied main program, i.e. data decls or executable
73818 #. statements, we're in for lots of errors.
73819 #: fortran/parse.cc:7039
73820 #, gcc-internal-format, gfc-internal-format
73821 msgid "Two main PROGRAMs at %L and %C"
73822 msgstr ""
73824 #: fortran/primary.cc:103
73825 #, gcc-internal-format, gfc-internal-format
73826 msgid "Missing kind-parameter at %C"
73827 msgstr ""
73829 #: fortran/primary.cc:136
73830 #, gcc-internal-format
73831 msgid "gfc_check_digit(): bad radix"
73832 msgstr ""
73834 #: fortran/primary.cc:279
73835 #, gcc-internal-format, gfc-internal-format
73836 msgid "Integer kind %d at %C not available"
73837 msgstr ""
73839 #: fortran/primary.cc:288
73840 #, gcc-internal-format
73841 msgid "Integer too big for its kind at %C. This check can be disabled with the option %<-fno-range-check%>"
73842 msgstr ""
73844 #: fortran/primary.cc:316
73845 #, gcc-internal-format, gfc-internal-format
73846 msgid "Hollerith constant at %C"
73847 msgstr ""
73849 #: fortran/primary.cc:323
73850 #, gcc-internal-format, gfc-internal-format
73851 msgid "Invalid Hollerith constant: %L must contain at least one character"
73852 msgstr ""
73854 #: fortran/primary.cc:329
73855 #, gcc-internal-format, gfc-internal-format
73856 msgid "Invalid Hollerith constant: Integer kind at %L should be default"
73857 msgstr ""
73859 #: fortran/primary.cc:349
73860 #, gcc-internal-format, gfc-internal-format
73861 msgid "Invalid Hollerith constant at %L contains a wide character"
73862 msgstr ""
73864 #: fortran/primary.cc:435
73865 #, gcc-internal-format, gfc-internal-format
73866 msgid "Hexadecimal constant at %L uses nonstandard X instead of Z"
73867 msgstr ""
73869 #: fortran/primary.cc:444
73870 #, gcc-internal-format, gfc-internal-format
73871 msgid "Empty set of digits in BOZ constant at %C"
73872 msgstr ""
73874 #: fortran/primary.cc:450
73875 #, gcc-internal-format, gfc-internal-format
73876 msgid "Illegal character in BOZ constant at %C"
73877 msgstr ""
73879 #: fortran/primary.cc:473
73880 #, gcc-internal-format, gfc-internal-format
73881 msgid "BOZ constant at %C uses nonstandard postfix syntax"
73882 msgstr ""
73884 #: fortran/primary.cc:498
73885 #, gcc-internal-format, gfc-internal-format
73886 msgid "BOZ used outside a DATA statement at %L"
73887 msgstr ""
73889 #: fortran/primary.cc:589
73890 #, gcc-internal-format
73891 msgid "exponent-letter %<q%> in real-literal-constant at %C"
73892 msgstr ""
73894 #: fortran/primary.cc:594
73895 #, gcc-internal-format
73896 msgid "Extension: exponent-letter %<q%> in real-literal-constant at %C"
73897 msgstr ""
73899 #: fortran/primary.cc:615
73900 #, gcc-internal-format, gfc-internal-format
73901 msgid "Missing exponent in real number at %C"
73902 msgstr ""
73904 #: fortran/primary.cc:693
73905 #, gcc-internal-format
73906 msgid "Real number at %C has a %<d%> exponent and an explicit kind"
73907 msgstr ""
73909 #: fortran/primary.cc:703
73910 #, gcc-internal-format
73911 msgid "Real number at %C has a %<q%> exponent and an explicit kind"
73912 msgstr ""
73914 #: fortran/primary.cc:717
73915 #, gcc-internal-format
73916 msgid "Invalid exponent-letter %<q%> in real-literal-constant at %C"
73917 msgstr ""
73919 #: fortran/primary.cc:730
73920 #, gcc-internal-format, gfc-internal-format
73921 msgid "Invalid real kind %d at %C"
73922 msgstr ""
73924 #: fortran/primary.cc:745
73925 #, gcc-internal-format, gfc-internal-format
73926 msgid "Real constant overflows its kind at %C"
73927 msgstr ""
73929 #: fortran/primary.cc:750
73930 #, gcc-internal-format, gfc-internal-format
73931 msgid "Real constant underflows its kind at %C"
73932 msgstr ""
73934 #: fortran/primary.cc:755
73935 #, gcc-internal-format
73936 msgid "gfc_range_check() returned bad value"
73937 msgstr ""
73939 #: fortran/primary.cc:803
73940 #, gcc-internal-format
73941 msgid "Non-significant digits in %qs number at %C, maybe incorrect KIND"
73942 msgstr ""
73944 #: fortran/primary.cc:895
73945 #, gcc-internal-format, gfc-internal-format
73946 msgid "Syntax error in SUBSTRING specification at %C"
73947 msgstr ""
73949 #: fortran/primary.cc:1095
73950 #, gcc-internal-format, gfc-internal-format
73951 msgid "Invalid kind %d for CHARACTER constant at %C"
73952 msgstr ""
73954 #: fortran/primary.cc:1116
73955 #, gcc-internal-format, gfc-internal-format
73956 msgid "Unterminated character constant beginning at %C"
73957 msgstr ""
73959 #: fortran/primary.cc:1146
73960 #, gcc-internal-format
73961 msgid "Character %qs in string at %C is not representable in character kind %d"
73962 msgstr ""
73964 #: fortran/primary.cc:1159
73965 #, gcc-internal-format
73966 msgid "match_string_constant(): Delimiter not found"
73967 msgstr ""
73969 #: fortran/primary.cc:1193
73970 #, gcc-internal-format, gfc-internal-format
73971 msgid "Substring start index (%ld) at %L below 1"
73972 msgstr ""
73974 #: fortran/primary.cc:1199
73975 #, gcc-internal-format, gfc-internal-format
73976 msgid "Substring end index (%ld) at %L exceeds string length"
73977 msgstr ""
73979 #: fortran/primary.cc:1284
73980 #, gcc-internal-format, gfc-internal-format
73981 msgid "Bad kind for logical constant at %C"
73982 msgstr ""
73984 #: fortran/primary.cc:1328
73985 #, gcc-internal-format, gfc-internal-format
73986 msgid "Expected PARAMETER symbol in complex constant at %C"
73987 msgstr ""
73989 #: fortran/primary.cc:1339
73990 #, gcc-internal-format, gfc-internal-format
73991 msgid "Numeric PARAMETER required in complex constant at %C"
73992 msgstr ""
73994 #: fortran/primary.cc:1345
73995 #, gcc-internal-format, gfc-internal-format
73996 msgid "Scalar PARAMETER required in complex constant at %C"
73997 msgstr ""
73999 #: fortran/primary.cc:1349
74000 #, gcc-internal-format, gfc-internal-format
74001 msgid "PARAMETER symbol in complex constant at %C"
74002 msgstr ""
74004 #: fortran/primary.cc:1372
74005 #, gcc-internal-format
74006 msgid "gfc_match_sym_complex_part(): Bad type"
74007 msgstr ""
74009 #: fortran/primary.cc:1379
74010 #, gcc-internal-format, gfc-internal-format
74011 msgid "Error converting PARAMETER constant in complex constant at %C"
74012 msgstr ""
74014 #: fortran/primary.cc:1511
74015 #, gcc-internal-format, gfc-internal-format
74016 msgid "Syntax error in COMPLEX constant at %C"
74017 msgstr ""
74019 #: fortran/primary.cc:1638
74020 #, gcc-internal-format
74021 msgid "Namelist %qs cannot be an argument at %L"
74022 msgstr ""
74024 #: fortran/primary.cc:1740
74025 #, gcc-internal-format
74026 msgid "Keyword %qs at %C has already appeared in the current argument list"
74027 msgstr ""
74029 #: fortran/primary.cc:1807
74030 #, gcc-internal-format, gfc-internal-format
74031 msgid "argument list function at %C"
74032 msgstr ""
74034 #: fortran/primary.cc:1881
74035 #, gcc-internal-format, gfc-internal-format
74036 msgid "Expected alternate return label at %C"
74037 msgstr ""
74039 #: fortran/primary.cc:1928
74040 #, gcc-internal-format, gfc-internal-format
74041 msgid "Missing keyword name in actual argument list at %C"
74042 msgstr ""
74044 #: fortran/primary.cc:1974
74045 #, gcc-internal-format, gfc-internal-format
74046 msgid "Syntax error in argument list at %C"
74047 msgstr ""
74049 #: fortran/primary.cc:1995
74050 #, gcc-internal-format
74051 msgid "extend_ref(): Bad tail"
74052 msgstr ""
74054 #: fortran/primary.cc:2073
74055 #, gcc-internal-format
74056 msgid "Array section designator, e.g. %<(:)%>, is required besides the coarray designator %<[...]%> at %C"
74057 msgstr ""
74059 #: fortran/primary.cc:2081
74060 #, gcc-internal-format
74061 msgid "Coarray designator at %C but %qs is not a coarray"
74062 msgstr ""
74064 #: fortran/primary.cc:2233
74065 #, gcc-internal-format
74066 msgid "Symbol %qs at %C has no IMPLICIT type"
74067 msgstr ""
74069 #: fortran/primary.cc:2240
74070 #, gcc-internal-format
74071 msgid "Unexpected %<%c%> for nonderived-type variable %qs at %C"
74072 msgstr ""
74074 #: fortran/primary.cc:2261
74075 #, gcc-internal-format, gfc-internal-format
74076 msgid "Expected structure component name at %C"
74077 msgstr ""
74079 #: fortran/primary.cc:2281 fortran/primary.cc:2423
74080 #, gcc-internal-format, gfc-internal-format
74081 msgid "RE or IM part_ref at %C"
74082 msgstr ""
74084 #: fortran/primary.cc:2300 fortran/primary.cc:2428
74085 #, gcc-internal-format, gfc-internal-format
74086 msgid "The RE or IM part_ref at %C must be applied to a COMPLEX expression"
74087 msgstr ""
74089 #: fortran/primary.cc:2307 fortran/primary.cc:2441
74090 #, gcc-internal-format, gfc-internal-format
74091 msgid "The LEN part_ref at %C must be applied to a CHARACTER expression"
74092 msgstr ""
74094 #: fortran/primary.cc:2366
74095 #, gcc-internal-format, gfc-internal-format
74096 msgid "Expected argument list at %C"
74097 msgstr ""
74099 #: fortran/primary.cc:2384
74100 #, gcc-internal-format
74101 msgid "%qs at %C is not an inquiry reference to an intrinsic type component %qs"
74102 msgstr ""
74104 #: fortran/primary.cc:2387
74105 #, gcc-internal-format
74106 msgid "%qs at %C is not an inquiry reference to an intrinsic type component"
74107 msgstr ""
74109 #: fortran/primary.cc:2457
74110 #, gcc-internal-format, gfc-internal-format
74111 msgid "The KIND part_ref at %C must be applied to an expression of intrinsic type"
74112 msgstr ""
74114 #: fortran/primary.cc:2485
74115 #, gcc-internal-format
74116 msgid "Procedure pointer component %qs requires an argument list at %C"
74117 msgstr ""
74119 #: fortran/primary.cc:2588
74120 #, gcc-internal-format, gfc-internal-format
74121 msgid "Nonpolymorphic reference to abstract type at %C"
74122 msgstr ""
74124 #: fortran/primary.cc:2595
74125 #, gcc-internal-format, gfc-internal-format
74126 msgid "Coindexed procedure-pointer component at %C"
74127 msgstr ""
74129 #: fortran/primary.cc:2631
74130 #, gcc-internal-format
74131 msgid "gfc_variable_attr(): Expression isn't a variable"
74132 msgstr ""
74134 #: fortran/primary.cc:2822
74135 #, gcc-internal-format
74136 msgid "gfc_caf_attr(): Expression isn't a variable"
74137 msgstr ""
74139 #: fortran/primary.cc:2879
74140 #, gcc-internal-format
74141 msgid "gfc_caf_attr(): Bad array reference"
74142 msgstr ""
74144 #: fortran/primary.cc:3058
74145 #, gcc-internal-format
74146 msgid "No initializer for allocatable component %qs given in the structure constructor at %C"
74147 msgstr ""
74149 #: fortran/primary.cc:3069
74150 #, gcc-internal-format, gfc-internal-format
74151 msgid "Structure constructor with missing optional arguments at %C"
74152 msgstr ""
74154 #: fortran/primary.cc:3078
74155 #, gcc-internal-format
74156 msgid "No initializer for component %qs given in the structure constructor at %C"
74157 msgstr ""
74159 #: fortran/primary.cc:3126
74160 #, gcc-internal-format
74161 msgid "Cannot construct ABSTRACT type %qs at %L"
74162 msgstr ""
74164 #: fortran/primary.cc:3146
74165 #, gcc-internal-format, gfc-internal-format
74166 msgid "Structure constructor with named arguments at %C"
74167 msgstr ""
74169 #: fortran/primary.cc:3161
74170 #, gcc-internal-format, gfc-internal-format
74171 msgid "Component initializer without name after component named %s at %L"
74172 msgstr ""
74174 #: fortran/primary.cc:3166
74175 #, gcc-internal-format, gfc-internal-format
74176 msgid "Too many components in structure constructor at %L"
74177 msgstr ""
74179 #: fortran/primary.cc:3224
74180 #, gcc-internal-format, gfc-internal-format
74181 msgid "CHARACTER expression will be truncated in constructor (%ld/%ld) at %L"
74182 msgstr ""
74184 #: fortran/primary.cc:3242
74185 #, gcc-internal-format
74186 msgid "Component %qs is initialized twice in the structure constructor at %L"
74187 msgstr ""
74189 #: fortran/primary.cc:3254
74190 #, gcc-internal-format
74191 msgid "Coindexed expression to pointer component %qs in structure constructor at %L"
74192 msgstr ""
74194 #: fortran/primary.cc:3308
74195 #, gcc-internal-format
74196 msgid "component %qs at %L has already been set by a parent derived type constructor"
74197 msgstr ""
74199 #: fortran/primary.cc:3473
74200 #, gcc-internal-format, gfc-internal-format
74201 msgid "%%LOC() as an rvalue at %C"
74202 msgstr ""
74204 #: fortran/primary.cc:3532
74205 #, gcc-internal-format
74206 msgid "%qs at %C is the name of a recursive function and so refers to the result variable. Use an explicit RESULT variable for direct recursion (12.5.2.1)"
74207 msgstr ""
74209 #: fortran/primary.cc:3563 fortran/primary.cc:3965
74210 #, gcc-internal-format, gfc-internal-format
74211 msgid "Symbol at %C is not appropriate for an expression"
74212 msgstr ""
74214 #: fortran/primary.cc:3668
74215 #, gcc-internal-format
74216 msgid "Unexpected use of subroutine name %qs at %C"
74217 msgstr ""
74219 #: fortran/primary.cc:3700
74220 #, gcc-internal-format
74221 msgid "Statement function %qs requires argument list at %C"
74222 msgstr ""
74224 #: fortran/primary.cc:3703
74225 #, gcc-internal-format
74226 msgid "Function %qs requires an argument list at %C"
74227 msgstr ""
74229 #: fortran/primary.cc:3753
74230 #, gcc-internal-format
74231 msgid "Missing argument to %qs at %C"
74232 msgstr ""
74234 #: fortran/primary.cc:3766
74235 #, gcc-internal-format, gfc-internal-format
74236 msgid "The leftmost part-ref in a data-ref cannot be a function reference at %C"
74237 msgstr ""
74239 #: fortran/primary.cc:3921
74240 #, gcc-internal-format
74241 msgid "Missing argument list in function %qs at %C"
74242 msgstr ""
74244 #: fortran/primary.cc:4035
74245 #, gcc-internal-format
74246 msgid "Derived type %qs cannot be used as a variable at %C"
74247 msgstr ""
74249 #: fortran/primary.cc:4076
74250 #, gcc-internal-format, gfc-internal-format
74251 msgid "Named constant at %C in an EQUIVALENCE"
74252 msgstr ""
74254 #: fortran/primary.cc:4081
74255 #, gcc-internal-format
74256 msgid "PARAMETER %qs shall not appear in a DATA statement at %C"
74257 msgstr ""
74259 #: fortran/primary.cc:4117
74260 #, gcc-internal-format
74261 msgid "%qs at %C is not a variable"
74262 msgstr ""
74264 #: fortran/resolve.cc:123
74265 #, gcc-internal-format
74266 msgid "%qs at %L is of the ABSTRACT type %qs"
74267 msgstr ""
74269 #: fortran/resolve.cc:126
74270 #, gcc-internal-format
74271 msgid "ABSTRACT type %qs used at %L"
74272 msgstr ""
74274 #: fortran/resolve.cc:143
74275 #, gcc-internal-format
74276 msgid "Interface %qs at %L is declared in a later PROCEDURE statement"
74277 msgstr ""
74279 #: fortran/resolve.cc:156
74280 #, gcc-internal-format
74281 msgid "Interface %qs at %L may not be generic"
74282 msgstr ""
74284 #: fortran/resolve.cc:163
74285 #, gcc-internal-format
74286 msgid "Interface %qs at %L may not be a statement function"
74287 msgstr ""
74289 #: fortran/resolve.cc:172
74290 #, gcc-internal-format
74291 msgid "Intrinsic procedure %qs not allowed in PROCEDURE statement at %L"
74292 msgstr ""
74294 #: fortran/resolve.cc:178
74295 #, gcc-internal-format
74296 msgid "Interface %qs at %L must be explicit"
74297 msgstr ""
74299 #: fortran/resolve.cc:200
74300 #, gcc-internal-format
74301 msgid "PROCEDURE %qs at %L may not be used as its own interface"
74302 msgstr ""
74304 #: fortran/resolve.cc:300
74305 #, gcc-internal-format
74306 msgid "Alternate return specifier in elemental subroutine %qs at %L is not allowed"
74307 msgstr ""
74309 #: fortran/resolve.cc:304
74310 #, gcc-internal-format
74311 msgid "Alternate return specifier in function %qs at %L is not allowed"
74312 msgstr ""
74314 #: fortran/resolve.cc:315
74315 #, gcc-internal-format
74316 msgid "Self-referential argument %qs at %L is not allowed"
74317 msgstr ""
74319 #: fortran/resolve.cc:387
74320 #, gcc-internal-format
74321 msgid "Dummy procedure %qs of PURE procedure at %L must also be PURE"
74322 msgstr ""
74324 #: fortran/resolve.cc:397
74325 #, gcc-internal-format
74326 msgid "Argument %qs of pure function %qs at %L with VALUE attribute but without INTENT(IN)"
74327 msgstr ""
74329 #: fortran/resolve.cc:402
74330 #, gcc-internal-format
74331 msgid "Argument %qs of pure function %qs at %L must be INTENT(IN) or VALUE"
74332 msgstr ""
74334 #: fortran/resolve.cc:410
74335 #, gcc-internal-format
74336 msgid "Argument %qs of pure subroutine %qs at %L with VALUE attribute but without INTENT"
74337 msgstr ""
74339 #: fortran/resolve.cc:415
74340 #, gcc-internal-format
74341 msgid "Argument %qs of pure subroutine %qs at %L must have its INTENT specified or have the VALUE attribute"
74342 msgstr ""
74344 #: fortran/resolve.cc:425
74345 #, gcc-internal-format
74346 msgid "INTENT(OUT) argument %qs of pure procedure %qs at %L may not be polymorphic"
74347 msgstr ""
74349 #: fortran/resolve.cc:458
74350 #, gcc-internal-format
74351 msgid "Coarray dummy argument %qs at %L to elemental procedure"
74352 msgstr ""
74354 #: fortran/resolve.cc:466
74355 #, gcc-internal-format
74356 msgid "Argument %qs of elemental procedure at %L must be scalar"
74357 msgstr ""
74359 #: fortran/resolve.cc:475
74360 #, gcc-internal-format
74361 msgid "Argument %qs of elemental procedure at %L cannot have the ALLOCATABLE attribute"
74362 msgstr ""
74364 #: fortran/resolve.cc:485
74365 #, gcc-internal-format
74366 msgid "Argument %qs of elemental procedure at %L cannot have the POINTER attribute"
74367 msgstr ""
74369 #: fortran/resolve.cc:493
74370 #, gcc-internal-format
74371 msgid "Dummy procedure %qs not allowed in elemental procedure %qs at %L"
74372 msgstr ""
74374 #: fortran/resolve.cc:502
74375 #, gcc-internal-format
74376 msgid "Argument %qs of elemental procedure %qs at %L must have its INTENT specified or have the VALUE attribute"
74377 msgstr ""
74379 #. F03:C1263 (R1238) The function-name and each dummy-arg-name
74380 #. shall be specified, explicitly or implicitly, to be scalar.
74381 #: fortran/resolve.cc:517
74382 #, gcc-internal-format
74383 msgid "Argument %qs of statement function %qs at %L must be scalar"
74384 msgstr ""
74386 #: fortran/resolve.cc:528
74387 #, gcc-internal-format
74388 msgid "Character-valued argument %qs of statement function at %L must have constant length"
74389 msgstr ""
74391 #: fortran/resolve.cc:577
74392 #, gcc-internal-format
74393 msgid "Contained procedure %qs at %L has the same name as its encompassing procedure"
74394 msgstr ""
74396 #: fortran/resolve.cc:597
74397 #, gcc-internal-format
74398 msgid "Contained function %qs at %L has no IMPLICIT type"
74399 msgstr ""
74401 #: fortran/resolve.cc:600
74402 #, gcc-internal-format
74403 msgid "Result %qs of contained function %qs at %L has no IMPLICIT type"
74404 msgstr ""
74406 #: fortran/resolve.cc:626
74407 #, gcc-internal-format
74408 msgid "Character-valued module procedure %qs at %L must not be assumed length"
74409 msgstr ""
74411 #: fortran/resolve.cc:628
74412 #, gcc-internal-format
74413 msgid "Character-valued internal function %qs at %L must not be assumed length"
74414 msgstr ""
74416 #: fortran/resolve.cc:800
74417 #, gcc-internal-format, gfc-internal-format
74418 msgid "Function %s at %L has entries with mismatched array specifications"
74419 msgstr ""
74421 #: fortran/resolve.cc:811
74422 #, gcc-internal-format, gfc-internal-format
74423 msgid "Function %s at %L has entry %s with mismatched characteristics"
74424 msgstr ""
74426 #: fortran/resolve.cc:826
74427 #, gcc-internal-format, gfc-internal-format
74428 msgid "Function %s at %L with entries returning variables of different string lengths"
74429 msgstr ""
74431 #: fortran/resolve.cc:853
74432 #, gcc-internal-format, gfc-internal-format
74433 msgid "FUNCTION result %s cannot be an array in FUNCTION %s at %L"
74434 msgstr ""
74436 #: fortran/resolve.cc:857
74437 #, gcc-internal-format, gfc-internal-format
74438 msgid "ENTRY result %s cannot be an array in FUNCTION %s at %L"
74439 msgstr ""
74441 #: fortran/resolve.cc:864
74442 #, gcc-internal-format, gfc-internal-format
74443 msgid "FUNCTION result %s cannot be a POINTER in FUNCTION %s at %L"
74444 msgstr ""
74446 #: fortran/resolve.cc:868
74447 #, gcc-internal-format, gfc-internal-format
74448 msgid "ENTRY result %s cannot be a POINTER in FUNCTION %s at %L"
74449 msgstr ""
74451 #: fortran/resolve.cc:906
74452 #, gcc-internal-format, gfc-internal-format
74453 msgid "FUNCTION result %s cannot be of type %s in FUNCTION %s at %L"
74454 msgstr ""
74456 #: fortran/resolve.cc:911
74457 #, gcc-internal-format, gfc-internal-format
74458 msgid "ENTRY result %s cannot be of type %s in FUNCTION %s at %L"
74459 msgstr ""
74461 #: fortran/resolve.cc:958
74462 #, gcc-internal-format
74463 msgid "Global entity %qs at %L cannot appear in a COMMON block at %L"
74464 msgstr ""
74466 #: fortran/resolve.cc:962
74467 #, gcc-internal-format
74468 msgid "Global entity %qs at %L cannot appear in a COMMON block"
74469 msgstr ""
74471 #: fortran/resolve.cc:972
74472 #, gcc-internal-format, gfc-internal-format
74473 msgid "COMMON block at %L"
74474 msgstr ""
74476 #: fortran/resolve.cc:979
74477 #, gcc-internal-format
74478 msgid "Variable %qs at %L is in COMMON but only in BLOCK DATA initialization is allowed"
74479 msgstr ""
74481 #: fortran/resolve.cc:983
74482 #, gcc-internal-format
74483 msgid "Initialized variable %qs at %L is in a blank COMMON but initialization is only allowed in named common blocks"
74484 msgstr ""
74486 #: fortran/resolve.cc:990
74487 #, gcc-internal-format
74488 msgid "%qs at %L cannot appear in COMMON [F2008:C5100]"
74489 msgstr ""
74491 #: fortran/resolve.cc:998
74492 #, gcc-internal-format
74493 msgid "Derived type variable %qs in COMMON at %L has neither the SEQUENCE nor the BIND(C) attribute"
74494 msgstr ""
74496 #: fortran/resolve.cc:1002
74497 #, gcc-internal-format
74498 msgid "Derived type variable %qs in COMMON at %L has an ultimate component that is allocatable"
74499 msgstr ""
74501 #: fortran/resolve.cc:1006
74502 #, gcc-internal-format
74503 msgid "Derived type variable %qs in COMMON at %L may not have default initializer"
74504 msgstr ""
74506 #: fortran/resolve.cc:1050
74507 #, gcc-internal-format
74508 msgid "In Fortran 2003 COMMON %qs block at %L is a global identifier and must thus have the same binding name as the same-named COMMON block at %L: %s vs %s"
74509 msgstr ""
74511 #: fortran/resolve.cc:1064
74512 #, gcc-internal-format
74513 msgid "COMMON block %qs at %L uses the same global identifier as entity at %L"
74514 msgstr ""
74516 #: fortran/resolve.cc:1072
74517 #, gcc-internal-format
74518 msgid "Fortran 2008: COMMON block %qs with binding label at %L sharing the identifier with global non-COMMON-block entity at %L"
74519 msgstr ""
74521 #: fortran/resolve.cc:1094
74522 #, gcc-internal-format
74523 msgid "COMMON block at %L with binding label %qs uses the same global identifier as entity at %L"
74524 msgstr ""
74526 #: fortran/resolve.cc:1115
74527 #, gcc-internal-format
74528 msgid "COMMON block %qs at %L is used as PARAMETER at %L"
74529 msgstr ""
74531 #: fortran/resolve.cc:1119
74532 #, gcc-internal-format
74533 msgid "COMMON block %qs at %L cannot have the EXTERNAL attribute"
74534 msgstr ""
74536 #: fortran/resolve.cc:1123
74537 #, gcc-internal-format
74538 msgid "COMMON block %qs at %L is also an intrinsic procedure"
74539 msgstr ""
74541 #: fortran/resolve.cc:1127
74542 #, gcc-internal-format
74543 msgid "COMMON block %qs at %L that is also a function result"
74544 msgstr ""
74546 #: fortran/resolve.cc:1132
74547 #, gcc-internal-format
74548 msgid "COMMON block %qs at %L that is also a global procedure"
74549 msgstr ""
74551 #: fortran/resolve.cc:1199
74552 #, gcc-internal-format
74553 msgid "The KIND parameter %qs in the PDT constructor at %C has no value"
74554 msgstr ""
74556 #: fortran/resolve.cc:1339
74557 #, gcc-internal-format, gfc-internal-format
74558 msgid "The rank of the element in the structure constructor at %L does not match that of the component (%d/%d)"
74559 msgstr ""
74561 #: fortran/resolve.cc:1360
74562 #, gcc-internal-format
74563 msgid "The element in the structure constructor at %L, for pointer component %qs, is %s but should be %s"
74564 msgstr ""
74566 #: fortran/resolve.cc:1392
74567 #, gcc-internal-format
74568 msgid "Unequal character lengths (%wd/%wd) for pointer component %qs in constructor at %L"
74569 msgstr ""
74571 #: fortran/resolve.cc:1437
74572 #, gcc-internal-format
74573 msgid "The NULL in the structure constructor at %L is being applied to component %qs, which is neither a POINTER nor ALLOCATABLE"
74574 msgstr ""
74576 #: fortran/resolve.cc:1471
74577 #, gcc-internal-format
74578 msgid "Interface mismatch for procedure-pointer component %qs in structure constructor at %L: %s"
74579 msgstr ""
74581 #: fortran/resolve.cc:1490
74582 #, gcc-internal-format
74583 msgid "Bad array spec of component %qs referenced in structure constructor at %L"
74584 msgstr ""
74586 #: fortran/resolve.cc:1503
74587 #, gcc-internal-format
74588 msgid "The shape of component %qs in the structure constructor at %L differs from the shape of the declared component for dimension %d (%ld/%ld)"
74589 msgstr ""
74591 #: fortran/resolve.cc:1524
74592 #, gcc-internal-format
74593 msgid "The element in the structure constructor at %L, for pointer component %qs should be a POINTER or a TARGET"
74594 msgstr ""
74596 #: fortran/resolve.cc:1553
74597 #, gcc-internal-format
74598 msgid "Invalid expression in the structure constructor for pointer component %qs at %L in PURE procedure"
74599 msgstr ""
74601 #: fortran/resolve.cc:1677
74602 #, gcc-internal-format
74603 msgid "The upper bound in the last dimension must appear in the reference to the assumed size array %qs at %L"
74604 msgstr ""
74606 #: fortran/resolve.cc:1739
74607 #, gcc-internal-format
74608 msgid "%qs at %L is ambiguous"
74609 msgstr ""
74611 #: fortran/resolve.cc:1743
74612 #, gcc-internal-format
74613 msgid "GENERIC procedure %qs is not allowed as an actual argument at %L"
74614 msgstr ""
74616 #: fortran/resolve.cc:1864
74617 #, gcc-internal-format
74618 msgid "Type specified for intrinsic function %qs at %L is ignored"
74619 msgstr ""
74621 #: fortran/resolve.cc:1877
74622 #, gcc-internal-format
74623 msgid "Intrinsic subroutine %qs at %L shall not have a type specifier"
74624 msgstr ""
74626 #: fortran/resolve.cc:1888
74627 #, gcc-internal-format
74628 msgid "%qs declared INTRINSIC at %L does not exist"
74629 msgstr ""
74631 #: fortran/resolve.cc:1901
74632 #, gcc-internal-format
74633 msgid "The intrinsic %qs declared INTRINSIC at %L is not available in the current standard settings but %s. Use an appropriate %<-std=*%> option or enable %<-fall-intrinsics%> in order to use it."
74634 msgstr ""
74636 #: fortran/resolve.cc:1937
74637 #, gcc-internal-format
74638 msgid "Non-RECURSIVE procedure %qs at %L is possibly calling itself recursively.  Declare it RECURSIVE or use %<-frecursive%>"
74639 msgstr ""
74641 #: fortran/resolve.cc:1995 fortran/resolve.cc:10389 fortran/resolve.cc:12161
74642 #, gcc-internal-format, gfc-internal-format
74643 msgid "Label %d referenced at %L is never defined"
74644 msgstr ""
74646 #: fortran/resolve.cc:2027
74647 #, gcc-internal-format
74648 msgid "Derived type %qs is used as an actual argument at %L"
74649 msgstr ""
74651 #: fortran/resolve.cc:2045
74652 #, gcc-internal-format
74653 msgid "Statement function %qs at %L is not allowed as an actual argument"
74654 msgstr ""
74656 #: fortran/resolve.cc:2053
74657 #, gcc-internal-format
74658 msgid "Intrinsic %qs at %L is not allowed as an actual argument"
74659 msgstr ""
74661 #: fortran/resolve.cc:2060
74662 #, gcc-internal-format
74663 msgid "Internal procedure %qs is used as actual argument at %L"
74664 msgstr ""
74666 #: fortran/resolve.cc:2068
74667 #, gcc-internal-format
74668 msgid "ELEMENTAL non-INTRINSIC procedure %qs is not allowed as an actual argument at %L"
74669 msgstr ""
74671 #: fortran/resolve.cc:2095
74672 #, gcc-internal-format
74673 msgid "Unable to find a specific INTRINSIC procedure for the reference %qs at %L"
74674 msgstr ""
74676 #: fortran/resolve.cc:2117
74677 #, gcc-internal-format
74678 msgid "Symbol %qs at %L is ambiguous"
74679 msgstr ""
74681 #: fortran/resolve.cc:2172
74682 #, gcc-internal-format, gfc-internal-format
74683 msgid "By-value argument at %L is not of numeric type"
74684 msgstr ""
74686 #: fortran/resolve.cc:2179
74687 #, gcc-internal-format, gfc-internal-format
74688 msgid "By-value argument at %L cannot be an array or an array section"
74689 msgstr ""
74691 #: fortran/resolve.cc:2193
74692 #, gcc-internal-format, gfc-internal-format
74693 msgid "By-value argument at %L is not allowed in this context"
74694 msgstr ""
74696 #: fortran/resolve.cc:2205
74697 #, gcc-internal-format, gfc-internal-format
74698 msgid "Passing internal procedure at %L by location not allowed"
74699 msgstr ""
74701 #: fortran/resolve.cc:2216
74702 #, gcc-internal-format
74703 msgid "ELEMENTAL procedure pointer component %qs is not allowed as an actual argument at %L"
74704 msgstr ""
74706 #: fortran/resolve.cc:2225
74707 #, gcc-internal-format, gfc-internal-format
74708 msgid "Coindexed actual argument at %L with ultimate pointer component"
74709 msgstr ""
74711 #: fortran/resolve.cc:2372
74712 #, gcc-internal-format
74713 msgid "%qs at %L is an array and OPTIONAL; If it is not present, then it cannot be the actual argument of an ELEMENTAL procedure unless there is a non-optional argument with the same rank (Fortran 2018, 15.5.2.12)"
74714 msgstr ""
74716 #: fortran/resolve.cc:2411
74717 #, gcc-internal-format
74718 msgid "Actual argument at %L for INTENT(%s) dummy %qs of ELEMENTAL subroutine %qs is a scalar, but another actual argument is an array"
74719 msgstr ""
74721 #: fortran/resolve.cc:2685
74722 #, gcc-internal-format
74723 msgid "Return type mismatch of function %qs at %L (%s/%s)"
74724 msgstr ""
74726 #: fortran/resolve.cc:2712
74727 #, gcc-internal-format
74728 msgid "Interface mismatch in global procedure %qs at %L: %s"
74729 msgstr ""
74731 #: fortran/resolve.cc:2818
74732 #, gcc-internal-format
74733 msgid "There is no specific function for the generic %qs at %L"
74734 msgstr ""
74736 #: fortran/resolve.cc:2838
74737 #, gcc-internal-format
74738 msgid "Generic function %qs at %L is not consistent with a specific intrinsic interface"
74739 msgstr ""
74741 #: fortran/resolve.cc:2876
74742 #, gcc-internal-format
74743 msgid "Function %qs at %L is INTRINSIC but is not compatible with an intrinsic"
74744 msgstr ""
74746 #: fortran/resolve.cc:2931
74747 #, gcc-internal-format
74748 msgid "Unable to resolve the specific function %qs at %L"
74749 msgstr ""
74751 #: fortran/resolve.cc:3008
74752 #, gcc-internal-format
74753 msgid "Missing explicit declaration with EXTERNAL attribute for symbol %qs at %L"
74754 msgstr ""
74756 #: fortran/resolve.cc:3040
74757 #, gcc-internal-format
74758 msgid "Function %qs at %L has no IMPLICIT type; did you mean %qs?"
74759 msgstr ""
74761 #: fortran/resolve.cc:3044 fortran/resolve.cc:17382
74762 #, gcc-internal-format
74763 msgid "Function %qs at %L has no IMPLICIT type"
74764 msgstr ""
74766 #: fortran/resolve.cc:3168
74767 #, gcc-internal-format
74768 msgid "Reference to impure function %qs at %L inside a FORALL %s"
74769 msgstr ""
74771 #: fortran/resolve.cc:3175
74772 #, gcc-internal-format
74773 msgid "Reference to impure function %qs at %L inside a DO CONCURRENT %s"
74774 msgstr ""
74776 #: fortran/resolve.cc:3182
74777 #, gcc-internal-format
74778 msgid "Reference to impure function %qs at %L within a PURE procedure"
74779 msgstr ""
74781 #: fortran/resolve.cc:3249
74782 #, gcc-internal-format
74783 msgid "Unexpected junk after %qs at %L"
74784 msgstr ""
74786 #: fortran/resolve.cc:3260
74787 #, gcc-internal-format
74788 msgid "%qs at %L is not a function"
74789 msgstr ""
74791 #: fortran/resolve.cc:3268 fortran/resolve.cc:3765
74792 #, gcc-internal-format
74793 msgid "ABSTRACT INTERFACE %qs must not be referenced at %L"
74794 msgstr ""
74796 #: fortran/resolve.cc:3280
74797 #, gcc-internal-format
74798 msgid "ABSTRACT INTERFACE %qs at %L must not have an assumed character length result (F2008: C418)"
74799 msgstr ""
74801 #. Internal procedures are taken care of in resolve_contained_fntype.
74802 #: fortran/resolve.cc:3323
74803 #, gcc-internal-format
74804 msgid "Function %qs is declared CHARACTER(*) and cannot be used at %L since it is not a dummy argument"
74805 msgstr ""
74807 #: fortran/resolve.cc:3357
74808 #, gcc-internal-format
74809 msgid "resolve_function(): bad function type"
74810 msgstr ""
74812 #: fortran/resolve.cc:3371
74813 #, gcc-internal-format, gfc-internal-format
74814 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a function reference"
74815 msgstr ""
74817 #: fortran/resolve.cc:3387
74818 #, gcc-internal-format
74819 msgid "User defined non-ELEMENTAL function %qs at %L not allowed in WORKSHARE construct"
74820 msgstr ""
74822 #: fortran/resolve.cc:3449
74823 #, gcc-internal-format
74824 msgid "ENTRY %qs at %L cannot be called recursively, as function %qs is not RECURSIVE"
74825 msgstr ""
74827 #: fortran/resolve.cc:3453
74828 #, gcc-internal-format
74829 msgid "Function %qs at %L cannot be called recursively, as it is not RECURSIVE"
74830 msgstr ""
74832 #: fortran/resolve.cc:3493
74833 #, gcc-internal-format
74834 msgid "Using function %qs at %L is deprecated"
74835 msgstr ""
74837 #: fortran/resolve.cc:3509
74838 #, gcc-internal-format
74839 msgid "Subroutine call to %qs in FORALL block at %L is not PURE"
74840 msgstr ""
74842 #: fortran/resolve.cc:3515
74843 #, gcc-internal-format
74844 msgid "Subroutine call to %qs in DO CONCURRENT block at %L is not PURE"
74845 msgstr ""
74847 #: fortran/resolve.cc:3521
74848 #, gcc-internal-format
74849 msgid "Subroutine call to %qs at %L is not PURE"
74850 msgstr ""
74852 #: fortran/resolve.cc:3589
74853 #, gcc-internal-format
74854 msgid "There is no specific subroutine for the generic %qs at %L"
74855 msgstr ""
74857 #: fortran/resolve.cc:3598
74858 #, gcc-internal-format
74859 msgid "Generic subroutine %qs at %L is not consistent with an intrinsic subroutine interface"
74860 msgstr ""
74862 #: fortran/resolve.cc:3633
74863 #, gcc-internal-format
74864 msgid "Subroutine %qs at %L is INTRINSIC but is not compatible with an intrinsic"
74865 msgstr ""
74867 #: fortran/resolve.cc:3678
74868 #, gcc-internal-format
74869 msgid "Unable to resolve the specific subroutine %qs at %L"
74870 msgstr ""
74872 #: fortran/resolve.cc:3736
74873 #, gcc-internal-format
74874 msgid "%qs at %L has a type, which is not consistent with the CALL at %L"
74875 msgstr ""
74877 #: fortran/resolve.cc:3775
74878 #, gcc-internal-format
74879 msgid "ENTRY %qs at %L cannot be called recursively, as subroutine %qs is not RECURSIVE"
74880 msgstr ""
74882 #: fortran/resolve.cc:3779
74883 #, gcc-internal-format
74884 msgid "SUBROUTINE %qs at %L cannot be called recursively, as it is not RECURSIVE"
74885 msgstr ""
74887 #: fortran/resolve.cc:3824
74888 #, gcc-internal-format
74889 msgid "resolve_subroutine(): bad function type"
74890 msgstr ""
74892 #: fortran/resolve.cc:3841
74893 #, gcc-internal-format
74894 msgid "Using subroutine %qs at %L is deprecated"
74895 msgstr ""
74897 #: fortran/resolve.cc:3868
74898 #, gcc-internal-format, gfc-internal-format
74899 msgid "Shapes for operands at %L and %L are not conformable"
74900 msgstr ""
74902 #: fortran/resolve.cc:3920
74903 #, gcc-internal-format
74904 msgid "logical_to_bitwise(): Bad intrinsic"
74905 msgstr ""
74907 #: fortran/resolve.cc:4023
74908 #, gcc-internal-format
74909 msgid "Impure function %qs at %L might not be evaluated"
74910 msgstr ""
74912 #: fortran/resolve.cc:4027
74913 #, gcc-internal-format, gfc-internal-format
74914 msgid "Impure function at %L might not be evaluated"
74915 msgstr ""
74917 #: fortran/resolve.cc:4104
74918 #, gcc-internal-format
74919 msgid "BOZ literal constant at %L cannot be an operand of unary operator %qs"
74920 msgstr ""
74922 #: fortran/resolve.cc:4128
74923 #, gcc-internal-format
74924 msgid "Operands at %L and %L cannot appear as operands of binary operator %qs"
74925 msgstr ""
74927 #: fortran/resolve.cc:4302 fortran/resolve.cc:4317
74928 #, gcc-internal-format, gfc-internal-format
74929 msgid "BOZ literal constant near %L cannot appear as an operand of a relational operator"
74930 msgstr ""
74932 #: fortran/resolve.cc:4356
74933 #, gcc-internal-format, gfc-internal-format
74934 msgid "Equality comparison for %s at %L"
74935 msgstr ""
74937 #: fortran/resolve.cc:4358
74938 #, gcc-internal-format, gfc-internal-format
74939 msgid "Inequality comparison for %s at %L"
74940 msgstr ""
74942 #: fortran/resolve.cc:4418
74943 #, gcc-internal-format
74944 msgid "resolve_operator(): Bad intrinsic"
74945 msgstr ""
74947 #: fortran/resolve.cc:4704
74948 #, gcc-internal-format, gfc-internal-format
74949 msgid "Array reference at %L is out of bounds (%ld < %ld) in dimension %d"
74950 msgstr ""
74952 #: fortran/resolve.cc:4709
74953 #, gcc-internal-format, gfc-internal-format
74954 msgid "Array reference at %L is out of bounds (%ld < %ld) in codimension %d"
74955 msgstr ""
74957 #: fortran/resolve.cc:4719
74958 #, gcc-internal-format, gfc-internal-format
74959 msgid "Array reference at %L is out of bounds (%ld > %ld) in dimension %d"
74960 msgstr ""
74962 #: fortran/resolve.cc:4724
74963 #, gcc-internal-format, gfc-internal-format
74964 msgid "Array reference at %L is out of bounds (%ld > %ld) in codimension %d"
74965 msgstr ""
74967 #: fortran/resolve.cc:4745
74968 #, gcc-internal-format, gfc-internal-format
74969 msgid "Illegal stride of zero at %L"
74970 msgstr ""
74972 #: fortran/resolve.cc:4762
74973 #, gcc-internal-format, gfc-internal-format
74974 msgid "Lower array reference at %L is out of bounds (%ld < %ld) in dimension %d"
74975 msgstr ""
74977 #: fortran/resolve.cc:4770
74978 #, gcc-internal-format, gfc-internal-format
74979 msgid "Lower array reference at %L is out of bounds (%ld > %ld) in dimension %d"
74980 msgstr ""
74982 #: fortran/resolve.cc:4786
74983 #, gcc-internal-format, gfc-internal-format
74984 msgid "Upper array reference at %L is out of bounds (%ld < %ld) in dimension %d"
74985 msgstr ""
74987 #: fortran/resolve.cc:4795
74988 #, gcc-internal-format, gfc-internal-format
74989 msgid "Upper array reference at %L is out of bounds (%ld > %ld) in dimension %d"
74990 msgstr ""
74992 #: fortran/resolve.cc:4811
74993 #, gcc-internal-format
74994 msgid "check_dimension(): Bad array reference"
74995 msgstr ""
74997 #: fortran/resolve.cc:4834
74998 #, gcc-internal-format, gfc-internal-format
74999 msgid "Rightmost upper bound of assumed size array section not specified at %L"
75000 msgstr ""
75002 #: fortran/resolve.cc:4844
75003 #, gcc-internal-format, gfc-internal-format
75004 msgid "Rank mismatch in array reference at %L (%d/%d)"
75005 msgstr ""
75007 #: fortran/resolve.cc:4852
75008 #, gcc-internal-format, gfc-internal-format
75009 msgid "Coindex rank mismatch in array reference at %L (%d/%d)"
75010 msgstr ""
75012 #: fortran/resolve.cc:4868
75013 #, gcc-internal-format, gfc-internal-format
75014 msgid "Coindex of codimension %d must be a scalar at %L"
75015 msgstr ""
75017 #: fortran/resolve.cc:4896
75018 #, gcc-internal-format, gfc-internal-format
75019 msgid "Array index at %L must be scalar"
75020 msgstr ""
75022 #: fortran/resolve.cc:4902
75023 #, gcc-internal-format, gfc-internal-format
75024 msgid "Array index at %L must be of INTEGER type, found %s"
75025 msgstr ""
75027 #: fortran/resolve.cc:4908
75028 #, gcc-internal-format, gfc-internal-format
75029 msgid "REAL array index at %L"
75030 msgstr ""
75032 #: fortran/resolve.cc:4947
75033 #, gcc-internal-format, gfc-internal-format
75034 msgid "Argument dim at %L must be scalar"
75035 msgstr ""
75037 #: fortran/resolve.cc:4954
75038 #, gcc-internal-format, gfc-internal-format
75039 msgid "Argument dim at %L must be of INTEGER type"
75040 msgstr ""
75042 #: fortran/resolve.cc:5014
75043 #, gcc-internal-format, gfc-internal-format
75044 msgid "Invalid array reference of a non-array entity at %L"
75045 msgstr ""
75047 #: fortran/resolve.cc:5028
75048 #, gcc-internal-format
75049 msgid "find_array_spec(): unused as(1)"
75050 msgstr ""
75052 #: fortran/resolve.cc:5040
75053 #, gcc-internal-format
75054 msgid "find_array_spec(): unused as(2)"
75055 msgstr ""
75057 #: fortran/resolve.cc:5085
75058 #, gcc-internal-format, gfc-internal-format
75059 msgid "Array index at %L is an array of rank %d"
75060 msgstr ""
75062 #: fortran/resolve.cc:5183
75063 #, gcc-internal-format, gfc-internal-format
75064 msgid "Substring start index at %L must be of type INTEGER"
75065 msgstr ""
75067 #: fortran/resolve.cc:5190
75068 #, gcc-internal-format, gfc-internal-format
75069 msgid "Substring start index at %L must be scalar"
75070 msgstr ""
75072 #: fortran/resolve.cc:5212
75073 #, gcc-internal-format, gfc-internal-format
75074 msgid "Substring end index at %L must be of type INTEGER"
75075 msgstr ""
75077 #: fortran/resolve.cc:5219
75078 #, gcc-internal-format, gfc-internal-format
75079 msgid "Substring end index at %L must be scalar"
75080 msgstr ""
75082 #: fortran/resolve.cc:5239
75083 #, gcc-internal-format, gfc-internal-format
75084 msgid "Substring end index at %L is too large"
75085 msgstr ""
75087 #: fortran/resolve.cc:5430
75088 #, gcc-internal-format
75089 msgid "resolve_ref(): Bad array reference"
75090 msgstr ""
75092 #: fortran/resolve.cc:5444
75093 #, gcc-internal-format, gfc-internal-format
75094 msgid "Component to the right of a part reference with nonzero rank must not have the POINTER attribute at %L"
75095 msgstr ""
75097 #: fortran/resolve.cc:5454
75098 #, gcc-internal-format, gfc-internal-format
75099 msgid "Component to the right of a part reference with nonzero rank must not have the ALLOCATABLE attribute at %L"
75100 msgstr ""
75102 #: fortran/resolve.cc:5500
75103 #, gcc-internal-format, gfc-internal-format
75104 msgid "Two or more part references with nonzero rank must not be specified at %L"
75105 msgstr ""
75107 #: fortran/resolve.cc:5592
75108 #, gcc-internal-format
75109 msgid "gfc_expression_rank(): Two array specs"
75110 msgstr ""
75112 #: fortran/resolve.cc:5674
75113 #, gcc-internal-format, gfc-internal-format
75114 msgid "Variable %s at %L with NO_ARG_CHECK attribute may only be used as actual argument"
75115 msgstr ""
75117 #: fortran/resolve.cc:5684
75118 #, gcc-internal-format, gfc-internal-format
75119 msgid "Assumed-type variable %s at %L may only be used as actual argument"
75120 msgstr ""
75122 #. FIXME: It doesn't work reliably as inquiry_argument is not set
75123 #. for all inquiry functions in resolve_function; the reason is
75124 #. that the function-name resolution happens too late in that
75125 #. function.
75126 #: fortran/resolve.cc:5694
75127 #, gcc-internal-format, gfc-internal-format
75128 msgid "Assumed-type variable %s at %L as actual argument to an inquiry function shall be the first argument"
75129 msgstr ""
75131 #: fortran/resolve.cc:5713
75132 #, gcc-internal-format, gfc-internal-format
75133 msgid "Assumed-rank variable %s at %L may only be used as actual argument"
75134 msgstr ""
75136 #. FIXME: It doesn't work reliably as inquiry_argument is not set
75137 #. for all inquiry functions in resolve_function; the reason is
75138 #. that the function-name resolution happens too late in that
75139 #. function.
75140 #: fortran/resolve.cc:5723
75141 #, gcc-internal-format, gfc-internal-format
75142 msgid "Assumed-rank variable %s at %L as actual argument to an inquiry function shall be the first argument"
75143 msgstr ""
75145 #: fortran/resolve.cc:5734
75146 #, gcc-internal-format, gfc-internal-format
75147 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall not have a subobject reference"
75148 msgstr ""
75150 #: fortran/resolve.cc:5743
75151 #, gcc-internal-format, gfc-internal-format
75152 msgid "Assumed-type variable %s at %L shall not have a subobject reference"
75153 msgstr ""
75155 #: fortran/resolve.cc:5759
75156 #, gcc-internal-format, gfc-internal-format
75157 msgid "Assumed-rank variable %s at %L shall not have a subobject reference"
75158 msgstr ""
75160 #: fortran/resolve.cc:5941
75161 #, gcc-internal-format
75162 msgid "Variable %qs, used in a specification expression, is referenced at %L before the ENTRY statement in which it is a parameter"
75163 msgstr ""
75165 #: fortran/resolve.cc:5946
75166 #, gcc-internal-format
75167 msgid "Variable %qs is used at %L before the ENTRY statement in which it is a parameter"
75168 msgstr ""
75170 #: fortran/resolve.cc:6016
75171 #, gcc-internal-format, gfc-internal-format
75172 msgid "Polymorphic subobject of coindexed object at %L"
75173 msgstr ""
75175 #: fortran/resolve.cc:6029
75176 #, gcc-internal-format, gfc-internal-format
75177 msgid "Coindexed object with polymorphic allocatable subcomponent at %L"
75178 msgstr ""
75180 #: fortran/resolve.cc:6045
75181 #, gcc-internal-format
75182 msgid "Using variable %qs at %L is deprecated"
75183 msgstr ""
75185 #: fortran/resolve.cc:6132
75186 #, gcc-internal-format
75187 msgid "%qs at %L is host associated at %L into a contained procedure with an internal procedure of the same name"
75188 msgstr ""
75190 #: fortran/resolve.cc:6289 fortran/resolve.cc:6441
75191 #, gcc-internal-format, gfc-internal-format
75192 msgid "Error in typebound call at %L"
75193 msgstr ""
75195 #: fortran/resolve.cc:6405
75196 #, gcc-internal-format, gfc-internal-format
75197 msgid "Passed-object at %L must be scalar"
75198 msgstr ""
75200 #: fortran/resolve.cc:6412
75201 #, gcc-internal-format
75202 msgid "Base object for procedure-pointer component call at %L is of ABSTRACT type %qs"
75203 msgstr ""
75205 #: fortran/resolve.cc:6451
75206 #, gcc-internal-format
75207 msgid "Base object for type-bound procedure call at %L is of ABSTRACT type %qs"
75208 msgstr ""
75210 #: fortran/resolve.cc:6460
75211 #, gcc-internal-format, gfc-internal-format
75212 msgid "Base object for NOPASS type-bound procedure call at %L must be scalar"
75213 msgstr ""
75215 #. Nothing matching found!
75216 #: fortran/resolve.cc:6648
75217 #, gcc-internal-format
75218 msgid "Found no matching specific binding for the call to the GENERIC %qs at %L"
75219 msgstr ""
75221 #: fortran/resolve.cc:6682
75222 #, gcc-internal-format
75223 msgid "%qs at %L should be a SUBROUTINE"
75224 msgstr ""
75226 #: fortran/resolve.cc:6734
75227 #, gcc-internal-format
75228 msgid "%qs at %L should be a FUNCTION"
75229 msgstr ""
75231 #: fortran/resolve.cc:7269
75232 #, gcc-internal-format
75233 msgid "gfc_resolve_expr(): Bad expression type"
75234 msgstr ""
75236 #: fortran/resolve.cc:7302
75237 #, gcc-internal-format, gfc-internal-format
75238 msgid "%s at %L must be a scalar"
75239 msgstr ""
75241 #: fortran/resolve.cc:7312
75242 #, gcc-internal-format, gfc-internal-format
75243 msgid "%s at %L must be integer"
75244 msgstr ""
75246 #: fortran/resolve.cc:7316 fortran/resolve.cc:7323
75247 #, gcc-internal-format, gfc-internal-format
75248 msgid "%s at %L must be INTEGER"
75249 msgstr ""
75251 #: fortran/resolve.cc:7378
75252 #, gcc-internal-format, gfc-internal-format
75253 msgid "Step expression in DO loop at %L cannot be zero"
75254 msgstr ""
75256 #: fortran/resolve.cc:7401
75257 #, gcc-internal-format, gfc-internal-format
75258 msgid "DO loop at %L will be executed zero times"
75259 msgstr ""
75261 #: fortran/resolve.cc:7418
75262 #, gcc-internal-format, gfc-internal-format
75263 msgid "DO loop at %L is undefined as it overflows"
75264 msgstr ""
75266 #: fortran/resolve.cc:7424
75267 #, gcc-internal-format, gfc-internal-format
75268 msgid "DO loop at %L is undefined as it underflows"
75269 msgstr ""
75271 #: fortran/resolve.cc:7485
75272 #, gcc-internal-format, gfc-internal-format
75273 msgid "FORALL index-name at %L must be a scalar INTEGER"
75274 msgstr ""
75276 #: fortran/resolve.cc:7490
75277 #, gcc-internal-format, gfc-internal-format
75278 msgid "FORALL start expression at %L must be a scalar INTEGER"
75279 msgstr ""
75281 #: fortran/resolve.cc:7497
75282 #, gcc-internal-format, gfc-internal-format
75283 msgid "FORALL end expression at %L must be a scalar INTEGER"
75284 msgstr ""
75286 #: fortran/resolve.cc:7505
75287 #, gcc-internal-format, gfc-internal-format
75288 msgid "FORALL stride expression at %L must be a scalar %s"
75289 msgstr ""
75291 #: fortran/resolve.cc:7510
75292 #, gcc-internal-format, gfc-internal-format
75293 msgid "FORALL stride expression at %L cannot be zero"
75294 msgstr ""
75296 #: fortran/resolve.cc:7523
75297 #, gcc-internal-format
75298 msgid "FORALL index %qs may not appear in triplet specification at %L"
75299 msgstr ""
75301 #: fortran/resolve.cc:7628 fortran/resolve.cc:7926
75302 #, gcc-internal-format, gfc-internal-format
75303 msgid "Allocate-object at %L must be ALLOCATABLE or a POINTER"
75304 msgstr ""
75306 #: fortran/resolve.cc:7636 fortran/resolve.cc:7889
75307 #, gcc-internal-format, gfc-internal-format
75308 msgid "Coindexed allocatable object at %L"
75309 msgstr ""
75311 #: fortran/resolve.cc:7746
75312 #, gcc-internal-format, gfc-internal-format
75313 msgid "Source-expr at %L must be scalar or have the same rank as the allocate-object at %L"
75314 msgstr ""
75316 #: fortran/resolve.cc:7777
75317 #, gcc-internal-format, gfc-internal-format
75318 msgid "Source-expr at %L and allocate-object at %L must have the same shape"
75319 msgstr ""
75321 #: fortran/resolve.cc:7937
75322 #, gcc-internal-format, gfc-internal-format
75323 msgid "Type of entity at %L is type incompatible with source-expr at %L"
75324 msgstr ""
75326 #: fortran/resolve.cc:7949
75327 #, gcc-internal-format, gfc-internal-format
75328 msgid "The allocate-object at %L and the source-expr at %L shall have the same kind type parameter"
75329 msgstr ""
75331 #: fortran/resolve.cc:7963
75332 #, gcc-internal-format, gfc-internal-format
75333 msgid "The source-expr at %L shall neither be of type LOCK_TYPE nor have a LOCK_TYPE component if allocate-object at %L is a coarray"
75334 msgstr ""
75336 #: fortran/resolve.cc:7978
75337 #, gcc-internal-format, gfc-internal-format
75338 msgid "The source-expr at %L shall neither be of type EVENT_TYPE nor have a EVENT_TYPE component if allocate-object at %L is a coarray"
75339 msgstr ""
75341 #: fortran/resolve.cc:7991
75342 #, gcc-internal-format, gfc-internal-format
75343 msgid "Allocating %s of ABSTRACT base type at %L requires a type-spec or source-expr"
75344 msgstr ""
75346 #: fortran/resolve.cc:8009
75347 #, gcc-internal-format, gfc-internal-format
75348 msgid "Allocating %s at %L with type-spec requires the same character-length parameter as in the declaration"
75349 msgstr ""
75351 #: fortran/resolve.cc:8090 fortran/resolve.cc:8105
75352 #, gcc-internal-format, gfc-internal-format
75353 msgid "Array specification required in ALLOCATE statement at %L"
75354 msgstr ""
75356 #: fortran/resolve.cc:8097
75357 #, gcc-internal-format, gfc-internal-format
75358 msgid "Array specification or array-valued SOURCE= expression required in ALLOCATE statement at %L"
75359 msgstr ""
75361 #: fortran/resolve.cc:8122
75362 #, gcc-internal-format, gfc-internal-format
75363 msgid "Coarray specification required in ALLOCATE statement at %L"
75364 msgstr ""
75366 #: fortran/resolve.cc:8132 fortran/resolve.cc:8234
75367 #, gcc-internal-format, gfc-internal-format
75368 msgid "Bad coarray specification in ALLOCATE statement at %L"
75369 msgstr ""
75371 #: fortran/resolve.cc:8138
75372 #, gcc-internal-format, gfc-internal-format
75373 msgid "Upper cobound is less than lower cobound at %L"
75374 msgstr ""
75376 #: fortran/resolve.cc:8150
75377 #, gcc-internal-format, gfc-internal-format
75378 msgid "Upper cobound is less than lower cobound of 1 at %L"
75379 msgstr ""
75381 #: fortran/resolve.cc:8161 fortran/resolve.cc:8189
75382 #, gcc-internal-format, gfc-internal-format
75383 msgid "Bad array specification in ALLOCATE statement at %L"
75384 msgstr ""
75386 #: fortran/resolve.cc:8208
75387 #, gcc-internal-format
75388 msgid "%qs must not appear in the array specification at %L in the same ALLOCATE statement where it is itself allocated"
75389 msgstr "%qs se ne smije pojaviti u specifikaciji polja pri %L u istoj ALLOCATE izjavi gdje je i sam dodijeljen"
75391 #: fortran/resolve.cc:8223
75392 #, gcc-internal-format
75393 msgid "Expected %<*%> in coindex specification in ALLOCATE statement at %L"
75394 msgstr ""
75396 #: fortran/resolve.cc:8265
75397 #, gcc-internal-format, gfc-internal-format
75398 msgid "Stat-variable at %L must be a scalar INTEGER variable"
75399 msgstr ""
75401 #: fortran/resolve.cc:8294
75402 #, gcc-internal-format, gfc-internal-format
75403 msgid "Stat-variable at %L shall not be %sd within the same %s statement"
75404 msgstr ""
75406 #: fortran/resolve.cc:8307
75407 #, gcc-internal-format, gfc-internal-format
75408 msgid "ERRMSG at %L is useless without a STAT tag"
75409 msgstr ""
75411 #: fortran/resolve.cc:8321
75412 #, gcc-internal-format, gfc-internal-format
75413 msgid "ERRMSG variable at %L shall be a scalar default CHARACTER variable"
75414 msgstr ""
75416 #: fortran/resolve.cc:8350
75417 #, gcc-internal-format, gfc-internal-format
75418 msgid "Errmsg-variable at %L shall not be %sd within the same %s statement"
75419 msgstr ""
75421 #: fortran/resolve.cc:8382
75422 #, gcc-internal-format, gfc-internal-format
75423 msgid "Allocate-object at %L also appears at %L"
75424 msgstr ""
75426 #: fortran/resolve.cc:8388 fortran/resolve.cc:8394
75427 #, gcc-internal-format, gfc-internal-format
75428 msgid "Allocate-object at %L is subobject of object at %L"
75429 msgstr ""
75431 #. The cases overlap, or they are the same
75432 #. element in the list.  Either way, we must
75433 #. issue an error and get the next case from P.
75434 #. FIXME: Sort P and Q by line number.
75435 #: fortran/resolve.cc:8622
75436 #, gcc-internal-format, gfc-internal-format
75437 msgid "CASE label at %L overlaps with CASE label at %L"
75438 msgstr ""
75440 #: fortran/resolve.cc:8673
75441 #, gcc-internal-format, gfc-internal-format
75442 msgid "Expression in CASE statement at %L must be of type %s"
75443 msgstr ""
75445 #: fortran/resolve.cc:8684
75446 #, gcc-internal-format, gfc-internal-format
75447 msgid "Expression in CASE statement at %L must be of kind %d"
75448 msgstr ""
75450 #: fortran/resolve.cc:8697
75451 #, gcc-internal-format, gfc-internal-format
75452 msgid "Expression in CASE statement at %L must be scalar"
75453 msgstr ""
75455 #: fortran/resolve.cc:8743
75456 #, gcc-internal-format, gfc-internal-format
75457 msgid "Selection expression in computed GOTO statement at %L must be a scalar integer expression"
75458 msgstr ""
75460 #: fortran/resolve.cc:8762
75461 #, gcc-internal-format, gfc-internal-format
75462 msgid "Argument of SELECT statement at %L cannot be %s"
75463 msgstr ""
75465 #: fortran/resolve.cc:8772
75466 #, gcc-internal-format, gfc-internal-format
75467 msgid "Argument of SELECT statement at %L must be a scalar expression"
75468 msgstr ""
75470 #: fortran/resolve.cc:8790 fortran/resolve.cc:8798
75471 #, gcc-internal-format, gfc-internal-format
75472 msgid "Expression in CASE statement at %L is not in the range of %s"
75473 msgstr ""
75475 #: fortran/resolve.cc:8860 fortran/resolve.cc:9517
75476 #, gcc-internal-format, gfc-internal-format
75477 msgid "The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %L"
75478 msgstr ""
75480 #: fortran/resolve.cc:8886
75481 #, gcc-internal-format, gfc-internal-format
75482 msgid "Logical range in CASE statement at %L is not allowed"
75483 msgstr ""
75485 #: fortran/resolve.cc:8899
75486 #, gcc-internal-format, gfc-internal-format
75487 msgid "Constant logical value in CASE statement is repeated at %L"
75488 msgstr ""
75490 #: fortran/resolve.cc:8914
75491 #, gcc-internal-format, gfc-internal-format
75492 msgid "Range specification at %L can never be matched"
75493 msgstr ""
75495 #: fortran/resolve.cc:9017
75496 #, gcc-internal-format, gfc-internal-format
75497 msgid "Logical SELECT CASE block at %L has more that two cases"
75498 msgstr ""
75500 #: fortran/resolve.cc:9068
75501 #, gcc-internal-format
75502 msgid "Associating entity %qs at %L is a procedure pointer"
75503 msgstr ""
75505 #: fortran/resolve.cc:9077
75506 #, gcc-internal-format
75507 msgid "Derived type %qs cannot be used as a variable at %L"
75508 msgstr ""
75510 #: fortran/resolve.cc:9094
75511 #, gcc-internal-format
75512 msgid "Associating entity %qs at %L is a procedure name"
75513 msgstr ""
75515 #: fortran/resolve.cc:9110
75516 #, gcc-internal-format, gfc-internal-format
75517 msgid "Associating selector-expression at %L yields a procedure"
75518 msgstr ""
75520 #: fortran/resolve.cc:9117
75521 #, gcc-internal-format, gfc-internal-format
75522 msgid "Selector at %L cannot be NULL()"
75523 msgstr ""
75525 #: fortran/resolve.cc:9122
75526 #, gcc-internal-format, gfc-internal-format
75527 msgid "Selector at %L has no type"
75528 msgstr ""
75530 #: fortran/resolve.cc:9144
75531 #, gcc-internal-format
75532 msgid "Associate-name %qs at %L is used as array"
75533 msgstr ""
75535 #: fortran/resolve.cc:9155
75536 #, gcc-internal-format, gfc-internal-format
75537 msgid "CLASS selector at %L needs a temporary which is not yet implemented"
75538 msgstr ""
75540 #: fortran/resolve.cc:9387
75541 #, gcc-internal-format, gfc-internal-format
75542 msgid "Selector shall be polymorphic in SELECT TYPE statement at %L"
75543 msgstr ""
75545 #: fortran/resolve.cc:9425 fortran/resolve.cc:9437
75546 #, gcc-internal-format, gfc-internal-format
75547 msgid "Selector at %L must not be coindexed"
75548 msgstr ""
75550 #: fortran/resolve.cc:9466
75551 #, gcc-internal-format, gfc-internal-format
75552 msgid "TYPE IS at %L overlaps with TYPE IS at %L"
75553 msgstr ""
75555 #: fortran/resolve.cc:9479
75556 #, gcc-internal-format
75557 msgid "Derived type %qs at %L must be extensible"
75558 msgstr ""
75560 #: fortran/resolve.cc:9492
75561 #, gcc-internal-format
75562 msgid "Derived type %qs at %L must be an extension of %qs"
75563 msgstr ""
75565 #: fortran/resolve.cc:9495
75566 #, gcc-internal-format
75567 msgid "Unexpected intrinsic type %qs at %L"
75568 msgstr ""
75570 #: fortran/resolve.cc:9505
75571 #, gcc-internal-format, gfc-internal-format
75572 msgid "The type-spec at %L shall specify that each length type parameter is assumed"
75573 msgstr ""
75575 #: fortran/resolve.cc:9752
75576 #, gcc-internal-format, gfc-internal-format
75577 msgid "Double CLASS IS block in SELECT TYPE statement at %L"
75578 msgstr ""
75580 #: fortran/resolve.cc:9886
75581 #, gcc-internal-format, gfc-internal-format
75582 msgid "RANK DEFAULT at %L is repeated at %L"
75583 msgstr ""
75585 #: fortran/resolve.cc:9895
75586 #, gcc-internal-format, gfc-internal-format
75587 msgid "RANK (*) at %L is repeated at %L"
75588 msgstr ""
75590 #: fortran/resolve.cc:9898
75591 #, gcc-internal-format, gfc-internal-format
75592 msgid "RANK (%i) at %L is repeated at %L"
75593 msgstr ""
75595 #: fortran/resolve.cc:9908 fortran/resolve.cc:9913
75596 #, gcc-internal-format, gfc-internal-format
75597 msgid "RANK (*) at %L cannot be used with the pointer or allocatable selector at %L"
75598 msgstr ""
75600 #: fortran/resolve.cc:10022
75601 #, gcc-internal-format, gfc-internal-format
75602 msgid "Invalid context for NULL () intrinsic at %L"
75603 msgstr ""
75605 #: fortran/resolve.cc:10076
75606 #, gcc-internal-format, gfc-internal-format
75607 msgid "DTIO %s procedure at %L must be recursive"
75608 msgstr ""
75610 #: fortran/resolve.cc:10086
75611 #, gcc-internal-format, gfc-internal-format
75612 msgid "Data transfer element at %L cannot be polymorphic unless it is processed by a defined input/output procedure"
75613 msgstr ""
75615 #: fortran/resolve.cc:10099
75616 #, gcc-internal-format, gfc-internal-format
75617 msgid "Data transfer element at %L cannot have POINTER components unless it is processed by a defined input/output procedure"
75618 msgstr ""
75620 #: fortran/resolve.cc:10108
75621 #, gcc-internal-format, gfc-internal-format
75622 msgid "Data transfer element at %L cannot have procedure pointer components"
75623 msgstr ""
75625 #: fortran/resolve.cc:10115
75626 #, gcc-internal-format, gfc-internal-format
75627 msgid "Data transfer element at %L cannot have ALLOCATABLE components unless it is processed by a defined input/output procedure"
75628 msgstr ""
75630 #: fortran/resolve.cc:10126
75631 #, gcc-internal-format, gfc-internal-format
75632 msgid "Data transfer element at %L cannot have PRIVATE components"
75633 msgstr ""
75635 #: fortran/resolve.cc:10132
75636 #, gcc-internal-format, gfc-internal-format
75637 msgid "Data transfer element at %L cannot have PRIVATE components unless it is processed by a defined input/output procedure"
75638 msgstr ""
75640 #: fortran/resolve.cc:10150
75641 #, gcc-internal-format, gfc-internal-format
75642 msgid "Data transfer element at %L cannot be a full reference to an assumed-size array"
75643 msgstr ""
75645 #: fortran/resolve.cc:10207
75646 #, gcc-internal-format, gfc-internal-format
75647 msgid "Lock variable at %L must be a scalar of type LOCK_TYPE"
75648 msgstr ""
75650 #: fortran/resolve.cc:10217
75651 #, gcc-internal-format, gfc-internal-format
75652 msgid "Event variable at %L must be a scalar of type EVENT_TYPE"
75653 msgstr ""
75655 #: fortran/resolve.cc:10221
75656 #, gcc-internal-format, gfc-internal-format
75657 msgid "Event variable argument at %L must be a coarray or coindexed"
75658 msgstr ""
75660 #: fortran/resolve.cc:10224
75661 #, gcc-internal-format, gfc-internal-format
75662 msgid "Event variable argument at %L must be a coarray but not coindexed"
75663 msgstr ""
75665 #: fortran/resolve.cc:10231 fortran/resolve.cc:10353
75666 #, gcc-internal-format, gfc-internal-format
75667 msgid "STAT= argument at %L must be a scalar INTEGER variable"
75668 msgstr ""
75670 #: fortran/resolve.cc:10243 fortran/resolve.cc:10365
75671 #, gcc-internal-format, gfc-internal-format
75672 msgid "ERRMSG= argument at %L must be a scalar CHARACTER variable"
75673 msgstr ""
75675 #: fortran/resolve.cc:10255
75676 #, gcc-internal-format, gfc-internal-format
75677 msgid "ACQUIRED_LOCK= argument at %L must be a scalar LOGICAL variable"
75678 msgstr ""
75680 #: fortran/resolve.cc:10268
75681 #, gcc-internal-format, gfc-internal-format
75682 msgid "UNTIL_COUNT= argument at %L must be a scalar INTEGER expression"
75683 msgstr ""
75685 #: fortran/resolve.cc:10329
75686 #, gcc-internal-format, gfc-internal-format
75687 msgid "Imageset argument at %L must be a scalar or rank-1 INTEGER expression"
75688 msgstr ""
75690 #: fortran/resolve.cc:10333 fortran/resolve.cc:10343
75691 #, gcc-internal-format, gfc-internal-format
75692 msgid "Imageset argument at %L must between 1 and num_images()"
75693 msgstr ""
75695 #: fortran/resolve.cc:10396
75696 #, gcc-internal-format, gfc-internal-format
75697 msgid "Statement at %L is not a valid branch target statement for the branch statement at %L"
75698 msgstr ""
75700 #: fortran/resolve.cc:10406
75701 #, gcc-internal-format, gfc-internal-format
75702 msgid "Branch at %L may result in an infinite loop"
75703 msgstr ""
75705 #. Note: A label at END CRITICAL does not leave the CRITICAL
75706 #. construct as END CRITICAL is still part of it.
75707 #: fortran/resolve.cc:10423 fortran/resolve.cc:10446
75708 #, gcc-internal-format, gfc-internal-format
75709 msgid "GOTO statement at %L leaves CRITICAL construct for label at %L"
75710 msgstr ""
75712 #: fortran/resolve.cc:10427 fortran/resolve.cc:10452
75713 #, gcc-internal-format, gfc-internal-format
75714 msgid "GOTO statement at %L leaves DO CONCURRENT construct for label at %L"
75715 msgstr ""
75717 #. The label is not in an enclosing block, so illegal.  This was
75718 #. allowed in Fortran 66, so we allow it as extension.  No
75719 #. further checks are necessary in this case.
75720 #: fortran/resolve.cc:10467
75721 #, gcc-internal-format, gfc-internal-format
75722 msgid "Label at %L is not in the same block as the GOTO statement at %L"
75723 msgstr ""
75725 #: fortran/resolve.cc:10539
75726 #, gcc-internal-format, gfc-internal-format
75727 msgid "WHERE mask at %L has inconsistent shape"
75728 msgstr ""
75730 #: fortran/resolve.cc:10555
75731 #, gcc-internal-format, gfc-internal-format
75732 msgid "WHERE assignment target at %L has inconsistent shape"
75733 msgstr ""
75735 #: fortran/resolve.cc:10563 fortran/resolve.cc:10650
75736 #, gcc-internal-format, gfc-internal-format
75737 msgid "Non-ELEMENTAL user-defined assignment in WHERE at %L"
75738 msgstr ""
75740 #: fortran/resolve.cc:10573 fortran/resolve.cc:10660
75741 #, gcc-internal-format, gfc-internal-format
75742 msgid "Unsupported statement inside WHERE at %L"
75743 msgstr ""
75745 #: fortran/resolve.cc:10604
75746 #, gcc-internal-format, gfc-internal-format
75747 msgid "Assignment to a FORALL index variable at %L"
75748 msgstr ""
75750 #: fortran/resolve.cc:10613
75751 #, gcc-internal-format
75752 msgid "The FORALL with index %qs is not used on the left side of the assignment at %L and so might cause multiple assignment to this object"
75753 msgstr ""
75755 #: fortran/resolve.cc:10760
75756 #, gcc-internal-format, gfc-internal-format
75757 msgid "FORALL construct at %L"
75758 msgstr ""
75760 #: fortran/resolve.cc:10781
75761 #, gcc-internal-format, gfc-internal-format
75762 msgid "FORALL index-name at %L must be a scalar variable of type integer"
75763 msgstr ""
75765 #: fortran/resolve.cc:10791
75766 #, gcc-internal-format, gfc-internal-format
75767 msgid "An outer FORALL construct already has an index with this name %L"
75768 msgstr ""
75770 #: fortran/resolve.cc:10868
75771 #, gcc-internal-format, gfc-internal-format
75772 msgid "WHERE/ELSEWHERE clause at %L requires a LOGICAL array"
75773 msgstr ""
75775 #: fortran/resolve.cc:10984
75776 #, gcc-internal-format
75777 msgid "gfc_resolve_blocks(): Bad block type"
75778 msgstr ""
75780 #: fortran/resolve.cc:11097
75781 #, gcc-internal-format, gfc-internal-format
75782 msgid "CHARACTER expression will be truncated in assignment (%ld/%ld) at %L"
75783 msgstr ""
75785 #: fortran/resolve.cc:11129
75786 #, gcc-internal-format, gfc-internal-format
75787 msgid "Coindexed expression at %L is assigned to a derived type variable with a POINTER component in a PURE procedure"
75788 msgstr ""
75790 #. F2008, C1283 (4).
75791 #: fortran/resolve.cc:11135
75792 #, gcc-internal-format, gfc-internal-format
75793 msgid "In a pure subprogram an INTENT(IN) dummy argument shall not be used as the expr at %L of an intrinsic assignment statement in which the variable is of a derived type if the derived type has a pointer component at any level of component selection."
75794 msgstr ""
75796 #: fortran/resolve.cc:11147
75797 #, gcc-internal-format, gfc-internal-format
75798 msgid "Assignment to coindexed variable at %L in a PURE procedure"
75799 msgstr ""
75801 #: fortran/resolve.cc:11179
75802 #, gcc-internal-format, gfc-internal-format
75803 msgid "Assignment to polymorphic coarray at %L is not permitted"
75804 msgstr ""
75806 #: fortran/resolve.cc:11183
75807 #, gcc-internal-format, gfc-internal-format
75808 msgid "Assignment to an allocatable polymorphic variable at %L"
75809 msgstr ""
75811 #: fortran/resolve.cc:11188
75812 #, gcc-internal-format
75813 msgid "Assignment to an allocatable polymorphic variable at %L requires %<-frealloc-lhs%>"
75814 msgstr ""
75816 #: fortran/resolve.cc:11195
75817 #, gcc-internal-format
75818 msgid "Nonallocatable variable must not be polymorphic in intrinsic assignment at %L - check that there is a matching specific subroutine for %<=%> operator"
75819 msgstr ""
75821 #: fortran/resolve.cc:11206
75822 #, gcc-internal-format, gfc-internal-format
75823 msgid "Coindexed variable must not have an allocatable ultimate component in assignment at %L"
75824 msgstr ""
75826 #: fortran/resolve.cc:11526
75827 #, gcc-internal-format, gfc-internal-format
75828 msgid "TODO: type-bound defined assignment(s) at %L not done because multiple part array references would occur in intermediate expressions."
75829 msgstr ""
75831 #. Even if standard does not support this feature, continue to build
75832 #. the two statements to avoid upsetting frontend_passes.c.
75833 #: fortran/resolve.cc:11768
75834 #, gcc-internal-format, gfc-internal-format
75835 msgid "Pointer procedure assignment at %L"
75836 msgstr ""
75838 #: fortran/resolve.cc:11780
75839 #, gcc-internal-format, gfc-internal-format
75840 msgid "The function result on the lhs of the assignment at %L must have the pointer attribute."
75841 msgstr ""
75843 #: fortran/resolve.cc:11865
75844 #, gcc-internal-format
75845 msgid "TEAM argument to %qs at %L must be a scalar expression of type TEAM_TYPE"
75846 msgstr ""
75848 #: fortran/resolve.cc:12047
75849 #, gcc-internal-format, gfc-internal-format
75850 msgid "TEAM NUMBER argument to FORM TEAM at %L must be a scalar INTEGER"
75851 msgstr ""
75853 #: fortran/resolve.cc:12083
75854 #, gcc-internal-format, gfc-internal-format
75855 msgid "ASSIGNED GOTO statement at %L requires a scalar INTEGER variable"
75856 msgstr ""
75858 #: fortran/resolve.cc:12087
75859 #, gcc-internal-format
75860 msgid "Variable %qs has not been assigned a target label at %L"
75861 msgstr ""
75863 #: fortran/resolve.cc:12098
75864 #, gcc-internal-format, gfc-internal-format
75865 msgid "Alternate RETURN statement at %L requires a SCALAR-INTEGER return specifier"
75866 msgstr ""
75868 #: fortran/resolve.cc:12136
75869 #, gcc-internal-format, gfc-internal-format
75870 msgid "Expected intrinsic assignment in OMP WORKSHARE at %L"
75871 msgstr ""
75873 #: fortran/resolve.cc:12170
75874 #, gcc-internal-format, gfc-internal-format
75875 msgid "ASSIGN statement at %L requires a scalar default INTEGER variable"
75876 msgstr ""
75878 #: fortran/resolve.cc:12217
75879 #, gcc-internal-format, gfc-internal-format
75880 msgid "Invalid NULL at %L"
75881 msgstr ""
75883 #: fortran/resolve.cc:12221
75884 #, gcc-internal-format, gfc-internal-format
75885 msgid "Arithmetic IF statement at %L requires a scalar REAL or INTEGER expression"
75886 msgstr ""
75888 #: fortran/resolve.cc:12282
75889 #, gcc-internal-format
75890 msgid "gfc_resolve_code(): No expression on DO WHILE"
75891 msgstr ""
75893 #: fortran/resolve.cc:12287
75894 #, gcc-internal-format, gfc-internal-format
75895 msgid "Exit condition of DO WHILE loop at %L must be a scalar LOGICAL expression"
75896 msgstr ""
75898 #: fortran/resolve.cc:12371
75899 #, gcc-internal-format, gfc-internal-format
75900 msgid "FORALL mask clause at %L requires a scalar LOGICAL expression"
75901 msgstr ""
75903 #: fortran/resolve.cc:12473
75904 #, gcc-internal-format
75905 msgid "gfc_resolve_code(): Bad statement code"
75906 msgstr ""
75908 #: fortran/resolve.cc:12494
75909 #, gcc-internal-format
75910 msgid "Using parameter %qs declared at %L is deprecated"
75911 msgstr ""
75913 #: fortran/resolve.cc:12588
75914 #, gcc-internal-format
75915 msgid "Variable %qs with binding label %qs at %L uses the same global identifier as entity at %L"
75916 msgstr ""
75918 #. This can only happen if the variable is defined in a module - if it
75919 #. isn't the same module, reject it.
75920 #: fortran/resolve.cc:12602
75921 #, gcc-internal-format
75922 msgid "Variable %qs from module %qs with binding label %qs at %L uses the same global identifier as entity at %L from module %qs"
75923 msgstr ""
75925 #. Print an error if the procedure is defined multiple times; we have to
75926 #. exclude references to the same procedure via module association or
75927 #. multiple checks for the same procedure.
75928 #: fortran/resolve.cc:12621
75929 #, gcc-internal-format
75930 msgid "Procedure %qs with binding label %qs at %L uses the same global identifier as entity at %L"
75931 msgstr ""
75933 #: fortran/resolve.cc:12707
75934 #, gcc-internal-format, gfc-internal-format
75935 msgid "String length at %L is too large"
75936 msgstr ""
75938 #: fortran/resolve.cc:12942
75939 #, gcc-internal-format
75940 msgid "Allocatable array %qs at %L must have a deferred shape or assumed rank"
75941 msgstr ""
75943 #: fortran/resolve.cc:12946
75944 #, gcc-internal-format
75945 msgid "Scalar object %qs at %L may not be ALLOCATABLE"
75946 msgstr ""
75948 #: fortran/resolve.cc:12954
75949 #, gcc-internal-format
75950 msgid "Array pointer %qs at %L must have a deferred shape or assumed rank"
75951 msgstr ""
75953 #: fortran/resolve.cc:12965
75954 #, gcc-internal-format
75955 msgid "Array %qs at %L cannot have a deferred shape"
75956 msgstr ""
75958 #: fortran/resolve.cc:12982
75959 #, gcc-internal-format
75960 msgid "Type %qs of CLASS variable %qs at %L is not extensible"
75961 msgstr ""
75963 #: fortran/resolve.cc:12994
75964 #, gcc-internal-format
75965 msgid "CLASS variable %qs at %L must be dummy, allocatable or pointer"
75966 msgstr ""
75968 #: fortran/resolve.cc:13027
75969 #, gcc-internal-format
75970 msgid "The type %qs cannot be host associated at %L because it is blocked by an incompatible object of the same name declared at %L"
75971 msgstr ""
75973 #: fortran/resolve.cc:13049
75974 #, gcc-internal-format
75975 msgid "Implied SAVE for module variable %qs at %L, needed due to the default initialization"
75976 msgstr ""
75978 #: fortran/resolve.cc:13082
75979 #, gcc-internal-format
75980 msgid "Entity %qs at %L has a deferred type parameter and requires either the POINTER or ALLOCATABLE attribute"
75981 msgstr ""
75983 #. F08:C541. The shape of an array defined in a main program or module
75984 #. * needs to be constant.
75985 #: fortran/resolve.cc:13118
75986 #, gcc-internal-format
75987 msgid "The module or main program array %qs at %L must have constant shape"
75988 msgstr ""
75990 #: fortran/resolve.cc:13143
75991 #, gcc-internal-format, gfc-internal-format
75992 msgid "Entity with assumed character length at %L must be a dummy argument or a PARAMETER"
75993 msgstr ""
75995 #: fortran/resolve.cc:13164
75996 #, gcc-internal-format
75997 msgid "%qs at %L must have constant character length in this context"
75998 msgstr ""
76000 #: fortran/resolve.cc:13171
76001 #, gcc-internal-format
76002 msgid "COMMON variable %qs at %L must have constant character length"
76003 msgstr ""
76005 #: fortran/resolve.cc:13218
76006 #, gcc-internal-format
76007 msgid "Allocatable %qs at %L cannot have an initializer"
76008 msgstr ""
76010 #: fortran/resolve.cc:13221
76011 #, gcc-internal-format
76012 msgid "External %qs at %L cannot have an initializer"
76013 msgstr ""
76015 #: fortran/resolve.cc:13224
76016 #, gcc-internal-format
76017 msgid "Dummy %qs at %L cannot have an initializer"
76018 msgstr ""
76020 #: fortran/resolve.cc:13227
76021 #, gcc-internal-format
76022 msgid "Intrinsic %qs at %L cannot have an initializer"
76023 msgstr ""
76025 #: fortran/resolve.cc:13230
76026 #, gcc-internal-format
76027 msgid "Function result %qs at %L cannot have an initializer"
76028 msgstr ""
76030 #: fortran/resolve.cc:13233
76031 #, gcc-internal-format
76032 msgid "Automatic array %qs at %L cannot have an initializer"
76033 msgstr ""
76035 #: fortran/resolve.cc:13275
76036 #, gcc-internal-format, gfc-internal-format
76037 msgid "%s at %L"
76038 msgstr ""
76040 #: fortran/resolve.cc:13307
76041 #, gcc-internal-format
76042 msgid "Character-valued statement function %qs at %L must have constant length"
76043 msgstr ""
76045 #: fortran/resolve.cc:13330
76046 #, gcc-internal-format
76047 msgid "%qs is of a PRIVATE type and cannot be a dummy argument of %qs, which is PUBLIC at %L"
76048 msgstr ""
76050 #: fortran/resolve.cc:13352
76051 #, gcc-internal-format
76052 msgid "Procedure %qs in PUBLIC interface %qs at %L takes dummy arguments of %qs which is PRIVATE"
76053 msgstr ""
76055 #: fortran/resolve.cc:13370
76056 #, gcc-internal-format
76057 msgid "Function %qs at %L cannot have an initializer"
76058 msgstr ""
76060 #: fortran/resolve.cc:13382
76061 #, gcc-internal-format
76062 msgid "External object %qs at %L may not have an initializer"
76063 msgstr ""
76065 #: fortran/resolve.cc:13392
76066 #, gcc-internal-format
76067 msgid "ELEMENTAL function %qs at %L must have a scalar result"
76068 msgstr ""
76070 #: fortran/resolve.cc:13402
76071 #, gcc-internal-format
76072 msgid "Statement function %qs at %L may not have pointer or allocatable attribute"
76073 msgstr ""
76075 #: fortran/resolve.cc:13421
76076 #, gcc-internal-format
76077 msgid "CHARACTER(*) function %qs at %L cannot be array-valued"
76078 msgstr ""
76080 #: fortran/resolve.cc:13425
76081 #, gcc-internal-format
76082 msgid "CHARACTER(*) function %qs at %L cannot be pointer-valued"
76083 msgstr ""
76085 #: fortran/resolve.cc:13429
76086 #, gcc-internal-format
76087 msgid "CHARACTER(*) function %qs at %L cannot be pure"
76088 msgstr ""
76090 #: fortran/resolve.cc:13433
76091 #, gcc-internal-format
76092 msgid "CHARACTER(*) function %qs at %L cannot be recursive"
76093 msgstr ""
76095 #: fortran/resolve.cc:13446
76096 #, gcc-internal-format
76097 msgid "CHARACTER(*) function %qs at %L"
76098 msgstr ""
76100 #: fortran/resolve.cc:13457
76101 #, gcc-internal-format
76102 msgid "Procedure pointer %qs at %L shall not be elemental"
76103 msgstr ""
76105 #: fortran/resolve.cc:13463
76106 #, gcc-internal-format
76107 msgid "Dummy procedure %qs at %L shall not be elemental"
76108 msgstr ""
76110 #: fortran/resolve.cc:13483
76111 #, gcc-internal-format
76112 msgid "Function result variable %qs at %L of elemental function %qs shall not have an ALLOCATABLE or POINTER attribute"
76113 msgstr ""
76115 #: fortran/resolve.cc:13540
76116 #, gcc-internal-format
76117 msgid "PROCEDURE attribute conflicts with SAVE attribute in %qs at %L"
76118 msgstr ""
76120 #: fortran/resolve.cc:13546
76121 #, gcc-internal-format
76122 msgid "PROCEDURE attribute conflicts with INTENT attribute in %qs at %L"
76123 msgstr ""
76125 #: fortran/resolve.cc:13552
76126 #, gcc-internal-format
76127 msgid "PROCEDURE attribute conflicts with RESULT attribute in %qs at %L"
76128 msgstr ""
76130 #: fortran/resolve.cc:13560
76131 #, gcc-internal-format
76132 msgid "EXTERNAL attribute conflicts with FUNCTION attribute in %qs at %L"
76133 msgstr ""
76135 #: fortran/resolve.cc:13566
76136 #, gcc-internal-format
76137 msgid "Procedure pointer result %qs at %L is missing the pointer attribute"
76138 msgstr ""
76140 #: fortran/resolve.cc:13609
76141 #, gcc-internal-format, gfc-internal-format
76142 msgid "Mismatch in ELEMENTAL attribute between MODULE PROCEDURE at %L and its interface in %s"
76143 msgstr ""
76145 #: fortran/resolve.cc:13617
76146 #, gcc-internal-format, gfc-internal-format
76147 msgid "Mismatch in PURE attribute between MODULE PROCEDURE at %L and its interface in %s"
76148 msgstr ""
76150 #: fortran/resolve.cc:13625
76151 #, gcc-internal-format, gfc-internal-format
76152 msgid "Mismatch in RECURSIVE attribute between MODULE PROCEDURE at %L and its interface in %s"
76153 msgstr ""
76155 #: fortran/resolve.cc:13634
76156 #, gcc-internal-format
76157 msgid "%s between the MODULE PROCEDURE declaration in MODULE %qs and the declaration at %L in (SUB)MODULE %qs"
76158 msgstr ""
76160 #: fortran/resolve.cc:13718
76161 #, gcc-internal-format
76162 msgid "FINAL procedure %qs at %L is not a SUBROUTINE"
76163 msgstr ""
76165 #: fortran/resolve.cc:13727
76166 #, gcc-internal-format, gfc-internal-format
76167 msgid "FINAL procedure at %L must have exactly one argument"
76168 msgstr ""
76170 #: fortran/resolve.cc:13736
76171 #, gcc-internal-format
76172 msgid "Argument of FINAL procedure at %L must be of type %qs"
76173 msgstr ""
76175 #: fortran/resolve.cc:13744
76176 #, gcc-internal-format, gfc-internal-format
76177 msgid "Argument of FINAL procedure at %L must not be a POINTER"
76178 msgstr ""
76180 #: fortran/resolve.cc:13750
76181 #, gcc-internal-format, gfc-internal-format
76182 msgid "Argument of FINAL procedure at %L must not be ALLOCATABLE"
76183 msgstr ""
76185 #: fortran/resolve.cc:13756
76186 #, gcc-internal-format, gfc-internal-format
76187 msgid "Argument of FINAL procedure at %L must not be OPTIONAL"
76188 msgstr ""
76190 #: fortran/resolve.cc:13764
76191 #, gcc-internal-format, gfc-internal-format
76192 msgid "Argument of FINAL procedure at %L must not be INTENT(OUT)"
76193 msgstr ""
76195 #: fortran/resolve.cc:13773
76196 #, gcc-internal-format, gfc-internal-format
76197 msgid "Non-scalar FINAL procedure at %L should have assumed shape argument"
76198 msgstr ""
76200 #: fortran/resolve.cc:13795
76201 #, gcc-internal-format
76202 msgid "FINAL procedure %qs declared at %L has the same rank (%d) as %qs"
76203 msgstr ""
76205 #: fortran/resolve.cc:13832
76206 #, gcc-internal-format
76207 msgid "Only array FINAL procedures declared for derived type %qs defined at %L, suggest also scalar one"
76208 msgstr ""
76210 #: fortran/resolve.cc:13872
76211 #, gcc-internal-format
76212 msgid "%qs and %qs cannot be mixed FUNCTION/SUBROUTINE for GENERIC %qs at %L"
76213 msgstr ""
76215 #: fortran/resolve.cc:13908
76216 #, gcc-internal-format
76217 msgid "%qs and %qs for GENERIC %qs at %L are ambiguous"
76218 msgstr ""
76220 #: fortran/resolve.cc:13967
76221 #, gcc-internal-format
76222 msgid "Undefined specific binding %qs as target of GENERIC %qs at %L"
76223 msgstr ""
76225 #: fortran/resolve.cc:13979
76226 #, gcc-internal-format
76227 msgid "GENERIC %qs at %L must target a specific binding, %qs is GENERIC, too"
76228 msgstr ""
76230 #: fortran/resolve.cc:14007
76231 #, gcc-internal-format
76232 msgid "GENERIC %qs at %L cannot overwrite specific binding with the same name"
76233 msgstr ""
76235 #: fortran/resolve.cc:14063
76236 #, gcc-internal-format, gfc-internal-format
76237 msgid "Type-bound operator at %L cannot be NOPASS"
76238 msgstr ""
76240 #: fortran/resolve.cc:14275
76241 #, gcc-internal-format
76242 msgid "%qs must be a module procedure or an external procedure with an explicit interface at %L"
76243 msgstr ""
76245 #: fortran/resolve.cc:14318
76246 #, gcc-internal-format
76247 msgid "Procedure %qs with PASS(%s) at %L has no argument %qs"
76248 msgstr ""
76250 #: fortran/resolve.cc:14332
76251 #, gcc-internal-format
76252 msgid "Procedure %qs with PASS at %L must have at least one argument"
76253 msgstr ""
76255 #: fortran/resolve.cc:14346 fortran/resolve.cc:14832
76256 #, gcc-internal-format
76257 msgid "Non-polymorphic passed-object dummy argument of %qs at %L"
76258 msgstr ""
76260 #: fortran/resolve.cc:14354
76261 #, gcc-internal-format
76262 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived-type %qs"
76263 msgstr ""
76265 #: fortran/resolve.cc:14363
76266 #, gcc-internal-format
76267 msgid "Passed-object dummy argument of %qs at %L must be scalar"
76268 msgstr ""
76270 #: fortran/resolve.cc:14369
76271 #, gcc-internal-format
76272 msgid "Passed-object dummy argument of %qs at %L must not be ALLOCATABLE"
76273 msgstr ""
76275 #: fortran/resolve.cc:14375
76276 #, gcc-internal-format
76277 msgid "Passed-object dummy argument of %qs at %L must not be POINTER"
76278 msgstr ""
76280 #: fortran/resolve.cc:14404
76281 #, gcc-internal-format
76282 msgid "Procedure %qs at %L has the same name as a component of %qs"
76283 msgstr ""
76285 #: fortran/resolve.cc:14414
76286 #, gcc-internal-format
76287 msgid "Procedure %qs at %L has the same name as an inherited component of %qs"
76288 msgstr ""
76290 #: fortran/resolve.cc:14509
76291 #, gcc-internal-format
76292 msgid "Derived-type %qs declared at %L must be ABSTRACT because %qs is DEFERRED and not overridden"
76293 msgstr ""
76295 #: fortran/resolve.cc:14612
76296 #, gcc-internal-format
76297 msgid "Coarray component %qs at %L must be allocatable with deferred shape"
76298 msgstr ""
76300 #: fortran/resolve.cc:14621
76301 #, gcc-internal-format
76302 msgid "Component %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
76303 msgstr ""
76305 #: fortran/resolve.cc:14631
76306 #, gcc-internal-format
76307 msgid "Component %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar"
76308 msgstr ""
76310 #: fortran/resolve.cc:14656
76311 #, gcc-internal-format
76312 msgid "Component %qs at %L has the CONTIGUOUS attribute but is not an array pointer"
76313 msgstr ""
76315 #: fortran/resolve.cc:14667
76316 #, gcc-internal-format
76317 msgid "Component %qs of BIND(C) type at %L must have length one"
76318 msgstr ""
76320 #: fortran/resolve.cc:14765
76321 #, gcc-internal-format
76322 msgid "Procedure pointer component %qs with PASS(%s) at %L has no argument %qs"
76323 msgstr ""
76325 #: fortran/resolve.cc:14779
76326 #, gcc-internal-format
76327 msgid "Procedure pointer component %qs with PASS at %L must have at least one argument"
76328 msgstr ""
76330 #: fortran/resolve.cc:14795
76331 #, gcc-internal-format
76332 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived type %qs"
76333 msgstr ""
76335 #: fortran/resolve.cc:14805
76336 #, gcc-internal-format
76337 msgid "Argument %qs of %qs with PASS(%s) at %L must be scalar"
76338 msgstr ""
76340 #: fortran/resolve.cc:14814
76341 #, gcc-internal-format
76342 msgid "Argument %qs of %qs with PASS(%s) at %L may not have the POINTER attribute"
76343 msgstr ""
76345 #: fortran/resolve.cc:14823
76346 #, gcc-internal-format
76347 msgid "Argument %qs of %qs with PASS(%s) at %L may not be ALLOCATABLE"
76348 msgstr ""
76350 #: fortran/resolve.cc:14865
76351 #, gcc-internal-format
76352 msgid "Component %qs of %qs at %L has the same name as an inherited type-bound procedure"
76353 msgstr ""
76355 #: fortran/resolve.cc:14878
76356 #, gcc-internal-format
76357 msgid "Character length of component %qs needs to be a constant specification expression at %L"
76358 msgstr ""
76360 #: fortran/resolve.cc:14889
76361 #, gcc-internal-format
76362 msgid "Character component %qs of %qs at %L with deferred length must be a POINTER or ALLOCATABLE"
76363 msgstr ""
76365 #: fortran/resolve.cc:14922
76366 #, gcc-internal-format
76367 msgid "the component %qs is a PRIVATE type and cannot be a component of %qs, which is PUBLIC at %L"
76368 msgstr ""
76370 #: fortran/resolve.cc:14930
76371 #, gcc-internal-format, gfc-internal-format
76372 msgid "Polymorphic component %s at %L in SEQUENCE or BIND(C) type %s"
76373 msgstr ""
76375 #: fortran/resolve.cc:14939
76376 #, gcc-internal-format, gfc-internal-format
76377 msgid "Component %s of SEQUENCE type declared at %L does not have the SEQUENCE attribute"
76378 msgstr ""
76380 #: fortran/resolve.cc:15025
76381 #, gcc-internal-format, gfc-internal-format
76382 msgid "Conflicting initializers in union at %L and %L"
76383 msgstr ""
76385 #: fortran/resolve.cc:15070
76386 #, gcc-internal-format
76387 msgid "As extending type %qs at %L has a coarray component, parent type %qs shall also have one"
76388 msgstr ""
76390 #: fortran/resolve.cc:15083
76391 #, gcc-internal-format
76392 msgid "Non-extensible derived-type %qs at %L must not be ABSTRACT"
76393 msgstr ""
76395 #: fortran/resolve.cc:15147
76396 #, gcc-internal-format
76397 msgid "Parameterized type %qs does not have a component corresponding to parameter %qs at %L"
76398 msgstr ""
76400 #: fortran/resolve.cc:15180
76401 #, gcc-internal-format
76402 msgid "Generic name %qs of function %qs at %L being the same name as derived type at %L"
76403 msgstr ""
76405 #: fortran/resolve.cc:15194
76406 #, gcc-internal-format
76407 msgid "Derived type %qs at %L has not been declared"
76408 msgstr ""
76410 #: fortran/resolve.cc:15262
76411 #, gcc-internal-format
76412 msgid "Assumed size array %qs in namelist %qs at %L is not allowed"
76413 msgstr ""
76415 #: fortran/resolve.cc:15268
76416 #, gcc-internal-format
76417 msgid "NAMELIST array object %qs with assumed shape in namelist %qs at %L"
76418 msgstr ""
76420 #: fortran/resolve.cc:15274
76421 #, gcc-internal-format
76422 msgid "NAMELIST array object %qs with nonconstant shape in namelist %qs at %L"
76423 msgstr ""
76425 #: fortran/resolve.cc:15282
76426 #, gcc-internal-format
76427 msgid "NAMELIST object %qs with nonconstant character length in namelist %qs at %L"
76428 msgstr ""
76430 #: fortran/resolve.cc:15299
76431 #, gcc-internal-format
76432 msgid "NAMELIST object %qs was declared PRIVATE and cannot be member of PUBLIC namelist %qs at %L"
76433 msgstr ""
76435 #: fortran/resolve.cc:15321
76436 #, gcc-internal-format
76437 msgid "NAMELIST object %qs has use-associated PRIVATE components and cannot be member of namelist %qs at %L"
76438 msgstr ""
76440 #: fortran/resolve.cc:15332
76441 #, gcc-internal-format
76442 msgid "NAMELIST object %qs has PRIVATE components and cannot be a member of PUBLIC namelist %qs at %L"
76443 msgstr ""
76445 #: fortran/resolve.cc:15359
76446 #, gcc-internal-format
76447 msgid "PROCEDURE attribute conflicts with NAMELIST attribute in %qs at %L"
76448 msgstr ""
76450 #: fortran/resolve.cc:15378
76451 #, gcc-internal-format
76452 msgid "Parameter array %qs at %L cannot be automatic or of deferred shape"
76453 msgstr ""
76455 #: fortran/resolve.cc:15394
76456 #, gcc-internal-format
76457 msgid "Implicitly typed PARAMETER %qs at %L doesn't match a later IMPLICIT type"
76458 msgstr ""
76460 #: fortran/resolve.cc:15405
76461 #, gcc-internal-format, gfc-internal-format
76462 msgid "Incompatible derived type in PARAMETER at %L"
76463 msgstr ""
76465 #: fortran/resolve.cc:15413
76466 #, gcc-internal-format
76467 msgid "CLASS variable %qs at %L cannot have the PARAMETER attribute"
76468 msgstr ""
76470 #: fortran/resolve.cc:15464
76471 #, gcc-internal-format
76472 msgid "The object %qs at %L has a deferred LEN parameter %qs and is neither allocatable nor a pointer"
76473 msgstr ""
76475 #: fortran/resolve.cc:15475
76476 #, gcc-internal-format
76477 msgid "The AUTOMATIC object %qs at %L must not have the SAVE attribute or be a variable declared in the main program, a module or a submodule(F08/C513)"
76478 msgstr ""
76480 #: fortran/resolve.cc:15482
76481 #, gcc-internal-format
76482 msgid "The object %qs at %L with ASSUMED type parameters must be a dummy or a SELECT TYPE selector(F08/4.2)"
76483 msgstr ""
76485 #: fortran/resolve.cc:15522
76486 #, gcc-internal-format, gfc-internal-format
76487 msgid "Sorry, allocatable/pointer components in polymorphic (CLASS) type coarrays at %L are unsupported"
76488 msgstr ""
76490 #: fortran/resolve.cc:15535
76491 #, gcc-internal-format
76492 msgid "%<omp_all_memory%>, declared at %L, may only be used in the OpenMP DEPEND clause"
76493 msgstr ""
76495 #: fortran/resolve.cc:15593
76496 #, gcc-internal-format, gfc-internal-format
76497 msgid "PROTECTED attribute conflicts with EXTERNAL attribute at %L"
76498 msgstr ""
76500 #: fortran/resolve.cc:15596
76501 #, gcc-internal-format, gfc-internal-format
76502 msgid "PROCEDURE attribute conflicts with PROTECTED attribute at %L"
76503 msgstr ""
76505 #: fortran/resolve.cc:15696
76506 #, gcc-internal-format
76507 msgid "%qs at %L has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape or assumed-rank array"
76508 msgstr ""
76510 #: fortran/resolve.cc:15717
76511 #, gcc-internal-format, gfc-internal-format
76512 msgid "Bad specification for assumed size array at %L"
76513 msgstr ""
76515 #: fortran/resolve.cc:15730
76516 #, gcc-internal-format, gfc-internal-format
76517 msgid "Assumed size array at %L must be a dummy argument"
76518 msgstr ""
76520 #: fortran/resolve.cc:15733
76521 #, gcc-internal-format, gfc-internal-format
76522 msgid "Assumed shape array at %L must be a dummy argument"
76523 msgstr ""
76525 #: fortran/resolve.cc:15743
76526 #, gcc-internal-format, gfc-internal-format
76527 msgid "Assumed-rank array at %L must be a dummy argument"
76528 msgstr ""
76530 #: fortran/resolve.cc:15750
76531 #, gcc-internal-format, gfc-internal-format
76532 msgid "Assumed-rank array at %L may not have the VALUE or CODIMENSION attribute"
76533 msgstr ""
76535 #: fortran/resolve.cc:15763
76536 #, gcc-internal-format, gfc-internal-format
76537 msgid "Symbol at %L is not a DUMMY variable"
76538 msgstr ""
76540 #: fortran/resolve.cc:15769
76541 #, gcc-internal-format
76542 msgid "%qs at %L cannot have the VALUE attribute because it is not a dummy argument"
76543 msgstr ""
76545 #: fortran/resolve.cc:15779
76546 #, gcc-internal-format
76547 msgid "Character dummy variable %qs at %L with VALUE attribute must have constant length"
76548 msgstr ""
76550 #: fortran/resolve.cc:15788
76551 #, gcc-internal-format
76552 msgid "C interoperable character dummy variable %qs at %L with VALUE attribute must have length one"
76553 msgstr ""
76555 #: fortran/resolve.cc:15801 fortran/resolve.cc:15978
76556 #, gcc-internal-format
76557 msgid "The derived type %qs at %L is of type %qs, which has not been defined"
76558 msgstr ""
76560 #: fortran/resolve.cc:15815
76561 #, gcc-internal-format, gfc-internal-format
76562 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be a dummy argument"
76563 msgstr ""
76565 #: fortran/resolve.cc:15824
76566 #, gcc-internal-format, gfc-internal-format
76567 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be of type TYPE(*) or of an numeric intrinsic type"
76568 msgstr ""
76570 #: fortran/resolve.cc:15833
76571 #, gcc-internal-format, gfc-internal-format
76572 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
76573 msgstr ""
76575 #: fortran/resolve.cc:15841
76576 #, gcc-internal-format, gfc-internal-format
76577 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the INTENT(OUT) attribute"
76578 msgstr ""
76580 #: fortran/resolve.cc:15848
76581 #, gcc-internal-format, gfc-internal-format
76582 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall either be a scalar or an assumed-size array"
76583 msgstr ""
76585 #: fortran/resolve.cc:15868
76586 #, gcc-internal-format, gfc-internal-format
76587 msgid "Assumed type of variable %s at %L is only permitted for dummy variables"
76588 msgstr ""
76590 #: fortran/resolve.cc:15875
76591 #, gcc-internal-format, gfc-internal-format
76592 msgid "Assumed-type variable %s at %L may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
76593 msgstr ""
76595 #: fortran/resolve.cc:15882
76596 #, gcc-internal-format, gfc-internal-format
76597 msgid "Assumed-type variable %s at %L may not have the INTENT(OUT) attribute"
76598 msgstr ""
76600 #: fortran/resolve.cc:15889
76601 #, gcc-internal-format, gfc-internal-format
76602 msgid "Assumed-type variable %s at %L shall not be an explicit-shape array"
76603 msgstr ""
76605 #: fortran/resolve.cc:15915
76606 #, gcc-internal-format
76607 msgid "Variable %qs at %L cannot be BIND(C) because it is neither a COMMON block nor declared at the module level scope"
76608 msgstr ""
76610 #: fortran/resolve.cc:15925
76611 #, gcc-internal-format
76612 msgid "BIND(C) Variable %qs at %L must have length one"
76613 msgstr ""
76615 #: fortran/resolve.cc:16004
76616 #, gcc-internal-format
76617 msgid "PUBLIC %s %qs at %L of PRIVATE derived type %qs"
76618 msgstr ""
76620 #: fortran/resolve.cc:16019
76621 #, gcc-internal-format, gfc-internal-format
76622 msgid "Variable %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must be a coarray"
76623 msgstr ""
76625 #: fortran/resolve.cc:16032
76626 #, gcc-internal-format, gfc-internal-format
76627 msgid "Variable %s at %L of type EVENT_TYPE or with subcomponent of type EVENT_TYPE must be a coarray"
76628 msgstr ""
76630 #: fortran/resolve.cc:16050
76631 #, gcc-internal-format
76632 msgid "The INTENT(OUT) dummy argument %qs at %L is ASSUMED SIZE and so cannot have a default initializer"
76633 msgstr ""
76635 #: fortran/resolve.cc:16062
76636 #, gcc-internal-format
76637 msgid "Dummy argument %qs at %L of LOCK_TYPE shall not be INTENT(OUT)"
76638 msgstr ""
76640 #: fortran/resolve.cc:16071
76641 #, gcc-internal-format
76642 msgid "Dummy argument %qs at %L of EVENT_TYPE shall not be INTENT(OUT)"
76643 msgstr ""
76645 #: fortran/resolve.cc:16084
76646 #, gcc-internal-format
76647 msgid "Function result %qs at %L shall not be a coarray or have a coarray component"
76648 msgstr ""
76650 #: fortran/resolve.cc:16093
76651 #, gcc-internal-format
76652 msgid "Variable %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
76653 msgstr ""
76655 #: fortran/resolve.cc:16106
76656 #, gcc-internal-format
76657 msgid "Variable %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar, which is not a coarray"
76658 msgstr ""
76660 #: fortran/resolve.cc:16122
76661 #, gcc-internal-format
76662 msgid "Variable %qs at %L is a coarray and is not ALLOCATABLE, SAVE nor a dummy argument"
76663 msgstr ""
76665 #: fortran/resolve.cc:16130
76666 #, gcc-internal-format
76667 msgid "Coarray variable %qs at %L shall not have codimensions with deferred shape"
76668 msgstr ""
76670 #: fortran/resolve.cc:16137
76671 #, gcc-internal-format
76672 msgid "Allocatable coarray variable %qs at %L must have deferred shape"
76673 msgstr ""
76675 #: fortran/resolve.cc:16150
76676 #, gcc-internal-format
76677 msgid "Variable %qs at %L is INTENT(OUT) and can thus not be an allocatable coarray or have coarray components"
76678 msgstr ""
76680 #: fortran/resolve.cc:16159
76681 #, gcc-internal-format
76682 msgid "Coarray dummy variable %qs at %L not allowed in BIND(C) procedure %qs"
76683 msgstr ""
76685 #: fortran/resolve.cc:16175
76686 #, gcc-internal-format
76687 msgid "LOGICAL dummy argument %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
76688 msgstr ""
76690 #: fortran/resolve.cc:16181
76691 #, gcc-internal-format
76692 msgid "LOGICAL result variable %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
76693 msgstr ""
76695 #: fortran/resolve.cc:16206
76696 #, gcc-internal-format
76697 msgid "Namelist %qs cannot be an argument to subroutine or function at %L"
76698 msgstr ""
76700 #: fortran/resolve.cc:16277
76701 #, gcc-internal-format, gfc-internal-format
76702 msgid "Threadprivate at %L isn't SAVEd"
76703 msgstr ""
76705 #: fortran/resolve.cc:16289
76706 #, gcc-internal-format
76707 msgid "!$OMP DECLARE TARGET variable %qs at %L isn't SAVEd"
76708 msgstr ""
76710 #: fortran/resolve.cc:16396
76711 #, gcc-internal-format, gfc-internal-format
76712 msgid "Expecting definable entity near %L"
76713 msgstr ""
76715 #: fortran/resolve.cc:16404
76716 #, gcc-internal-format
76717 msgid "BLOCK DATA element %qs at %L must be in COMMON"
76718 msgstr ""
76720 #: fortran/resolve.cc:16411
76721 #, gcc-internal-format
76722 msgid "DATA array %qs at %L must be specified in a previous declaration"
76723 msgstr ""
76725 #: fortran/resolve.cc:16418
76726 #, gcc-internal-format
76727 msgid "DATA element %qs at %L cannot have a coindex"
76728 msgstr ""
76730 #: fortran/resolve.cc:16434
76731 #, gcc-internal-format
76732 msgid "DATA element %qs at %L is a pointer and so must be a full array"
76733 msgstr ""
76735 #: fortran/resolve.cc:16441
76736 #, gcc-internal-format, gfc-internal-format
76737 msgid "DATA object near %L has the pointer attribute and the corresponding DATA value is not a valid initial-data-target"
76738 msgstr ""
76740 #: fortran/resolve.cc:16450
76741 #, gcc-internal-format
76742 msgid "DATA element %qs at %L cannot have the ALLOCATABLE attribute"
76743 msgstr ""
76745 #: fortran/resolve.cc:16496
76746 #, gcc-internal-format, gfc-internal-format
76747 msgid "Nonconstant array section at %L in DATA statement"
76748 msgstr ""
76750 #: fortran/resolve.cc:16509
76751 #, gcc-internal-format, gfc-internal-format
76752 msgid "DATA statement at %L has more variables than values"
76753 msgstr ""
76755 #: fortran/resolve.cc:16608
76756 #, gcc-internal-format, gfc-internal-format
76757 msgid "start of implied-do loop at %L could not be simplified to a constant value"
76758 msgstr ""
76760 #: fortran/resolve.cc:16616
76761 #, gcc-internal-format, gfc-internal-format
76762 msgid "end of implied-do loop at %L could not be simplified to a constant value"
76763 msgstr ""
76765 #: fortran/resolve.cc:16624
76766 #, gcc-internal-format, gfc-internal-format
76767 msgid "step of implied-do loop at %L could not be simplified to a constant value"
76768 msgstr ""
76770 #: fortran/resolve.cc:16631
76771 #, gcc-internal-format, gfc-internal-format
76772 msgid "step of implied-do loop at %L shall not be zero"
76773 msgstr ""
76775 #: fortran/resolve.cc:16756
76776 #, gcc-internal-format, gfc-internal-format
76777 msgid "DATA statement at %L has more values than variables"
76778 msgstr ""
76780 #: fortran/resolve.cc:16922
76781 #, gcc-internal-format, gfc-internal-format
76782 msgid "Label %d at %L defined but not used"
76783 msgstr ""
76785 #: fortran/resolve.cc:16928
76786 #, gcc-internal-format, gfc-internal-format
76787 msgid "Label %d at %L defined but cannot be used"
76788 msgstr ""
76790 #: fortran/resolve.cc:17012
76791 #, gcc-internal-format
76792 msgid "Derived type variable %qs at %L must have SEQUENCE attribute to be an EQUIVALENCE object"
76793 msgstr ""
76795 #: fortran/resolve.cc:17021
76796 #, gcc-internal-format
76797 msgid "Derived type variable %qs at %L cannot have ALLOCATABLE components to be an EQUIVALENCE object"
76798 msgstr ""
76800 #: fortran/resolve.cc:17029
76801 #, gcc-internal-format
76802 msgid "Derived type variable %qs at %L with default initialization cannot be in EQUIVALENCE with a variable in COMMON"
76803 msgstr ""
76805 #: fortran/resolve.cc:17045
76806 #, gcc-internal-format
76807 msgid "Derived type variable %qs at %L with pointer component(s) cannot be an EQUIVALENCE object"
76808 msgstr ""
76810 #: fortran/resolve.cc:17148
76811 #, gcc-internal-format, gfc-internal-format
76812 msgid "Syntax error in EQUIVALENCE statement at %L"
76813 msgstr ""
76815 #: fortran/resolve.cc:17163
76816 #, gcc-internal-format, gfc-internal-format
76817 msgid "Either all or none of the objects in the EQUIVALENCE set at %L shall have the PROTECTED attribute"
76818 msgstr ""
76820 #: fortran/resolve.cc:17188
76821 #, gcc-internal-format
76822 msgid "COMMON block member %qs at %L cannot be an EQUIVALENCE object in the pure procedure %qs"
76823 msgstr ""
76825 #: fortran/resolve.cc:17197
76826 #, gcc-internal-format
76827 msgid "Named constant %qs at %L cannot be an EQUIVALENCE object"
76828 msgstr ""
76830 #: fortran/resolve.cc:17272
76831 #, gcc-internal-format
76832 msgid "Array %qs at %L with non-constant bounds cannot be an EQUIVALENCE object"
76833 msgstr ""
76835 #: fortran/resolve.cc:17283
76836 #, gcc-internal-format
76837 msgid "Structure component %qs at %L cannot be an EQUIVALENCE object"
76838 msgstr ""
76840 #: fortran/resolve.cc:17294
76841 #, gcc-internal-format, gfc-internal-format
76842 msgid "Substring at %L has length zero"
76843 msgstr ""
76845 #: fortran/resolve.cc:17325
76846 #, gcc-internal-format
76847 msgid "Self reference in character length expression for %qs at %L"
76848 msgstr ""
76850 #: fortran/resolve.cc:17392
76851 #, gcc-internal-format
76852 msgid "PUBLIC function %qs at %L of PRIVATE type %qs"
76853 msgstr ""
76855 #: fortran/resolve.cc:17405
76856 #, gcc-internal-format
76857 msgid "ENTRY %qs at %L has no IMPLICIT type"
76858 msgstr ""
76860 #: fortran/resolve.cc:17425
76861 #, gcc-internal-format
76862 msgid "User operator procedure %qs at %L must be a FUNCTION"
76863 msgstr ""
76865 #: fortran/resolve.cc:17435
76866 #, gcc-internal-format
76867 msgid "User operator procedure %qs at %L cannot be assumed character length"
76868 msgstr ""
76870 #: fortran/resolve.cc:17443
76871 #, gcc-internal-format
76872 msgid "User operator procedure %qs at %L must have at least one argument"
76873 msgstr ""
76875 #: fortran/resolve.cc:17457
76876 #, gcc-internal-format, gfc-internal-format
76877 msgid "First argument of operator interface at %L cannot be optional"
76878 msgstr ""
76880 #: fortran/resolve.cc:17475
76881 #, gcc-internal-format, gfc-internal-format
76882 msgid "Second argument of operator interface at %L cannot be optional"
76883 msgstr ""
76885 #: fortran/resolve.cc:17482
76886 #, gcc-internal-format, gfc-internal-format
76887 msgid "Operator interface at %L must have, at most, two arguments"
76888 msgstr ""
76890 #: fortran/resolve.cc:17561
76891 #, gcc-internal-format
76892 msgid "Contained procedure %qs at %L of a PURE procedure must also be PURE"
76893 msgstr ""
76895 #: fortran/scanner.cc:309
76896 #, gcc-internal-format
76897 msgid "Include directory %qs: %s"
76898 msgstr ""
76900 #: fortran/scanner.cc:313
76901 #, gcc-internal-format
76902 msgid "Nonexistent include directory %qs"
76903 msgstr "nepostojeći „include“ direktorij „%qs”"
76905 #: fortran/scanner.cc:318
76906 #, gcc-internal-format
76907 msgid "%qs is not a directory"
76908 msgstr ""
76910 #: fortran/scanner.cc:792
76911 #, gcc-internal-format, gfc-internal-format
76912 msgid "!$ACC at %C starts a commented line as it neither is followed by a space nor is a continuation line"
76913 msgstr ""
76915 #: fortran/scanner.cc:832
76916 #, gcc-internal-format, gfc-internal-format
76917 msgid "!$OMP at %C starts a commented line as it neither is followed by a space nor is a continuation line"
76918 msgstr ""
76920 #: fortran/scanner.cc:1011
76921 #, gcc-internal-format, gfc-internal-format
76922 msgid "Ignoring '!$omx' vendor-extension sentinel at %C"
76923 msgstr ""
76925 #: fortran/scanner.cc:1323 fortran/scanner.cc:1526
76926 #, gcc-internal-format, gfc-internal-format
76927 msgid "Line truncated at %L"
76928 msgstr ""
76930 #: fortran/scanner.cc:1387 fortran/scanner.cc:1616
76931 #, gcc-internal-format, gfc-internal-format
76932 msgid "Limit of %d continuations exceeded in statement at %C"
76933 msgstr ""
76935 #: fortran/scanner.cc:1466 fortran/scanner.cc:1575
76936 #, gcc-internal-format, gfc-internal-format
76937 msgid "Wrong OpenACC continuation at %C: expected !$ACC, got !$OMP"
76938 msgstr ""
76940 #: fortran/scanner.cc:1468 fortran/scanner.cc:1577
76941 #, gcc-internal-format, gfc-internal-format
76942 msgid "Wrong OpenMP continuation at %C: expected !$OMP, got !$ACC"
76943 msgstr ""
76945 #: fortran/scanner.cc:1481
76946 #, gcc-internal-format
76947 msgid "Missing %<&%> in continued character constant at %C"
76948 msgstr ""
76950 #: fortran/scanner.cc:1767
76951 #, gcc-internal-format, gfc-internal-format
76952 msgid "Nonconforming tab character at %C"
76953 msgstr ""
76955 #: fortran/scanner.cc:1778
76956 #, gcc-internal-format, gfc-internal-format
76957 msgid "Invalid character 0x%s at %C"
76958 msgstr ""
76960 #: fortran/scanner.cc:1867 fortran/scanner.cc:1870
76961 #, gcc-internal-format
76962 msgid "%<&%> not allowed by itself in line %d"
76963 msgstr ""
76965 #: fortran/scanner.cc:1960
76966 #, gcc-internal-format, gfc-internal-format
76967 msgid "Nonconforming tab character in column %d of line %d"
76968 msgstr ""
76970 #: fortran/scanner.cc:2189
76971 #, gcc-internal-format
76972 msgid "file %qs left but not entered"
76973 msgstr ""
76975 #: fortran/scanner.cc:2231
76976 #, gcc-internal-format
76977 msgid "Illegal preprocessor directive"
76978 msgstr ""
76980 #: fortran/scanner.cc:2554
76981 #, gcc-internal-format
76982 msgid "File %qs is being included recursively"
76983 msgstr ""
76985 #: fortran/scanner.cc:2566
76986 #, gcc-internal-format
76987 msgid "Cannot open file %qs"
76988 msgstr "Nije moguće otvoriti datoteku %qs"
76990 #: fortran/scanner.cc:2576
76991 #, gcc-internal-format
76992 msgid "Cannot open included file %qs"
76993 msgstr "Nije moguće otvoriti „included“ datoteku %qs"
76995 #: fortran/scanner.cc:2578
76996 #, gcc-internal-format
76997 msgid "Cannot open pre-included file %qs"
76998 msgstr "Nije moguće otvoriti „pre-included“ datoteku %qs"
77000 #: fortran/scanner.cc:2586 fortran/scanner.cc:2588
77001 #, gcc-internal-format
77002 msgid "Included file %qs is not a regular file"
77003 msgstr ""
77005 #: fortran/simplify.cc:92
77006 #, gcc-internal-format, gfc-internal-format
77007 msgid "Result of %s overflows its kind at %L"
77008 msgstr ""
77010 #: fortran/simplify.cc:97
77011 #, gcc-internal-format, gfc-internal-format
77012 msgid "Result of %s underflows its kind at %L"
77013 msgstr ""
77015 #: fortran/simplify.cc:102
77016 #, gcc-internal-format, gfc-internal-format
77017 msgid "Result of %s is NaN at %L"
77018 msgstr ""
77020 #: fortran/simplify.cc:106
77021 #, gcc-internal-format, gfc-internal-format
77022 msgid "Result of %s gives range error for its kind at %L"
77023 msgstr ""
77025 #: fortran/simplify.cc:129
77026 #, gcc-internal-format, gfc-internal-format
77027 msgid "KIND parameter of %s at %L must be an initialization expression"
77028 msgstr ""
77030 #: fortran/simplify.cc:137
77031 #, gcc-internal-format, gfc-internal-format
77032 msgid "Invalid KIND parameter of %s at %L"
77033 msgstr ""
77035 #: fortran/simplify.cc:774
77036 #, gcc-internal-format
77037 msgid "gfc_simplify_abs(): Bad type"
77038 msgstr ""
77040 #: fortran/simplify.cc:795
77041 #, gcc-internal-format, gfc-internal-format
77042 msgid "Argument of %s function at %L is negative"
77043 msgstr ""
77045 #: fortran/simplify.cc:802
77046 #, gcc-internal-format, gfc-internal-format
77047 msgid "Argument of %s function at %L outside of range [0,127]"
77048 msgstr ""
77050 #: fortran/simplify.cc:820
77051 #, gcc-internal-format, gfc-internal-format
77052 msgid "Argument of %s function at %L is too large for the collating sequence of kind %d"
77053 msgstr ""
77055 #: fortran/simplify.cc:857
77056 #, gcc-internal-format, gfc-internal-format
77057 msgid "Argument of ACOS at %L must be between -1 and 1"
77058 msgstr ""
77060 #: fortran/simplify.cc:871
77061 #, gcc-internal-format
77062 msgid "in gfc_simplify_acos(): Bad type"
77063 msgstr ""
77065 #: fortran/simplify.cc:890
77066 #, gcc-internal-format, gfc-internal-format
77067 msgid "Argument of ACOSH at %L must not be less than 1"
77068 msgstr ""
77070 #: fortran/simplify.cc:905
77071 #, gcc-internal-format
77072 msgid "in gfc_simplify_acosh(): Bad type"
77073 msgstr ""
77075 #: fortran/simplify.cc:1134
77076 #, gcc-internal-format, gfc-internal-format
77077 msgid "Argument of ASIN at %L must be between -1 and 1"
77078 msgstr ""
77080 #: fortran/simplify.cc:1148
77081 #, gcc-internal-format
77082 msgid "in gfc_simplify_asin(): Bad type"
77083 msgstr ""
77085 #: fortran/simplify.cc:1183
77086 #, gcc-internal-format, gfc-internal-format
77087 msgid "Argument of ACOSD at %L must be between -1 and 1"
77088 msgstr ""
77090 #: fortran/simplify.cc:1209
77091 #, gcc-internal-format, gfc-internal-format
77092 msgid "Argument of ASIND at %L must be between -1 and 1"
77093 msgstr ""
77095 #: fortran/simplify.cc:1261
77096 #, gcc-internal-format
77097 msgid "in gfc_simplify_asinh(): Bad type"
77098 msgstr ""
77100 #: fortran/simplify.cc:1289
77101 #, gcc-internal-format
77102 msgid "in gfc_simplify_atan(): Bad type"
77103 msgstr ""
77105 #: fortran/simplify.cc:1310
77106 #, gcc-internal-format, gfc-internal-format
77107 msgid "Argument of ATANH at %L must be inside the range -1 to 1"
77108 msgstr ""
77110 #: fortran/simplify.cc:1324
77111 #, gcc-internal-format
77112 msgid "in gfc_simplify_atanh(): Bad type"
77113 msgstr ""
77115 #: fortran/simplify.cc:1341
77116 #, gcc-internal-format, gfc-internal-format
77117 msgid "If first argument of ATAN2 at %L is zero, then the second argument must not be zero"
77118 msgstr ""
77120 #: fortran/simplify.cc:1433
77121 #, gcc-internal-format, gfc-internal-format
77122 msgid "Result of BESSEL_YN is -INF at %L"
77123 msgstr ""
77125 #: fortran/simplify.cc:1799
77126 #, gcc-internal-format
77127 msgid "gfc_simplify_dcmplx(): Bad type (x)"
77128 msgstr ""
77130 #: fortran/simplify.cc:1818
77131 #, gcc-internal-format
77132 msgid "gfc_simplify_dcmplx(): Bad type (y)"
77133 msgstr ""
77135 #: fortran/simplify.cc:1885
77136 #, gcc-internal-format, gfc-internal-format
77137 msgid "If first argument of ATAN2D at %L is zero, then the second argument must not be zero"
77138 msgstr ""
77140 #: fortran/simplify.cc:1920
77141 #, gcc-internal-format
77142 msgid "in gfc_simplify_cos(): Bad type"
77143 msgstr ""
77145 #: fortran/simplify.cc:2388
77146 #, gcc-internal-format
77147 msgid "gfc_simplify_dim(): Bad type"
77148 msgstr ""
77150 #: fortran/simplify.cc:2962
77151 #, gcc-internal-format
77152 msgid "in gfc_simplify_exp(): Bad type"
77153 msgstr ""
77155 #: fortran/simplify.cc:3180
77156 #, gcc-internal-format
77157 msgid "gfc_simplify_floor(): Bad kind"
77158 msgstr ""
77160 #: fortran/simplify.cc:3293
77161 #, gcc-internal-format, gfc-internal-format
77162 msgid "Argument of IACHAR at %L must be of length one"
77163 msgstr ""
77165 #: fortran/simplify.cc:3301
77166 #, gcc-internal-format, gfc-internal-format
77167 msgid "Argument of IACHAR function at %L outside of range 0..127"
77168 msgstr ""
77170 #: fortran/simplify.cc:3429
77171 #, gcc-internal-format, gfc-internal-format
77172 msgid "Sum of second and third arguments of IBITS exceeds bit size at %L"
77173 msgstr ""
77175 #: fortran/simplify.cc:3453
77176 #, gcc-internal-format
77177 msgid "IBITS: Bad bit"
77178 msgstr ""
77180 #: fortran/simplify.cc:3514
77181 #, gcc-internal-format, gfc-internal-format
77182 msgid "Argument of ICHAR at %L must be of length one"
77183 msgstr ""
77185 #. Left shift, as in SHIFTL.
77186 #: fortran/simplify.cc:3826 fortran/simplify.cc:3834
77187 #, gcc-internal-format, gfc-internal-format
77188 msgid "Second argument of %s is negative at %L"
77189 msgstr ""
77191 #: fortran/simplify.cc:3846
77192 #, gcc-internal-format, gfc-internal-format
77193 msgid "Magnitude of second argument of %s exceeds bit size at %L"
77194 msgstr ""
77196 #: fortran/simplify.cc:3974
77197 #, gcc-internal-format, gfc-internal-format
77198 msgid "Magnitude of second argument of ISHFTC exceeds BIT_SIZE of first argument at %C"
77199 msgstr ""
77201 #: fortran/simplify.cc:3977
77202 #, gcc-internal-format, gfc-internal-format
77203 msgid "Absolute value of SHIFT shall be less than or equal to SIZE at %C"
77204 msgstr ""
77206 #: fortran/simplify.cc:4324 fortran/simplify.cc:4457
77207 #, gcc-internal-format, gfc-internal-format
77208 msgid "DIM argument at %L is out of bounds"
77209 msgstr ""
77211 #: fortran/simplify.cc:4684
77212 #, gcc-internal-format, gfc-internal-format
77213 msgid "Argument of LOG at %L cannot be less than or equal to zero"
77214 msgstr ""
77216 #: fortran/simplify.cc:4697
77217 #, gcc-internal-format, gfc-internal-format
77218 msgid "Complex argument of LOG at %L cannot be zero"
77219 msgstr ""
77221 #: fortran/simplify.cc:4708
77222 #, gcc-internal-format
77223 msgid "gfc_simplify_log: bad type"
77224 msgstr ""
77226 #: fortran/simplify.cc:4725
77227 #, gcc-internal-format, gfc-internal-format
77228 msgid "Argument of LOG10 at %L cannot be less than or equal to zero"
77229 msgstr ""
77231 #: fortran/simplify.cc:5078
77232 #, gcc-internal-format
77233 msgid "simplify_min_max(): Bad type in arglist"
77234 msgstr ""
77236 #: fortran/simplify.cc:6000 fortran/simplify.cc:6008
77237 #, gcc-internal-format
77238 msgid "Argument %qs of MOD at %L shall not be zero"
77239 msgstr ""
77241 #: fortran/simplify.cc:6014
77242 #, gcc-internal-format
77243 msgid "gfc_simplify_mod(): Bad arguments"
77244 msgstr ""
77246 #: fortran/simplify.cc:6052 fortran/simplify.cc:6060
77247 #, gcc-internal-format
77248 msgid "Argument %qs of MODULO at %L shall not be zero"
77249 msgstr ""
77251 #: fortran/simplify.cc:6066
77252 #, gcc-internal-format
77253 msgid "gfc_simplify_modulo(): Bad arguments"
77254 msgstr ""
77256 #: fortran/simplify.cc:6138
77257 #, gcc-internal-format, gfc-internal-format
77258 msgid "Result of NEAREST is NaN at %L"
77259 msgstr ""
77261 #: fortran/simplify.cc:6715
77262 #, gcc-internal-format, gfc-internal-format
77263 msgid "Argument NCOPIES of REPEAT intrinsic is negative at %L"
77264 msgstr ""
77266 #: fortran/simplify.cc:6771
77267 #, gcc-internal-format, gfc-internal-format
77268 msgid "Argument NCOPIES of REPEAT intrinsic is too large at %L"
77269 msgstr ""
77271 #: fortran/simplify.cc:6808
77272 #, gcc-internal-format, gfc-internal-format
77273 msgid "Evaluation of string longer than 2**28 at %L deferred to runtime, expect bugs"
77274 msgstr ""
77276 #: fortran/simplify.cc:6866
77277 #, gcc-internal-format, gfc-internal-format
77278 msgid "The SHAPE array for the RESHAPE intrinsic at %L has a negative value %d for dimension %d"
77279 msgstr ""
77281 #: fortran/simplify.cc:6890
77282 #, gcc-internal-format, gfc-internal-format
77283 msgid "Shapes of ORDER at %L and SHAPE at %L are different"
77284 msgstr ""
77286 #: fortran/simplify.cc:6903
77287 #, gcc-internal-format, gfc-internal-format
77288 msgid "Sizes of ORDER at %L and SHAPE at %L are different"
77289 msgstr ""
77291 #: fortran/simplify.cc:6917
77292 #, gcc-internal-format, gfc-internal-format
77293 msgid "Element with a value of %d in ORDER at %L must be in the range [1, ..., %d] for the RESHAPE intrinsic near %L"
77294 msgstr ""
77296 #: fortran/simplify.cc:6927
77297 #, gcc-internal-format, gfc-internal-format
77298 msgid "ORDER at %L is not a permutation of the size of SHAPE at %L"
77299 msgstr ""
77301 #: fortran/simplify.cc:6988
77302 #, gcc-internal-format, gfc-internal-format
77303 msgid "Reshaped array too large at %C"
77304 msgstr ""
77306 #: fortran/simplify.cc:7104
77307 #, gcc-internal-format, gfc-internal-format
77308 msgid "Result of SCALE overflows its kind at %L"
77309 msgstr ""
77311 #: fortran/simplify.cc:7694
77312 #, gcc-internal-format
77313 msgid "Bad type in gfc_simplify_sign"
77314 msgstr ""
77316 #: fortran/simplify.cc:7723
77317 #, gcc-internal-format
77318 msgid "in gfc_simplify_sin(): Bad type"
77319 msgstr ""
77321 #: fortran/simplify.cc:7861 fortran/simplify.cc:8144
77322 #, gcc-internal-format
77323 msgid "Failure getting length of a constant array."
77324 msgstr ""
77326 #: fortran/simplify.cc:7871
77327 #, gcc-internal-format
77328 msgid "The number of elements (%d) in the array constructor at %L requires an increase of the allowed %d upper limit.  See %<-fmax-array-constructor%> option."
77329 msgstr ""
77331 #: fortran/simplify.cc:7938
77332 #, gcc-internal-format, gfc-internal-format
77333 msgid "Simplification of SPREAD at %C not yet implemented"
77334 msgstr ""
77336 #: fortran/simplify.cc:7962
77337 #, gcc-internal-format, gfc-internal-format
77338 msgid "Argument of SQRT at %L has a negative value"
77339 msgstr ""
77341 #: fortran/simplify.cc:7978
77342 #, gcc-internal-format, gfc-internal-format
77343 msgid "invalid argument of SQRT at %L"
77344 msgstr ""
77346 #: fortran/simplify.cc:8325
77347 #, gcc-internal-format, gfc-internal-format
77348 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY lower bound is %ld)"
77349 msgstr ""
77351 #: fortran/simplify.cc:8348
77352 #, gcc-internal-format, gfc-internal-format
77353 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY upper bound is %ld)"
77354 msgstr ""
77356 #: fortran/simplify.cc:8848
77357 #, gcc-internal-format
77358 msgid "Character %qs in string at %L cannot be converted into character kind %d"
77359 msgstr ""
77361 #: fortran/st.cc:301
77362 #, gcc-internal-format
77363 msgid "gfc_free_statement(): Bad statement"
77364 msgstr ""
77366 #: fortran/symbol.cc:141
77367 #, gcc-internal-format, gfc-internal-format
77368 msgid "IMPLICIT NONE (type) statement at %L following an IMPLICIT statement"
77369 msgstr ""
77371 #: fortran/symbol.cc:178
77372 #, gcc-internal-format
77373 msgid "Letter %qc already set in IMPLICIT statement at %C"
77374 msgstr ""
77376 #: fortran/symbol.cc:200
77377 #, gcc-internal-format, gfc-internal-format
77378 msgid "Cannot specify IMPLICIT at %C after IMPLICIT NONE"
77379 msgstr "Ne možete specificirati IMPLICIT pri %C iza IMPLICIT NONE"
77381 #: fortran/symbol.cc:210
77382 #, gcc-internal-format
77383 msgid "Letter %qc already has an IMPLICIT type at %C"
77384 msgstr ""
77386 #: fortran/symbol.cc:234
77387 #, gcc-internal-format
77388 msgid "Option %<-fallow-leading-underscore%> is for use only by gfortran developers, and should not be used for implicitly typed variables"
77389 msgstr ""
77391 #: fortran/symbol.cc:239
77392 #, gcc-internal-format
77393 msgid "gfc_get_default_type(): Bad symbol %qs"
77394 msgstr ""
77396 #: fortran/symbol.cc:296
77397 #, gcc-internal-format
77398 msgid "gfc_set_default_type(): symbol already has a type"
77399 msgstr ""
77401 #: fortran/symbol.cc:306
77402 #, gcc-internal-format
77403 msgid "Symbol %qs at %L has no IMPLICIT type; did you mean %qs?"
77404 msgstr ""
77406 #: fortran/symbol.cc:310
77407 #, gcc-internal-format
77408 msgid "Symbol %qs at %L has no IMPLICIT type"
77409 msgstr ""
77411 #. BIND(C) variables should not be implicitly declared.
77412 #: fortran/symbol.cc:330
77413 #, gcc-internal-format
77414 msgid "Implicitly declared BIND(C) variable %qs at %L may not be C interoperable"
77415 msgstr ""
77417 #. Dummy args to a BIND(C) routine may not be interoperable if
77418 #. they are implicitly typed.
77419 #: fortran/symbol.cc:346
77420 #, gcc-internal-format
77421 msgid "Implicitly declared variable %qs at %L may not be C interoperable but it is a dummy argument to the BIND(C) procedure %qs at %L"
77422 msgstr ""
77424 #: fortran/symbol.cc:387
77425 #, gcc-internal-format
77426 msgid "Function result %qs at %L has no IMPLICIT type"
77427 msgstr ""
77429 #: fortran/symbol.cc:488
77430 #, gcc-internal-format, gfc-internal-format
77431 msgid "%s attribute not allowed in BLOCK DATA program unit at %L"
77432 msgstr ""
77434 #: fortran/symbol.cc:513
77435 #, gcc-internal-format, gfc-internal-format
77436 msgid "Namelist group name at %L cannot have the SAVE attribute"
77437 msgstr ""
77439 #: fortran/symbol.cc:532
77440 #, gcc-internal-format
77441 msgid "internal procedure %qs at %L conflicts with DUMMY argument"
77442 msgstr ""
77444 #: fortran/symbol.cc:565
77445 #, gcc-internal-format, gfc-internal-format
77446 msgid "Procedure pointer at %C"
77447 msgstr ""
77449 #: fortran/symbol.cc:777
77450 #, gcc-internal-format, gfc-internal-format
77451 msgid "%s attribute applied to %s %s at %L"
77452 msgstr ""
77454 #: fortran/symbol.cc:784
77455 #, gcc-internal-format, gfc-internal-format
77456 msgid "BIND(C) applied to %s %s at %L"
77457 msgstr ""
77459 #: fortran/symbol.cc:905 fortran/symbol.cc:916 fortran/symbol.cc:1796
77460 #, gcc-internal-format, gfc-internal-format
77461 msgid "%s attribute conflicts with %s attribute at %L"
77462 msgstr ""
77464 #: fortran/symbol.cc:908 fortran/symbol.cc:922
77465 #, gcc-internal-format
77466 msgid "%s attribute conflicts with %s attribute in %qs at %L"
77467 msgstr ""
77469 #: fortran/symbol.cc:966
77470 #, gcc-internal-format, gfc-internal-format
77471 msgid "Cannot change attributes of USE-associated symbol at %L"
77472 msgstr ""
77474 #: fortran/symbol.cc:969
77475 #, gcc-internal-format, gfc-internal-format
77476 msgid "Cannot change attributes of USE-associated symbol %s at %L"
77477 msgstr ""
77479 #: fortran/symbol.cc:985
77480 #, gcc-internal-format, gfc-internal-format
77481 msgid "Duplicate %s attribute specified at %L"
77482 msgstr ""
77484 #: fortran/symbol.cc:1027
77485 #, gcc-internal-format, gfc-internal-format
77486 msgid "ALLOCATABLE specified outside of INTERFACE body at %L"
77487 msgstr ""
77489 #: fortran/symbol.cc:1044
77490 #, gcc-internal-format, gfc-internal-format
77491 msgid "Duplicate AUTOMATIC attribute specified at %L"
77492 msgstr ""
77494 #: fortran/symbol.cc:1068
77495 #, gcc-internal-format
77496 msgid "CODIMENSION specified for %qs outside its INTERFACE body at %L"
77497 msgstr ""
77499 #: fortran/symbol.cc:1094
77500 #, gcc-internal-format
77501 msgid "DIMENSION specified for %qs outside its INTERFACE body at %L"
77502 msgstr ""
77504 #: fortran/symbol.cc:1257
77505 #, gcc-internal-format, gfc-internal-format
77506 msgid "Cray Pointee at %L appears in multiple pointer() statements"
77507 msgstr ""
77509 #: fortran/symbol.cc:1276
77510 #, gcc-internal-format, gfc-internal-format
77511 msgid "Duplicate PROTECTED attribute specified at %L"
77512 msgstr ""
77514 #: fortran/symbol.cc:1309
77515 #, gcc-internal-format, gfc-internal-format
77516 msgid "SAVE attribute at %L cannot be specified in a PURE procedure"
77517 msgstr ""
77519 #: fortran/symbol.cc:1321
77520 #, gcc-internal-format, gfc-internal-format
77521 msgid "Duplicate SAVE attribute specified at %L"
77522 msgstr ""
77524 #: fortran/symbol.cc:1341
77525 #, gcc-internal-format, gfc-internal-format
77526 msgid "Duplicate VALUE attribute specified at %L"
77527 msgstr ""
77529 #: fortran/symbol.cc:1360
77530 #, gcc-internal-format, gfc-internal-format
77531 msgid "Duplicate VOLATILE attribute specified at %L"
77532 msgstr ""
77534 #: fortran/symbol.cc:1372
77535 #, gcc-internal-format, gfc-internal-format
77536 msgid "VOLATILE attribute at %L cannot be specified in a PURE procedure"
77537 msgstr ""
77539 #: fortran/symbol.cc:1393
77540 #, gcc-internal-format, gfc-internal-format
77541 msgid "Duplicate ASYNCHRONOUS attribute specified at %L"
77542 msgstr ""
77544 #: fortran/symbol.cc:1792
77545 #, gcc-internal-format
77546 msgid "%s attribute of %qs conflicts with %s attribute at %L"
77547 msgstr ""
77549 #: fortran/symbol.cc:1829
77550 #, gcc-internal-format, gfc-internal-format
77551 msgid ""
77552 "%s procedure at %L is already declared as %s procedure. \n"
77553 "F2008: A pointer function assignment is ambiguous if it is the first executable statement after the specification block. Please add any other kind of executable statement before it. FIXME"
77554 msgstr ""
77556 #: fortran/symbol.cc:1837
77557 #, gcc-internal-format, gfc-internal-format
77558 msgid "%s procedure at %L is already declared as %s procedure"
77559 msgstr ""
77561 #: fortran/symbol.cc:1872
77562 #, gcc-internal-format, gfc-internal-format
77563 msgid "INTENT (%s) conflicts with INTENT(%s) at %L"
77564 msgstr ""
77566 #: fortran/symbol.cc:1896
77567 #, gcc-internal-format, gfc-internal-format
77568 msgid "ACCESS specification at %L was already specified"
77569 msgstr ""
77571 #: fortran/symbol.cc:1913
77572 #, gcc-internal-format, gfc-internal-format
77573 msgid "Duplicate BIND attribute specified at %L"
77574 msgstr ""
77576 #: fortran/symbol.cc:1920
77577 #, gcc-internal-format, gfc-internal-format
77578 msgid "BIND(C) at %L"
77579 msgstr ""
77581 #: fortran/symbol.cc:1936
77582 #, gcc-internal-format, gfc-internal-format
77583 msgid "Duplicate EXTENDS attribute specified at %L"
77584 msgstr ""
77586 #: fortran/symbol.cc:1940
77587 #, gcc-internal-format, gfc-internal-format
77588 msgid "EXTENDS at %L"
77589 msgstr ""
77591 #: fortran/symbol.cc:1966
77592 #, gcc-internal-format
77593 msgid "Symbol %qs at %L already has an explicit interface"
77594 msgstr ""
77596 #: fortran/symbol.cc:1973
77597 #, gcc-internal-format
77598 msgid "%qs at %L has attributes specified outside its INTERFACE body"
77599 msgstr ""
77601 #: fortran/symbol.cc:2011
77602 #, gcc-internal-format
77603 msgid "Symbol %qs at %L conflicts with symbol from module %qs, use-associated at %L"
77604 msgstr ""
77606 #: fortran/symbol.cc:2015 fortran/symbol.cc:2018
77607 #, gcc-internal-format
77608 msgid "Symbol %qs at %L already has basic type of %s"
77609 msgstr ""
77611 #: fortran/symbol.cc:2025
77612 #, gcc-internal-format
77613 msgid "Procedure %qs at %L may not have basic type of %s"
77614 msgstr ""
77616 #: fortran/symbol.cc:2037
77617 #, gcc-internal-format
77618 msgid "Symbol %qs at %L cannot have a type"
77619 msgstr ""
77621 #: fortran/symbol.cc:2282
77622 #, gcc-internal-format
77623 msgid "Component %qs at %C already in the parent type at %L"
77624 msgstr ""
77626 #: fortran/symbol.cc:2367
77627 #, gcc-internal-format
77628 msgid "Symbol %qs at %C is ambiguous"
77629 msgstr ""
77631 #: fortran/symbol.cc:2399
77632 #, gcc-internal-format
77633 msgid "Derived type %qs at %C is being used before it is defined"
77634 msgstr ""
77636 #: fortran/symbol.cc:2548
77637 #, gcc-internal-format
77638 msgid "Component %qs at %C is a PRIVATE component of %qs"
77639 msgstr ""
77641 #: fortran/symbol.cc:2569
77642 #, gcc-internal-format
77643 msgid "%qs at %C is not a member of the %qs structure; did you mean %qs?"
77644 msgstr ""
77646 #: fortran/symbol.cc:2573
77647 #, gcc-internal-format
77648 msgid "%qs at %C is not a member of the %qs structure"
77649 msgstr ""
77651 #: fortran/symbol.cc:2737
77652 #, gcc-internal-format, gfc-internal-format
77653 msgid "Duplicate statement label %d at %L and %L"
77654 msgstr ""
77656 #: fortran/symbol.cc:2748
77657 #, gcc-internal-format, gfc-internal-format
77658 msgid "Label %d at %C already referenced as branch target"
77659 msgstr ""
77661 #: fortran/symbol.cc:2758
77662 #, gcc-internal-format, gfc-internal-format
77663 msgid "Label %d at %C already referenced as a format label"
77664 msgstr ""
77666 #: fortran/symbol.cc:2765
77667 #, gcc-internal-format, gfc-internal-format
77668 msgid "DO termination statement which is not END DO or CONTINUE with label %d at %C"
77669 msgstr ""
77671 #: fortran/symbol.cc:2806
77672 #, gcc-internal-format, gfc-internal-format
77673 msgid "Label %d at %C previously used as a FORMAT label"
77674 msgstr ""
77676 #: fortran/symbol.cc:2815
77677 #, gcc-internal-format, gfc-internal-format
77678 msgid "Label %d at %C previously used as branch target"
77679 msgstr ""
77681 #: fortran/symbol.cc:2822
77682 #, gcc-internal-format, gfc-internal-format
77683 msgid "Shared DO termination label %d at %C"
77684 msgstr ""
77686 #: fortran/symbol.cc:2826
77687 #, gcc-internal-format, gfc-internal-format
77688 msgid "Labeled DO statement at %L"
77689 msgstr ""
77691 #: fortran/symbol.cc:3167
77692 #, gcc-internal-format
77693 msgid "Name %qs at %C is an ambiguous reference to %qs from module %qs"
77694 msgstr ""
77696 #: fortran/symbol.cc:3170
77697 #, gcc-internal-format
77698 msgid "Name %qs at %C is an ambiguous reference to %qs from current program unit"
77699 msgstr ""
77701 #. Symbol is from another namespace.
77702 #: fortran/symbol.cc:3415
77703 #, gcc-internal-format
77704 msgid "Symbol %qs at %C has already been host associated"
77705 msgstr ""
77707 #: fortran/symbol.cc:4434
77708 #, gcc-internal-format
77709 msgid "verify_bind_c_derived_type(): Given symbol is unexpectedly NULL"
77710 msgstr ""
77712 #: fortran/symbol.cc:4447
77713 #, gcc-internal-format
77714 msgid "Derived type %qs declared at %L must have the BIND attribute to be C interoperable"
77715 msgstr ""
77717 #: fortran/symbol.cc:4465
77718 #, gcc-internal-format
77719 msgid "Derived type %qs with BIND(C) attribute at %L is empty, and may be inaccessible by the C companion processor"
77720 msgstr ""
77722 #: fortran/symbol.cc:4486
77723 #, gcc-internal-format
77724 msgid "Component %qs at %L cannot have the POINTER attribute because it is a member of the BIND(C) derived type %qs at %L"
77725 msgstr ""
77727 #: fortran/symbol.cc:4496
77728 #, gcc-internal-format
77729 msgid "Procedure pointer component %qs at %L cannot be a member of the BIND(C) derived type %qs at %L"
77730 msgstr ""
77732 #: fortran/symbol.cc:4507
77733 #, gcc-internal-format
77734 msgid "Component %qs at %L cannot have the ALLOCATABLE attribute because it is a member of the BIND(C) derived type %qs at %L"
77735 msgstr ""
77737 #: fortran/symbol.cc:4546
77738 #, gcc-internal-format
77739 msgid "Component %qs in derived type %qs at %L may not be C interoperable, even though derived type %qs is BIND(C)"
77740 msgstr ""
77742 #: fortran/symbol.cc:4556
77743 #, gcc-internal-format
77744 msgid "Component %qs in derived type %qs at %L may not be C interoperable"
77745 msgstr ""
77747 #: fortran/symbol.cc:4568
77748 #, gcc-internal-format
77749 msgid "Derived type %qs at %L cannot have the SEQUENCE attribute because it is BIND(C)"
77750 msgstr ""
77752 #: fortran/symbol.cc:5065 fortran/symbol.cc:5070
77753 #, gcc-internal-format
77754 msgid "Symbol %qs is used before it is typed at %L"
77755 msgstr ""
77757 #: fortran/target-memory.cc:137
77758 #, gcc-internal-format
77759 msgid "Invalid expression in gfc_element_size."
77760 msgstr "Nevaljani izraz u „gfc_element_size“."
77762 #: fortran/target-memory.cc:361
77763 #, gcc-internal-format
77764 msgid "Invalid expression in gfc_target_encode_expr."
77765 msgstr ""
77767 #: fortran/target-memory.cc:634
77768 #, gcc-internal-format
77769 msgid "Invalid expression in gfc_target_interpret_expr."
77770 msgstr ""
77772 #: fortran/target-memory.cc:707
77773 #, gcc-internal-format, gfc-internal-format
77774 msgid "Overlapping unequal initializers in EQUIVALENCE at %L"
77775 msgstr ""
77777 #: fortran/target-memory.cc:710
77778 #, gcc-internal-format, gfc-internal-format
77779 msgid "Overlapping unequal initializers in EQUIVALENCE at %C"
77780 msgstr ""
77782 #. Problems occur when we get something like
77783 #. integer :: a(lots) = (/(i, i=1, lots)/)
77784 #: fortran/trans-array.cc:6339
77785 #, gcc-internal-format
77786 msgid "The number of elements in the array constructor at %L requires an increase of the allowed %d upper limit. See %<-fmax-array-constructor%> option"
77787 msgstr ""
77789 #: fortran/trans-array.cc:8509
77790 #, gcc-internal-format
77791 msgid "Creating array temporary at %L for argument %qs"
77792 msgstr ""
77794 #: fortran/trans-array.cc:11773
77795 #, gcc-internal-format, gfc-internal-format
77796 msgid "bad expression type during walk (%d)"
77797 msgstr ""
77799 #: fortran/trans-common.cc:411
77800 #, gcc-internal-format
77801 msgid "Named COMMON block %qs at %L shall be of the same size as elsewhere (%lu vs %lu bytes)"
77802 msgstr ""
77804 #: fortran/trans-common.cc:819
77805 #, gcc-internal-format
77806 msgid "get_mpz(): Not an integer constant"
77807 msgstr ""
77809 #: fortran/trans-common.cc:847
77810 #, gcc-internal-format
77811 msgid "element_number(): Bad dimension type"
77812 msgstr ""
77814 #: fortran/trans-common.cc:917
77815 #, gcc-internal-format, gfc-internal-format
77816 msgid "Bad array reference at %L"
77817 msgstr ""
77819 #: fortran/trans-common.cc:925
77820 #, gcc-internal-format, gfc-internal-format
77821 msgid "Illegal reference type at %L as EQUIVALENCE object"
77822 msgstr ""
77824 #: fortran/trans-common.cc:965
77825 #, gcc-internal-format
77826 msgid "Inconsistent equivalence rules involving %qs at %L and %qs at %L"
77827 msgstr ""
77829 #. Aligning this field would misalign a previous field.
77830 #: fortran/trans-common.cc:1154
77831 #, gcc-internal-format
77832 msgid "The equivalence set for variable %qs declared at %L violates alignment requirements"
77833 msgstr ""
77835 #: fortran/trans-common.cc:1219
77836 #, gcc-internal-format
77837 msgid "Equivalence for %qs does not match ordering of COMMON %qs at %L"
77838 msgstr ""
77840 #: fortran/trans-common.cc:1234
77841 #, gcc-internal-format
77842 msgid "The equivalence set for %qs cause an invalid extension to COMMON %qs at %L"
77843 msgstr ""
77845 #: fortran/trans-common.cc:1250
77846 #, gcc-internal-format
77847 msgid "Padding of %d bytes required before %qs in COMMON %qs at %L; reorder elements or use %<-fno-align-commons%>"
77848 msgstr ""
77850 #: fortran/trans-common.cc:1256
77851 #, gcc-internal-format
77852 msgid "Padding of %d bytes required before %qs in COMMON at %L; reorder elements or use %<-fno-align-commons%>"
77853 msgstr ""
77855 #: fortran/trans-common.cc:1277
77856 #, gcc-internal-format
77857 msgid "COMMON %qs at %L does not exist"
77858 msgstr ""
77860 #: fortran/trans-common.cc:1286
77861 #, gcc-internal-format
77862 msgid "COMMON %qs at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
77863 msgstr ""
77865 #: fortran/trans-common.cc:1291
77866 #, gcc-internal-format
77867 msgid "COMMON at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
77868 msgstr ""
77870 #: fortran/trans-const.cc:336
77871 #, gcc-internal-format, gfc-internal-format
77872 msgid "Assigning value other than 0 or 1 to LOGICAL has undefined result at %L"
77873 msgstr ""
77875 #: fortran/trans-const.cc:402
77876 #, gcc-internal-format, gfc-internal-format
77877 msgid "non-constant initialization expression at %L"
77878 msgstr ""
77880 #: fortran/trans-decl.cc:762
77881 #, gcc-internal-format
77882 msgid "Array %qs at %L is larger than limit set by %<-fmax-stack-var-size=%>, moved from stack to static storage. This makes the procedure unsafe when called recursively, or concurrently from multiple threads. Consider increasing the %<-fmax-stack-var-size=%> limit (or use %<-frecursive%>, which implies unlimited %<-fmax-stack-var-size%>) - or change the code to use an ALLOCATABLE array. If the variable is never accessed concurrently, this warning can be ignored, and the variable could also be declared with the SAVE attribute."
77883 msgstr ""
77885 #: fortran/trans-decl.cc:1791
77886 #, gcc-internal-format
77887 msgid "intrinsic variable which isn't a procedure"
77888 msgstr ""
77890 #: fortran/trans-decl.cc:4520 fortran/trans-decl.cc:7757
77891 #, gcc-internal-format
77892 msgid "Return value of function %qs at %L not set"
77893 msgstr ""
77895 #: fortran/trans-decl.cc:5012
77896 #, gcc-internal-format
77897 msgid "Deferred type parameter not yet supported"
77898 msgstr ""
77900 #: fortran/trans-decl.cc:5245
77901 #, gcc-internal-format
77902 msgid "backend decl for module variable %qs already exists"
77903 msgstr ""
77905 #: fortran/trans-decl.cc:5258
77906 #, gcc-internal-format
77907 msgid "Unused PRIVATE module variable %qs declared at %L"
77908 msgstr ""
77910 #: fortran/trans-decl.cc:5888
77911 #, gcc-internal-format
77912 msgid "Dummy argument %qs at %L was declared INTENT(OUT) but was not set"
77913 msgstr ""
77915 #: fortran/trans-decl.cc:5894
77916 #, gcc-internal-format
77917 msgid "Derived-type dummy argument %qs at %L was declared INTENT(OUT) but was not set and does not have a default initializer"
77918 msgstr ""
77920 #: fortran/trans-decl.cc:5905 fortran/trans-decl.cc:6056
77921 #, gcc-internal-format
77922 msgid "Unused dummy argument %qs at %L"
77923 msgstr ""
77925 #: fortran/trans-decl.cc:5921
77926 #, gcc-internal-format
77927 msgid "Unused module variable %qs which has been explicitly imported at %L"
77928 msgstr ""
77930 #: fortran/trans-decl.cc:5940
77931 #, gcc-internal-format
77932 msgid "Unused variable %qs declared at %L"
77933 msgstr ""
77935 #: fortran/trans-decl.cc:5989
77936 #, gcc-internal-format
77937 msgid "Unused parameter %qs declared at %L"
77938 msgstr ""
77940 #: fortran/trans-decl.cc:5993
77941 #, gcc-internal-format
77942 msgid "Unused parameter %qs which has been explicitly imported at %L"
77943 msgstr ""
77945 #: fortran/trans-decl.cc:6023
77946 #, gcc-internal-format
77947 msgid "Return value %qs of function %qs declared at %L not set"
77948 msgstr ""
77950 #: fortran/trans-decl.cc:6620
77951 #, gcc-internal-format, gfc-internal-format
77952 msgid "Sorry, !$ACC DECLARE at %L is not allowed in BLOCK construct"
77953 msgstr ""
77955 #: fortran/trans-expr.cc:1109
77956 #, gcc-internal-format, gfc-internal-format
77957 msgid "Cannot compute the length of the char array at %L."
77958 msgstr ""
77960 #: fortran/trans-expr.cc:1884
77961 #, gcc-internal-format, gfc-internal-format
77962 msgid "Code for reallocating the allocatable variable at %L will be added"
77963 msgstr ""
77965 #: fortran/trans-expr.cc:2200
77966 #, gcc-internal-format, gfc-internal-format
77967 msgid "Sorry, coindexed access to an unlimited polymorphic object at %L is not supported"
77968 msgstr ""
77970 #: fortran/trans-expr.cc:2209
77971 #, gcc-internal-format, gfc-internal-format
77972 msgid "Sorry, coindexed access to an unlimited polymorphic component at %L is not supported"
77973 msgstr ""
77975 #: fortran/trans-expr.cc:3885
77976 #, gcc-internal-format
77977 msgid "Unknown intrinsic op"
77978 msgstr ""
77980 #: fortran/trans-expr.cc:5403
77981 #, gcc-internal-format, gfc-internal-format
77982 msgid "Unknown argument list function at %L"
77983 msgstr ""
77985 #: fortran/trans-expr.cc:10044
77986 #, gcc-internal-format, gfc-internal-format
77987 msgid "If bounds remapping is specified at %L, the pointer target shall not be NULL"
77988 msgstr ""
77990 #: fortran/trans-intrinsic.cc:944
77991 #, gcc-internal-format
77992 msgid "Intrinsic function %qs (%d) not recognized"
77993 msgstr ""
77995 #: fortran/trans-intrinsic.cc:2449 fortran/trans-intrinsic.cc:2998
77996 #: fortran/trans-intrinsic.cc:3199
77997 #, gcc-internal-format
77998 msgid "%<dim%> argument of %s intrinsic at %L is not a valid dimension index"
77999 msgstr ""
78001 #: fortran/trans-intrinsic.cc:12107 fortran/trans-stmt.cc:1101
78002 #, gcc-internal-format, gfc-internal-format
78003 msgid "Sorry, the event component of derived type at %L is not yet supported"
78004 msgstr ""
78006 #: fortran/trans-intrinsic.cc:12114
78007 #, gcc-internal-format, gfc-internal-format
78008 msgid "The event variable at %L shall not be coindexed"
78009 msgstr ""
78011 #: fortran/trans-io.cc:1991
78012 #, gcc-internal-format
78013 msgid "build_dt: format with namelist"
78014 msgstr ""
78016 #: fortran/trans-io.cc:2532
78017 #, gcc-internal-format, gfc-internal-format
78018 msgid "Bad IO basetype (%d)"
78019 msgstr ""
78021 #: fortran/trans-openmp.cc:871 fortran/trans-openmp.cc:1388
78022 #, gcc-internal-format
78023 msgid "Sorry, polymorphic arrays not yet supported for firstprivate"
78024 msgstr ""
78026 #: fortran/trans-openmp.cc:1542
78027 #, gcc-internal-format
78028 msgid "implicit mapping of assumed size array %qD"
78029 msgstr ""
78031 #: fortran/trans-openmp.cc:3137
78032 #, gcc-internal-format
78033 msgid "optional class parameter"
78034 msgstr ""
78036 #: fortran/trans-openmp.cc:3447
78037 #, gcc-internal-format
78038 msgid "unhandled expression type"
78039 msgstr "neobrađena vrsta izraza"
78041 #: fortran/trans-openmp.cc:3601
78042 #, gcc-internal-format
78043 msgid "unhandled expression"
78044 msgstr "neobrađeni izraz"
78046 #: fortran/trans-openmp.cc:5152 fortran/trans-openmp.cc:5172
78047 #, gcc-internal-format
78048 msgid "non-rectangular loop nest with step other than constant 1 or -1 for %qs"
78049 msgstr ""
78051 #: fortran/trans-openmp.cc:5174
78052 #, gcc-internal-format
78053 msgid "Used here"
78054 msgstr ""
78056 #: fortran/trans-openmp.cc:6691
78057 #, gcc-internal-format
78058 msgid "%qs specified in 'allocate' clause at %L but not in an explicit privatization clause"
78059 msgstr ""
78061 #: fortran/trans-openmp.cc:7588
78062 #, gcc-internal-format
78063 msgid "gfc_trans_omp_workshare(): Bad statement code"
78064 msgstr ""
78066 #: fortran/trans-openmp.cc:7888
78067 #, gcc-internal-format, gfc-internal-format
78068 msgid "The base name for 'declare variant' must be specified at %L "
78069 msgstr ""
78071 #: fortran/trans-openmp.cc:7898
78072 #, gcc-internal-format, gfc-internal-format
78073 msgid "The base name at %L does not match the name of the current procedure"
78074 msgstr ""
78076 #: fortran/trans-openmp.cc:7901
78077 #, gcc-internal-format, gfc-internal-format
78078 msgid "The base name at %L must not be an entry name"
78079 msgstr ""
78081 #: fortran/trans-openmp.cc:7904
78082 #, gcc-internal-format, gfc-internal-format
78083 msgid "The base name at %L must not be a generic name"
78084 msgstr ""
78086 #: fortran/trans-openmp.cc:7907
78087 #, gcc-internal-format, gfc-internal-format
78088 msgid "The base name at %L must not be a procedure pointer"
78089 msgstr ""
78091 #: fortran/trans-openmp.cc:7910
78092 #, gcc-internal-format, gfc-internal-format
78093 msgid "The base procedure at %L must have an explicit interface"
78094 msgstr ""
78096 #: fortran/trans-openmp.cc:8007
78097 #, gcc-internal-format
78098 msgid "Cannot find symbol %qs"
78099 msgstr "Nije moguće naći simbol %qs"
78101 #: fortran/trans-openmp.cc:8018
78102 #, gcc-internal-format
78103 msgid "variant %qs at %L is not a function or subroutine"
78104 msgstr ""
78106 #: fortran/trans-openmp.cc:8030
78107 #, gcc-internal-format
78108 msgid "variant %qs and base %qs at %L have incompatible types: %s"
78109 msgstr ""
78111 #: fortran/trans-stmt.cc:573
78112 #, gcc-internal-format, gfc-internal-format
78113 msgid "An alternate return at %L without a * dummy argument"
78114 msgstr ""
78116 #: fortran/trans-stmt.cc:905
78117 #, gcc-internal-format, gfc-internal-format
78118 msgid "Sorry, the lock component of derived type at %L is not yet supported"
78119 msgstr ""
78121 #: fortran/trans-stmt.cc:1364
78122 #, gcc-internal-format, gfc-internal-format
78123 msgid "Sorry, only support for integer kind %d implemented for image-set at %L"
78124 msgstr ""
78126 #: fortran/trans-stmt.cc:3632
78127 #, gcc-internal-format
78128 msgid "gfc_trans_select(): Bad type for case expr."
78129 msgstr ""
78131 #: fortran/trans-types.cc:537
78132 #, gcc-internal-format
78133 msgid "%<-fconvert=r16_ieee%> or %<-fconvert=r16_ibm%> not supported on this architecture"
78134 msgstr ""
78136 #: fortran/trans-types.cc:550
78137 #, gcc-internal-format
78138 msgid "INTEGER(KIND=8) is not available for %<-fdefault-integer-8%> option"
78139 msgstr ""
78141 #: fortran/trans-types.cc:559
78142 #, gcc-internal-format
78143 msgid "INTEGER(KIND=8) is not available for %<-finteger-4-integer-8%> option"
78144 msgstr ""
78146 #: fortran/trans-types.cc:578
78147 #, gcc-internal-format
78148 msgid "REAL(KIND=8) is not available for %<-fdefault-real-8%> option"
78149 msgstr ""
78151 #: fortran/trans-types.cc:586
78152 #, gcc-internal-format
78153 msgid "REAL(KIND=10) is not available for %<-fdefault-real-10%> option"
78154 msgstr ""
78156 #: fortran/trans-types.cc:594
78157 #, gcc-internal-format
78158 msgid "REAL(KIND=16) is not available for %<-fdefault-real-16%> option"
78159 msgstr ""
78161 #: fortran/trans-types.cc:602
78162 #, gcc-internal-format
78163 msgid "REAL(KIND=8) is not available for %<-freal-4-real-8%> option"
78164 msgstr ""
78166 #: fortran/trans-types.cc:610
78167 #, gcc-internal-format
78168 msgid "REAL(KIND=10) is not available for %<-freal-4-real-10%> option"
78169 msgstr ""
78171 #: fortran/trans-types.cc:618
78172 #, gcc-internal-format
78173 msgid "REAL(KIND=16) is not available for %<-freal-4-real-16%> option"
78174 msgstr ""
78176 #: fortran/trans-types.cc:649
78177 #, gcc-internal-format
78178 msgid "REAL(KIND=4) is not available for %<-freal-8-real-4%> option"
78179 msgstr ""
78181 #: fortran/trans-types.cc:657
78182 #, gcc-internal-format
78183 msgid "REAL(KIND=10) is not available for %<-freal-8-real-10%> option"
78184 msgstr ""
78186 #: fortran/trans-types.cc:665
78187 #, gcc-internal-format
78188 msgid "REAL(KIND=10) is not available for %<-freal-8-real-16%> option"
78189 msgstr ""
78191 #: fortran/trans-types.cc:807
78192 #, gcc-internal-format
78193 msgid "gfc_validate_kind(): Got bad type"
78194 msgstr ""
78196 #: fortran/trans-types.cc:811
78197 #, gcc-internal-format
78198 msgid "gfc_validate_kind(): Got bad kind"
78199 msgstr ""
78201 #: fortran/trans.cc:2268
78202 #, gcc-internal-format
78203 msgid "gfc_trans_code(): Bad statement code"
78204 msgstr ""
78206 #: go/gofrontend/embed.cc:278
78207 #, gcc-internal-format
78208 msgid "invalid embedcfg: not a JSON object"
78209 msgstr "nevaljani embedcfg: nije JSON objekt"
78211 #: go/gofrontend/embed.cc:285
78212 #, gcc-internal-format
78213 msgid "invalid embedcfg: missing Patterns"
78214 msgstr "nevaljani embedcfg: manjka Patterns"
78216 #: go/gofrontend/embed.cc:290
78217 #, gcc-internal-format
78218 msgid "invalid embedcfg: Patterns is not a JSON object"
78219 msgstr "nevaljani embedcfg: Patterns nije JSON objekt"
78221 #: go/gofrontend/embed.cc:297
78222 #, gcc-internal-format
78223 msgid "invalid embedcfg: missing Files"
78224 msgstr "nevaljani embedcfg: nema Files"
78226 #: go/gofrontend/embed.cc:302
78227 #, gcc-internal-format
78228 msgid "invalid embedcfg: Files is not a JSON object"
78229 msgstr "nevaljani embedcfg: Files nije JSON objekt"
78231 #: go/gofrontend/embed.cc:312
78232 #, gcc-internal-format
78233 msgid "invalid embedcfg: Patterns entry is not an array"
78234 msgstr "nevaljani embedcfg: Patterns unos nije polje"
78236 #: go/gofrontend/embed.cc:324
78237 #, gcc-internal-format
78238 msgid "invalid embedcfg: duplicate Patterns entry"
78239 msgstr "nevaljani embedcfg: duplikat Patterns unosa"
78241 #: go/gofrontend/embed.cc:336
78242 #, gcc-internal-format
78243 msgid "invalid embedcfg: Files entry is not a string"
78244 msgstr "nevaljani embedcfg: Files unos nije string"
78246 #: go/gofrontend/embed.cc:353
78247 #, gcc-internal-format
78248 msgid "empty file"
78249 msgstr ""
78251 #: go/gofrontend/embed.cc:391 go/gofrontend/embed.cc:520
78252 #, gcc-internal-format
78253 msgid "expected %<\"%>"
78254 msgstr "očekivan je %<\"%>"
78256 #: go/gofrontend/embed.cc:474
78257 #, gcc-internal-format
78258 msgid "expected %<,%> or %<]%>"
78259 msgstr "očekivan je %<,%> ili %<]%>"
78261 #: go/gofrontend/embed.cc:506
78262 #, gcc-internal-format
78263 msgid "invalid JSON syntax"
78264 msgstr "nevaljana JSON sintaksa"
78266 #: go/gofrontend/embed.cc:538 go/gofrontend/embed.cc:581
78267 #: go/gofrontend/embed.cc:615
78268 #, gcc-internal-format
78269 msgid "unterminated string"
78270 msgstr "nezavršeni string"
78272 #: go/gofrontend/embed.cc:595
78273 #, gcc-internal-format
78274 msgid "invalid hex digit"
78275 msgstr "nevaljana hex znamenka"
78277 #: go/gofrontend/embed.cc:604
78278 #, gcc-internal-format
78279 msgid "unrecognized string escape"
78280 msgstr "neprepoznata maska (escape) stringa"
78282 #: go/gofrontend/embed.cc:625
78283 #, gcc-internal-format
78284 msgid "extraneous data at end of file"
78285 msgstr "dodatni čudni podaci na kraju datoteke"
78287 #: go/gofrontend/embed.cc:645
78288 #, gcc-internal-format
78289 msgid "unexpected EOF"
78290 msgstr "neočekivani EOF"
78292 #: jit/dummy-frontend.cc:207 lto/lto-lang.cc:310
78293 #, gcc-internal-format
78294 msgid "%s:%s: %E: %E"
78295 msgstr "%s:%s: %E: %E"
78297 #: lto/lto-common.cc:2023
78298 #, gcc-internal-format
78299 msgid "bytecode stream: garbage at the end of symbols section"
78300 msgstr "bytecode struja: smeće na kraju sekcije simbola"
78302 #: lto/lto-common.cc:2050
78303 #, gcc-internal-format
78304 msgid "could not parse hex number"
78305 msgstr "nije bilo moguće pročitati hex broj"
78307 #: lto/lto-common.cc:2082
78308 #, gcc-internal-format, gfc-internal-format
78309 msgid "unexpected file name %s in linker resolution file. Expected %s"
78310 msgstr "neočekivano ime datoteke %s u resolution datoteci linkera. Očekivano %s"
78312 #: lto/lto-common.cc:2091
78313 #, gcc-internal-format
78314 msgid "could not parse file offset"
78315 msgstr "nije bilo moguće pročitati odmak (offset) datoteke"
78317 #: lto/lto-common.cc:2094
78318 #, gcc-internal-format
78319 msgid "unexpected offset"
78320 msgstr "neočekivani odmak (offset)"
78322 #: lto/lto-common.cc:2115
78323 #, gcc-internal-format
78324 msgid "invalid line in the resolution file"
78325 msgstr "nevaljani redak u resolution datoteci"
78327 #: lto/lto-common.cc:2137
78328 #, gcc-internal-format
78329 msgid "invalid resolution in the resolution file"
78330 msgstr "nevaljana rezolucija u resolution datoteci"
78332 #: lto/lto-common.cc:2143
78333 #, gcc-internal-format
78334 msgid "resolution sub id %wx not in object file"
78335 msgstr "rezolucija Sub-ID %wx nije u objektnoj datoteci"
78337 #: lto/lto-common.cc:2260
78338 #, gcc-internal-format
78339 msgid "bytecode stream in file %qs generated with GCC compiler older than 10.0"
78340 msgstr "bytecode struju u datoteci %qs generirao je GCC kompajler stariji od 10.0"
78342 #: lto/lto-common.cc:2279
78343 #, gcc-internal-format
78344 msgid "cannot read %<LTO_section_decls%> from %s"
78345 msgstr "nije moguće pročiati %<LTO_section_decls%> od %s"
78347 #: lto/lto-common.cc:2400
78348 #, gcc-internal-format, gfc-internal-format
78349 msgid "Cannot open %s"
78350 msgstr "Nije moguće otvoriti %s"
78352 #: lto/lto-common.cc:2421
78353 #, gcc-internal-format, gfc-internal-format
78354 msgid "Cannot map %s"
78355 msgstr "Nije moguće map %s"
78357 #: lto/lto-common.cc:2432
78358 #, gcc-internal-format, gfc-internal-format
78359 msgid "Cannot read %s"
78360 msgstr "Nije moguće čitati %s"
78362 #: lto/lto-common.cc:2749
78363 #, gcc-internal-format
78364 msgid "could not open symbol resolution file: %m"
78365 msgstr "nije moguće otvoriti resolution datoteku simbola: %m"
78367 #: lto/lto-common.cc:2874
78368 #, gcc-internal-format, gfc-internal-format
78369 msgid "missing resolution data for %s"
78370 msgstr "nema resolution podataka za %s"
78372 #: lto/lto-common.cc:2911
78373 #, gcc-internal-format
78374 msgid "errors during merging of translation units"
78375 msgstr "greške pri spajanju prijevodnih jedinica"
78377 #: lto/lto-dump.cc:256
78378 #, gcc-internal-format
78379 msgid "Level not found, use none, slim, blocks, vops."
78380 msgstr "Razina nije nađena, koristite none, slim, blocks, vops."
78382 #: lto/lto-dump.cc:270
78383 #, gcc-internal-format
78384 msgid "Function not found."
78385 msgstr "Funkcija nije nađena."
78387 #: lto/lto-dump.cc:349 lto/lto-dump.cc:359
78388 #, gcc-internal-format
78389 msgid "Not configured with %<--enable-gather-detailed-mem-stats%>."
78390 msgstr "Nije konfigurirano s %<--enable-gather-detailed-mem-stats%>."
78392 #: lto/lto-lang.cc:865
78393 #, gcc-internal-format
78394 msgid "%<-fwpa%> and %<-fltrans%> are mutually exclusive"
78395 msgstr "%<-fwpa%> and %<-fltrans%> se međusobno isključuju"
78397 #: lto/lto-lang.cc:899
78398 #, gcc-internal-format
78399 msgid "%<-flinker-output=rel%> and %<-fltrans%> are mutually exclusive"
78400 msgstr "%<-flinker-output=rel%> and %<-fltrans%> se međusobno isključuju"
78402 #: lto/lto-object.cc:106
78403 #, gcc-internal-format, gfc-internal-format
78404 msgid "open %s failed: %s"
78405 msgstr "nije uspjelo otvoriti %s: %s"
78407 #: lto/lto-object.cc:150
78408 #, gcc-internal-format, gfc-internal-format
78409 msgid "%s: %s: %s"
78410 msgstr "%s: %s: %s"
78412 #: lto/lto-object.cc:191
78413 #, gcc-internal-format, gfc-internal-format
78414 msgid "close: %s"
78415 msgstr "zatvori: %s"
78417 #: lto/lto-object.cc:247
78418 #, gcc-internal-format, gfc-internal-format
78419 msgid "two or more sections for %s"
78420 msgstr "dvije ili više sekcija za %s"
78422 #: lto/lto-partition.cc:534
78423 #, gcc-internal-format
78424 msgid "min partition size cannot be greater than max partition size"
78425 msgstr "najmanja particija ne može biti veća od najveće particije"
78427 #: lto/lto-symtab.cc:169
78428 #, gcc-internal-format
78429 msgid "%qD is defined with tls model %s"
78430 msgstr "%qD je definiran s TLS modelom %s"
78432 #: lto/lto-symtab.cc:171
78433 #, gcc-internal-format, gfc-internal-format
78434 msgid "previously defined here as %s"
78435 msgstr "ranije definirana tu kao %s"
78437 #: lto/lto-symtab.cc:474
78438 #, gcc-internal-format
78439 msgid "multiple prevailing defs for %qE"
78440 msgstr "nekoliko prevladavajućih definicija za %qE"
78442 #: lto/lto-symtab.cc:492
78443 #, gcc-internal-format
78444 msgid "%qD has already been defined"
78445 msgstr "%qD bio je već definiran "
78447 #: lto/lto-symtab.cc:494
78448 #, gcc-internal-format
78449 msgid "previously defined here"
78450 msgstr "ranije definiran ovdje"
78452 #: lto/lto-symtab.cc:720
78453 #, gcc-internal-format
78454 msgid "%qD violates the C++ One Definition Rule"
78455 msgstr "%qD krši C++ pravilo One Definition Rule"
78457 #: lto/lto-symtab.cc:726
78458 #, gcc-internal-format
78459 msgid "type of %qD does not match original declaration"
78460 msgstr "vrsta %qD ne podudara originalnu deklaraciju"
78462 #: lto/lto-symtab.cc:746
78463 #, gcc-internal-format
78464 msgid "alignment of %qD is bigger than original declaration"
78465 msgstr "poravnanje %qD je veće od originalne deklaracije"
78467 #: lto/lto-symtab.cc:752
78468 #, gcc-internal-format
78469 msgid "size of %qD differ from the size of original declaration"
78470 msgstr "veličina %qD nije ista originalnoj deklaraciji"
78472 #: lto/lto-symtab.cc:757
78473 #, gcc-internal-format
78474 msgid "%qD was previously declared here"
78475 msgstr "%qD je već ranije ovdje deklariran"
78477 #: lto/lto-symtab.cc:760
78478 #, gcc-internal-format
78479 msgid "code may be misoptimized unless %<-fno-strict-aliasing%> is used"
78480 msgstr "Kôd može biti pogrešno optimiziran osim ako se ne koristi %<-fno-strict-aliasing%>"
78482 #: lto/lto-symtab.cc:846
78483 #, gcc-internal-format
78484 msgid "variable %qD redeclared as function"
78485 msgstr "varijable %qD je ponovno deklarirana kao funkcija"
78487 #: lto/lto-symtab.cc:853
78488 #, gcc-internal-format
78489 msgid "function %qD redeclared as variable"
78490 msgstr "funkcija %qD je ponovno deklarirana kao varijabla"
78492 #: lto/lto-symtab.cc:865
78493 #, gcc-internal-format
78494 msgid "previously declared here"
78495 msgstr "ranije deklarirana ovdje"
78497 #: lto/lto.cc:172
78498 #, gcc-internal-format
78499 msgid "%<lto_obj_file_open()%> failed"
78500 msgstr "%<lto_obj_file_open()%> nije uspješna"
78502 #: lto/lto.cc:204
78503 #, gcc-internal-format
78504 msgid "waitpid failed"
78505 msgstr "waitpid neuspješan"
78507 #: lto/lto.cc:207
78508 #, gcc-internal-format
78509 msgid "streaming subprocess failed"
78510 msgstr "streaming potproces nije uspješan"
78512 #: lto/lto.cc:210
78513 #, gcc-internal-format
78514 msgid "streaming subprocess was killed by signal"
78515 msgstr "streaming potproces je ubijen signalom"
78517 #: lto/lto.cc:317
78518 #, gcc-internal-format
78519 msgid "no LTRANS output list filename provided"
78520 msgstr "nije navedeno ime datoteke za LTRANS izlazni popis"
78522 #: lto/lto.cc:425
78523 #, gcc-internal-format
78524 msgid "opening LTRANS output list %s: %m"
78525 msgstr "otvaramo LTRANS izlazni popis %s: %m"
78527 #: lto/lto.cc:432
78528 #, gcc-internal-format
78529 msgid "writing to LTRANS output list %s: %m"
78530 msgstr "pišemo u LTRANS izlaznu listu %s: %m"
78532 #: lto/lto.cc:442
78533 #, gcc-internal-format
78534 msgid "closing LTRANS output list %s: %m"
78535 msgstr "zatvaramo LTRANS izlazni popis %s: %m"
78537 #: m2/gm2-lang.cc:994
78538 #, gcc-internal-format
78539 msgid "cannot convert expression, only base types can be converted"
78540 msgstr ""
78542 #. Not found, probably a user typo.
78543 #: m2/gm2spec.cc:309
78544 #, gcc-internal-format
78545 msgid "%qs is not a valid Modula-2 system library name or abbreviation"
78546 msgstr ""
78548 #: m2/gm2spec.cc:627 m2/gm2spec.cc:635
78549 #, gcc-internal-format
78550 msgid "%qs and %qs cannot both be enabled"
78551 msgstr ""
78553 #: m2/gm2-gcc/m2assert.cc:40
78554 #, gcc-internal-format
78555 msgid "the location value is corrupt"
78556 msgstr ""
78558 #: m2/gm2-gcc/m2builtins.cc:43
78559 #, gcc-internal-format, gfc-internal-format
78560 msgid "%s:%d:assertion of condition `%s' failed"
78561 msgstr ""
78563 #: m2/gm2-gcc/m2builtins.cc:49
78564 #, gcc-internal-format, gfc-internal-format
78565 msgid "%s:%d:%s"
78566 msgstr ""
78568 #: m2/gm2-gcc/m2convert.cc:111
78569 #, gcc-internal-format
78570 msgid "negative integer implicitly converted to unsigned type"
78571 msgstr ""
78573 #: m2/gm2-gcc/m2convert.cc:118
78574 #, gcc-internal-format
78575 msgid "conversion of unsigned constant value to negative integer"
78576 msgstr ""
78578 #: m2/gm2-gcc/m2convert.cc:199 m2/gm2-gcc/m2convert.cc:203
78579 #, gcc-internal-format
78580 msgid "conversion to %qT alters %qT constant value"
78581 msgstr ""
78583 #: m2/gm2-gcc/m2convert.cc:224 m2/gm2-gcc/m2convert.cc:228
78584 #, gcc-internal-format
78585 msgid "conversion to %qT from %qT may alter its value"
78586 msgstr ""
78588 #: m2/gm2-gcc/m2convert.cc:260
78589 #, gcc-internal-format
78590 msgid "large integer implicitly truncated to unsigned type"
78591 msgstr ""
78593 #: m2/gm2-gcc/m2convert.cc:266 m2/gm2-gcc/m2convert.cc:272
78594 #: m2/gm2-gcc/m2convert.cc:281
78595 #, gcc-internal-format
78596 msgid "overflow in implicit constant conversion"
78597 msgstr ""
78599 #: m2/gm2-gcc/m2decl.cc:121
78600 #, gcc-internal-format
78601 msgid "storage size of %qD has not been resolved"
78602 msgstr ""
78604 #: m2/gm2-gcc/m2decl.cc:124
78605 #, gcc-internal-format
78606 msgid "inconsistant because %qs"
78607 msgstr ""
78609 #: m2/gm2-gcc/m2decl.cc:300 m2/gm2-gcc/m2decl.cc:333
78610 #, gcc-internal-format
78611 msgid "constant %qs is too large"
78612 msgstr ""
78614 #: m2/gm2-gcc/m2expr.cc:2587
78615 #, gcc-internal-format
78616 msgid "not expecting different types to binary operator"
78617 msgstr ""
78619 #: m2/gm2-gcc/m2expr.cc:2848
78620 #, gcc-internal-format
78621 msgid "cannot take the address of this expression"
78622 msgstr ""
78624 #: m2/gm2-gcc/m2expr.cc:3615
78625 #, gcc-internal-format
78626 msgid "argument to CAP is not a constant or variable of type CHAR"
78627 msgstr ""
78629 #: m2/gm2-gcc/m2expr.cc:3833 m2/gm2-gcc/m2statement.cc:539
78630 #, gcc-internal-format
78631 msgid "internal error: not expecting operand1 to be a constant set"
78632 msgstr ""
78634 #: m2/gm2-gcc/m2expr.cc:3884 m2/gm2-gcc/m2expr.cc:4007
78635 #, gcc-internal-format
78636 msgid "internal error: not expecting this base value for a constant"
78637 msgstr ""
78639 #: m2/gm2-gcc/m2expr.cc:4128
78640 #, gcc-internal-format
78641 msgid "%qs applied to a void type"
78642 msgstr ""
78644 #: m2/gm2-gcc/m2expr.cc:4149 m2/gm2-gcc/m2expr.cc:4193
78645 #, gcc-internal-format
78646 msgid "%qs applied to an incomplete type"
78647 msgstr ""
78649 #: m2/gm2-gcc/m2statement.cc:933
78650 #, gcc-internal-format
78651 msgid "expecting one and only one label to be declared"
78652 msgstr ""
78654 #: m2/gm2-gcc/m2treelib.cc:290
78655 #, gcc-internal-format
78656 msgid "field number exceeds definition of set"
78657 msgstr ""
78659 #: m2/gm2-gcc/m2treelib.cc:295
78660 #, gcc-internal-format
78661 msgid "field number out of range trying to access set element"
78662 msgstr ""
78664 #: m2/gm2-gcc/m2type.cc:223
78665 #, gcc-internal-format
78666 msgid "array declaration canonicalization has failed"
78667 msgstr ""
78669 #: m2/gm2-gcc/m2type.cc:314
78670 #, gcc-internal-format
78671 msgid "low bound for the array is outside the ztype limits"
78672 msgstr ""
78674 #: m2/gm2-gcc/m2type.cc:316
78675 #, gcc-internal-format
78676 msgid "high bound for the array is outside the ztype limits"
78677 msgstr ""
78679 #: m2/gm2-gcc/m2type.cc:923
78680 #, gcc-internal-format
78681 msgid "set base type must be an ordinal type"
78682 msgstr ""
78684 #: m2/gm2-gcc/m2type.cc:953
78685 #, gcc-internal-format
78686 msgid "ordinal type expected"
78687 msgstr ""
78689 #: m2/gm2-gcc/m2type.cc:962
78690 #, gcc-internal-format
78691 msgid "range limits are not of the same type"
78692 msgstr ""
78694 #. This enum is a named one that has been declared already.
78695 #: m2/gm2-gcc/m2type.cc:1976
78696 #, gcc-internal-format
78697 msgid "redeclaration of enum %qs"
78698 msgstr ""
78700 #: m2/gm2-gcc/m2type.cc:2042
78701 #, gcc-internal-format
78702 msgid "enumeration values exceed range of integer"
78703 msgstr ""
78705 #: m2/gm2-gcc/m2type.cc:2276
78706 #, gcc-internal-format
78707 msgid "set type cannot be initialized with a %qs"
78708 msgstr ""
78710 #: m2/gm2-gcc/m2type.cc:2283
78711 #, gcc-internal-format
78712 msgid "set type does not take another integer value"
78713 msgstr ""
78715 #: m2/gm2-gcc/m2type.cc:2408
78716 #, gcc-internal-format
78717 msgid "array cannot be initialized with a %qs"
78718 msgstr ""
78720 #: m2/gm2-gcc/m2type.cc:2414
78721 #, gcc-internal-format
78722 msgid "array type must be initialized"
78723 msgstr ""
78725 #: m2/gm2-gcc/m2type.cc:2421
78726 #, gcc-internal-format
78727 msgid "array element value must be the same type as its declaration"
78728 msgstr ""
78730 #: m2/gm2-gcc/m2type.cc:2484
78731 #, gcc-internal-format
78732 msgid "low bound for the subrange has overflowed"
78733 msgstr ""
78735 #: m2/gm2-gcc/m2type.cc:2486
78736 #, gcc-internal-format
78737 msgid "high bound for the subrange has overflowed"
78738 msgstr ""
78740 #: m2/gm2-gcc/m2type.cc:2783
78741 #, fuzzy, gcc-internal-format
78742 #| msgid "bad address, not a constant:"
78743 msgid "requested alignment is not a constant"
78744 msgstr "loša adresa, nije konstanta:"
78746 #: m2/gm2-gcc/m2type.cc:2785
78747 #, gcc-internal-format
78748 msgid "requested alignment is not a power of 2"
78749 msgstr ""
78751 #: m2/gm2-gcc/m2type.cc:2787
78752 #, gcc-internal-format
78753 msgid "requested alignment is too large"
78754 msgstr ""
78756 #: m2/gm2-gcc/m2type.cc:2814
78757 #, gcc-internal-format
78758 msgid "alignment may not be specified for %qD"
78759 msgstr ""
78761 #: objc/objc-act.cc:425 objc/objc-act.cc:6964
78762 #, gcc-internal-format
78763 msgid "%<@end%> missing in implementation context"
78764 msgstr "nema %<@end%> u kontekstu implementacije"
78766 #: objc/objc-act.cc:578
78767 #, gcc-internal-format
78768 msgid "class attributes are not available in Objective-C 1.0"
78769 msgstr "atributi klase nisu dostupni u Objective-C 1.0"
78771 #: objc/objc-act.cc:593
78772 #, gcc-internal-format
78773 msgid "category attributes are not available in Objective-C 1.0"
78774 msgstr "atributi kategorije nisu dostupni u Objective-C 1.0"
78776 #: objc/objc-act.cc:596
78777 #, gcc-internal-format
78778 msgid "category attributes are not available in this version of the compiler, (ignored)"
78779 msgstr "atributi kategorije nisu dostupni u ovoj inačici kompajlera, zanemareno"
78781 #: objc/objc-act.cc:602
78782 #, gcc-internal-format
78783 msgid "class extensions are not available in Objective-C 1.0"
78784 msgstr ""
78786 #: objc/objc-act.cc:616
78787 #, gcc-internal-format
78788 msgid "class extension for class %qE declared after its %<@implementation%>"
78789 msgstr ""
78791 #: objc/objc-act.cc:631
78792 #, gcc-internal-format
78793 msgid "protocol attributes are not available in Objective-C 1.0"
78794 msgstr ""
78796 #: objc/objc-act.cc:696
78797 #, gcc-internal-format
78798 msgid "%<@end%> must appear in an @implementation context"
78799 msgstr ""
78801 #: objc/objc-act.cc:705
78802 #, gcc-internal-format
78803 msgid "%<@package%> is not available in Objective-C 1.0"
78804 msgstr ""
78806 #: objc/objc-act.cc:707
78807 #, gcc-internal-format
78808 msgid "%<@package%> presently has the same effect as %<@public%>"
78809 msgstr ""
78811 #: objc/objc-act.cc:718
78812 #, gcc-internal-format
78813 msgid "%<@optional%> is not available in Objective-C 1.0"
78814 msgstr ""
78816 #: objc/objc-act.cc:720
78817 #, gcc-internal-format
78818 msgid "%<@required%> is not available in Objective-C 1.0"
78819 msgstr ""
78821 #: objc/objc-act.cc:728
78822 #, gcc-internal-format
78823 msgid "%<@optional%> is allowed in @protocol context only"
78824 msgstr ""
78826 #: objc/objc-act.cc:730
78827 #, gcc-internal-format
78828 msgid "%<@required%> is allowed in @protocol context only"
78829 msgstr ""
78831 #. FIXME: we probably ought to bail out at this point.
78832 #: objc/objc-act.cc:853
78833 #, gcc-internal-format
78834 msgid "%<@property%> is not available in Objective-C 1.0"
78835 msgstr ""
78837 #: objc/objc-act.cc:858
78838 #, gcc-internal-format
78839 msgid "property declaration not in %<@interface%>, %<@protocol%> or %<category%> context"
78840 msgstr ""
78842 #: objc/objc-act.cc:869
78843 #, gcc-internal-format
78844 msgid "properties must be named"
78845 msgstr ""
78847 #: objc/objc-act.cc:877
78848 #, gcc-internal-format
78849 msgid "property cannot be an array"
78850 msgstr ""
78852 #. A @property is not an actual variable, but it is a way to
78853 #. describe a pair of accessor methods, so its type (which is
78854 #. the type of the return value of the getter and the first
78855 #. argument of the setter) can't be a bitfield (as return values
78856 #. and arguments of functions cannot be bitfields).  The
78857 #. underlying instance variable could be a bitfield, but that is
78858 #. a different matter.
78859 #: objc/objc-act.cc:890
78860 #, gcc-internal-format
78861 msgid "property cannot be a bit-field"
78862 msgstr ""
78864 #: objc/objc-act.cc:914
78865 #, gcc-internal-format
78866 msgid "multiple property %qE methods specified, the latest one will be used"
78867 msgstr ""
78869 #: objc/objc-act.cc:916
78870 #, gcc-internal-format
78871 msgid "previous specification"
78872 msgstr ""
78874 #: objc/objc-act.cc:931
78875 #, gcc-internal-format
78876 msgid "%qE attribute conflicts with %qE attribute"
78877 msgstr ""
78879 #: objc/objc-act.cc:933
78880 #, gcc-internal-format
78881 msgid "%qE specified here"
78882 msgstr ""
78884 #: objc/objc-act.cc:939
78885 #, gcc-internal-format
78886 msgid "duplicate %qE attribute"
78887 msgstr ""
78889 #: objc/objc-act.cc:940
78890 #, gcc-internal-format
78891 msgid "first specified here"
78892 msgstr ""
78894 #: objc/objc-act.cc:967
78895 #, gcc-internal-format
78896 msgid "%<readonly%> attribute conflicts with %<setter%> attribute"
78897 msgstr ""
78899 #: objc/objc-act.cc:970
78900 #, gcc-internal-format
78901 msgid "%<setter%> specified here"
78902 msgstr ""
78904 #: objc/objc-act.cc:1049
78905 #, gcc-internal-format
78906 msgid "object property %qD has no %<assign%>, %<retain%> or %<copy%> attribute; assuming %<assign%>"
78907 msgstr ""
78909 #: objc/objc-act.cc:1052
78910 #, gcc-internal-format
78911 msgid "%<assign%> can be unsafe for Objective-C objects; please state explicitly if you need it"
78912 msgstr ""
78914 #: objc/objc-act.cc:1069
78915 #, gcc-internal-format
78916 msgid "%qE attribute is only valid for Objective-C objects"
78917 msgstr ""
78919 #: objc/objc-act.cc:1127
78920 #, gcc-internal-format
78921 msgid "redeclaration of property %qD"
78922 msgstr ""
78924 #: objc/objc-act.cc:1130 objc/objc-act.cc:1196 objc/objc-act.cc:1207
78925 #: objc/objc-act.cc:1221 objc/objc-act.cc:1232 objc/objc-act.cc:1244
78926 #: objc/objc-act.cc:1281 objc/objc-act.cc:7751 objc/objc-act.cc:7814
78927 #: objc/objc-act.cc:7837 objc/objc-act.cc:7851 objc/objc-act.cc:7869
78928 #: objc/objc-act.cc:7968
78929 #, gcc-internal-format
78930 msgid "originally specified here"
78931 msgstr ""
78933 #: objc/objc-act.cc:1192
78934 #, gcc-internal-format
78935 msgid "%<nonatomic%> attribute of property %qD conflicts with previous declaration"
78936 msgstr ""
78938 #: objc/objc-act.cc:1203
78939 #, gcc-internal-format
78940 msgid "%<getter%> attribute of property %qD conflicts with previous declaration"
78941 msgstr ""
78943 #: objc/objc-act.cc:1217
78944 #, gcc-internal-format
78945 msgid "%<setter%> attribute of property %qD conflicts with previous declaration"
78946 msgstr ""
78948 #: objc/objc-act.cc:1229
78949 #, gcc-internal-format
78950 msgid "assign semantics attributes of property %qD conflict with previous declaration"
78951 msgstr ""
78953 #: objc/objc-act.cc:1240
78954 #, gcc-internal-format
78955 msgid "%<readonly%> attribute of property %qD conflicts with previous declaration"
78956 msgstr ""
78958 #: objc/objc-act.cc:1279
78959 #, gcc-internal-format
78960 msgid "type of property %qD conflicts with previous declaration"
78961 msgstr ""
78963 #: objc/objc-act.cc:1322
78964 #, gcc-internal-format
78965 msgid "nullability specifier %qE cannot be applied to non-pointer type %qT"
78966 msgstr ""
78968 #: objc/objc-act.cc:1327
78969 #, gcc-internal-format
78970 msgid "nullability specifier %qE cannot be applied to multi-level pointer type %qT"
78971 msgstr ""
78973 #: objc/objc-act.cc:1780
78974 #, gcc-internal-format
78975 msgid "the dot syntax is not available in Objective-C 1.0"
78976 msgstr ""
78978 #. We know that 'class_name' is an Objective-C class name as the
78979 #. parser won't call this function if it is not.  This is only a
78980 #. double-check for safety.
78981 #: objc/objc-act.cc:1796
78982 #, gcc-internal-format
78983 msgid "could not find class %qE"
78984 msgstr ""
78986 #. Again, this should never happen, but we do check.
78987 #: objc/objc-act.cc:1804
78988 #, gcc-internal-format
78989 msgid "could not find interface for class %qE"
78990 msgstr ""
78992 #: objc/objc-act.cc:1810 objc/objc-act.cc:7146
78993 #, gcc-internal-format
78994 msgid "class %qE is unavailable"
78995 msgstr ""
78997 #: objc/objc-act.cc:1812 objc/objc-act.cc:7003 objc/objc-act.cc:7148
78998 #, gcc-internal-format
78999 msgid "class %qE is deprecated"
79000 msgstr ""
79002 #: objc/objc-act.cc:1841
79003 #, gcc-internal-format
79004 msgid "could not find setter/getter for %qE in class %qE"
79005 msgstr ""
79007 #: objc/objc-act.cc:1891
79008 #, gcc-internal-format
79009 msgid "%qs property cannot be set"
79010 msgstr ""
79012 #: objc/objc-act.cc:2159
79013 #, gcc-internal-format
79014 msgid "method declaration not in @interface context"
79015 msgstr ""
79017 #: objc/objc-act.cc:2163
79018 #, gcc-internal-format
79019 msgid "method attributes are not available in Objective-C 1.0"
79020 msgstr ""
79022 #: objc/objc-act.cc:2183
79023 #, gcc-internal-format
79024 msgid "method definition not in @implementation context"
79025 msgstr ""
79027 #: objc/objc-act.cc:2196
79028 #, gcc-internal-format
79029 msgid "method attributes cannot be specified in @implementation context"
79030 msgstr ""
79032 #: objc/objc-act.cc:2426
79033 #, gcc-internal-format
79034 msgid "class %qs does not implement the %qE protocol"
79035 msgstr ""
79037 #: objc/objc-act.cc:2429
79038 #, gcc-internal-format
79039 msgid "type %qs does not conform to the %qE protocol"
79040 msgstr ""
79042 #: objc/objc-act.cc:2724
79043 #, gcc-internal-format
79044 msgid "comparison of distinct Objective-C types lacks a cast"
79045 msgstr ""
79047 #: objc/objc-act.cc:2728
79048 #, gcc-internal-format
79049 msgid "initialization from distinct Objective-C type"
79050 msgstr ""
79052 #: objc/objc-act.cc:2732
79053 #, gcc-internal-format
79054 msgid "assignment from distinct Objective-C type"
79055 msgstr ""
79057 #: objc/objc-act.cc:2736
79058 #, gcc-internal-format
79059 msgid "distinct Objective-C type in return"
79060 msgstr ""
79062 #: objc/objc-act.cc:2740
79063 #, gcc-internal-format
79064 msgid "passing argument %d of %qE from distinct Objective-C type"
79065 msgstr ""
79067 #: objc/objc-act.cc:2883
79068 #, gcc-internal-format
79069 msgid "statically allocated instance of Objective-C class %qE"
79070 msgstr ""
79072 #: objc/objc-act.cc:2892
79073 #, gcc-internal-format
79074 msgid "redeclaration of Objective-C class %qs"
79075 msgstr ""
79077 #. This case happens when we are given an 'interface' which
79078 #. is not a valid class name.  For example if a typedef was
79079 #. used, and 'interface' really is the identifier of the
79080 #. typedef, but when you resolve it you don't get an
79081 #. Objective-C class, but something else, such as 'int'.
79082 #. This is an error; protocols make no sense unless you use
79083 #. them with Objective-C objects.
79084 #: objc/objc-act.cc:2934
79085 #, gcc-internal-format
79086 msgid "only Objective-C object types can be qualified with a protocol"
79087 msgstr ""
79089 #: objc/objc-act.cc:2998
79090 #, gcc-internal-format
79091 msgid "protocol %qE has circular dependency"
79092 msgstr ""
79094 #: objc/objc-act.cc:3031 objc/objc-act.cc:5865
79095 #, gcc-internal-format
79096 msgid "cannot find protocol declaration for %qE"
79097 msgstr ""
79099 #: objc/objc-act.cc:3341 objc/objc-act.cc:3996 objc/objc-act.cc:6577
79100 #: objc/objc-act.cc:7054 objc/objc-act.cc:7139 objc/objc-act.cc:7194
79101 #, gcc-internal-format
79102 msgid "cannot find interface declaration for %qE"
79103 msgstr ""
79105 #: objc/objc-act.cc:3345
79106 #, gcc-internal-format
79107 msgid "interface %qE does not have valid constant string layout"
79108 msgstr ""
79110 #: objc/objc-act.cc:3350
79111 #, gcc-internal-format
79112 msgid "cannot find reference tag for class %qE"
79113 msgstr ""
79115 #: objc/objc-act.cc:3495
79116 #, gcc-internal-format
79117 msgid "%qE is not an Objective-C class name or alias"
79118 msgstr ""
79120 #: objc/objc-act.cc:3510 objc/objc-act.cc:3541 objc/objc-act.cc:6958
79121 #: objc/objc-act.cc:8304 objc/objc-act.cc:8360
79122 #, gcc-internal-format
79123 msgid "Objective-C declarations may only appear in global scope"
79124 msgstr ""
79126 #: objc/objc-act.cc:3515
79127 #, gcc-internal-format
79128 msgid "cannot find class %qE"
79129 msgstr ""
79131 #: objc/objc-act.cc:3517
79132 #, gcc-internal-format
79133 msgid "class %qE already exists"
79134 msgstr ""
79136 #: objc/objc-act.cc:3559 objc/objc-act.cc:7019
79137 #, gcc-internal-format
79138 msgid "%qE redeclared as different kind of symbol"
79139 msgstr ""
79141 #: objc/objc-act.cc:3561 objc/objc-act.cc:4147 objc/objc-act.cc:4175
79142 #: objc/objc-act.cc:4230 objc/objc-act.cc:7021
79143 #, gcc-internal-format
79144 msgid "previous declaration of %q+D"
79145 msgstr ""
79147 #: objc/objc-act.cc:3850
79148 #, gcc-internal-format
79149 msgid "strong-cast assignment has been intercepted"
79150 msgstr ""
79152 #: objc/objc-act.cc:3892
79153 #, gcc-internal-format
79154 msgid "strong-cast may possibly be needed"
79155 msgstr ""
79157 #: objc/objc-act.cc:3902
79158 #, gcc-internal-format
79159 msgid "instance variable assignment has been intercepted"
79160 msgstr ""
79162 #: objc/objc-act.cc:3921
79163 #, gcc-internal-format
79164 msgid "pointer arithmetic for garbage-collected objects not allowed"
79165 msgstr ""
79167 #: objc/objc-act.cc:3927
79168 #, gcc-internal-format
79169 msgid "global/static variable assignment has been intercepted"
79170 msgstr ""
79172 #: objc/objc-act.cc:4144 objc/objc-act.cc:4172 objc/objc-act.cc:4227
79173 #, gcc-internal-format
79174 msgid "duplicate instance variable %q+D"
79175 msgstr ""
79177 #: objc/objc-act.cc:4287
79178 #, gcc-internal-format
79179 msgid "%<-fobjc-exceptions%> is required to enable Objective-C exception syntax"
79180 msgstr ""
79182 #: objc/objc-act.cc:4371
79183 #, gcc-internal-format
79184 msgid "%<@catch%> parameter is not a known Objective-C class type"
79185 msgstr ""
79187 #: objc/objc-act.cc:4377
79188 #, gcc-internal-format
79189 msgid "%<@catch%> parameter cannot be protocol-qualified"
79190 msgstr ""
79192 #: objc/objc-act.cc:4422
79193 #, gcc-internal-format
79194 msgid "exception of type %<%T%> will be caught"
79195 msgstr ""
79197 #: objc/objc-act.cc:4424
79198 #, gcc-internal-format
79199 msgid "   by earlier handler for %<%T%>"
79200 msgstr ""
79202 #: objc/objc-act.cc:4471
79203 #, gcc-internal-format
79204 msgid "%<@try%> without %<@catch%> or %<@finally%>"
79205 msgstr ""
79207 #: objc/objc-act.cc:4500
79208 #, gcc-internal-format
79209 msgid "%<@throw%> (rethrow) used outside of a %<@catch%> block"
79210 msgstr ""
79212 #: objc/objc-act.cc:4513
79213 #, gcc-internal-format
79214 msgid "%<@throw%> argument is not an object"
79215 msgstr ""
79217 #: objc/objc-act.cc:4534
79218 #, gcc-internal-format
79219 msgid "%<@synchronized%> argument is not an object"
79220 msgstr ""
79222 #: objc/objc-act.cc:4744
79223 #, gcc-internal-format
79224 msgid "%s %qs"
79225 msgstr ""
79227 #: objc/objc-act.cc:4767 objc/objc-act.cc:4792
79228 #, gcc-internal-format
79229 msgid "inconsistent instance variable specification"
79230 msgstr ""
79232 #: objc/objc-act.cc:4847
79233 #, gcc-internal-format
79234 msgid "cannot use an object as parameter to a method"
79235 msgstr ""
79237 #: objc/objc-act.cc:4891
79238 #, gcc-internal-format
79239 msgid "method argument attributes are not available in Objective-C 1.0"
79240 msgstr ""
79242 #: objc/objc-act.cc:5266
79243 #, gcc-internal-format
79244 msgid "multiple methods named %<%c%E%> found"
79245 msgstr ""
79247 #: objc/objc-act.cc:5269
79248 #, gcc-internal-format
79249 msgid "using %<%c%s%>"
79250 msgstr ""
79252 #: objc/objc-act.cc:5278
79253 #, gcc-internal-format
79254 msgid "multiple selectors named %<%c%E%> found"
79255 msgstr ""
79257 #: objc/objc-act.cc:5281
79258 #, gcc-internal-format
79259 msgid "found %<%c%s%>"
79260 msgstr ""
79262 #: objc/objc-act.cc:5290
79263 #, gcc-internal-format
79264 msgid "also found %<%c%s%>"
79265 msgstr ""
79267 #. If 'rtype' is NULL_TREE at this point it means that
79268 #. we have seen no @interface corresponding to that
79269 #. class name, only a @class declaration (alternatively,
79270 #. this was a call such as [objc_getClass("SomeClass")
79271 #. alloc], where we've never seen the @interface of
79272 #. SomeClass).  So, we have a class name (class_tree)
79273 #. but no actual details of the class methods.  We won't
79274 #. be able to check that the class responds to the
79275 #. method, and we will have to guess the method
79276 #. prototype.  Emit a warning, then keep going (this
79277 #. will use any method with a matching name, as if the
79278 #. receiver was of type 'Class').
79279 #. We could not find an @interface declaration, and
79280 #. there are no protocols attached to the receiver,
79281 #. so we can't complete the check that the receiver
79282 #. responds to the method, and we can't retrieve the
79283 #. method prototype.  But, because the receiver has
79284 #. a well-specified class, the programmer did want
79285 #. this check to be performed.  Emit a warning, then
79286 #. keep going as if it was an 'id'.  To remove the
79287 #. warning, either include an @interface for the
79288 #. class, or cast the receiver to 'id'.  Note that
79289 #. rtype is an IDENTIFIER_NODE at this point.
79290 #: objc/objc-act.cc:5578 objc/objc-act.cc:5713
79291 #, gcc-internal-format
79292 msgid "%<@interface%> of class %qE not found"
79293 msgstr ""
79295 #: objc/objc-act.cc:5587
79296 #, gcc-internal-format
79297 msgid "no super class declared in @interface for %qE"
79298 msgstr ""
79300 #: objc/objc-act.cc:5638
79301 #, gcc-internal-format
79302 msgid "found %<-%E%> instead of %<+%E%> in protocol(s)"
79303 msgstr ""
79305 #. We have a type, but it's not an Objective-C type (!).
79306 #: objc/objc-act.cc:5750
79307 #, gcc-internal-format
79308 msgid "invalid receiver type %qs"
79309 msgstr ""
79311 #: objc/objc-act.cc:5767
79312 #, gcc-internal-format
79313 msgid "%<%c%E%> not found in protocol(s)"
79314 msgstr ""
79316 #: objc/objc-act.cc:5781
79317 #, gcc-internal-format
79318 msgid "%qE may not respond to %<%c%E%>"
79319 msgstr ""
79321 #: objc/objc-act.cc:5789
79322 #, gcc-internal-format
79323 msgid "no %<%c%E%> method found"
79324 msgstr ""
79326 #: objc/objc-act.cc:5796
79327 #, gcc-internal-format
79328 msgid "(messages without a matching method signature will be assumed to return %<id%> and accept %<...%> as arguments)"
79329 msgstr ""
79331 #: objc/objc-act.cc:5914
79332 #, gcc-internal-format
79333 msgid "undeclared selector %qE"
79334 msgstr ""
79336 #. Historically, a class method that produced objects (factory
79337 #. method) would assign `self' to the instance that it
79338 #. allocated.  This would effectively turn the class method into
79339 #. an instance method.  Following this assignment, the instance
79340 #. variables could be accessed.  That practice, while safe,
79341 #. violates the simple rule that a class method should not refer
79342 #. to an instance variable.  It's better to catch the cases
79343 #. where this is done unknowingly than to support the above
79344 #. paradigm.
79345 #: objc/objc-act.cc:5938
79346 #, gcc-internal-format
79347 msgid "instance variable %qE accessed in class method"
79348 msgstr ""
79350 #: objc/objc-act.cc:6168 objc/objc-act.cc:6188
79351 #, gcc-internal-format
79352 msgid "method %<%c%E%> declared %<@optional%> and %<@required%> at the same time"
79353 msgstr ""
79355 #: objc/objc-act.cc:6172
79356 #, gcc-internal-format
79357 msgid "previous declaration of %<%c%E%> as %<@required%>"
79358 msgstr ""
79360 #: objc/objc-act.cc:6192
79361 #, gcc-internal-format
79362 msgid "previous declaration of %<%c%E%> as %<@optional%>"
79363 msgstr ""
79365 #: objc/objc-act.cc:6252
79366 #, gcc-internal-format
79367 msgid "duplicate declaration of method %<%c%E%> with conflicting types"
79368 msgstr ""
79370 #: objc/objc-act.cc:6256
79371 #, gcc-internal-format
79372 msgid "previous declaration of %<%c%E%>"
79373 msgstr ""
79375 #: objc/objc-act.cc:6293
79376 #, gcc-internal-format
79377 msgid "duplicate interface declaration for category %<%E(%E)%>"
79378 msgstr ""
79380 #: objc/objc-act.cc:6381
79381 #, gcc-internal-format
79382 msgid "illegal reference type specified for instance variable %qs"
79383 msgstr ""
79385 #: objc/objc-act.cc:6392
79386 #, gcc-internal-format
79387 msgid "instance variable %qs has unknown size"
79388 msgstr ""
79390 #: objc/objc-act.cc:6413
79391 #, gcc-internal-format
79392 msgid "instance variable %qs uses flexible array member"
79393 msgstr ""
79395 #: objc/objc-act.cc:6440
79396 #, gcc-internal-format
79397 msgid "type %qE has no default constructor to call"
79398 msgstr ""
79400 #: objc/objc-act.cc:6446
79401 #, gcc-internal-format
79402 msgid "destructor for %qE shall not be run either"
79403 msgstr ""
79405 #. Vtable pointers are Real Bad(tm), since Obj-C cannot
79406 #. initialize them.
79407 #: objc/objc-act.cc:6458
79408 #, gcc-internal-format
79409 msgid "type %qE has virtual member functions"
79410 msgstr ""
79412 #: objc/objc-act.cc:6459
79413 #, gcc-internal-format
79414 msgid "illegal aggregate type %qE specified for instance variable %qs"
79415 msgstr ""
79417 #: objc/objc-act.cc:6469
79418 #, gcc-internal-format
79419 msgid "type %qE has a user-defined constructor"
79420 msgstr ""
79422 #: objc/objc-act.cc:6471
79423 #, gcc-internal-format
79424 msgid "type %qE has a user-defined destructor"
79425 msgstr ""
79427 #: objc/objc-act.cc:6475
79428 #, gcc-internal-format
79429 msgid "C++ constructors and destructors will not be invoked for Objective-C fields"
79430 msgstr ""
79432 #: objc/objc-act.cc:6606
79433 #, gcc-internal-format
79434 msgid "instance variable %qE is declared private"
79435 msgstr ""
79437 #: objc/objc-act.cc:6617
79438 #, gcc-internal-format
79439 msgid "instance variable %qE is %s; this will be a hard error in the future"
79440 msgstr ""
79442 #: objc/objc-act.cc:6624
79443 #, gcc-internal-format
79444 msgid "instance variable %qE is declared %s"
79445 msgstr ""
79447 #: objc/objc-act.cc:6735 objc/objc-act.cc:6850
79448 #, gcc-internal-format
79449 msgid "incomplete implementation of class %qE"
79450 msgstr ""
79452 #: objc/objc-act.cc:6739 objc/objc-act.cc:6854
79453 #, gcc-internal-format
79454 msgid "incomplete implementation of category %qE"
79455 msgstr ""
79457 #: objc/objc-act.cc:6748 objc/objc-act.cc:6862
79458 #, gcc-internal-format
79459 msgid "method definition for %<%c%E%> not found"
79460 msgstr ""
79462 #: objc/objc-act.cc:6903
79463 #, gcc-internal-format
79464 msgid "%s %qE does not fully implement the %qE protocol"
79465 msgstr ""
79467 #: objc/objc-act.cc:6993
79468 #, gcc-internal-format
79469 msgid "cannot find interface declaration for %qE, superclass of %qE"
79470 msgstr ""
79472 #: objc/objc-act.cc:7001
79473 #, gcc-internal-format
79474 msgid "class %qE is not available"
79475 msgstr "class %qE nije dostupna"
79477 #: objc/objc-act.cc:7034
79478 #, gcc-internal-format
79479 msgid "reimplementation of class %qE"
79480 msgstr ""
79482 #: objc/objc-act.cc:7067
79483 #, gcc-internal-format
79484 msgid "conflicting super class name %qE"
79485 msgstr ""
79487 #: objc/objc-act.cc:7070
79488 #, gcc-internal-format
79489 msgid "previous declaration of %qE"
79490 msgstr ""
79492 #: objc/objc-act.cc:7072
79493 #, gcc-internal-format
79494 msgid "previous declaration"
79495 msgstr ""
79497 #: objc/objc-act.cc:7084
79498 #, gcc-internal-format
79499 msgid "class %qE defined without specifying a base class"
79500 msgstr ""
79502 #: objc/objc-act.cc:7091 objc/objc-act.cc:7093
79503 #, gcc-internal-format
79504 msgid "duplicate interface declaration for class %qE"
79505 msgstr ""
79507 #: objc/objc-act.cc:7418 objc/objc-act.cc:7614
79508 #, gcc-internal-format
79509 msgid "cannot find instance variable associated with property"
79510 msgstr ""
79512 #. TODO: This should be caught much earlier than this.
79513 #: objc/objc-act.cc:7580
79514 #, gcc-internal-format
79515 msgid "invalid setter, it must have one argument"
79516 msgstr ""
79518 #: objc/objc-act.cc:7744 objc/objc-act.cc:7961
79519 #, gcc-internal-format
79520 msgid "property %qs already specified in %<@dynamic%>"
79521 msgstr ""
79523 #: objc/objc-act.cc:7747 objc/objc-act.cc:7964
79524 #, gcc-internal-format
79525 msgid "property %qs already specified in %<@synthesize%>"
79526 msgstr ""
79528 #: objc/objc-act.cc:7761 objc/objc-act.cc:7978
79529 #, gcc-internal-format
79530 msgid "no declaration of property %qs found in the interface"
79531 msgstr ""
79533 #: objc/objc-act.cc:7788
79534 #, gcc-internal-format
79535 msgid "ivar %qs used by %<@synthesize%> declaration must be an existing ivar"
79536 msgstr ""
79538 #: objc/objc-act.cc:7809
79539 #, gcc-internal-format
79540 msgid "property %qs is using instance variable %qs of incompatible type"
79541 msgstr ""
79543 #: objc/objc-act.cc:7831
79544 #, gcc-internal-format
79545 msgid "%<assign%> property %qs is using bit-field instance variable %qs"
79546 msgstr ""
79548 #: objc/objc-act.cc:7845
79549 #, gcc-internal-format
79550 msgid "%<atomic%> property %qs is using bit-field instance variable %qs"
79551 msgstr ""
79553 #: objc/objc-act.cc:7864
79554 #, gcc-internal-format
79555 msgid "property %qs is using the same instance variable as property %qs"
79556 msgstr ""
79558 #: objc/objc-act.cc:7905
79559 #, gcc-internal-format
79560 msgid "%<@synthesize%> is not available in Objective-C 1.0"
79561 msgstr ""
79563 #. We can get here only in Objective-C; the Objective-C++ parser
79564 #. detects the problem while parsing, outputs the error
79565 #. "misplaced '@synthesize' Objective-C++ construct" and skips
79566 #. the declaration.
79567 #: objc/objc-act.cc:7916
79568 #, gcc-internal-format
79569 msgid "%<@synthesize%> not in @implementation context"
79570 msgstr ""
79572 #: objc/objc-act.cc:7922
79573 #, gcc-internal-format
79574 msgid "%<@synthesize%> cannot be used in categories"
79575 msgstr ""
79577 #: objc/objc-act.cc:7931
79578 #, gcc-internal-format
79579 msgid "%<@synthesize%> requires the @interface of the class to be available"
79580 msgstr ""
79582 #: objc/objc-act.cc:8014
79583 #, gcc-internal-format
79584 msgid "%<@dynamic%> is not available in Objective-C 1.0"
79585 msgstr ""
79587 #. We can get here only in Objective-C; the Objective-C++ parser
79588 #. detects the problem while parsing, outputs the error
79589 #. "misplaced '@dynamic' Objective-C++ construct" and skips the
79590 #. declaration.
79591 #: objc/objc-act.cc:8025
79592 #, gcc-internal-format
79593 msgid "%<@dynamic%> not in @implementation context"
79594 msgstr ""
79596 #: objc/objc-act.cc:8047
79597 #, gcc-internal-format
79598 msgid "%<@dynamic%> requires the @interface of the class to be available"
79599 msgstr ""
79601 #: objc/objc-act.cc:8247
79602 #, gcc-internal-format
79603 msgid "definition of protocol %qE not found"
79604 msgstr ""
79606 #: objc/objc-act.cc:8274
79607 #, gcc-internal-format
79608 msgid "protocol %qE is unavailable"
79609 msgstr ""
79611 #. It would be nice to use warn_deprecated_use() here, but
79612 #. we are using TREE_CHAIN (which is supposed to be the
79613 #. TYPE_STUB_DECL for a TYPE) for something different.
79614 #: objc/objc-act.cc:8280
79615 #, gcc-internal-format
79616 msgid "protocol %qE is deprecated"
79617 msgstr ""
79619 #: objc/objc-act.cc:8407
79620 #, gcc-internal-format
79621 msgid "duplicate declaration for protocol %qE"
79622 msgstr ""
79624 #: objc/objc-act.cc:8931
79625 #, gcc-internal-format
79626 msgid "conflicting types for %<%c%s%>"
79627 msgstr ""
79629 #: objc/objc-act.cc:8935
79630 #, gcc-internal-format
79631 msgid "previous declaration of %<%c%s%>"
79632 msgstr ""
79634 #: objc/objc-act.cc:9037
79635 #, gcc-internal-format
79636 msgid "no super class declared in interface for %qE"
79637 msgstr ""
79639 #: objc/objc-act.cc:9064
79640 #, gcc-internal-format
79641 msgid "%<[super ...]%> must appear in a method context"
79642 msgstr ""
79644 #: objc/objc-act.cc:9104
79645 #, gcc-internal-format
79646 msgid "method possibly missing a [super dealloc] call"
79647 msgstr ""
79649 #: objc/objc-act.cc:9572
79650 #, gcc-internal-format
79651 msgid "instance variable %qs is declared private"
79652 msgstr ""
79654 #: objc/objc-act.cc:9625
79655 #, gcc-internal-format
79656 msgid "local declaration of %qE hides instance variable"
79657 msgstr ""
79659 #. This can happen if DECL_ARTIFICIAL (*expr_p), but
79660 #. should be impossible for real properties, which always
79661 #. have a getter.
79662 #: objc/objc-act.cc:9669
79663 #, gcc-internal-format
79664 msgid "no %qs getter found"
79665 msgstr ""
79667 #: objc/objc-act.cc:9916
79668 #, gcc-internal-format
79669 msgid "fast enumeration is not available in Objective-C 1.0"
79670 msgstr ""
79672 #: objc/objc-act.cc:9926
79673 #, gcc-internal-format
79674 msgid "iterating variable in fast enumeration is not an object"
79675 msgstr ""
79677 #: objc/objc-act.cc:9932
79678 #, gcc-internal-format
79679 msgid "collection in fast enumeration is not an object"
79680 msgstr ""
79682 #: objc/objc-encoding.cc:130
79683 #, gcc-internal-format
79684 msgid "type %qT does not have a known size"
79685 msgstr ""
79687 #: objc/objc-encoding.cc:721
79688 #, gcc-internal-format
79689 msgid "unknown type %<%T%> found during Objective-C encoding"
79690 msgstr ""
79692 #. Do not do any encoding, produce an error and keep going.
79693 #: objc/objc-encoding.cc:804
79694 #, gcc-internal-format
79695 msgid "trying to encode non-integer type as a bit-field"
79696 msgstr ""
79698 #: objc/objc-gnu-runtime-abi-01.cc:134
79699 #, gcc-internal-format
79700 msgid "%<-fobjc-gc%> is ignored for %<-fgnu-runtime%>"
79701 msgstr ""
79703 #: objc/objc-gnu-runtime-abi-01.cc:142
79704 #, gcc-internal-format
79705 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fgnu-runtime%>"
79706 msgstr ""
79708 #: objc/objc-gnu-runtime-abi-01.cc:2159 objc/objc-next-runtime-abi-01.cc:2819
79709 #: objc/objc-next-runtime-abi-02.cc:3822
79710 #, gcc-internal-format
79711 msgid "non-objective-c type %qT cannot be caught"
79712 msgstr ""
79714 #: objc/objc-next-runtime-abi-01.cc:146
79715 #, gcc-internal-format
79716 msgid "%<-fobjc-sjlj-exceptions%> is the only supported exceptions system for %<-fnext-runtime%> with %<-fobjc-abi-version%> argument less than 2"
79717 msgstr ""
79719 #: objc/objc-next-runtime-abi-02.cc:245
79720 #, gcc-internal-format
79721 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fnext-runtime%> when %<-fobjc-abi-version%> greater than 1"
79722 msgstr ""
79724 #: objc/objc-runtime-shared-support.cc:423
79725 #, gcc-internal-format
79726 msgid "creating selector for nonexistent method %qE"
79727 msgstr ""
79729 #: rust/rust-gcc-diagnostics.cc:33
79730 #, gcc-internal-format, gfc-internal-format
79731 msgid "at %s, %s"
79732 msgstr ""
79734 #: rust/rust-lang.cc:104
79735 #, gcc-internal-format
79736 msgid "TODO"
79737 msgstr ""
79739 #: rust/backend/rust-constexpr.cc:1675
79740 #, fuzzy, gcc-internal-format
79741 #| msgid "await expressions are not permitted in handlers"
79742 msgid "array size expression is not supported yet"
79743 msgstr "„await“ izraz nije dopušten u rukovateljima (handlers)"
79745 #: rust/backend/rust-constexpr.cc:1802
79746 #, gcc-internal-format
79747 msgid "constant folding not supported for this tree code"
79748 msgstr ""
79750 #: rust/backend/rust-constexpr.cc:6181
79751 #, gcc-internal-format
79752 msgid "%qD declared %<thread_local%> in %<constexpr%> context"
79753 msgstr ""
79755 #: rust/backend/rust-constexpr.cc:6190
79756 #, gcc-internal-format
79757 msgid "%qD declared %<static%> in %<constexpr%> context"
79758 msgstr ""
79760 #: rust/backend/rust-tree.cc:617
79761 #, gcc-internal-format
79762 msgid "ignoring return value of %qD, that must be used: %<%s%>"
79763 msgstr ""
79765 #: rust/backend/rust-tree.cc:618
79766 #, gcc-internal-format
79767 msgid "ignoring return value of %qD, that must be used"
79768 msgstr ""
79770 #: rust/backend/rust-tree.cc:634
79771 #, gcc-internal-format
79772 msgid "ignoring returned value of type %qT, that must be used: %<%s%>"
79773 msgstr ""
79775 #: rust/backend/rust-tree.cc:635
79776 #, gcc-internal-format
79777 msgid "ignoring returned value of type %qT, that must be used"
79778 msgstr ""
79780 #: rust/checks/lints/rust-lint-unused-var.cc:51
79781 #, gcc-internal-format
79782 msgid "unused name %qE"
79783 msgstr ""
79785 #~ msgid "-gz=zlib is not supported in this configuration"
79786 #~ msgstr "-gz=zlib nije podržan u ovoj konfiguraciji"
79788 #~ msgid "COLLECT_GCC must be set"
79789 #~ msgstr "COLLECT_GCC mora biti postavljena "
79791 #~ msgid "expected %<allocator%>"
79792 #~ msgstr "očekivano je <allocator%>"
79794 #~ msgid "expected %<declare%>"
79795 #~ msgstr "očekivano je %<declare%>"
79797 #~ msgid "expected '(' at %C"
79798 #~ msgstr "očekivano je '(' at %C"
79800 #~ msgid "expected ')' at %C"
79801 #~ msgstr "očekivano je ')' pri %C"
79803 #~ msgid "expected '=' at %C"
79804 #~ msgstr "očekivano je '=' pri %C"
79806 #~ msgid "expected '{' at %C"
79807 #~ msgstr "očekivano je '{' pri %C"
79809 #~ msgid "expected '}' at %C"
79810 #~ msgstr "očekivano je '}' pri %C"
79812 #~ msgid "%<-static-libgfortran%> is not supported in this configuration"
79813 #~ msgstr "%<-static-libgfortran%> nije podržan u ovoj konfiguraciji"
79815 #~ msgid ""
79816 #~ "This is free software; see the source for copying conditions.\n"
79817 #~ "There is NO warranty; not even for MERCHANTABILITY or \n"
79818 #~ "FITNESS FOR A PARTICULAR PURPOSE.\n"
79819 #~ "\n"
79820 #~ msgstr ""
79821 #~ "Ovo je slobodan softver; pogledajte kod za upute o kopiranju.\n"
79822 #~ "NEMA jamstava; čak ni za TRGOVINSKU PRIKLADNOST ili\n"
79823 #~ "ODGOVARANJE ODREĐENOJ SVRSI.\n"
79824 #~ "\n"
79826 #~ msgid "Option tag unknown"
79827 #~ msgstr "Oznaka opcije nepoznata"
79829 #~ msgid "Unexpected type in write_state_scalar_type"
79830 #~ msgstr "Neočekivana vrsta u write_state_scalar_type"
79832 #~ msgid "Unexpected type in write_state_string_type"
79833 #~ msgstr "Neočekivana vrsta u write_state_string_type"
79835 #~ msgid "output error when writing state file %s [%s]"
79836 #~ msgstr "izlazna greška pri pisanju datoteke stanja %s [%s]"
79838 #~ msgid "cannot optimize possibly infinite loops"
79839 #~ msgstr "ne mogu optimizirati potencijalno beskonačne petlje"
79841 #~ msgid "assuming that the loop counter does not overflow"
79842 #~ msgstr "pretpostavljajući da neće doći do preljeva brojača petlje"
79844 #~ msgid "cannot optimize loop, the loop counter may overflow"
79845 #~ msgstr "ne mogu optimizirati petlju, može doći do preljeva brojača petlje"
79847 #~ msgid "%s terminated with signal %d [%s], core dumped"
79848 #~ msgstr "%s prekinut signalom %d [%s], jezgra izbačena"
79850 #~ msgid "The --param option recognizes the following as parameters"
79851 #~ msgstr "Opcija --param prepoznaje sljedeće kao parametre"
79853 #~ msgid "out of memory"
79854 #~ msgstr "nema dovoljno memorije"
79856 #~ msgid "collect: reading %s\n"
79857 #~ msgstr "collect: čitam %s\n"
79859 #~ msgid "collect: recompiling %s\n"
79860 #~ msgstr "collect: ponovo kompajliram %s\n"
79862 #~ msgid "collect: tweaking %s in %s\n"
79863 #~ msgstr "collect: podešavam %s u %s\n"