hppa: Always enable PIE on 64-bit target
[official-gcc.git] / gcc / po / hr.po
bloba70e82524ba5e27f3578e351ef1f048050fefa9c
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, 2023.
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: gcc 13.2.0\n"
10 "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"
11 "POT-Creation-Date: 2023-07-26 18:38+0000\n"
12 "PO-Revision-Date: 2023-07-28 14:37+0200\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: Poedit 3.2.2\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’ (umetanje)"
30 #: cif-code.def:43
31 msgid "caller is not optimized"
32 msgstr "pozivatelj (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 ‘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 ‘inline’ kandidat"
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 porasti"
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 #. The remainder are real diagnostic types.
197 #: fortran/gfc-diagnostic.def:33
198 msgid "Fatal Error"
199 msgstr "Fatalna greška"
201 #. This is like DK_ICE, but backtrace is not printed.  Used in the driver
202 #. when reporting fatal signal in the compiler.
203 #: fortran/gfc-diagnostic.def:34 fortran/gfc-diagnostic.def:50
204 msgid "internal compiler error"
205 msgstr "interna greška kompajlera"
207 #: fortran/gfc-diagnostic.def:35
208 msgid "Error"
209 msgstr "Greška"
211 #: fortran/gfc-diagnostic.def:36
212 msgid "sorry, unimplemented"
213 msgstr "nije implementirano:"
215 #: fortran/gfc-diagnostic.def:37
216 msgid "Warning"
217 msgstr "Upozorenje"
219 #: fortran/gfc-diagnostic.def:38
220 msgid "anachronism"
221 msgstr "anakronizam"
223 #: fortran/gfc-diagnostic.def:39
224 msgid "note"
225 msgstr "napomena"
227 #: fortran/gfc-diagnostic.def:40
228 msgid "debug"
229 msgstr "debug"
231 #. These two would be re-classified as DK_WARNING or DK_ERROR, so the
232 #. prefix does not matter.
233 #: fortran/gfc-diagnostic.def:43
234 msgid "pedwarn"
235 msgstr "pedwarn (pedantno upozorenje)"
237 #: fortran/gfc-diagnostic.def:44
238 msgid "permerror"
239 msgstr "permerror (trajna pogreška)"
241 #. This one is just for counting DK_WARNING promoted to DK_ERROR
242 #. due to -Werror and -Werror=warning.
243 #: fortran/gfc-diagnostic.def:47
244 msgid "error"
245 msgstr "greška"
247 #: gcc.cc:839 gcc.cc:896
248 msgid "-gz is not supported in this configuration"
249 msgstr "-gz nije podržan u ovoj konfiguraciji"
251 #: gcc.cc:845
252 msgid "-gz=zstd is not supported in this configuration"
253 msgstr "-gz=zstd nije podržan u ovoj konfiguraciji"
255 #: gcc.cc:1079
256 msgid "-fuse-linker-plugin is not supported in this configuration"
257 msgstr "-fuse-linker-plugin nije podržan u ovoj konfiguraciji"
259 #: gcc.cc:1095
260 msgid "cannot specify -static with -fsanitize=address"
261 msgstr "-static ne možete specificirati s -fsanitize=address"
263 #: gcc.cc:1097
264 msgid "cannot specify -static with -fsanitize=hwaddress"
265 msgstr "-static ne možete specificirati -fsanitize=hwaddress"
267 #: gcc.cc:1099
268 msgid "cannot specify -static with -fsanitize=thread"
269 msgstr "-static ne možete specificirati -fsanitize=thread"
271 #: gcc.cc:1121
272 msgid "-fvtable-verify=std is not supported in this configuration"
273 msgstr "-fvtable-verify=std nije podržan u ovoj konfiguraciji"
275 #: gcc.cc:1123
276 msgid "-fvtable-verify=preinit is not supported in this configuration"
277 msgstr "-fvtable-verify=preinit nije podržan u ovoj konfiguraciji"
279 #: gcc.cc:1260 ada/gcc-interface/lang-specs.h:37
280 msgid "-pg and -fomit-frame-pointer are incompatible"
281 msgstr "-pg i -fomit-frame-pointer su nekompatibilni"
283 #: gcc.cc:1435
284 msgid "GNU C no longer supports -traditional without -E"
285 msgstr "GNU C više be podržava -traditional bez -E"
287 #: gcc.cc:1444
288 msgid "-E or -x required when input is from standard input"
289 msgstr "Kad je ulaz iz standardnog ulaza, -E ili -x je neophodan"
291 #: config/darwin.h:151
292 msgid "conflicting code generation switches"
293 msgstr ""
295 #: config/darwin.h:156
296 msgid "-bundle_loader not allowed with -dynamiclib"
297 msgstr ""
299 #: config/darwin.h:158
300 msgid "-client_name not allowed with -dynamiclib"
301 msgstr ""
303 #: config/darwin.h:167
304 msgid "-keep_private_externs not allowed with -dynamiclib"
305 msgstr ""
307 #: config/darwin.h:169
308 msgid "-private_bundle not allowed with -dynamiclib"
309 msgstr ""
311 #: config/darwin.h:177
312 msgid "-compatibility_version only allowed with -dynamiclib"
313 msgstr ""
315 #: config/darwin.h:179
316 msgid "-current_version only allowed with -dynamiclib"
317 msgstr ""
319 #: config/darwin.h:181
320 msgid "-install_name only allowed with -dynamiclib"
321 msgstr ""
323 #: config/darwin.h:192
324 msgid "-bundle not allowed with -dynamiclib"
325 msgstr ""
327 #: config/darwin.h:208
328 msgid "-force_flat_namespace not allowed with -dynamiclib"
329 msgstr ""
331 #: config/darwin.h:213 config/darwin.h:604
332 msgid "gsplit-dwarf is not supported on this platform"
333 msgstr ""
335 #: config/darwin.h:276
336 msgid "rdynamic is not supported"
337 msgstr ""
339 #: config/dragonfly.h:76 config/i386/freebsd.h:82 config/i386/freebsd64.h:35
340 #: config/ia64/freebsd.h:26 config/rs6000/sysv4.h:750
341 #: config/sparc/freebsd.h:45
342 msgid "consider using '-pg' instead of '-p' with gprof(1)"
343 msgstr ""
345 #: config/lynx.h:69
346 msgid "cannot use mthreads and mlegacy-threads together"
347 msgstr ""
349 #: config/lynx.h:94
350 msgid "cannot use mshared and static together"
351 msgstr ""
353 #: config/sol2.h:349 config/sol2.h:354
354 msgid "does not support multilib"
355 msgstr ""
357 #: config/sol2.h:448
358 msgid "-pie is not supported in this configuration"
359 msgstr "-pie nije podržan u ovoj konfiguraciji"
361 #: config/vxworks.h:219
362 msgid "-Xbind-now and -Xbind-lazy are incompatible"
363 msgstr ""
365 #: config/aarch64/aarch64-freebsd.h:37 config/arm/freebsd.h:49
366 #: config/riscv/freebsd.h:44
367 msgid "consider using `-pg' instead of `-p' with gprof (1)"
368 msgstr "razmislite o korištenju „-pg“ umjesto „-p“ s gprof (1)"
370 #: config/arc/arc.h:68 config/mips/mips.h:1477
371 msgid "may not use both -EB and -EL"
372 msgstr ""
374 #: config/avr/specs.h:71 config/pru/pru.h:58
375 msgid "shared is not supported"
376 msgstr ""
378 #: config/bfin/elf.h:55
379 msgid "no processor type specified for linking"
380 msgstr ""
382 #: config/cris/cris.h:168
383 msgid "do not specify both -march=... and -mcpu=..."
384 msgstr "nemojte istovremeno specificirati -march=... i -mcpu=..."
386 #: config/i386/cygwin-w64.h:64 config/i386/cygwin.h:129
387 #: config/i386/mingw-w64.h:103 config/i386/mingw32.h:154
388 msgid "shared and mdll are not compatible"
389 msgstr ""
391 #: config/i386/darwin.h:93
392 msgid "Darwin is not an mx32 platform"
393 msgstr ""
395 #: config/i386/darwin.h:94
396 msgid "Darwin does not support -mfentry or associated options"
397 msgstr ""
399 #: config/i386/sol2.h:59
400 msgid "-mx32 is not supported on Solaris"
401 msgstr ""
403 #: config/mcore/mcore.h:53
404 msgid "the m210 does not have little endian support"
405 msgstr ""
407 #: config/mips/r3900.h:37
408 msgid "-mhard-float not supported"
409 msgstr ""
411 #: config/mips/r3900.h:39
412 msgid "-msingle-float and -msoft-float cannot both be specified"
413 msgstr ""
415 #: config/moxie/moxiebox.h:43
416 msgid "this target is little-endian"
417 msgstr ""
419 #: config/msp430/msp430.h:90
420 msgid "-mcode-region requires the large memory model (-mlarge)"
421 msgstr ""
423 #: config/msp430/msp430.h:92
424 msgid "-mdata-region requires the large memory model (-mlarge)"
425 msgstr ""
427 #: config/nios2/elf.h:44
428 msgid "You need a C startup file for -msys-crt0="
429 msgstr ""
431 #: config/pa/pa-hpux11.h:134 config/pa/pa-hpux11.h:137
432 #: config/pa/pa64-hpux.h:29 config/pa/pa64-hpux.h:32 config/pa/pa64-hpux.h:41
433 #: config/pa/pa64-hpux.h:44
434 msgid "warning: consider linking with '-static' as system libraries with"
435 msgstr ""
437 #: config/pa/pa-hpux11.h:135 config/pa/pa-hpux11.h:138
438 #: config/pa/pa64-hpux.h:30 config/pa/pa64-hpux.h:33 config/pa/pa64-hpux.h:42
439 #: config/pa/pa64-hpux.h:45
440 msgid "  profiling support are only provided in archive format"
441 msgstr ""
443 #: config/rs6000/darwin.h:123
444 msgid " conflicting code gen style switches are used"
445 msgstr ""
447 #: config/rs6000/freebsd64.h:114
448 msgid "consider using `-pg' instead of `-p' with gprof(1)"
449 msgstr "razmislite o korištenju „-pg“ umjesto „-p“ s gprof(1)"
451 #: config/rs6000/rs6000.h:170
452 msgid "Missing -mcpu option in ASM_CPU_SPEC?"
453 msgstr ""
455 #: config/rx/linux.h:53 config/rx/rx.h:82
456 msgid "rx200 cpu does not have FPU hardware"
457 msgstr ""
459 #: config/rx/rx.h:80
460 msgid "-mas100-syntax is incompatible with -gdwarf"
461 msgstr ""
463 #: config/rx/rx.h:81
464 msgid "rx100 cpu does not have FPU hardware"
465 msgstr ""
467 #: config/s390/tpf.h:119
468 msgid "static is not supported on TPF-OS"
469 msgstr ""
471 #: config/sh/sh.h:299 config/sh/sh.h:302
472 msgid "SH2a does not support little-endian"
473 msgstr ""
475 #: config/sparc/linux64.h:142
476 msgid "-fsanitize=address is not supported in this configuration"
477 msgstr "-fsanitize=address nije podržan u ovoj konfiguraciji"
479 #: config/sparc/linux64.h:156 config/sparc/linux64.h:162
480 #: config/sparc/netbsd-elf.h:103 config/sparc/netbsd-elf.h:112
481 #: config/sparc/sol2.h:237 config/sparc/sol2.h:243
482 msgid "may not use both -m32 and -m64"
483 msgstr ""
485 #: config/vax/netbsd-elf.h:51
486 msgid "the -shared option is not currently supported for VAX ELF"
487 msgstr ""
489 #: config/vax/vax.h:46 config/vax/vax.h:47
490 msgid "profiling not supported with -mg"
491 msgstr ""
493 #: ada/gcc-interface/lang-specs.h:38
494 msgid "-c or -S required for Ada"
495 msgstr ""
497 #: ada/gcc-interface/lang-specs.h:56
498 msgid "-c required for gnat2why"
499 msgstr ""
501 #: ada/gcc-interface/lang-specs.h:67
502 msgid "-c required for gnat2scil"
503 msgstr ""
505 #: fortran/lang-specs.h:60 fortran/lang-specs.h:74
506 msgid "gfortran does not support -E without -cpp"
507 msgstr ""
509 #: m2/lang-specs.h:48
510 msgid "to generate dependencies you must specify '-fcpp' "
511 msgstr ""
513 #: objc/lang-specs.h:30 objc/lang-specs.h:41
514 msgid "GNU Objective C no longer supports traditional compilation"
515 msgstr ""
517 #: objc/lang-specs.h:55
518 msgid "objc-cpp-output is deprecated; please use objective-c-cpp-output instead"
519 msgstr ""
521 #: objcp/lang-specs.h:58
522 msgid "objc++-cpp-output is deprecated; please use objective-c++-cpp-output instead"
523 msgstr ""
525 #: fortran/lang.opt:146
526 #, no-c-format
527 msgid "-J<directory>\tPut MODULE files in 'directory'."
528 msgstr ""
530 #: fortran/lang.opt:198
531 #, no-c-format
532 msgid "Warn about possible aliasing of dummy arguments."
533 msgstr ""
535 #: fortran/lang.opt:202
536 #, no-c-format
537 msgid "Warn about alignment of COMMON blocks."
538 msgstr ""
540 #: fortran/lang.opt:206
541 #, no-c-format
542 msgid "Warn about missing ampersand in continued character constants."
543 msgstr ""
545 #: fortran/lang.opt:210
546 #, no-c-format
547 msgid "Warn about creation of array temporaries."
548 msgstr ""
550 #: fortran/lang.opt:214 fortran/lang.opt:535 c-family/c.opt:1529
551 #: config/alpha/alpha.opt:31 common.opt:681 common.opt:823 common.opt:1064
552 #: common.opt:1068 common.opt:1072 common.opt:1076 common.opt:1778
553 #: common.opt:1842 common.opt:1985 common.opt:1989 common.opt:2264
554 #: common.opt:2482 common.opt:3202
555 #, no-c-format
556 msgid "Does nothing. Preserved for backward compatibility."
557 msgstr ""
559 #: fortran/lang.opt:218
560 #, no-c-format
561 msgid "Warn if the type of a variable might be not interoperable with C."
562 msgstr ""
564 #: fortran/lang.opt:226
565 #, no-c-format
566 msgid "Warn about truncated character expressions."
567 msgstr ""
569 #: fortran/lang.opt:230
570 #, no-c-format
571 msgid "Warn about equality comparisons involving REAL or COMPLEX expressions."
572 msgstr ""
574 #: fortran/lang.opt:238
575 #, no-c-format
576 msgid "Warn about most implicit conversions."
577 msgstr ""
579 #: fortran/lang.opt:242
580 #, no-c-format
581 msgid "Warn about possibly incorrect subscripts in do loops."
582 msgstr ""
584 #: fortran/lang.opt:250
585 #, no-c-format
586 msgid "Warn if loops have been interchanged."
587 msgstr ""
589 #: fortran/lang.opt:254
590 #, no-c-format
591 msgid "Warn about function call elimination."
592 msgstr ""
594 #: fortran/lang.opt:258
595 #, no-c-format
596 msgid "Warn about calls with implicit interface."
597 msgstr ""
599 #: fortran/lang.opt:262
600 #, no-c-format
601 msgid "Warn about called procedures not explicitly declared."
602 msgstr ""
604 #: fortran/lang.opt:266
605 #, no-c-format
606 msgid "Warn about constant integer divisions with truncated results."
607 msgstr ""
609 #: fortran/lang.opt:270
610 #, no-c-format
611 msgid "Warn about truncated source lines."
612 msgstr ""
614 #: fortran/lang.opt:274
615 #, no-c-format
616 msgid "Warn on intrinsics not part of the selected standard."
617 msgstr ""
619 #: fortran/lang.opt:286
620 #, no-c-format
621 msgid "Warn about USE statements that have no ONLY qualifier."
622 msgstr ""
624 #: fortran/lang.opt:298
625 #, no-c-format
626 msgid "Warn that -fno-automatic may break recursion."
627 msgstr ""
629 #: fortran/lang.opt:306
630 #, no-c-format
631 msgid "Warn about real-literal-constants with 'q' exponent-letter."
632 msgstr ""
634 #: fortran/lang.opt:310
635 #, no-c-format
636 msgid "Warn when a left-hand-side array variable is reallocated."
637 msgstr ""
639 #: fortran/lang.opt:314
640 #, no-c-format
641 msgid "Warn when a left-hand-side variable is reallocated."
642 msgstr ""
644 #: fortran/lang.opt:318
645 #, no-c-format
646 msgid "Warn if the pointer in a pointer assignment might outlive its target."
647 msgstr ""
649 #: fortran/lang.opt:326
650 #, no-c-format
651 msgid "Warn about \"suspicious\" constructs."
652 msgstr ""
654 #: fortran/lang.opt:330
655 #, no-c-format
656 msgid "Permit nonconforming uses of the tab character."
657 msgstr ""
659 #: fortran/lang.opt:334
660 #, no-c-format
661 msgid "Warn about an invalid DO loop."
662 msgstr ""
664 #: fortran/lang.opt:338
665 #, no-c-format
666 msgid "Warn about underflow of numerical constant expressions."
667 msgstr ""
669 #: fortran/lang.opt:346
670 #, no-c-format
671 msgid "Warn if a user-procedure has the same name as an intrinsic."
672 msgstr ""
674 #: fortran/lang.opt:354
675 #, no-c-format
676 msgid "Warn about unused dummy arguments."
677 msgstr ""
679 #: fortran/lang.opt:358
680 #, no-c-format
681 msgid "Warn about zero-trip DO loops."
682 msgstr ""
684 #: fortran/lang.opt:362
685 #, no-c-format
686 msgid "Enable preprocessing."
687 msgstr ""
689 #: fortran/lang.opt:370
690 #, no-c-format
691 msgid "Disable preprocessing."
692 msgstr ""
694 #: fortran/lang.opt:378
695 #, no-c-format
696 msgid "Accept argument mismatches in procedure calls."
697 msgstr ""
699 #: fortran/lang.opt:382
700 #, no-c-format
701 msgid "Eliminate multiple function invocations also for impure functions."
702 msgstr ""
704 #: fortran/lang.opt:386
705 #, no-c-format
706 msgid "Enable alignment of COMMON blocks."
707 msgstr ""
709 #: fortran/lang.opt:390
710 #, no-c-format
711 msgid "All intrinsics procedures are available regardless of selected standard."
712 msgstr ""
714 #: fortran/lang.opt:394
715 #, no-c-format
716 msgid "Allow a BOZ literal constant to appear in an invalid context and with X instead of Z."
717 msgstr ""
719 #: fortran/lang.opt:402
720 #, no-c-format
721 msgid "Do not treat local variables and COMMON blocks as if they were named in SAVE statements."
722 msgstr ""
724 #: fortran/lang.opt:406
725 #, no-c-format
726 msgid "Specify that backslash in string introduces an escape character."
727 msgstr ""
729 #: fortran/lang.opt:410
730 #, no-c-format
731 msgid "Produce a backtrace when a runtime error is encountered."
732 msgstr ""
734 #: fortran/lang.opt:414
735 #, no-c-format
736 msgid "-fblas-matmul-limit=<n>\tSize of the smallest matrix for which matmul will use BLAS."
737 msgstr ""
739 #: fortran/lang.opt:421
740 #, no-c-format
741 msgid "Produce a warning at runtime if a array temporary has been created for a procedure argument."
742 msgstr ""
744 #: fortran/lang.opt:425
745 #, no-c-format
746 msgid "-fconvert=<big-endian|little-endian|native|swap|r16_ieee|r16_ibm>\tThe endianness used for unformatted files."
747 msgstr ""
749 #: fortran/lang.opt:450
750 #, no-c-format
751 msgid "Use the Cray Pointer extension."
752 msgstr ""
754 #: fortran/lang.opt:454
755 #, no-c-format
756 msgid "Generate C prototypes from BIND(C) declarations."
757 msgstr ""
759 #: fortran/lang.opt:458
760 #, no-c-format
761 msgid "Generate C prototypes from non-BIND(C) external procedure definitions."
762 msgstr ""
764 #: fortran/lang.opt:462
765 #, no-c-format
766 msgid "Ignore 'D' in column one in fixed form."
767 msgstr ""
769 #: fortran/lang.opt:466
770 #, no-c-format
771 msgid "Treat lines with 'D' in column one as comments."
772 msgstr ""
774 #: fortran/lang.opt:470
775 #, no-c-format
776 msgid "Issue debug information for compiler-generated auxiliary variables."
777 msgstr ""
779 #: fortran/lang.opt:474
780 #, no-c-format
781 msgid "Enable all DEC language extensions."
782 msgstr ""
784 #: fortran/lang.opt:478
785 #, no-c-format
786 msgid "Enable the use of blank format items in format strings."
787 msgstr ""
789 #: fortran/lang.opt:482
790 #, no-c-format
791 msgid "Enable the use of character literals in assignments and data statements for non-character variables."
792 msgstr ""
794 #: fortran/lang.opt:487
795 #, no-c-format
796 msgid "Enable legacy parsing of INCLUDE as statement."
797 msgstr ""
799 #: fortran/lang.opt:491
800 #, no-c-format
801 msgid "Enable default widths for i, f and g format specifiers."
802 msgstr ""
804 #: fortran/lang.opt:495
805 #, no-c-format
806 msgid "Enable kind-specific variants of integer intrinsic functions."
807 msgstr ""
809 #: fortran/lang.opt:499
810 #, no-c-format
811 msgid "Enable legacy math intrinsics for compatibility."
812 msgstr ""
814 #: fortran/lang.opt:503
815 #, no-c-format
816 msgid "Enable support for DEC STRUCTURE/RECORD."
817 msgstr ""
819 #: fortran/lang.opt:507
820 #, no-c-format
821 msgid "Enable DEC-style STATIC and AUTOMATIC attributes."
822 msgstr ""
824 #: fortran/lang.opt:511
825 #, no-c-format
826 msgid "Set the default double precision kind to an 8 byte wide type."
827 msgstr ""
829 #: fortran/lang.opt:515
830 #, no-c-format
831 msgid "Set the default integer kind to an 8 byte wide type."
832 msgstr ""
834 #: fortran/lang.opt:519
835 #, no-c-format
836 msgid "Set the default real kind to an 8 byte wide type."
837 msgstr ""
839 #: fortran/lang.opt:523
840 #, no-c-format
841 msgid "Set the default real kind to an 10 byte wide type."
842 msgstr ""
844 #: fortran/lang.opt:527
845 #, no-c-format
846 msgid "Set the default real kind to an 16 byte wide type."
847 msgstr ""
849 #: fortran/lang.opt:531
850 #, no-c-format
851 msgid "Allow dollar signs in entity names."
852 msgstr ""
854 #: fortran/lang.opt:539
855 #, no-c-format
856 msgid "Display the code tree after parsing."
857 msgstr ""
859 #: fortran/lang.opt:543
860 #, no-c-format
861 msgid "Display the code tree after front end optimization."
862 msgstr ""
864 #: fortran/lang.opt:547
865 #, no-c-format
866 msgid "Display the global symbol table after parsing."
867 msgstr ""
869 #: fortran/lang.opt:551
870 #, no-c-format
871 msgid "Display the code tree after parsing; deprecated option."
872 msgstr ""
874 #: fortran/lang.opt:555
875 #, no-c-format
876 msgid "Specify that an external BLAS library should be used for matmul calls on large-size arrays."
877 msgstr ""
879 #: fortran/lang.opt:559
880 #, no-c-format
881 msgid "Use f2c calling convention."
882 msgstr ""
884 #: fortran/lang.opt:563
885 #, no-c-format
886 msgid "Assume that the source file is fixed form."
887 msgstr ""
889 #: fortran/lang.opt:567
890 #, no-c-format
891 msgid "Force creation of temporary to test infrequently-executed forall code."
892 msgstr ""
894 #: fortran/lang.opt:571
895 #, no-c-format
896 msgid "Interpret any INTEGER(4) as an INTEGER(8)."
897 msgstr ""
899 #: fortran/lang.opt:575 fortran/lang.opt:579
900 #, no-c-format
901 msgid "Specify where to find the compiled intrinsic modules."
902 msgstr ""
904 #: fortran/lang.opt:583
905 #, no-c-format
906 msgid "Allow arbitrary character line width in fixed mode."
907 msgstr ""
909 #: fortran/lang.opt:587
910 #, no-c-format
911 msgid "-ffixed-line-length-<n>\tUse n as character line width in fixed mode."
912 msgstr ""
914 #: fortran/lang.opt:591
915 #, no-c-format
916 msgid "Pad shorter fixed form lines to line width with spaces."
917 msgstr ""
919 #: fortran/lang.opt:595
920 #, no-c-format
921 msgid "-ffpe-trap=[...]\tStop on following floating point exceptions."
922 msgstr ""
924 #: fortran/lang.opt:599
925 #, no-c-format
926 msgid "-ffpe-summary=[...]\tPrint summary of floating point exceptions."
927 msgstr ""
929 #: fortran/lang.opt:603
930 #, no-c-format
931 msgid "Assume that the source file is free form."
932 msgstr ""
934 #: fortran/lang.opt:607
935 #, no-c-format
936 msgid "Allow arbitrary character line width in free mode."
937 msgstr ""
939 #: fortran/lang.opt:611
940 #, no-c-format
941 msgid "-ffree-line-length-<n>\tUse n as character line width in free mode."
942 msgstr ""
944 #: fortran/lang.opt:615
945 #, no-c-format
946 msgid "Try to interchange loops if profitable."
947 msgstr ""
949 #: fortran/lang.opt:619
950 #, no-c-format
951 msgid "Enable front end optimization."
952 msgstr ""
954 #: fortran/lang.opt:623
955 #, no-c-format
956 msgid "Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements."
957 msgstr ""
959 #: fortran/lang.opt:627
960 #, no-c-format
961 msgid "-finit-character=<n>\tInitialize local character variables to ASCII value n."
962 msgstr ""
964 #: fortran/lang.opt:631
965 #, no-c-format
966 msgid "Initialize components of derived type variables according to other init flags."
967 msgstr ""
969 #: fortran/lang.opt:635
970 #, no-c-format
971 msgid "-finit-integer=<n>\tInitialize local integer variables to n."
972 msgstr ""
974 #: fortran/lang.opt:639
975 #, no-c-format
976 msgid "Initialize local variables to zero (from g77)."
977 msgstr ""
979 #: fortran/lang.opt:643
980 #, no-c-format
981 msgid "-finit-logical=<true|false>\tInitialize local logical variables."
982 msgstr ""
984 #: fortran/lang.opt:647
985 #, no-c-format
986 msgid "-finit-real=<zero|snan|nan|inf|-inf>\tInitialize local real variables."
987 msgstr ""
989 #: fortran/lang.opt:669
990 #, no-c-format
991 msgid "-finline-arg-packing\tPerform argument packing inline."
992 msgstr ""
994 #: fortran/lang.opt:673
995 #, no-c-format
996 msgid "-finline-matmul-limit=<n>\tSpecify the size of the largest matrix for which matmul will be inlined."
997 msgstr ""
999 #: fortran/lang.opt:677
1000 #, no-c-format
1001 msgid "-fmax-array-constructor=<n>\tMaximum number of objects in an array constructor."
1002 msgstr ""
1004 #: fortran/lang.opt:681
1005 #, no-c-format
1006 msgid "-fmax-identifier-length=<n>\tMaximum identifier length."
1007 msgstr ""
1009 #: fortran/lang.opt:685
1010 #, no-c-format
1011 msgid "-fmax-subrecord-length=<n>\tMaximum length for subrecords."
1012 msgstr ""
1014 #: fortran/lang.opt:689
1015 #, no-c-format
1016 msgid "-fmax-stack-var-size=<n>\tSize in bytes of the largest array that will be put on the stack."
1017 msgstr ""
1019 #: fortran/lang.opt:693
1020 #, no-c-format
1021 msgid "Put all local arrays on stack."
1022 msgstr ""
1024 #: fortran/lang.opt:697
1025 #, no-c-format
1026 msgid "Set default accessibility of module entities to PRIVATE."
1027 msgstr ""
1029 #: fortran/lang.opt:717
1030 #, no-c-format
1031 msgid "Try to lay out derived types as compactly as possible."
1032 msgstr ""
1034 #: fortran/lang.opt:725
1035 #, no-c-format
1036 msgid "Protect parentheses in expressions."
1037 msgstr ""
1039 #: fortran/lang.opt:729
1040 #, no-c-format
1041 msgid "Path to header file that should be pre-included before each compilation unit."
1042 msgstr ""
1044 #: fortran/lang.opt:733
1045 #, no-c-format
1046 msgid "Enable range checking during compilation."
1047 msgstr ""
1049 #: fortran/lang.opt:737
1050 #, no-c-format
1051 msgid "Interpret any REAL(4) as a REAL(8)."
1052 msgstr ""
1054 #: fortran/lang.opt:741
1055 #, no-c-format
1056 msgid "Interpret any REAL(4) as a REAL(10)."
1057 msgstr ""
1059 #: fortran/lang.opt:745
1060 #, no-c-format
1061 msgid "Interpret any REAL(4) as a REAL(16)."
1062 msgstr ""
1064 #: fortran/lang.opt:749
1065 #, no-c-format
1066 msgid "Interpret any REAL(8) as a REAL(4)."
1067 msgstr ""
1069 #: fortran/lang.opt:753
1070 #, no-c-format
1071 msgid "Interpret any REAL(8) as a REAL(10)."
1072 msgstr ""
1074 #: fortran/lang.opt:757
1075 #, no-c-format
1076 msgid "Interpret any REAL(8) as a REAL(16)."
1077 msgstr ""
1079 #: fortran/lang.opt:761
1080 #, no-c-format
1081 msgid "Reallocate the LHS in assignments."
1082 msgstr ""
1084 #: fortran/lang.opt:765
1085 #, no-c-format
1086 msgid "Use a 4-byte record marker for unformatted files."
1087 msgstr ""
1089 #: fortran/lang.opt:769
1090 #, no-c-format
1091 msgid "Use an 8-byte record marker for unformatted files."
1092 msgstr ""
1094 #: fortran/lang.opt:773
1095 #, no-c-format
1096 msgid "Allocate local variables on the stack to allow indirect recursion."
1097 msgstr ""
1099 #: fortran/lang.opt:777
1100 #, no-c-format
1101 msgid "Copy array sections into a contiguous block on procedure entry."
1102 msgstr ""
1104 #: fortran/lang.opt:781
1105 #, no-c-format
1106 msgid "-fcoarray=<none|single|lib>\tSpecify which coarray parallelization should be used."
1107 msgstr ""
1109 #: fortran/lang.opt:797
1110 #, no-c-format
1111 msgid "-fcheck=[...]\tSpecify which runtime checks are to be performed."
1112 msgstr ""
1114 #: fortran/lang.opt:801
1115 #, no-c-format
1116 msgid "Append a second underscore if the name already contains an underscore."
1117 msgstr ""
1119 #: fortran/lang.opt:809
1120 #, no-c-format
1121 msgid "Apply negative sign to zero values."
1122 msgstr ""
1124 #: fortran/lang.opt:816
1125 #, no-c-format
1126 msgid "Disallow tail call optimization when a calling routine may have omitted character lengths."
1127 msgstr ""
1129 #: fortran/lang.opt:820
1130 #, no-c-format
1131 msgid "Append underscores to externally visible names."
1132 msgstr ""
1134 #: fortran/lang.opt:824 c-family/c.opt:1664 c-family/c.opt:1741
1135 #: c-family/c.opt:1749 c-family/c.opt:2068 config/pa/pa.opt:46
1136 #: config/pa/pa.opt:78 config/arc/arc.opt:140 config/arc/arc.opt:296
1137 #: config/arc/arc.opt:308 config/arc/arc.opt:312 config/arc/arc.opt:317
1138 #: common.opt:639 common.opt:1162 common.opt:1166 common.opt:1170
1139 #: common.opt:1261 common.opt:1567 common.opt:1649 common.opt:1937
1140 #: common.opt:2080 common.opt:2123 common.opt:2557 common.opt:2593
1141 #: common.opt:2686 common.opt:2690 common.opt:2799 common.opt:2890
1142 #: common.opt:2898 common.opt:2906 common.opt:2914 common.opt:3015
1143 #: common.opt:3075 common.opt:3163 common.opt:3323 common.opt:3327
1144 #: common.opt:3331 common.opt:3335 common.opt:3405 common.opt:3409
1145 #: common.opt:3440 common.opt:3444
1146 #, no-c-format
1147 msgid "Does nothing.  Preserved for backward compatibility."
1148 msgstr "Ne radi ništa. Zadržano radi kompatibilnosti s ranijim inačicama."
1150 #: fortran/lang.opt:864
1151 #, no-c-format
1152 msgid "Statically link the GNU Fortran helper library (libgfortran)."
1153 msgstr ""
1155 #: fortran/lang.opt:868
1156 #, no-c-format
1157 msgid "Statically link the GCC Quad-Precision Math Library (libquadmath)."
1158 msgstr ""
1160 #: fortran/lang.opt:872
1161 #, no-c-format
1162 msgid "Conform to the ISO Fortran 2003 standard."
1163 msgstr ""
1165 #: fortran/lang.opt:876
1166 #, no-c-format
1167 msgid "Conform to the ISO Fortran 2008 standard."
1168 msgstr ""
1170 #: fortran/lang.opt:880
1171 #, no-c-format
1172 msgid "Conform to the ISO Fortran 2008 standard including TS 29113."
1173 msgstr ""
1175 #: fortran/lang.opt:884
1176 #, no-c-format
1177 msgid "Conform to the ISO Fortran 2018 standard."
1178 msgstr ""
1180 #: fortran/lang.opt:888
1181 #, no-c-format
1182 msgid "Conform to the ISO Fortran 95 standard."
1183 msgstr ""
1185 #: fortran/lang.opt:892
1186 #, no-c-format
1187 msgid "Conform to nothing in particular."
1188 msgstr ""
1190 #: fortran/lang.opt:896
1191 #, no-c-format
1192 msgid "Accept extensions to support legacy code."
1193 msgstr ""
1195 #: rust/lang.opt:47 rust/lang.opt:51 c-family/c.opt:1407 c-family/c.opt:1411
1196 #, no-c-format
1197 msgid "Warn when a const variable is unused."
1198 msgstr ""
1200 #: rust/lang.opt:55 c-family/c.opt:1399
1201 #, no-c-format
1202 msgid "Warn if a caller of a function, marked with attribute warn_unused_result, does not use its return value."
1203 msgstr ""
1205 #: rust/lang.opt:59
1206 #, no-c-format
1207 msgid "-frust-crate=<name>             Set the crate name for the compilation"
1208 msgstr ""
1210 #: rust/lang.opt:63
1211 #, no-c-format
1212 msgid "Dump various Rust front end internals."
1213 msgstr ""
1215 #: rust/lang.opt:67
1216 #, no-c-format
1217 msgid "-frust-dump-<type>\tDump Rust frontend internal information."
1218 msgstr ""
1220 #: rust/lang.opt:71
1221 #, no-c-format
1222 msgid "Enable experimental compilation of Rust files at your own risk"
1223 msgstr ""
1225 #: rust/lang.opt:75
1226 #, no-c-format
1227 msgid "-frust-max-recursion-depth=integer"
1228 msgstr ""
1230 #: rust/lang.opt:79
1231 #, no-c-format
1232 msgid "-frust-mangling=[legacy|v0]     Choose which version to use for name mangling"
1233 msgstr ""
1235 #: rust/lang.opt:92
1236 #, no-c-format
1237 msgid "-frust-cfg=<name>             Set a config expansion option"
1238 msgstr ""
1240 #: rust/lang.opt:96
1241 #, no-c-format
1242 msgid "-frust-edition=[2015|2018|2021]             Choose which edition to use when compiling rust code"
1243 msgstr ""
1245 #: rust/lang.opt:112
1246 #, no-c-format
1247 msgid "Flag to enable embeding metadata directly into object files"
1248 msgstr ""
1250 #: rust/lang.opt:116
1251 #, no-c-format
1252 msgid "-frust-metadata-output=<path.rox>  Path to output crate metadata"
1253 msgstr ""
1255 #: rust/lang.opt:124
1256 #, no-c-format
1257 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"
1258 msgstr ""
1260 #: c-family/c.opt:182
1261 #, no-c-format
1262 msgid "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' before <question> disables the <answer> to <question>."
1263 msgstr "-A<question>=<answer>\tPrihvati <answer> na <question>. Crticom ‘-’ ispred <question> onemogućuje se <answer> na <question>."
1265 #: c-family/c.opt:186
1266 #, no-c-format
1267 msgid "Do not discard comments."
1268 msgstr ""
1270 #: c-family/c.opt:190
1271 #, no-c-format
1272 msgid "Do not discard comments in macro expansions."
1273 msgstr "Ne odbacuje (ne briše) komentare u makro proširenjima."
1275 #: c-family/c.opt:194
1276 #, no-c-format
1277 msgid "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just <macro> is given, <val> is taken to be 1."
1278 msgstr "-D<macro>[=<val>]\tDefinira <macro> s vrijednošću <val>. Ako je dȃn samo <macro>, uzima se da je vrijednost <val>=1."
1280 #: c-family/c.opt:201
1281 #, no-c-format
1282 msgid "-F <dir>\tAdd <dir> to the end of the main framework include path."
1283 msgstr ""
1285 #: c-family/c.opt:205
1286 #, no-c-format
1287 msgid "Enable parsing GIMPLE."
1288 msgstr ""
1290 #: c-family/c.opt:209
1291 #, no-c-format
1292 msgid "Print the name of header files as they are used."
1293 msgstr ""
1295 #: c-family/c.opt:213
1296 #, no-c-format
1297 msgid "-I <dir>\tAdd <dir> to the end of the main include path."
1298 msgstr ""
1300 #: c-family/c.opt:217
1301 #, no-c-format
1302 msgid "Generate make dependencies."
1303 msgstr ""
1305 #: c-family/c.opt:221
1306 #, no-c-format
1307 msgid "Generate make dependencies and compile."
1308 msgstr ""
1310 #: c-family/c.opt:225
1311 #, no-c-format
1312 msgid "-MF <file>\tWrite dependency output to the given file."
1313 msgstr ""
1315 #: c-family/c.opt:229
1316 #, no-c-format
1317 msgid "Treat missing header files as generated files."
1318 msgstr ""
1320 #: c-family/c.opt:233
1321 #, no-c-format
1322 msgid "Like -M but ignore system header files."
1323 msgstr ""
1325 #: c-family/c.opt:237
1326 #, no-c-format
1327 msgid "Like -MD but ignore system header files."
1328 msgstr ""
1330 #: c-family/c.opt:241
1331 #, no-c-format
1332 msgid "Generate C++ Module dependency information."
1333 msgstr ""
1335 #: c-family/c.opt:249
1336 #, no-c-format
1337 msgid "Generate phony targets for all headers."
1338 msgstr ""
1340 #: c-family/c.opt:253
1341 #, no-c-format
1342 msgid "-MQ <target>\tAdd a target that may require quoting."
1343 msgstr ""
1345 #: c-family/c.opt:257
1346 #, no-c-format
1347 msgid "-MT <target>\tAdd a target that does not require quoting."
1348 msgstr ""
1350 #: c-family/c.opt:261
1351 #, no-c-format
1352 msgid "Do not generate #line directives."
1353 msgstr ""
1355 #: c-family/c.opt:265
1356 #, no-c-format
1357 msgid "-U<macro>\tUndefine <macro>."
1358 msgstr ""
1360 #: c-family/c.opt:269
1361 #, no-c-format
1362 msgid "Warn if the NSObject attribute is applied to a non-typedef."
1363 msgstr ""
1365 #: c-family/c.opt:273
1366 #, no-c-format
1367 msgid "Warn about things that will change when compiling with an ABI-compliant compiler."
1368 msgstr ""
1370 #: c-family/c.opt:277
1371 #, no-c-format
1372 msgid "Warn about things that change between the current -fabi-version and the specified version."
1373 msgstr ""
1375 #: c-family/c.opt:281
1376 #, no-c-format
1377 msgid "Warn if a subobject has an abi_tag attribute that the complete object type does not have."
1378 msgstr ""
1380 #: c-family/c.opt:288
1381 #, no-c-format
1382 msgid "Warn on suspicious calls of standard functions computing absolute values."
1383 msgstr ""
1385 #: c-family/c.opt:292
1386 #, no-c-format
1387 msgid "Warn about suspicious uses of memory addresses."
1388 msgstr ""
1390 #: c-family/c.opt:308
1391 #, no-c-format
1392 msgid "Warn about 'new' of type with extended alignment without -faligned-new."
1393 msgstr ""
1395 #: c-family/c.opt:312
1396 #, no-c-format
1397 msgid "-Waligned-new=[none|global|all]\tWarn even if 'new' uses a class member allocation function."
1398 msgstr ""
1400 #: c-family/c.opt:316 ada/gcc-interface/lang.opt:57
1401 #, no-c-format
1402 msgid "Enable most warning messages."
1403 msgstr ""
1405 #: c-family/c.opt:320
1406 #, no-c-format
1407 msgid "Warn on any use of alloca."
1408 msgstr ""
1410 #: c-family/c.opt:324
1411 #, no-c-format
1412 msgid "-Walloc-size-larger-than=<bytes>\tWarn for calls to allocation functions that attempt to allocate objects larger than the specified number of bytes."
1413 msgstr ""
1415 #: c-family/c.opt:329
1416 #, no-c-format
1417 msgid "Disable Walloc-size-larger-than= warning.  Equivalent to Walloc-size-larger-than=<SIZE_MAX> or larger."
1418 msgstr ""
1420 #: c-family/c.opt:333
1421 #, no-c-format
1422 msgid "Warn for calls to allocation functions that specify zero bytes."
1423 msgstr ""
1425 #: c-family/c.opt:337
1426 #, no-c-format
1427 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."
1428 msgstr ""
1430 #: c-family/c.opt:343
1431 #, no-c-format
1432 msgid "Disable Walloca-larger-than= warning.  Equivalent to Walloca-larger-than=<SIZE_MAX> or larger."
1433 msgstr ""
1435 #: c-family/c.opt:351
1436 #, no-c-format
1437 msgid "Warn about comparisons between two operands of array type."
1438 msgstr ""
1440 #: c-family/c.opt:355 c-family/c.opt:359
1441 #, no-c-format
1442 msgid "Warn about mismatched declarations of array parameters and unsafe accesses to them."
1443 msgstr ""
1445 #: c-family/c.opt:363
1446 #, no-c-format
1447 msgid "Warn about accesses to interior zero-length array members."
1448 msgstr ""
1450 #: c-family/c.opt:367
1451 #, no-c-format
1452 msgid "Warn whenever an Objective-C assignment is being intercepted by the garbage collector."
1453 msgstr ""
1455 #: c-family/c.opt:371
1456 #, no-c-format
1457 msgid "Warn about casting functions to incompatible types."
1458 msgstr ""
1460 #: c-family/c.opt:379
1461 #, no-c-format
1462 msgid "-Wbidi-chars=[none|unpaired|any|ucn] Warn about UTF-8 bidirectional control characters."
1463 msgstr ""
1465 #: c-family/c.opt:402
1466 #, no-c-format
1467 msgid "Warn about boolean expression compared with an integer value different from true/false."
1468 msgstr ""
1470 #: c-family/c.opt:406
1471 #, no-c-format
1472 msgid "Warn about certain operations on boolean expressions."
1473 msgstr ""
1475 #: c-family/c.opt:410
1476 #, no-c-format
1477 msgid "Warn when __builtin_frame_address or __builtin_return_address is used unsafely."
1478 msgstr ""
1480 #: c-family/c.opt:414
1481 #, no-c-format
1482 msgid "Warn when a built-in function is declared with the wrong signature."
1483 msgstr ""
1485 #: c-family/c.opt:418
1486 #, no-c-format
1487 msgid "Warn when a built-in preprocessor macro is undefined or redefined."
1488 msgstr ""
1490 #: c-family/c.opt:422
1491 #, no-c-format
1492 msgid "Warn about features not present in ISO C11, but present in ISO C2X."
1493 msgstr ""
1495 #: c-family/c.opt:426
1496 #, no-c-format
1497 msgid "Warn about features not present in ISO C90, but present in ISO C99."
1498 msgstr ""
1500 #: c-family/c.opt:430
1501 #, no-c-format
1502 msgid "Warn about features not present in ISO C99, but present in ISO C11."
1503 msgstr ""
1505 #: c-family/c.opt:434
1506 #, no-c-format
1507 msgid "Warn about C constructs that are not in the common subset of C and C++."
1508 msgstr ""
1510 #: c-family/c.opt:441
1511 #, no-c-format
1512 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 1998 and ISO C++ 2011."
1513 msgstr ""
1515 #: c-family/c.opt:445
1516 #, no-c-format
1517 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2011 and ISO C++ 2014."
1518 msgstr ""
1520 #: c-family/c.opt:452
1521 #, no-c-format
1522 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2014 and ISO C++ 2017."
1523 msgstr ""
1525 #: c-family/c.opt:459
1526 #, no-c-format
1527 msgid "Warn about C++ constructs whose meaning differs between ISO C++ 2017 and ISO C++ 2020."
1528 msgstr ""
1530 #: c-family/c.opt:463
1531 #, no-c-format
1532 msgid "Warn about C++11 constructs in code compiled with an older standard."
1533 msgstr ""
1535 #: c-family/c.opt:467
1536 #, no-c-format
1537 msgid "Warn about C++14 constructs in code compiled with an older standard."
1538 msgstr ""
1540 #: c-family/c.opt:471
1541 #, no-c-format
1542 msgid "Warn about C++17 constructs in code compiled with an older standard."
1543 msgstr ""
1545 #: c-family/c.opt:475
1546 #, no-c-format
1547 msgid "Warn about C++20 constructs in code compiled with an older standard."
1548 msgstr ""
1550 #: c-family/c.opt:479
1551 #, no-c-format
1552 msgid "Warn about C++23 constructs in code compiled with an older standard."
1553 msgstr ""
1555 #: c-family/c.opt:483
1556 #, no-c-format
1557 msgid "Warn about casts between incompatible function types."
1558 msgstr ""
1560 #: c-family/c.opt:487
1561 #, no-c-format
1562 msgid "Warn about casts which discard qualifiers."
1563 msgstr ""
1565 #: c-family/c.opt:491 c-family/c.opt:495
1566 #, no-c-format
1567 msgid "Warn about catch handlers of non-reference type."
1568 msgstr ""
1570 #: c-family/c.opt:499
1571 #, no-c-format
1572 msgid "Complain about a name being declared as a class member after a previous use of the same name."
1573 msgstr ""
1575 #: c-family/c.opt:503
1576 #, no-c-format
1577 msgid "Warn about subscripts whose type is \"char\"."
1578 msgstr ""
1580 #: c-family/c.opt:507 c-family/c.opt:1561 c-family/c.opt:1565
1581 #: c-family/c.opt:1569 c-family/c.opt:1573 c-family/c.opt:1577
1582 #: c-family/c.opt:1581 c-family/c.opt:1585 c-family/c.opt:1592
1583 #: c-family/c.opt:1596 c-family/c.opt:1600 c-family/c.opt:1604
1584 #: c-family/c.opt:1608 c-family/c.opt:1612 c-family/c.opt:1616
1585 #: c-family/c.opt:1620 c-family/c.opt:1624 c-family/c.opt:1628
1586 #: c-family/c.opt:1632 c-family/c.opt:1636 c-family/c.opt:1640
1587 #: config/i386/i386.opt:999
1588 #, no-c-format
1589 msgid "Removed in GCC 9.  This switch has no effect."
1590 msgstr ""
1592 #: c-family/c.opt:511
1593 #, no-c-format
1594 msgid "Warn about variables that might be changed by \"longjmp\" or \"vfork\"."
1595 msgstr ""
1597 #: c-family/c.opt:515
1598 #, no-c-format
1599 msgid "Warn about uses of a comma operator within a subscripting expression."
1600 msgstr ""
1602 #: c-family/c.opt:519
1603 #, no-c-format
1604 msgid "Warn about possibly nested block comments, and C++ comments spanning more than one physical line."
1605 msgstr ""
1607 #: c-family/c.opt:523
1608 #, no-c-format
1609 msgid "Synonym for -Wcomment."
1610 msgstr ""
1612 #: c-family/c.opt:527
1613 #, no-c-format
1614 msgid "Warn for conditionally-supported constructs."
1615 msgstr ""
1617 #: c-family/c.opt:531
1618 #, no-c-format
1619 msgid "Warn for implicit type conversions that may change a value."
1620 msgstr ""
1622 #: c-family/c.opt:535
1623 #, no-c-format
1624 msgid "Warn for converting NULL from/to a non-pointer type."
1625 msgstr ""
1627 #: c-family/c.opt:543
1628 #, no-c-format
1629 msgid "Warn when performing class template argument deduction on a type with no deduction guides."
1630 msgstr ""
1632 #: c-family/c.opt:548
1633 #, no-c-format
1634 msgid "Warn when all constructors and destructors are private."
1635 msgstr ""
1637 #: c-family/c.opt:552
1638 #, no-c-format
1639 msgid "Warn about dangling else."
1640 msgstr ""
1642 #: c-family/c.opt:556 c-family/c.opt:560
1643 #, no-c-format
1644 msgid "Warn for uses of pointers to auto variables whose lifetime has ended."
1645 msgstr ""
1647 #: c-family/c.opt:564
1648 #, no-c-format
1649 msgid "Warn when a reference is bound to a temporary whose lifetime has ended."
1650 msgstr ""
1652 #: c-family/c.opt:568
1653 #, no-c-format
1654 msgid "Warn about __TIME__, __DATE__ and __TIMESTAMP__ usage."
1655 msgstr ""
1657 #: c-family/c.opt:572
1658 #, no-c-format
1659 msgid "Warn when a declaration is found after a statement."
1660 msgstr ""
1662 #: c-family/c.opt:576
1663 #, no-c-format
1664 msgid "Warn when deleting a pointer to incomplete type."
1665 msgstr ""
1667 #: c-family/c.opt:580
1668 #, no-c-format
1669 msgid "Warn about deleting polymorphic objects with non-virtual destructors."
1670 msgstr ""
1672 #: c-family/c.opt:588
1673 #, no-c-format
1674 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation."
1675 msgstr ""
1677 #: c-family/c.opt:593
1678 #, no-c-format
1679 msgid "Mark implicitly-declared copy operations as deprecated if the class has a user-provided copy operation or destructor."
1680 msgstr ""
1682 #: c-family/c.opt:598
1683 #, no-c-format
1684 msgid "Warn about deprecated arithmetic conversions on operands of enumeration types."
1685 msgstr ""
1687 #: c-family/c.opt:602
1688 #, no-c-format
1689 msgid "Warn about deprecated arithmetic conversions on operands where one is of enumeration type and the other is of a floating-point type."
1690 msgstr ""
1692 #: c-family/c.opt:607
1693 #, no-c-format
1694 msgid "Warn about positional initialization of structs requiring designated initializers."
1695 msgstr ""
1697 #: c-family/c.opt:611
1698 #, no-c-format
1699 msgid "Warn if qualifiers on arrays which are pointer targets are discarded."
1700 msgstr ""
1702 #: c-family/c.opt:615
1703 #, no-c-format
1704 msgid "Warn if type qualifiers on pointers are discarded."
1705 msgstr ""
1707 #: c-family/c.opt:619
1708 #, no-c-format
1709 msgid "Warn about compile-time integer division by zero."
1710 msgstr ""
1712 #: c-family/c.opt:623
1713 #, no-c-format
1714 msgid "Warn about duplicated branches in if-else statements."
1715 msgstr ""
1717 #: c-family/c.opt:627
1718 #, no-c-format
1719 msgid "Warn about duplicated conditions in an if-else-if chain."
1720 msgstr ""
1722 #: c-family/c.opt:631
1723 #, no-c-format
1724 msgid "Warn about violations of Effective C++ style rules."
1725 msgstr ""
1727 #: c-family/c.opt:635
1728 #, no-c-format
1729 msgid "Warn about an empty body in an if or else statement."
1730 msgstr ""
1732 #: c-family/c.opt:639
1733 #, no-c-format
1734 msgid "Warn about stray tokens after #else and #endif."
1735 msgstr ""
1737 #: c-family/c.opt:643
1738 #, no-c-format
1739 msgid "Warn about comparison of different enum types."
1740 msgstr ""
1742 #: c-family/c.opt:647
1743 #, no-c-format
1744 msgid "Warn about implicit conversion of enum types."
1745 msgstr ""
1747 #: c-family/c.opt:651
1748 #, no-c-format
1749 msgid "Warn about enum/integer type mismatches."
1750 msgstr ""
1752 #: c-family/c.opt:659
1753 #, no-c-format
1754 msgid "This switch is deprecated; use -Werror=implicit-function-declaration instead."
1755 msgstr "taj šalter je zastario; koristite -Werror=implicit-function-declaration"
1757 #: c-family/c.opt:663
1758 #, no-c-format
1759 msgid "Warn when an exception handler is shadowed by another handler."
1760 msgstr ""
1762 #: c-family/c.opt:671
1763 #, no-c-format
1764 msgid "Warn about semicolon after in-class function definition."
1765 msgstr ""
1767 #: c-family/c.opt:675
1768 #, no-c-format
1769 msgid "Warn for implicit type conversions that cause loss of floating point precision."
1770 msgstr ""
1772 #: c-family/c.opt:679
1773 #, no-c-format
1774 msgid "Warn if testing floating point numbers for equality."
1775 msgstr ""
1777 #: c-family/c.opt:683 c-family/c.opt:729
1778 #, no-c-format
1779 msgid "Warn about printf/scanf/strftime/strfmon format string anomalies."
1780 msgstr ""
1782 #: c-family/c.opt:687
1783 #, no-c-format
1784 msgid "Warn about format strings that contain NUL bytes."
1785 msgstr ""
1787 #: c-family/c.opt:691
1788 #, no-c-format
1789 msgid "Warn about GCC format strings with strings unsuitable for diagnostics."
1790 msgstr ""
1792 #: c-family/c.opt:695
1793 #, no-c-format
1794 msgid "Warn if passing too many arguments to a function for its format string."
1795 msgstr ""
1797 #: c-family/c.opt:699
1798 #, no-c-format
1799 msgid "Warn about format strings that are not literals."
1800 msgstr ""
1802 #: c-family/c.opt:703
1803 #, no-c-format
1804 msgid "Warn about function calls with format strings that write past the end of the destination region.  Same as -Wformat-overflow=1."
1805 msgstr "Upozori na pozive funkcija s format stringovima koji pišu iza kraja područja odredišta. Isto kao -Wformat-overflow=1."
1807 #: c-family/c.opt:708
1808 #, no-c-format
1809 msgid "Warn about possible security problems with format functions."
1810 msgstr ""
1812 #: c-family/c.opt:712
1813 #, no-c-format
1814 msgid "Warn about sign differences with format functions."
1815 msgstr ""
1817 #: c-family/c.opt:716
1818 #, no-c-format
1819 msgid "Warn about calls to snprintf and similar functions that truncate output. Same as -Wformat-truncation=1."
1820 msgstr "Upozori na pozivanje snprintf i sličnih funkcija koje skraćuju izlaz. Isto kao  -Wformat-truncation=1."
1822 #: c-family/c.opt:721
1823 #, no-c-format
1824 msgid "Warn about strftime formats yielding 2-digit years."
1825 msgstr ""
1827 #: c-family/c.opt:725
1828 #, no-c-format
1829 msgid "Warn about zero-length formats."
1830 msgstr ""
1832 #: c-family/c.opt:733
1833 #, no-c-format
1834 msgid "Warn about function calls with format strings that write past the end of the destination region."
1835 msgstr ""
1837 #: c-family/c.opt:738
1838 #, no-c-format
1839 msgid "Warn about calls to snprintf and similar functions that truncate output."
1840 msgstr ""
1842 #: c-family/c.opt:742
1843 #, no-c-format
1844 msgid "Warn when the field in a struct is not aligned."
1845 msgstr ""
1847 #: c-family/c.opt:746
1848 #, no-c-format
1849 msgid "Warn whenever type qualifiers are ignored."
1850 msgstr ""
1852 #: c-family/c.opt:750
1853 #, no-c-format
1854 msgid "Warn whenever attributes are ignored."
1855 msgstr ""
1857 #: c-family/c.opt:754
1858 #, no-c-format
1859 msgid "Warn when a base is inaccessible in derived due to ambiguity."
1860 msgstr ""
1862 #: c-family/c.opt:758
1863 #, no-c-format
1864 msgid "Warn when there is a conversion between pointers that have incompatible types."
1865 msgstr ""
1867 #: c-family/c.opt:762 common.opt:650
1868 #, no-c-format
1869 msgid "Warn for infinitely recursive calls."
1870 msgstr ""
1872 #: c-family/c.opt:766
1873 #, no-c-format
1874 msgid "Warn when the address of packed member of struct or union is taken."
1875 msgstr ""
1877 #: c-family/c.opt:770
1878 #, no-c-format
1879 msgid "Warn about variables which are initialized to themselves."
1880 msgstr ""
1882 #: c-family/c.opt:774
1883 #, no-c-format
1884 msgid "Warn about uses of std::initializer_list that can result in dangling pointers."
1885 msgstr ""
1887 #: c-family/c.opt:778
1888 #, no-c-format
1889 msgid "Warn about nonsensical values of --param destructive-interference-size or constructive-interference-size."
1890 msgstr ""
1892 #: c-family/c.opt:783
1893 #, no-c-format
1894 msgid "Warn about implicit declarations."
1895 msgstr ""
1897 #: c-family/c.opt:791
1898 #, no-c-format
1899 msgid "Warn about implicit conversions from \"float\" to \"double\"."
1900 msgstr ""
1902 #: c-family/c.opt:795
1903 #, no-c-format
1904 msgid "Warn if \"defined\" is used outside #if."
1905 msgstr ""
1907 #: c-family/c.opt:799
1908 #, no-c-format
1909 msgid "Warn about implicit function declarations."
1910 msgstr ""
1912 #: c-family/c.opt:803
1913 #, no-c-format
1914 msgid "Warn when a declaration does not specify a type."
1915 msgstr ""
1917 #: c-family/c.opt:810
1918 #, no-c-format
1919 msgid "Warn about C++11 inheriting constructors when the base has a variadic constructor."
1920 msgstr ""
1922 #: c-family/c.opt:814
1923 #, no-c-format
1924 msgid "Warn about incompatible integer to pointer and pointer to integer conversions."
1925 msgstr ""
1927 #: c-family/c.opt:818
1928 #, no-c-format
1929 msgid "Warn for suspicious integer expressions in boolean context."
1930 msgstr ""
1932 #: c-family/c.opt:822
1933 #, no-c-format
1934 msgid "Warn when there is a cast to a pointer from an integer of a different size."
1935 msgstr ""
1937 #: c-family/c.opt:826
1938 #, no-c-format
1939 msgid "Warn when a function never produces a constant expression."
1940 msgstr ""
1942 #: c-family/c.opt:830
1943 #, no-c-format
1944 msgid "Warn about invalid uses of the \"offsetof\" macro."
1945 msgstr ""
1947 #: c-family/c.opt:834
1948 #, no-c-format
1949 msgid "Warn about PCH files that are found but not used."
1950 msgstr ""
1952 #: c-family/c.opt:838
1953 #, no-c-format
1954 msgid "Warn about invalid UTF-8 characters."
1955 msgstr ""
1957 #: c-family/c.opt:842
1958 #, no-c-format
1959 msgid "Warn when a jump misses a variable initialization."
1960 msgstr ""
1962 #: c-family/c.opt:846
1963 #, no-c-format
1964 msgid "Warn when a string or character literal is followed by a ud-suffix which does not begin with an underscore."
1965 msgstr ""
1967 #: c-family/c.opt:850
1968 #, no-c-format
1969 msgid "Warn when a logical operator is suspiciously always evaluating to true or false."
1970 msgstr ""
1972 #: c-family/c.opt:854
1973 #, no-c-format
1974 msgid "Warn when logical not is used on the left hand side operand of a comparison."
1975 msgstr ""
1977 #: c-family/c.opt:858
1978 #, no-c-format
1979 msgid "Do not warn about using \"long long\" when -pedantic."
1980 msgstr ""
1982 #: c-family/c.opt:862
1983 #, no-c-format
1984 msgid "Warn about suspicious declarations of \"main\"."
1985 msgstr ""
1987 #: c-family/c.opt:870
1988 #, no-c-format
1989 msgid "Warn about suspicious calls to memset where the third argument is constant literal zero and the second is not."
1990 msgstr ""
1992 #: c-family/c.opt:874
1993 #, no-c-format
1994 msgid "Warn about suspicious calls to memset where the third argument contains the number of elements not multiplied by the element size."
1995 msgstr ""
1997 #: c-family/c.opt:878
1998 #, no-c-format
1999 msgid "Warn when the indentation of the code does not reflect the block structure."
2000 msgstr ""
2002 #: c-family/c.opt:882
2003 #, no-c-format
2004 msgid "Warn for deallocation calls with arguments returned from mismatched allocation functions."
2005 msgstr ""
2007 #: c-family/c.opt:887
2008 #, no-c-format
2009 msgid "Warn for mismatches between calls to operator new or delete and the corresponding call to the allocation or deallocation function."
2010 msgstr ""
2012 #: c-family/c.opt:892
2013 #, no-c-format
2014 msgid "Warn when a class is redeclared or referenced using a mismatched class-key."
2015 msgstr ""
2017 #: c-family/c.opt:896
2018 #, no-c-format
2019 msgid "Warn about possibly missing braces around initializers."
2020 msgstr ""
2022 #: c-family/c.opt:900
2023 #, no-c-format
2024 msgid "Warn about global functions without previous declarations."
2025 msgstr ""
2027 #: c-family/c.opt:904
2028 #, no-c-format
2029 msgid "Warn about missing fields in struct initializers."
2030 msgstr ""
2032 #: c-family/c.opt:908
2033 #, no-c-format
2034 msgid "Warn about likely missing requires keyword."
2035 msgstr ""
2037 #: c-family/c.opt:912
2038 #, no-c-format
2039 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."
2040 msgstr ""
2042 #: c-family/c.opt:916
2043 #, no-c-format
2044 msgid "Warn about unsafe macros expanding to multiple statements used as a body of a clause such as if, else, while, switch, or for."
2045 msgstr ""
2047 #: c-family/c.opt:920
2048 #, no-c-format
2049 msgid "Warn on direct multiple inheritance."
2050 msgstr ""
2052 #: c-family/c.opt:924
2053 #, no-c-format
2054 msgid "Warn on namespace definition."
2055 msgstr ""
2057 #: c-family/c.opt:928
2058 #, no-c-format
2059 msgid "Warn when fields in a struct with the packed attribute are misaligned."
2060 msgstr ""
2062 #: c-family/c.opt:932
2063 #, no-c-format
2064 msgid "Warn when a range-based for-loop is creating unnecessary copies."
2065 msgstr ""
2067 #: c-family/c.opt:936
2068 #, no-c-format
2069 msgid "Warn when a class or enumerated type is referenced using a redundant class-key."
2070 msgstr ""
2072 #: c-family/c.opt:940
2073 #, no-c-format
2074 msgid "Warn about missing sized deallocation functions."
2075 msgstr ""
2077 #: c-family/c.opt:944
2078 #, no-c-format
2079 msgid "Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers."
2080 msgstr ""
2082 #: c-family/c.opt:948
2083 #, no-c-format
2084 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."
2085 msgstr ""
2087 #: c-family/c.opt:953
2088 #, no-c-format
2089 msgid "Warn about suspicious length parameters to certain string functions if the argument uses sizeof."
2090 msgstr ""
2092 #: c-family/c.opt:957
2093 #, no-c-format
2094 msgid "Warn when sizeof is applied on a parameter declared as an array."
2095 msgstr ""
2097 #: c-family/c.opt:961
2098 #, no-c-format
2099 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."
2100 msgstr ""
2102 #: c-family/c.opt:967
2103 #, no-c-format
2104 msgid "Warn about buffer overflow in string manipulation functions like memcpy and strcpy."
2105 msgstr ""
2107 #: c-family/c.opt:972
2108 #, no-c-format
2109 msgid "Under the control of Object Size type, warn about buffer overflow in string manipulation functions like memcpy and strcpy."
2110 msgstr ""
2112 #: c-family/c.opt:977
2113 #, no-c-format
2114 msgid "Warn about reading past the end of a source array in string manipulation functions like memchr and memcpy."
2115 msgstr ""
2117 #: c-family/c.opt:981
2118 #, no-c-format
2119 msgid "Warn about truncation in string manipulation functions like strncat and strncpy."
2120 msgstr ""
2122 #: c-family/c.opt:985
2123 #, no-c-format
2124 msgid "Warn about inproper usages of flexible array members according to the level of -fstrict-flex-arrays."
2125 msgstr ""
2127 #: c-family/c.opt:990
2128 #, no-c-format
2129 msgid "Warn about functions which might be candidates for format attributes."
2130 msgstr ""
2132 #: c-family/c.opt:994
2133 #, no-c-format
2134 msgid "Suggest that the override keyword be used when the declaration of a virtual function overrides another."
2135 msgstr ""
2137 #: c-family/c.opt:999
2138 #, no-c-format
2139 msgid "Warn about enumerated switches, with no default, missing a case."
2140 msgstr ""
2142 #: c-family/c.opt:1003
2143 #, no-c-format
2144 msgid "Warn about enumerated switches missing a \"default:\" statement."
2145 msgstr ""
2147 #: c-family/c.opt:1007
2148 #, no-c-format
2149 msgid "Warn about all enumerated switches missing a specific case."
2150 msgstr ""
2152 #: c-family/c.opt:1011
2153 #, no-c-format
2154 msgid "Warn about switches with boolean controlling expression."
2155 msgstr ""
2157 #: c-family/c.opt:1015
2158 #, no-c-format
2159 msgid "Warn about switch values that are outside of the switch's type range."
2160 msgstr ""
2162 #: c-family/c.opt:1019
2163 #, no-c-format
2164 msgid "Warn on primary template declaration."
2165 msgstr ""
2167 #: c-family/c.opt:1023
2168 #, no-c-format
2169 msgid "Warn about declarations of entities that may be missing attributes that related entities have been declared with."
2170 msgstr ""
2172 #: c-family/c.opt:1032
2173 #, no-c-format
2174 msgid "Warn about user-specified include directories that do not exist."
2175 msgstr ""
2177 #: c-family/c.opt:1036
2178 #, no-c-format
2179 msgid "Warn about function parameters declared without a type specifier in K&R-style functions."
2180 msgstr ""
2182 #: c-family/c.opt:1040
2183 #, no-c-format
2184 msgid "Warn about global functions without prototypes."
2185 msgstr ""
2187 #: c-family/c.opt:1047
2188 #, no-c-format
2189 msgid "Warn about use of multi-character character constants."
2190 msgstr ""
2192 #: c-family/c.opt:1051
2193 #, no-c-format
2194 msgid "Warn about narrowing conversions within { } that are ill-formed in C++11."
2195 msgstr ""
2197 #: c-family/c.opt:1055
2198 #, no-c-format
2199 msgid "Warn about \"extern\" declarations not at file scope."
2200 msgstr ""
2202 #: c-family/c.opt:1059
2203 #, no-c-format
2204 msgid "Warn when a noexcept expression evaluates to false even though the expression can't actually throw."
2205 msgstr ""
2207 #: c-family/c.opt:1063
2208 #, no-c-format
2209 msgid "Warn if C++17 noexcept function type will change the mangled name of a symbol."
2210 msgstr ""
2212 #: c-family/c.opt:1067
2213 #, no-c-format
2214 msgid "Warn when non-templatized friend functions are declared within a template."
2215 msgstr ""
2217 #: c-family/c.opt:1071
2218 #, no-c-format
2219 msgid "Warn when a conversion function will never be called due to the type it converts to."
2220 msgstr ""
2222 #: c-family/c.opt:1075
2223 #, no-c-format
2224 msgid "Warn for unsafe raw memory writes to objects of class types."
2225 msgstr ""
2227 #: c-family/c.opt:1079
2228 #, no-c-format
2229 msgid "Warn about non-virtual destructors."
2230 msgstr ""
2232 #: c-family/c.opt:1083
2233 #, no-c-format
2234 msgid "Warn about NULL being passed to argument slots marked as requiring non-NULL."
2235 msgstr ""
2237 #: c-family/c.opt:1099
2238 #, no-c-format
2239 msgid "-Wnormalized=[none|id|nfc|nfkc]\tWarn about non-normalized Unicode strings."
2240 msgstr ""
2242 #: c-family/c.opt:1122
2243 #, no-c-format
2244 msgid "Warn if a class interface has no superclass.  Root classes may use an attribute to suppress this warning."
2245 msgstr ""
2247 #: c-family/c.opt:1127
2248 #, no-c-format
2249 msgid "Warn if a C-style cast is used in a program."
2250 msgstr ""
2252 #: c-family/c.opt:1131
2253 #, no-c-format
2254 msgid "Warn for obsolescent usage in a declaration."
2255 msgstr ""
2257 #: c-family/c.opt:1135
2258 #, no-c-format
2259 msgid "Warn if an old-style parameter definition is used."
2260 msgstr ""
2262 #: c-family/c.opt:1139
2263 #, no-c-format
2264 msgid "Warn about potentially suboptimal choices related to OpenACC parallelism."
2265 msgstr ""
2267 #: c-family/c.opt:1143
2268 #, no-c-format
2269 msgid "Warn if a simd directive is overridden by the vectorizer cost model."
2270 msgstr ""
2272 #: c-family/c.opt:1147
2273 #, no-c-format
2274 msgid "Warn if a string is longer than the maximum portable length specified by the standard."
2275 msgstr ""
2277 #: c-family/c.opt:1151 c-family/c.opt:1155
2278 #, no-c-format
2279 msgid "Warn about overloaded virtual function names."
2280 msgstr ""
2282 #: c-family/c.opt:1159
2283 #, no-c-format
2284 msgid "Warn about overriding initializers without side effects."
2285 msgstr ""
2287 #: c-family/c.opt:1163
2288 #, no-c-format
2289 msgid "Warn about overriding initializers with side effects."
2290 msgstr ""
2292 #: c-family/c.opt:1167
2293 #, no-c-format
2294 msgid "Warn about packed bit-fields whose offset changed in GCC 4.4."
2295 msgstr ""
2297 #: c-family/c.opt:1171
2298 #, no-c-format
2299 msgid "Warn about possibly missing parentheses."
2300 msgstr ""
2302 #: c-family/c.opt:1179
2303 #, no-c-format
2304 msgid "Warn about calling std::move on a local object in a return statement preventing copy elision."
2305 msgstr ""
2307 #: c-family/c.opt:1183
2308 #, no-c-format
2309 msgid "Warn when converting the type of pointers to member functions."
2310 msgstr ""
2312 #: c-family/c.opt:1187
2313 #, no-c-format
2314 msgid "Warn about function pointer arithmetic."
2315 msgstr ""
2317 #: c-family/c.opt:1191
2318 #, no-c-format
2319 msgid "Warn when a pointer differs in signedness in an assignment."
2320 msgstr ""
2322 #: c-family/c.opt:1195
2323 #, no-c-format
2324 msgid "Warn when a pointer is compared with a zero character constant."
2325 msgstr ""
2327 #: c-family/c.opt:1199
2328 #, no-c-format
2329 msgid "Warn when a pointer is cast to an integer of a different size."
2330 msgstr ""
2332 #: c-family/c.opt:1203
2333 #, no-c-format
2334 msgid "Warn about misuses of pragmas."
2335 msgstr ""
2337 #: c-family/c.opt:1207
2338 #, no-c-format
2339 msgid "Warn if constructor or destructors with priorities from 0 to 100 are used."
2340 msgstr ""
2342 #: c-family/c.opt:1211
2343 #, no-c-format
2344 msgid "Warn if a property for an Objective-C object has no assign semantics specified."
2345 msgstr ""
2347 #: c-family/c.opt:1215
2348 #, no-c-format
2349 msgid "Warn if inherited methods are unimplemented."
2350 msgstr ""
2352 #: c-family/c.opt:1219 c-family/c.opt:1223
2353 #, no-c-format
2354 msgid "Warn for placement new expressions with undefined behavior."
2355 msgstr ""
2357 #: c-family/c.opt:1227
2358 #, no-c-format
2359 msgid "Warn about multiple declarations of the same object."
2360 msgstr ""
2362 #: c-family/c.opt:1231
2363 #, no-c-format
2364 msgid "Warn about redundant calls to std::move."
2365 msgstr ""
2367 #: c-family/c.opt:1235
2368 #, no-c-format
2369 msgid "Warn about uses of register storage specifier."
2370 msgstr ""
2372 #: c-family/c.opt:1239
2373 #, no-c-format
2374 msgid "Warn when the compiler reorders code."
2375 msgstr ""
2377 #: c-family/c.opt:1243
2378 #, no-c-format
2379 msgid "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)."
2380 msgstr ""
2382 #: c-family/c.opt:1247
2383 #, no-c-format
2384 msgid "Warn on suspicious constructs involving reverse scalar storage order."
2385 msgstr ""
2387 #: c-family/c.opt:1251
2388 #, no-c-format
2389 msgid "Warn if a selector has multiple methods."
2390 msgstr ""
2392 #: c-family/c.opt:1255
2393 #, no-c-format
2394 msgid "Warn when a value is moved to itself with std::move."
2395 msgstr ""
2397 #: c-family/c.opt:1259
2398 #, no-c-format
2399 msgid "Warn about possible violations of sequence point rules."
2400 msgstr ""
2402 #: c-family/c.opt:1263
2403 #, no-c-format
2404 msgid "Warn if a local declaration hides an instance variable."
2405 msgstr "Upozori ako lokalna deklaracija skriva varijablu instance."
2407 #: c-family/c.opt:1267 c-family/c.opt:1271
2408 #, no-c-format
2409 msgid "Warn if left shift of a signed value overflows."
2410 msgstr ""
2412 #: c-family/c.opt:1275
2413 #, no-c-format
2414 msgid "Warn if shift count is negative."
2415 msgstr ""
2417 #: c-family/c.opt:1279
2418 #, no-c-format
2419 msgid "Warn if shift count >= width of type."
2420 msgstr ""
2422 #: c-family/c.opt:1283
2423 #, no-c-format
2424 msgid "Warn if left shifting a negative value."
2425 msgstr ""
2427 #: c-family/c.opt:1287
2428 #, no-c-format
2429 msgid "Warn if conversion of the result of arithmetic might change the value even though converting the operands cannot."
2430 msgstr ""
2432 #: c-family/c.opt:1291
2433 #, no-c-format
2434 msgid "Warn about signed-unsigned comparisons."
2435 msgstr ""
2437 #: c-family/c.opt:1299
2438 #, no-c-format
2439 msgid "Warn for implicit type conversions between signed and unsigned integers."
2440 msgstr ""
2442 #: c-family/c.opt:1303
2443 #, no-c-format
2444 msgid "Warn when overload promotes from unsigned to signed."
2445 msgstr ""
2447 #: c-family/c.opt:1307
2448 #, no-c-format
2449 msgid "Warn about uncasted NULL used as sentinel."
2450 msgstr ""
2452 #: c-family/c.opt:1311
2453 #, no-c-format
2454 msgid "Warn about unprototyped function declarations."
2455 msgstr ""
2457 #: c-family/c.opt:1323
2458 #, no-c-format
2459 msgid "Warn if type signatures of candidate methods do not match exactly."
2460 msgstr ""
2462 #: c-family/c.opt:1327
2463 #, no-c-format
2464 msgid "Warn when __sync_fetch_and_nand and __sync_nand_and_fetch built-in functions are used."
2465 msgstr ""
2467 #: c-family/c.opt:1331
2468 #, no-c-format
2469 msgid "Deprecated.  This switch has no effect."
2470 msgstr ""
2472 #: c-family/c.opt:1339
2473 #, no-c-format
2474 msgid "Warn if a comparison always evaluates to true or false."
2475 msgstr ""
2477 #: c-family/c.opt:1343
2478 #, no-c-format
2479 msgid "Warn if a throw expression will always result in a call to terminate()."
2480 msgstr ""
2482 #: c-family/c.opt:1347
2483 #, no-c-format
2484 msgid "Warn about features not present in traditional C."
2485 msgstr ""
2487 #: c-family/c.opt:1351
2488 #, no-c-format
2489 msgid "Warn of prototypes causing type conversions different from what would happen in the absence of prototype."
2490 msgstr ""
2492 #: c-family/c.opt:1355
2493 #, no-c-format
2494 msgid "Warn if trigraphs are encountered that might affect the meaning of the program."
2495 msgstr ""
2497 #: c-family/c.opt:1359
2498 #, no-c-format
2499 msgid "Warn about @selector()s without previously declared methods."
2500 msgstr ""
2502 #: c-family/c.opt:1363
2503 #, no-c-format
2504 msgid "Warn if an undefined macro is used in an #if directive."
2505 msgstr ""
2507 #: c-family/c.opt:1367
2508 #, no-c-format
2509 msgid "Warn about invalid forms of delimited or named escape sequences."
2510 msgstr ""
2512 #: c-family/c.opt:1379
2513 #, no-c-format
2514 msgid "Warn about unrecognized pragmas."
2515 msgstr ""
2517 #: c-family/c.opt:1383
2518 #, no-c-format
2519 msgid "Warn about unsuffixed float constants."
2520 msgstr ""
2522 #: c-family/c.opt:1391
2523 #, no-c-format
2524 msgid "Warn when typedefs locally defined in a function are not used."
2525 msgstr ""
2527 #: c-family/c.opt:1395
2528 #, no-c-format
2529 msgid "Warn about macros defined in the main file that are not used."
2530 msgstr ""
2532 #: c-family/c.opt:1423
2533 #, no-c-format
2534 msgid "Warn about using variadic macros."
2535 msgstr ""
2537 #: c-family/c.opt:1427
2538 #, no-c-format
2539 msgid "Warn about questionable usage of the macros used to retrieve variable arguments."
2540 msgstr ""
2542 #: c-family/c.opt:1431
2543 #, no-c-format
2544 msgid "Warn about the most vexing parse syntactic ambiguity."
2545 msgstr ""
2547 #: c-family/c.opt:1435
2548 #, no-c-format
2549 msgid "Warn if a variable length array is used."
2550 msgstr ""
2552 #: c-family/c.opt:1439
2553 #, no-c-format
2554 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."
2555 msgstr ""
2557 #: c-family/c.opt:1445
2558 #, no-c-format
2559 msgid "Disable Wvla-larger-than= warning.  Equivalent to Wvla-larger-than=<SIZE_MAX> or larger."
2560 msgstr ""
2562 #: c-family/c.opt:1449
2563 #, no-c-format
2564 msgid "Warn about mismatched declarations of VLA parameters."
2565 msgstr ""
2567 #: c-family/c.opt:1453
2568 #, no-c-format
2569 msgid "Warn about deprecated uses of volatile qualifier."
2570 msgstr ""
2572 #: c-family/c.opt:1457
2573 #, no-c-format
2574 msgid "Warn when a register variable is declared volatile."
2575 msgstr ""
2577 #: c-family/c.opt:1461
2578 #, no-c-format
2579 msgid "Warn on direct virtual inheritance."
2580 msgstr ""
2582 #: c-family/c.opt:1465
2583 #, no-c-format
2584 msgid "Warn if a virtual base has a non-trivial move assignment operator."
2585 msgstr ""
2587 #: c-family/c.opt:1469
2588 #, no-c-format
2589 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."
2590 msgstr ""
2592 #: c-family/c.opt:1473
2593 #, no-c-format
2594 msgid "Warn about xor operators where it appears the user meant exponentiation."
2595 msgstr ""
2597 #: c-family/c.opt:1477
2598 #, no-c-format
2599 msgid "Warn when a literal '0' is used as null pointer."
2600 msgstr ""
2602 #: c-family/c.opt:1481
2603 #, no-c-format
2604 msgid "Warn about useless casts."
2605 msgstr ""
2607 #: c-family/c.opt:1485
2608 #, no-c-format
2609 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."
2610 msgstr ""
2612 #: c-family/c.opt:1489
2613 #, no-c-format
2614 msgid "Warn when a declaration has duplicate const, volatile, restrict or _Atomic specifier."
2615 msgstr ""
2617 #: c-family/c.opt:1493
2618 #, no-c-format
2619 msgid "Warn when an argument passed to a restrict-qualified parameter aliases with another argument."
2620 msgstr ""
2622 #: c-family/c.opt:1498
2623 #, no-c-format
2624 msgid "A synonym for -std=c89 (for C) or -std=c++98 (for C++)."
2625 msgstr ""
2627 #: c-family/c.opt:1506
2628 #, no-c-format
2629 msgid "The version of the C++ ABI used for -Wabi warnings and link compatibility aliases."
2630 msgstr ""
2632 #: c-family/c.opt:1510
2633 #, no-c-format
2634 msgid "Enforce class member access control semantics."
2635 msgstr ""
2637 #: c-family/c.opt:1514
2638 #, no-c-format
2639 msgid "-fada-spec-parent=unit\tDump Ada specs as child units of given parent."
2640 msgstr ""
2642 #: c-family/c.opt:1518
2643 #, no-c-format
2644 msgid "Support C++17 allocation of over-aligned types."
2645 msgstr ""
2647 #: c-family/c.opt:1522
2648 #, no-c-format
2649 msgid "-faligned-new=<N>\tUse C++17 over-aligned type allocation for alignments greater than N."
2650 msgstr ""
2652 #: c-family/c.opt:1533 c-family/c.opt:1846 c-family/c.opt:2240
2653 #: c-family/c.opt:2244 c-family/c.opt:2260
2654 #, no-c-format
2655 msgid "No longer supported."
2656 msgstr ""
2658 #: c-family/c.opt:1537
2659 #, no-c-format
2660 msgid "Recognize the \"asm\" keyword."
2661 msgstr ""
2663 #: c-family/c.opt:1545
2664 #, no-c-format
2665 msgid "Recognize built-in functions."
2666 msgstr ""
2668 #: c-family/c.opt:1552
2669 #, no-c-format
2670 msgid "Where shorter, use canonicalized paths to systems headers."
2671 msgstr ""
2673 #: c-family/c.opt:1556
2674 #, no-c-format
2675 msgid "Enable the char8_t fundamental type and use it as the type for UTF-8 string and character literals."
2676 msgstr ""
2678 #: c-family/c.opt:1644
2679 #, no-c-format
2680 msgid "Removed in GCC 8.  This switch has no effect."
2681 msgstr ""
2683 #: c-family/c.opt:1648
2684 #, no-c-format
2685 msgid "Enable support for C++ concepts."
2686 msgstr ""
2688 #: c-family/c.opt:1652
2689 #, no-c-format
2690 msgid "Enable certain features present in the Concepts TS."
2691 msgstr ""
2693 #: c-family/c.opt:1656
2694 #, no-c-format
2695 msgid "Specify maximum error replay depth during recursive diagnosis of a constraint satisfaction failure."
2696 msgstr ""
2698 #: c-family/c.opt:1660
2699 #, no-c-format
2700 msgid "Allow the arguments of the '?' operator to have different types."
2701 msgstr ""
2703 #: c-family/c.opt:1668
2704 #, no-c-format
2705 msgid "-fconst-string-class=<name>\tUse class <name> for constant strings."
2706 msgstr ""
2708 #: c-family/c.opt:1672
2709 #, no-c-format
2710 msgid "-fconstexpr-depth=<number>\tSpecify maximum constexpr recursion depth."
2711 msgstr ""
2713 #: c-family/c.opt:1676
2714 #, no-c-format
2715 msgid "-fconstexpr-cache-depth=<number>\tSpecify maximum constexpr recursion cache depth."
2716 msgstr ""
2718 #: c-family/c.opt:1680
2719 #, no-c-format
2720 msgid "Allow IEC559 floating point exceptions in constant expressions."
2721 msgstr ""
2723 #: c-family/c.opt:1684
2724 #, no-c-format
2725 msgid "-fconstexpr-loop-limit=<number>\tSpecify maximum constexpr loop iteration count."
2726 msgstr ""
2728 #: c-family/c.opt:1688
2729 #, no-c-format
2730 msgid "-fconstexpr-ops-limit=<number>\tSpecify maximum number of constexpr operations during a single constexpr evaluation."
2731 msgstr ""
2733 #: c-family/c.opt:1692
2734 #, no-c-format
2735 msgid "Enable certain features present in drafts of C++ Contracts."
2736 msgstr ""
2738 #: c-family/c.opt:1705
2739 #, no-c-format
2740 msgid "-fcontract-assumption-mode=[on|off]\tEnable or disable treating axiom level contracts as assumptions (default on)."
2741 msgstr ""
2743 #: c-family/c.opt:1709
2744 #, no-c-format
2745 msgid "-fcontract-build-level=[off|default|audit]\tSpecify max contract level to generate runtime checks for."
2746 msgstr ""
2748 #: c-family/c.opt:1713
2749 #, no-c-format
2750 msgid "-fcontract-strict-declarations=[on|off]\tEnable or disable warnings on generalized redeclaration of functions with contracts (default off)."
2751 msgstr ""
2753 #: c-family/c.opt:1717
2754 #, no-c-format
2755 msgid "-fcontract-mode=[on|off]\tEnable or disable all contract facilities (default on)."
2756 msgstr ""
2758 #: c-family/c.opt:1721
2759 #, no-c-format
2760 msgid "-fcontract-continuation-mode=[on|off]\tEnable or disable contract continuation mode (default off)."
2761 msgstr ""
2763 #: c-family/c.opt:1725
2764 #, no-c-format
2765 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)."
2766 msgstr ""
2768 #: c-family/c.opt:1729
2769 #, no-c-format
2770 msgid "-fcontract-semantic=<level>:<semantic>\tSpecify the concrete semantics for level."
2771 msgstr ""
2773 #: c-family/c.opt:1733
2774 #, no-c-format
2775 msgid "Enable C++ coroutines (experimental)."
2776 msgstr ""
2778 #: c-family/c.opt:1737
2779 #, no-c-format
2780 msgid "Emit debug annotations during preprocessing."
2781 msgstr ""
2783 #: c-family/c.opt:1745
2784 #, no-c-format
2785 msgid "Factor complex constructors and destructors to favor space over speed."
2786 msgstr ""
2788 #: c-family/c.opt:1753
2789 #, no-c-format
2790 msgid "Print hierarchical comparisons when template types are mismatched."
2791 msgstr ""
2793 #: c-family/c.opt:1757
2794 #, no-c-format
2795 msgid "Preprocess directives only."
2796 msgstr ""
2798 #: c-family/c.opt:1761
2799 #, no-c-format
2800 msgid "Permit '$' as an identifier character."
2801 msgstr ""
2803 #: c-family/c.opt:1765
2804 #, no-c-format
2805 msgid "-fmacro-prefix-map=<old>=<new>\tMap one directory name to another in __FILE__, __BASE_FILE__, and __builtin_FILE()."
2806 msgstr ""
2808 #: c-family/c.opt:1769
2809 #, no-c-format
2810 msgid "Write all declarations as Ada code transitively."
2811 msgstr ""
2813 #: c-family/c.opt:1773
2814 #, no-c-format
2815 msgid "Write all declarations as Ada code for the given file only."
2816 msgstr ""
2818 #: c-family/c.opt:1780
2819 #, no-c-format
2820 msgid "Do not elide common elements in template comparisons."
2821 msgstr ""
2823 #: c-family/c.opt:1784
2824 #, no-c-format
2825 msgid "Generate code to check exception specifications."
2826 msgstr ""
2828 #: c-family/c.opt:1791
2829 #, no-c-format
2830 msgid "-fexec-charset=<cset>\tConvert all strings and character constants to character set <cset>."
2831 msgstr ""
2833 #: c-family/c.opt:1795
2834 #, no-c-format
2835 msgid "Permit universal character names (\\u and \\U) in identifiers."
2836 msgstr ""
2838 #: c-family/c.opt:1799
2839 #, no-c-format
2840 msgid "-finput-charset=<cset>\tSpecify the default character set for source files."
2841 msgstr ""
2843 #: c-family/c.opt:1803
2844 #, no-c-format
2845 msgid "Support dynamic initialization of thread-local variables in a different translation unit."
2846 msgstr ""
2848 #: c-family/c.opt:1810
2849 #, no-c-format
2850 msgid "Fold calls to simple inline functions."
2851 msgstr ""
2853 #: c-family/c.opt:1817
2854 #, no-c-format
2855 msgid "Do not assume that standard C libraries and \"main\" exist."
2856 msgstr ""
2858 #: c-family/c.opt:1821
2859 #, no-c-format
2860 msgid "Recognize GNU-defined keywords."
2861 msgstr ""
2863 #: c-family/c.opt:1825
2864 #, no-c-format
2865 msgid "Generate code for GNU runtime environment."
2866 msgstr ""
2868 #: c-family/c.opt:1829
2869 #, no-c-format
2870 msgid "Use traditional GNU semantics for inline functions."
2871 msgstr ""
2873 #: c-family/c.opt:1842
2874 #, no-c-format
2875 msgid "Assume normal C execution environment."
2876 msgstr ""
2878 #: c-family/c.opt:1850
2879 #, no-c-format
2880 msgid "Export functions even if they can be inlined."
2881 msgstr ""
2883 #: c-family/c.opt:1854
2884 #, no-c-format
2885 msgid "Make inline functions constexpr by default."
2886 msgstr ""
2888 #: c-family/c.opt:1858
2889 #, no-c-format
2890 msgid "Emit implicit instantiations of inline templates."
2891 msgstr ""
2893 #: c-family/c.opt:1862
2894 #, no-c-format
2895 msgid "Emit implicit instantiations of templates."
2896 msgstr ""
2898 #: c-family/c.opt:1866
2899 #, no-c-format
2900 msgid "Implement C++17 inheriting constructor semantics."
2901 msgstr ""
2903 #: c-family/c.opt:1873
2904 #, no-c-format
2905 msgid "Don't emit dllexported inline functions unless needed."
2906 msgstr ""
2908 #: c-family/c.opt:1880
2909 #, no-c-format
2910 msgid "Allow implicit conversions between vectors with differing numbers of subparts and/or differing element types."
2911 msgstr ""
2913 #: c-family/c.opt:1884
2914 #, no-c-format
2915 msgid "Enable C++ modules-ts (experimental)."
2916 msgstr ""
2918 #: c-family/c.opt:1892
2919 #, no-c-format
2920 msgid "Enable C++ header module (experimental)."
2921 msgstr ""
2923 #: c-family/c.opt:1899
2924 #, no-c-format
2925 msgid "Member functions defined within their class are inline in module purview."
2926 msgstr ""
2928 #: c-family/c.opt:1903
2929 #, no-c-format
2930 msgid "Only emit Compiled Module Interface."
2931 msgstr ""
2933 #: c-family/c.opt:1907
2934 #, no-c-format
2935 msgid "Mapper for module to CMI files."
2936 msgstr ""
2938 #: c-family/c.opt:1911
2939 #, no-c-format
2940 msgid "Enable lazy module importing."
2941 msgstr ""
2943 #: c-family/c.opt:1919
2944 #, no-c-format
2945 msgid "Warn about macros that have conflicting header units definitions."
2946 msgstr ""
2948 #: c-family/c.opt:1923
2949 #, no-c-format
2950 msgid "Note #include directives translated to import declarations."
2951 msgstr ""
2953 #: c-family/c.opt:1927
2954 #, no-c-format
2955 msgid "Note #include directives not translated to import declarations, and not known to be textual."
2956 msgstr ""
2958 #: c-family/c.opt:1931
2959 #, no-c-format
2960 msgid "Note a #include translation of a specific header."
2961 msgstr ""
2963 #: c-family/c.opt:1935
2964 #, no-c-format
2965 msgid "Note Compiled Module Interface pathnames."
2966 msgstr ""
2968 #: c-family/c.opt:1939
2969 #, no-c-format
2970 msgid "Note Compiled Module Interface pathname of a specific module or header-unit."
2971 msgstr ""
2973 #: c-family/c.opt:1943
2974 #, no-c-format
2975 msgid "fmax-include-depth=<number> Set the maximum depth of the nested #include."
2976 msgstr ""
2978 #: c-family/c.opt:1947
2979 #, no-c-format
2980 msgid "Don't warn about uses of Microsoft extensions."
2981 msgstr ""
2983 #: c-family/c.opt:1966
2984 #, no-c-format
2985 msgid "Implement resolution of DR 150 for matching of template template arguments."
2986 msgstr ""
2988 #: c-family/c.opt:1970
2989 #, no-c-format
2990 msgid "Generate code for NeXT (Apple Mac OS X) runtime environment."
2991 msgstr ""
2993 #: c-family/c.opt:1974
2994 #, no-c-format
2995 msgid "Assume that receivers of Objective-C messages may be nil."
2996 msgstr ""
2998 #: c-family/c.opt:1978
2999 #, no-c-format
3000 msgid "Allow access to instance variables as if they were local declarations within instance method implementations."
3001 msgstr ""
3003 #: c-family/c.opt:1982
3004 #, no-c-format
3005 msgid "-fvisibility=[private|protected|public|package]\tSet the default symbol visibility."
3006 msgstr ""
3008 #: c-family/c.opt:2007
3009 #, no-c-format
3010 msgid "Treat a throw() exception specification as noexcept to improve code size."
3011 msgstr ""
3013 #: c-family/c.opt:2011
3014 #, no-c-format
3015 msgid "Specify which ABI to use for Objective-C family code and meta-data generation."
3016 msgstr ""
3018 #: c-family/c.opt:2017
3019 #, no-c-format
3020 msgid "Generate special Objective-C methods to initialize/destroy non-POD C++ ivars, if needed."
3021 msgstr ""
3023 #: c-family/c.opt:2021
3024 #, no-c-format
3025 msgid "Allow fast jumps to the message dispatcher."
3026 msgstr ""
3028 #: c-family/c.opt:2027
3029 #, no-c-format
3030 msgid "Enable Objective-C exception and synchronization syntax."
3031 msgstr ""
3033 #: c-family/c.opt:2031
3034 #, no-c-format
3035 msgid "Enable garbage collection (GC) in Objective-C/Objective-C++ programs."
3036 msgstr ""
3038 #: c-family/c.opt:2035
3039 #, no-c-format
3040 msgid "Enable inline checks for nil receivers with the NeXT runtime and ABI version 2."
3041 msgstr ""
3043 #: c-family/c.opt:2040
3044 #, no-c-format
3045 msgid "Enable Objective-C setjmp exception handling runtime."
3046 msgstr ""
3048 #: c-family/c.opt:2044
3049 #, no-c-format
3050 msgid "Conform to the Objective-C 1.0 language as implemented in GCC 4.0."
3051 msgstr ""
3053 #: c-family/c.opt:2048
3054 #, no-c-format
3055 msgid "Enable OpenACC."
3056 msgstr ""
3058 #: c-family/c.opt:2052
3059 #, no-c-format
3060 msgid "Specify default OpenACC compute dimensions."
3061 msgstr ""
3063 #: c-family/c.opt:2056
3064 #, no-c-format
3065 msgid "Enable OpenMP (implies -frecursive in Fortran)."
3066 msgstr ""
3068 #: c-family/c.opt:2060
3069 #, no-c-format
3070 msgid "Enable OpenMP's SIMD directives."
3071 msgstr ""
3073 #: c-family/c.opt:2064
3074 #, no-c-format
3075 msgid "Recognize C++ keywords like \"compl\" and \"xor\"."
3076 msgstr ""
3078 #: c-family/c.opt:2075
3079 #, no-c-format
3080 msgid "Look for and use PCH files even when preprocessing."
3081 msgstr ""
3083 #: c-family/c.opt:2079
3084 #, no-c-format
3085 msgid "Downgrade conformance errors to warnings."
3086 msgstr ""
3088 #: c-family/c.opt:2083
3089 #, no-c-format
3090 msgid "Enable Plan 9 language extensions."
3091 msgstr ""
3093 #: c-family/c.opt:2087
3094 #, no-c-format
3095 msgid "Treat the input file as already preprocessed."
3096 msgstr ""
3098 #: c-family/c.opt:2095
3099 #, no-c-format
3100 msgid "-ftrack-macro-expansion=<0|1|2>\tTrack locations of tokens coming from macro expansion and display them in error messages."
3101 msgstr ""
3103 #: c-family/c.opt:2099
3104 #, no-c-format
3105 msgid "Do not pretty-print template specializations as the template signature followed by the arguments."
3106 msgstr ""
3108 #: c-family/c.opt:2103
3109 #, no-c-format
3110 msgid "Treat known sprintf return values as constants."
3111 msgstr ""
3113 #: c-family/c.opt:2107
3114 #, no-c-format
3115 msgid "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime."
3116 msgstr ""
3118 #: c-family/c.opt:2111
3119 #, no-c-format
3120 msgid "Removed in GCC 10.  This switch has no effect."
3121 msgstr ""
3123 #: c-family/c.opt:2115
3124 #, no-c-format
3125 msgid "Generate run time type descriptor information."
3126 msgstr ""
3128 #: c-family/c.opt:2119 ada/gcc-interface/lang.opt:81
3129 #, no-c-format
3130 msgid "Use the narrowest integer type possible for enumeration types."
3131 msgstr ""
3133 #: c-family/c.opt:2123
3134 #, no-c-format
3135 msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\"."
3136 msgstr ""
3138 #: c-family/c.opt:2127
3139 #, no-c-format
3140 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed."
3141 msgstr ""
3143 #: c-family/c.opt:2131 ada/gcc-interface/lang.opt:85
3144 #, no-c-format
3145 msgid "Make \"char\" signed by default."
3146 msgstr "Čini da je \"char\" zadano potpisan (default)"
3148 #: c-family/c.opt:2135
3149 #, no-c-format
3150 msgid "Enable C++14 sized deallocation support."
3151 msgstr ""
3153 #: c-family/c.opt:2142
3154 #, no-c-format
3155 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."
3156 msgstr ""
3158 #: c-family/c.opt:2149
3159 #, no-c-format
3160 msgid "-fsso-struct=[big-endian|little-endian|native]\tSet the default scalar storage order."
3161 msgstr ""
3163 #: c-family/c.opt:2165
3164 #, no-c-format
3165 msgid "Display statistics accumulated during compilation."
3166 msgstr ""
3168 #: c-family/c.opt:2169
3169 #, no-c-format
3170 msgid "Assume that values of enumeration type are always within the minimum range of that type."
3171 msgstr ""
3173 #: c-family/c.opt:2176 c-family/c.opt:2181
3174 #, no-c-format
3175 msgid "Follow the C++17 evaluation order requirements for assignment expressions, shift, member function calls, etc."
3176 msgstr ""
3178 #: c-family/c.opt:2198
3179 #, no-c-format
3180 msgid "Set the maximum number of template instantiation notes for a single warning or error."
3181 msgstr ""
3183 #: c-family/c.opt:2205
3184 #, no-c-format
3185 msgid "-ftemplate-depth=<number>\tSpecify maximum template instantiation depth."
3186 msgstr ""
3188 #: c-family/c.opt:2212
3189 #, no-c-format
3190 msgid "-fno-threadsafe-statics\tDo not generate thread-safe code for initializing local statics."
3191 msgstr ""
3193 #: c-family/c.opt:2216
3194 #, no-c-format
3195 msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned."
3196 msgstr ""
3198 #: c-family/c.opt:2220 ada/gcc-interface/lang.opt:89
3199 #, no-c-format
3200 msgid "Make \"char\" unsigned by default."
3201 msgstr "Čini da je \"char\" zadano nepotpisan (default)"
3203 #: c-family/c.opt:2224
3204 #, no-c-format
3205 msgid "Use __cxa_atexit to register destructors."
3206 msgstr ""
3208 #: c-family/c.opt:2228
3209 #, no-c-format
3210 msgid "Use __cxa_get_exception_ptr in exception handling."
3211 msgstr ""
3213 #: c-family/c.opt:2232
3214 #, no-c-format
3215 msgid "Marks all inlined functions and methods as having hidden visibility."
3216 msgstr ""
3218 #: c-family/c.opt:2236
3219 #, no-c-format
3220 msgid "Changes visibility to match Microsoft Visual Studio by default."
3221 msgstr ""
3223 #: c-family/c.opt:2248
3224 #, no-c-format
3225 msgid "Emit common-like symbols as weak symbols."
3226 msgstr ""
3228 #: c-family/c.opt:2252
3229 #, no-c-format
3230 msgid "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants to character set <cset>."
3231 msgstr ""
3233 #: c-family/c.opt:2256
3234 #, no-c-format
3235 msgid "Generate a #line directive pointing at the current working directory."
3236 msgstr ""
3238 #: c-family/c.opt:2264
3239 #, no-c-format
3240 msgid "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode."
3241 msgstr ""
3243 #: c-family/c.opt:2268
3244 #, no-c-format
3245 msgid "Dump declarations to a .decl file."
3246 msgstr ""
3248 #: c-family/c.opt:2272
3249 #, no-c-format
3250 msgid "-femit-struct-debug-baseonly\tAggressive reduced debug info for structs."
3251 msgstr ""
3253 #: c-family/c.opt:2276
3254 #, no-c-format
3255 msgid "-femit-struct-debug-reduced\tConservative reduced debug info for structs."
3256 msgstr ""
3258 #: c-family/c.opt:2280
3259 #, no-c-format
3260 msgid "-femit-struct-debug-detailed=<spec-list>\tDetailed reduced debug info for structs."
3261 msgstr ""
3263 #: c-family/c.opt:2284
3264 #, no-c-format
3265 msgid "Interpret imaginary, fixed-point, or other gnu number suffix as the corresponding number literal rather than a user-defined number literal."
3266 msgstr ""
3268 #: c-family/c.opt:2289
3269 #, no-c-format
3270 msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path."
3271 msgstr ""
3273 #: c-family/c.opt:2293
3274 #, no-c-format
3275 msgid "-imacros <file>\tAccept definition of macros in <file>."
3276 msgstr ""
3278 #: c-family/c.opt:2297
3279 #, no-c-format
3280 msgid "-imultilib <dir>\tSet <dir> to be the multilib include subdirectory."
3281 msgstr ""
3283 #: c-family/c.opt:2301
3284 #, no-c-format
3285 msgid "-include <file>\tInclude the contents of <file> before other files."
3286 msgstr ""
3288 #: c-family/c.opt:2305
3289 #, no-c-format
3290 msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options."
3291 msgstr ""
3293 #: c-family/c.opt:2309
3294 #, no-c-format
3295 msgid "-isysroot <dir>\tSet <dir> to be the system root directory."
3296 msgstr ""
3298 #: c-family/c.opt:2313
3299 #, no-c-format
3300 msgid "-isystem <dir>\tAdd <dir> to the start of the system include path."
3301 msgstr ""
3303 #: c-family/c.opt:2317
3304 #, no-c-format
3305 msgid "-iquote <dir>\tAdd <dir> to the end of the quote include path."
3306 msgstr ""
3308 #: c-family/c.opt:2321
3309 #, no-c-format
3310 msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path."
3311 msgstr ""
3313 #: c-family/c.opt:2325
3314 #, no-c-format
3315 msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path."
3316 msgstr ""
3318 #: c-family/c.opt:2335
3319 #, no-c-format
3320 msgid "Do not search standard system include directories (those specified with -isystem will still be used)."
3321 msgstr ""
3323 #: c-family/c.opt:2339
3324 #, no-c-format
3325 msgid "Do not search standard system include directories for C++."
3326 msgstr ""
3328 #: c-family/c.opt:2351
3329 #, no-c-format
3330 msgid "Generate C header of platform-specific features."
3331 msgstr ""
3333 #: c-family/c.opt:2355
3334 #, no-c-format
3335 msgid "Remap file names when including files."
3336 msgstr ""
3338 #: c-family/c.opt:2359 c-family/c.opt:2363
3339 #, no-c-format
3340 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum."
3341 msgstr ""
3343 #: c-family/c.opt:2367
3344 #, no-c-format
3345 msgid "Conform to the ISO 2011 C++ standard."
3346 msgstr ""
3348 #: c-family/c.opt:2371
3349 #, no-c-format
3350 msgid "Deprecated in favor of -std=c++11."
3351 msgstr ""
3353 #: c-family/c.opt:2375
3354 #, no-c-format
3355 msgid "Deprecated in favor of -std=c++14."
3356 msgstr ""
3358 #: c-family/c.opt:2379
3359 #, no-c-format
3360 msgid "Conform to the ISO 2014 C++ standard."
3361 msgstr ""
3363 #: c-family/c.opt:2383
3364 #, no-c-format
3365 msgid "Deprecated in favor of -std=c++17."
3366 msgstr ""
3368 #: c-family/c.opt:2387
3369 #, no-c-format
3370 msgid "Conform to the ISO 2017 C++ standard."
3371 msgstr ""
3373 #: c-family/c.opt:2391 c-family/c.opt:2395
3374 #, no-c-format
3375 msgid "Conform to the ISO 2020 C++ standard (experimental and incomplete support)."
3376 msgstr ""
3378 #: c-family/c.opt:2399 c-family/c.opt:2403
3379 #, no-c-format
3380 msgid "Conform to the ISO 2023 C++ draft standard (experimental and incomplete support)."
3381 msgstr ""
3383 #: c-family/c.opt:2407 c-family/c.opt:2545
3384 #, no-c-format
3385 msgid "Conform to the ISO 2011 C standard."
3386 msgstr ""
3388 #: c-family/c.opt:2411
3389 #, no-c-format
3390 msgid "Deprecated in favor of -std=c11."
3391 msgstr ""
3393 #: c-family/c.opt:2415 c-family/c.opt:2419 c-family/c.opt:2549
3394 #: c-family/c.opt:2553
3395 #, no-c-format
3396 msgid "Conform to the ISO 2017 C standard (published in 2018)."
3397 msgstr ""
3399 #: c-family/c.opt:2423
3400 #, no-c-format
3401 msgid "Conform to the ISO 202X C standard draft (experimental and incomplete support)."
3402 msgstr ""
3404 #: c-family/c.opt:2427 c-family/c.opt:2431 c-family/c.opt:2529
3405 #, no-c-format
3406 msgid "Conform to the ISO 1990 C standard."
3407 msgstr ""
3409 #: c-family/c.opt:2435 c-family/c.opt:2537
3410 #, no-c-format
3411 msgid "Conform to the ISO 1999 C standard."
3412 msgstr ""
3414 #: c-family/c.opt:2439
3415 #, no-c-format
3416 msgid "Deprecated in favor of -std=c99."
3417 msgstr ""
3419 #: c-family/c.opt:2443 c-family/c.opt:2448
3420 #, no-c-format
3421 msgid "Conform to the ISO 1998 C++ standard revised by the 2003 technical corrigendum with GNU extensions."
3422 msgstr ""
3424 #: c-family/c.opt:2453
3425 #, no-c-format
3426 msgid "Conform to the ISO 2011 C++ standard with GNU extensions."
3427 msgstr ""
3429 #: c-family/c.opt:2457
3430 #, no-c-format
3431 msgid "Deprecated in favor of -std=gnu++11."
3432 msgstr ""
3434 #: c-family/c.opt:2461
3435 #, no-c-format
3436 msgid "Deprecated in favor of -std=gnu++14."
3437 msgstr ""
3439 #: c-family/c.opt:2465
3440 #, no-c-format
3441 msgid "Conform to the ISO 2014 C++ standard with GNU extensions."
3442 msgstr ""
3444 #: c-family/c.opt:2469
3445 #, no-c-format
3446 msgid "Deprecated in favor of -std=gnu++17."
3447 msgstr ""
3449 #: c-family/c.opt:2473
3450 #, no-c-format
3451 msgid "Conform to the ISO 2017 C++ standard with GNU extensions."
3452 msgstr ""
3454 #: c-family/c.opt:2477 c-family/c.opt:2481
3455 #, no-c-format
3456 msgid "Conform to the ISO 2020 C++ standard with GNU extensions (experimental and incomplete support)."
3457 msgstr ""
3459 #: c-family/c.opt:2485 c-family/c.opt:2489
3460 #, no-c-format
3461 msgid "Conform to the ISO 2023 C++ draft standard with GNU extensions (experimental and incomplete support)."
3462 msgstr ""
3464 #: c-family/c.opt:2493
3465 #, no-c-format
3466 msgid "Conform to the ISO 2011 C standard with GNU extensions."
3467 msgstr ""
3469 #: c-family/c.opt:2497
3470 #, no-c-format
3471 msgid "Deprecated in favor of -std=gnu11."
3472 msgstr ""
3474 #: c-family/c.opt:2501 c-family/c.opt:2505
3475 #, no-c-format
3476 msgid "Conform to the ISO 2017 C standard (published in 2018) with GNU extensions."
3477 msgstr ""
3479 #: c-family/c.opt:2509
3480 #, no-c-format
3481 msgid "Conform to the ISO 202X C standard draft with GNU extensions (experimental and incomplete support)."
3482 msgstr ""
3484 #: c-family/c.opt:2513 c-family/c.opt:2517
3485 #, no-c-format
3486 msgid "Conform to the ISO 1990 C standard with GNU extensions."
3487 msgstr ""
3489 #: c-family/c.opt:2521
3490 #, no-c-format
3491 msgid "Conform to the ISO 1999 C standard with GNU extensions."
3492 msgstr ""
3494 #: c-family/c.opt:2525
3495 #, no-c-format
3496 msgid "Deprecated in favor of -std=gnu99."
3497 msgstr ""
3499 #: c-family/c.opt:2533
3500 #, no-c-format
3501 msgid "Conform to the ISO 1990 C standard as amended in 1994."
3502 msgstr ""
3504 #: c-family/c.opt:2541
3505 #, no-c-format
3506 msgid "Deprecated in favor of -std=iso9899:1999."
3507 msgstr ""
3509 #: c-family/c.opt:2557
3510 #, no-c-format
3511 msgid "-stdlib=[libstdc++|libc++]\tThe standard library to be used for C++ headers and runtime."
3512 msgstr ""
3514 #: c-family/c.opt:2574
3515 #, no-c-format
3516 msgid "Enable traditional preprocessing."
3517 msgstr ""
3519 #: c-family/c.opt:2578
3520 #, no-c-format
3521 msgid "-trigraphs\tSupport ISO C trigraphs."
3522 msgstr ""
3524 #: c-family/c.opt:2582
3525 #, no-c-format
3526 msgid "Do not predefine system-specific and GCC-specific macros."
3527 msgstr ""
3529 #: ada/gcc-interface/lang.opt:61
3530 #, no-c-format
3531 msgid "Dump Source Coverage Obligations."
3532 msgstr ""
3534 #: ada/gcc-interface/lang.opt:65
3535 #, no-c-format
3536 msgid "Synonym of -gnatk8."
3537 msgstr ""
3539 #: ada/gcc-interface/lang.opt:73
3540 #, no-c-format
3541 msgid "Do not look for object files in standard path."
3542 msgstr ""
3544 #: ada/gcc-interface/lang.opt:77
3545 #, no-c-format
3546 msgid "Select the runtime."
3547 msgstr ""
3549 #: ada/gcc-interface/lang.opt:93
3550 #, no-c-format
3551 msgid "Catch typos."
3552 msgstr ""
3554 #: ada/gcc-interface/lang.opt:97
3555 #, no-c-format
3556 msgid "Set name of output ALI file (internal switch)."
3557 msgstr ""
3559 #: ada/gcc-interface/lang.opt:101
3560 #, no-c-format
3561 msgid "-gnat<options>\tSpecify options to GNAT."
3562 msgstr ""
3564 #: ada/gcc-interface/lang.opt:105
3565 #, no-c-format
3566 msgid "Ignored."
3567 msgstr ""
3569 #: d/lang.opt:51
3570 #, no-c-format
3571 msgid "-Hd <dir>\tWrite D interface files to directory <dir>."
3572 msgstr ""
3574 #: d/lang.opt:55
3575 #, no-c-format
3576 msgid "-Hf <file>\tWrite D interface to <file>."
3577 msgstr ""
3579 #: d/lang.opt:127
3580 #, no-c-format
3581 msgid "Warn about casts that will produce a null result."
3582 msgstr ""
3584 #: d/lang.opt:143
3585 #, no-c-format
3586 msgid "Warn when a special enum is declared with the wrong base type."
3587 msgstr ""
3589 #: d/lang.opt:151
3590 #, no-c-format
3591 msgid "Warn from speculative compiles such as __traits(compiles)."
3592 msgstr ""
3594 #: d/lang.opt:163
3595 #, no-c-format
3596 msgid "Generate JSON file."
3597 msgstr ""
3599 #: d/lang.opt:167
3600 #, no-c-format
3601 msgid "-Xf <file>\tWrite JSON output to the given <file>."
3602 msgstr ""
3604 #: d/lang.opt:171
3605 #, no-c-format
3606 msgid "Debug library to use instead of phobos."
3607 msgstr ""
3609 #: d/lang.opt:175
3610 #, no-c-format
3611 msgid "Default library to use instead of phobos."
3612 msgstr ""
3614 #: d/lang.opt:179
3615 #, no-c-format
3616 msgid "Do link the standard D startup files in the compilation."
3617 msgstr ""
3619 #: d/lang.opt:186
3620 #, no-c-format
3621 msgid "Generate code for all template instantiations."
3622 msgstr ""
3624 #: d/lang.opt:190
3625 #, no-c-format
3626 msgid "Generate code for assert contracts."
3627 msgstr ""
3629 #: d/lang.opt:198
3630 #, no-c-format
3631 msgid "-fbounds-check=[on|safeonly|off]\tTurn array bounds checks on, in @safe code only, or off."
3632 msgstr ""
3634 #: d/lang.opt:240
3635 #, no-c-format
3636 msgid "-fcheckaction=[throw,halt,context]\tBehavior on contract failure."
3637 msgstr ""
3639 #: d/lang.opt:256
3640 #, no-c-format
3641 msgid "Compile in debug code."
3642 msgstr ""
3644 #: d/lang.opt:260
3645 #, no-c-format
3646 msgid "-fdebug=<ident>\tCompile in debug code identified by <ident>."
3647 msgstr ""
3649 #: d/lang.opt:264
3650 #, no-c-format
3651 msgid "Generate documentation."
3652 msgstr ""
3654 #: d/lang.opt:268
3655 #, no-c-format
3656 msgid "-fdoc-dir=<dir>\tWrite documentation file to directory <dir>."
3657 msgstr ""
3659 #: d/lang.opt:272
3660 #, no-c-format
3661 msgid "-fdoc-file=<file>\tWrite documentation to <file>."
3662 msgstr ""
3664 #: d/lang.opt:276
3665 #, no-c-format
3666 msgid "-fdoc-inc=<file>\tInclude a Ddoc macro <file>."
3667 msgstr ""
3669 #: d/lang.opt:280
3670 #, no-c-format
3671 msgid "Assume that standard D runtime libraries and \"D main\" exist."
3672 msgstr ""
3674 #: d/lang.opt:284
3675 #, no-c-format
3676 msgid "Add comments for ignored declarations in the generated C++ header."
3677 msgstr ""
3679 #: d/lang.opt:288
3680 #, no-c-format
3681 msgid "-fdump-cxx-spec=<filename>\tWrite all declarations as C++ code to <filename>."
3682 msgstr ""
3684 #: d/lang.opt:292
3685 #, no-c-format
3686 msgid "Display the frontend AST after parsing and semantic passes."
3687 msgstr ""
3689 #: d/lang.opt:300
3690 #, no-c-format
3691 msgid "-fextern-std=<standard>\tSet C++ name mangling compatibility with <standard>."
3692 msgstr ""
3694 #: d/lang.opt:325
3695 #, no-c-format
3696 msgid "Ignore unsupported pragmas."
3697 msgstr ""
3699 #: d/lang.opt:329
3700 #, no-c-format
3701 msgid "Generate code for class invariant contracts."
3702 msgstr ""
3704 #: d/lang.opt:333
3705 #, no-c-format
3706 msgid "Generate a default D main() function when compiling."
3707 msgstr ""
3709 #: d/lang.opt:337
3710 #, no-c-format
3711 msgid "-fmodule-file=<package.module>=<filespec>\tuse <filespec> as source file for <package.module>."
3712 msgstr ""
3714 #: d/lang.opt:341
3715 #, no-c-format
3716 msgid "Generate ModuleInfo struct for output module."
3717 msgstr ""
3719 #: d/lang.opt:345
3720 #, no-c-format
3721 msgid "Process all modules specified on the command line, but only generate code for the module specified by the argument."
3722 msgstr ""
3724 #: d/lang.opt:349
3725 #, no-c-format
3726 msgid "Generate code for postcondition contracts."
3727 msgstr ""
3729 #: d/lang.opt:353
3730 #, no-c-format
3731 msgid "Generate code for precondition contracts."
3732 msgstr ""
3734 #: d/lang.opt:357
3735 #, no-c-format
3736 msgid "Turn on all upcoming D language features."
3737 msgstr ""
3739 #: d/lang.opt:361
3740 #, no-c-format
3741 msgid "Implement D bit-fields."
3742 msgstr ""
3744 #: d/lang.opt:365
3745 #, no-c-format
3746 msgid "Implement DIP1000: Scoped pointers."
3747 msgstr ""
3749 #: d/lang.opt:369
3750 #, no-c-format
3751 msgid "Implement DIP1008: Allow exceptions in @nogc code."
3752 msgstr ""
3754 #: d/lang.opt:373
3755 #, no-c-format
3756 msgid "Implement DIP1021: Mutable function arguments."
3757 msgstr ""
3759 #: d/lang.opt:377
3760 #, no-c-format
3761 msgid "Destruct fields of partially constructed objects."
3762 msgstr ""
3764 #: d/lang.opt:381
3765 #, no-c-format
3766 msgid "Use field-wise comparisons for struct equality."
3767 msgstr ""
3769 #: d/lang.opt:385
3770 #, no-c-format
3771 msgid "When a symbol is resolved, check `alias this' scope before going to upper scopes."
3772 msgstr ""
3774 #: d/lang.opt:389
3775 #, no-c-format
3776 msgid "Disallow unsound immutable conversions that were formerly incorrectly permitted."
3777 msgstr ""
3779 #: d/lang.opt:393
3780 #, no-c-format
3781 msgid "Implement 'in' parameters to mean scope const."
3782 msgstr ""
3784 #: d/lang.opt:397
3785 #, no-c-format
3786 msgid "Implement 'in' contracts of overridden methods to be a superset of parent contract."
3787 msgstr ""
3789 #: d/lang.opt:401
3790 #, no-c-format
3791 msgid "Disable access to shared memory objects."
3792 msgstr ""
3794 #: d/lang.opt:405
3795 #, no-c-format
3796 msgid "Enable rvalue arguments to ref parameters."
3797 msgstr ""
3799 #: d/lang.opt:409
3800 #, no-c-format
3801 msgid "Disable access to variables marked `@system' from @safe code."
3802 msgstr ""
3804 #: d/lang.opt:413
3805 #, no-c-format
3806 msgid "Compile release version."
3807 msgstr ""
3809 #: d/lang.opt:417
3810 #, no-c-format
3811 msgid "Turn off all revertable D language features."
3812 msgstr ""
3814 #: d/lang.opt:421
3815 #, no-c-format
3816 msgid "Revert DIP1000: Scoped pointers."
3817 msgstr ""
3819 #: d/lang.opt:425
3820 #, no-c-format
3821 msgid "Don't destruct fields of partially constructed objects."
3822 msgstr ""
3824 #: d/lang.opt:429
3825 #, no-c-format
3826 msgid "Don't use C-style integral promotion for unary '+', '-' and '~'."
3827 msgstr ""
3829 #: d/lang.opt:437
3830 #, no-c-format
3831 msgid "-fsave-mixins=<filename>\tExpand and save mixins to file specified by <filename>."
3832 msgstr ""
3834 #: d/lang.opt:441
3835 #, no-c-format
3836 msgid "Generate code for switches without a default case."
3837 msgstr ""
3839 #: d/lang.opt:445
3840 #, no-c-format
3841 msgid "List information on all D language transitions."
3842 msgstr ""
3844 #: d/lang.opt:449
3845 #, no-c-format
3846 msgid "List all non-mutable fields which occupy an object instance."
3847 msgstr ""
3849 #: d/lang.opt:453
3850 #, no-c-format
3851 msgid "List all usages of 'in' on parameter."
3852 msgstr ""
3854 #: d/lang.opt:457
3855 #, no-c-format
3856 msgid "List all hidden GC allocations."
3857 msgstr ""
3859 #: d/lang.opt:461
3860 #, no-c-format
3861 msgid "List statistics on template instantiations."
3862 msgstr ""
3864 #: d/lang.opt:465
3865 #, no-c-format
3866 msgid "List all variables going into thread local storage."
3867 msgstr ""
3869 #: d/lang.opt:469
3870 #, no-c-format
3871 msgid "Compile in unittest code."
3872 msgstr ""
3874 #: d/lang.opt:473
3875 #, no-c-format
3876 msgid "-fversion=<ident>\tCompile in version code identified by <ident>."
3877 msgstr ""
3879 #: d/lang.opt:477
3880 #, no-c-format
3881 msgid "Emit template instantiations as weak symbols."
3882 msgstr ""
3884 #: d/lang.opt:497
3885 #, no-c-format
3886 msgid "Do not link the standard D library in the compilation."
3887 msgstr ""
3889 #: d/lang.opt:505
3890 #, no-c-format
3891 msgid "Link the standard D library statically in the compilation."
3892 msgstr ""
3894 #: d/lang.opt:509
3895 #, no-c-format
3896 msgid "Link the standard D library dynamically in the compilation."
3897 msgstr ""
3899 #: m2/lang.opt:35
3900 #, no-c-format
3901 msgid "compiler checks to force definition module procedure parameter names with their implementation module counterpart"
3902 msgstr ""
3904 #: m2/lang.opt:39
3905 #, no-c-format
3906 msgid "compiler warns if a cast is being used on types of differing sizes"
3907 msgstr ""
3909 #: m2/lang.opt:43
3910 #, no-c-format
3911 msgid "inform user which parameters will be passed by reference"
3912 msgstr ""
3914 #: m2/lang.opt:47
3915 #, no-c-format
3916 msgid "extra compile time semantic checking, typically tries to catch poor programming style"
3917 msgstr ""
3919 #: m2/lang.opt:51
3920 #, no-c-format
3921 msgid "automatically initializes all pointers to NIL"
3922 msgstr ""
3924 #: m2/lang.opt:55
3925 #, no-c-format
3926 msgid "turns on runtime subrange, array index and indirection via NIL pointer checking"
3927 msgstr ""
3929 #: m2/lang.opt:59
3930 #, no-c-format
3931 msgid "turns on runtime checking to check whether a CASE statement requires an ELSE clause when one was not specified"
3932 msgstr ""
3934 #: m2/lang.opt:63
3935 #, no-c-format
3936 msgid "use cpp to preprocess the module"
3937 msgstr ""
3939 #: m2/lang.opt:67 m2/lang.opt:71
3940 #, no-c-format
3941 msgid "passed to the preprocessor if -fcpp is used (internal switch)"
3942 msgstr ""
3944 #: m2/lang.opt:75
3945 #, no-c-format
3946 msgid "call a real function, rather than the builtin equivalent"
3947 msgstr ""
3949 #: m2/lang.opt:79
3950 #, no-c-format
3951 msgid "turn on internal debugging of the compiler (internal switch)"
3952 msgstr ""
3954 #: m2/lang.opt:83
3955 #, no-c-format
3956 msgid "turn on quadruple tracing (internal switch)"
3957 msgstr ""
3959 #: m2/lang.opt:87
3960 #, no-c-format
3961 msgid "turn on the Modula-2 api tracing (internal switch)"
3962 msgstr ""
3964 #: m2/lang.opt:91
3965 #, no-c-format
3966 msgid "turn on the Modula-2 function line number generation (internal switch)"
3967 msgstr ""
3969 #: m2/lang.opt:95
3970 #, no-c-format
3971 msgid "recognise the specified suffix as a definition module filename"
3972 msgstr ""
3974 #: m2/lang.opt:99
3975 #, no-c-format
3976 msgid "display all inbuilt system items"
3977 msgstr ""
3979 #: m2/lang.opt:103
3980 #, no-c-format
3981 msgid "allows opaque types to be implemented as any type (a GNU Modula-2 extension)"
3982 msgstr ""
3984 #: m2/lang.opt:107
3985 #, no-c-format
3986 msgid "turns on runtime checking to check whether a floating point number will exceed range"
3987 msgstr ""
3989 #: m2/lang.opt:111
3990 #, no-c-format
3991 msgid "create a topologically sorted module list from all dependent modules used in the application"
3992 msgstr ""
3994 #: m2/lang.opt:115 m2/lang.opt:203
3995 #, no-c-format
3996 msgid "turns on all range checking for numerical values"
3997 msgstr ""
3999 #: m2/lang.opt:119
4000 #, no-c-format
4001 msgid "use ISO dialect of Modula-2"
4002 msgstr ""
4004 #: m2/lang.opt:123
4005 #, no-c-format
4006 msgid "specify the library order, the libraries may be specified by a comma separated abbreviation: log,min,pim,iso or by directory names: m2log,m2min,m2pim,m2iso."
4007 msgstr ""
4009 #: m2/lang.opt:127
4010 #, no-c-format
4011 msgid "set all location values to a specific value (internal switch)"
4012 msgstr ""
4014 #: m2/lang.opt:131
4015 #, no-c-format
4016 msgid "generate extra nops to improve debugging, producing an instruction for every code related keyword"
4017 msgstr ""
4019 #: m2/lang.opt:135
4020 #, no-c-format
4021 msgid "generate error messages which render keywords in lower case"
4022 msgstr ""
4024 #: m2/lang.opt:139
4025 #, no-c-format
4026 msgid "specify the module mangled prefix name for all modules in the following include paths"
4027 msgstr ""
4029 #: m2/lang.opt:147
4030 #, no-c-format
4031 msgid "insert plugin to identify runtime errors at compiletime"
4032 msgstr ""
4034 #: m2/lang.opt:151
4035 #, no-c-format
4036 msgid "specify the module mangled prefix name"
4037 msgstr ""
4039 #: m2/lang.opt:155
4040 #, no-c-format
4041 msgid "display statistics about the amount of source lines compiled and symbols used"
4042 msgstr ""
4044 #: m2/lang.opt:159
4045 #, no-c-format
4046 msgid "experimental flag to turn on the new strict type checker"
4047 msgstr ""
4049 #: m2/lang.opt:163
4050 #, no-c-format
4051 msgid "compile all implementation modules and program module at once"
4052 msgstr ""
4054 #: m2/lang.opt:167
4055 #, no-c-format
4056 msgid "recognise the specified suffix as implementation and module filenames"
4057 msgstr ""
4059 #: m2/lang.opt:171
4060 #, no-c-format
4061 msgid "turns on runtime checking to detect accessing data through a NIL value pointer"
4062 msgstr ""
4064 #: m2/lang.opt:175
4065 #, no-c-format
4066 msgid "use PIM [234] dialect of Modula-2"
4067 msgstr ""
4069 #: m2/lang.opt:179
4070 #, no-c-format
4071 msgid "use PIM 2 dialect of Modula-2"
4072 msgstr ""
4074 #: m2/lang.opt:183
4075 #, no-c-format
4076 msgid "use PIM 3 dialect of Modula-2"
4077 msgstr ""
4079 #: m2/lang.opt:187
4080 #, no-c-format
4081 msgid "use PIM 4 dialect of Modula-2"
4082 msgstr ""
4084 #: m2/lang.opt:191
4085 #, no-c-format
4086 msgid "force positive result from MOD and DIV result floor"
4087 msgstr ""
4089 #: m2/lang.opt:195
4090 #, no-c-format
4091 msgid "link against the pthread library (default on)"
4092 msgstr ""
4094 #: m2/lang.opt:199
4095 #, no-c-format
4096 msgid "internal compiler debugging information, dump the list of quadruples"
4097 msgstr ""
4099 #: m2/lang.opt:207
4100 #, no-c-format
4101 msgid "turns on runtime checking for functions which finish without executing a RETURN statement"
4102 msgstr ""
4104 #: m2/lang.opt:211
4105 #, no-c-format
4106 msgid "specify the list of runtime modules and their initialization order"
4107 msgstr ""
4109 #: m2/lang.opt:215
4110 #, no-c-format
4111 msgid "the modules initialization order is dynamically determined by M2RTS and application dependencies"
4112 msgstr ""
4114 #: m2/lang.opt:219
4115 #, no-c-format
4116 msgid "generate a C source scaffold for the current module being compiled"
4117 msgstr ""
4119 #: m2/lang.opt:223
4120 #, no-c-format
4121 msgid "generate a C++ source scaffold for the current module being compiled"
4122 msgstr ""
4124 #: m2/lang.opt:227
4125 #, no-c-format
4126 msgid "generate the main function"
4127 msgstr "generira glavnu funkciju"
4129 #: m2/lang.opt:231
4130 #, no-c-format
4131 msgid "generate static scaffold initialization and finalization for every module inside main"
4132 msgstr ""
4134 #: m2/lang.opt:235
4135 #, no-c-format
4136 msgid "generate a shared library from the module"
4137 msgstr "generira zajedničku (dijeljenu) biblioteku iz modula"
4139 #: m2/lang.opt:239
4140 #, no-c-format
4141 msgid "turns on all software runtime checking (an abbreviation for -fnil -frange -findex -fwholediv -fcase -freturn -fwholevalue -ffloatvalue)"
4142 msgstr ""
4144 #: m2/lang.opt:243
4145 #, no-c-format
4146 msgid "display the location of module source files as they are compiled"
4147 msgstr ""
4149 #: m2/lang.opt:247
4150 #, no-c-format
4151 msgid "create a swig interface file for the module"
4152 msgstr ""
4154 #: m2/lang.opt:251
4155 #, no-c-format
4156 msgid "optimize non var unbounded parameters by passing it by reference, providing it is not written to within the callee procedure."
4157 msgstr ""
4159 #: m2/lang.opt:255
4160 #, no-c-format
4161 msgid "orders the initialization/finalializations for scaffold-static or force linking of modules if scaffold-dynamic"
4162 msgstr ""
4164 #: m2/lang.opt:263
4165 #, no-c-format
4166 msgid "turns on all division and modulus by zero checking for ordinal values"
4167 msgstr ""
4169 #: m2/lang.opt:267
4170 #, no-c-format
4171 msgid "turns on runtime checking to check whether a whole number will exceed range"
4172 msgstr ""
4174 #: m2/lang.opt:271
4175 #, no-c-format
4176 msgid "Link the standard Modula-2 libraries statically in the compilation."
4177 msgstr ""
4179 #: m2/lang.opt:412 m2/lang.opt:416
4180 #, no-c-format
4181 msgid "save temporary preprocessed files"
4182 msgstr ""
4184 #: go/lang.opt:42
4185 #, no-c-format
4186 msgid "-fgo-c-header=<file>\tWrite Go struct definitions to file as C code."
4187 msgstr ""
4189 #: go/lang.opt:46
4190 #, no-c-format
4191 msgid "Add explicit checks for division by zero."
4192 msgstr ""
4194 #: go/lang.opt:50
4195 #, no-c-format
4196 msgid "Add explicit checks for division overflow in INT_MIN / -1."
4197 msgstr ""
4199 #: go/lang.opt:54
4200 #, no-c-format
4201 msgid "Apply special rules for compiling runtime package."
4202 msgstr ""
4204 #: go/lang.opt:58
4205 #, no-c-format
4206 msgid "-fgo-dump-<type>\tDump Go frontend internal information."
4207 msgstr ""
4209 #: go/lang.opt:62
4210 #, no-c-format
4211 msgid "-fgo-embedcfg=<file>\tList embedded files via go:embed."
4212 msgstr ""
4214 #: go/lang.opt:66
4215 #, no-c-format
4216 msgid "-fgo-optimize-<type>\tTurn on optimization passes in the frontend."
4217 msgstr ""
4219 #: go/lang.opt:70
4220 #, no-c-format
4221 msgid "-fgo-pkgpath=<string>\tSet Go package path."
4222 msgstr ""
4224 #: go/lang.opt:74
4225 #, no-c-format
4226 msgid "-fgo-prefix=<string>\tSet package-specific prefix for exported Go names."
4227 msgstr ""
4229 #: go/lang.opt:78
4230 #, no-c-format
4231 msgid "-fgo-relative-import-path=<path>\tTreat a relative import as relative to path."
4232 msgstr ""
4234 #: go/lang.opt:82
4235 #, no-c-format
4236 msgid "Functions which return values must end with return statements."
4237 msgstr ""
4239 #: go/lang.opt:86
4240 #, no-c-format
4241 msgid "Emit debugging information related to the escape analysis pass when run with -fgo-optimize-allocs."
4242 msgstr ""
4244 #: go/lang.opt:90
4245 #, no-c-format
4246 msgid "-fgo-debug-escape-hash=<string>\tHash value to debug escape analysis."
4247 msgstr ""
4249 #: go/lang.opt:94
4250 #, no-c-format
4251 msgid "Emit optimization diagnostics."
4252 msgstr ""
4254 #: analyzer/analyzer.opt:27
4255 #, no-c-format
4256 msgid "The maximum number of 'after supernode' exploded nodes within the analyzer per supernode, before terminating analysis."
4257 msgstr ""
4259 #: analyzer/analyzer.opt:31
4260 #, no-c-format
4261 msgid "The maximum number of exploded nodes per program point within the analyzer, before terminating analysis of that point."
4262 msgstr ""
4264 #: analyzer/analyzer.opt:35
4265 #, no-c-format
4266 msgid "The maximum number of constraints per state."
4267 msgstr ""
4269 #: analyzer/analyzer.opt:39
4270 #, no-c-format
4271 msgid "The maximum number of infeasible edges to reject before declaring a diagnostic as infeasible."
4272 msgstr ""
4274 #: analyzer/analyzer.opt:43
4275 #, no-c-format
4276 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."
4277 msgstr ""
4279 #: analyzer/analyzer.opt:47
4280 #, no-c-format
4281 msgid "The maximum depth of a symbolic value, before approximating the value as unknown."
4282 msgstr ""
4284 #: analyzer/analyzer.opt:51
4285 #, no-c-format
4286 msgid "The minimum number of supernodes within a function for the analyzer to consider summarizing its effects at call sites."
4287 msgstr ""
4289 #: analyzer/analyzer.opt:55
4290 #, no-c-format
4291 msgid "The maximum depth of exploded nodes that should appear in a dot dump before switching to a less verbose format."
4292 msgstr ""
4294 #: analyzer/analyzer.opt:59
4295 #, no-c-format
4296 msgid "Warn about code paths in which a pointer to a buffer is assigned to an incompatible type."
4297 msgstr ""
4299 #: analyzer/analyzer.opt:63
4300 #, no-c-format
4301 msgid "Warn about code paths in which a pointer is checked for NULL after it has already been dereferenced."
4302 msgstr ""
4304 #: analyzer/analyzer.opt:67
4305 #, no-c-format
4306 msgid "Warn about code paths in which a stdio FILE can be closed more than once."
4307 msgstr ""
4309 #: analyzer/analyzer.opt:71
4310 #, no-c-format
4311 msgid "Warn about code paths in which a pointer can be freed more than once."
4312 msgstr ""
4314 #: analyzer/analyzer.opt:75
4315 #, no-c-format
4316 msgid "Warn about code paths in which sensitive data is written to a file."
4317 msgstr ""
4319 #: analyzer/analyzer.opt:79
4320 #, no-c-format
4321 msgid "Warn about code paths in which sensitive data is copied across a security boundary."
4322 msgstr ""
4324 #: analyzer/analyzer.opt:83
4325 #, no-c-format
4326 msgid "Warn about code paths in which read on a write-only file descriptor is attempted, or vice versa."
4327 msgstr ""
4329 #: analyzer/analyzer.opt:87
4330 #, no-c-format
4331 msgid "Warn about code paths in which a file descriptor can be closed more than once."
4332 msgstr ""
4334 #: analyzer/analyzer.opt:91
4335 #, no-c-format
4336 msgid "Warn about code paths in which a file descriptor is not closed."
4337 msgstr ""
4339 #: analyzer/analyzer.opt:95
4340 #, no-c-format
4341 msgid "Warn about code paths in which an operation is attempted in the wrong phase of a file descriptor's lifetime."
4342 msgstr ""
4344 #: analyzer/analyzer.opt:99
4345 #, no-c-format
4346 msgid "Warn about code paths in which an operation is attempted on the wrong type of file descriptor."
4347 msgstr ""
4349 #: analyzer/analyzer.opt:103
4350 #, no-c-format
4351 msgid "Warn about code paths in which a read or write is performed on a closed file descriptor."
4352 msgstr ""
4354 #: analyzer/analyzer.opt:107
4355 #, no-c-format
4356 msgid "Warn about code paths in which a file descriptor is used without being checked for validity."
4357 msgstr ""
4359 #: analyzer/analyzer.opt:111
4360 #, no-c-format
4361 msgid "Warn about code paths in which a stdio FILE is not closed."
4362 msgstr ""
4364 #: analyzer/analyzer.opt:115
4365 #, no-c-format
4366 msgid "Warn about code paths in which a non-heap pointer is freed."
4367 msgstr ""
4369 #: analyzer/analyzer.opt:119
4370 #, no-c-format
4371 msgid "Warn about code paths in which floating-point arithmetic is used in locations where precise computation is needed."
4372 msgstr ""
4374 #: analyzer/analyzer.opt:123
4375 #, no-c-format
4376 msgid "Warn about code paths which appear to lead to infinite recursion."
4377 msgstr ""
4379 #: analyzer/analyzer.opt:127
4380 #, no-c-format
4381 msgid "Warn about code paths in which a NULL function pointer is called."
4382 msgstr ""
4384 #: analyzer/analyzer.opt:131
4385 #, no-c-format
4386 msgid "Warn about code paths in which a heap-allocated pointer leaks."
4387 msgstr ""
4389 #: analyzer/analyzer.opt:135
4390 #, no-c-format
4391 msgid "Warn about code paths in which the wrong deallocation function is called."
4392 msgstr ""
4394 #: analyzer/analyzer.opt:139
4395 #, no-c-format
4396 msgid "Warn about code paths in which a write or read to a buffer is out-of-bounds."
4397 msgstr ""
4399 #: analyzer/analyzer.opt:143
4400 #, no-c-format
4401 msgid "Warn about code paths in which a possibly-NULL value is passed to a must-not-be-NULL function argument."
4402 msgstr ""
4404 #: analyzer/analyzer.opt:147
4405 #, no-c-format
4406 msgid "Warn about code paths in which a possibly-NULL pointer is dereferenced."
4407 msgstr ""
4409 #: analyzer/analyzer.opt:151
4410 #, no-c-format
4411 msgid "Warn about code paths in which an async-signal-unsafe function is called from a signal handler."
4412 msgstr ""
4414 #: analyzer/analyzer.opt:155
4415 #, no-c-format
4416 msgid "Warn about code paths in which NULL is passed to a must-not-be-NULL function argument."
4417 msgstr ""
4419 #: analyzer/analyzer.opt:159
4420 #, no-c-format
4421 msgid "Warn about code paths in which a NULL pointer is dereferenced."
4422 msgstr ""
4424 #: analyzer/analyzer.opt:163
4425 #, no-c-format
4426 msgid "Warn about code paths in which an on-stack buffer is passed to putenv."
4427 msgstr ""
4429 #: analyzer/analyzer.opt:167
4430 #, no-c-format
4431 msgid "Warn about code paths in which a shift with negative count is attempted."
4432 msgstr ""
4434 #: analyzer/analyzer.opt:171
4435 #, no-c-format
4436 msgid "Warn about code paths in which a shift with count >= width of type is attempted."
4437 msgstr ""
4439 #: analyzer/analyzer.opt:175
4440 #, no-c-format
4441 msgid "Warn about code paths in which a longjmp rewinds to a jmp_buf saved in a stack frame that has returned."
4442 msgstr ""
4444 #: analyzer/analyzer.opt:179
4445 #, no-c-format
4446 msgid "Warn about code paths in which an unsanitized value is used as an allocation size."
4447 msgstr ""
4449 #: analyzer/analyzer.opt:183
4450 #, no-c-format
4451 msgid "Warn about code paths in which an unsanitized value is used as an array index."
4452 msgstr ""
4454 #: analyzer/analyzer.opt:187
4455 #, no-c-format
4456 msgid "Warn about code paths in which an 'assert()' is made involving an unsanitized value."
4457 msgstr ""
4459 #: analyzer/analyzer.opt:191
4460 #, no-c-format
4461 msgid "Warn about code paths in which an unsanitized value is used as a divisor."
4462 msgstr ""
4464 #: analyzer/analyzer.opt:195
4465 #, no-c-format
4466 msgid "Warn about code paths in which an unsanitized value is used as a pointer offset."
4467 msgstr ""
4469 #: analyzer/analyzer.opt:199
4470 #, no-c-format
4471 msgid "Warn about code paths in which an unsanitized value is used as a size."
4472 msgstr ""
4474 #: analyzer/analyzer.opt:203
4475 #, no-c-format
4476 msgid "Warn about code paths in which a freed value is used."
4477 msgstr ""
4479 #: analyzer/analyzer.opt:207
4480 #, no-c-format
4481 msgid "Warn about code paths in which a pointer to a stale stack frame is used."
4482 msgstr ""
4484 #: analyzer/analyzer.opt:211
4485 #, no-c-format
4486 msgid "Warn about code paths in which va_arg uses the wrong type."
4487 msgstr ""
4489 #: analyzer/analyzer.opt:215
4490 #, no-c-format
4491 msgid "Warn about code paths in which va_arg is used too many times on a va_list."
4492 msgstr ""
4494 #: analyzer/analyzer.opt:219
4495 #, no-c-format
4496 msgid "Warn about code paths in which va_start or va_copy is used without a corresponding va_end."
4497 msgstr ""
4499 #: analyzer/analyzer.opt:223
4500 #, no-c-format
4501 msgid "Warn about code paths in which a va_list is used after va_end."
4502 msgstr ""
4504 #: analyzer/analyzer.opt:227
4505 #, no-c-format
4506 msgid "Warn about code paths which attempt to write to a const object."
4507 msgstr ""
4509 #: analyzer/analyzer.opt:231
4510 #, no-c-format
4511 msgid "Warn about code paths which attempt to write to a string literal."
4512 msgstr ""
4514 #: analyzer/analyzer.opt:235
4515 #, no-c-format
4516 msgid "Warn about code paths in which an uninitialized value is used."
4517 msgstr ""
4519 #: analyzer/analyzer.opt:239
4520 #, no-c-format
4521 msgid "Warn if the code is too complicated for the analyzer to fully explore."
4522 msgstr ""
4524 #: analyzer/analyzer.opt:243
4525 #, no-c-format
4526 msgid "Restrict the analyzer to run just the named checker."
4527 msgstr ""
4529 #: analyzer/analyzer.opt:247
4530 #, no-c-format
4531 msgid "Avoid combining multiple statements into one exploded edge."
4532 msgstr ""
4534 #: analyzer/analyzer.opt:251
4535 #, no-c-format
4536 msgid "Verify that paths are feasible when emitting diagnostics."
4537 msgstr ""
4539 #: analyzer/analyzer.opt:255
4540 #, no-c-format
4541 msgid "Issue a note when diagnostics are deduplicated."
4542 msgstr ""
4544 #: analyzer/analyzer.opt:259
4545 #, no-c-format
4546 msgid "Purge unneeded state during analysis."
4547 msgstr ""
4549 #: analyzer/analyzer.opt:263
4550 #, no-c-format
4551 msgid "Merge similar-enough states during analysis."
4552 msgstr ""
4554 #: analyzer/analyzer.opt:267
4555 #, no-c-format
4556 msgid "Stop exploring an execution path after certain diagnostics."
4557 msgstr ""
4559 #: analyzer/analyzer.opt:271
4560 #, no-c-format
4561 msgid "Enable transitivity of constraints during analysis."
4562 msgstr ""
4564 #: analyzer/analyzer.opt:275
4565 #, no-c-format
4566 msgid "Approximate the effect of function calls to simplify analysis."
4567 msgstr ""
4569 #: analyzer/analyzer.opt:279
4570 #, no-c-format
4571 msgid "Try to reconstruct function calls and returns after inlining."
4572 msgstr ""
4574 #: analyzer/analyzer.opt:283
4575 #, no-c-format
4576 msgid "Emit more verbose descriptions of control flow in diagnostics."
4577 msgstr ""
4579 #: analyzer/analyzer.opt:287
4580 #, no-c-format
4581 msgid "Emit more verbose descriptions of state changes in diagnostics."
4582 msgstr ""
4584 #: analyzer/analyzer.opt:291
4585 #, no-c-format
4586 msgid "Control which events are displayed in diagnostic paths."
4587 msgstr ""
4589 #: analyzer/analyzer.opt:295
4590 #, no-c-format
4591 msgid "Dump various analyzer internals to SRCFILE.analyzer.txt."
4592 msgstr ""
4594 #: analyzer/analyzer.opt:299
4595 #, no-c-format
4596 msgid "Dump various analyzer internals to stderr."
4597 msgstr ""
4599 #: analyzer/analyzer.opt:303
4600 #, no-c-format
4601 msgid "Dump analyzer-specific call graph information to a SRCFILE.callgraph.dot file."
4602 msgstr ""
4604 #: analyzer/analyzer.opt:307
4605 #, no-c-format
4606 msgid "Dump the analyzer exploded graph to a SRCFILE.eg.dot file."
4607 msgstr ""
4609 #: analyzer/analyzer.opt:311
4610 #, no-c-format
4611 msgid "Emit diagnostics showing the location of nodes in the exploded graph."
4612 msgstr ""
4614 #: analyzer/analyzer.opt:315
4615 #, no-c-format
4616 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg.txt."
4617 msgstr ""
4619 #: analyzer/analyzer.opt:319
4620 #, no-c-format
4621 msgid "Dump a textual representation of the exploded graph to SRCFILE.eg-ID.txt."
4622 msgstr ""
4624 #: analyzer/analyzer.opt:323
4625 #, no-c-format
4626 msgid "Dump a textual representation of each diagnostic's exploded path to SRCFILE.IDX.KIND.epath.txt."
4627 msgstr ""
4629 #: analyzer/analyzer.opt:327
4630 #, no-c-format
4631 msgid "Dump various analyzer internals to SRCFILE.*.fg.dot and SRCFILE.*.tg.dot."
4632 msgstr ""
4634 #: analyzer/analyzer.opt:331
4635 #, no-c-format
4636 msgid "Dump analyzer-specific data to a SRCFILE.analyzer.json.gz file."
4637 msgstr ""
4639 #: analyzer/analyzer.opt:335
4640 #, no-c-format
4641 msgid "Dump state-purging information to a SRCFILE.state-purge.dot file."
4642 msgstr ""
4644 #: analyzer/analyzer.opt:339
4645 #, no-c-format
4646 msgid "Dump the analyzer supergraph to a SRCFILE.supergraph.dot file."
4647 msgstr ""
4649 #: analyzer/analyzer.opt:343
4650 #, no-c-format
4651 msgid "Emit custom warnings with internal details intended for analyzer developers."
4652 msgstr ""
4654 #: config/vms/vms.opt:27
4655 #, no-c-format
4656 msgid "Malloc data into P2 space."
4657 msgstr ""
4659 #: config/vms/vms.opt:31
4660 #, no-c-format
4661 msgid "Set name of main routine for the debugger."
4662 msgstr ""
4664 #: config/vms/vms.opt:35
4665 #, no-c-format
4666 msgid "Use VMS exit codes instead of posix ones."
4667 msgstr ""
4669 #: config/vms/vms.opt:39
4670 #, no-c-format
4671 msgid "-mpointer-size=[no,32,short,64,long]\tSet the default pointer size."
4672 msgstr ""
4674 #: config/mcore/mcore.opt:23
4675 #, no-c-format
4676 msgid "Generate code for the M*Core M210."
4677 msgstr ""
4679 #: config/mcore/mcore.opt:27
4680 #, no-c-format
4681 msgid "Generate code for the M*Core M340."
4682 msgstr ""
4684 #: config/mcore/mcore.opt:31
4685 #, no-c-format
4686 msgid "Force functions to be aligned to a 4 byte boundary."
4687 msgstr ""
4689 #: config/mcore/mcore.opt:35 config/moxie/moxie.opt:23 config/csky/csky.opt:44
4690 #, no-c-format
4691 msgid "Generate big-endian code."
4692 msgstr ""
4694 #: config/mcore/mcore.opt:39
4695 #, no-c-format
4696 msgid "Emit call graph information."
4697 msgstr ""
4699 #: config/mcore/mcore.opt:43
4700 #, no-c-format
4701 msgid "Use the divide instruction."
4702 msgstr ""
4704 #: config/mcore/mcore.opt:47
4705 #, no-c-format
4706 msgid "Inline constants if it can be done in 2 insns or less."
4707 msgstr ""
4709 #: config/mcore/mcore.opt:51 config/moxie/moxie.opt:27 config/csky/csky.opt:51
4710 #, no-c-format
4711 msgid "Generate little-endian code."
4712 msgstr ""
4714 #: config/mcore/mcore.opt:56 config/fr30/fr30.opt:27
4715 #, no-c-format
4716 msgid "Assume that run-time support has been provided, so omit -lsim from the linker command line."
4717 msgstr ""
4719 #: config/mcore/mcore.opt:60
4720 #, no-c-format
4721 msgid "Use arbitrary sized immediates in bit operations."
4722 msgstr ""
4724 #: config/mcore/mcore.opt:64
4725 #, no-c-format
4726 msgid "Prefer word accesses over byte accesses."
4727 msgstr ""
4729 #: config/mcore/mcore.opt:71
4730 #, no-c-format
4731 msgid "Set the maximum amount for a single stack increment operation."
4732 msgstr ""
4734 #: config/mcore/mcore.opt:75
4735 #, no-c-format
4736 msgid "Always treat bitfields as int-sized."
4737 msgstr ""
4739 #: config/linux-android.opt:23
4740 #, no-c-format
4741 msgid "Generate code for the Android platform."
4742 msgstr ""
4744 #: config/mmix/mmix.opt:24
4745 #, no-c-format
4746 msgid "For intrinsics library: pass all parameters in registers."
4747 msgstr ""
4749 #: config/mmix/mmix.opt:28
4750 #, no-c-format
4751 msgid "Use register stack for parameters and return value."
4752 msgstr ""
4754 #: config/mmix/mmix.opt:32
4755 #, no-c-format
4756 msgid "Use call-clobbered registers for parameters and return value."
4757 msgstr ""
4759 #: config/mmix/mmix.opt:37
4760 #, no-c-format
4761 msgid "Use epsilon-respecting floating point compare instructions."
4762 msgstr ""
4764 #: config/mmix/mmix.opt:41
4765 #, no-c-format
4766 msgid "Use zero-extending memory loads, not sign-extending ones."
4767 msgstr ""
4769 #: config/mmix/mmix.opt:45
4770 #, no-c-format
4771 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)."
4772 msgstr ""
4774 #: config/mmix/mmix.opt:49
4775 #, no-c-format
4776 msgid "Prepend global symbols with \":\" (for use with PREFIX)."
4777 msgstr ""
4779 #: config/mmix/mmix.opt:53
4780 #, no-c-format
4781 msgid "Do not provide a default start-address 0x100 of the program."
4782 msgstr ""
4784 #: config/mmix/mmix.opt:57
4785 #, no-c-format
4786 msgid "Link to emit program in ELF format (rather than mmo)."
4787 msgstr ""
4789 #: config/mmix/mmix.opt:61
4790 #, no-c-format
4791 msgid "Use P-mnemonics for branches statically predicted as taken."
4792 msgstr ""
4794 #: config/mmix/mmix.opt:65
4795 #, no-c-format
4796 msgid "Don't use P-mnemonics for branches."
4797 msgstr ""
4799 #: config/mmix/mmix.opt:79
4800 #, no-c-format
4801 msgid "Use addresses that allocate global registers."
4802 msgstr ""
4804 #: config/mmix/mmix.opt:83
4805 #, no-c-format
4806 msgid "Do not use addresses that allocate global registers."
4807 msgstr ""
4809 #: config/mmix/mmix.opt:87
4810 #, no-c-format
4811 msgid "Generate a single exit point for each function."
4812 msgstr ""
4814 #: config/mmix/mmix.opt:91
4815 #, no-c-format
4816 msgid "Do not generate a single exit point for each function."
4817 msgstr ""
4819 #: config/mmix/mmix.opt:95
4820 #, no-c-format
4821 msgid "Set start-address of the program."
4822 msgstr ""
4824 #: config/mmix/mmix.opt:99
4825 #, no-c-format
4826 msgid "Set start-address of data."
4827 msgstr ""
4829 #: config/darwin.opt:34
4830 #, no-c-format
4831 msgid "Generate code for darwin loadable kernel extensions."
4832 msgstr ""
4834 #: config/darwin.opt:38 config/darwin.opt:46
4835 #, no-c-format
4836 msgid "Generate compile-time CFString objects."
4837 msgstr ""
4839 #: config/darwin.opt:42
4840 #, no-c-format
4841 msgid "-iframework <dir>\tAdd <dir> to the end of the system framework include path."
4842 msgstr ""
4844 #: config/darwin.opt:50
4845 #, no-c-format
4846 msgid "Warn if constant CFString objects contain non-portable characters."
4847 msgstr ""
4849 #: config/darwin.opt:55
4850 #, no-c-format
4851 msgid "Generate AT&T-style stubs for Mach-O."
4852 msgstr ""
4854 #: config/darwin.opt:59
4855 #, no-c-format
4856 msgid "Generate code suitable for executables (NOT shared libs)."
4857 msgstr ""
4859 #: config/darwin.opt:63
4860 #, no-c-format
4861 msgid "Generate code suitable for fast turn around debugging."
4862 msgstr ""
4864 #: config/darwin.opt:67
4865 #, no-c-format
4866 msgid "Generate code for the kernel or loadable kernel extensions."
4867 msgstr ""
4869 #: config/darwin.opt:75
4870 #, no-c-format
4871 msgid "The earliest macOS version on which this program will run."
4872 msgstr ""
4874 #: config/darwin.opt:80
4875 #, no-c-format
4876 msgid "Set sizeof(bool) to 1."
4877 msgstr ""
4879 #: config/darwin.opt:84
4880 #, no-c-format
4881 msgid "Force generation of external symbol indirection stubs."
4882 msgstr ""
4884 #: config/darwin.opt:92
4885 #, no-c-format
4886 msgid "-mtarget-linker <version>\tSpecify that ld64 <version> is the toolchain linker for the current invocation."
4887 msgstr ""
4889 #: config/darwin.opt:98
4890 #, no-c-format
4891 msgid "Load all members of archive libraries, rather than only those that satisfy undefined symbols."
4892 msgstr ""
4894 #: config/darwin.opt:102
4895 #, no-c-format
4896 msgid "-allowable_client <name>\tThe output dylib is private to the client <name>."
4897 msgstr ""
4899 #: config/darwin.opt:106
4900 #, no-c-format
4901 msgid "-arch <name>\tGenerate output for architecture <name>."
4902 msgstr ""
4904 #: config/darwin.opt:110
4905 #, no-c-format
4906 msgid "Mismatches between file architecture and one specified by \"-arch\" are errors instead of warnings."
4907 msgstr ""
4909 #: config/darwin.opt:114
4910 #, no-c-format
4911 msgid "The earliest macOS version on which this program will run (formatted for the assembler)."
4912 msgstr ""
4914 #: config/darwin.opt:118
4915 #, no-c-format
4916 msgid "Generate an output executable that binds symbols on load, rather than lazily."
4917 msgstr ""
4919 #: config/darwin.opt:122
4920 #, no-c-format
4921 msgid "Generate a Mach-O bundle (file type MH_BUNDLE)."
4922 msgstr ""
4924 #: config/darwin.opt:126
4925 #, no-c-format
4926 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."
4927 msgstr ""
4929 #: config/darwin.opt:130
4930 #, no-c-format
4931 msgid "-client_name <name>\tEnable the executable being built to link against a private dylib (using allowable_client)."
4932 msgstr ""
4934 #: config/darwin.opt:134
4935 #, no-c-format
4936 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."
4937 msgstr ""
4939 #: config/darwin.opt:138
4940 #, no-c-format
4941 msgid "-current_version <number>\tSet the current version for the library to <number>."
4942 msgstr ""
4944 #: config/darwin.opt:142
4945 #, no-c-format
4946 msgid "Remove code and data that is unreachable from any exported symbol (including the entry point)."
4947 msgstr ""
4949 #: config/darwin.opt:146
4950 #, no-c-format
4951 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\""
4952 msgstr ""
4954 #: config/darwin.opt:150
4955 #, no-c-format
4956 msgid "Produce a Mach-O dylinker (file type MH_DYLINKER), only used for building dyld."
4957 msgstr ""
4959 #: config/darwin.opt:154
4960 #, no-c-format
4961 msgid "-dylinker_install_name <path>\tOnly used for building dyld."
4962 msgstr ""
4964 #: config/darwin.opt:158
4965 #, no-c-format
4966 msgid "The default (and opposite of -static), implied by user mode executables, shared libraries and bundles."
4967 msgstr ""
4969 #: config/darwin.opt:162
4970 #, no-c-format
4971 msgid "Produce a Mach-O shared library (file type MH_DYLIB), synonym for \"-shared\"."
4972 msgstr ""
4974 #: config/darwin.opt:166
4975 #, no-c-format
4976 msgid "-exported_symbols_list <filename>\tExport global symbols in <filename> in linked output file; any symbols not mentioned will be treated as \"hidden\"."
4977 msgstr ""
4979 #: config/darwin.opt:170
4980 #, no-c-format
4981 msgid "Supply a list of objects to be linked from a file, rather than the command line."
4982 msgstr ""
4984 #: config/darwin.opt:174 config/darwin.opt:194
4985 #, no-c-format
4986 msgid "Used for generating code for some older kernel revisions."
4987 msgstr ""
4989 #: config/darwin.opt:178
4990 #, no-c-format
4991 msgid "Ignore the normal two-level namespace; resolve symbols in command line order and do not record which library provided the resolved symbol."
4992 msgstr ""
4994 #: config/darwin.opt:182
4995 #, no-c-format
4996 msgid "For the assembler (and linker) permit any architecture sub-variant to be used without error."
4997 msgstr ""
4999 #: config/darwin.opt:186
5000 #, no-c-format
5001 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."
5002 msgstr ""
5004 #: config/darwin.opt:190
5005 #, no-c-format
5006 msgid "-framework <name>\tThe linker should search for the framework <name> in the framework search path."
5007 msgstr ""
5009 #: config/darwin.opt:198
5010 #, no-c-format
5011 msgid "Abbreviation for \"-g -fno-eliminate-unused-debug-symbols\"."
5012 msgstr ""
5014 #: config/darwin.opt:202
5015 #, no-c-format
5016 msgid "Abbreviation for \"-g -feliminate-unused-debug-symbols\"."
5017 msgstr ""
5019 #: config/darwin.opt:206
5020 #, no-c-format
5021 msgid "Automatically adds space for longer path names in load commands (up to MAXPATHLEN)."
5022 msgstr ""
5024 #: config/darwin.opt:210
5025 #, no-c-format
5026 msgid "-image_base <address>\tSpecify <address> as the base address for a dylib or bundle."
5027 msgstr ""
5029 #: config/darwin.opt:214
5030 #, no-c-format
5031 msgid "-init <symbol_name>\tThe symbol <symbol_name> will be used as the first initialiser for a dylib."
5032 msgstr ""
5034 #: config/darwin.opt:218
5035 #, no-c-format
5036 msgid "-install_name <name>\tSet the install name for a dylib."
5037 msgstr ""
5039 #: config/darwin.opt:222
5040 #, no-c-format
5041 msgid "Usually \"private extern\" (hidden) symbols are made local when linking, this command suppresses that such that they remain exported."
5042 msgstr ""
5044 #: config/darwin.opt:226
5045 #, no-c-format
5046 msgid "(Obsolete after 10.4) Multi modules are ignored at runtime since macOS 10.4."
5047 msgstr ""
5049 #: config/darwin.opt:230
5050 #, no-c-format
5051 msgid "(Obsolete after 10.4) -multiply_defined <treatment>\tProvided a mechanism for warning about symbols defined in multiple dylibs."
5052 msgstr ""
5054 #: config/darwin.opt:234
5055 #, no-c-format
5056 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."
5057 msgstr ""
5059 #: config/darwin.opt:238
5060 #, no-c-format
5061 msgid "(Obsolete) Current linkers never dead-strip these items, so the option is not needed."
5062 msgstr ""
5064 #: config/darwin.opt:242
5065 #, no-c-format
5066 msgid "Do not add a default symbol exports to modules or dynamic libraries."
5067 msgstr ""
5069 #: config/darwin.opt:246
5070 #, no-c-format
5071 msgid "(Obsolete after 10.3.9) Set MH_NOPREFIXBINDING, in an executable."
5072 msgstr ""
5074 #: config/darwin.opt:250
5075 #, no-c-format
5076 msgid "(Obsolete after 10.4)\tSet MH_NOMULTIDEFS in an umbrella framework."
5077 msgstr ""
5079 #: config/darwin.opt:254 config/darwin.opt:269 config/darwin.opt:273
5080 #, no-c-format
5081 msgid "(Obsolete) LD_PREBIND is no longer supported."
5082 msgstr ""
5084 #: config/darwin.opt:258
5085 #, no-c-format
5086 msgid "(Obsolete) This is the default."
5087 msgstr ""
5089 #: config/darwin.opt:265
5090 #, no-c-format
5091 msgid "-pagezero_size <size>\tAllows setting the page 0 size to 4kb when required."
5092 msgstr ""
5094 #: config/darwin.opt:277
5095 #, no-c-format
5096 msgid "Produces a Mach-O file suitable for embedded/ROM use."
5097 msgstr ""
5099 #: config/darwin.opt:281
5100 #, no-c-format
5101 msgid "(Obsolete) Allowed linking to proceed with \"-flat_namespace\" when a linked bundle contained a symbol also exported from the main executable."
5102 msgstr ""
5104 #: config/darwin.opt:288
5105 #, no-c-format
5106 msgid "Synonym for \"-export-dynamic\" for linker versions that support it."
5107 msgstr ""
5109 #: config/darwin.opt:292
5110 #, no-c-format
5111 msgid "-read_only_relocs <treatment>\tAllow relocations in read-only pages (not recommended)."
5112 msgstr ""
5114 #: config/darwin.opt:296
5115 #, no-c-format
5116 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."
5117 msgstr ""
5119 #: config/darwin.opt:300
5120 #, no-c-format
5121 msgid "-sectcreate <segname> <sectname> <file>\tCreate section <sectname> in segment <segname> from the contents of <file>."
5122 msgstr ""
5124 #: config/darwin.opt:304
5125 #, no-c-format
5126 msgid "(Obsolete) -sectobjectsymbols <segname> <sectname>\tSetting a local symbol at the start of a section is no longer supported."
5127 msgstr ""
5129 #: config/darwin.opt:308
5130 #, no-c-format
5131 msgid "(Obsolete) -sectorder <segname> <sectname> <orderfile>\tReplaced by a more general option \"-order_file\"."
5132 msgstr ""
5134 #: config/darwin.opt:312
5135 #, no-c-format
5136 msgid "-seg_addr_table <file>\tSpecify the base addresses for dynamic libraries; <file> contains a line for each library."
5137 msgstr ""
5139 #: config/darwin.opt:317
5140 #, no-c-format
5141 msgid "(Obsolete, ld_classic only) -seg_addr_table_filename <path>."
5142 msgstr ""
5144 #: config/darwin.opt:321
5145 #, no-c-format
5146 msgid "Synonym for \"image_base\"."
5147 msgstr ""
5149 #: config/darwin.opt:325
5150 #, no-c-format
5151 msgid "-segaddr <name> <address>\tSet the base address of segment <name> to <address> which must be aligned to a page boundary (currently 4kb)."
5152 msgstr ""
5154 #: config/darwin.opt:330
5155 #, no-c-format
5156 msgid "(Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file>\tAllowed creation of a section from a file."
5157 msgstr ""
5159 #: config/darwin.opt:334
5160 #, no-c-format
5161 msgid "(Obsolete) Object files with LINKEDIT sections are no longer supported."
5162 msgstr ""
5164 #: config/darwin.opt:338
5165 #, no-c-format
5166 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\"."
5167 msgstr ""
5169 #: config/darwin.opt:342
5170 #, no-c-format
5171 msgid "-segs_read_only_addr <address>\tSpecify that <address> is the base address of the read-only segments of a dylib."
5172 msgstr ""
5174 #: config/darwin.opt:346
5175 #, no-c-format
5176 msgid "-segs_read_write_addr <address>\tSpecify that <address> is the base address address of the read-write segments of a dylib."
5177 msgstr ""
5179 #: config/darwin.opt:350
5180 #, no-c-format
5181 msgid "(Obsolete)\tThis is the default."
5182 msgstr ""
5184 #: config/darwin.opt:354
5185 #, no-c-format
5186 msgid "-sub_library <name>\tLibrary named <name> will be re-exported (only useful for dylibs)."
5187 msgstr ""
5189 #: config/darwin.opt:358
5190 #, no-c-format
5191 msgid "-sub_umbrella <name>\tFramework named <name> will be re-exported (only useful for dylibs)."
5192 msgstr ""
5194 #: config/darwin.opt:362
5195 #, no-c-format
5196 msgid "This is the default."
5197 msgstr ""
5199 #: config/darwin.opt:366
5200 #, no-c-format
5201 msgid "Add extra information to the executable that can speed up dynamic loading (provided that dependent libraries are unchanged)."
5202 msgstr ""
5204 #: config/darwin.opt:370
5205 #, no-c-format
5206 msgid "-umbrella <framework>\tThe specified framework will be re-exported."
5207 msgstr ""
5209 #: config/darwin.opt:374
5210 #, no-c-format
5211 msgid "-undefined <treatment>\tSpecify the handling for undefined symbols (default is error)."
5212 msgstr ""
5214 #: config/darwin.opt:378
5215 #, no-c-format
5216 msgid "-unexported_symbols_list <filename>\tDo not export the global symbols listed in <filename>."
5217 msgstr ""
5219 #: config/darwin.opt:382
5220 #, no-c-format
5221 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."
5222 msgstr ""
5224 #: config/darwin.opt:386
5225 #, no-c-format
5226 msgid "Logs which object files the linker loads."
5227 msgstr ""
5229 #: config/darwin.opt:390
5230 #, no-c-format
5231 msgid "Logs which symbol(s) caused an object to be loaded."
5232 msgstr ""
5234 #: config/darwin.opt:398
5235 #, no-c-format
5236 msgid "(Obsolete, ignored)\tOld support similar to \"-whyload\"."
5237 msgstr ""
5239 #: config/darwin.opt:402
5240 #, no-c-format
5241 msgid "(Obsolete and unhandled by ld64, ignored)\tld should produce an executable (only handled by ld_classic)."
5242 msgstr ""
5244 #: config/bfin/bfin.opt:40 config/msp430/msp430.opt:3 config/c6x/c6x.opt:38
5245 #, no-c-format
5246 msgid "Use simulator runtime."
5247 msgstr ""
5249 #: config/bfin/bfin.opt:44 config/arm/arm.opt:120
5250 #, no-c-format
5251 msgid "Specify the name of the target CPU."
5252 msgstr ""
5254 #: config/bfin/bfin.opt:48
5255 #, no-c-format
5256 msgid "Omit frame pointer for leaf functions."
5257 msgstr ""
5259 #: config/bfin/bfin.opt:52
5260 #, no-c-format
5261 msgid "Program is entirely located in low 64k of memory."
5262 msgstr ""
5264 #: config/bfin/bfin.opt:56
5265 #, no-c-format
5266 msgid "Work around a hardware anomaly by adding a number of NOPs before a CSYNC or SSYNC instruction."
5267 msgstr ""
5269 #: config/bfin/bfin.opt:61
5270 #, no-c-format
5271 msgid "Avoid speculative loads to work around a hardware anomaly."
5272 msgstr ""
5274 #: config/bfin/bfin.opt:65
5275 #, no-c-format
5276 msgid "Enabled ID based shared library."
5277 msgstr ""
5279 #: config/bfin/bfin.opt:69
5280 #, no-c-format
5281 msgid "Generate code that won't be linked against any other ID shared libraries, but may be used as a shared library."
5282 msgstr ""
5284 #: config/bfin/bfin.opt:74 config/m68k/m68k.opt:175
5285 #, no-c-format
5286 msgid "ID of shared library to build."
5287 msgstr ""
5289 #: config/bfin/bfin.opt:78 config/m68k/m68k.opt:171
5290 #, no-c-format
5291 msgid "Enable separate data segment."
5292 msgstr ""
5294 #: config/bfin/bfin.opt:82 config/c6x/c6x.opt:63
5295 #, no-c-format
5296 msgid "Avoid generating pc-relative calls; use indirection."
5297 msgstr ""
5299 #: config/bfin/bfin.opt:86
5300 #, no-c-format
5301 msgid "Link with the fast floating-point library."
5302 msgstr ""
5304 #: config/bfin/bfin.opt:90 config/arm/arm.opt:339 config/frv/frv.opt:130
5305 #, no-c-format
5306 msgid "Enable Function Descriptor PIC mode."
5307 msgstr ""
5309 #: config/bfin/bfin.opt:94 config/frv/frv.opt:162
5310 #, no-c-format
5311 msgid "Enable inlining of PLT in function calls."
5312 msgstr ""
5314 #: config/bfin/bfin.opt:98
5315 #, no-c-format
5316 msgid "Do stack checking using bounds in L1 scratch memory."
5317 msgstr ""
5319 #: config/bfin/bfin.opt:102
5320 #, no-c-format
5321 msgid "Enable multicore support."
5322 msgstr ""
5324 #: config/bfin/bfin.opt:106
5325 #, no-c-format
5326 msgid "Build for Core A."
5327 msgstr ""
5329 #: config/bfin/bfin.opt:110
5330 #, no-c-format
5331 msgid "Build for Core B."
5332 msgstr ""
5334 #: config/bfin/bfin.opt:114
5335 #, no-c-format
5336 msgid "Build for SDRAM."
5337 msgstr ""
5339 #: config/bfin/bfin.opt:118
5340 #, no-c-format
5341 msgid "Assume ICPLBs are enabled at runtime."
5342 msgstr ""
5344 #: config/m68k/m68k-tables.opt:25
5345 #, no-c-format
5346 msgid "Known M68K CPUs (for use with the -mcpu= option):"
5347 msgstr ""
5349 #: config/m68k/m68k-tables.opt:365
5350 #, no-c-format
5351 msgid "Known M68K microarchitectures (for use with the -mtune= option):"
5352 msgstr ""
5354 #: config/m68k/m68k-tables.opt:411
5355 #, no-c-format
5356 msgid "Known M68K ISAs (for use with the -march= option):"
5357 msgstr ""
5359 #: config/m68k/ieee.opt:24 config/i386/i386.opt:374
5360 #, no-c-format
5361 msgid "Use IEEE math for fp comparisons."
5362 msgstr ""
5364 #: config/m68k/m68k.opt:30
5365 #, no-c-format
5366 msgid "Generate code for a 520X."
5367 msgstr ""
5369 #: config/m68k/m68k.opt:34
5370 #, no-c-format
5371 msgid "Generate code for a 5206e."
5372 msgstr ""
5374 #: config/m68k/m68k.opt:38
5375 #, no-c-format
5376 msgid "Generate code for a 528x."
5377 msgstr ""
5379 #: config/m68k/m68k.opt:42
5380 #, no-c-format
5381 msgid "Generate code for a 5307."
5382 msgstr ""
5384 #: config/m68k/m68k.opt:46
5385 #, no-c-format
5386 msgid "Generate code for a 5407."
5387 msgstr ""
5389 #: config/m68k/m68k.opt:50 config/m68k/m68k.opt:111
5390 #, no-c-format
5391 msgid "Generate code for a 68000."
5392 msgstr ""
5394 #: config/m68k/m68k.opt:54
5395 #, no-c-format
5396 msgid "Generate code for a 68010."
5397 msgstr ""
5399 #: config/m68k/m68k.opt:58 config/m68k/m68k.opt:115
5400 #, no-c-format
5401 msgid "Generate code for a 68020."
5402 msgstr ""
5404 #: config/m68k/m68k.opt:62
5405 #, no-c-format
5406 msgid "Generate code for a 68040, without any new instructions."
5407 msgstr ""
5409 #: config/m68k/m68k.opt:66
5410 #, no-c-format
5411 msgid "Generate code for a 68060, without any new instructions."
5412 msgstr ""
5414 #: config/m68k/m68k.opt:70
5415 #, no-c-format
5416 msgid "Generate code for a 68030."
5417 msgstr ""
5419 #: config/m68k/m68k.opt:74
5420 #, no-c-format
5421 msgid "Generate code for a 68040."
5422 msgstr ""
5424 #: config/m68k/m68k.opt:78
5425 #, no-c-format
5426 msgid "Generate code for a 68060."
5427 msgstr ""
5429 #: config/m68k/m68k.opt:82
5430 #, no-c-format
5431 msgid "Generate code for a 68302."
5432 msgstr ""
5434 #: config/m68k/m68k.opt:86
5435 #, no-c-format
5436 msgid "Generate code for a 68332."
5437 msgstr ""
5439 #: config/m68k/m68k.opt:91
5440 #, no-c-format
5441 msgid "Generate code for a 68851."
5442 msgstr ""
5444 #: config/m68k/m68k.opt:95
5445 #, no-c-format
5446 msgid "Generate code that uses 68881 floating-point instructions."
5447 msgstr ""
5449 #: config/m68k/m68k.opt:99
5450 #, no-c-format
5451 msgid "Align variables on a 32-bit boundary."
5452 msgstr ""
5454 #: config/m68k/m68k.opt:103 config/arm/arm.opt:89 config/nios2/nios2.opt:570
5455 #: config/nds32/nds32.opt:171 config/c6x/c6x.opt:67
5456 #, no-c-format
5457 msgid "Specify the name of the target architecture."
5458 msgstr ""
5460 #: config/m68k/m68k.opt:107
5461 #, no-c-format
5462 msgid "Use the bit-field instructions."
5463 msgstr ""
5465 #: config/m68k/m68k.opt:119
5466 #, no-c-format
5467 msgid "Generate code for a ColdFire v4e."
5468 msgstr ""
5470 #: config/m68k/m68k.opt:123
5471 #, no-c-format
5472 msgid "Specify the target CPU."
5473 msgstr ""
5475 #: config/m68k/m68k.opt:127
5476 #, no-c-format
5477 msgid "Generate code for a cpu32."
5478 msgstr ""
5480 #: config/m68k/m68k.opt:131
5481 #, no-c-format
5482 msgid "Use hardware division instructions on ColdFire."
5483 msgstr ""
5485 #: config/m68k/m68k.opt:135
5486 #, no-c-format
5487 msgid "Generate code for a Fido A."
5488 msgstr ""
5490 #: config/m68k/m68k.opt:139
5491 #, no-c-format
5492 msgid "Generate code which uses hardware floating point instructions."
5493 msgstr ""
5495 #: config/m68k/m68k.opt:143
5496 #, no-c-format
5497 msgid "Enable ID based shared library."
5498 msgstr ""
5500 #: config/m68k/m68k.opt:147
5501 #, no-c-format
5502 msgid "Use 32-bit offsets in jump tables rather than 16-bit offsets."
5503 msgstr ""
5505 #: config/m68k/m68k.opt:151
5506 #, no-c-format
5507 msgid "Do not use the bit-field instructions."
5508 msgstr ""
5510 #: config/m68k/m68k.opt:155
5511 #, no-c-format
5512 msgid "Use normal calling convention."
5513 msgstr ""
5515 #: config/m68k/m68k.opt:159
5516 #, no-c-format
5517 msgid "Consider type 'int' to be 32 bits wide."
5518 msgstr ""
5520 #: config/m68k/m68k.opt:163
5521 #, no-c-format
5522 msgid "Generate pc-relative code."
5523 msgstr ""
5525 #: config/m68k/m68k.opt:167
5526 #, no-c-format
5527 msgid "Use different calling convention using 'rtd'."
5528 msgstr ""
5530 #: config/m68k/m68k.opt:179
5531 #, no-c-format
5532 msgid "Consider type 'int' to be 16 bits wide."
5533 msgstr ""
5535 #: config/m68k/m68k.opt:183
5536 #, no-c-format
5537 msgid "Generate code with library calls for floating point."
5538 msgstr ""
5540 #: config/m68k/m68k.opt:187
5541 #, no-c-format
5542 msgid "Do not use unaligned memory references."
5543 msgstr ""
5545 #: config/m68k/m68k.opt:191
5546 #, no-c-format
5547 msgid "Tune for the specified target CPU or architecture."
5548 msgstr ""
5550 #: config/m68k/m68k.opt:195
5551 #, no-c-format
5552 msgid "Support more than 8192 GOT entries on ColdFire."
5553 msgstr ""
5555 #: config/m68k/m68k.opt:199
5556 #, no-c-format
5557 msgid "Support TLS segment larger than 64K."
5558 msgstr ""
5560 #: config/riscv/riscv.opt:26 config/aarch64/aarch64.opt:74
5561 #: config/arm/arm.opt:108 config/microblaze/microblaze.opt:60
5562 #, no-c-format
5563 msgid "Assume target CPU is configured as big endian."
5564 msgstr ""
5566 #: config/riscv/riscv.opt:30 config/aarch64/aarch64.opt:94
5567 #: config/arm/arm.opt:173 config/microblaze/microblaze.opt:64
5568 #, no-c-format
5569 msgid "Assume target CPU is configured as little endian."
5570 msgstr ""
5572 #: config/riscv/riscv.opt:34
5573 #, no-c-format
5574 msgid "-mbranch-cost=N\tSet the cost of branches to roughly N instructions."
5575 msgstr ""
5577 #: config/riscv/riscv.opt:38
5578 #, no-c-format
5579 msgid "When generating -fpic code, allow the use of PLTs. Ignored for fno-pic."
5580 msgstr ""
5582 #: config/riscv/riscv.opt:42
5583 #, no-c-format
5584 msgid "Specify integer and floating-point calling convention."
5585 msgstr ""
5587 #: config/riscv/riscv.opt:46 config/i386/i386.opt:429
5588 #, no-c-format
5589 msgid "Attempt to keep stack aligned to this power of 2."
5590 msgstr ""
5592 #: config/riscv/riscv.opt:50
5593 #, no-c-format
5594 msgid "Supported ABIs (for use with the -mabi= option):"
5595 msgstr ""
5597 #: config/riscv/riscv.opt:75
5598 #, no-c-format
5599 msgid "Use hardware floating-point divide and square root instructions."
5600 msgstr ""
5602 #: config/riscv/riscv.opt:79
5603 #, no-c-format
5604 msgid "Use hardware instructions for integer division."
5605 msgstr ""
5607 #: config/riscv/riscv.opt:83
5608 #, no-c-format
5609 msgid "-march=\tGenerate code for given RISC-V ISA (e.g. RV64IM).  ISA strings must be lower-case."
5610 msgstr ""
5612 #: config/riscv/riscv.opt:88 config/mips/mips.opt:405
5613 #, no-c-format
5614 msgid "-mtune=PROCESSOR\tOptimize the output for PROCESSOR."
5615 msgstr ""
5617 #: config/riscv/riscv.opt:92
5618 #, no-c-format
5619 msgid "-mcpu=PROCESSOR\tUse architecture of and optimize the output for PROCESSOR."
5620 msgstr ""
5622 #: config/riscv/riscv.opt:96
5623 #, no-c-format
5624 msgid "-msmall-data-limit=N\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
5625 msgstr ""
5627 #: config/riscv/riscv.opt:100
5628 #, no-c-format
5629 msgid "Use smaller but slower prologue and epilogue code."
5630 msgstr ""
5632 #: config/riscv/riscv.opt:104
5633 #, no-c-format
5634 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."
5635 msgstr ""
5637 #: config/riscv/riscv.opt:110 config/aarch64/aarch64.opt:98
5638 #: config/loongarch/loongarch.opt:193
5639 #, no-c-format
5640 msgid "Specify the code model."
5641 msgstr ""
5643 #: config/riscv/riscv.opt:114 config/loongarch/loongarch.opt:158
5644 #, no-c-format
5645 msgid "Do not generate unaligned memory accesses."
5646 msgstr ""
5648 #: config/riscv/riscv.opt:118 config/i386/i386.opt:293
5649 #: config/rs6000/aix64.opt:36 config/rs6000/linux64.opt:32
5650 #, no-c-format
5651 msgid "Known code models (for use with the -mcmodel= option):"
5652 msgstr ""
5654 #: config/riscv/riscv.opt:128
5655 #, no-c-format
5656 msgid "Use %reloc() operators, rather than assembly macros, to load addresses."
5657 msgstr ""
5659 #: config/riscv/riscv.opt:132
5660 #, no-c-format
5661 msgid "Take advantage of linker relaxations to reduce the number of instructions required to materialize symbol addresses."
5662 msgstr ""
5664 #: config/riscv/riscv.opt:137
5665 #, no-c-format
5666 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."
5667 msgstr ""
5669 #: config/riscv/riscv.opt:161
5670 #, no-c-format
5671 msgid "Emit RISC-V ELF attribute."
5672 msgstr ""
5674 #: config/riscv/riscv.opt:165 config/i386/i386.opt:246
5675 #, no-c-format
5676 msgid "Use the given data alignment."
5677 msgstr ""
5679 #: config/riscv/riscv.opt:169 config/i386/i386.opt:250
5680 #, no-c-format
5681 msgid "Known data alignment choices (for use with the -malign-data= option):"
5682 msgstr ""
5684 #: config/riscv/riscv.opt:179 config/aarch64/aarch64.opt:241
5685 #: config/i386/i386.opt:1015 config/arm/arm.opt:343
5686 #: config/rs6000/rs6000.opt:550
5687 #, no-c-format
5688 msgid "Use given stack-protector guard."
5689 msgstr ""
5691 #: config/riscv/riscv.opt:183 config/aarch64/aarch64.opt:245
5692 #: config/arm/arm.opt:347 config/rs6000/rs6000.opt:554
5693 #, no-c-format
5694 msgid "Valid arguments to -mstack-protector-guard=:"
5695 msgstr ""
5697 #: config/riscv/riscv.opt:193 config/i386/i386.opt:1029
5698 #: config/rs6000/rs6000.opt:564
5699 #, no-c-format
5700 msgid "Use the given base register for addressing the stack-protector guard."
5701 msgstr ""
5703 #: config/riscv/riscv.opt:200 config/i386/i386.opt:1036
5704 #: config/rs6000/rs6000.opt:571
5705 #, no-c-format
5706 msgid "Use the given offset for addressing the stack-protector guard."
5707 msgstr ""
5709 #: config/riscv/riscv.opt:243
5710 #, no-c-format
5711 msgid "Supported ISA specs (for use with the -misa-spec= option):"
5712 msgstr ""
5714 #: config/riscv/riscv.opt:256
5715 #, no-c-format
5716 msgid "Set the version of RISC-V ISA spec."
5717 msgstr ""
5719 #: config/riscv/riscv.opt:260
5720 #, no-c-format
5721 msgid "Always inline subword atomic operations."
5722 msgstr ""
5724 #: config/m32c/m32c.opt:23
5725 #, no-c-format
5726 msgid "-msim\tUse simulator runtime."
5727 msgstr ""
5729 #: config/m32c/m32c.opt:27
5730 #, no-c-format
5731 msgid "-mcpu=r8c\tCompile code for R8C variants."
5732 msgstr ""
5734 #: config/m32c/m32c.opt:31
5735 #, no-c-format
5736 msgid "-mcpu=m16c\tCompile code for M16C variants."
5737 msgstr ""
5739 #: config/m32c/m32c.opt:35
5740 #, no-c-format
5741 msgid "-mcpu=m32cm\tCompile code for M32CM variants."
5742 msgstr ""
5744 #: config/m32c/m32c.opt:39
5745 #, no-c-format
5746 msgid "-mcpu=m32c\tCompile code for M32C variants."
5747 msgstr ""
5749 #: config/m32c/m32c.opt:43
5750 #, no-c-format
5751 msgid "-memregs=\tNumber of memreg bytes (default: 16, range: 0..16)."
5752 msgstr ""
5754 #: config/msp430/msp430.opt:7
5755 #, no-c-format
5756 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."
5757 msgstr ""
5759 #: config/msp430/msp430.opt:11
5760 #, no-c-format
5761 msgid "Force assembly output to always use hex constants."
5762 msgstr ""
5764 #: config/msp430/msp430.opt:15
5765 #, no-c-format
5766 msgid "Specify the MCU to build for."
5767 msgstr ""
5769 #: config/msp430/msp430.opt:19
5770 #, no-c-format
5771 msgid "Warn if an MCU name is unrecognized or conflicts with other options (default: on)."
5772 msgstr ""
5774 #: config/msp430/msp430.opt:23
5775 #, no-c-format
5776 msgid "Warn if devices.csv is not found or there are problem parsing it (default: on)."
5777 msgstr ""
5779 #: config/msp430/msp430.opt:27
5780 #, no-c-format
5781 msgid "Specify the ISA to build for: msp430, msp430x, msp430xv2."
5782 msgstr ""
5784 #: config/msp430/msp430.opt:52
5785 #, no-c-format
5786 msgid "Select large model - 20-bit addresses/pointers."
5787 msgstr ""
5789 #: config/msp430/msp430.opt:56
5790 #, no-c-format
5791 msgid "Select small model - 16-bit addresses/pointers (default)."
5792 msgstr ""
5794 #: config/msp430/msp430.opt:60
5795 #, no-c-format
5796 msgid "Optimize opcode sizes at link time."
5797 msgstr ""
5799 #: config/msp430/msp430.opt:67 config/pru/pru.opt:26
5800 #, no-c-format
5801 msgid "Use a minimum runtime (no static initializers or ctors) for memory-constrained devices."
5802 msgstr ""
5804 #: config/msp430/msp430.opt:74
5805 #, no-c-format
5806 msgid "Specify the type of hardware multiply to support."
5807 msgstr ""
5809 #: config/msp430/msp430.opt:96
5810 #, no-c-format
5811 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)."
5812 msgstr ""
5814 #: config/msp430/msp430.opt:100
5815 #, no-c-format
5816 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)."
5817 msgstr ""
5819 #: config/msp430/msp430.opt:104
5820 #, no-c-format
5821 msgid "Add the .lower prefix to section names when compiling with -m{code,data}-region=lower (disabled by default)."
5822 msgstr ""
5824 #: config/msp430/msp430.opt:123
5825 #, no-c-format
5826 msgid "Passes on a request to the assembler to enable fixes for various silicon errata."
5827 msgstr ""
5829 #: config/msp430/msp430.opt:127
5830 #, no-c-format
5831 msgid "Passes on a request to the assembler to warn about various silicon errata."
5832 msgstr ""
5834 #: config/msp430/msp430.opt:131
5835 #, no-c-format
5836 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."
5837 msgstr ""
5839 #: config/msp430/msp430.opt:136
5840 #, no-c-format
5841 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."
5842 msgstr ""
5844 #: config/aarch64/aarch64.opt:49
5845 #, no-c-format
5846 msgid "The possible TLS dialects:"
5847 msgstr ""
5849 #: config/aarch64/aarch64.opt:61 config/loongarch/loongarch.opt:171
5850 #, no-c-format
5851 msgid "The code model option names for -mcmodel:"
5852 msgstr ""
5854 #: config/aarch64/aarch64.opt:78 config/i386/i386.opt:1050
5855 #, no-c-format
5856 msgid "Generate code which uses only the general registers."
5857 msgstr ""
5859 #: config/aarch64/aarch64.opt:82 config/i386/i386.opt:1142
5860 #, no-c-format
5861 msgid "Generate code to mitigate against straight line speculation."
5862 msgstr ""
5864 #: config/aarch64/aarch64.opt:86
5865 #, no-c-format
5866 msgid "Workaround for ARM Cortex-A53 Erratum number 835769."
5867 msgstr ""
5869 #: config/aarch64/aarch64.opt:90
5870 #, no-c-format
5871 msgid "Workaround for ARM Cortex-A53 Erratum number 843419."
5872 msgstr ""
5874 #: config/aarch64/aarch64.opt:102
5875 #, no-c-format
5876 msgid "Don't assume that unaligned accesses are handled by the system."
5877 msgstr ""
5879 #: config/aarch64/aarch64.opt:106 config/i386/i386.opt:405
5880 #, no-c-format
5881 msgid "Omit the frame pointer in leaf functions."
5882 msgstr ""
5884 #: config/aarch64/aarch64.opt:110
5885 #, no-c-format
5886 msgid "Specify TLS dialect."
5887 msgstr ""
5889 #: config/aarch64/aarch64.opt:114
5890 #, no-c-format
5891 msgid "Specifies bit size of immediate TLS offsets.  Valid values are 12, 24, 32, 48."
5892 msgstr ""
5894 #: config/aarch64/aarch64.opt:133
5895 #, no-c-format
5896 msgid "Use features of architecture ARCH."
5897 msgstr ""
5899 #: config/aarch64/aarch64.opt:137
5900 #, no-c-format
5901 msgid "Use features of and optimize for CPU."
5902 msgstr ""
5904 #: config/aarch64/aarch64.opt:141
5905 #, no-c-format
5906 msgid "Optimize for CPU."
5907 msgstr ""
5909 #: config/aarch64/aarch64.opt:145
5910 #, no-c-format
5911 msgid "Generate code that conforms to the specified ABI."
5912 msgstr ""
5914 #: config/aarch64/aarch64.opt:149
5915 #, no-c-format
5916 msgid "-moverride=<string>\tPower users only! Override CPU optimization parameters."
5917 msgstr ""
5919 #: config/aarch64/aarch64.opt:153
5920 #, no-c-format
5921 msgid "Known AArch64 ABIs (for use with the -mabi= option):"
5922 msgstr ""
5924 #: config/aarch64/aarch64.opt:163
5925 #, no-c-format
5926 msgid "PC relative literal loads."
5927 msgstr ""
5929 #: config/aarch64/aarch64.opt:167 config/arm/arm.opt:331
5930 #, no-c-format
5931 msgid "Use branch-protection features."
5932 msgstr ""
5934 #: config/aarch64/aarch64.opt:171
5935 #, no-c-format
5936 msgid "Select return address signing scope."
5937 msgstr ""
5939 #: config/aarch64/aarch64.opt:175
5940 #, no-c-format
5941 msgid "Supported AArch64 return address signing scope (for use with -msign-return-address= option):"
5942 msgstr ""
5944 #: config/aarch64/aarch64.opt:188
5945 #, no-c-format
5946 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."
5947 msgstr ""
5949 #: config/aarch64/aarch64.opt:194
5950 #, no-c-format
5951 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."
5952 msgstr ""
5954 #: config/aarch64/aarch64.opt:201
5955 #, no-c-format
5956 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."
5957 msgstr ""
5959 #: config/aarch64/aarch64.opt:207
5960 #, no-c-format
5961 msgid "The possible SVE vector lengths:"
5962 msgstr ""
5964 #: config/aarch64/aarch64.opt:229
5965 #, no-c-format
5966 msgid "-msve-vector-bits=<number>\tSet the number of bits in an SVE vector register."
5967 msgstr ""
5969 #: config/aarch64/aarch64.opt:233
5970 #, no-c-format
5971 msgid "Enables verbose cost model dumping in the debug dump files."
5972 msgstr ""
5974 #: config/aarch64/aarch64.opt:237
5975 #, no-c-format
5976 msgid "Generate code to track when the CPU might be speculating incorrectly."
5977 msgstr ""
5979 #: config/aarch64/aarch64.opt:255
5980 #, no-c-format
5981 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."
5982 msgstr ""
5984 #: config/aarch64/aarch64.opt:261
5985 #, no-c-format
5986 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."
5987 msgstr ""
5989 #: config/aarch64/aarch64.opt:270
5990 #, no-c-format
5991 msgid "Generate local calls to out-of-line atomic operations."
5992 msgstr ""
5994 #: config/aarch64/aarch64.opt:274
5995 #, no-c-format
5996 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."
5997 msgstr ""
5999 #: config/aarch64/aarch64.opt:278
6000 #, no-c-format
6001 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."
6002 msgstr ""
6004 #: config/aarch64/aarch64.opt:282
6005 #, no-c-format
6006 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."
6007 msgstr ""
6009 #: config/aarch64/aarch64.opt:292
6010 #, no-c-format
6011 msgid "Constant memcpy size in bytes above which to start using MOPS sequence."
6012 msgstr ""
6014 #: config/aarch64/aarch64.opt:296
6015 #, no-c-format
6016 msgid "Constant memmove size in bytes above which to start using MOPS sequence."
6017 msgstr ""
6019 #: config/aarch64/aarch64.opt:300
6020 #, no-c-format
6021 msgid "Constant memset size in bytes from which to start using MOPS sequence."
6022 msgstr ""
6024 #: config/aarch64/aarch64.opt:304
6025 #, no-c-format
6026 msgid "Limit how much the autovectorizer may unroll a loop."
6027 msgstr ""
6029 #: config/linux.opt:24
6030 #, no-c-format
6031 msgid "Use Bionic C library."
6032 msgstr ""
6034 #: config/linux.opt:28
6035 #, no-c-format
6036 msgid "Use GNU C library."
6037 msgstr ""
6039 #: config/linux.opt:32
6040 #, no-c-format
6041 msgid "Use uClibc C library."
6042 msgstr ""
6044 #: config/linux.opt:36
6045 #, no-c-format
6046 msgid "Use musl C library."
6047 msgstr ""
6049 #: config/ia64/ilp32.opt:3
6050 #, no-c-format
6051 msgid "Generate ILP32 code."
6052 msgstr ""
6054 #: config/ia64/ilp32.opt:7
6055 #, no-c-format
6056 msgid "Generate LP64 code."
6057 msgstr ""
6059 #: config/ia64/ia64.opt:28
6060 #, no-c-format
6061 msgid "Generate big endian code."
6062 msgstr ""
6064 #: config/ia64/ia64.opt:32
6065 #, no-c-format
6066 msgid "Generate little endian code."
6067 msgstr ""
6069 #: config/ia64/ia64.opt:36
6070 #, no-c-format
6071 msgid "Generate code for GNU as."
6072 msgstr ""
6074 #: config/ia64/ia64.opt:40
6075 #, no-c-format
6076 msgid "Generate code for GNU ld."
6077 msgstr ""
6079 #: config/ia64/ia64.opt:44
6080 #, no-c-format
6081 msgid "Emit stop bits before and after volatile extended asms."
6082 msgstr ""
6084 #: config/ia64/ia64.opt:48
6085 #, no-c-format
6086 msgid "Use in/loc/out register names."
6087 msgstr ""
6089 #: config/ia64/ia64.opt:55
6090 #, no-c-format
6091 msgid "Enable use of sdata/scommon/sbss."
6092 msgstr ""
6094 #: config/ia64/ia64.opt:59
6095 #, no-c-format
6096 msgid "Generate code without GP reg."
6097 msgstr ""
6099 #: config/ia64/ia64.opt:63
6100 #, no-c-format
6101 msgid "gp is constant (but save/restore gp on indirect calls)."
6102 msgstr ""
6104 #: config/ia64/ia64.opt:67
6105 #, no-c-format
6106 msgid "Generate self-relocatable code."
6107 msgstr ""
6109 #: config/ia64/ia64.opt:71
6110 #, no-c-format
6111 msgid "Generate inline floating point division, optimize for latency."
6112 msgstr ""
6114 #: config/ia64/ia64.opt:75
6115 #, no-c-format
6116 msgid "Generate inline floating point division, optimize for throughput."
6117 msgstr ""
6119 #: config/ia64/ia64.opt:82
6120 #, no-c-format
6121 msgid "Generate inline integer division, optimize for latency."
6122 msgstr ""
6124 #: config/ia64/ia64.opt:86
6125 #, no-c-format
6126 msgid "Generate inline integer division, optimize for throughput."
6127 msgstr ""
6129 #: config/ia64/ia64.opt:90
6130 #, no-c-format
6131 msgid "Do not inline integer division."
6132 msgstr ""
6134 #: config/ia64/ia64.opt:94
6135 #, no-c-format
6136 msgid "Generate inline square root, optimize for latency."
6137 msgstr ""
6139 #: config/ia64/ia64.opt:98
6140 #, no-c-format
6141 msgid "Generate inline square root, optimize for throughput."
6142 msgstr ""
6144 #: config/ia64/ia64.opt:102
6145 #, no-c-format
6146 msgid "Do not inline square root."
6147 msgstr ""
6149 #: config/ia64/ia64.opt:106
6150 #, no-c-format
6151 msgid "Enable DWARF line debug info via GNU as."
6152 msgstr ""
6154 #: config/ia64/ia64.opt:110
6155 #, no-c-format
6156 msgid "Enable earlier placing stop bits for better scheduling."
6157 msgstr ""
6159 #: config/ia64/ia64.opt:114 config/pa/pa.opt:70 config/sh/sh.opt:227
6160 #, no-c-format
6161 msgid "Specify range of registers to make fixed."
6162 msgstr ""
6164 #: config/ia64/ia64.opt:118 config/alpha/alpha.opt:130
6165 #, no-c-format
6166 msgid "Specify bit size of immediate TLS offsets."
6167 msgstr ""
6169 #: config/ia64/ia64.opt:122 config/i386/i386.opt:527 config/s390/s390.opt:203
6170 #: config/sparc/sparc.opt:146 config/visium/visium.opt:49
6171 #, no-c-format
6172 msgid "Schedule code for given CPU."
6173 msgstr ""
6175 #: config/ia64/ia64.opt:126
6176 #, no-c-format
6177 msgid "Known Itanium CPUs (for use with the -mtune= option):"
6178 msgstr ""
6180 #: config/ia64/ia64.opt:136
6181 #, no-c-format
6182 msgid "Use data speculation before reload."
6183 msgstr ""
6185 #: config/ia64/ia64.opt:140
6186 #, no-c-format
6187 msgid "Use data speculation after reload."
6188 msgstr ""
6190 #: config/ia64/ia64.opt:144
6191 #, no-c-format
6192 msgid "Use control speculation."
6193 msgstr ""
6195 #: config/ia64/ia64.opt:148
6196 #, no-c-format
6197 msgid "Use in block data speculation before reload."
6198 msgstr ""
6200 #: config/ia64/ia64.opt:152
6201 #, no-c-format
6202 msgid "Use in block data speculation after reload."
6203 msgstr ""
6205 #: config/ia64/ia64.opt:156
6206 #, no-c-format
6207 msgid "Use in block control speculation."
6208 msgstr ""
6210 #: config/ia64/ia64.opt:160
6211 #, no-c-format
6212 msgid "Use simple data speculation check."
6213 msgstr ""
6215 #: config/ia64/ia64.opt:164
6216 #, no-c-format
6217 msgid "Use simple data speculation check for control speculation."
6218 msgstr ""
6220 #: config/ia64/ia64.opt:174
6221 #, no-c-format
6222 msgid "Count speculative dependencies while calculating priority of instructions."
6223 msgstr ""
6225 #: config/ia64/ia64.opt:178
6226 #, no-c-format
6227 msgid "Place a stop bit after every cycle when scheduling."
6228 msgstr ""
6230 #: config/ia64/ia64.opt:182
6231 #, no-c-format
6232 msgid "Assume that floating-point stores and loads are not likely to cause conflict when placed into one instruction group."
6233 msgstr ""
6235 #: config/ia64/ia64.opt:186
6236 #, no-c-format
6237 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."
6238 msgstr ""
6240 #: config/ia64/ia64.opt:190
6241 #, no-c-format
6242 msgid "Disallow more than 'msched-max-memory-insns' in instruction group. Otherwise, limit is 'soft' (prefer non-memory operations when limit is reached)."
6243 msgstr ""
6245 #: config/ia64/ia64.opt:194
6246 #, no-c-format
6247 msgid "Don't generate checks for control speculation in selective scheduling."
6248 msgstr ""
6250 #: config/epiphany/epiphany.opt:24
6251 #, no-c-format
6252 msgid "Don't use any of r32..r63."
6253 msgstr ""
6255 #: config/epiphany/epiphany.opt:28
6256 #, no-c-format
6257 msgid "Preferentially allocate registers that allow short instruction generation."
6258 msgstr ""
6260 #: config/epiphany/epiphany.opt:32
6261 #, no-c-format
6262 msgid "Set branch cost."
6263 msgstr ""
6265 #: config/epiphany/epiphany.opt:36
6266 #, no-c-format
6267 msgid "Enable conditional move instruction usage."
6268 msgstr ""
6270 #: config/epiphany/epiphany.opt:40
6271 #, no-c-format
6272 msgid "Set number of nops to emit before each insn pattern."
6273 msgstr ""
6275 #: config/epiphany/epiphany.opt:52
6276 #, no-c-format
6277 msgid "Use software floating point comparisons."
6278 msgstr ""
6280 #: config/epiphany/epiphany.opt:56
6281 #, no-c-format
6282 msgid "Enable split of 32 bit immediate loads into low / high part."
6283 msgstr ""
6285 #: config/epiphany/epiphany.opt:60
6286 #, no-c-format
6287 msgid "Enable use of POST_INC / POST_DEC."
6288 msgstr ""
6290 #: config/epiphany/epiphany.opt:64
6291 #, no-c-format
6292 msgid "Enable use of POST_MODIFY."
6293 msgstr ""
6295 #: config/epiphany/epiphany.opt:68
6296 #, no-c-format
6297 msgid "Set number of bytes on the stack preallocated for use by the callee."
6298 msgstr ""
6300 #: config/epiphany/epiphany.opt:72
6301 #, no-c-format
6302 msgid "Assume round to nearest is selected for purposes of scheduling."
6303 msgstr ""
6305 #: config/epiphany/epiphany.opt:76
6306 #, no-c-format
6307 msgid "Generate call insns as indirect calls."
6308 msgstr ""
6310 #: config/epiphany/epiphany.opt:80
6311 #, no-c-format
6312 msgid "Generate call insns as direct calls."
6313 msgstr ""
6315 #: config/epiphany/epiphany.opt:84
6316 #, no-c-format
6317 msgid "Assume labels and symbols can be addressed using 16 bit absolute addresses."
6318 msgstr ""
6320 #: config/epiphany/epiphany.opt:108
6321 #, no-c-format
6322 msgid "A floatig point to integer truncation may be replaced with rounding to save mode switching."
6323 msgstr ""
6325 #: config/epiphany/epiphany.opt:112
6326 #, no-c-format
6327 msgid "Vectorize for double-word operations."
6328 msgstr ""
6330 #: config/epiphany/epiphany.opt:128
6331 #, no-c-format
6332 msgid "Split unaligned 8 byte vector moves before post-modify address generation."
6333 msgstr ""
6335 #: config/epiphany/epiphany.opt:132
6336 #, no-c-format
6337 msgid "Use the floating point unit for integer add/subtract."
6338 msgstr ""
6340 #: config/epiphany/epiphany.opt:136
6341 #, no-c-format
6342 msgid "Set register to hold -1."
6343 msgstr ""
6345 #: config/ft32/ft32.opt:23
6346 #, no-c-format
6347 msgid "Target the software simulator."
6348 msgstr ""
6350 #: config/ft32/ft32.opt:27 config/s390/s390.opt:234 config/mips/mips.opt:393
6351 #: config/arc/arc.opt:405
6352 #, no-c-format
6353 msgid "Use LRA instead of reload."
6354 msgstr ""
6356 #: config/ft32/ft32.opt:31
6357 #, no-c-format
6358 msgid "Avoid use of the DIV and MOD instructions."
6359 msgstr ""
6361 #: config/ft32/ft32.opt:35
6362 #, no-c-format
6363 msgid "Target the FT32B architecture."
6364 msgstr ""
6366 #: config/ft32/ft32.opt:39
6367 #, no-c-format
6368 msgid "Enable FT32B code compression."
6369 msgstr ""
6371 #: config/ft32/ft32.opt:43
6372 #, no-c-format
6373 msgid "Avoid placing any readable data in program memory."
6374 msgstr ""
6376 #: config/h8300/h8300.opt:23
6377 #, no-c-format
6378 msgid "Generate H8S code."
6379 msgstr ""
6381 #: config/h8300/h8300.opt:27
6382 #, no-c-format
6383 msgid "Generate H8SX code."
6384 msgstr ""
6386 #: config/h8300/h8300.opt:31
6387 #, no-c-format
6388 msgid "Generate H8S/2600 code."
6389 msgstr ""
6391 #: config/h8300/h8300.opt:35
6392 #, no-c-format
6393 msgid "Make integers 32 bits wide."
6394 msgstr ""
6396 #: config/h8300/h8300.opt:42
6397 #, no-c-format
6398 msgid "Use registers for argument passing."
6399 msgstr ""
6401 #: config/h8300/h8300.opt:46
6402 #, no-c-format
6403 msgid "Consider access to byte sized memory slow."
6404 msgstr ""
6406 #: config/h8300/h8300.opt:50
6407 #, no-c-format
6408 msgid "Enable linker relaxing."
6409 msgstr ""
6411 #: config/h8300/h8300.opt:54
6412 #, no-c-format
6413 msgid "Generate H8/300H code."
6414 msgstr ""
6416 #: config/h8300/h8300.opt:58
6417 #, no-c-format
6418 msgid "Enable the normal mode."
6419 msgstr ""
6421 #: config/h8300/h8300.opt:62
6422 #, no-c-format
6423 msgid "Use H8/300 alignment rules."
6424 msgstr ""
6426 #: config/h8300/h8300.opt:66
6427 #, no-c-format
6428 msgid "Push extended registers on stack in monitor functions."
6429 msgstr ""
6431 #: config/h8300/h8300.opt:70
6432 #, no-c-format
6433 msgid "Do not push extended registers on stack in monitor functions."
6434 msgstr ""
6436 #: config/pru/pru.opt:31
6437 #, no-c-format
6438 msgid "-mmcu=MCU\tSelect the target System-On-Chip variant that embeds this PRU."
6439 msgstr ""
6441 #: config/pru/pru.opt:35
6442 #, no-c-format
6443 msgid "Make GCC pass the --no-relax command-line option to the linker instead of the --relax option."
6444 msgstr ""
6446 #: config/pru/pru.opt:40
6447 #, no-c-format
6448 msgid "Allow (or do not allow) gcc to use the LOOP instruction."
6449 msgstr ""
6451 #: config/pru/pru.opt:44
6452 #, no-c-format
6453 msgid "Select target ABI variant."
6454 msgstr ""
6456 #: config/pru/pru.opt:48
6457 #, no-c-format
6458 msgid "ABI variant code generation (for use with -mabi= option):"
6459 msgstr ""
6461 #: config/pdp11/pdp11.opt:23
6462 #, no-c-format
6463 msgid "Generate code for an 11/10."
6464 msgstr ""
6466 #: config/pdp11/pdp11.opt:27
6467 #, no-c-format
6468 msgid "Generate code for an 11/40."
6469 msgstr ""
6471 #: config/pdp11/pdp11.opt:31
6472 #, no-c-format
6473 msgid "Generate code for an 11/45."
6474 msgstr ""
6476 #: config/pdp11/pdp11.opt:35
6477 #, no-c-format
6478 msgid "Return floating-point results in ac0 (fr0 in Unix assembler syntax)."
6479 msgstr ""
6481 #: config/pdp11/pdp11.opt:39
6482 #, no-c-format
6483 msgid "Use the DEC assembler syntax."
6484 msgstr ""
6486 #: config/pdp11/pdp11.opt:43
6487 #, no-c-format
6488 msgid "Use the GNU assembler syntax."
6489 msgstr ""
6491 #: config/pdp11/pdp11.opt:47 config/rs6000/rs6000.opt:183
6492 #: config/frv/frv.opt:158
6493 #, no-c-format
6494 msgid "Use hardware floating point."
6495 msgstr ""
6497 #: config/pdp11/pdp11.opt:51
6498 #, no-c-format
6499 msgid "Use 16 bit int."
6500 msgstr ""
6502 #: config/pdp11/pdp11.opt:55
6503 #, no-c-format
6504 msgid "Use 32 bit int."
6505 msgstr ""
6507 #: config/pdp11/pdp11.opt:59 config/rs6000/rs6000.opt:179
6508 #, no-c-format
6509 msgid "Do not use hardware floating point."
6510 msgstr ""
6512 #: config/pdp11/pdp11.opt:63
6513 #, no-c-format
6514 msgid "Target has split I&D."
6515 msgstr ""
6517 #: config/pdp11/pdp11.opt:67
6518 #, no-c-format
6519 msgid "Use UNIX assembler syntax."
6520 msgstr ""
6522 #: config/pdp11/pdp11.opt:71
6523 #, no-c-format
6524 msgid "Use LRA register allocator."
6525 msgstr ""
6527 #: config/xtensa/xtensa.opt:23
6528 #, no-c-format
6529 msgid "Use CONST16 instruction to load constants."
6530 msgstr ""
6532 #: config/xtensa/xtensa.opt:27
6533 #, no-c-format
6534 msgid "Disable position-independent code (PIC) for use in OS kernel code."
6535 msgstr ""
6537 #: config/xtensa/xtensa.opt:31
6538 #, no-c-format
6539 msgid "Use indirect CALLXn instructions for large programs."
6540 msgstr ""
6542 #: config/xtensa/xtensa.opt:35
6543 #, no-c-format
6544 msgid "Set extra memory access cost for L32R instruction, in clock-cycle units."
6545 msgstr ""
6547 #: config/xtensa/xtensa.opt:39 config/sh/sh.opt:303
6548 #, no-c-format
6549 msgid "Use LRA instead of reload (transitional)."
6550 msgstr ""
6552 #: config/xtensa/xtensa.opt:43
6553 #, no-c-format
6554 msgid "Automatically align branch targets to reduce branch penalties."
6555 msgstr ""
6557 #: config/xtensa/xtensa.opt:47
6558 #, no-c-format
6559 msgid "Intersperse literal pools with code in the text section."
6560 msgstr ""
6562 #: config/xtensa/xtensa.opt:51
6563 #, no-c-format
6564 msgid "Relax literals in assembler and place them automatically in the text section."
6565 msgstr ""
6567 #: config/xtensa/xtensa.opt:55
6568 #, no-c-format
6569 msgid "-mno-serialize-volatile\tDo not serialize volatile memory references with MEMW instructions."
6570 msgstr ""
6572 #: config/xtensa/xtensa.opt:62
6573 #, no-c-format
6574 msgid "Use call0 ABI."
6575 msgstr ""
6577 #: config/xtensa/xtensa.opt:66
6578 #, no-c-format
6579 msgid "Use windowed registers ABI."
6580 msgstr ""
6582 #: config/i386/cygming.opt:23
6583 #, no-c-format
6584 msgid "Create console application."
6585 msgstr ""
6587 #: config/i386/cygming.opt:27
6588 #, no-c-format
6589 msgid "Generate code for a DLL."
6590 msgstr ""
6592 #: config/i386/cygming.opt:31
6593 #, no-c-format
6594 msgid "Ignore dllimport for functions."
6595 msgstr ""
6597 #: config/i386/cygming.opt:35
6598 #, no-c-format
6599 msgid "Use Mingw-specific thread support."
6600 msgstr ""
6602 #: config/i386/cygming.opt:39
6603 #, no-c-format
6604 msgid "Set Windows defines."
6605 msgstr ""
6607 #: config/i386/cygming.opt:43
6608 #, no-c-format
6609 msgid "Create GUI application."
6610 msgstr ""
6612 #: config/i386/cygming.opt:47
6613 #, no-c-format
6614 msgid "Use the GNU extension to the PE format for aligned common data."
6615 msgstr ""
6617 #: config/i386/cygming.opt:51
6618 #, no-c-format
6619 msgid "Compile code that relies on Cygwin DLL wrappers to support C++ operator new/delete replacement."
6620 msgstr ""
6622 #: config/i386/cygming.opt:55
6623 #, no-c-format
6624 msgid "For nested functions on stack executable permission is set."
6625 msgstr ""
6627 #: config/i386/cygming.opt:62
6628 #, no-c-format
6629 msgid "Put relocated read-only data into .data section."
6630 msgstr ""
6632 #: config/i386/mingw.opt:29
6633 #, no-c-format
6634 msgid "Warn about none ISO msvcrt scanf/printf width extensions."
6635 msgstr ""
6637 #: config/i386/mingw-w64.opt:23
6638 #, no-c-format
6639 msgid "Use unicode startup and define UNICODE macro."
6640 msgstr ""
6642 #: config/i386/i386.opt:198
6643 #, no-c-format
6644 msgid "sizeof(long double) is 16."
6645 msgstr ""
6647 #: config/i386/i386.opt:202 config/i386/i386.opt:370
6648 #, no-c-format
6649 msgid "Use hardware fp."
6650 msgstr ""
6652 #: config/i386/i386.opt:206
6653 #, no-c-format
6654 msgid "sizeof(long double) is 12."
6655 msgstr ""
6657 #: config/i386/i386.opt:210
6658 #, no-c-format
6659 msgid "Use 80-bit long double."
6660 msgstr ""
6662 #: config/i386/i386.opt:214 config/s390/s390.opt:163
6663 #: config/sparc/long-double-switch.opt:27 config/alpha/alpha.opt:102
6664 #, no-c-format
6665 msgid "Use 64-bit long double."
6666 msgstr ""
6668 #: config/i386/i386.opt:218 config/s390/s390.opt:159
6669 #: config/sparc/long-double-switch.opt:23 config/alpha/alpha.opt:98
6670 #, no-c-format
6671 msgid "Use 128-bit long double."
6672 msgstr ""
6674 #: config/i386/i386.opt:222 config/sh/sh.opt:179
6675 #, no-c-format
6676 msgid "Reserve space for outgoing arguments in the function prologue."
6677 msgstr ""
6679 #: config/i386/i386.opt:226
6680 #, no-c-format
6681 msgid "Align some doubles on dword boundary."
6682 msgstr ""
6684 #: config/i386/i386.opt:230
6685 #, no-c-format
6686 msgid "Function starts are aligned to this power of 2."
6687 msgstr ""
6689 #: config/i386/i386.opt:234
6690 #, no-c-format
6691 msgid "Jump targets are aligned to this power of 2."
6692 msgstr ""
6694 #: config/i386/i386.opt:238
6695 #, no-c-format
6696 msgid "Loop code aligned to this power of 2."
6697 msgstr ""
6699 #: config/i386/i386.opt:242
6700 #, no-c-format
6701 msgid "Align destination of the string operations."
6702 msgstr ""
6704 #: config/i386/i386.opt:263 config/s390/s390.opt:56
6705 #, no-c-format
6706 msgid "Generate code for given CPU."
6707 msgstr ""
6709 #: config/i386/i386.opt:267
6710 #, no-c-format
6711 msgid "Use given assembler dialect."
6712 msgstr ""
6714 #: config/i386/i386.opt:271
6715 #, no-c-format
6716 msgid "Known assembler dialects (for use with the -masm= option):"
6717 msgstr ""
6719 #: config/i386/i386.opt:281
6720 #, no-c-format
6721 msgid "Branches are this expensive (arbitrary units)."
6722 msgstr ""
6724 #: config/i386/i386.opt:285
6725 #, no-c-format
6726 msgid "-mlarge-data-threshold=<number>\tData greater than given threshold will go into .ldata section in x86-64 medium model."
6727 msgstr ""
6729 #: config/i386/i386.opt:289
6730 #, no-c-format
6731 msgid "Use given x86-64 code model."
6732 msgstr ""
6734 #: config/i386/i386.opt:312
6735 #, no-c-format
6736 msgid "Use given address mode."
6737 msgstr ""
6739 #: config/i386/i386.opt:316
6740 #, no-c-format
6741 msgid "Known address mode (for use with the -maddress-mode= option):"
6742 msgstr ""
6744 #: config/i386/i386.opt:329
6745 #, no-c-format
6746 msgid "Generate sin, cos, sqrt for FPU."
6747 msgstr ""
6749 #: config/i386/i386.opt:333
6750 #, no-c-format
6751 msgid "Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack."
6752 msgstr ""
6754 #: config/i386/i386.opt:337
6755 #, no-c-format
6756 msgid "Return values of functions in FPU registers."
6757 msgstr ""
6759 #: config/i386/i386.opt:341
6760 #, no-c-format
6761 msgid "Generate floating point mathematics using given instruction set."
6762 msgstr ""
6764 #: config/i386/i386.opt:345
6765 #, no-c-format
6766 msgid "Valid arguments to -mfpmath=:"
6767 msgstr ""
6769 #: config/i386/i386.opt:378
6770 #, no-c-format
6771 msgid "Inline all known string operations."
6772 msgstr ""
6774 #: config/i386/i386.opt:382
6775 #, no-c-format
6776 msgid "Inline memset/memcpy string operations, but perform inline version only for small blocks."
6777 msgstr ""
6779 #: config/i386/i386.opt:389
6780 #, no-c-format
6781 msgid "Use native (MS) bitfield layout."
6782 msgstr ""
6784 #: config/i386/i386.opt:409
6785 #, no-c-format
6786 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."
6787 msgstr ""
6789 #: config/i386/i386.opt:413
6790 #, no-c-format
6791 msgid "Set 80387 floating-point precision to 32-bit."
6792 msgstr ""
6794 #: config/i386/i386.opt:417
6795 #, no-c-format
6796 msgid "Set 80387 floating-point precision to 64-bit."
6797 msgstr ""
6799 #: config/i386/i386.opt:421
6800 #, no-c-format
6801 msgid "Set 80387 floating-point precision to 80-bit."
6802 msgstr ""
6804 #: config/i386/i386.opt:425
6805 #, no-c-format
6806 msgid "Set the FTZ and DAZ Flags."
6807 msgstr ""
6809 #: config/i386/i386.opt:433
6810 #, no-c-format
6811 msgid "Assume incoming stack aligned to this power of 2."
6812 msgstr ""
6814 #: config/i386/i386.opt:437
6815 #, no-c-format
6816 msgid "Use push instructions to save outgoing arguments."
6817 msgstr ""
6819 #: config/i386/i386.opt:441
6820 #, no-c-format
6821 msgid "Use red-zone in the x86-64 code."
6822 msgstr ""
6824 #: config/i386/i386.opt:445
6825 #, no-c-format
6826 msgid "Number of registers used to pass integer arguments."
6827 msgstr ""
6829 #: config/i386/i386.opt:449
6830 #, no-c-format
6831 msgid "Alternate calling convention."
6832 msgstr ""
6834 #: config/i386/i386.opt:453 config/alpha/alpha.opt:23
6835 #, no-c-format
6836 msgid "Do not use hardware fp."
6837 msgstr ""
6839 #: config/i386/i386.opt:457
6840 #, no-c-format
6841 msgid "Use SSE register passing conventions for SF and DF mode."
6842 msgstr ""
6844 #: config/i386/i386.opt:461
6845 #, no-c-format
6846 msgid "Realign stack in prologue."
6847 msgstr ""
6849 #: config/i386/i386.opt:465
6850 #, no-c-format
6851 msgid "Enable stack probing."
6852 msgstr ""
6854 #: config/i386/i386.opt:469
6855 #, no-c-format
6856 msgid "Specify memcpy expansion strategy when expected size is known."
6857 msgstr ""
6859 #: config/i386/i386.opt:473
6860 #, no-c-format
6861 msgid "Specify memset expansion strategy when expected size is known."
6862 msgstr ""
6864 #: config/i386/i386.opt:477
6865 #, no-c-format
6866 msgid "Chose strategy to generate stringop using."
6867 msgstr ""
6869 #: config/i386/i386.opt:481
6870 #, no-c-format
6871 msgid "Valid arguments to -mstringop-strategy=:"
6872 msgstr ""
6874 #: config/i386/i386.opt:509
6875 #, no-c-format
6876 msgid "Use given thread-local storage dialect."
6877 msgstr ""
6879 #: config/i386/i386.opt:513
6880 #, no-c-format
6881 msgid "Known TLS dialects (for use with the -mtls-dialect= option):"
6882 msgstr ""
6884 #: config/i386/i386.opt:523
6885 #, no-c-format
6886 msgid "Use direct references against %gs when accessing tls data."
6887 msgstr ""
6889 #: config/i386/i386.opt:531
6890 #, no-c-format
6891 msgid "Fine grain control of tune features."
6892 msgstr ""
6894 #: config/i386/i386.opt:535
6895 #, no-c-format
6896 msgid "Clear all tune features."
6897 msgstr ""
6899 #: config/i386/i386.opt:542
6900 #, no-c-format
6901 msgid "Generate code that conforms to Intel MCU psABI."
6902 msgstr ""
6904 #: config/i386/i386.opt:546
6905 #, no-c-format
6906 msgid "Generate code that conforms to the given ABI."
6907 msgstr ""
6909 #: config/i386/i386.opt:550 config/nds32/nds32.opt:51
6910 #, no-c-format
6911 msgid "Known ABIs (for use with the -mabi= option):"
6912 msgstr ""
6914 #: config/i386/i386.opt:560
6915 #, no-c-format
6916 msgid "Use libgcc stubs to save and restore registers clobbered by 64-bit Microsoft to System V ABI calls."
6917 msgstr ""
6919 #: config/i386/i386.opt:564 config/rs6000/rs6000.opt:195
6920 #, no-c-format
6921 msgid "Vector library ABI to use."
6922 msgstr ""
6924 #: config/i386/i386.opt:568
6925 #, no-c-format
6926 msgid "Known vectorization library ABIs (for use with the -mveclibabi= option):"
6927 msgstr ""
6929 #: config/i386/i386.opt:578
6930 #, no-c-format
6931 msgid "Return 8-byte vectors in memory."
6932 msgstr ""
6934 #: config/i386/i386.opt:582
6935 #, no-c-format
6936 msgid "Generate reciprocals instead of divss and sqrtss."
6937 msgstr ""
6939 #: config/i386/i386.opt:586
6940 #, no-c-format
6941 msgid "Control generation of reciprocal estimates."
6942 msgstr ""
6944 #: config/i386/i386.opt:590
6945 #, no-c-format
6946 msgid "Generate cld instruction in the function prologue."
6947 msgstr ""
6949 #: config/i386/i386.opt:594
6950 #, no-c-format
6951 msgid "Generate vzeroupper instruction before a transfer of control flow out of the function."
6952 msgstr ""
6954 #: config/i386/i386.opt:599
6955 #, no-c-format
6956 msgid "Disable Scalar to Vector optimization pass transforming 64-bit integer computations into a vector ones."
6957 msgstr ""
6959 #: config/i386/i386.opt:604
6960 #, no-c-format
6961 msgid "The maximum number of use and def visits when discovering a STV chain before the discovery is aborted."
6962 msgstr ""
6964 #: config/i386/i386.opt:608
6965 #, no-c-format
6966 msgid "Do dispatch scheduling if processor is bdver1, bdver2, bdver3, bdver4 or znver1 and Haifa scheduling is selected."
6967 msgstr ""
6969 #: config/i386/i386.opt:613
6970 #, no-c-format
6971 msgid "Use 128-bit AVX instructions instead of 256-bit AVX instructions in the auto-vectorizer."
6972 msgstr ""
6974 #: config/i386/i386.opt:617
6975 #, no-c-format
6976 msgid "Use given register vector width instructions instead of maximum register width in the auto-vectorizer."
6977 msgstr ""
6979 #: config/i386/i386.opt:621
6980 #, no-c-format
6981 msgid "Known preferred register vector length (to use with the -mprefer-vector-width= option):"
6982 msgstr ""
6984 #: config/i386/i386.opt:637
6985 #, no-c-format
6986 msgid "Maximum number of bits that can be moved from memory to memory efficiently."
6987 msgstr ""
6989 #: config/i386/i386.opt:641
6990 #, no-c-format
6991 msgid "Maximum number of bits that can be stored to memory efficiently."
6992 msgstr ""
6994 #: config/i386/i386.opt:647
6995 #, no-c-format
6996 msgid "Generate 32bit i386 code."
6997 msgstr ""
6999 #: config/i386/i386.opt:651
7000 #, no-c-format
7001 msgid "Generate 64bit x86-64 code."
7002 msgstr ""
7004 #: config/i386/i386.opt:655
7005 #, no-c-format
7006 msgid "Generate 32bit x86-64 code."
7007 msgstr ""
7009 #: config/i386/i386.opt:659
7010 #, no-c-format
7011 msgid "Generate 16bit i386 code."
7012 msgstr ""
7014 #: config/i386/i386.opt:663
7015 #, no-c-format
7016 msgid "Support MMX built-in functions."
7017 msgstr ""
7019 #: config/i386/i386.opt:667
7020 #, no-c-format
7021 msgid "Support 3DNow! built-in functions."
7022 msgstr ""
7024 #: config/i386/i386.opt:671
7025 #, no-c-format
7026 msgid "Support Athlon 3Dnow! built-in functions."
7027 msgstr ""
7029 #: config/i386/i386.opt:675
7030 #, no-c-format
7031 msgid "Support MMX and SSE built-in functions and code generation."
7032 msgstr ""
7034 #: config/i386/i386.opt:679
7035 #, no-c-format
7036 msgid "Support MMX, SSE and SSE2 built-in functions and code generation."
7037 msgstr ""
7039 #: config/i386/i386.opt:683
7040 #, no-c-format
7041 msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation."
7042 msgstr ""
7044 #: config/i386/i386.opt:687
7045 #, no-c-format
7046 msgid "Support MMX, SSE, SSE2, SSE3 and SSSE3 built-in functions and code generation."
7047 msgstr ""
7049 #: config/i386/i386.opt:691
7050 #, no-c-format
7051 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3 and SSE4.1 built-in functions and code generation."
7052 msgstr ""
7054 #: config/i386/i386.opt:695 config/i386/i386.opt:699
7055 #, no-c-format
7056 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1 and SSE4.2 built-in functions and code generation."
7057 msgstr ""
7059 #: config/i386/i386.opt:703
7060 #, no-c-format
7061 msgid "Do not support SSE4.1 and SSE4.2 built-in functions and code generation."
7062 msgstr ""
7064 #: config/i386/i386.opt:711
7065 #, no-c-format
7066 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and AVX built-in functions and code generation."
7067 msgstr ""
7069 #: config/i386/i386.opt:715
7070 #, no-c-format
7071 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and AVX2 built-in functions and code generation."
7072 msgstr ""
7074 #: config/i386/i386.opt:719
7075 #, no-c-format
7076 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F built-in functions and code generation."
7077 msgstr ""
7079 #: config/i386/i386.opt:723
7080 #, no-c-format
7081 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512PF built-in functions and code generation."
7082 msgstr ""
7084 #: config/i386/i386.opt:727
7085 #, no-c-format
7086 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512ER built-in functions and code generation."
7087 msgstr ""
7089 #: config/i386/i386.opt:731
7090 #, no-c-format
7091 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512CD built-in functions and code generation."
7092 msgstr ""
7094 #: config/i386/i386.opt:735
7095 #, no-c-format
7096 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512DQ built-in functions and code generation."
7097 msgstr ""
7099 #: config/i386/i386.opt:739
7100 #, no-c-format
7101 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512BW built-in functions and code generation."
7102 msgstr ""
7104 #: config/i386/i386.opt:743
7105 #, no-c-format
7106 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VL built-in functions and code generation."
7107 msgstr ""
7109 #: config/i386/i386.opt:747
7110 #, no-c-format
7111 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512IFMA built-in functions and code generation."
7112 msgstr ""
7114 #: config/i386/i386.opt:751
7115 #, no-c-format
7116 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVX512F and AVX512VBMI built-in functions and code generation."
7117 msgstr ""
7119 #: config/i386/i386.opt:755
7120 #, no-c-format
7121 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124FMAPS built-in functions and code generation."
7122 msgstr ""
7124 #: config/i386/i386.opt:759
7125 #, no-c-format
7126 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX5124VNNIW built-in functions and code generation."
7127 msgstr ""
7129 #: config/i386/i386.opt:763
7130 #, no-c-format
7131 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VPOPCNTDQ built-in functions and code generation."
7132 msgstr ""
7134 #: config/i386/i386.opt:767
7135 #, no-c-format
7136 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512VBMI2 built-in functions and code generation."
7137 msgstr ""
7139 #: config/i386/i386.opt:771
7140 #, no-c-format
7141 msgid "Support AVX512VNNI built-in functions and code generation."
7142 msgstr ""
7144 #: config/i386/i386.opt:775
7145 #, no-c-format
7146 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BITALG built-in functions and code generation."
7147 msgstr ""
7149 #: config/i386/i386.opt:779
7150 #, no-c-format
7151 msgid "Support AVX512VP2INTERSECT built-in functions and code generation."
7152 msgstr ""
7154 #: config/i386/i386.opt:783
7155 #, no-c-format
7156 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in functions and code generation."
7157 msgstr ""
7159 #: config/i386/i386.opt:787
7160 #, no-c-format
7161 msgid "Support MMX, SSE, SSE2, SSE3 and SSE4A built-in functions and code generation."
7162 msgstr ""
7164 #: config/i386/i386.opt:791
7165 #, no-c-format
7166 msgid "Support FMA4 built-in functions and code generation."
7167 msgstr ""
7169 #: config/i386/i386.opt:795
7170 #, no-c-format
7171 msgid "Support XOP built-in functions and code generation."
7172 msgstr ""
7174 #: config/i386/i386.opt:799
7175 #, no-c-format
7176 msgid "Support LWP built-in functions and code generation."
7177 msgstr ""
7179 #: config/i386/i386.opt:803
7180 #, no-c-format
7181 msgid "Support code generation of Advanced Bit Manipulation (ABM) instructions."
7182 msgstr ""
7184 #: config/i386/i386.opt:807
7185 #, no-c-format
7186 msgid "Support code generation of popcnt instruction."
7187 msgstr ""
7189 #: config/i386/i386.opt:811
7190 #, no-c-format
7191 msgid "Support PCONFIG built-in functions and code generation."
7192 msgstr ""
7194 #: config/i386/i386.opt:815
7195 #, no-c-format
7196 msgid "Support WBNOINVD built-in functions and code generation."
7197 msgstr ""
7199 #: config/i386/i386.opt:819
7200 #, no-c-format
7201 msgid "Support PTWRITE built-in functions and code generation."
7202 msgstr ""
7204 #: config/i386/i386.opt:823
7205 #, no-c-format
7206 msgid "Support UINTR built-in functions and code generation."
7207 msgstr ""
7209 #: config/i386/i386.opt:827
7210 #, no-c-format
7211 msgid "Support SGX built-in functions and code generation."
7212 msgstr ""
7214 #: config/i386/i386.opt:831
7215 #, no-c-format
7216 msgid "Support RDPID built-in functions and code generation."
7217 msgstr ""
7219 #: config/i386/i386.opt:835
7220 #, no-c-format
7221 msgid "Support GFNI built-in functions and code generation."
7222 msgstr ""
7224 #: config/i386/i386.opt:839
7225 #, no-c-format
7226 msgid "Support VAES built-in functions and code generation."
7227 msgstr ""
7229 #: config/i386/i386.opt:843
7230 #, no-c-format
7231 msgid "Support VPCLMULQDQ built-in functions and code generation."
7232 msgstr ""
7234 #: config/i386/i386.opt:847
7235 #, no-c-format
7236 msgid "Support BMI built-in functions and code generation."
7237 msgstr ""
7239 #: config/i386/i386.opt:851
7240 #, no-c-format
7241 msgid "Support BMI2 built-in functions and code generation."
7242 msgstr ""
7244 #: config/i386/i386.opt:855
7245 #, no-c-format
7246 msgid "Support LZCNT built-in function and code generation."
7247 msgstr ""
7249 #: config/i386/i386.opt:859
7250 #, no-c-format
7251 msgid "Support Hardware Lock Elision prefixes."
7252 msgstr ""
7254 #: config/i386/i386.opt:863
7255 #, no-c-format
7256 msgid "Support RDSEED instruction."
7257 msgstr ""
7259 #: config/i386/i386.opt:867
7260 #, no-c-format
7261 msgid "Support PREFETCHW instruction."
7262 msgstr ""
7264 #: config/i386/i386.opt:871
7265 #, no-c-format
7266 msgid "Support flag-preserving add-carry instructions."
7267 msgstr ""
7269 #: config/i386/i386.opt:875
7270 #, no-c-format
7271 msgid "Support CLFLUSHOPT instructions."
7272 msgstr ""
7274 #: config/i386/i386.opt:879
7275 #, no-c-format
7276 msgid "Support CLWB instruction."
7277 msgstr ""
7279 #: config/i386/i386.opt:886
7280 #, no-c-format
7281 msgid "Support FXSAVE and FXRSTOR instructions."
7282 msgstr ""
7284 #: config/i386/i386.opt:890
7285 #, no-c-format
7286 msgid "Support XSAVE and XRSTOR instructions."
7287 msgstr ""
7289 #: config/i386/i386.opt:894
7290 #, no-c-format
7291 msgid "Support XSAVEOPT instruction."
7292 msgstr ""
7294 #: config/i386/i386.opt:898
7295 #, no-c-format
7296 msgid "Support XSAVEC instructions."
7297 msgstr ""
7299 #: config/i386/i386.opt:902
7300 #, no-c-format
7301 msgid "Support XSAVES and XRSTORS instructions."
7302 msgstr ""
7304 #: config/i386/i386.opt:906
7305 #, no-c-format
7306 msgid "Support TBM built-in functions and code generation."
7307 msgstr ""
7309 #: config/i386/i386.opt:910
7310 #, no-c-format
7311 msgid "Support code generation of cmpxchg16b instruction."
7312 msgstr ""
7314 #: config/i386/i386.opt:914
7315 #, no-c-format
7316 msgid "Support code generation of sahf instruction in 64bit x86-64 code."
7317 msgstr ""
7319 #: config/i386/i386.opt:918
7320 #, no-c-format
7321 msgid "Support code generation of movbe instruction."
7322 msgstr ""
7324 #: config/i386/i386.opt:922
7325 #, no-c-format
7326 msgid "Support code generation of crc32 instruction."
7327 msgstr ""
7329 #: config/i386/i386.opt:926
7330 #, no-c-format
7331 msgid "Support AES built-in functions and code generation."
7332 msgstr ""
7334 #: config/i386/i386.opt:930
7335 #, no-c-format
7336 msgid "Support SHA1 and SHA256 built-in functions and code generation."
7337 msgstr ""
7339 #: config/i386/i386.opt:934
7340 #, no-c-format
7341 msgid "Support PCLMUL built-in functions and code generation."
7342 msgstr ""
7344 #: config/i386/i386.opt:938
7345 #, no-c-format
7346 msgid "Encode SSE instructions with VEX prefix."
7347 msgstr ""
7349 #: config/i386/i386.opt:942
7350 #, no-c-format
7351 msgid "Support FSGSBASE built-in functions and code generation."
7352 msgstr ""
7354 #: config/i386/i386.opt:946
7355 #, no-c-format
7356 msgid "Support RDRND built-in functions and code generation."
7357 msgstr ""
7359 #: config/i386/i386.opt:950
7360 #, no-c-format
7361 msgid "Support F16C built-in functions and code generation."
7362 msgstr ""
7364 #: config/i386/i386.opt:954
7365 #, no-c-format
7366 msgid "Support PREFETCHWT1 built-in functions and code generation."
7367 msgstr ""
7369 #: config/i386/i386.opt:958
7370 #, no-c-format
7371 msgid "Emit profiling counter call at function entry before prologue."
7372 msgstr ""
7374 #: config/i386/i386.opt:962
7375 #, no-c-format
7376 msgid "Generate __mcount_loc section with all mcount or __fentry__ calls."
7377 msgstr ""
7379 #: config/i386/i386.opt:966 config/s390/s390.opt:311
7380 #, no-c-format
7381 msgid "Generate mcount/__fentry__ calls as nops. To activate they need to be patched in."
7382 msgstr ""
7384 #: config/i386/i386.opt:971
7385 #, no-c-format
7386 msgid "Set name of __fentry__ symbol called at function entry."
7387 msgstr ""
7389 #: config/i386/i386.opt:975
7390 #, no-c-format
7391 msgid "Set name of section to record mrecord-mcount calls."
7392 msgstr ""
7394 #: config/i386/i386.opt:979
7395 #, no-c-format
7396 msgid "Skip setting up RAX register when passing variable arguments."
7397 msgstr ""
7399 #: config/i386/i386.opt:983
7400 #, no-c-format
7401 msgid "Expand 32bit/64bit integer divide into 8bit unsigned integer divide with run-time check."
7402 msgstr ""
7404 #: config/i386/i386.opt:987
7405 #, no-c-format
7406 msgid "Split 32-byte AVX unaligned load."
7407 msgstr ""
7409 #: config/i386/i386.opt:991
7410 #, no-c-format
7411 msgid "Split 32-byte AVX unaligned store."
7412 msgstr ""
7414 #: config/i386/i386.opt:995
7415 #, no-c-format
7416 msgid "Support RTM built-in functions and code generation."
7417 msgstr ""
7419 #: config/i386/i386.opt:1003
7420 #, no-c-format
7421 msgid "Support MWAITX and MONITORX built-in functions and code generation."
7422 msgstr ""
7424 #: config/i386/i386.opt:1007
7425 #, no-c-format
7426 msgid "Support CLZERO built-in functions and code generation."
7427 msgstr ""
7429 #: config/i386/i386.opt:1011
7430 #, no-c-format
7431 msgid "Support PKU built-in functions and code generation."
7432 msgstr ""
7434 #: config/i386/i386.opt:1019
7435 #, no-c-format
7436 msgid "Known stack protector guard (for use with the -mstack-protector-guard= option):"
7437 msgstr ""
7439 #: config/i386/i386.opt:1043
7440 #, no-c-format
7441 msgid "Use the given symbol for addressing the stack-protector guard."
7442 msgstr ""
7444 #: config/i386/i386.opt:1054
7445 #, no-c-format
7446 msgid "Enable shadow stack built-in functions from Control-flow Enforcement Technology (CET)."
7447 msgstr ""
7449 #: config/i386/i386.opt:1059
7450 #, no-c-format
7451 msgid "Turn on CET instrumentation for switch statements that use a jump table and an indirect jump."
7452 msgstr ""
7454 #: config/i386/i386.opt:1064
7455 #, no-c-format
7456 msgid "Insert ENDBR instruction at function entry only via cf_check attribute for CET instrumentation."
7457 msgstr ""
7459 #: config/i386/i386.opt:1069
7460 #, no-c-format
7461 msgid "Make all function calls indirect."
7462 msgstr ""
7464 #: config/i386/i386.opt:1073
7465 #, no-c-format
7466 msgid "Convert indirect call and jump to call and return thunks."
7467 msgstr ""
7469 #: config/i386/i386.opt:1077
7470 #, no-c-format
7471 msgid "Convert function return to call and return thunk."
7472 msgstr ""
7474 #: config/i386/i386.opt:1081 config/s390/s390.opt:277
7475 #, no-c-format
7476 msgid "Known indirect branch choices (for use with the -mindirect-branch=/-mfunction-return= options):"
7477 msgstr ""
7479 #: config/i386/i386.opt:1097
7480 #, no-c-format
7481 msgid "Add CS prefix to call and jmp to indirect thunk with branch target in r8-r15 registers."
7482 msgstr ""
7484 #: config/i386/i386.opt:1101
7485 #, no-c-format
7486 msgid "Force indirect call and jump via register."
7487 msgstr ""
7489 #: config/i386/i386.opt:1105
7490 #, no-c-format
7491 msgid "Support MOVDIRI built-in functions and code generation."
7492 msgstr ""
7494 #: config/i386/i386.opt:1109
7495 #, no-c-format
7496 msgid "Support MOVDIR64B built-in functions and code generation."
7497 msgstr ""
7499 #: config/i386/i386.opt:1113
7500 #, no-c-format
7501 msgid "Support WAITPKG built-in functions and code generation."
7502 msgstr ""
7504 #: config/i386/i386.opt:1117
7505 #, no-c-format
7506 msgid "Support CLDEMOTE built-in functions and code generation."
7507 msgstr ""
7509 #: config/i386/i386.opt:1121
7510 #, no-c-format
7511 msgid "Instrument function exit in instrumented functions with __fentry__."
7512 msgstr ""
7514 #: config/i386/i386.opt:1125
7515 #, no-c-format
7516 msgid "Known choices for return instrumentation with -minstrument-return=:"
7517 msgstr ""
7519 #: config/i386/i386.opt:1138
7520 #, no-c-format
7521 msgid "Generate a __return_loc section pointing to all return instrumentation code."
7522 msgstr ""
7524 #: config/i386/i386.opt:1146
7525 #, no-c-format
7526 msgid "Known choices for mitigation against straight line speculation with -mharden-sls=:"
7527 msgstr ""
7529 #: config/i386/i386.opt:1162
7530 #, no-c-format
7531 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512BF16 built-in functions and code generation."
7532 msgstr ""
7534 #: config/i386/i386.opt:1167
7535 #, no-c-format
7536 msgid "Support ENQCMD built-in functions and code generation."
7537 msgstr ""
7539 #: config/i386/i386.opt:1171
7540 #, no-c-format
7541 msgid "Support SERIALIZE built-in functions and code generation."
7542 msgstr ""
7544 #: config/i386/i386.opt:1175
7545 #, no-c-format
7546 msgid "Support TSXLDTRK built-in functions and code generation."
7547 msgstr ""
7549 #: config/i386/i386.opt:1179
7550 #, no-c-format
7551 msgid "Support AMX-TILE built-in functions and code generation."
7552 msgstr ""
7554 #: config/i386/i386.opt:1183
7555 #, no-c-format
7556 msgid "Support AMX-INT8 built-in functions and code generation."
7557 msgstr ""
7559 #: config/i386/i386.opt:1187
7560 #, no-c-format
7561 msgid "Support AMX-BF16 built-in functions and code generation."
7562 msgstr ""
7564 #: config/i386/i386.opt:1191
7565 #, no-c-format
7566 msgid "Support HRESET built-in functions and code generation."
7567 msgstr ""
7569 #: config/i386/i386.opt:1195
7570 #, no-c-format
7571 msgid "Support KL built-in functions and code generation."
7572 msgstr ""
7574 #: config/i386/i386.opt:1199
7575 #, no-c-format
7576 msgid "Support WIDEKL built-in functions and code generation."
7577 msgstr ""
7579 #: config/i386/i386.opt:1203
7580 #, no-c-format
7581 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXVNNI built-in functions and code generation."
7582 msgstr ""
7584 #: config/i386/i386.opt:1208
7585 #, no-c-format
7586 msgid "Emit GNU_PROPERTY_X86_ISA_1_NEEDED GNU property."
7587 msgstr ""
7589 #: config/i386/i386.opt:1212
7590 #, no-c-format
7591 msgid "Support MWAIT and MONITOR built-in functions and code generation."
7592 msgstr ""
7594 #: config/i386/i386.opt:1216
7595 #, no-c-format
7596 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, AVX512F and AVX512-FP16 built-in functions and code generation."
7597 msgstr ""
7599 #: config/i386/i386.opt:1220
7600 #, no-c-format
7601 msgid "Do not use GOT to access external symbols."
7602 msgstr ""
7604 #: config/i386/i386.opt:1224
7605 #, no-c-format
7606 msgid "Instructions number above which STFL stall penalty can be compensated."
7607 msgstr ""
7609 #: config/i386/i386.opt:1228
7610 #, no-c-format
7611 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXIFMA built-in functions and code generation."
7612 msgstr ""
7614 #: config/i386/i386.opt:1233
7615 #, no-c-format
7616 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2 and AVXVNNIINT8 built-in functions and code generation."
7617 msgstr ""
7619 #: config/i386/i386.opt:1238
7620 #, no-c-format
7621 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and AVXNECONVERT build-in functions and code generation."
7622 msgstr ""
7624 #: config/i386/i386.opt:1243
7625 #, no-c-format
7626 msgid "Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, and CMPCCXADD build-in functions and code generation."
7627 msgstr ""
7629 #: config/i386/i386.opt:1248
7630 #, no-c-format
7631 msgid "Support AMX-FP16 built-in functions and code generation."
7632 msgstr ""
7634 #: config/i386/i386.opt:1252
7635 #, no-c-format
7636 msgid "Support PREFETCHI built-in functions and code generation."
7637 msgstr ""
7639 #: config/i386/i386.opt:1256
7640 #, no-c-format
7641 msgid "Support RAOINT built-in functions and code generation."
7642 msgstr ""
7644 #: config/i386/i386.opt:1260
7645 #, no-c-format
7646 msgid "Enable conservative small loop unrolling."
7647 msgstr ""
7649 #: config/i386/i386.opt:1264
7650 #, no-c-format
7651 msgid "-mlam=[none|u48|u57] Instrument meta data position in user data pointers."
7652 msgstr ""
7654 #: config/i386/i386.opt:1280
7655 #, no-c-format
7656 msgid "Support AMX-COMPLEX built-in functions and code generation."
7657 msgstr "Podržava AMX-COMPLEX ugrađene funkcije i generiranje koda."
7659 #: config/pa/pa64-hpux.opt:23
7660 #, no-c-format
7661 msgid "Assume code will be linked by GNU ld."
7662 msgstr ""
7664 #: config/pa/pa64-hpux.opt:27
7665 #, no-c-format
7666 msgid "Assume code will be linked by HP ld."
7667 msgstr ""
7669 #: config/pa/pa-hpux1010.opt:23 config/pa/pa-hpux.opt:31
7670 #: config/pa/pa-hpux1131.opt:23 config/pa/pa-hpux1111.opt:23
7671 #, no-c-format
7672 msgid "Specify UNIX standard for predefines and linking."
7673 msgstr ""
7675 #: config/pa/pa-hpux.opt:27
7676 #, no-c-format
7677 msgid "Generate cpp defines for server IO."
7678 msgstr ""
7680 #: config/pa/pa-hpux.opt:35
7681 #, no-c-format
7682 msgid "Generate cpp defines for workstation IO."
7683 msgstr ""
7685 #: config/pa/pa.opt:30 config/pa/pa.opt:95 config/pa/pa.opt:107
7686 #, no-c-format
7687 msgid "Generate PA1.0 code."
7688 msgstr ""
7690 #: config/pa/pa.opt:34 config/pa/pa.opt:111 config/pa/pa.opt:156
7691 #, no-c-format
7692 msgid "Generate PA1.1 code."
7693 msgstr ""
7695 #: config/pa/pa.opt:38 config/pa/pa.opt:115
7696 #, no-c-format
7697 msgid "Generate PA2.0 code (requires binutils 2.10 or later)."
7698 msgstr ""
7700 #: config/pa/pa.opt:42
7701 #, no-c-format
7702 msgid "Generate libcalls for atomic loads and stores when sync libcalls are disabled."
7703 msgstr ""
7705 #: config/pa/pa.opt:50
7706 #, no-c-format
7707 msgid "Caller copies function arguments passed by hidden reference."
7708 msgstr ""
7710 #: config/pa/pa.opt:54
7711 #, no-c-format
7712 msgid "Use ldcw/ldcd coherent cache-control hint."
7713 msgstr ""
7715 #: config/pa/pa.opt:58
7716 #, no-c-format
7717 msgid "Disable FP regs.  Equivalent to -msoft-float."
7718 msgstr ""
7720 #: config/pa/pa.opt:62
7721 #, no-c-format
7722 msgid "Disable indexed addressing."
7723 msgstr ""
7725 #: config/pa/pa.opt:66
7726 #, no-c-format
7727 msgid "Generate fast indirect calls."
7728 msgstr ""
7730 #: config/pa/pa.opt:74
7731 #, no-c-format
7732 msgid "Assume code will be assembled by GAS."
7733 msgstr ""
7735 #: config/pa/pa.opt:83
7736 #, no-c-format
7737 msgid "Enable linker optimizations."
7738 msgstr ""
7740 #: config/pa/pa.opt:87
7741 #, no-c-format
7742 msgid "Always generate long calls."
7743 msgstr ""
7745 #: config/pa/pa.opt:91
7746 #, no-c-format
7747 msgid "Emit long load/store sequences."
7748 msgstr ""
7750 #: config/pa/pa.opt:99
7751 #, no-c-format
7752 msgid "Disable space regs."
7753 msgstr ""
7755 #: config/pa/pa.opt:103
7756 #, no-c-format
7757 msgid "Assume memory references are ordered and barriers are not needed."
7758 msgstr ""
7760 #: config/pa/pa.opt:119
7761 #, no-c-format
7762 msgid "Use portable calling conventions."
7763 msgstr ""
7765 #: config/pa/pa.opt:123
7766 #, no-c-format
7767 msgid "Specify CPU for scheduling purposes.  Valid arguments are 700, 7100, 7100LC, 7200, 7300, and 8000."
7768 msgstr ""
7770 #: config/pa/pa.opt:148 config/frv/frv.opt:215
7771 #, no-c-format
7772 msgid "Use software floating point."
7773 msgstr ""
7775 #: config/pa/pa.opt:152
7776 #, no-c-format
7777 msgid "Use software integer multiplication."
7778 msgstr ""
7780 #: config/pa/pa.opt:160
7781 #, no-c-format
7782 msgid "Do not disable space regs."
7783 msgstr ""
7785 #: config/v850/v850.opt:29
7786 #, no-c-format
7787 msgid "Use registers r2 and r5."
7788 msgstr ""
7790 #: config/v850/v850.opt:33
7791 #, no-c-format
7792 msgid "Use 4 byte entries in switch tables."
7793 msgstr ""
7795 #: config/v850/v850.opt:37
7796 #, no-c-format
7797 msgid "Enable backend debugging."
7798 msgstr ""
7800 #: config/v850/v850.opt:41
7801 #, no-c-format
7802 msgid "Do not use the callt instruction (default)."
7803 msgstr ""
7805 #: config/v850/v850.opt:45
7806 #, no-c-format
7807 msgid "Reuse r30 on a per function basis."
7808 msgstr ""
7810 #: config/v850/v850.opt:52
7811 #, no-c-format
7812 msgid "Prohibit PC relative function calls."
7813 msgstr ""
7815 #: config/v850/v850.opt:56
7816 #, no-c-format
7817 msgid "Use stubs for function prologues."
7818 msgstr ""
7820 #: config/v850/v850.opt:60
7821 #, no-c-format
7822 msgid "Set the max size of data eligible for the SDA area."
7823 msgstr ""
7825 #: config/v850/v850.opt:67
7826 #, no-c-format
7827 msgid "Enable the use of the short load instructions."
7828 msgstr ""
7830 #: config/v850/v850.opt:71
7831 #, no-c-format
7832 msgid "Same as: -mep -mprolog-function."
7833 msgstr "Isto kao: -mep -mprolog-function."
7835 #: config/v850/v850.opt:75
7836 #, no-c-format
7837 msgid "Set the max size of data eligible for the TDA area."
7838 msgstr ""
7840 #: config/v850/v850.opt:82
7841 #, no-c-format
7842 msgid "Do not enforce strict alignment."
7843 msgstr ""
7845 #: config/v850/v850.opt:86
7846 #, no-c-format
7847 msgid "Put jump tables for switch statements into the .data section rather than the .code section."
7848 msgstr ""
7850 #: config/v850/v850.opt:93
7851 #, no-c-format
7852 msgid "Compile for the v850 processor."
7853 msgstr ""
7855 #: config/v850/v850.opt:97
7856 #, no-c-format
7857 msgid "Compile for the v850e processor."
7858 msgstr ""
7860 #: config/v850/v850.opt:101
7861 #, no-c-format
7862 msgid "Compile for the v850e1 processor."
7863 msgstr ""
7865 #: config/v850/v850.opt:105
7866 #, no-c-format
7867 msgid "Compile for the v850es variant of the v850e1."
7868 msgstr ""
7870 #: config/v850/v850.opt:109
7871 #, no-c-format
7872 msgid "Compile for the v850e2 processor."
7873 msgstr ""
7875 #: config/v850/v850.opt:113
7876 #, no-c-format
7877 msgid "Compile for the v850e2v3 processor."
7878 msgstr ""
7880 #: config/v850/v850.opt:117
7881 #, no-c-format
7882 msgid "Compile for the v850e3v5 processor."
7883 msgstr ""
7885 #: config/v850/v850.opt:124
7886 #, no-c-format
7887 msgid "Enable v850e3v5 loop instructions."
7888 msgstr ""
7890 #: config/v850/v850.opt:128
7891 #, no-c-format
7892 msgid "Set the max size of data eligible for the ZDA area."
7893 msgstr ""
7895 #: config/v850/v850.opt:135
7896 #, no-c-format
7897 msgid "Enable relaxing in the assembler."
7898 msgstr ""
7900 #: config/v850/v850.opt:139
7901 #, no-c-format
7902 msgid "Prohibit PC relative jumps."
7903 msgstr ""
7905 #: config/v850/v850.opt:143
7906 #, no-c-format
7907 msgid "Inhibit the use of hardware floating point instructions."
7908 msgstr ""
7910 #: config/v850/v850.opt:147
7911 #, no-c-format
7912 msgid "Allow the use of hardware floating point instructions for V850E2V3 and up."
7913 msgstr ""
7915 #: config/v850/v850.opt:151
7916 #, no-c-format
7917 msgid "Enable support for the RH850 ABI.  This is the default."
7918 msgstr ""
7920 #: config/v850/v850.opt:155
7921 #, no-c-format
7922 msgid "Enable support for the old GCC ABI."
7923 msgstr ""
7925 #: config/v850/v850.opt:159
7926 #, no-c-format
7927 msgid "Support alignments of up to 64-bits."
7928 msgstr ""
7930 #: config/g.opt:27
7931 #, no-c-format
7932 msgid "-G<number>\tPut global and static data smaller than <number> bytes into a special section (on some targets)."
7933 msgstr ""
7935 #: config/lynx.opt:23
7936 #, no-c-format
7937 msgid "Support legacy multi-threading."
7938 msgstr ""
7940 #: config/lynx.opt:27
7941 #, no-c-format
7942 msgid "Use shared libraries."
7943 msgstr ""
7945 #: config/lynx.opt:31
7946 #, no-c-format
7947 msgid "Support multi-threading."
7948 msgstr ""
7950 #: config/nvptx/nvptx-gen.opt:24
7951 #, no-c-format
7952 msgid "Known PTX ISA target architectures (for use with the -misa= option):"
7953 msgstr ""
7955 #: config/nvptx/nvptx.opt:28
7956 #, no-c-format
7957 msgid "Ignored, but preserved for backward compatibility.  Only 64-bit ABI is supported."
7958 msgstr "Zanemareno, ali zadržano radi kompatibilnosti. Podržan je samo 64-bit ABI."
7960 #: config/nvptx/nvptx.opt:33
7961 #, no-c-format
7962 msgid "Link in code for a __main kernel."
7963 msgstr ""
7965 #: config/nvptx/nvptx.opt:37
7966 #, no-c-format
7967 msgid "Optimize partition neutering."
7968 msgstr ""
7970 #: config/nvptx/nvptx.opt:41
7971 #, no-c-format
7972 msgid "Use custom stacks instead of local memory for automatic storage."
7973 msgstr ""
7975 #: config/nvptx/nvptx.opt:45
7976 #, no-c-format
7977 msgid "Specify size of .local memory used for stack when the exact amount is not known."
7978 msgstr ""
7980 #: config/nvptx/nvptx.opt:49
7981 #, no-c-format
7982 msgid "Generate code that can keep local state uniform across all lanes."
7983 msgstr ""
7985 #: config/nvptx/nvptx.opt:53
7986 #, no-c-format
7987 msgid "Generate code for OpenMP offloading: enables -msoft-stack and -muniform-simt."
7988 msgstr ""
7990 #: config/nvptx/nvptx.opt:57
7991 #, no-c-format
7992 msgid "Specify the PTX ISA target architecture to use."
7993 msgstr ""
7995 #: config/nvptx/nvptx.opt:61
7996 #, no-c-format
7997 msgid "Alias:"
7998 msgstr ""
8000 #: config/nvptx/nvptx.opt:116
8001 #, no-c-format
8002 msgid "Known PTX ISA versions (for use with the -mptx= option):"
8003 msgstr ""
8005 #: config/nvptx/nvptx.opt:135
8006 #, no-c-format
8007 msgid "Specify the PTX ISA version to use."
8008 msgstr ""
8010 #: config/nvptx/nvptx.opt:139
8011 #, no-c-format
8012 msgid "Initialize ptx registers."
8013 msgstr ""
8015 #: config/vxworks.opt:36
8016 #, no-c-format
8017 msgid "Assume the VxWorks RTP environment."
8018 msgstr ""
8020 #: config/vxworks.opt:43
8021 #, no-c-format
8022 msgid "Assume the VxWorks vThreads environment."
8023 msgstr ""
8025 #: config/avr/avr.opt:23
8026 #, no-c-format
8027 msgid "Use subroutines for function prologues and epilogues."
8028 msgstr ""
8030 #: config/avr/avr.opt:27
8031 #, no-c-format
8032 msgid "-mmcu=MCU\tSelect the target MCU."
8033 msgstr ""
8035 #: config/avr/avr.opt:31
8036 #, no-c-format
8037 msgid "Allow usage of __gcc_isr pseudo instructions in ISR prologues and epilogues."
8038 msgstr ""
8040 #: config/avr/avr.opt:35
8041 #, no-c-format
8042 msgid "Set the number of 64 KiB flash segments."
8043 msgstr ""
8045 #: config/avr/avr.opt:39
8046 #, no-c-format
8047 msgid "Indicate presence of a processor erratum."
8048 msgstr ""
8050 #: config/avr/avr.opt:43
8051 #, no-c-format
8052 msgid "Enable Read-Modify-Write (RMW) instructions support/use."
8053 msgstr ""
8055 #: config/avr/avr.opt:53
8056 #, no-c-format
8057 msgid "Use RJMP / RCALL even though CALL / JMP are available."
8058 msgstr ""
8060 #: config/avr/avr.opt:57
8061 #, no-c-format
8062 msgid "Use an 8-bit 'int' type."
8063 msgstr ""
8065 #: config/avr/avr.opt:61
8066 #, no-c-format
8067 msgid "Change the stack pointer without disabling interrupts."
8068 msgstr ""
8070 #: config/avr/avr.opt:65
8071 #, no-c-format
8072 msgid "Set the branch costs for conditional branch instructions.  Reasonable values are small, non-negative integers.  The default branch cost is 0."
8073 msgstr ""
8075 #: config/avr/avr.opt:69
8076 #, no-c-format
8077 msgid "Treat main as if it had attribute OS_task."
8078 msgstr ""
8080 #: config/avr/avr.opt:79
8081 #, no-c-format
8082 msgid "Change only the low 8 bits of the stack pointer."
8083 msgstr ""
8085 #: config/avr/avr.opt:83
8086 #, no-c-format
8087 msgid "Relax branches."
8088 msgstr ""
8090 #: config/avr/avr.opt:87
8091 #, no-c-format
8092 msgid "Make the linker relaxation machine assume that a program counter wrap-around occurs."
8093 msgstr ""
8095 #: config/avr/avr.opt:91
8096 #, no-c-format
8097 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."
8098 msgstr ""
8100 #: config/avr/avr.opt:95
8101 #, no-c-format
8102 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."
8103 msgstr ""
8105 #: config/avr/avr.opt:100
8106 #, no-c-format
8107 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."
8108 msgstr ""
8110 #: config/avr/avr.opt:104
8111 #, no-c-format
8112 msgid "Warn if the address space of an address is changed."
8113 msgstr ""
8115 #: config/avr/avr.opt:108
8116 #, no-c-format
8117 msgid "Warn if the ISR is misspelled, i.e. without __vector prefix. Enabled by default."
8118 msgstr ""
8120 #: config/avr/avr.opt:112
8121 #, no-c-format
8122 msgid "Allow to use truncation instead of rounding towards zero for fractional fixed-point types."
8123 msgstr ""
8125 #: config/avr/avr.opt:116
8126 #, no-c-format
8127 msgid "Assume that all data in static storage can be accessed by LDS / STS.  This option is only useful for reduced Tiny devices."
8128 msgstr ""
8130 #: config/avr/avr.opt:120
8131 #, no-c-format
8132 msgid "-mdouble=<BITS>\tUse <BITS> bits wide double type."
8133 msgstr ""
8135 #: config/avr/avr.opt:124
8136 #, no-c-format
8137 msgid "-mlong-double=<BITS>\tUse <BITS> bits wide long double type."
8138 msgstr ""
8140 #: config/avr/avr.opt:128
8141 #, no-c-format
8142 msgid "Do not link against the device-specific library lib<MCU>.a."
8143 msgstr ""
8145 #: config/avr/avr.opt:132
8146 #, no-c-format
8147 msgid "Do not use the device-specific specs file device-specs/specs-<MCU>."
8148 msgstr ""
8150 #: config/avr/avr.opt:136
8151 #, no-c-format
8152 msgid "Available BITS selections:"
8153 msgstr ""
8155 #: config/m32r/m32r.opt:34
8156 #, no-c-format
8157 msgid "Compile for the m32rx."
8158 msgstr ""
8160 #: config/m32r/m32r.opt:38
8161 #, no-c-format
8162 msgid "Compile for the m32r2."
8163 msgstr ""
8165 #: config/m32r/m32r.opt:42
8166 #, no-c-format
8167 msgid "Compile for the m32r."
8168 msgstr ""
8170 #: config/m32r/m32r.opt:46
8171 #, no-c-format
8172 msgid "Align all loops to 32 byte boundary."
8173 msgstr ""
8175 #: config/m32r/m32r.opt:50
8176 #, no-c-format
8177 msgid "Prefer branches over conditional execution."
8178 msgstr ""
8180 #: config/m32r/m32r.opt:54
8181 #, no-c-format
8182 msgid "Give branches their default cost."
8183 msgstr ""
8185 #: config/m32r/m32r.opt:58
8186 #, no-c-format
8187 msgid "Display compile time statistics."
8188 msgstr ""
8190 #: config/m32r/m32r.opt:62
8191 #, no-c-format
8192 msgid "Specify cache flush function."
8193 msgstr ""
8195 #: config/m32r/m32r.opt:66
8196 #, no-c-format
8197 msgid "Specify cache flush trap number."
8198 msgstr ""
8200 #: config/m32r/m32r.opt:70
8201 #, no-c-format
8202 msgid "Only issue one instruction per cycle."
8203 msgstr ""
8205 #: config/m32r/m32r.opt:74
8206 #, no-c-format
8207 msgid "Allow two instructions to be issued per cycle."
8208 msgstr ""
8210 #: config/m32r/m32r.opt:78
8211 #, no-c-format
8212 msgid "Code size: small, medium or large."
8213 msgstr ""
8215 #: config/m32r/m32r.opt:94
8216 #, no-c-format
8217 msgid "Don't call any cache flush functions."
8218 msgstr ""
8220 #: config/m32r/m32r.opt:98
8221 #, no-c-format
8222 msgid "Don't call any cache flush trap."
8223 msgstr ""
8225 #: config/m32r/m32r.opt:105
8226 #, no-c-format
8227 msgid "Small data area: none, sdata, use."
8228 msgstr ""
8230 #: config/s390/tpf.opt:23
8231 #, no-c-format
8232 msgid "Enable TPF-OS tracing code."
8233 msgstr ""
8235 #: config/s390/tpf.opt:27
8236 #, no-c-format
8237 msgid "Set the trace check address for prologue tpf hook"
8238 msgstr ""
8240 #: config/s390/tpf.opt:31
8241 #, no-c-format
8242 msgid "Set the trace jump address for prologue tpf hook"
8243 msgstr ""
8245 #: config/s390/tpf.opt:35
8246 #, no-c-format
8247 msgid "Set the trace check address for epilogue tpf hook"
8248 msgstr ""
8250 #: config/s390/tpf.opt:39
8251 #, no-c-format
8252 msgid "Set the trace jump address for epilogue tpf hook"
8253 msgstr ""
8255 #: config/s390/tpf.opt:43
8256 #, no-c-format
8257 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"
8258 msgstr ""
8260 #: config/s390/tpf.opt:47
8261 #, no-c-format
8262 msgid "Specify main object for TPF-OS."
8263 msgstr ""
8265 #: config/s390/s390.opt:48
8266 #, no-c-format
8267 msgid "31 bit ABI."
8268 msgstr ""
8270 #: config/s390/s390.opt:52
8271 #, no-c-format
8272 msgid "64 bit ABI."
8273 msgstr ""
8275 #: config/s390/s390.opt:129
8276 #, no-c-format
8277 msgid "Maintain backchain pointer."
8278 msgstr ""
8280 #: config/s390/s390.opt:133
8281 #, no-c-format
8282 msgid "Additional debug prints."
8283 msgstr ""
8285 #: config/s390/s390.opt:137
8286 #, no-c-format
8287 msgid "ESA/390 architecture."
8288 msgstr ""
8290 #: config/s390/s390.opt:141
8291 #, no-c-format
8292 msgid "Enable decimal floating point hardware support."
8293 msgstr ""
8295 #: config/s390/s390.opt:145
8296 #, no-c-format
8297 msgid "Enable hardware floating point."
8298 msgstr ""
8300 #: config/s390/s390.opt:149
8301 #, no-c-format
8302 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."
8303 msgstr ""
8305 #: config/s390/s390.opt:167
8306 #, no-c-format
8307 msgid "Use hardware transactional execution instructions."
8308 msgstr ""
8310 #: config/s390/s390.opt:171
8311 #, no-c-format
8312 msgid "Use hardware vector facility instructions and enable the vector ABI."
8313 msgstr ""
8315 #: config/s390/s390.opt:175
8316 #, no-c-format
8317 msgid "Use packed stack layout."
8318 msgstr ""
8320 #: config/s390/s390.opt:179
8321 #, no-c-format
8322 msgid "Use bras for executable < 64k."
8323 msgstr ""
8325 #: config/s390/s390.opt:183
8326 #, no-c-format
8327 msgid "Disable hardware floating point."
8328 msgstr ""
8330 #: config/s390/s390.opt:187
8331 #, no-c-format
8332 msgid "Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered."
8333 msgstr ""
8335 #: config/s390/s390.opt:191
8336 #, no-c-format
8337 msgid "Switches off the -mstack-guard= option."
8338 msgstr ""
8340 #: config/s390/s390.opt:195
8341 #, no-c-format
8342 msgid "Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit."
8343 msgstr ""
8345 #: config/s390/s390.opt:199
8346 #, no-c-format
8347 msgid "Switches off the -mstack-size= option."
8348 msgstr ""
8350 #: config/s390/s390.opt:207
8351 #, no-c-format
8352 msgid "Use the mvcle instruction for block moves."
8353 msgstr ""
8355 #: config/s390/s390.opt:211
8356 #, no-c-format
8357 msgid "Enable the z vector language extension providing the context-sensitive vector macro and enable the Altivec-style builtins in vecintrin.h."
8358 msgstr ""
8360 #: config/s390/s390.opt:216
8361 #, no-c-format
8362 msgid "Warn if a function uses alloca or creates an array with dynamic size."
8363 msgstr ""
8365 #: config/s390/s390.opt:220
8366 #, no-c-format
8367 msgid "Warn if a single function's framesize exceeds the given framesize."
8368 msgstr ""
8370 #: config/s390/s390.opt:224
8371 #, no-c-format
8372 msgid "z/Architecture."
8373 msgstr ""
8375 #: config/s390/s390.opt:228
8376 #, no-c-format
8377 msgid "Set the branch costs for conditional branch instructions.  Reasonable values are small, non-negative integers.  The default branch cost is 1."
8378 msgstr ""
8380 #: config/s390/s390.opt:238 config/arm/arm.opt:181
8381 #, no-c-format
8382 msgid "Assume data segments are relative to text segment."
8383 msgstr ""
8385 #: config/s390/s390.opt:243
8386 #, no-c-format
8387 msgid "Wrap all indirect branches into execute in order to disable branch prediction."
8388 msgstr ""
8390 #: config/s390/s390.opt:248
8391 #, no-c-format
8392 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."
8393 msgstr ""
8395 #: config/s390/s390.opt:256
8396 #, no-c-format
8397 msgid "Wrap all indirect calls into execute in order to disable branch prediction."
8398 msgstr ""
8400 #: config/s390/s390.opt:260
8401 #, no-c-format
8402 msgid "Wrap all indirect return branches into execute in order to disable branch prediction."
8403 msgstr ""
8405 #: config/s390/s390.opt:265
8406 #, no-c-format
8407 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."
8408 msgstr ""
8410 #: config/s390/s390.opt:271
8411 #, no-c-format
8412 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."
8413 msgstr ""
8415 #: config/s390/s390.opt:293
8416 #, no-c-format
8417 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."
8418 msgstr ""
8420 #: config/s390/s390.opt:302
8421 #, no-c-format
8422 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."
8423 msgstr ""
8425 #: config/s390/s390.opt:307
8426 #, no-c-format
8427 msgid "Generate __mcount_loc section with all _mcount and __fentry__ calls."
8428 msgstr ""
8430 #: config/s390/s390.opt:316
8431 #, no-c-format
8432 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."
8433 msgstr ""
8435 #: config/s390/s390.opt:331
8436 #, no-c-format
8437 msgid "Store all argument registers on the stack."
8438 msgstr ""
8440 #: config/rl78/rl78.opt:27 config/rx/elf.opt:26 config/csky/csky.opt:198
8441 #, no-c-format
8442 msgid "Use the simulator runtime."
8443 msgstr ""
8445 #: config/rl78/rl78.opt:31
8446 #, no-c-format
8447 msgid "Selects the type of hardware multiplication and division to use (none/g13/g14)."
8448 msgstr ""
8450 #: config/rl78/rl78.opt:50
8451 #, no-c-format
8452 msgid "Use all registers, reserving none for interrupt handlers."
8453 msgstr ""
8455 #: config/rl78/rl78.opt:54
8456 #, no-c-format
8457 msgid "Enable assembler and linker relaxation.  Enabled by default at -Os."
8458 msgstr ""
8460 #: config/rl78/rl78.opt:58
8461 #, no-c-format
8462 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."
8463 msgstr ""
8465 #: config/rl78/rl78.opt:77
8466 #, no-c-format
8467 msgid "Alias for -mcpu=g10."
8468 msgstr ""
8470 #: config/rl78/rl78.opt:81
8471 #, no-c-format
8472 msgid "Alias for -mcpu=g13."
8473 msgstr ""
8475 #: config/rl78/rl78.opt:85 config/rl78/rl78.opt:89
8476 #, no-c-format
8477 msgid "Alias for -mcpu=g14."
8478 msgstr ""
8480 #: config/rl78/rl78.opt:93
8481 #, no-c-format
8482 msgid "Assume ES is zero throughout program execution, use ES: for read-only data."
8483 msgstr ""
8485 #: config/rl78/rl78.opt:97
8486 #, no-c-format
8487 msgid "Stores the MDUC registers in interrupt handlers for G13 target."
8488 msgstr ""
8490 #: config/stormy16/stormy16.opt:24
8491 #, no-c-format
8492 msgid "Provide libraries for the simulator."
8493 msgstr ""
8495 #: config/arm/arm-tables.opt:25
8496 #, no-c-format
8497 msgid "Known ARM CPUs (for use with the -mcpu= and -mtune= options):"
8498 msgstr ""
8500 #: config/arm/arm-tables.opt:302
8501 #, no-c-format
8502 msgid "Known ARM architectures (for use with the -march= option):"
8503 msgstr ""
8505 #: config/arm/arm-tables.opt:408
8506 #, no-c-format
8507 msgid "Known ARM FPUs (for use with the -mfpu= option):"
8508 msgstr ""
8510 #: config/arm/arm.opt:38
8511 #, no-c-format
8512 msgid "TLS dialect to use:"
8513 msgstr ""
8515 #: config/arm/arm.opt:48
8516 #, no-c-format
8517 msgid "Specify an ABI."
8518 msgstr ""
8520 #: config/arm/arm.opt:52
8521 #, no-c-format
8522 msgid "Known ARM ABIs (for use with the -mabi= option):"
8523 msgstr ""
8525 #: config/arm/arm.opt:71
8526 #, no-c-format
8527 msgid "Generate a call to abort if a noreturn function returns."
8528 msgstr ""
8530 #: config/arm/arm.opt:78
8531 #, no-c-format
8532 msgid "Generate APCS conformant stack frames."
8533 msgstr ""
8535 #: config/arm/arm.opt:82
8536 #, no-c-format
8537 msgid "Generate re-entrant, PIC code."
8538 msgstr ""
8540 #: config/arm/arm.opt:104
8541 #, no-c-format
8542 msgid "Generate code in 32 bit ARM state."
8543 msgstr ""
8545 #: config/arm/arm.opt:112
8546 #, no-c-format
8547 msgid "Thumb: Assume non-static functions may be called from ARM code."
8548 msgstr ""
8550 #: config/arm/arm.opt:116
8551 #, no-c-format
8552 msgid "Thumb: Assume function pointers may go to non-Thumb aware code."
8553 msgstr ""
8555 #: config/arm/arm.opt:124 config/csky/csky.opt:73
8556 #, no-c-format
8557 msgid "Specify if floating point hardware should be used."
8558 msgstr ""
8560 #: config/arm/arm.opt:128
8561 #, no-c-format
8562 msgid "Specify that the compiler should target secure code as per ARMv8-M Security Extensions."
8563 msgstr ""
8565 #: config/arm/arm.opt:132 config/csky/csky.opt:77
8566 #, no-c-format
8567 msgid "Known floating-point ABIs (for use with the -mfloat-abi= option):"
8568 msgstr ""
8570 #: config/arm/arm.opt:145
8571 #, no-c-format
8572 msgid "Switch ARM/Thumb modes on alternating functions for compiler testing."
8573 msgstr ""
8575 #: config/arm/arm.opt:149
8576 #, no-c-format
8577 msgid "Specify the __fp16 floating-point format."
8578 msgstr ""
8580 #: config/arm/arm.opt:153
8581 #, no-c-format
8582 msgid "Known __fp16 formats (for use with the -mfp16-format= option):"
8583 msgstr ""
8585 #: config/arm/arm.opt:166
8586 #, no-c-format
8587 msgid "Specify the name of the target floating point hardware/format."
8588 msgstr ""
8590 #: config/arm/arm.opt:177
8591 #, no-c-format
8592 msgid "Generate call insns as indirect calls, if necessary."
8593 msgstr ""
8595 #: config/arm/arm.opt:185
8596 #, no-c-format
8597 msgid "Specify the register to be used for PIC addressing."
8598 msgstr ""
8600 #: config/arm/arm.opt:189
8601 #, no-c-format
8602 msgid "Store function names in object code."
8603 msgstr ""
8605 #: config/arm/arm.opt:193
8606 #, no-c-format
8607 msgid "Permit scheduling of a function's prologue sequence."
8608 msgstr ""
8610 #: config/arm/arm.opt:197 config/rs6000/rs6000.opt:235
8611 #, no-c-format
8612 msgid "Do not load the PIC register in function prologues."
8613 msgstr ""
8615 #: config/arm/arm.opt:204
8616 #, no-c-format
8617 msgid "Specify the minimum bit alignment of structures. (Deprecated)."
8618 msgstr ""
8620 #: config/arm/arm.opt:208
8621 #, no-c-format
8622 msgid "Generate code for Thumb state."
8623 msgstr ""
8625 #: config/arm/arm.opt:212
8626 #, no-c-format
8627 msgid "Support calls between Thumb and ARM instruction sets."
8628 msgstr ""
8630 #: config/arm/arm.opt:216
8631 #, no-c-format
8632 msgid "Specify thread local storage scheme."
8633 msgstr ""
8635 #: config/arm/arm.opt:220
8636 #, no-c-format
8637 msgid "Specify how to access the thread pointer."
8638 msgstr ""
8640 #: config/arm/arm.opt:224
8641 #, no-c-format
8642 msgid "Valid arguments to -mtp=:"
8643 msgstr ""
8645 #: config/arm/arm.opt:237
8646 #, no-c-format
8647 msgid "Thumb: Generate (non-leaf) stack frames even if not needed."
8648 msgstr ""
8650 #: config/arm/arm.opt:241
8651 #, no-c-format
8652 msgid "Thumb: Generate (leaf) stack frames even if not needed."
8653 msgstr ""
8655 #: config/arm/arm.opt:245 config/mn10300/mn10300.opt:42
8656 #, no-c-format
8657 msgid "Tune code for the given processor."
8658 msgstr ""
8660 #: config/arm/arm.opt:249
8661 #, no-c-format
8662 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."
8663 msgstr ""
8665 #: config/arm/arm.opt:260
8666 #, no-c-format
8667 msgid "Use Neon quad-word (rather than double-word) registers for vectorization."
8668 msgstr ""
8670 #: config/arm/arm.opt:264
8671 #, no-c-format
8672 msgid "Use Neon double-word (rather than quad-word) registers for vectorization."
8673 msgstr ""
8675 #: config/arm/arm.opt:268
8676 #, no-c-format
8677 msgid "Enable more verbose RTX cost dumps during debug.  For GCC developers use only."
8678 msgstr ""
8680 #: config/arm/arm.opt:272
8681 #, no-c-format
8682 msgid "Only generate absolute relocations on word sized values."
8683 msgstr ""
8685 #: config/arm/arm.opt:276
8686 #, no-c-format
8687 msgid "Generate IT blocks appropriate for ARMv8."
8688 msgstr ""
8690 #: config/arm/arm.opt:280
8691 #, no-c-format
8692 msgid "Avoid overlapping destination and address registers on LDRD instructions that may trigger Cortex-M3 errata."
8693 msgstr ""
8695 #: config/arm/arm.opt:285
8696 #, no-c-format
8697 msgid "Mitigate issues with VLLDM on some M-profile devices (CVE-2021-35465)."
8698 msgstr ""
8700 #: config/arm/arm.opt:289
8701 #, no-c-format
8702 msgid "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm erratum #1742098)."
8703 msgstr ""
8705 #: config/arm/arm.opt:294
8706 #, no-c-format
8707 msgid "Mitigate issues with AES instructions on Cortex-A57 and Cortex-A72 (Arm erratum #1655431)."
8708 msgstr ""
8710 #: config/arm/arm.opt:299 config/nds32/nds32.opt:461 config/arc/arc.opt:495
8711 #, no-c-format
8712 msgid "Enable unaligned word and halfword accesses to packed data."
8713 msgstr ""
8715 #: config/arm/arm.opt:303
8716 #, no-c-format
8717 msgid "This option is deprecated and has no effect."
8718 msgstr ""
8720 #: config/arm/arm.opt:307
8721 #, no-c-format
8722 msgid "Assume loading data from flash is slower than fetching instructions."
8723 msgstr ""
8725 #: config/arm/arm.opt:311
8726 #, no-c-format
8727 msgid "Assume unified syntax for inline assembly code."
8728 msgstr ""
8730 #: config/arm/arm.opt:315
8731 #, no-c-format
8732 msgid "Do not allow constant data to be placed in code sections."
8733 msgstr ""
8735 #: config/arm/arm.opt:319
8736 #, no-c-format
8737 msgid "When linking for big-endian targets, generate a BE8 format image."
8738 msgstr ""
8740 #: config/arm/arm.opt:323
8741 #, no-c-format
8742 msgid "When linking for big-endian targets, generate a legacy BE32 format image."
8743 msgstr ""
8745 #: config/arm/arm.opt:327 config/sh/sh.opt:195
8746 #, no-c-format
8747 msgid "Cost to assume for a branch insn."
8748 msgstr ""
8750 #: config/arm/arm.opt:335
8751 #, no-c-format
8752 msgid "Generate code which uses the core registers only (r0-r14)."
8753 msgstr ""
8755 #: config/arm/arm.opt:357
8756 #, no-c-format
8757 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."
8758 msgstr ""
8760 #: config/sparc/sparc.opt:30 config/sparc/sparc.opt:34
8761 #: config/visium/visium.opt:37
8762 #, no-c-format
8763 msgid "Use hardware FP."
8764 msgstr ""
8766 #: config/sparc/sparc.opt:38 config/visium/visium.opt:41
8767 #, no-c-format
8768 msgid "Do not use hardware FP."
8769 msgstr ""
8771 #: config/sparc/sparc.opt:42
8772 #, no-c-format
8773 msgid "Use flat register window model."
8774 msgstr ""
8776 #: config/sparc/sparc.opt:46
8777 #, no-c-format
8778 msgid "Assume possible double misalignment."
8779 msgstr ""
8781 #: config/sparc/sparc.opt:50
8782 #, no-c-format
8783 msgid "Use ABI reserved registers."
8784 msgstr ""
8786 #: config/sparc/sparc.opt:54
8787 #, no-c-format
8788 msgid "Use hardware quad FP instructions."
8789 msgstr ""
8791 #: config/sparc/sparc.opt:58
8792 #, no-c-format
8793 msgid "Do not use hardware quad fp instructions."
8794 msgstr ""
8796 #: config/sparc/sparc.opt:62 config/vax/vax.opt:47
8797 #, no-c-format
8798 msgid "Enable Local Register Allocation."
8799 msgstr ""
8801 #: config/sparc/sparc.opt:66
8802 #, no-c-format
8803 msgid "Compile for V8+ ABI."
8804 msgstr ""
8806 #: config/sparc/sparc.opt:70
8807 #, no-c-format
8808 msgid "Use UltraSPARC Visual Instruction Set version 1.0 extensions."
8809 msgstr ""
8811 #: config/sparc/sparc.opt:74
8812 #, no-c-format
8813 msgid "Use UltraSPARC Visual Instruction Set version 2.0 extensions."
8814 msgstr ""
8816 #: config/sparc/sparc.opt:78
8817 #, no-c-format
8818 msgid "Use UltraSPARC Visual Instruction Set version 3.0 extensions."
8819 msgstr ""
8821 #: config/sparc/sparc.opt:82
8822 #, no-c-format
8823 msgid "Use UltraSPARC Visual Instruction Set version 4.0 extensions."
8824 msgstr ""
8826 #: config/sparc/sparc.opt:86
8827 #, no-c-format
8828 msgid "Use additional VIS instructions introduced in OSA2017."
8829 msgstr ""
8831 #: config/sparc/sparc.opt:90
8832 #, no-c-format
8833 msgid "Use UltraSPARC Compare-and-Branch extensions."
8834 msgstr ""
8836 #: config/sparc/sparc.opt:94
8837 #, no-c-format
8838 msgid "Use UltraSPARC Fused Multiply-Add extensions."
8839 msgstr ""
8841 #: config/sparc/sparc.opt:98
8842 #, no-c-format
8843 msgid "Use Floating-point Multiply Single to Double (FsMULd) instruction."
8844 msgstr ""
8846 #: config/sparc/sparc.opt:102
8847 #, no-c-format
8848 msgid "Use UltraSPARC Population-Count instruction."
8849 msgstr ""
8851 #: config/sparc/sparc.opt:106
8852 #, no-c-format
8853 msgid "Use UltraSPARC Subtract-Extended-with-Carry instruction."
8854 msgstr ""
8856 #: config/sparc/sparc.opt:110
8857 #, no-c-format
8858 msgid "Pointers are 64-bit."
8859 msgstr ""
8861 #: config/sparc/sparc.opt:114
8862 #, no-c-format
8863 msgid "Pointers are 32-bit."
8864 msgstr ""
8866 #: config/sparc/sparc.opt:118
8867 #, no-c-format
8868 msgid "Use 64-bit ABI."
8869 msgstr ""
8871 #: config/sparc/sparc.opt:122
8872 #, no-c-format
8873 msgid "Use 32-bit ABI."
8874 msgstr ""
8876 #: config/sparc/sparc.opt:126
8877 #, no-c-format
8878 msgid "Use stack bias."
8879 msgstr ""
8881 #: config/sparc/sparc.opt:130
8882 #, no-c-format
8883 msgid "Use structs on stronger alignment for double-word copies."
8884 msgstr ""
8886 #: config/sparc/sparc.opt:134
8887 #, no-c-format
8888 msgid "Optimize tail call instructions in assembler and linker."
8889 msgstr ""
8891 #: config/sparc/sparc.opt:138
8892 #, no-c-format
8893 msgid "Do not generate code that can only run in supervisor mode (default)."
8894 msgstr ""
8896 #: config/sparc/sparc.opt:142
8897 #, no-c-format
8898 msgid "Use instructions of and schedule code for given CPU."
8899 msgstr ""
8901 #: config/sparc/sparc.opt:228
8902 #, no-c-format
8903 msgid "Use given SPARC-V9 code model."
8904 msgstr ""
8906 #: config/sparc/sparc.opt:250
8907 #, no-c-format
8908 msgid "Enable debug output."
8909 msgstr ""
8911 #: config/sparc/sparc.opt:254
8912 #, no-c-format
8913 msgid "Enable strict 32-bit psABI struct return checking."
8914 msgstr ""
8916 #: config/sparc/sparc.opt:258
8917 #, no-c-format
8918 msgid "Enable workaround for single erratum of AT697F processor (corresponding to erratum #13 of AT697E processor)."
8919 msgstr ""
8921 #: config/sparc/sparc.opt:263
8922 #, no-c-format
8923 msgid "Enable workarounds for the errata of the UT699 processor."
8924 msgstr ""
8926 #: config/sparc/sparc.opt:267
8927 #, no-c-format
8928 msgid "Enable workarounds for the errata of the UT699E/UT700 processor."
8929 msgstr ""
8931 #: config/sparc/sparc.opt:271
8932 #, no-c-format
8933 msgid "Enable workarounds for the errata of the GR712RC processor."
8934 msgstr ""
8936 #: config/sparc/sparc.opt:308
8937 #, no-c-format
8938 msgid "Specify the memory model in effect for the program."
8939 msgstr ""
8941 #: config/rs6000/darwin.opt:38 config/rs6000/sysv4.opt:145
8942 #, no-c-format
8943 msgid "Generate 64-bit code."
8944 msgstr ""
8946 #: config/rs6000/darwin.opt:42 config/rs6000/sysv4.opt:149
8947 #, no-c-format
8948 msgid "Generate 32-bit code."
8949 msgstr ""
8951 #: config/rs6000/rs6000-tables.opt:24
8952 #, no-c-format
8953 msgid "Known CPUs (for use with the -mcpu= and -mtune= options):"
8954 msgstr ""
8956 #: config/rs6000/476.opt:24
8957 #, no-c-format
8958 msgid "Preserve the PowerPC 476's link stack by matching up a blr with the bcl/bl insns used for GOT accesses."
8959 msgstr ""
8961 #: config/rs6000/aix64.opt:24
8962 #, no-c-format
8963 msgid "Compile for 64-bit pointers."
8964 msgstr ""
8966 #: config/rs6000/aix64.opt:28
8967 #, no-c-format
8968 msgid "Compile for 32-bit pointers."
8969 msgstr ""
8971 #: config/rs6000/aix64.opt:32 config/rs6000/linux64.opt:28
8972 #, no-c-format
8973 msgid "Select code model."
8974 msgstr ""
8976 #: config/rs6000/aix64.opt:49
8977 #, no-c-format
8978 msgid "Support message passing with the Parallel Environment."
8979 msgstr ""
8981 #: config/rs6000/linux64.opt:24
8982 #, no-c-format
8983 msgid "Call mcount for profiling before a function prologue."
8984 msgstr ""
8986 #: config/rs6000/rs6000.opt:117
8987 #, no-c-format
8988 msgid "Use PowerPC-64 instruction set."
8989 msgstr ""
8991 #: config/rs6000/rs6000.opt:121
8992 #, no-c-format
8993 msgid "Use PowerPC General Purpose group optional instructions."
8994 msgstr ""
8996 #: config/rs6000/rs6000.opt:125
8997 #, no-c-format
8998 msgid "Use PowerPC Graphics group optional instructions."
8999 msgstr ""
9001 #: config/rs6000/rs6000.opt:129
9002 #, no-c-format
9003 msgid "Use PowerPC V2.01 single field mfcr instruction."
9004 msgstr ""
9006 #: config/rs6000/rs6000.opt:133
9007 #, no-c-format
9008 msgid "Use PowerPC V2.02 popcntb instruction."
9009 msgstr ""
9011 #: config/rs6000/rs6000.opt:137
9012 #, no-c-format
9013 msgid "Use PowerPC V2.02 floating point rounding instructions."
9014 msgstr ""
9016 #: config/rs6000/rs6000.opt:141
9017 #, no-c-format
9018 msgid "Use PowerPC V2.05 compare bytes instruction."
9019 msgstr ""
9021 #: config/rs6000/rs6000.opt:152
9022 #, no-c-format
9023 msgid "Use AltiVec instructions."
9024 msgstr ""
9026 #: config/rs6000/rs6000.opt:156
9027 #, no-c-format
9028 msgid "Use decimal floating point instructions."
9029 msgstr ""
9031 #: config/rs6000/rs6000.opt:160
9032 #, no-c-format
9033 msgid "Use 4xx half-word multiply instructions."
9034 msgstr ""
9036 #: config/rs6000/rs6000.opt:164
9037 #, no-c-format
9038 msgid "Use 4xx string-search dlmzb instruction."
9039 msgstr ""
9041 #: config/rs6000/rs6000.opt:168
9042 #, no-c-format
9043 msgid "Generate load/store multiple instructions."
9044 msgstr ""
9046 #: config/rs6000/rs6000.opt:187
9047 #, no-c-format
9048 msgid "Use PowerPC V2.06 popcntd instruction."
9049 msgstr ""
9051 #: config/rs6000/rs6000.opt:191
9052 #, no-c-format
9053 msgid "Under -ffast-math, generate a FRIZ instruction for (double)(long long) conversions."
9054 msgstr ""
9056 #: config/rs6000/rs6000.opt:199
9057 #, no-c-format
9058 msgid "Use vector/scalar (VSX) instructions."
9059 msgstr ""
9061 #: config/rs6000/rs6000.opt:227
9062 #, no-c-format
9063 msgid "Do not generate load/store with update instructions."
9064 msgstr ""
9066 #: config/rs6000/rs6000.opt:231
9067 #, no-c-format
9068 msgid "Generate load/store with update instructions."
9069 msgstr ""
9071 #: config/rs6000/rs6000.opt:239
9072 #, no-c-format
9073 msgid "Avoid generation of indexed load/store instructions when possible."
9074 msgstr ""
9076 #: config/rs6000/rs6000.opt:246
9077 #, no-c-format
9078 msgid "Schedule the start and end of the procedure."
9079 msgstr ""
9081 #: config/rs6000/rs6000.opt:250
9082 #, no-c-format
9083 msgid "Return all structures in memory (AIX default)."
9084 msgstr ""
9086 #: config/rs6000/rs6000.opt:254
9087 #, no-c-format
9088 msgid "Return small structures in registers (SVR4 default)."
9089 msgstr ""
9091 #: config/rs6000/rs6000.opt:258
9092 #, no-c-format
9093 msgid "Conform more closely to IBM XLC semantics."
9094 msgstr ""
9096 #: config/rs6000/rs6000.opt:262 config/rs6000/rs6000.opt:266
9097 #, no-c-format
9098 msgid "Generate software reciprocal divide and square root for better throughput."
9099 msgstr ""
9101 #: config/rs6000/rs6000.opt:270
9102 #, no-c-format
9103 msgid "Assume that the reciprocal estimate instructions provide more accuracy."
9104 msgstr ""
9106 #: config/rs6000/rs6000.opt:274
9107 #, no-c-format
9108 msgid "Do not place floating point constants in TOC."
9109 msgstr ""
9111 #: config/rs6000/rs6000.opt:278
9112 #, no-c-format
9113 msgid "Place floating point constants in TOC."
9114 msgstr ""
9116 #: config/rs6000/rs6000.opt:282
9117 #, no-c-format
9118 msgid "Do not place symbol+offset constants in TOC."
9119 msgstr ""
9121 #: config/rs6000/rs6000.opt:286
9122 #, no-c-format
9123 msgid "Place symbol+offset constants in TOC."
9124 msgstr ""
9126 #: config/rs6000/rs6000.opt:297
9127 #, no-c-format
9128 msgid "Use only one TOC entry per procedure."
9129 msgstr ""
9131 #: config/rs6000/rs6000.opt:301
9132 #, no-c-format
9133 msgid "Put everything in the regular TOC."
9134 msgstr ""
9136 #: config/rs6000/rs6000.opt:305
9137 #, no-c-format
9138 msgid "Generate VRSAVE instructions when generating AltiVec code."
9139 msgstr ""
9141 #: config/rs6000/rs6000.opt:309
9142 #, no-c-format
9143 msgid "Deprecated option.  Use -mno-vrsave instead."
9144 msgstr ""
9146 #: config/rs6000/rs6000.opt:313
9147 #, no-c-format
9148 msgid "Deprecated option.  Use -mvrsave instead."
9149 msgstr ""
9151 #: config/rs6000/rs6000.opt:317
9152 #, no-c-format
9153 msgid "Max number of bytes to move inline."
9154 msgstr ""
9156 #: config/rs6000/rs6000.opt:321
9157 #, no-c-format
9158 msgid "Generate unaligned VSX load/store for inline expansion of memcpy/memmove."
9159 msgstr ""
9161 #: config/rs6000/rs6000.opt:325
9162 #, no-c-format
9163 msgid "Generate unaligned VSX vector pair load/store for inline expansion of memcpy/memmove."
9164 msgstr ""
9166 #: config/rs6000/rs6000.opt:329
9167 #, no-c-format
9168 msgid "Max number of bytes to compare without loops."
9169 msgstr ""
9171 #: config/rs6000/rs6000.opt:333
9172 #, no-c-format
9173 msgid "Max number of bytes to compare with loops."
9174 msgstr ""
9176 #: config/rs6000/rs6000.opt:337
9177 #, no-c-format
9178 msgid "Max number of bytes to compare."
9179 msgstr ""
9181 #: config/rs6000/rs6000.opt:341
9182 #, no-c-format
9183 msgid "Generate isel instructions."
9184 msgstr ""
9186 #: config/rs6000/rs6000.opt:345
9187 #, no-c-format
9188 msgid "-mdebug=\tEnable debug output."
9189 msgstr ""
9191 #: config/rs6000/rs6000.opt:350
9192 #, no-c-format
9193 msgid "Use the AltiVec ABI extensions."
9194 msgstr ""
9196 #: config/rs6000/rs6000.opt:354
9197 #, no-c-format
9198 msgid "Do not use the AltiVec ABI extensions."
9199 msgstr ""
9201 #: config/rs6000/rs6000.opt:359
9202 #, no-c-format
9203 msgid "Use the AIX Vector Extended ABI."
9204 msgstr ""
9206 #: config/rs6000/rs6000.opt:363
9207 #, no-c-format
9208 msgid "Do not use the AIX Vector Extended ABI."
9209 msgstr ""
9211 #: config/rs6000/rs6000.opt:368
9212 #, no-c-format
9213 msgid "Use the ELFv1 ABI."
9214 msgstr ""
9216 #: config/rs6000/rs6000.opt:372
9217 #, no-c-format
9218 msgid "Use the ELFv2 ABI."
9219 msgstr ""
9221 #: config/rs6000/rs6000.opt:392
9222 #, no-c-format
9223 msgid "-mcpu=\tUse features of and schedule code for given CPU."
9224 msgstr ""
9226 #: config/rs6000/rs6000.opt:396
9227 #, no-c-format
9228 msgid "-mtune=\tSchedule code for given CPU."
9229 msgstr ""
9231 #: config/rs6000/rs6000.opt:400
9232 #, no-c-format
9233 msgid "-mtraceback=[full,part,no]\tSelect type of traceback table."
9234 msgstr ""
9236 #: config/rs6000/rs6000.opt:416
9237 #, no-c-format
9238 msgid "Avoid all range limits on call instructions."
9239 msgstr ""
9241 #: config/rs6000/rs6000.opt:424
9242 #, no-c-format
9243 msgid "Warn about deprecated 'vector long ...' AltiVec type usage."
9244 msgstr ""
9246 #: config/rs6000/rs6000.opt:428
9247 #, no-c-format
9248 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)."
9249 msgstr ""
9251 #: config/rs6000/rs6000.opt:437
9252 #, no-c-format
9253 msgid "Determine which dependences between insns are considered costly."
9254 msgstr ""
9256 #: config/rs6000/rs6000.opt:441
9257 #, no-c-format
9258 msgid "Specify which post scheduling nop insertion scheme to apply."
9259 msgstr ""
9261 #: config/rs6000/rs6000.opt:445
9262 #, no-c-format
9263 msgid "Specify alignment of structure fields default/natural."
9264 msgstr ""
9266 #: config/rs6000/rs6000.opt:449
9267 #, no-c-format
9268 msgid "Valid arguments to -malign-:"
9269 msgstr ""
9271 #: config/rs6000/rs6000.opt:459
9272 #, no-c-format
9273 msgid "Specify scheduling priority for dispatch slot restricted insns."
9274 msgstr ""
9276 #: config/rs6000/rs6000.opt:463
9277 #, no-c-format
9278 msgid "Use r11 to hold the static link in calls to functions via pointers."
9279 msgstr ""
9281 #: config/rs6000/rs6000.opt:467
9282 #, no-c-format
9283 msgid "Save the TOC in the prologue for indirect calls rather than inline."
9284 msgstr ""
9286 #: config/rs6000/rs6000.opt:475
9287 #, no-c-format
9288 msgid "Fuse certain integer operations together for better performance on power8."
9289 msgstr ""
9291 #: config/rs6000/rs6000.opt:479
9292 #, no-c-format
9293 msgid "Allow sign extension in fusion operations."
9294 msgstr ""
9296 #: config/rs6000/rs6000.opt:483
9297 #, no-c-format
9298 msgid "Use vector and scalar instructions added in ISA 2.07."
9299 msgstr ""
9301 #: config/rs6000/rs6000.opt:487
9302 #, no-c-format
9303 msgid "Fuse certain integer operations together for better performance on power10."
9304 msgstr ""
9306 #: config/rs6000/rs6000.opt:491
9307 #, no-c-format
9308 msgid "Use ISA 2.07 Category:Vector.AES and Category:Vector.SHA2 instructions."
9309 msgstr ""
9311 #: config/rs6000/rs6000.opt:498
9312 #, no-c-format
9313 msgid "Use ISA 2.07 transactional memory (HTM) instructions."
9314 msgstr ""
9316 #: config/rs6000/rs6000.opt:502
9317 #, no-c-format
9318 msgid "Generate the quad word memory instructions (lq/stq)."
9319 msgstr ""
9321 #: config/rs6000/rs6000.opt:506
9322 #, no-c-format
9323 msgid "Generate the quad word memory atomic instructions (lqarx/stqcx)."
9324 msgstr ""
9326 #: config/rs6000/rs6000.opt:510
9327 #, no-c-format
9328 msgid "Generate aggregate parameter passing code with at most 64-bit alignment."
9329 msgstr ""
9331 #: config/rs6000/rs6000.opt:514
9332 #, no-c-format
9333 msgid "Analyze and remove doubleword swaps from VSX computations."
9334 msgstr ""
9336 #: config/rs6000/rs6000.opt:522
9337 #, no-c-format
9338 msgid "Use certain scalar instructions added in ISA 3.0."
9339 msgstr ""
9341 #: config/rs6000/rs6000.opt:526
9342 #, no-c-format
9343 msgid "Use vector instructions added in ISA 3.0."
9344 msgstr ""
9346 #: config/rs6000/rs6000.opt:530
9347 #, no-c-format
9348 msgid "Use the new min/max instructions defined in ISA 3.0."
9349 msgstr ""
9351 #: config/rs6000/rs6000.opt:534
9352 #, no-c-format
9353 msgid "Generate the integer modulo instructions."
9354 msgstr ""
9356 #: config/rs6000/rs6000.opt:538
9357 #, no-c-format
9358 msgid "Enable IEEE 128-bit floating point via the __float128 keyword."
9359 msgstr ""
9361 #: config/rs6000/rs6000.opt:542
9362 #, no-c-format
9363 msgid "Enable using IEEE 128-bit floating point instructions."
9364 msgstr ""
9366 #: config/rs6000/rs6000.opt:546
9367 #, no-c-format
9368 msgid "Enable default conversions between __float128 & long double."
9369 msgstr ""
9371 #: config/rs6000/rs6000.opt:586
9372 #, no-c-format
9373 msgid "Generate (do not generate) prefixed memory instructions."
9374 msgstr ""
9376 #: config/rs6000/rs6000.opt:590
9377 #, no-c-format
9378 msgid "Generate (do not generate) pc-relative memory addressing."
9379 msgstr ""
9381 #: config/rs6000/rs6000.opt:594
9382 #, no-c-format
9383 msgid "Generate (do not generate) pc-relative memory optimizations for externals."
9384 msgstr ""
9386 #: config/rs6000/rs6000.opt:598
9387 #, no-c-format
9388 msgid "Generate (do not generate) MMA instructions."
9389 msgstr ""
9391 #: config/rs6000/rs6000.opt:605
9392 #, no-c-format
9393 msgid "Enable instructions that guard against return-oriented programming attacks."
9394 msgstr ""
9396 #: config/rs6000/rs6000.opt:609
9397 #, no-c-format
9398 msgid "Generate code that will run in privileged state."
9399 msgstr ""
9401 #: config/rs6000/rs6000.opt:613
9402 #, no-c-format
9403 msgid "Generate (do not generate) code that uses the XXSPLTIW instruction."
9404 msgstr ""
9406 #: config/rs6000/rs6000.opt:617
9407 #, no-c-format
9408 msgid "Generate (do not generate) code that uses the XXSPLTIDP instruction."
9409 msgstr ""
9411 #: config/rs6000/rs6000.opt:621
9412 #, no-c-format
9413 msgid "Generate (do not generate) code that uses the LXVKQ instruction."
9414 msgstr ""
9416 #: config/rs6000/rs6000.opt:627
9417 #, no-c-format
9418 msgid "Used to limit unroll factor which indicates how much the autovectorizer may unroll a loop.  The default value is 4."
9419 msgstr ""
9421 #: config/rs6000/rs6000.opt:633
9422 #, no-c-format
9423 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."
9424 msgstr ""
9426 #: config/rs6000/rs6000.opt:642
9427 #, no-c-format
9428 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."
9429 msgstr ""
9431 #: config/rs6000/rs6000.opt:648
9432 #, no-c-format
9433 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."
9434 msgstr ""
9436 #: config/rs6000/rs6000.opt:655
9437 #, no-c-format
9438 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."
9439 msgstr ""
9441 #: config/rs6000/rs6000.opt:664
9442 #, no-c-format
9443 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."
9444 msgstr ""
9446 #: config/rs6000/rs6000.opt:670
9447 #, no-c-format
9448 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."
9449 msgstr ""
9451 #: config/rs6000/rs6000.opt:676
9452 #, no-c-format
9453 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."
9454 msgstr ""
9456 #: config/rs6000/sysv4.opt:24
9457 #, no-c-format
9458 msgid "-mcall-ABI\tSelect ABI calling convention."
9459 msgstr ""
9461 #: config/rs6000/sysv4.opt:28
9462 #, no-c-format
9463 msgid "-msdata=[none,data,sysv,eabi]\tSelect method for sdata handling."
9464 msgstr ""
9466 #: config/rs6000/sysv4.opt:32
9467 #, no-c-format
9468 msgid "Allow readonly data in sdata."
9469 msgstr ""
9471 #: config/rs6000/sysv4.opt:36
9472 #, no-c-format
9473 msgid "-mtls-size=[16,32]\tSpecify bit size of immediate TLS offsets."
9474 msgstr ""
9476 #: config/rs6000/sysv4.opt:52
9477 #, no-c-format
9478 msgid "Align to the base type of the bit-field."
9479 msgstr ""
9481 #: config/rs6000/sysv4.opt:56
9482 #, no-c-format
9483 msgid "Align to the base type of the bit-field. Don't assume that unaligned accesses are handled by the system."
9484 msgstr ""
9486 #: config/rs6000/sysv4.opt:61 config/rs6000/sysv4.opt:65
9487 #, no-c-format
9488 msgid "Produce code relocatable at runtime."
9489 msgstr ""
9491 #: config/rs6000/sysv4.opt:69 config/rs6000/sysv4.opt:73
9492 #, no-c-format
9493 msgid "Produce little endian code."
9494 msgstr ""
9496 #: config/rs6000/sysv4.opt:77 config/rs6000/sysv4.opt:81
9497 #, no-c-format
9498 msgid "Produce big endian code."
9499 msgstr ""
9501 #: config/rs6000/sysv4.opt:86 config/rs6000/sysv4.opt:90
9502 #: config/rs6000/sysv4.opt:99 config/rs6000/sysv4.opt:141
9503 #: config/rs6000/sysv4.opt:153
9504 #, no-c-format
9505 msgid "No description yet."
9506 msgstr ""
9508 #: config/rs6000/sysv4.opt:94
9509 #, no-c-format
9510 msgid "Assume all variable arg functions are prototyped."
9511 msgstr ""
9513 #: config/rs6000/sysv4.opt:103
9514 #, no-c-format
9515 msgid "Use EABI."
9516 msgstr ""
9518 #: config/rs6000/sysv4.opt:107
9519 #, no-c-format
9520 msgid "Allow bit-fields to cross word boundaries."
9521 msgstr ""
9523 #: config/rs6000/sysv4.opt:111
9524 #, no-c-format
9525 msgid "Use alternate register names."
9526 msgstr ""
9528 #: config/rs6000/sysv4.opt:117
9529 #, no-c-format
9530 msgid "Use default method for sdata handling."
9531 msgstr ""
9533 #: config/rs6000/sysv4.opt:121
9534 #, no-c-format
9535 msgid "Link with libsim.a, libc.a and sim-crt0.o."
9536 msgstr ""
9538 #: config/rs6000/sysv4.opt:125
9539 #, no-c-format
9540 msgid "Link with libads.a, libc.a and crt0.o."
9541 msgstr ""
9543 #: config/rs6000/sysv4.opt:129
9544 #, no-c-format
9545 msgid "Link with libyk.a, libc.a and crt0.o."
9546 msgstr ""
9548 #: config/rs6000/sysv4.opt:133
9549 #, no-c-format
9550 msgid "Link with libmvme.a, libc.a and crt0.o."
9551 msgstr ""
9553 #: config/rs6000/sysv4.opt:137
9554 #, no-c-format
9555 msgid "Set the PPC_EMB bit in the ELF flags header."
9556 msgstr ""
9558 #: config/rs6000/sysv4.opt:157
9559 #, no-c-format
9560 msgid "Generate code to use a non-exec PLT and GOT."
9561 msgstr ""
9563 #: config/rs6000/sysv4.opt:161
9564 #, no-c-format
9565 msgid "Generate code for old exec BSS PLT."
9566 msgstr ""
9568 #: config/rs6000/sysv4.opt:165
9569 #, no-c-format
9570 msgid "Use inline plt sequences to implement long calls and -fno-plt."
9571 msgstr ""
9573 #: config/rs6000/sysv4.opt:169
9574 #, no-c-format
9575 msgid "Emit .gnu_attribute tags."
9576 msgstr ""
9578 #: config/alpha/alpha.opt:27
9579 #, no-c-format
9580 msgid "Use fp registers."
9581 msgstr ""
9583 #: config/alpha/alpha.opt:35
9584 #, no-c-format
9585 msgid "Request IEEE-conformant math library routines (OSF/1)."
9586 msgstr ""
9588 #: config/alpha/alpha.opt:39
9589 #, no-c-format
9590 msgid "Emit IEEE-conformant code, without inexact exceptions."
9591 msgstr ""
9593 #: config/alpha/alpha.opt:46
9594 #, no-c-format
9595 msgid "Do not emit complex integer constants to read-only memory."
9596 msgstr ""
9598 #: config/alpha/alpha.opt:50
9599 #, no-c-format
9600 msgid "Use VAX fp."
9601 msgstr ""
9603 #: config/alpha/alpha.opt:54
9604 #, no-c-format
9605 msgid "Do not use VAX fp."
9606 msgstr ""
9608 #: config/alpha/alpha.opt:58
9609 #, no-c-format
9610 msgid "Emit code for the byte/word ISA extension."
9611 msgstr ""
9613 #: config/alpha/alpha.opt:62
9614 #, no-c-format
9615 msgid "Emit code for the motion video ISA extension."
9616 msgstr ""
9618 #: config/alpha/alpha.opt:66
9619 #, no-c-format
9620 msgid "Emit code for the fp move and sqrt ISA extension."
9621 msgstr ""
9623 #: config/alpha/alpha.opt:70
9624 #, no-c-format
9625 msgid "Emit code for the counting ISA extension."
9626 msgstr ""
9628 #: config/alpha/alpha.opt:74
9629 #, no-c-format
9630 msgid "Emit code using explicit relocation directives."
9631 msgstr ""
9633 #: config/alpha/alpha.opt:78
9634 #, no-c-format
9635 msgid "Emit 16-bit relocations to the small data areas."
9636 msgstr ""
9638 #: config/alpha/alpha.opt:82
9639 #, no-c-format
9640 msgid "Emit 32-bit relocations to the small data areas."
9641 msgstr ""
9643 #: config/alpha/alpha.opt:86
9644 #, no-c-format
9645 msgid "Emit direct branches to local functions."
9646 msgstr ""
9648 #: config/alpha/alpha.opt:90
9649 #, no-c-format
9650 msgid "Emit indirect branches to local functions."
9651 msgstr ""
9653 #: config/alpha/alpha.opt:94
9654 #, no-c-format
9655 msgid "Emit rdval instead of rduniq for thread pointer."
9656 msgstr ""
9658 #: config/alpha/alpha.opt:106
9659 #, no-c-format
9660 msgid "Use features of and schedule given CPU."
9661 msgstr ""
9663 #: config/alpha/alpha.opt:110
9664 #, no-c-format
9665 msgid "Schedule given CPU."
9666 msgstr ""
9668 #: config/alpha/alpha.opt:114
9669 #, no-c-format
9670 msgid "Control the generated fp rounding mode."
9671 msgstr ""
9673 #: config/alpha/alpha.opt:118
9674 #, no-c-format
9675 msgid "Control the IEEE trap mode."
9676 msgstr ""
9678 #: config/alpha/alpha.opt:122
9679 #, no-c-format
9680 msgid "Control the precision given to fp exceptions."
9681 msgstr ""
9683 #: config/alpha/alpha.opt:126
9684 #, no-c-format
9685 msgid "Tune expected memory latency."
9686 msgstr ""
9688 #: config/lm32/lm32.opt:24
9689 #, no-c-format
9690 msgid "Enable multiply instructions."
9691 msgstr ""
9693 #: config/lm32/lm32.opt:28
9694 #, no-c-format
9695 msgid "Enable divide and modulus instructions."
9696 msgstr ""
9698 #: config/lm32/lm32.opt:32
9699 #, no-c-format
9700 msgid "Enable barrel shift instructions."
9701 msgstr ""
9703 #: config/lm32/lm32.opt:36
9704 #, no-c-format
9705 msgid "Enable sign extend instructions."
9706 msgstr ""
9708 #: config/lm32/lm32.opt:40
9709 #, no-c-format
9710 msgid "Enable user-defined instructions."
9711 msgstr ""
9713 #: config/loongarch/loongarch.opt:47
9714 #, no-c-format
9715 msgid "Basic ISAs of LoongArch:"
9716 msgstr ""
9718 #: config/loongarch/loongarch.opt:56
9719 #, no-c-format
9720 msgid "FPU types of LoongArch:"
9721 msgstr ""
9723 #: config/loongarch/loongarch.opt:69
9724 #, no-c-format
9725 msgid "-mfpu=FPU\tGenerate code for the given FPU."
9726 msgstr ""
9728 #: config/loongarch/loongarch.opt:76 config/mips/mips.opt:377
9729 #, no-c-format
9730 msgid "Prevent the use of all hardware floating-point instructions."
9731 msgstr ""
9733 #: config/loongarch/loongarch.opt:80 config/mips/mips.opt:369
9734 #, no-c-format
9735 msgid "Restrict the use of hardware floating-point instructions to 32-bit operations."
9736 msgstr ""
9738 #: config/loongarch/loongarch.opt:84 config/mips/mips.opt:116
9739 #, no-c-format
9740 msgid "Allow hardware floating-point instructions to cover both 32-bit and 64-bit operations."
9741 msgstr ""
9743 #: config/loongarch/loongarch.opt:90
9744 #, no-c-format
9745 msgid "LoongArch CPU types:"
9746 msgstr ""
9748 #: config/loongarch/loongarch.opt:103
9749 #, no-c-format
9750 msgid "-march=PROCESSOR\tGenerate code for the given PROCESSOR ISA."
9751 msgstr ""
9753 #: config/loongarch/loongarch.opt:107
9754 #, no-c-format
9755 msgid "-mtune=PROCESSOR\tGenerate optimized code for PROCESSOR."
9756 msgstr ""
9758 #: config/loongarch/loongarch.opt:116
9759 #, no-c-format
9760 msgid "Base ABI types for LoongArch:"
9761 msgstr ""
9763 #: config/loongarch/loongarch.opt:129
9764 #, no-c-format
9765 msgid "-mabi=BASEABI\tGenerate code that conforms to the given BASEABI."
9766 msgstr ""
9768 #: config/loongarch/loongarch.opt:138 config/mips/mips.opt:71
9769 #, no-c-format
9770 msgid "-mbranch-cost=COST\tSet the cost of branches to roughly COST instructions."
9771 msgstr ""
9773 #: config/loongarch/loongarch.opt:142 config/mips/mips.opt:83
9774 #, no-c-format
9775 msgid "Trap on integer divide by zero."
9776 msgstr ""
9778 #: config/loongarch/loongarch.opt:146
9779 #, no-c-format
9780 msgid "Conditional moves for integral are enabled."
9781 msgstr ""
9783 #: config/loongarch/loongarch.opt:150
9784 #, no-c-format
9785 msgid "Conditional moves for float are enabled."
9786 msgstr ""
9788 #: config/loongarch/loongarch.opt:154
9789 #, no-c-format
9790 msgid "Prevent optimizing block moves, which is also the default behavior of -Os."
9791 msgstr ""
9793 #: config/loongarch/loongarch.opt:162
9794 #, no-c-format
9795 msgid "-mmax-inline-memcpy-size=SIZE\tSet the max size of memcpy to inline, default is 1024."
9796 msgstr ""
9798 #: config/loongarch/loongarch.opt:166
9799 #, no-c-format
9800 msgid "Use %reloc() assembly operators."
9801 msgstr ""
9803 #: config/loongarch/loongarch.opt:197
9804 #, no-c-format
9805 msgid "Avoid using the GOT to access external symbols."
9806 msgstr ""
9808 #: config/or1k/elf.opt:28
9809 #, no-c-format
9810 msgid "Configure the newlib board specific runtime.  The default is or1ksim."
9811 msgstr ""
9813 #: config/or1k/elf.opt:32
9814 #, no-c-format
9815 msgid "This option is ignored; it is provided for compatibility purposes only.  This used to select linker and preprocessor options for use with newlib."
9816 msgstr ""
9818 #: config/or1k/or1k.opt:29
9819 #, no-c-format
9820 msgid "Enable generation of hardware divide (l.div, l.divu) instructions.  This is the default; use -msoft-div to override."
9821 msgstr ""
9823 #: config/or1k/or1k.opt:34
9824 #, no-c-format
9825 msgid "Enable generation of binaries which use functions from libgcc to perform divide operations.  The default is -mhard-div."
9826 msgstr ""
9828 #: config/or1k/or1k.opt:39
9829 #, no-c-format
9830 msgid "Enable generation of hardware multiply instructions (l.mul, l.muli) instructions. This is the default; use -msoft-mul to override."
9831 msgstr ""
9833 #: config/or1k/or1k.opt:44
9834 #, no-c-format
9835 msgid "Enable generation of binaries which use functions from libgcc to perform multiply operations. The default is -mhard-mul."
9836 msgstr ""
9838 #: config/or1k/or1k.opt:49
9839 #, no-c-format
9840 msgid "Enable generation of binaries which use functions from libgcc to perform floating point operations.  This is the default; use -mhard-float to override."
9841 msgstr ""
9843 #: config/or1k/or1k.opt:54
9844 #, no-c-format
9845 msgid "Enable generation of hardware floating point instructions. The default is -msoft-float."
9846 msgstr ""
9848 #: config/or1k/or1k.opt:59
9849 #, no-c-format
9850 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."
9851 msgstr ""
9853 #: config/or1k/or1k.opt:65
9854 #, no-c-format
9855 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."
9856 msgstr ""
9858 #: config/or1k/or1k.opt:71
9859 #, no-c-format
9860 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."
9861 msgstr ""
9863 #: config/or1k/or1k.opt:77
9864 #, no-c-format
9865 msgid "Known code model types (for use with the -mcmodel= option):"
9866 msgstr ""
9868 #: config/or1k/or1k.opt:87
9869 #, no-c-format
9870 msgid "Enable generation of conditional move (l.cmov) instructions.  By default the equivalent will be generated using set and branch."
9871 msgstr ""
9873 #: config/or1k/or1k.opt:92
9874 #, no-c-format
9875 msgid "Enable generation of rotate right (l.ror) instructions.  By default functions from libgcc are used to perform rotate right operations."
9876 msgstr ""
9878 #: config/or1k/or1k.opt:97
9879 #, no-c-format
9880 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."
9881 msgstr ""
9883 #: config/or1k/or1k.opt:103
9884 #, no-c-format
9885 msgid "Enable generation of sign extension (l.ext*) instructions.  By default memory loads are used to perform sign extension."
9886 msgstr ""
9888 #: config/or1k/or1k.opt:108
9889 #, no-c-format
9890 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."
9891 msgstr ""
9893 #: config/or1k/or1k.opt:114
9894 #, no-c-format
9895 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."
9896 msgstr ""
9898 #: config/nios2/elf.opt:26
9899 #, no-c-format
9900 msgid "Link with a limited version of the C library."
9901 msgstr ""
9903 #: config/nios2/elf.opt:30
9904 #, no-c-format
9905 msgid "Name of system library to link against."
9906 msgstr ""
9908 #: config/nios2/elf.opt:34
9909 #, no-c-format
9910 msgid "Name of the startfile."
9911 msgstr ""
9913 #: config/nios2/elf.opt:38
9914 #, no-c-format
9915 msgid "Link with HAL BSP."
9916 msgstr ""
9918 #: config/nios2/nios2.opt:35
9919 #, no-c-format
9920 msgid "Enable DIV, DIVU."
9921 msgstr ""
9923 #: config/nios2/nios2.opt:39
9924 #, no-c-format
9925 msgid "Enable MUL instructions."
9926 msgstr ""
9928 #: config/nios2/nios2.opt:43
9929 #, no-c-format
9930 msgid "Enable MULX instructions, assume fast shifter."
9931 msgstr ""
9933 #: config/nios2/nios2.opt:47
9934 #, no-c-format
9935 msgid "Use table based fast divide (default at -O3)."
9936 msgstr ""
9938 #: config/nios2/nios2.opt:51
9939 #, no-c-format
9940 msgid "All memory accesses use I/O load/store instructions."
9941 msgstr ""
9943 #: config/nios2/nios2.opt:55
9944 #, no-c-format
9945 msgid "Volatile memory accesses use I/O load/store instructions."
9946 msgstr ""
9948 #: config/nios2/nios2.opt:59
9949 #, no-c-format
9950 msgid "Volatile memory accesses do not use I/O load/store instructions."
9951 msgstr ""
9953 #: config/nios2/nios2.opt:63
9954 #, no-c-format
9955 msgid "Enable/disable GP-relative addressing."
9956 msgstr ""
9958 #: config/nios2/nios2.opt:67
9959 #, no-c-format
9960 msgid "Valid options for GP-relative addressing (for -mgpopt):"
9961 msgstr ""
9963 #: config/nios2/nios2.opt:86
9964 #, no-c-format
9965 msgid "Equivalent to -mgpopt=local."
9966 msgstr ""
9968 #: config/nios2/nios2.opt:90
9969 #, no-c-format
9970 msgid "Equivalent to -mgpopt=none."
9971 msgstr ""
9973 #: config/nios2/nios2.opt:94 config/c6x/c6x.opt:30 config/mips/mips.opt:134
9974 #, no-c-format
9975 msgid "Use big-endian byte order."
9976 msgstr ""
9978 #: config/nios2/nios2.opt:98 config/c6x/c6x.opt:34 config/mips/mips.opt:138
9979 #, no-c-format
9980 msgid "Use little-endian byte order."
9981 msgstr ""
9983 #: config/nios2/nios2.opt:102
9984 #, no-c-format
9985 msgid "Floating point custom instruction configuration name."
9986 msgstr ""
9988 #: config/nios2/nios2.opt:106
9989 #, no-c-format
9990 msgid "Do not use the ftruncds custom instruction."
9991 msgstr ""
9993 #: config/nios2/nios2.opt:110
9994 #, no-c-format
9995 msgid "Integer id (N) of ftruncds custom instruction."
9996 msgstr ""
9998 #: config/nios2/nios2.opt:114
9999 #, no-c-format
10000 msgid "Do not use the fextsd custom instruction."
10001 msgstr ""
10003 #: config/nios2/nios2.opt:118
10004 #, no-c-format
10005 msgid "Integer id (N) of fextsd custom instruction."
10006 msgstr ""
10008 #: config/nios2/nios2.opt:122
10009 #, no-c-format
10010 msgid "Do not use the fixdu custom instruction."
10011 msgstr ""
10013 #: config/nios2/nios2.opt:126
10014 #, no-c-format
10015 msgid "Integer id (N) of fixdu custom instruction."
10016 msgstr ""
10018 #: config/nios2/nios2.opt:130
10019 #, no-c-format
10020 msgid "Do not use the fixdi custom instruction."
10021 msgstr ""
10023 #: config/nios2/nios2.opt:134
10024 #, no-c-format
10025 msgid "Integer id (N) of fixdi custom instruction."
10026 msgstr ""
10028 #: config/nios2/nios2.opt:138
10029 #, no-c-format
10030 msgid "Do not use the fixsu custom instruction."
10031 msgstr ""
10033 #: config/nios2/nios2.opt:142
10034 #, no-c-format
10035 msgid "Integer id (N) of fixsu custom instruction."
10036 msgstr ""
10038 #: config/nios2/nios2.opt:146
10039 #, no-c-format
10040 msgid "Do not use the fixsi custom instruction."
10041 msgstr ""
10043 #: config/nios2/nios2.opt:150
10044 #, no-c-format
10045 msgid "Integer id (N) of fixsi custom instruction."
10046 msgstr ""
10048 #: config/nios2/nios2.opt:154
10049 #, no-c-format
10050 msgid "Do not use the floatud custom instruction."
10051 msgstr ""
10053 #: config/nios2/nios2.opt:158
10054 #, no-c-format
10055 msgid "Integer id (N) of floatud custom instruction."
10056 msgstr ""
10058 #: config/nios2/nios2.opt:162
10059 #, no-c-format
10060 msgid "Do not use the floatid custom instruction."
10061 msgstr ""
10063 #: config/nios2/nios2.opt:166
10064 #, no-c-format
10065 msgid "Integer id (N) of floatid custom instruction."
10066 msgstr ""
10068 #: config/nios2/nios2.opt:170
10069 #, no-c-format
10070 msgid "Do not use the floatus custom instruction."
10071 msgstr ""
10073 #: config/nios2/nios2.opt:174
10074 #, no-c-format
10075 msgid "Integer id (N) of floatus custom instruction."
10076 msgstr ""
10078 #: config/nios2/nios2.opt:178
10079 #, no-c-format
10080 msgid "Do not use the floatis custom instruction."
10081 msgstr ""
10083 #: config/nios2/nios2.opt:182
10084 #, no-c-format
10085 msgid "Integer id (N) of floatis custom instruction."
10086 msgstr ""
10088 #: config/nios2/nios2.opt:186
10089 #, no-c-format
10090 msgid "Do not use the fcmpned custom instruction."
10091 msgstr ""
10093 #: config/nios2/nios2.opt:190
10094 #, no-c-format
10095 msgid "Integer id (N) of fcmpned custom instruction."
10096 msgstr ""
10098 #: config/nios2/nios2.opt:194
10099 #, no-c-format
10100 msgid "Do not use the fcmpeqd custom instruction."
10101 msgstr ""
10103 #: config/nios2/nios2.opt:198
10104 #, no-c-format
10105 msgid "Integer id (N) of fcmpeqd custom instruction."
10106 msgstr ""
10108 #: config/nios2/nios2.opt:202
10109 #, no-c-format
10110 msgid "Do not use the fcmpged custom instruction."
10111 msgstr ""
10113 #: config/nios2/nios2.opt:206
10114 #, no-c-format
10115 msgid "Integer id (N) of fcmpged custom instruction."
10116 msgstr ""
10118 #: config/nios2/nios2.opt:210
10119 #, no-c-format
10120 msgid "Do not use the fcmpgtd custom instruction."
10121 msgstr ""
10123 #: config/nios2/nios2.opt:214
10124 #, no-c-format
10125 msgid "Integer id (N) of fcmpgtd custom instruction."
10126 msgstr ""
10128 #: config/nios2/nios2.opt:218
10129 #, no-c-format
10130 msgid "Do not use the fcmpled custom instruction."
10131 msgstr ""
10133 #: config/nios2/nios2.opt:222
10134 #, no-c-format
10135 msgid "Integer id (N) of fcmpled custom instruction."
10136 msgstr ""
10138 #: config/nios2/nios2.opt:226
10139 #, no-c-format
10140 msgid "Do not use the fcmpltd custom instruction."
10141 msgstr ""
10143 #: config/nios2/nios2.opt:230
10144 #, no-c-format
10145 msgid "Integer id (N) of fcmpltd custom instruction."
10146 msgstr ""
10148 #: config/nios2/nios2.opt:234
10149 #, no-c-format
10150 msgid "Do not use the flogd custom instruction."
10151 msgstr ""
10153 #: config/nios2/nios2.opt:238
10154 #, no-c-format
10155 msgid "Integer id (N) of flogd custom instruction."
10156 msgstr ""
10158 #: config/nios2/nios2.opt:242
10159 #, no-c-format
10160 msgid "Do not use the fexpd custom instruction."
10161 msgstr ""
10163 #: config/nios2/nios2.opt:246
10164 #, no-c-format
10165 msgid "Integer id (N) of fexpd custom instruction."
10166 msgstr ""
10168 #: config/nios2/nios2.opt:250
10169 #, no-c-format
10170 msgid "Do not use the fatand custom instruction."
10171 msgstr ""
10173 #: config/nios2/nios2.opt:254
10174 #, no-c-format
10175 msgid "Integer id (N) of fatand custom instruction."
10176 msgstr ""
10178 #: config/nios2/nios2.opt:258
10179 #, no-c-format
10180 msgid "Do not use the ftand custom instruction."
10181 msgstr ""
10183 #: config/nios2/nios2.opt:262
10184 #, no-c-format
10185 msgid "Integer id (N) of ftand custom instruction."
10186 msgstr ""
10188 #: config/nios2/nios2.opt:266
10189 #, no-c-format
10190 msgid "Do not use the fsind custom instruction."
10191 msgstr ""
10193 #: config/nios2/nios2.opt:270
10194 #, no-c-format
10195 msgid "Integer id (N) of fsind custom instruction."
10196 msgstr ""
10198 #: config/nios2/nios2.opt:274
10199 #, no-c-format
10200 msgid "Do not use the fcosd custom instruction."
10201 msgstr ""
10203 #: config/nios2/nios2.opt:278
10204 #, no-c-format
10205 msgid "Integer id (N) of fcosd custom instruction."
10206 msgstr ""
10208 #: config/nios2/nios2.opt:282
10209 #, no-c-format
10210 msgid "Do not use the fsqrtd custom instruction."
10211 msgstr ""
10213 #: config/nios2/nios2.opt:286
10214 #, no-c-format
10215 msgid "Integer id (N) of fsqrtd custom instruction."
10216 msgstr ""
10218 #: config/nios2/nios2.opt:290
10219 #, no-c-format
10220 msgid "Do not use the fabsd custom instruction."
10221 msgstr ""
10223 #: config/nios2/nios2.opt:294
10224 #, no-c-format
10225 msgid "Integer id (N) of fabsd custom instruction."
10226 msgstr ""
10228 #: config/nios2/nios2.opt:298
10229 #, no-c-format
10230 msgid "Do not use the fnegd custom instruction."
10231 msgstr ""
10233 #: config/nios2/nios2.opt:302
10234 #, no-c-format
10235 msgid "Integer id (N) of fnegd custom instruction."
10236 msgstr ""
10238 #: config/nios2/nios2.opt:306
10239 #, no-c-format
10240 msgid "Do not use the fmaxd custom instruction."
10241 msgstr ""
10243 #: config/nios2/nios2.opt:310
10244 #, no-c-format
10245 msgid "Integer id (N) of fmaxd custom instruction."
10246 msgstr ""
10248 #: config/nios2/nios2.opt:314
10249 #, no-c-format
10250 msgid "Do not use the fmind custom instruction."
10251 msgstr ""
10253 #: config/nios2/nios2.opt:318
10254 #, no-c-format
10255 msgid "Integer id (N) of fmind custom instruction."
10256 msgstr ""
10258 #: config/nios2/nios2.opt:322
10259 #, no-c-format
10260 msgid "Do not use the fdivd custom instruction."
10261 msgstr ""
10263 #: config/nios2/nios2.opt:326
10264 #, no-c-format
10265 msgid "Integer id (N) of fdivd custom instruction."
10266 msgstr ""
10268 #: config/nios2/nios2.opt:330
10269 #, no-c-format
10270 msgid "Do not use the fmuld custom instruction."
10271 msgstr ""
10273 #: config/nios2/nios2.opt:334
10274 #, no-c-format
10275 msgid "Integer id (N) of fmuld custom instruction."
10276 msgstr ""
10278 #: config/nios2/nios2.opt:338
10279 #, no-c-format
10280 msgid "Do not use the fsubd custom instruction."
10281 msgstr ""
10283 #: config/nios2/nios2.opt:342
10284 #, no-c-format
10285 msgid "Integer id (N) of fsubd custom instruction."
10286 msgstr ""
10288 #: config/nios2/nios2.opt:346
10289 #, no-c-format
10290 msgid "Do not use the faddd custom instruction."
10291 msgstr ""
10293 #: config/nios2/nios2.opt:350
10294 #, no-c-format
10295 msgid "Integer id (N) of faddd custom instruction."
10296 msgstr ""
10298 #: config/nios2/nios2.opt:354
10299 #, no-c-format
10300 msgid "Do not use the fcmpnes custom instruction."
10301 msgstr ""
10303 #: config/nios2/nios2.opt:358
10304 #, no-c-format
10305 msgid "Integer id (N) of fcmpnes custom instruction."
10306 msgstr ""
10308 #: config/nios2/nios2.opt:362
10309 #, no-c-format
10310 msgid "Do not use the fcmpeqs custom instruction."
10311 msgstr ""
10313 #: config/nios2/nios2.opt:366
10314 #, no-c-format
10315 msgid "Integer id (N) of fcmpeqs custom instruction."
10316 msgstr ""
10318 #: config/nios2/nios2.opt:370
10319 #, no-c-format
10320 msgid "Do not use the fcmpges custom instruction."
10321 msgstr ""
10323 #: config/nios2/nios2.opt:374
10324 #, no-c-format
10325 msgid "Integer id (N) of fcmpges custom instruction."
10326 msgstr ""
10328 #: config/nios2/nios2.opt:378
10329 #, no-c-format
10330 msgid "Do not use the fcmpgts custom instruction."
10331 msgstr ""
10333 #: config/nios2/nios2.opt:382
10334 #, no-c-format
10335 msgid "Integer id (N) of fcmpgts custom instruction."
10336 msgstr ""
10338 #: config/nios2/nios2.opt:386
10339 #, no-c-format
10340 msgid "Do not use the fcmples custom instruction."
10341 msgstr ""
10343 #: config/nios2/nios2.opt:390
10344 #, no-c-format
10345 msgid "Integer id (N) of fcmples custom instruction."
10346 msgstr ""
10348 #: config/nios2/nios2.opt:394
10349 #, no-c-format
10350 msgid "Do not use the fcmplts custom instruction."
10351 msgstr ""
10353 #: config/nios2/nios2.opt:398
10354 #, no-c-format
10355 msgid "Integer id (N) of fcmplts custom instruction."
10356 msgstr ""
10358 #: config/nios2/nios2.opt:402
10359 #, no-c-format
10360 msgid "Do not use the flogs custom instruction."
10361 msgstr ""
10363 #: config/nios2/nios2.opt:406
10364 #, no-c-format
10365 msgid "Integer id (N) of flogs custom instruction."
10366 msgstr ""
10368 #: config/nios2/nios2.opt:410
10369 #, no-c-format
10370 msgid "Do not use the fexps custom instruction."
10371 msgstr ""
10373 #: config/nios2/nios2.opt:414
10374 #, no-c-format
10375 msgid "Integer id (N) of fexps custom instruction."
10376 msgstr ""
10378 #: config/nios2/nios2.opt:418
10379 #, no-c-format
10380 msgid "Do not use the fatans custom instruction."
10381 msgstr ""
10383 #: config/nios2/nios2.opt:422
10384 #, no-c-format
10385 msgid "Integer id (N) of fatans custom instruction."
10386 msgstr ""
10388 #: config/nios2/nios2.opt:426
10389 #, no-c-format
10390 msgid "Do not use the ftans custom instruction."
10391 msgstr ""
10393 #: config/nios2/nios2.opt:430
10394 #, no-c-format
10395 msgid "Integer id (N) of ftans custom instruction."
10396 msgstr ""
10398 #: config/nios2/nios2.opt:434
10399 #, no-c-format
10400 msgid "Do not use the fsins custom instruction."
10401 msgstr ""
10403 #: config/nios2/nios2.opt:438
10404 #, no-c-format
10405 msgid "Integer id (N) of fsins custom instruction."
10406 msgstr ""
10408 #: config/nios2/nios2.opt:442
10409 #, no-c-format
10410 msgid "Do not use the fcoss custom instruction."
10411 msgstr ""
10413 #: config/nios2/nios2.opt:446
10414 #, no-c-format
10415 msgid "Integer id (N) of fcoss custom instruction."
10416 msgstr ""
10418 #: config/nios2/nios2.opt:450
10419 #, no-c-format
10420 msgid "Do not use the fsqrts custom instruction."
10421 msgstr ""
10423 #: config/nios2/nios2.opt:454
10424 #, no-c-format
10425 msgid "Integer id (N) of fsqrts custom instruction."
10426 msgstr ""
10428 #: config/nios2/nios2.opt:458
10429 #, no-c-format
10430 msgid "Do not use the fabss custom instr."
10431 msgstr ""
10433 #: config/nios2/nios2.opt:462
10434 #, no-c-format
10435 msgid "Integer id (N) of fabss custom instruction."
10436 msgstr ""
10438 #: config/nios2/nios2.opt:466
10439 #, no-c-format
10440 msgid "Do not use the fnegs custom instruction."
10441 msgstr ""
10443 #: config/nios2/nios2.opt:470
10444 #, no-c-format
10445 msgid "Integer id (N) of fnegs custom instruction."
10446 msgstr ""
10448 #: config/nios2/nios2.opt:474
10449 #, no-c-format
10450 msgid "Do not use the fmaxs custom instruction."
10451 msgstr ""
10453 #: config/nios2/nios2.opt:478
10454 #, no-c-format
10455 msgid "Integer id (N) of fmaxs custom instruction."
10456 msgstr ""
10458 #: config/nios2/nios2.opt:482
10459 #, no-c-format
10460 msgid "Do not use the fmins custom instruction."
10461 msgstr ""
10463 #: config/nios2/nios2.opt:486
10464 #, no-c-format
10465 msgid "Integer id (N) of fmins custom instruction."
10466 msgstr ""
10468 #: config/nios2/nios2.opt:490
10469 #, no-c-format
10470 msgid "Do not use the fdivs custom instruction."
10471 msgstr ""
10473 #: config/nios2/nios2.opt:494
10474 #, no-c-format
10475 msgid "Integer id (N) of fdivs custom instruction."
10476 msgstr ""
10478 #: config/nios2/nios2.opt:498
10479 #, no-c-format
10480 msgid "Do not use the fmuls custom instruction."
10481 msgstr ""
10483 #: config/nios2/nios2.opt:502
10484 #, no-c-format
10485 msgid "Integer id (N) of fmuls custom instruction."
10486 msgstr ""
10488 #: config/nios2/nios2.opt:506
10489 #, no-c-format
10490 msgid "Do not use the fsubs custom instruction."
10491 msgstr ""
10493 #: config/nios2/nios2.opt:510
10494 #, no-c-format
10495 msgid "Integer id (N) of fsubs custom instruction."
10496 msgstr ""
10498 #: config/nios2/nios2.opt:514
10499 #, no-c-format
10500 msgid "Do not use the fadds custom instruction."
10501 msgstr ""
10503 #: config/nios2/nios2.opt:518
10504 #, no-c-format
10505 msgid "Integer id (N) of fadds custom instruction."
10506 msgstr ""
10508 #: config/nios2/nios2.opt:522
10509 #, no-c-format
10510 msgid "Do not use the frdy custom instruction."
10511 msgstr ""
10513 #: config/nios2/nios2.opt:526
10514 #, no-c-format
10515 msgid "Integer id (N) of frdy custom instruction."
10516 msgstr ""
10518 #: config/nios2/nios2.opt:530
10519 #, no-c-format
10520 msgid "Do not use the frdxhi custom instruction."
10521 msgstr ""
10523 #: config/nios2/nios2.opt:534
10524 #, no-c-format
10525 msgid "Integer id (N) of frdxhi custom instruction."
10526 msgstr ""
10528 #: config/nios2/nios2.opt:538
10529 #, no-c-format
10530 msgid "Do not use the frdxlo custom instruction."
10531 msgstr ""
10533 #: config/nios2/nios2.opt:542
10534 #, no-c-format
10535 msgid "Integer id (N) of frdxlo custom instruction."
10536 msgstr ""
10538 #: config/nios2/nios2.opt:546
10539 #, no-c-format
10540 msgid "Do not use the fwry custom instruction."
10541 msgstr ""
10543 #: config/nios2/nios2.opt:550
10544 #, no-c-format
10545 msgid "Integer id (N) of fwry custom instruction."
10546 msgstr ""
10548 #: config/nios2/nios2.opt:554
10549 #, no-c-format
10550 msgid "Do not use the fwrx custom instruction."
10551 msgstr ""
10553 #: config/nios2/nios2.opt:558
10554 #, no-c-format
10555 msgid "Integer id (N) of fwrx custom instruction."
10556 msgstr ""
10558 #: config/nios2/nios2.opt:562
10559 #, no-c-format
10560 msgid "Do not use the round custom instruction."
10561 msgstr ""
10563 #: config/nios2/nios2.opt:566
10564 #, no-c-format
10565 msgid "Integer id (N) of round custom instruction."
10566 msgstr ""
10568 #: config/nios2/nios2.opt:574
10569 #, no-c-format
10570 msgid "Valid Nios II ISA levels (for -march):"
10571 msgstr ""
10573 #: config/nios2/nios2.opt:584
10574 #, no-c-format
10575 msgid "Enable generation of R2 BMX instructions."
10576 msgstr ""
10578 #: config/nios2/nios2.opt:588
10579 #, no-c-format
10580 msgid "Enable generation of R2 CDX instructions."
10581 msgstr ""
10583 #: config/nios2/nios2.opt:592
10584 #, no-c-format
10585 msgid "Regular expression matching additional GP-addressible section names."
10586 msgstr ""
10588 #: config/nios2/nios2.opt:596
10589 #, no-c-format
10590 msgid "Regular expression matching section names for r0-relative addressing."
10591 msgstr ""
10593 #: config/rx/elf.opt:32
10594 #, no-c-format
10595 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."
10596 msgstr ""
10598 #: config/rx/elf.opt:38 config/rx/rx.opt:99
10599 #, no-c-format
10600 msgid "Specifies the number of registers to reserve for interrupt handlers."
10601 msgstr ""
10603 #: config/rx/elf.opt:44 config/rx/rx.opt:105
10604 #, no-c-format
10605 msgid "Specifies whether interrupt functions should save and restore the accumulator register."
10606 msgstr ""
10608 #: config/rx/rx.opt:29
10609 #, no-c-format
10610 msgid "Store doubles in 64 bits."
10611 msgstr ""
10613 #: config/rx/rx.opt:33
10614 #, no-c-format
10615 msgid "Stores doubles in 32 bits.  This is the default."
10616 msgstr ""
10618 #: config/rx/rx.opt:37
10619 #, no-c-format
10620 msgid "Disable the use of RX FPU instructions."
10621 msgstr ""
10623 #: config/rx/rx.opt:44
10624 #, no-c-format
10625 msgid "Enable the use of RX FPU instructions.  This is the default."
10626 msgstr ""
10628 #: config/rx/rx.opt:50
10629 #, no-c-format
10630 msgid "Specify the target RX cpu type."
10631 msgstr ""
10633 #: config/rx/rx.opt:71
10634 #, no-c-format
10635 msgid "Data is stored in big-endian format."
10636 msgstr ""
10638 #: config/rx/rx.opt:75
10639 #, no-c-format
10640 msgid "Data is stored in little-endian format.  (Default)."
10641 msgstr ""
10643 #: config/rx/rx.opt:81
10644 #, no-c-format
10645 msgid "Maximum size of global and static variables which can be placed into the small data area."
10646 msgstr ""
10648 #: config/rx/rx.opt:87
10649 #, no-c-format
10650 msgid "Enable linker relaxation."
10651 msgstr ""
10653 #: config/rx/rx.opt:93
10654 #, no-c-format
10655 msgid "Maximum size in bytes of constant values allowed as operands."
10656 msgstr ""
10658 #: config/rx/rx.opt:111
10659 #, no-c-format
10660 msgid "Enables Position-Independent-Data (PID) mode."
10661 msgstr ""
10663 #: config/rx/rx.opt:117
10664 #, no-c-format
10665 msgid "Warn when multiple, different, fast interrupt handlers are in the compilation unit."
10666 msgstr ""
10668 #: config/rx/rx.opt:123
10669 #, no-c-format
10670 msgid "Enable the use of the old, broken, ABI where all stacked function arguments are aligned to 32-bits."
10671 msgstr ""
10673 #: config/rx/rx.opt:127
10674 #, no-c-format
10675 msgid "Enable the use the standard RX ABI where all stacked function arguments are naturally aligned.  This is the default."
10676 msgstr ""
10678 #: config/rx/rx.opt:133
10679 #, no-c-format
10680 msgid "Enable the use of the LRA register allocator."
10681 msgstr ""
10683 #: config/rx/rx.opt:139
10684 #, no-c-format
10685 msgid "Enables or disables the use of the SMOVF, SMOVB, SMOVU, SUNTIL, SWHILE and RMPA instructions.  Enabled by default."
10686 msgstr ""
10688 #: config/rx/rx.opt:145
10689 #, no-c-format
10690 msgid "Always use JSR, never BSR, for calls."
10691 msgstr ""
10693 #: config/visium/visium.opt:25
10694 #, no-c-format
10695 msgid "Link with libc.a and libdebug.a."
10696 msgstr ""
10698 #: config/visium/visium.opt:29
10699 #, no-c-format
10700 msgid "Link with libc.a and libsim.a."
10701 msgstr ""
10703 #: config/visium/visium.opt:33
10704 #, no-c-format
10705 msgid "Use hardware FP (default)."
10706 msgstr ""
10708 #: config/visium/visium.opt:45
10709 #, no-c-format
10710 msgid "Use features of and schedule code for given CPU."
10711 msgstr ""
10713 #: config/visium/visium.opt:65
10714 #, no-c-format
10715 msgid "Generate code for the supervisor mode (default)."
10716 msgstr ""
10718 #: config/visium/visium.opt:69
10719 #, no-c-format
10720 msgid "Generate code for the user mode."
10721 msgstr ""
10723 #: config/visium/visium.opt:73
10724 #, no-c-format
10725 msgid "Only retained for backward compatibility."
10726 msgstr ""
10728 #: config/sol2.opt:32
10729 #, no-c-format
10730 msgid "Clear hardware capabilities when linking."
10731 msgstr ""
10733 #: config/sol2.opt:36
10734 #, no-c-format
10735 msgid "Pass -z text to linker."
10736 msgstr ""
10738 #: config/moxie/moxie.opt:31
10739 #, no-c-format
10740 msgid "Enable MUL.X and UMUL.X instructions."
10741 msgstr ""
10743 #: config/microblaze/microblaze.opt:40
10744 #, no-c-format
10745 msgid "Use software emulation for floating point (default)."
10746 msgstr ""
10748 #: config/microblaze/microblaze.opt:44
10749 #, no-c-format
10750 msgid "Use hardware floating point instructions."
10751 msgstr ""
10753 #: config/microblaze/microblaze.opt:48
10754 #, no-c-format
10755 msgid "Use table lookup optimization for small signed integer divisions."
10756 msgstr ""
10758 #: config/microblaze/microblaze.opt:52
10759 #, no-c-format
10760 msgid "-mcpu=PROCESSOR\t\tUse features of and schedule code for given CPU."
10761 msgstr ""
10763 #: config/microblaze/microblaze.opt:56
10764 #, no-c-format
10765 msgid "Don't optimize block moves, use memcpy."
10766 msgstr ""
10768 #: config/microblaze/microblaze.opt:68
10769 #, no-c-format
10770 msgid "Use the soft multiply emulation (default)."
10771 msgstr ""
10773 #: config/microblaze/microblaze.opt:72
10774 #, no-c-format
10775 msgid "Use reorder instructions (swap and byte reversed load/store) (default)."
10776 msgstr ""
10778 #: config/microblaze/microblaze.opt:76
10779 #, no-c-format
10780 msgid "Use the software emulation for divides (default)."
10781 msgstr ""
10783 #: config/microblaze/microblaze.opt:80
10784 #, no-c-format
10785 msgid "Use the hardware barrel shifter instead of emulation."
10786 msgstr ""
10788 #: config/microblaze/microblaze.opt:84
10789 #, no-c-format
10790 msgid "Use pattern compare instructions."
10791 msgstr ""
10793 #: config/microblaze/microblaze.opt:88
10794 #, no-c-format
10795 msgid "Check for stack overflow at runtime."
10796 msgstr ""
10798 #: config/microblaze/microblaze.opt:92 config/iq2000/iq2000.opt:65
10799 #, no-c-format
10800 msgid "Use GP relative sdata/sbss sections."
10801 msgstr ""
10803 #: config/microblaze/microblaze.opt:96
10804 #, no-c-format
10805 msgid "Clear the BSS to zero and place zero initialized in BSS."
10806 msgstr ""
10808 #: config/microblaze/microblaze.opt:100
10809 #, no-c-format
10810 msgid "Use multiply high instructions for high part of 32x32 multiply."
10811 msgstr ""
10813 #: config/microblaze/microblaze.opt:104
10814 #, no-c-format
10815 msgid "Use hardware floating point conversion instructions."
10816 msgstr ""
10818 #: config/microblaze/microblaze.opt:108
10819 #, no-c-format
10820 msgid "Use hardware floating point square root instruction."
10821 msgstr ""
10823 #: config/microblaze/microblaze.opt:112
10824 #, no-c-format
10825 msgid "Description for mxl-mode-executable."
10826 msgstr ""
10828 #: config/microblaze/microblaze.opt:116
10829 #, no-c-format
10830 msgid "Description for mxl-mode-xmdstub."
10831 msgstr ""
10833 #: config/microblaze/microblaze.opt:120
10834 #, no-c-format
10835 msgid "Description for mxl-mode-bootstrap."
10836 msgstr ""
10838 #: config/microblaze/microblaze.opt:124
10839 #, no-c-format
10840 msgid "Description for mxl-mode-novectors."
10841 msgstr ""
10843 #: config/microblaze/microblaze.opt:128
10844 #, no-c-format
10845 msgid "Use hardware prefetch instruction."
10846 msgstr ""
10848 #: config/microblaze/microblaze.opt:132
10849 #, no-c-format
10850 msgid "Data referenced by offset from start of text instead of GOT (with -fPIC/-fPIE)."
10851 msgstr ""
10853 #: config/vax/vax.opt:23 config/vax/vax.opt:27
10854 #, no-c-format
10855 msgid "Target DFLOAT double precision code."
10856 msgstr ""
10858 #: config/vax/vax.opt:31 config/vax/vax.opt:35
10859 #, no-c-format
10860 msgid "Generate GFLOAT double precision code."
10861 msgstr ""
10863 #: config/vax/vax.opt:39
10864 #, no-c-format
10865 msgid "Generate code for GNU assembler (gas)."
10866 msgstr ""
10868 #: config/vax/vax.opt:43
10869 #, no-c-format
10870 msgid "Generate code for UNIX assembler."
10871 msgstr ""
10873 #: config/vax/vax.opt:51
10874 #, no-c-format
10875 msgid "Use VAXC structure conventions."
10876 msgstr ""
10878 #: config/vax/vax.opt:55
10879 #, no-c-format
10880 msgid "Use new adddi3/subdi3 patterns."
10881 msgstr ""
10883 #: config/frv/frv.opt:30
10884 #, no-c-format
10885 msgid "Use 4 media accumulators."
10886 msgstr ""
10888 #: config/frv/frv.opt:34
10889 #, no-c-format
10890 msgid "Use 8 media accumulators."
10891 msgstr ""
10893 #: config/frv/frv.opt:38
10894 #, no-c-format
10895 msgid "Enable label alignment optimizations."
10896 msgstr ""
10898 #: config/frv/frv.opt:42
10899 #, no-c-format
10900 msgid "Dynamically allocate cc registers."
10901 msgstr ""
10903 #: config/frv/frv.opt:49
10904 #, no-c-format
10905 msgid "Set the cost of branches."
10906 msgstr ""
10908 #: config/frv/frv.opt:53
10909 #, no-c-format
10910 msgid "Enable conditional execution other than moves/scc."
10911 msgstr ""
10913 #: config/frv/frv.opt:57
10914 #, no-c-format
10915 msgid "Change the maximum length of conditionally-executed sequences."
10916 msgstr ""
10918 #: config/frv/frv.opt:61
10919 #, no-c-format
10920 msgid "Change the number of temporary registers that are available to conditionally-executed sequences."
10921 msgstr ""
10923 #: config/frv/frv.opt:65
10924 #, no-c-format
10925 msgid "Enable conditional moves."
10926 msgstr ""
10928 #: config/frv/frv.opt:69
10929 #, no-c-format
10930 msgid "Set the target CPU type."
10931 msgstr ""
10933 #: config/frv/frv.opt:73
10934 #, no-c-format
10935 msgid "Known FR-V CPUs (for use with the -mcpu= option):"
10936 msgstr ""
10938 #: config/frv/frv.opt:122
10939 #, no-c-format
10940 msgid "Use fp double instructions."
10941 msgstr ""
10943 #: config/frv/frv.opt:126
10944 #, no-c-format
10945 msgid "Change the ABI to allow double word insns."
10946 msgstr ""
10948 #: config/frv/frv.opt:134
10949 #, no-c-format
10950 msgid "Just use icc0/fcc0."
10951 msgstr ""
10953 #: config/frv/frv.opt:138
10954 #, no-c-format
10955 msgid "Only use 32 FPRs."
10956 msgstr ""
10958 #: config/frv/frv.opt:142
10959 #, no-c-format
10960 msgid "Use 64 FPRs."
10961 msgstr ""
10963 #: config/frv/frv.opt:146
10964 #, no-c-format
10965 msgid "Only use 32 GPRs."
10966 msgstr ""
10968 #: config/frv/frv.opt:150
10969 #, no-c-format
10970 msgid "Use 64 GPRs."
10971 msgstr ""
10973 #: config/frv/frv.opt:154
10974 #, no-c-format
10975 msgid "Enable use of GPREL for read-only data in FDPIC."
10976 msgstr ""
10978 #: config/frv/frv.opt:166
10979 #, no-c-format
10980 msgid "Enable PIC support for building libraries."
10981 msgstr ""
10983 #: config/frv/frv.opt:170
10984 #, no-c-format
10985 msgid "Follow the EABI linkage requirements."
10986 msgstr ""
10988 #: config/frv/frv.opt:174
10989 #, no-c-format
10990 msgid "Disallow direct calls to global functions."
10991 msgstr ""
10993 #: config/frv/frv.opt:178
10994 #, no-c-format
10995 msgid "Use media instructions."
10996 msgstr ""
10998 #: config/frv/frv.opt:182
10999 #, no-c-format
11000 msgid "Use multiply add/subtract instructions."
11001 msgstr ""
11003 #: config/frv/frv.opt:186
11004 #, no-c-format
11005 msgid "Enable optimizing &&/|| in conditional execution."
11006 msgstr ""
11008 #: config/frv/frv.opt:190
11009 #, no-c-format
11010 msgid "Enable nested conditional execution optimizations."
11011 msgstr ""
11013 #: config/frv/frv.opt:195
11014 #, no-c-format
11015 msgid "Do not mark ABI switches in e_flags."
11016 msgstr ""
11018 #: config/frv/frv.opt:199
11019 #, no-c-format
11020 msgid "Remove redundant membars."
11021 msgstr ""
11023 #: config/frv/frv.opt:203
11024 #, no-c-format
11025 msgid "Pack VLIW instructions."
11026 msgstr ""
11028 #: config/frv/frv.opt:207
11029 #, no-c-format
11030 msgid "Enable setting GPRs to the result of comparisons."
11031 msgstr ""
11033 #: config/frv/frv.opt:211
11034 #, no-c-format
11035 msgid "Change the amount of scheduler lookahead."
11036 msgstr ""
11038 #: config/frv/frv.opt:219
11039 #, no-c-format
11040 msgid "Assume a large TLS segment."
11041 msgstr ""
11043 #: config/frv/frv.opt:223
11044 #, no-c-format
11045 msgid "Do not assume a large TLS segment."
11046 msgstr ""
11048 #: config/frv/frv.opt:228
11049 #, no-c-format
11050 msgid "Cause gas to print tomcat statistics."
11051 msgstr ""
11053 #: config/frv/frv.opt:233
11054 #, no-c-format
11055 msgid "Link with the library-pic libraries."
11056 msgstr ""
11058 #: config/frv/frv.opt:237
11059 #, no-c-format
11060 msgid "Allow branches to be packed with other instructions."
11061 msgstr ""
11063 #: config/mn10300/mn10300.opt:30
11064 #, no-c-format
11065 msgid "Target the AM33 processor."
11066 msgstr ""
11068 #: config/mn10300/mn10300.opt:34
11069 #, no-c-format
11070 msgid "Target the AM33/2.0 processor."
11071 msgstr ""
11073 #: config/mn10300/mn10300.opt:38
11074 #, no-c-format
11075 msgid "Target the AM34 processor."
11076 msgstr ""
11078 #: config/mn10300/mn10300.opt:46
11079 #, no-c-format
11080 msgid "Work around hardware multiply bug."
11081 msgstr ""
11083 #: config/mn10300/mn10300.opt:55
11084 #, no-c-format
11085 msgid "Enable linker relaxations."
11086 msgstr ""
11088 #: config/mn10300/mn10300.opt:59
11089 #, no-c-format
11090 msgid "Return pointers in both a0 and d0."
11091 msgstr ""
11093 #: config/mn10300/mn10300.opt:63
11094 #, no-c-format
11095 msgid "Allow gcc to generate LIW instructions."
11096 msgstr ""
11098 #: config/mn10300/mn10300.opt:67
11099 #, no-c-format
11100 msgid "Allow gcc to generate the SETLB and Lcc instructions."
11101 msgstr ""
11103 #: config/nds32/nds32-elf.opt:3 config/nds32/nds32-linux.opt:3
11104 #, no-c-format
11105 msgid "Specify the address generation strategy for code model."
11106 msgstr ""
11108 #: config/nds32/nds32-elf.opt:7 config/nds32/nds32-linux.opt:7
11109 #, no-c-format
11110 msgid "Known cmodel types (for use with the -mcmodel= option):"
11111 msgstr ""
11113 #: config/nds32/nds32.opt:29 config/nds32/nds32.opt:89
11114 #, no-c-format
11115 msgid "Generate code in big-endian mode."
11116 msgstr ""
11118 #: config/nds32/nds32.opt:33 config/nds32/nds32.opt:93
11119 #, no-c-format
11120 msgid "Generate code in little-endian mode."
11121 msgstr ""
11123 #: config/nds32/nds32.opt:37
11124 #, no-c-format
11125 msgid "Force performing fp-as-gp optimization."
11126 msgstr ""
11128 #: config/nds32/nds32.opt:41
11129 #, no-c-format
11130 msgid "Forbid performing fp-as-gp optimization."
11131 msgstr ""
11133 #: config/nds32/nds32.opt:47
11134 #, no-c-format
11135 msgid "Specify which ABI type to generate code for: 2, 2fp+."
11136 msgstr ""
11138 #: config/nds32/nds32.opt:61
11139 #, no-c-format
11140 msgid "Specify use soft floating point ABI which mean alias to -mabi=2."
11141 msgstr ""
11143 #: config/nds32/nds32.opt:65
11144 #, no-c-format
11145 msgid "Specify use soft floating point ABI which mean alias to -mabi=2fp+."
11146 msgstr ""
11148 #: config/nds32/nds32.opt:71
11149 #, no-c-format
11150 msgid "Use reduced-set registers for register allocation."
11151 msgstr ""
11153 #: config/nds32/nds32.opt:75
11154 #, no-c-format
11155 msgid "Use full-set registers for register allocation."
11156 msgstr ""
11158 #: config/nds32/nds32.opt:81
11159 #, no-c-format
11160 msgid "Always align function entry, jump target and return address."
11161 msgstr ""
11163 #: config/nds32/nds32.opt:85
11164 #, no-c-format
11165 msgid "Align function entry to 4 byte."
11166 msgstr ""
11168 #: config/nds32/nds32.opt:97
11169 #, no-c-format
11170 msgid "Prevent $fp being allocated during register allocation so that compiler is able to force performing fp-as-gp optimization."
11171 msgstr ""
11173 #: config/nds32/nds32.opt:101
11174 #, no-c-format
11175 msgid "Forbid using $fp to access static and global variables.  This option strictly forbids fp-as-gp optimization regardless of '-mforce-fp-as-gp'."
11176 msgstr ""
11178 #: config/nds32/nds32.opt:105
11179 #, no-c-format
11180 msgid "Specify the address generation strategy for ICT call's code model."
11181 msgstr ""
11183 #: config/nds32/nds32.opt:109
11184 #, no-c-format
11185 msgid "Known cmodel types (for use with the -mict-model= option):"
11186 msgstr ""
11188 #: config/nds32/nds32.opt:119
11189 #, no-c-format
11190 msgid "Generate conditional move instructions."
11191 msgstr ""
11193 #: config/nds32/nds32.opt:123
11194 #, no-c-format
11195 msgid "Generate hardware abs instructions."
11196 msgstr ""
11198 #: config/nds32/nds32.opt:127
11199 #, no-c-format
11200 msgid "Generate performance extension instructions."
11201 msgstr ""
11203 #: config/nds32/nds32.opt:131
11204 #, no-c-format
11205 msgid "Generate performance extension version 2 instructions."
11206 msgstr ""
11208 #: config/nds32/nds32.opt:135
11209 #, no-c-format
11210 msgid "Generate string extension instructions."
11211 msgstr ""
11213 #: config/nds32/nds32.opt:139
11214 #, no-c-format
11215 msgid "Generate DSP extension instructions."
11216 msgstr ""
11218 #: config/nds32/nds32.opt:143
11219 #, no-c-format
11220 msgid "Generate v3 push25/pop25 instructions."
11221 msgstr ""
11223 #: config/nds32/nds32.opt:147
11224 #, no-c-format
11225 msgid "Generate 16-bit instructions."
11226 msgstr ""
11228 #: config/nds32/nds32.opt:151
11229 #, no-c-format
11230 msgid "Insert relax hint for linker to do relaxation."
11231 msgstr ""
11233 #: config/nds32/nds32.opt:155
11234 #, no-c-format
11235 msgid "Enable Virtual Hosting support."
11236 msgstr ""
11238 #: config/nds32/nds32.opt:159
11239 #, no-c-format
11240 msgid "Specify the size of each interrupt vector, which must be 4 or 16."
11241 msgstr ""
11243 #: config/nds32/nds32.opt:163
11244 #, no-c-format
11245 msgid "Specify the security level of c-isr for the whole file."
11246 msgstr ""
11248 #: config/nds32/nds32.opt:167
11249 #, no-c-format
11250 msgid "Specify the size of each cache block, which must be a power of 2 between 4 and 512."
11251 msgstr ""
11253 #: config/nds32/nds32.opt:175
11254 #, no-c-format
11255 msgid "Known arch types (for use with the -march= option):"
11256 msgstr ""
11258 #: config/nds32/nds32.opt:197
11259 #, no-c-format
11260 msgid "Specify the cpu for pipeline model."
11261 msgstr ""
11263 #: config/nds32/nds32.opt:201
11264 #, no-c-format
11265 msgid "Known cpu types (for use with the -mcpu= option):"
11266 msgstr ""
11268 #: config/nds32/nds32.opt:361
11269 #, no-c-format
11270 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."
11271 msgstr ""
11273 #: config/nds32/nds32.opt:365
11274 #, no-c-format
11275 msgid "Known floating-point number of registers (for use with the -mconfig-fpu= option):"
11276 msgstr ""
11278 #: config/nds32/nds32.opt:393
11279 #, no-c-format
11280 msgid "Specify configuration of instruction mul: fast1, fast2 or slow. The default is fast1."
11281 msgstr ""
11283 #: config/nds32/nds32.opt:412
11284 #, no-c-format
11285 msgid "Specify how many read/write ports for n9/n10 cores.  The value should be 3r2w or 2r1w."
11286 msgstr ""
11288 #: config/nds32/nds32.opt:425
11289 #, no-c-format
11290 msgid "Enable constructor/destructor feature."
11291 msgstr "Omogući značajku konstruktor/destruktor."
11293 #: config/nds32/nds32.opt:429
11294 #, no-c-format
11295 msgid "Guide linker to relax instructions."
11296 msgstr ""
11298 #: config/nds32/nds32.opt:433
11299 #, no-c-format
11300 msgid "Generate floating-point multiply-accumulation instructions."
11301 msgstr ""
11303 #: config/nds32/nds32.opt:437
11304 #, no-c-format
11305 msgid "Generate single-precision floating-point instructions."
11306 msgstr ""
11308 #: config/nds32/nds32.opt:441
11309 #, no-c-format
11310 msgid "Generate double-precision floating-point instructions."
11311 msgstr ""
11313 #: config/nds32/nds32.opt:445
11314 #, no-c-format
11315 msgid "Force disable hardware loop, even use -mext-dsp."
11316 msgstr ""
11318 #: config/nds32/nds32.opt:449
11319 #, no-c-format
11320 msgid "Permit scheduling of a function's prologue and epilogue sequence."
11321 msgstr ""
11323 #: config/nds32/nds32.opt:453
11324 #, no-c-format
11325 msgid "Generate return instruction in naked function."
11326 msgstr ""
11328 #: config/nds32/nds32.opt:457
11329 #, no-c-format
11330 msgid "Always save $lp in the stack."
11331 msgstr ""
11333 #: config/nds32/nds32.opt:465
11334 #, no-c-format
11335 msgid "Allow use r15 for inline ASM."
11336 msgstr ""
11338 #: config/iq2000/iq2000.opt:31
11339 #, no-c-format
11340 msgid "Specify CPU for code generation purposes."
11341 msgstr ""
11343 #: config/iq2000/iq2000.opt:47
11344 #, no-c-format
11345 msgid "Specify CPU for scheduling purposes."
11346 msgstr ""
11348 #: config/iq2000/iq2000.opt:51
11349 #, no-c-format
11350 msgid "Known IQ2000 CPUs (for use with the -mcpu= option):"
11351 msgstr ""
11353 #: config/iq2000/iq2000.opt:61 config/mips/mips.opt:142
11354 #, no-c-format
11355 msgid "Use ROM instead of RAM."
11356 msgstr ""
11358 #: config/iq2000/iq2000.opt:70
11359 #, no-c-format
11360 msgid "No default crt0.o."
11361 msgstr ""
11363 #: config/iq2000/iq2000.opt:74 config/mips/mips.opt:413
11364 #, no-c-format
11365 msgid "Put uninitialized constants in ROM (needs -membedded-data)."
11366 msgstr ""
11368 #: config/csky/csky.opt:34
11369 #, no-c-format
11370 msgid "Specify the target architecture."
11371 msgstr ""
11373 #: config/csky/csky.opt:38
11374 #, no-c-format
11375 msgid "Specify the target processor."
11376 msgstr ""
11378 #: config/csky/csky.opt:90
11379 #, no-c-format
11380 msgid "Specify the target floating-point hardware/format."
11381 msgstr ""
11383 #: config/csky/csky.opt:94
11384 #, no-c-format
11385 msgid "Generate C-SKY FPU double float instructions (default for hard float)."
11386 msgstr ""
11388 #: config/csky/csky.opt:98
11389 #, no-c-format
11390 msgid "Generate frecipd/fsqrtd/fdivd instructions (default for hard float)."
11391 msgstr ""
11393 #: config/csky/csky.opt:106
11394 #, no-c-format
11395 msgid "Enable the extended LRW instruction (default for CK801)."
11396 msgstr ""
11398 #: config/csky/csky.opt:110
11399 #, no-c-format
11400 msgid "Enable interrupt stack instructions."
11401 msgstr ""
11403 #: config/csky/csky.opt:114
11404 #, no-c-format
11405 msgid "Enable multiprocessor instructions."
11406 msgstr ""
11408 #: config/csky/csky.opt:118
11409 #, no-c-format
11410 msgid "Enable coprocessor instructions."
11411 msgstr ""
11413 #: config/csky/csky.opt:122
11414 #, no-c-format
11415 msgid "Enable cache prefetch instructions."
11416 msgstr ""
11418 #: config/csky/csky.opt:126
11419 #, no-c-format
11420 msgid "Enable C-SKY SECURE instructions."
11421 msgstr ""
11423 #: config/csky/csky.opt:133
11424 #, no-c-format
11425 msgid "Enable C-SKY TRUST instructions."
11426 msgstr ""
11428 #: config/csky/csky.opt:137
11429 #, no-c-format
11430 msgid "Enable C-SKY DSP instructions."
11431 msgstr ""
11433 #: config/csky/csky.opt:141
11434 #, no-c-format
11435 msgid "Enable C-SKY Enhanced DSP instructions."
11436 msgstr ""
11438 #: config/csky/csky.opt:145
11439 #, no-c-format
11440 msgid "Enable C-SKY Vector DSP instructions."
11441 msgstr ""
11443 #: config/csky/csky.opt:151
11444 #, no-c-format
11445 msgid "Generate divide instructions."
11446 msgstr ""
11448 #: config/csky/csky.opt:155
11449 #, no-c-format
11450 msgid "Generate code for Smart Mode."
11451 msgstr ""
11453 #: config/csky/csky.opt:159
11454 #, no-c-format
11455 msgid "Enable use of R16-R31 (default)."
11456 msgstr ""
11458 #: config/csky/csky.opt:163
11459 #, no-c-format
11460 msgid "Generate code using global anchor symbol addresses."
11461 msgstr ""
11463 #: config/csky/csky.opt:167
11464 #, no-c-format
11465 msgid "Generate push/pop instructions (default)."
11466 msgstr ""
11468 #: config/csky/csky.opt:171
11469 #, no-c-format
11470 msgid "Generate stm/ldm instructions (default)."
11471 msgstr ""
11473 #: config/csky/csky.opt:178
11474 #, no-c-format
11475 msgid "Generate constant pools in the compiler instead of assembler."
11476 msgstr ""
11478 #: config/csky/csky.opt:182
11479 #, no-c-format
11480 msgid "Emit .stack_size directives."
11481 msgstr ""
11483 #: config/csky/csky.opt:186
11484 #, no-c-format
11485 msgid "Generate code for C-SKY compiler runtime instead of libgcc."
11486 msgstr ""
11488 #: config/csky/csky.opt:190
11489 #, no-c-format
11490 msgid "Set the branch costs to roughly the specified number of instructions."
11491 msgstr ""
11493 #: config/csky/csky.opt:194
11494 #, no-c-format
11495 msgid "Permit scheduling of function prologue and epilogue sequences."
11496 msgstr ""
11498 #: config/csky/csky_tables.opt:24
11499 #, no-c-format
11500 msgid "Known CSKY CPUs (for use with the -mcpu= options):"
11501 msgstr ""
11503 #: config/csky/csky_tables.opt:205
11504 #, no-c-format
11505 msgid "Known CSKY architectures (for use with the -march= option):"
11506 msgstr ""
11508 #: config/csky/csky_tables.opt:227
11509 #, no-c-format
11510 msgid "Known CSKY FPUs (for use with the -mfpu= option):"
11511 msgstr ""
11513 #: config/c6x/c6x-tables.opt:24
11514 #, no-c-format
11515 msgid "Known C6X ISAs (for use with the -march= option):"
11516 msgstr ""
11518 #: config/c6x/c6x.opt:42
11519 #, no-c-format
11520 msgid "Select method for sdata handling."
11521 msgstr ""
11523 #: config/c6x/c6x.opt:46
11524 #, no-c-format
11525 msgid "Valid arguments for the -msdata= option:"
11526 msgstr ""
11528 #: config/c6x/c6x.opt:59
11529 #, no-c-format
11530 msgid "Compile for the DSBT shared library ABI."
11531 msgstr ""
11533 #: config/cris/cris.opt:45
11534 #, no-c-format
11535 msgid "Work around bug in multiplication instruction."
11536 msgstr ""
11538 #: config/cris/cris.opt:51
11539 #, no-c-format
11540 msgid "Compile for ETRAX 4 (CRIS v3)."
11541 msgstr ""
11543 #: config/cris/cris.opt:56
11544 #, no-c-format
11545 msgid "Compile for ETRAX 100 (CRIS v8)."
11546 msgstr ""
11548 #: config/cris/cris.opt:64
11549 #, no-c-format
11550 msgid "Emit verbose debug information in assembly code."
11551 msgstr ""
11553 #: config/cris/cris.opt:71
11554 #, no-c-format
11555 msgid "Do not use condition codes from normal instructions."
11556 msgstr ""
11558 #: config/cris/cris.opt:80
11559 #, no-c-format
11560 msgid "Do not emit addressing modes with side-effect assignment."
11561 msgstr ""
11563 #: config/cris/cris.opt:89
11564 #, no-c-format
11565 msgid "Do not tune stack alignment."
11566 msgstr ""
11568 #: config/cris/cris.opt:98
11569 #, no-c-format
11570 msgid "Do not tune writable data alignment."
11571 msgstr ""
11573 #: config/cris/cris.opt:107
11574 #, no-c-format
11575 msgid "Do not tune code and read-only data alignment."
11576 msgstr ""
11578 #: config/cris/cris.opt:116
11579 #, no-c-format
11580 msgid "Align code and data to 32 bits."
11581 msgstr ""
11583 #: config/cris/cris.opt:133
11584 #, no-c-format
11585 msgid "Don't align items in code or data."
11586 msgstr ""
11588 #: config/cris/cris.opt:142
11589 #, no-c-format
11590 msgid "Do not emit function prologue or epilogue."
11591 msgstr ""
11593 #: config/cris/cris.opt:149
11594 #, no-c-format
11595 msgid "Use the most feature-enabling options allowed by other options."
11596 msgstr ""
11598 #: config/cris/cris.opt:158
11599 #, no-c-format
11600 msgid "Override -mbest-lib-options."
11601 msgstr ""
11603 #: config/cris/cris.opt:165
11604 #, no-c-format
11605 msgid "-march=ARCH\tGenerate code for the specified chip or CPU version."
11606 msgstr ""
11608 #: config/cris/cris.opt:169
11609 #, no-c-format
11610 msgid "-mtune=ARCH\tTune alignment for the specified chip or CPU version."
11611 msgstr ""
11613 #: config/cris/cris.opt:173
11614 #, no-c-format
11615 msgid "-mmax-stackframe=SIZE\tWarn when a stackframe is larger than the specified size."
11616 msgstr ""
11618 #: config/cris/cris.opt:180
11619 #, no-c-format
11620 msgid "Emit traps as \"break 8\", default for CRIS v3 and up.  If disabled, calls to abort() are used."
11621 msgstr ""
11623 #: config/cris/cris.opt:184
11624 #, no-c-format
11625 msgid "Emit checks causing \"break 8\" instructions to execute when applying atomic builtins on misaligned memory."
11626 msgstr ""
11628 #: config/cris/cris.opt:188
11629 #, no-c-format
11630 msgid "Handle atomic builtins that may be applied to unaligned data by calling library functions. Overrides -mtrap-unaligned-atomic."
11631 msgstr ""
11633 #: config/sh/superh.opt:6
11634 #, no-c-format
11635 msgid "Board name [and memory region]."
11636 msgstr ""
11638 #: config/sh/superh.opt:10
11639 #, no-c-format
11640 msgid "Runtime name."
11641 msgstr ""
11643 #: config/sh/sh.opt:42
11644 #, no-c-format
11645 msgid "Generate SH1 code."
11646 msgstr ""
11648 #: config/sh/sh.opt:46
11649 #, no-c-format
11650 msgid "Generate SH2 code."
11651 msgstr ""
11653 #: config/sh/sh.opt:50
11654 #, no-c-format
11655 msgid "Generate default double-precision SH2a-FPU code."
11656 msgstr ""
11658 #: config/sh/sh.opt:54
11659 #, no-c-format
11660 msgid "Generate SH2a FPU-less code."
11661 msgstr ""
11663 #: config/sh/sh.opt:58
11664 #, no-c-format
11665 msgid "Generate default single-precision SH2a-FPU code."
11666 msgstr ""
11668 #: config/sh/sh.opt:62
11669 #, no-c-format
11670 msgid "Generate only single-precision SH2a-FPU code."
11671 msgstr ""
11673 #: config/sh/sh.opt:66
11674 #, no-c-format
11675 msgid "Generate SH2e code."
11676 msgstr ""
11678 #: config/sh/sh.opt:70
11679 #, no-c-format
11680 msgid "Generate SH3 code."
11681 msgstr ""
11683 #: config/sh/sh.opt:74
11684 #, no-c-format
11685 msgid "Generate SH3e code."
11686 msgstr ""
11688 #: config/sh/sh.opt:78
11689 #, no-c-format
11690 msgid "Generate SH4 code."
11691 msgstr ""
11693 #: config/sh/sh.opt:82
11694 #, no-c-format
11695 msgid "Generate SH4-100 code."
11696 msgstr ""
11698 #: config/sh/sh.opt:86
11699 #, no-c-format
11700 msgid "Generate SH4-200 code."
11701 msgstr ""
11703 #: config/sh/sh.opt:92
11704 #, no-c-format
11705 msgid "Generate SH4-300 code."
11706 msgstr ""
11708 #: config/sh/sh.opt:96
11709 #, no-c-format
11710 msgid "Generate SH4 FPU-less code."
11711 msgstr ""
11713 #: config/sh/sh.opt:100
11714 #, no-c-format
11715 msgid "Generate SH4-100 FPU-less code."
11716 msgstr ""
11718 #: config/sh/sh.opt:104
11719 #, no-c-format
11720 msgid "Generate SH4-200 FPU-less code."
11721 msgstr ""
11723 #: config/sh/sh.opt:108
11724 #, no-c-format
11725 msgid "Generate SH4-300 FPU-less code."
11726 msgstr ""
11728 #: config/sh/sh.opt:112
11729 #, no-c-format
11730 msgid "Generate code for SH4 340 series (MMU/FPU-less)."
11731 msgstr ""
11733 #: config/sh/sh.opt:117
11734 #, no-c-format
11735 msgid "Generate code for SH4 400 series (MMU/FPU-less)."
11736 msgstr ""
11738 #: config/sh/sh.opt:122
11739 #, no-c-format
11740 msgid "Generate code for SH4 500 series (FPU-less)."
11741 msgstr ""
11743 #: config/sh/sh.opt:127
11744 #, no-c-format
11745 msgid "Generate default single-precision SH4 code."
11746 msgstr ""
11748 #: config/sh/sh.opt:131
11749 #, no-c-format
11750 msgid "Generate default single-precision SH4-100 code."
11751 msgstr ""
11753 #: config/sh/sh.opt:135
11754 #, no-c-format
11755 msgid "Generate default single-precision SH4-200 code."
11756 msgstr ""
11758 #: config/sh/sh.opt:139
11759 #, no-c-format
11760 msgid "Generate default single-precision SH4-300 code."
11761 msgstr ""
11763 #: config/sh/sh.opt:143
11764 #, no-c-format
11765 msgid "Generate only single-precision SH4 code."
11766 msgstr ""
11768 #: config/sh/sh.opt:147
11769 #, no-c-format
11770 msgid "Generate only single-precision SH4-100 code."
11771 msgstr ""
11773 #: config/sh/sh.opt:151
11774 #, no-c-format
11775 msgid "Generate only single-precision SH4-200 code."
11776 msgstr ""
11778 #: config/sh/sh.opt:155
11779 #, no-c-format
11780 msgid "Generate only single-precision SH4-300 code."
11781 msgstr ""
11783 #: config/sh/sh.opt:159
11784 #, no-c-format
11785 msgid "Generate SH4a code."
11786 msgstr ""
11788 #: config/sh/sh.opt:163
11789 #, no-c-format
11790 msgid "Generate SH4a FPU-less code."
11791 msgstr ""
11793 #: config/sh/sh.opt:167
11794 #, no-c-format
11795 msgid "Generate default single-precision SH4a code."
11796 msgstr ""
11798 #: config/sh/sh.opt:171
11799 #, no-c-format
11800 msgid "Generate only single-precision SH4a code."
11801 msgstr ""
11803 #: config/sh/sh.opt:175
11804 #, no-c-format
11805 msgid "Generate SH4al-dsp code."
11806 msgstr ""
11808 #: config/sh/sh.opt:183
11809 #, no-c-format
11810 msgid "Generate code in big endian mode."
11811 msgstr ""
11813 #: config/sh/sh.opt:187
11814 #, no-c-format
11815 msgid "Generate 32-bit offsets in switch tables."
11816 msgstr ""
11818 #: config/sh/sh.opt:191
11819 #, no-c-format
11820 msgid "Generate bit instructions."
11821 msgstr ""
11823 #: config/sh/sh.opt:199
11824 #, no-c-format
11825 msgid "Assume that zero displacement conditional branches are fast."
11826 msgstr ""
11828 #: config/sh/sh.opt:203
11829 #, no-c-format
11830 msgid "Force the usage of delay slots for conditional branches."
11831 msgstr ""
11833 #: config/sh/sh.opt:207
11834 #, no-c-format
11835 msgid "Align doubles at 64-bit boundaries."
11836 msgstr ""
11838 #: config/sh/sh.opt:211
11839 #, no-c-format
11840 msgid "Division strategy, one of: call-div1, call-fp, call-table."
11841 msgstr ""
11843 #: config/sh/sh.opt:215
11844 #, no-c-format
11845 msgid "Specify name for 32 bit signed division function."
11846 msgstr ""
11848 #: config/sh/sh.opt:219
11849 #, no-c-format
11850 msgid "Generate ELF FDPIC code."
11851 msgstr ""
11853 #: config/sh/sh.opt:223
11854 #, no-c-format
11855 msgid "Enable the use of 64-bit floating point registers in fmov instructions.  See -mdalign if 64-bit alignment is required."
11856 msgstr ""
11858 #: config/sh/sh.opt:231 config/sh/sh.opt:269
11859 #, no-c-format
11860 msgid "Follow Renesas (formerly Hitachi) / SuperH calling conventions."
11861 msgstr ""
11863 #: config/sh/sh.opt:235
11864 #, no-c-format
11865 msgid "Increase the IEEE compliance for floating-point comparisons."
11866 msgstr ""
11868 #: config/sh/sh.opt:239
11869 #, no-c-format
11870 msgid "Inline code to invalidate instruction cache entries after setting up nested function trampolines."
11871 msgstr ""
11873 #: config/sh/sh.opt:243 config/arc/arc.opt:242
11874 #, no-c-format
11875 msgid "Annotate assembler instructions with estimated addresses."
11876 msgstr ""
11878 #: config/sh/sh.opt:247
11879 #, no-c-format
11880 msgid "Generate code in little endian mode."
11881 msgstr ""
11883 #: config/sh/sh.opt:251
11884 #, no-c-format
11885 msgid "Mark MAC register as call-clobbered."
11886 msgstr ""
11888 #: config/sh/sh.opt:257
11889 #, no-c-format
11890 msgid "Make structs a multiple of 4 bytes (warning: ABI altered)."
11891 msgstr ""
11893 #: config/sh/sh.opt:261
11894 #, no-c-format
11895 msgid "Emit function-calls using global offset table when generating PIC."
11896 msgstr ""
11898 #: config/sh/sh.opt:265
11899 #, no-c-format
11900 msgid "Shorten address references during linking."
11901 msgstr ""
11903 #: config/sh/sh.opt:273
11904 #, no-c-format
11905 msgid "Specify the model for atomic operations."
11906 msgstr ""
11908 #: config/sh/sh.opt:277
11909 #, no-c-format
11910 msgid "Use tas.b instruction for __atomic_test_and_set."
11911 msgstr ""
11913 #: config/sh/sh.opt:281
11914 #, no-c-format
11915 msgid "Cost to assume for a multiply insn."
11916 msgstr ""
11918 #: config/sh/sh.opt:285
11919 #, no-c-format
11920 msgid "Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code would not work in user mode."
11921 msgstr ""
11923 #: config/sh/sh.opt:291
11924 #, no-c-format
11925 msgid "Pretend a branch-around-a-move is a conditional move."
11926 msgstr ""
11928 #: config/sh/sh.opt:295
11929 #, no-c-format
11930 msgid "Enable the use of the fsca instruction."
11931 msgstr ""
11933 #: config/sh/sh.opt:299
11934 #, no-c-format
11935 msgid "Enable the use of the fsrra instruction."
11936 msgstr ""
11938 #: config/gcn/gcn.opt:26
11939 #, no-c-format
11940 msgid "GCN GPU type to use:"
11941 msgstr ""
11943 #: config/gcn/gcn.opt:45 config/gcn/gcn.opt:49
11944 #, no-c-format
11945 msgid "Specify the name of the target GPU."
11946 msgstr ""
11948 #: config/gcn/gcn.opt:53
11949 #, no-c-format
11950 msgid "Generate code for a 32-bit ABI."
11951 msgstr ""
11953 #: config/gcn/gcn.opt:57
11954 #, no-c-format
11955 msgid "Generate code for a 64-bit ABI."
11956 msgstr ""
11958 #: config/gcn/gcn.opt:61
11959 #, no-c-format
11960 msgid "Enable OpenMP GPU offloading."
11961 msgstr ""
11963 #: config/gcn/gcn.opt:72
11964 #, no-c-format
11965 msgid "Obsolete; use GCN_STACK_SIZE at runtime."
11966 msgstr ""
11968 #: config/gcn/gcn.opt:78
11969 #, no-c-format
11970 msgid "Amount of local data-share (LDS) memory to reserve for gang-private variables."
11971 msgstr ""
11973 #: config/gcn/gcn.opt:82
11974 #, no-c-format
11975 msgid "Warn about invalid OpenACC dimensions."
11976 msgstr ""
11978 #: config/gcn/gcn.opt:86
11979 #, no-c-format
11980 msgid "Compile for devices requiring XNACK enabled. Default off."
11981 msgstr ""
11983 #: config/gcn/gcn.opt:90
11984 #, no-c-format
11985 msgid "SRAM-ECC modes:"
11986 msgstr ""
11988 #: config/gcn/gcn.opt:103
11989 #, no-c-format
11990 msgid "Compile for devices with the SRAM ECC feature enabled, or not. Default \"any\"."
11991 msgstr ""
11993 #: config/fr30/fr30.opt:23
11994 #, no-c-format
11995 msgid "Assume small address space."
11996 msgstr ""
11998 #: config/bpf/bpf.opt:28
11999 #, no-c-format
12000 msgid "Generate eBPF for the given Linux kernel version."
12001 msgstr ""
12003 #: config/bpf/bpf.opt:115
12004 #, no-c-format
12005 msgid "Generate xBPF."
12006 msgstr ""
12008 #: config/bpf/bpf.opt:121
12009 #, no-c-format
12010 msgid "Generate big-endian eBPF."
12011 msgstr ""
12013 #: config/bpf/bpf.opt:125
12014 #, no-c-format
12015 msgid "Generate little-endian eBPF."
12016 msgstr ""
12018 #: config/bpf/bpf.opt:129
12019 #, no-c-format
12020 msgid "Set a hard limit for the size of each stack frame, in bytes."
12021 msgstr ""
12023 #: config/bpf/bpf.opt:133
12024 #, no-c-format
12025 msgid "Generate all necessary information for BPF Compile Once - Run Everywhere."
12026 msgstr ""
12028 #: config/bpf/bpf.opt:139
12029 #, no-c-format
12030 msgid "Enable extra conditional-branch instructions j(s)lt and j(s)le."
12031 msgstr ""
12033 #: config/bpf/bpf.opt:143
12034 #, no-c-format
12035 msgid "Enable 32-bit ALU instructions."
12036 msgstr ""
12038 #: config/bpf/bpf.opt:147
12039 #, no-c-format
12040 msgid "Enable 32-bit jump instructions."
12041 msgstr ""
12043 #: config/mips/mips.opt:32
12044 #, no-c-format
12045 msgid "-mabi=ABI\tGenerate code that conforms to the given ABI."
12046 msgstr ""
12048 #: config/mips/mips.opt:36
12049 #, no-c-format
12050 msgid "Known MIPS ABIs (for use with the -mabi= option):"
12051 msgstr ""
12053 #: config/mips/mips.opt:55
12054 #, no-c-format
12055 msgid "Generate code that can be used in SVR4-style dynamic objects."
12056 msgstr ""
12058 #: config/mips/mips.opt:59
12059 #, no-c-format
12060 msgid "Use PMC-style 'mad' instructions."
12061 msgstr ""
12063 #: config/mips/mips.opt:63
12064 #, no-c-format
12065 msgid "Use integer madd/msub instructions."
12066 msgstr ""
12068 #: config/mips/mips.opt:67
12069 #, no-c-format
12070 msgid "-march=ISA\tGenerate code for the given ISA."
12071 msgstr ""
12073 #: config/mips/mips.opt:75
12074 #, no-c-format
12075 msgid "Use Branch Likely instructions, overriding the architecture default."
12076 msgstr ""
12078 #: config/mips/mips.opt:79
12079 #, no-c-format
12080 msgid "Switch on/off MIPS16 ASE on alternating functions for compiler testing."
12081 msgstr ""
12083 #: config/mips/mips.opt:87
12084 #, no-c-format
12085 msgid "-mcode-readable=SETTING\tSpecify when instructions are allowed to access code."
12086 msgstr ""
12088 #: config/mips/mips.opt:91
12089 #, no-c-format
12090 msgid "Valid arguments to -mcode-readable=:"
12091 msgstr ""
12093 #: config/mips/mips.opt:104
12094 #, no-c-format
12095 msgid "Use branch-and-break sequences to check for integer divide by zero."
12096 msgstr ""
12098 #: config/mips/mips.opt:108
12099 #, no-c-format
12100 msgid "Use trap instructions to check for integer divide by zero."
12101 msgstr ""
12103 #: config/mips/mips.opt:112
12104 #, no-c-format
12105 msgid "Allow the use of MDMX instructions."
12106 msgstr ""
12108 #: config/mips/mips.opt:120
12109 #, no-c-format
12110 msgid "Use MIPS-DSP instructions."
12111 msgstr ""
12113 #: config/mips/mips.opt:124
12114 #, no-c-format
12115 msgid "Use MIPS-DSP REV 2 instructions."
12116 msgstr ""
12118 #: config/mips/mips.opt:146
12119 #, no-c-format
12120 msgid "Use Enhanced Virtual Addressing instructions."
12121 msgstr ""
12123 #: config/mips/mips.opt:150
12124 #, no-c-format
12125 msgid "Use NewABI-style %reloc() assembly operators."
12126 msgstr ""
12128 #: config/mips/mips.opt:154
12129 #, no-c-format
12130 msgid "Use -G for data that is not defined by the current object."
12131 msgstr ""
12133 #: config/mips/mips.opt:158
12134 #, no-c-format
12135 msgid "Work around certain 24K errata."
12136 msgstr ""
12138 #: config/mips/mips.opt:162
12139 #, no-c-format
12140 msgid "Work around certain R4000 errata."
12141 msgstr ""
12143 #: config/mips/mips.opt:166
12144 #, no-c-format
12145 msgid "Work around certain R4400 errata."
12146 msgstr ""
12148 #: config/mips/mips.opt:170
12149 #, no-c-format
12150 msgid "Work around the R5900 short loop erratum."
12151 msgstr ""
12153 #: config/mips/mips.opt:174
12154 #, no-c-format
12155 msgid "Work around certain RM7000 errata."
12156 msgstr ""
12158 #: config/mips/mips.opt:178
12159 #, no-c-format
12160 msgid "Work around certain R10000 errata."
12161 msgstr ""
12163 #: config/mips/mips.opt:182
12164 #, no-c-format
12165 msgid "Work around errata for early SB-1 revision 2 cores."
12166 msgstr ""
12168 #: config/mips/mips.opt:186
12169 #, no-c-format
12170 msgid "Work around certain VR4120 errata."
12171 msgstr ""
12173 #: config/mips/mips.opt:190
12174 #, no-c-format
12175 msgid "Work around VR4130 mflo/mfhi errata."
12176 msgstr ""
12178 #: config/mips/mips.opt:194
12179 #, no-c-format
12180 msgid "Work around an early 4300 hardware bug."
12181 msgstr ""
12183 #: config/mips/mips.opt:198
12184 #, no-c-format
12185 msgid "FP exceptions are enabled."
12186 msgstr "Omogućene su iznimke s pomičnim zarezom (floating point)"
12188 #: config/mips/mips.opt:202
12189 #, no-c-format
12190 msgid "Use 32-bit floating-point registers."
12191 msgstr ""
12193 #: config/mips/mips.opt:206
12194 #, no-c-format
12195 msgid "Conform to the o32 FPXX ABI."
12196 msgstr ""
12198 #: config/mips/mips.opt:210
12199 #, no-c-format
12200 msgid "Use 64-bit floating-point registers."
12201 msgstr ""
12203 #: config/mips/mips.opt:214
12204 #, no-c-format
12205 msgid "-mflush-func=FUNC\tUse FUNC to flush the cache before calling stack trampolines."
12206 msgstr ""
12208 #: config/mips/mips.opt:218
12209 #, no-c-format
12210 msgid "-mabs=MODE\tSelect the IEEE 754 ABS/NEG instruction execution mode."
12211 msgstr ""
12213 #: config/mips/mips.opt:222
12214 #, no-c-format
12215 msgid "-mnan=ENCODING\tSelect the IEEE 754 NaN data encoding."
12216 msgstr ""
12218 #: config/mips/mips.opt:226
12219 #, no-c-format
12220 msgid "Known MIPS IEEE 754 settings (for use with the -mabs= and -mnan= options):"
12221 msgstr ""
12223 #: config/mips/mips.opt:236
12224 #, no-c-format
12225 msgid "Use 32-bit general registers."
12226 msgstr ""
12228 #: config/mips/mips.opt:240
12229 #, no-c-format
12230 msgid "Use 64-bit general registers."
12231 msgstr ""
12233 #: config/mips/mips.opt:244
12234 #, no-c-format
12235 msgid "Use GP-relative addressing to access small data."
12236 msgstr ""
12238 #: config/mips/mips.opt:248
12239 #, no-c-format
12240 msgid "When generating -mabicalls code, allow executables to use PLTs and copy relocations."
12241 msgstr ""
12243 #: config/mips/mips.opt:252
12244 #, no-c-format
12245 msgid "Allow the use of hardware floating-point ABI and instructions."
12246 msgstr ""
12248 #: config/mips/mips.opt:256
12249 #, no-c-format
12250 msgid "Generate code that is link-compatible with MIPS16 and microMIPS code."
12251 msgstr ""
12253 #: config/mips/mips.opt:260
12254 #, no-c-format
12255 msgid "An alias for minterlink-compressed provided for backward-compatibility."
12256 msgstr ""
12258 #: config/mips/mips.opt:264
12259 #, no-c-format
12260 msgid "-mipsN\tGenerate code for ISA level N."
12261 msgstr ""
12263 #: config/mips/mips.opt:268
12264 #, no-c-format
12265 msgid "Generate MIPS16 code."
12266 msgstr ""
12268 #: config/mips/mips.opt:272
12269 #, no-c-format
12270 msgid "Use MIPS-3D instructions."
12271 msgstr ""
12273 #: config/mips/mips.opt:276
12274 #, no-c-format
12275 msgid "Use ll, sc and sync instructions."
12276 msgstr ""
12278 #: config/mips/mips.opt:280
12279 #, no-c-format
12280 msgid "Use -G for object-local data."
12281 msgstr ""
12283 #: config/mips/mips.opt:284
12284 #, no-c-format
12285 msgid "Use indirect calls."
12286 msgstr ""
12288 #: config/mips/mips.opt:288
12289 #, no-c-format
12290 msgid "Use a 32-bit long type."
12291 msgstr ""
12293 #: config/mips/mips.opt:292
12294 #, no-c-format
12295 msgid "Use a 64-bit long type."
12296 msgstr ""
12298 #: config/mips/mips.opt:296
12299 #, no-c-format
12300 msgid "Pass the address of the ra save location to _mcount in $12."
12301 msgstr ""
12303 #: config/mips/mips.opt:300
12304 #, no-c-format
12305 msgid "Don't optimize block moves."
12306 msgstr ""
12308 #: config/mips/mips.opt:304
12309 #, no-c-format
12310 msgid "Use microMIPS instructions."
12311 msgstr ""
12313 #: config/mips/mips.opt:308
12314 #, no-c-format
12315 msgid "Use MIPS MSA Extension instructions."
12316 msgstr ""
12318 #: config/mips/mips.opt:312
12319 #, no-c-format
12320 msgid "Allow the use of MT instructions."
12321 msgstr ""
12323 #: config/mips/mips.opt:316
12324 #, no-c-format
12325 msgid "Prevent the use of all floating-point operations."
12326 msgstr ""
12328 #: config/mips/mips.opt:320
12329 #, no-c-format
12330 msgid "Use MCU instructions."
12331 msgstr ""
12333 #: config/mips/mips.opt:324
12334 #, no-c-format
12335 msgid "Do not use a cache-flushing function before calling stack trampolines."
12336 msgstr ""
12338 #: config/mips/mips.opt:328
12339 #, no-c-format
12340 msgid "Do not use MDMX instructions."
12341 msgstr ""
12343 #: config/mips/mips.opt:332
12344 #, no-c-format
12345 msgid "Generate normal-mode code."
12346 msgstr ""
12348 #: config/mips/mips.opt:336
12349 #, no-c-format
12350 msgid "Do not use MIPS-3D instructions."
12351 msgstr ""
12353 #: config/mips/mips.opt:340
12354 #, no-c-format
12355 msgid "Use paired-single floating-point instructions."
12356 msgstr ""
12358 #: config/mips/mips.opt:344
12359 #, no-c-format
12360 msgid "-mr10k-cache-barrier=SETTING\tSpecify when r10k cache barriers should be inserted."
12361 msgstr ""
12363 #: config/mips/mips.opt:348
12364 #, no-c-format
12365 msgid "Valid arguments to -mr10k-cache-barrier=:"
12366 msgstr ""
12368 #: config/mips/mips.opt:361
12369 #, no-c-format
12370 msgid "Try to allow the linker to turn PIC calls into direct calls."
12371 msgstr ""
12373 #: config/mips/mips.opt:365
12374 #, no-c-format
12375 msgid "When generating -mabicalls code, make the code suitable for use in shared libraries."
12376 msgstr ""
12378 #: config/mips/mips.opt:373
12379 #, no-c-format
12380 msgid "Use SmartMIPS instructions."
12381 msgstr ""
12383 #: config/mips/mips.opt:381
12384 #, no-c-format
12385 msgid "Optimize lui/addiu address loads."
12386 msgstr ""
12388 #: config/mips/mips.opt:385
12389 #, no-c-format
12390 msgid "Assume all symbols have 32-bit values."
12391 msgstr ""
12393 #: config/mips/mips.opt:389
12394 #, no-c-format
12395 msgid "Use synci instruction to invalidate i-cache."
12396 msgstr ""
12398 #: config/mips/mips.opt:397
12399 #, no-c-format
12400 msgid "Use lwxc1/swxc1/ldxc1/sdxc1 instructions where applicable."
12401 msgstr ""
12403 #: config/mips/mips.opt:401
12404 #, no-c-format
12405 msgid "Use 4-operand madd.s/madd.d and related instructions where applicable."
12406 msgstr ""
12408 #: config/mips/mips.opt:409
12409 #, no-c-format
12410 msgid "Generate code with unaligned load store, valid for MIPS R6."
12411 msgstr ""
12413 #: config/mips/mips.opt:417
12414 #, no-c-format
12415 msgid "Use Virtualization (VZ) instructions."
12416 msgstr ""
12418 #: config/mips/mips.opt:421
12419 #, no-c-format
12420 msgid "Use eXtended Physical Address (XPA) instructions."
12421 msgstr ""
12423 #: config/mips/mips.opt:425
12424 #, no-c-format
12425 msgid "Use Cyclic Redundancy Check (CRC) instructions."
12426 msgstr ""
12428 #: config/mips/mips.opt:429
12429 #, no-c-format
12430 msgid "Use Global INValidate (GINV) instructions."
12431 msgstr ""
12433 #: config/mips/mips.opt:433
12434 #, no-c-format
12435 msgid "Perform VR4130-specific alignment optimizations."
12436 msgstr ""
12438 #: config/mips/mips.opt:437
12439 #, no-c-format
12440 msgid "Lift restrictions on GOT size."
12441 msgstr ""
12443 #: config/mips/mips.opt:441
12444 #, no-c-format
12445 msgid "Enable use of odd-numbered single-precision registers."
12446 msgstr ""
12448 #: config/mips/mips.opt:445
12449 #, no-c-format
12450 msgid "Optimize frame header."
12451 msgstr ""
12453 #: config/mips/mips.opt:452
12454 #, no-c-format
12455 msgid "Enable load/store bonding."
12456 msgstr ""
12458 #: config/mips/mips.opt:456
12459 #, no-c-format
12460 msgid "Specify the compact branch usage policy."
12461 msgstr ""
12463 #: config/mips/mips.opt:460
12464 #, no-c-format
12465 msgid "Policies available for use with -mcompact-branches=:"
12466 msgstr ""
12468 #: config/mips/mips.opt:473
12469 #, no-c-format
12470 msgid "Use Loongson MultiMedia extensions Instructions (MMI) instructions."
12471 msgstr ""
12473 #: config/mips/mips.opt:477
12474 #, no-c-format
12475 msgid "Use Loongson EXTension (EXT) instructions."
12476 msgstr ""
12478 #: config/mips/mips.opt:481
12479 #, no-c-format
12480 msgid "Use Loongson EXTension R2 (EXT2) instructions."
12481 msgstr ""
12483 #: config/mips/mips-tables.opt:24
12484 #, no-c-format
12485 msgid "Known MIPS CPUs (for use with the -march= and -mtune= options):"
12486 msgstr ""
12488 #: config/mips/mips-tables.opt:28
12489 #, no-c-format
12490 msgid "Known MIPS ISA levels (for use with the -mips option):"
12491 msgstr ""
12493 #: config/arc/arc-tables.opt:25
12494 #, no-c-format
12495 msgid "Known ARC CPUs (for use with the -mcpu= option):"
12496 msgstr ""
12498 #: config/arc/arc.opt:26
12499 #, no-c-format
12500 msgid "Compile code for big endian mode."
12501 msgstr ""
12503 #: config/arc/arc.opt:30
12504 #, no-c-format
12505 msgid "Compile code for little endian mode.  This is the default."
12506 msgstr ""
12508 #: config/arc/arc.opt:34
12509 #, no-c-format
12510 msgid "Disable ARCompact specific pass to generate conditional execution instructions."
12511 msgstr ""
12513 #: config/arc/arc.opt:38
12514 #, no-c-format
12515 msgid "Generate ARCompact 32-bit code for ARC600 processor."
12516 msgstr ""
12518 #: config/arc/arc.opt:42
12519 #, no-c-format
12520 msgid "Same as -mA6."
12521 msgstr "Isto kao -mA6."
12523 #: config/arc/arc.opt:46
12524 #, no-c-format
12525 msgid "Generate ARCompact 32-bit code for ARC601 processor."
12526 msgstr ""
12528 #: config/arc/arc.opt:50
12529 #, no-c-format
12530 msgid "Generate ARCompact 32-bit code for ARC700 processor."
12531 msgstr ""
12533 #: config/arc/arc.opt:54
12534 #, no-c-format
12535 msgid "Same as -mA7."
12536 msgstr "Isto kao -mA7."
12538 #: config/arc/arc.opt:58
12539 #, no-c-format
12540 msgid "Force all calls to be made via a jli instruction."
12541 msgstr ""
12543 #: config/arc/arc.opt:62
12544 #, no-c-format
12545 msgid "-mmpy-option=MPY\tCompile ARCv2 code with a multiplier design option."
12546 msgstr ""
12548 #: config/arc/arc.opt:132
12549 #, no-c-format
12550 msgid "Enable DIV-REM instructions for ARCv2."
12551 msgstr ""
12553 #: config/arc/arc.opt:136
12554 #, no-c-format
12555 msgid "Enable code density instructions for ARCv2."
12556 msgstr ""
12558 #: config/arc/arc.opt:146
12559 #, no-c-format
12560 msgid "Use ordinarily cached memory accesses for volatile references."
12561 msgstr ""
12563 #: config/arc/arc.opt:150
12564 #, no-c-format
12565 msgid "Enable cache bypass for volatile references."
12566 msgstr ""
12568 #: config/arc/arc.opt:154
12569 #, no-c-format
12570 msgid "Generate instructions supported by barrel shifter."
12571 msgstr ""
12573 #: config/arc/arc.opt:158
12574 #, no-c-format
12575 msgid "Generate norm instruction."
12576 msgstr ""
12578 #: config/arc/arc.opt:162
12579 #, no-c-format
12580 msgid "Generate swap instruction."
12581 msgstr ""
12583 #: config/arc/arc.opt:166
12584 #, no-c-format
12585 msgid "Generate mul64 and mulu64 instructions."
12586 msgstr ""
12588 #: config/arc/arc.opt:170
12589 #, no-c-format
12590 msgid "Do not generate mpy instructions for ARC700."
12591 msgstr ""
12593 #: config/arc/arc.opt:174
12594 #, no-c-format
12595 msgid "Generate extended arithmetic instructions, only valid for ARC700."
12596 msgstr ""
12598 #: config/arc/arc.opt:178
12599 #, no-c-format
12600 msgid "Dummy flag. This is the default unless FPX switches are provided explicitly."
12601 msgstr ""
12603 #: config/arc/arc.opt:182
12604 #, no-c-format
12605 msgid "Generate call insns as register indirect calls."
12606 msgstr ""
12608 #: config/arc/arc.opt:186
12609 #, no-c-format
12610 msgid "Do no generate BRcc instructions in arc_reorg."
12611 msgstr ""
12613 #: config/arc/arc.opt:190
12614 #, no-c-format
12615 msgid "Generate sdata references.  This is the default, unless you compile for PIC."
12616 msgstr ""
12618 #: config/arc/arc.opt:194
12619 #, no-c-format
12620 msgid "Generate millicode thunks."
12621 msgstr ""
12623 #: config/arc/arc.opt:198 config/arc/arc.opt:202
12624 #, no-c-format
12625 msgid "FPX: Generate Single Precision FPX (compact) instructions."
12626 msgstr ""
12628 #: config/arc/arc.opt:206
12629 #, no-c-format
12630 msgid "FPX: Generate Single Precision FPX (fast) instructions."
12631 msgstr ""
12633 #: config/arc/arc.opt:210
12634 #, no-c-format
12635 msgid "FPX: Enable Argonaut ARC CPU Double Precision Floating Point extensions."
12636 msgstr ""
12638 #: config/arc/arc.opt:214 config/arc/arc.opt:218
12639 #, no-c-format
12640 msgid "FPX: Generate Double Precision FPX (compact) instructions."
12641 msgstr ""
12643 #: config/arc/arc.opt:222
12644 #, no-c-format
12645 msgid "FPX: Generate Double Precision FPX (fast) instructions."
12646 msgstr ""
12648 #: config/arc/arc.opt:226
12649 #, no-c-format
12650 msgid "Disable LR and SR instructions from using FPX extension aux registers."
12651 msgstr ""
12653 #: config/arc/arc.opt:230
12654 #, no-c-format
12655 msgid "Enable generation of ARC SIMD instructions via target-specific builtins."
12656 msgstr ""
12658 #: config/arc/arc.opt:234
12659 #, no-c-format
12660 msgid "-mcpu=CPU\tCompile code for ARC variant CPU."
12661 msgstr ""
12663 #: config/arc/arc.opt:238
12664 #, no-c-format
12665 msgid "Size optimization level: 0:none 1:opportunistic 2: regalloc 3:drop align, -Os."
12666 msgstr ""
12668 #: config/arc/arc.opt:246
12669 #, no-c-format
12670 msgid "Cost to assume for a multiply instruction, with 4 being equal to a normal insn."
12671 msgstr ""
12673 #: config/arc/arc.opt:250
12674 #, no-c-format
12675 msgid "-mtune=TUNE\tTune code for given ARC variant."
12676 msgstr ""
12678 #: config/arc/arc.opt:284
12679 #, no-c-format
12680 msgid "Enable the use of indexed loads."
12681 msgstr ""
12683 #: config/arc/arc.opt:288
12684 #, no-c-format
12685 msgid "Enable the use of pre/post modify with register displacement."
12686 msgstr ""
12688 #: config/arc/arc.opt:292
12689 #, no-c-format
12690 msgid "Generate 32x16 multiply and mac instructions."
12691 msgstr ""
12693 #: config/arc/arc.opt:300
12694 #, no-c-format
12695 msgid "Don't use less than 25 bit addressing range for calls."
12696 msgstr ""
12698 #: config/arc/arc.opt:304
12699 #, no-c-format
12700 msgid "Explain what alignment considerations lead to the decision to make an insn short or long."
12701 msgstr ""
12703 #: config/arc/arc.opt:322
12704 #, no-c-format
12705 msgid "Enable pre-reload use of cbranchsi pattern."
12706 msgstr ""
12708 #: config/arc/arc.opt:326
12709 #, no-c-format
12710 msgid "Enable bbit peephole2."
12711 msgstr ""
12713 #: config/arc/arc.opt:330
12714 #, no-c-format
12715 msgid "Use pc-relative switch case tables - this enables case table shortening."
12716 msgstr ""
12718 #: config/arc/arc.opt:334
12719 #, no-c-format
12720 msgid "Enable compact casesi pattern."
12721 msgstr ""
12723 #: config/arc/arc.opt:338
12724 #, no-c-format
12725 msgid "Enable 'q' instruction alternatives."
12726 msgstr ""
12728 #: config/arc/arc.opt:342
12729 #, no-c-format
12730 msgid "Expand adddi3 and subdi3 at rtl generation time into add.f / adc etc."
12731 msgstr ""
12733 #: config/arc/arc.opt:349
12734 #, no-c-format
12735 msgid "Enable variable polynomial CRC extension."
12736 msgstr ""
12738 #: config/arc/arc.opt:353
12739 #, no-c-format
12740 msgid "Enable DSP 3.1 Pack A extensions."
12741 msgstr ""
12743 #: config/arc/arc.opt:357
12744 #, no-c-format
12745 msgid "Enable dual viterbi butterfly extension."
12746 msgstr ""
12748 #: config/arc/arc.opt:367
12749 #, no-c-format
12750 msgid "Enable Dual and Single Operand Instructions for Telephony."
12751 msgstr ""
12753 #: config/arc/arc.opt:371
12754 #, no-c-format
12755 msgid "Enable XY Memory extension (DSP version 3)."
12756 msgstr ""
12758 #: config/arc/arc.opt:376
12759 #, no-c-format
12760 msgid "Enable Locked Load/Store Conditional extension."
12761 msgstr ""
12763 #: config/arc/arc.opt:380
12764 #, no-c-format
12765 msgid "Enable swap byte ordering extension instruction."
12766 msgstr ""
12768 #: config/arc/arc.opt:384
12769 #, no-c-format
12770 msgid "Enable 64-bit Time-Stamp Counter extension instruction."
12771 msgstr ""
12773 #: config/arc/arc.opt:388
12774 #, no-c-format
12775 msgid "Pass -EB option through to linker."
12776 msgstr ""
12778 #: config/arc/arc.opt:392
12779 #, no-c-format
12780 msgid "Pass -EL option through to linker."
12781 msgstr ""
12783 #: config/arc/arc.opt:396
12784 #, no-c-format
12785 msgid "Pass -marclinux option through to linker."
12786 msgstr ""
12788 #: config/arc/arc.opt:400
12789 #, no-c-format
12790 msgid "Pass -marclinux_prof option through to linker."
12791 msgstr ""
12793 #: config/arc/arc.opt:409
12794 #, no-c-format
12795 msgid "Don't indicate any priority with TARGET_REGISTER_PRIORITY."
12796 msgstr ""
12798 #: config/arc/arc.opt:413
12799 #, no-c-format
12800 msgid "Indicate priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
12801 msgstr ""
12803 #: config/arc/arc.opt:417
12804 #, no-c-format
12805 msgid "Reduce priority for r0..r3 / r12..r15 with TARGET_REGISTER_PRIORITY."
12806 msgstr ""
12808 #: config/arc/arc.opt:429
12809 #, no-c-format
12810 msgid "Enable atomic instructions."
12811 msgstr ""
12813 #: config/arc/arc.opt:433
12814 #, no-c-format
12815 msgid "Enable double load/store instructions for ARC HS."
12816 msgstr ""
12818 #: config/arc/arc.opt:437
12819 #, no-c-format
12820 msgid "Specify the name of the target floating point configuration."
12821 msgstr ""
12823 #: config/arc/arc.opt:480
12824 #, no-c-format
12825 msgid "Specify thread pointer register number."
12826 msgstr ""
12828 #: config/arc/arc.opt:487
12829 #, no-c-format
12830 msgid "Enable use of NPS400 bit operations."
12831 msgstr ""
12833 #: config/arc/arc.opt:491
12834 #, no-c-format
12835 msgid "Enable use of NPS400 xld/xst extension."
12836 msgstr ""
12838 #: config/arc/arc.opt:499
12839 #, no-c-format
12840 msgid "Specifies the registers that the processor saves on an interrupt entry and exit."
12841 msgstr ""
12843 #: config/arc/arc.opt:503
12844 #, no-c-format
12845 msgid "Specifies the number of registers replicated in second register bank on entry to fast interrupt."
12846 msgstr ""
12848 #: config/arc/arc.opt:507
12849 #, no-c-format
12850 msgid "Sets LP_COUNT register width.  Possible values are 8, 16, 20, 24, 28, and 32."
12851 msgstr ""
12853 #: config/arc/arc.opt:532
12854 #, no-c-format
12855 msgid "Enable 16-entry register file."
12856 msgstr ""
12858 #: config/arc/arc.opt:536
12859 #, no-c-format
12860 msgid "Enable use of BI/BIH instructions when available."
12861 msgstr ""
12863 #: config/arc/arc.opt:540
12864 #, no-c-format
12865 msgid "Enable ENTER_S and LEAVE_S opcodes for ARCv2."
12866 msgstr ""
12868 #: lto/lang.opt:50
12869 #, no-c-format
12870 msgid "Set linker output type (used internally during LTO optimization)."
12871 msgstr ""
12873 #: lto/lang.opt:54
12874 #, no-c-format
12875 msgid "Run the link-time optimizer in local transformation (LTRANS) mode."
12876 msgstr ""
12878 #: lto/lang.opt:58
12879 #, no-c-format
12880 msgid "Specify a file to which a list of files output by LTRANS is written."
12881 msgstr ""
12883 #: lto/lang.opt:62
12884 #, no-c-format
12885 msgid "The resolution file."
12886 msgstr ""
12888 #: lto/lang.opt:66
12889 #, no-c-format
12890 msgid "Run the link-time optimizer in whole program analysis (WPA) mode."
12891 msgstr ""
12893 #: lto/lang.opt:70
12894 #, no-c-format
12895 msgid "Whole program analysis (WPA) mode with number of parallel jobs specified."
12896 msgstr ""
12898 #: lto/lang.opt:78
12899 #, no-c-format
12900 msgid "Call the dump function for variables and function in IL."
12901 msgstr ""
12903 #: lto/lang.opt:82
12904 #, no-c-format
12905 msgid "Dump the demangled output."
12906 msgstr ""
12908 #: lto/lang.opt:86
12909 #, no-c-format
12910 msgid "Dump only the defined symbols."
12911 msgstr ""
12913 #: lto/lang.opt:90
12914 #, no-c-format
12915 msgid "Print the initial values of the variables."
12916 msgstr ""
12918 #: lto/lang.opt:94
12919 #, no-c-format
12920 msgid "Sort the symbols alphabetically."
12921 msgstr ""
12923 #: lto/lang.opt:98
12924 #, no-c-format
12925 msgid "Sort the symbols according to size."
12926 msgstr ""
12928 #: lto/lang.opt:102
12929 #, no-c-format
12930 msgid "Display the symbols in reverse order."
12931 msgstr ""
12933 #: lto/lang.opt:109
12934 #, no-c-format
12935 msgid "Dump the details of LTO objects."
12936 msgstr ""
12938 #: lto/lang.opt:113
12939 #, no-c-format
12940 msgid "Dump the statistics of tree types."
12941 msgstr ""
12943 #: lto/lang.opt:117
12944 #, no-c-format
12945 msgid "Dump the statistics of trees."
12946 msgstr ""
12948 #: lto/lang.opt:121
12949 #, no-c-format
12950 msgid "Dump the statistics of gimple statements."
12951 msgstr ""
12953 #: lto/lang.opt:131
12954 #, no-c-format
12955 msgid "Dump the dump tool command line options."
12956 msgstr ""
12958 #: lto/lang.opt:135
12959 #, no-c-format
12960 msgid "Dump the symtab callgraph."
12961 msgstr ""
12963 #: common.opt:243
12964 #, no-c-format
12965 msgid "Provide bash completion for options starting with provided string."
12966 msgstr ""
12968 #: common.opt:295
12969 #, no-c-format
12970 msgid "Display this information."
12971 msgstr "Pokaže ove informacije."
12973 #: common.opt:299
12974 #, no-c-format
12975 msgid "--help=<class>\tDisplay descriptions of a specific class of options.  <class> is one or more of optimizers, target, warnings, undocumented, params."
12976 msgstr "--help=<class>\tPokaže opise specifične klase opcija. <class> je jedan ili više elemenata iz optimizers, target, warnings, undocumented, params."
12978 #: common.opt:420
12979 #, no-c-format
12980 msgid "Display target specific command line options (including assembler and linker options)."
12981 msgstr ""
12983 #: common.opt:466
12984 #, no-c-format
12985 msgid "-O<number>\tSet optimization level to <number>."
12986 msgstr ""
12988 #: common.opt:470
12989 #, no-c-format
12990 msgid "Optimize for space rather than speed."
12991 msgstr ""
12993 #: common.opt:474
12994 #, no-c-format
12995 msgid "Optimize for speed disregarding exact standards compliance."
12996 msgstr "Optimizira za brzinu zanemarujući točnu usklađenost sa standardima."
12998 #: common.opt:478
12999 #, no-c-format
13000 msgid "Optimize for debugging experience rather than speed or size."
13001 msgstr ""
13003 #: common.opt:482
13004 #, no-c-format
13005 msgid "Optimize for space aggressively rather than speed."
13006 msgstr ""
13008 #: common.opt:522
13009 #, no-c-format
13010 msgid "This switch is deprecated; use -Wextra instead."
13011 msgstr "taj šalter je zastario; koristite -Wextra"
13013 #: common.opt:535
13014 #, no-c-format
13015 msgid "Warn about returning structures, unions or arrays."
13016 msgstr "Upozori na vraćene strukture, unija ili polja."
13018 #: common.opt:539
13019 #, no-c-format
13020 msgid "Warn if a loop with constant number of iterations triggers undefined behavior."
13021 msgstr ""
13023 #: common.opt:546
13024 #, no-c-format
13025 msgid "Warn if an array is accessed out of bounds."
13026 msgstr "Upozori ako je polje dohvaćeno izvan granica."
13028 #: common.opt:550 common.opt:554
13029 #, no-c-format
13030 msgid "Warn for uses of pointers to deallocated storage."
13031 msgstr ""
13033 #: common.opt:558
13034 #, no-c-format
13035 msgid "Warn about inappropriate attribute usage."
13036 msgstr "Upozori na neprikladnu upotrebu atributa."
13038 #: common.opt:562
13039 #, no-c-format
13040 msgid "Do not warn about specified attributes."
13041 msgstr ""
13043 #: common.opt:566 common.opt:570
13044 #, no-c-format
13045 msgid "Warn about type safety and similar errors and mismatches in declarations with alias attributes."
13046 msgstr "Upozori na tip sigurnosti i slične pogreške i nepodudarnosti u deklaracijama s atributima aliasa."
13048 #: common.opt:574
13049 #, no-c-format
13050 msgid "Warn when profiling instrumentation was requested, but could not be applied to a certain function."
13051 msgstr "Upozori kada je zatražena instrumentacija za profiliranje, ali se nije mogla primijeniti na određenu funkciju."
13053 #: common.opt:579 common.opt:583
13054 #, no-c-format
13055 msgid "Warn about pointer casts which increase alignment."
13056 msgstr "Upozori kada transformacije pokazivača (pointer casts) povećavaju poravnanje."
13058 #: common.opt:587
13059 #, no-c-format
13060 msgid "Complain when a command-line option is valid, but not applicable to the current front end."
13061 msgstr ""
13063 #: common.opt:591
13064 #, no-c-format
13065 msgid "Warn when a #warning directive is encountered."
13066 msgstr ""
13068 #: common.opt:595
13069 #, no-c-format
13070 msgid "Warn about uses of __attribute__((warning)) declarations."
13071 msgstr "Upozori na upotrebu deklaracija __attribute__((warning))."
13073 #: common.opt:599
13074 #, no-c-format
13075 msgid "Warn if a deprecated compiler feature, class, method, or field is used."
13076 msgstr ""
13078 #: common.opt:603
13079 #, no-c-format
13080 msgid "Warn about uses of __attribute__((deprecated)) declarations."
13081 msgstr "Upozori na upotrebu deklaracija __attribute__((deprecated))."
13083 #: common.opt:607
13084 #, no-c-format
13085 msgid "Warn when an optimization pass is disabled."
13086 msgstr ""
13088 #: common.opt:611
13089 #, no-c-format
13090 msgid "Treat all warnings as errors."
13091 msgstr ""
13093 #: common.opt:615
13094 #, no-c-format
13095 msgid "Treat specified warning as error."
13096 msgstr ""
13098 #: common.opt:619
13099 #, no-c-format
13100 msgid "Print extra (possibly unwanted) warnings."
13101 msgstr ""
13103 #: common.opt:623
13104 #, no-c-format
13105 msgid "Exit on the first error occurred."
13106 msgstr ""
13108 #: common.opt:627
13109 #, no-c-format
13110 msgid "-Wframe-larger-than=<byte-size>\tWarn if a function's stack frame requires in excess of <byte-size>."
13111 msgstr ""
13113 #: common.opt:631
13114 #, no-c-format
13115 msgid "Disable -Wframe-larger-than= warning.  Equivalent to -Wframe-larger-than=<SIZE_MAX> or larger."
13116 msgstr ""
13118 #: common.opt:635
13119 #, no-c-format
13120 msgid "Warn when attempting to free a non-heap object."
13121 msgstr ""
13123 #: common.opt:646
13124 #, no-c-format
13125 msgid "Warn when a switch case falls through."
13126 msgstr ""
13128 #: common.opt:654
13129 #, no-c-format
13130 msgid "Warn when an inlined function cannot be inlined."
13131 msgstr ""
13133 #: common.opt:658
13134 #, no-c-format
13135 msgid "Warn when an atomic memory model parameter is known to be outside the valid range."
13136 msgstr ""
13138 #: common.opt:665
13139 #, no-c-format
13140 msgid "-Wlarger-than=<byte-size>\tWarn if an object's size exceeds <byte-size>."
13141 msgstr ""
13143 #: common.opt:669
13144 #, no-c-format
13145 msgid "Disable -Wlarger-than= warning.  Equivalent to -Wlarger-than=<SIZE_MAX> or larger."
13146 msgstr ""
13148 #: common.opt:673
13149 #, no-c-format
13150 msgid "Warn if comparing pointer parameter with nonnull attribute with NULL."
13151 msgstr ""
13153 #: common.opt:677
13154 #, no-c-format
13155 msgid "Warn if dereferencing a NULL pointer may lead to erroneous or undefined behavior."
13156 msgstr ""
13158 #: common.opt:688
13159 #, no-c-format
13160 msgid "Warn about some C++ One Definition Rule violations during link time optimization."
13161 msgstr ""
13163 #: common.opt:692
13164 #, no-c-format
13165 msgid "Warn about overflow in arithmetic expressions."
13166 msgstr ""
13168 #: common.opt:696
13169 #, no-c-format
13170 msgid "During link time optimization warn about mismatched types of global declarations."
13171 msgstr ""
13173 #: common.opt:700
13174 #, no-c-format
13175 msgid "Warn when the packed attribute has no effect on struct layout."
13176 msgstr ""
13178 #: common.opt:704
13179 #, no-c-format
13180 msgid "Warn when padding is required to align structure members."
13181 msgstr ""
13183 #: common.opt:708
13184 #, no-c-format
13185 msgid "Issue warnings needed for strict compliance to the standard."
13186 msgstr ""
13188 #: common.opt:712
13189 #, no-c-format
13190 msgid "Warn about returning a pointer/reference to a local or temporary variable."
13191 msgstr ""
13193 #: common.opt:716
13194 #, no-c-format
13195 msgid "Warn when one variable shadows another.  Same as -Wshadow=global."
13196 msgstr "Upozori na jedna varijabla zasijeni neku drugu varijablu. Isto kao -Wshadow=global."
13198 #: common.opt:720
13199 #, no-c-format
13200 msgid "Warn when one variable shadows another (globally)."
13201 msgstr ""
13203 #: common.opt:724
13204 #, no-c-format
13205 msgid "Warn when one local variable shadows another local variable or parameter."
13206 msgstr ""
13208 #: common.opt:731
13209 #, no-c-format
13210 msgid "Warn when one local variable shadows another local variable or parameter of compatible type."
13211 msgstr ""
13213 #: common.opt:738
13214 #, no-c-format
13215 msgid "Warn when not issuing stack smashing protection for some reason."
13216 msgstr ""
13218 #: common.opt:742
13219 #, no-c-format
13220 msgid "-Wstack-usage=<byte-size>\tWarn if stack usage might exceed <byte-size>."
13221 msgstr ""
13223 #: common.opt:746
13224 #, no-c-format
13225 msgid "Disable Wstack-usage= warning.  Equivalent to Wstack-usage=<SIZE_MAX> or larger."
13226 msgstr ""
13228 #: common.opt:750 common.opt:754
13229 #, no-c-format
13230 msgid "Warn about code which might break strict aliasing rules."
13231 msgstr ""
13233 #: common.opt:758 common.opt:762
13234 #, no-c-format
13235 msgid "Warn about optimizations that assume that signed overflow is undefined."
13236 msgstr ""
13238 #: common.opt:766
13239 #, no-c-format
13240 msgid "Warn about functions which might be candidates for __attribute__((cold))."
13241 msgstr ""
13243 #: common.opt:770
13244 #, no-c-format
13245 msgid "Warn about functions which might be candidates for __attribute__((const))."
13246 msgstr ""
13248 #: common.opt:774
13249 #, no-c-format
13250 msgid "Warn about functions which might be candidates for __attribute__((pure))."
13251 msgstr ""
13253 #: common.opt:778
13254 #, no-c-format
13255 msgid "Warn about functions which might be candidates for __attribute__((noreturn))."
13256 msgstr ""
13258 #: common.opt:782
13259 #, no-c-format
13260 msgid "Warn about functions which might be candidates for __attribute__((malloc))."
13261 msgstr ""
13263 #: common.opt:786
13264 #, no-c-format
13265 msgid "Warn about C++ polymorphic types where adding final keyword would improve code quality."
13266 msgstr ""
13268 #: common.opt:790
13269 #, no-c-format
13270 msgid "Warn about C++ virtual methods where adding final keyword would improve code quality."
13271 msgstr ""
13273 #: common.opt:794
13274 #, no-c-format
13275 msgid "Warn about statements between switch's controlling expression and the first case."
13276 msgstr ""
13278 #: common.opt:799
13279 #, no-c-format
13280 msgid "Do not suppress warnings from system headers."
13281 msgstr ""
13283 #: common.opt:803
13284 #, no-c-format
13285 msgid "Warn whenever a trampoline is generated."
13286 msgstr ""
13288 #: common.opt:807
13289 #, no-c-format
13290 msgid "Warn about cases where -ftrivial-auto-var-init cannot initialize an auto variable."
13291 msgstr ""
13293 #: common.opt:811
13294 #, no-c-format
13295 msgid "Warn if a comparison is always true or always false due to the limited range of the data type."
13296 msgstr ""
13298 #: common.opt:815
13299 #, no-c-format
13300 msgid "Warn about uninitialized automatic variables."
13301 msgstr ""
13303 #: common.opt:819
13304 #, no-c-format
13305 msgid "Warn about maybe uninitialized automatic variables."
13306 msgstr ""
13308 #: common.opt:827
13309 #, no-c-format
13310 msgid "Enable all -Wunused- warnings."
13311 msgstr ""
13313 #: common.opt:831
13314 #, no-c-format
13315 msgid "Warn when a function parameter is only set, otherwise unused."
13316 msgstr ""
13318 #: common.opt:835
13319 #, no-c-format
13320 msgid "Warn when a variable is only set, otherwise unused."
13321 msgstr ""
13323 #: common.opt:839
13324 #, no-c-format
13325 msgid "Warn when a function is unused."
13326 msgstr ""
13328 #: common.opt:843
13329 #, no-c-format
13330 msgid "Warn when a label is unused."
13331 msgstr ""
13333 #: common.opt:847
13334 #, no-c-format
13335 msgid "Warn when a function parameter is unused."
13336 msgstr ""
13338 #: common.opt:851
13339 #, no-c-format
13340 msgid "Warn when an expression value is unused."
13341 msgstr ""
13343 #: common.opt:855
13344 #, no-c-format
13345 msgid "Warn when a variable is unused."
13346 msgstr ""
13348 #: common.opt:859
13349 #, no-c-format
13350 msgid "Warn in case profiles in -fprofile-use do not match."
13351 msgstr ""
13353 #: common.opt:863
13354 #, no-c-format
13355 msgid "Warn in case a function ends earlier than it begins due to an invalid linenum macros."
13356 msgstr ""
13358 #: common.opt:867
13359 #, no-c-format
13360 msgid "Warn in case profiles in -fprofile-use do not exist."
13361 msgstr ""
13363 #: common.opt:871
13364 #, no-c-format
13365 msgid "Warn when a vector operation is compiled outside the SIMD."
13366 msgstr ""
13368 #: common.opt:875
13369 #, no-c-format
13370 msgid "Warn about unsupported features in ThreadSanitizer."
13371 msgstr ""
13373 #: common.opt:891
13374 #, no-c-format
13375 msgid "-aux-info <file>\tEmit declaration information into <file>."
13376 msgstr "-aux-info <file>\tinformacije o deklaraciji pošalje u datoteku <file>"
13378 #: common.opt:904
13379 #, no-c-format
13380 msgid "-d<letters>\tEnable dumps from specific passes of the compiler."
13381 msgstr "-d<letters>\tomogući dumpove specifičnih prolaza kompajlera"
13383 #: common.opt:908
13384 #, no-c-format
13385 msgid "-dumpbase <file>\tSet the file basename to be used for dumps."
13386 msgstr "-dumpbase <file>\tpostavi osnovicu imena dump datoteke"
13388 #: common.opt:912
13389 #, no-c-format
13390 msgid "-dumpbase-ext .<ext>    Drop a trailing .<ext> from the dump basename to name auxiliary output files."
13391 msgstr "-dumpbase-ext .<ext>    izostavi ekstenziju .<ext> iz osnovice dump datoteke za imenovanje pomoćnih izlaznih datoteka"
13393 #: common.opt:916
13394 #, no-c-format
13395 msgid "-dumpdir <dir>\tSet the directory name to be used for dumps."
13396 msgstr "-dumpdir <dir>\tpostavi ime direktorija za dumpove"
13398 #: common.opt:1017
13399 #, no-c-format
13400 msgid "The version of the C++ ABI in use."
13401 msgstr "inačica C++ ABI koja se koristi"
13403 #: common.opt:1021
13404 #, no-c-format
13405 msgid "Aggressively optimize loops using language constraints."
13406 msgstr "agresivno optimizira petlje koristeći jezična ograničenja"
13408 #: common.opt:1025
13409 #, no-c-format
13410 msgid "Align the start of functions."
13411 msgstr "poravna početak funkcija"
13413 #: common.opt:1035
13414 #, no-c-format
13415 msgid "Align labels which are only reached by jumping."
13416 msgstr "poravna one oznake do kojih se može doći samo sa skakanjem"
13418 #: common.opt:1042
13419 #, no-c-format
13420 msgid "Align all labels."
13421 msgstr "poravna sve oznake"
13423 #: common.opt:1049
13424 #, no-c-format
13425 msgid "Align the start of loops."
13426 msgstr "poravna početak petlji"
13428 #: common.opt:1056
13429 #, no-c-format
13430 msgid "Allow the compiler to introduce new data races on stores."
13431 msgstr "dopusti kompajleru uvesti novu konkurenciju podataka (data races) pri pohrani"
13433 #: common.opt:1060
13434 #, no-c-format
13435 msgid "Enable static analysis pass."
13436 msgstr "omogući statičku analizu prolaza"
13438 #: common.opt:1080
13439 #, no-c-format
13440 msgid "Select what to sanitize."
13441 msgstr "odaberite što treba počistiti"
13443 #: common.opt:1084
13444 #, no-c-format
13445 msgid "Select type of coverage sanitization."
13446 msgstr "odaberite tip pokrivenosti čišćenja"
13448 #: common.opt:1097
13449 #, no-c-format
13450 msgid "-fasan-shadow-offset=<number>\tUse custom shadow memory offset."
13451 msgstr "-fasan-shadow-offset=number>\tkoristite određeni odmak=<number> za shadow memoriju."
13453 #: common.opt:1101
13454 #, no-c-format
13455 msgid "-fsanitize-sections=<sec1,sec2,...>\tSanitize global variables in user-defined sections."
13456 msgstr "-fsanitize-sections=<sec1,sec2,...>\tčisti globalne varijable u sekcijama definiranim korisnikom"
13458 #: common.opt:1106
13459 #, no-c-format
13460 msgid "After diagnosing undefined behavior attempt to continue execution."
13461 msgstr "pokuša nastaviti izvršavanje nakon dijagnosticiranja nedefiniranog ponašanja"
13463 #: common.opt:1110
13464 #, no-c-format
13465 msgid "This switch is deprecated; use -fsanitize-recover= instead."
13466 msgstr "taj šalter je zastario; koristite -fsanitize-recover= instead"
13468 #: common.opt:1114
13469 #, no-c-format
13470 msgid "Use traps instead of diagnostics of undefined behavior sanitizers."
13471 msgstr "koristi klopku umjesto dezinfektora nedefiniranog ponašanja"
13473 #: common.opt:1124
13474 #, no-c-format
13475 msgid "This switch is deprecated; use -fsanitize-trap= instead."
13476 msgstr "Ovaj šalter je zastario; koristite -fsanitize-trap= umjesto njega."
13478 #: common.opt:1128
13479 #, no-c-format
13480 msgid "Generate unwind tables that are exact at each instruction boundary."
13481 msgstr "generira unwind tablice koje leže točno na svakoj granici naredbe"
13483 #: common.opt:1132
13484 #, no-c-format
13485 msgid "Generate auto-inc/dec instructions."
13486 msgstr "generira auto-inc/dec naredbe"
13488 #: common.opt:1136
13489 #, no-c-format
13490 msgid "Use sample profile information for call graph node weights. The default profile file is fbdata.afdo in 'pwd'."
13491 msgstr "upotrebi podatke iz uzorka profila za težine čvorova grafa poziva. Zadana datoteka s profilom je fbdata.afdo u ‘pwd’"
13493 #: common.opt:1141
13494 #, no-c-format
13495 msgid "Use sample profile information for call graph node weights. The profile file is specified in the argument."
13496 msgstr "upotrebi podatke iz uzorka profila za težine čvorova grafa poziva. Datoteka s profilom je specificirana argumentom"
13498 #: common.opt:1150
13499 #, no-c-format
13500 msgid "Generate code to check bounds before indexing arrays."
13501 msgstr "generira kȏd za provjeru granica prije indeksiranja polja"
13503 #: common.opt:1154
13504 #, no-c-format
13505 msgid "Replace add, compare, branch with branch on count register."
13506 msgstr "zamijeni add, usporedi, zamijeni granu s granom pomoću registra za brojanje"
13508 #: common.opt:1158
13509 #, no-c-format
13510 msgid "Use profiling information for branch probabilities."
13511 msgstr "koristi informacije o profiliranju za vjerojatnosti grana"
13513 #: common.opt:1174
13514 #, no-c-format
13515 msgid "Output callgraph information on a per-file basis."
13516 msgstr "ispiše informacije o grafovima poziva za svaku datoteku"
13518 #: common.opt:1178
13519 #, no-c-format
13520 msgid "Output callgraph information on a per-file basis with decorations."
13521 msgstr "ispiše informacije o grafovima poziva za svaku datoteku s dekoracijama"
13523 #: common.opt:1182
13524 #, no-c-format
13525 msgid "-fcall-saved-<register>\tMark <register> as being preserved across functions."
13526 msgstr "-fcall-saved-<register>\toznači <register> kao rezerviran u svim funkcijama"
13528 #: common.opt:1186
13529 #, no-c-format
13530 msgid "-fcall-used-<register>\tMark <register> as being corrupted by function calls."
13531 msgstr "-fcall-used-<register>\toznači <register> kao oštećen pozivima funkcija"
13533 #: common.opt:1193
13534 #, no-c-format
13535 msgid "Save registers around function calls."
13536 msgstr "sačuva registre oko pozivanja funkcija"
13538 #: common.opt:1197
13539 #, no-c-format
13540 msgid "This switch is deprecated; do not use."
13541 msgstr "taj šalter je zastario; nemojte ga koristiti"
13543 #: common.opt:1201
13544 #, no-c-format
13545 msgid "Check the return value of new in C++."
13546 msgstr "provjeri vraćenu vrijednost operatora ‘new’ u C++"
13548 #: common.opt:1205 common.opt:1209
13549 #, no-c-format
13550 msgid "Perform internal consistency checkings."
13551 msgstr "izvrši internu provjeru konzistentnosti"
13553 #: common.opt:1213
13554 #, no-c-format
13555 msgid "For -f*-prefix-map= options compare canonicalized pathnames rather than just strings."
13556 msgstr ""
13558 #: common.opt:1217
13559 #, no-c-format
13560 msgid "Enable code hoisting."
13561 msgstr "omogući podizanje kȏda"
13563 #: common.opt:1221
13564 #, no-c-format
13565 msgid "Looks for opportunities to reduce stack adjustments and stack references."
13566 msgstr "traži prilike za smanjenje prilagodbi stògova i referenci na stȏg"
13568 #: common.opt:1225
13569 #, no-c-format
13570 msgid "Put uninitialized globals in the common section."
13571 msgstr "smjesti neinicijalizirane globalne simbole u ‘common’ sekciju"
13573 #: common.opt:1233
13574 #, no-c-format
13575 msgid "-fcompare-debug[=<opts>]\tCompile with and without e.g. -gtoggle, and compare the final-insns dump."
13576 msgstr "-fcompare-debug[=<opts>]\tkompilira s i bez, npr. -gtoggle, i usporedi ‘final-insns’ dump"
13578 #: common.opt:1237
13579 #, no-c-format
13580 msgid "Run only the second compilation of -fcompare-debug."
13581 msgstr "pokreni samo drugu kompilaciju od -fcompare-debug"
13583 #: common.opt:1241
13584 #, no-c-format
13585 msgid "Perform comparison elimination after register allocation has finished."
13586 msgstr "izvrši eliminaciju usporedbi nakon dodjele registra"
13588 #: common.opt:1245
13589 #, no-c-format
13590 msgid "Do not perform optimizations increasing noticeably stack usage."
13591 msgstr "ne radi optimizacije koje značajno povećavaju korištenje stògova"
13593 #: common.opt:1249
13594 #, no-c-format
13595 msgid "Perform a register copy-propagation optimization pass."
13596 msgstr "izvede register copy-propagation optimizacijski prolaz"
13598 #: common.opt:1253
13599 #, no-c-format
13600 msgid "Perform cross-jumping optimization."
13601 msgstr ""
13603 #: common.opt:1257
13604 #, no-c-format
13605 msgid "When running CSE, follow jumps to their targets."
13606 msgstr ""
13608 #: common.opt:1265
13609 #, no-c-format
13610 msgid "Omit range reduction step when performing complex division."
13611 msgstr ""
13613 #: common.opt:1269
13614 #, no-c-format
13615 msgid "Complex multiplication and division follow Fortran rules."
13616 msgstr ""
13618 #: common.opt:1273
13619 #, no-c-format
13620 msgid "Place data items into their own section."
13621 msgstr ""
13623 #: common.opt:1277
13624 #, no-c-format
13625 msgid "List all available debugging counters with their limits and counts."
13626 msgstr ""
13628 #: common.opt:1281
13629 #, no-c-format
13630 msgid "-fdbg-cnt=<counter>[:<lower_limit1>-]<upper_limit1>[:<lower_limit2>-<upper_limit2>:...][,<counter>:...]\tSet the debug counter limit."
13631 msgstr ""
13633 #: common.opt:1285
13634 #, no-c-format
13635 msgid "-fdebug-prefix-map=<old>=<new>\tMap one directory name to another in debug information."
13636 msgstr ""
13638 #: common.opt:1289
13639 #, no-c-format
13640 msgid "-ffile-prefix-map=<old>=<new>\tMap one directory name to another in compilation result."
13641 msgstr ""
13643 #: common.opt:1293
13644 #, no-c-format
13645 msgid "Output .debug_types section when using DWARF v4 debuginfo."
13646 msgstr ""
13648 #: common.opt:1299
13649 #, no-c-format
13650 msgid "Defer popping functions args from stack until later."
13651 msgstr ""
13653 #: common.opt:1303
13654 #, no-c-format
13655 msgid "Attempt to fill delay slots of branch instructions."
13656 msgstr ""
13658 #: common.opt:1307
13659 #, no-c-format
13660 msgid "Delete dead instructions that may throw exceptions."
13661 msgstr ""
13663 #: common.opt:1311
13664 #, no-c-format
13665 msgid "Delete useless null pointer checks."
13666 msgstr ""
13668 #: common.opt:1315
13669 #, no-c-format
13670 msgid "Stream extra data to support more aggressive devirtualization in LTO local transformation mode."
13671 msgstr ""
13673 #: common.opt:1319
13674 #, no-c-format
13675 msgid "Perform speculative devirtualization."
13676 msgstr ""
13678 #: common.opt:1323
13679 #, no-c-format
13680 msgid "Try to convert virtual calls to direct ones."
13681 msgstr ""
13683 #: common.opt:1327
13684 #, no-c-format
13685 msgid "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source location at the beginning of line-wrapped diagnostics."
13686 msgstr ""
13688 #: common.opt:1344
13689 #, no-c-format
13690 msgid "Show the source line with a caret indicating the column."
13691 msgstr ""
13693 #: common.opt:1348
13694 #, no-c-format
13695 msgid "Show labels annotating ranges of source code when showing source."
13696 msgstr ""
13698 #: common.opt:1352
13699 #, no-c-format
13700 msgid "Show line numbers in the left margin when showing source."
13701 msgstr ""
13703 #: common.opt:1360
13704 #, no-c-format
13705 msgid "-fdiagnostics-color=[never|always|auto]\tColorize diagnostics."
13706 msgstr ""
13708 #: common.opt:1380
13709 #, no-c-format
13710 msgid "-fdiagnostics-urls=[never|always|auto]\tEmbed URLs in diagnostics."
13711 msgstr ""
13713 #: common.opt:1400
13714 #, no-c-format
13715 msgid "-fdiagnostics-column-unit=[display|byte]\tSelect whether column numbers are output as display columns (default) or raw bytes."
13716 msgstr ""
13718 #: common.opt:1404
13719 #, no-c-format
13720 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."
13721 msgstr ""
13723 #: common.opt:1408
13724 #, no-c-format
13725 msgid "-fdiagnostics-format=[text|sarif-stderr|sarif-file|json|json-stderr|json-file]\tSelect output format."
13726 msgstr ""
13728 #: common.opt:1412
13729 #, no-c-format
13730 msgid "-fdiagnostics-escape-format=[unicode|bytes]\tSelect how to escape non-printable-ASCII bytes in the source for diagnostics that suggest it."
13731 msgstr ""
13733 #: common.opt:1459
13734 #, no-c-format
13735 msgid "Print fix-it hints in machine-readable form."
13736 msgstr ""
13738 #: common.opt:1463
13739 #, no-c-format
13740 msgid "Print fix-it hints to stderr in unified diff format."
13741 msgstr ""
13743 #: common.opt:1467
13744 #, no-c-format
13745 msgid "Amend appropriate diagnostic messages with the command line option that controls them."
13746 msgstr ""
13748 #: common.opt:1471
13749 #, no-c-format
13750 msgid "Print CWE identifiers for diagnostic messages, where available."
13751 msgstr ""
13753 #: common.opt:1475
13754 #, no-c-format
13755 msgid "Print any rules associated with diagnostic messages."
13756 msgstr ""
13758 #: common.opt:1479
13759 #, no-c-format
13760 msgid "Specify how to print any control-flow path associated with a diagnostic."
13761 msgstr ""
13763 #: common.opt:1483
13764 #, no-c-format
13765 msgid "Turn off any diagnostics features that complicate the output, such as line numbers, color, and warning URLs."
13766 msgstr ""
13768 #: common.opt:1487
13769 #, no-c-format
13770 msgid "-ftabstop=<number>      Distance between tab stops for column reporting."
13771 msgstr ""
13773 #: common.opt:1503
13774 #, no-c-format
13775 msgid "Show stack depths of events in paths."
13776 msgstr ""
13778 #: common.opt:1507
13779 #, no-c-format
13780 msgid "Set minimum width of left margin of source code when showing source."
13781 msgstr ""
13783 #: common.opt:1511
13784 #, no-c-format
13785 msgid "-fdisable-[tree|rtl|ipa]-<pass>=range1+range2\tDisable an optimization pass."
13786 msgstr ""
13788 #: common.opt:1515
13789 #, no-c-format
13790 msgid "-fenable-[tree|rtl|ipa]-<pass>=range1+range2\tEnable an optimization pass."
13791 msgstr ""
13793 #: common.opt:1519
13794 #, no-c-format
13795 msgid "-fdump-<type>\tDump various compiler internals to a file."
13796 msgstr ""
13798 #: common.opt:1526
13799 #, no-c-format
13800 msgid "-fdump-final-insns=filename\tDump to filename the insns at the end of translation."
13801 msgstr ""
13803 #: common.opt:1530
13804 #, no-c-format
13805 msgid "-fdump-go-spec=filename\tWrite all declarations to file as Go code."
13806 msgstr ""
13808 #: common.opt:1534
13809 #, no-c-format
13810 msgid "Suppress output of addresses in debugging dumps."
13811 msgstr ""
13813 #: common.opt:1538
13814 #, no-c-format
13815 msgid "Collect and dump debug information into temporary file if ICE in C/C++ compiler occurred."
13816 msgstr ""
13818 #: common.opt:1543
13819 #, no-c-format
13820 msgid "Dump detailed information on GCC's internal representation of source code locations."
13821 msgstr ""
13823 #: common.opt:1547
13824 #, no-c-format
13825 msgid "Dump optimization passes."
13826 msgstr ""
13828 #: common.opt:1551
13829 #, no-c-format
13830 msgid "Suppress output of instruction numbers, line number notes and addresses in debugging dumps."
13831 msgstr ""
13833 #: common.opt:1555
13834 #, no-c-format
13835 msgid "Suppress output of previous and next insn numbers in debugging dumps."
13836 msgstr ""
13838 #: common.opt:1559
13839 #, no-c-format
13840 msgid "Enable CFI tables via GAS assembler directives."
13841 msgstr ""
13843 #: common.opt:1563
13844 #, no-c-format
13845 msgid "Perform early inlining."
13846 msgstr ""
13848 #: common.opt:1571
13849 #, no-c-format
13850 msgid "Perform interprocedural reduction of aggregates."
13851 msgstr ""
13853 #: common.opt:1575
13854 #, no-c-format
13855 msgid "Perform unused symbol elimination in debug info."
13856 msgstr ""
13858 #: common.opt:1579
13859 #, no-c-format
13860 msgid "Perform unused type elimination in debug info."
13861 msgstr ""
13863 #: common.opt:1583
13864 #, no-c-format
13865 msgid "Do not suppress C++ class debug information."
13866 msgstr ""
13868 #: common.opt:1587
13869 #, no-c-format
13870 msgid "Enable exception handling."
13871 msgstr ""
13873 #: common.opt:1591
13874 #, no-c-format
13875 msgid "Perform a number of minor, expensive optimizations."
13876 msgstr ""
13878 #: common.opt:1595
13879 #, no-c-format
13880 msgid "-fexcess-precision=[fast|standard|16]\tSpecify handling of excess floating-point precision."
13881 msgstr ""
13883 #: common.opt:1613
13884 #, no-c-format
13885 msgid "-fpermitted-flt-eval-methods=[c11|ts-18661]\tSpecify which values of FLT_EVAL_METHOD are permitted."
13886 msgstr ""
13888 #: common.opt:1629
13889 #, no-c-format
13890 msgid "Output lto objects containing both the intermediate language and binary output."
13891 msgstr ""
13893 #: common.opt:1633
13894 #, no-c-format
13895 msgid "Assume no NaNs or infinities are generated."
13896 msgstr ""
13898 #: common.opt:1637
13899 #, no-c-format
13900 msgid "Assume that loops with an exit will terminate and not loop indefinitely."
13901 msgstr ""
13903 #: common.opt:1641
13904 #, no-c-format
13905 msgid "-ffixed-<register>\tMark <register> as being unavailable to the compiler."
13906 msgstr ""
13908 #: common.opt:1645
13909 #, no-c-format
13910 msgid "Don't allocate floats and doubles in extended-precision registers."
13911 msgstr ""
13913 #: common.opt:1653
13914 #, no-c-format
13915 msgid "Perform a forward propagation pass on RTL."
13916 msgstr ""
13918 #: common.opt:1657
13919 #, no-c-format
13920 msgid "-ffp-contract=[off|on|fast]\tPerform floating-point expression contraction."
13921 msgstr ""
13923 #: common.opt:1674
13924 #, no-c-format
13925 msgid "Allow built-in functions ceil, floor, round, trunc to raise \"inexact\" exceptions."
13926 msgstr ""
13928 #: common.opt:1681
13929 #, no-c-format
13930 msgid "Allow function addresses to be held in registers."
13931 msgstr ""
13933 #: common.opt:1685
13934 #, no-c-format
13935 msgid "Place each function into its own section."
13936 msgstr ""
13938 #: common.opt:1689
13939 #, no-c-format
13940 msgid "Perform global common subexpression elimination."
13941 msgstr ""
13943 #: common.opt:1693
13944 #, no-c-format
13945 msgid "Perform enhanced load motion during global common subexpression elimination."
13946 msgstr ""
13948 #: common.opt:1697
13949 #, no-c-format
13950 msgid "Perform store motion after global common subexpression elimination."
13951 msgstr ""
13953 #: common.opt:1701
13954 #, no-c-format
13955 msgid "Perform redundant load after store elimination in global common subexpression elimination."
13956 msgstr ""
13958 #: common.opt:1706
13959 #, no-c-format
13960 msgid "Perform global common subexpression elimination after register allocation has finished."
13961 msgstr ""
13963 #: common.opt:1723
13964 #, no-c-format
13965 msgid "-fgnat-encodings=[all|gdb|minimal]\tSelect the balance between GNAT encodings and standard DWARF emitted in the debug information."
13966 msgstr ""
13968 #: common.opt:1728
13969 #, no-c-format
13970 msgid "Enable in and out of Graphite representation."
13971 msgstr ""
13973 #: common.opt:1732
13974 #, no-c-format
13975 msgid "Enable Graphite Identity transformation."
13976 msgstr ""
13978 #: common.opt:1736
13979 #, no-c-format
13980 msgid "Enable hoisting adjacent loads to encourage generating conditional move instructions."
13981 msgstr ""
13983 #: common.opt:1745
13984 #, no-c-format
13985 msgid "Improve GCC's ability to track column numbers in large source files, at the expense of slower compilation."
13986 msgstr ""
13988 #: common.opt:1750
13989 #, no-c-format
13990 msgid "Mark all loops as parallel."
13991 msgstr ""
13993 #: common.opt:1754 common.opt:1762 common.opt:2979
13994 #, no-c-format
13995 msgid "Enable loop nest transforms.  Same as -floop-nest-optimize."
13996 msgstr "Omogući transformacije ugniježđenja petlje. Isto kao -floop-next-optimize."
13998 #: common.opt:1758
13999 #, no-c-format
14000 msgid "Enable loop interchange on trees."
14001 msgstr ""
14003 #: common.opt:1766
14004 #, no-c-format
14005 msgid "Perform unroll-and-jam on loops."
14006 msgstr ""
14008 #: common.opt:1770
14009 #, no-c-format
14010 msgid "Enable support for GNU transactional memory."
14011 msgstr ""
14013 #: common.opt:1774
14014 #, no-c-format
14015 msgid "Use STB_GNU_UNIQUE if supported by the assembler."
14016 msgstr ""
14018 #: common.opt:1782
14019 #, no-c-format
14020 msgid "Enable the loop nest optimizer."
14021 msgstr ""
14023 #: common.opt:1786
14024 #, no-c-format
14025 msgid "Force bitfield accesses to match their type width."
14026 msgstr ""
14028 #: common.opt:1790
14029 #, no-c-format
14030 msgid "Merge adjacent stores."
14031 msgstr ""
14033 #: common.opt:1794
14034 #, no-c-format
14035 msgid "Enable guessing of branch probabilities."
14036 msgstr ""
14038 #: common.opt:1798
14039 #, no-c-format
14040 msgid "Harden conditionals not used in branches, checking reversed conditions."
14041 msgstr ""
14043 #: common.opt:1802
14044 #, no-c-format
14045 msgid "Harden conditional branches by checking reversed conditions."
14046 msgstr ""
14048 #: common.opt:1810
14049 #, no-c-format
14050 msgid "Process #ident directives."
14051 msgstr ""
14053 #: common.opt:1814
14054 #, no-c-format
14055 msgid "Perform conversion of conditional jumps to branchless equivalents."
14056 msgstr ""
14058 #: common.opt:1818
14059 #, no-c-format
14060 msgid "Perform conversion of conditional jumps to conditional execution."
14061 msgstr ""
14063 #: common.opt:1822
14064 #, no-c-format
14065 msgid "-fstack-reuse=[all|named_vars|none]\tSet stack reuse level for local variables."
14066 msgstr ""
14068 #: common.opt:1838
14069 #, no-c-format
14070 msgid "Convert conditional jumps in innermost loops to branchless equivalents."
14071 msgstr ""
14073 #: common.opt:1850
14074 #, no-c-format
14075 msgid "Do not generate .size directives."
14076 msgstr ""
14078 #: common.opt:1854
14079 #, no-c-format
14080 msgid "Perform indirect inlining."
14081 msgstr ""
14083 #: common.opt:1860
14084 #, no-c-format
14085 msgid "Enable inlining of function declared \"inline\", disabling disables all inlining."
14086 msgstr ""
14088 #: common.opt:1864
14089 #, no-c-format
14090 msgid "Integrate functions into their callers when code size is known not to grow."
14091 msgstr ""
14093 #: common.opt:1868
14094 #, no-c-format
14095 msgid "Integrate functions not declared \"inline\" into their callers when profitable."
14096 msgstr ""
14098 #: common.opt:1872
14099 #, no-c-format
14100 msgid "Integrate functions only required by their single caller."
14101 msgstr ""
14103 #: common.opt:1879
14104 #, no-c-format
14105 msgid "-finline-limit=<number>\tLimit the size of inlined functions to <number>."
14106 msgstr ""
14108 #: common.opt:1883
14109 #, no-c-format
14110 msgid "Inline __atomic operations when a lock free instruction sequence is available."
14111 msgstr ""
14113 #: common.opt:1890
14114 #, no-c-format
14115 msgid "-fcf-protection=[full|branch|return|none|check]\tInstrument functions with checks to verify jump/call/return control-flow transfer instructions have valid targets."
14116 msgstr ""
14118 #: common.opt:1913
14119 #, no-c-format
14120 msgid "Instrument function entry and exit with profiling calls."
14121 msgstr ""
14123 #: common.opt:1917
14124 #, no-c-format
14125 msgid "Instrument function entry and exit with profiling calls invoked once."
14126 msgstr ""
14128 #: common.opt:1921
14129 #, no-c-format
14130 msgid "-finstrument-functions-exclude-function-list=name,...\tDo not instrument listed functions."
14131 msgstr ""
14133 #: common.opt:1925
14134 #, no-c-format
14135 msgid "-finstrument-functions-exclude-file-list=filename,...\tDo not instrument functions listed in files."
14136 msgstr ""
14138 #: common.opt:1929
14139 #, no-c-format
14140 msgid "Perform interprocedural constant propagation."
14141 msgstr ""
14143 #: common.opt:1933
14144 #, no-c-format
14145 msgid "Perform cloning to make Interprocedural constant propagation stronger."
14146 msgstr ""
14148 #: common.opt:1941
14149 #, no-c-format
14150 msgid "Perform interprocedural bitwise constant propagation."
14151 msgstr ""
14153 #: common.opt:1945
14154 #, no-c-format
14155 msgid "Perform interprocedural modref analysis."
14156 msgstr ""
14158 #: common.opt:1949
14159 #, no-c-format
14160 msgid "Perform interprocedural profile propagation."
14161 msgstr ""
14163 #: common.opt:1953
14164 #, no-c-format
14165 msgid "Perform interprocedural points-to analysis."
14166 msgstr ""
14168 #: common.opt:1957
14169 #, no-c-format
14170 msgid "Discover pure and const functions."
14171 msgstr ""
14173 #: common.opt:1961
14174 #, no-c-format
14175 msgid "Perform Identical Code Folding for functions and read-only variables."
14176 msgstr ""
14178 #: common.opt:1965
14179 #, no-c-format
14180 msgid "Perform Identical Code Folding for functions."
14181 msgstr ""
14183 #: common.opt:1969
14184 #, no-c-format
14185 msgid "Perform Identical Code Folding for variables."
14186 msgstr ""
14188 #: common.opt:1973
14189 #, no-c-format
14190 msgid "Discover read-only and non addressable static variables."
14191 msgstr ""
14193 #: common.opt:1977
14194 #, no-c-format
14195 msgid "Discover read-only, write-only and non-addressable static variables."
14196 msgstr ""
14198 #: common.opt:1981
14199 #, no-c-format
14200 msgid "Reduce stack alignment on call sites if possible."
14201 msgstr ""
14203 #: common.opt:1993
14204 #, no-c-format
14205 msgid "Perform IPA Value Range Propagation."
14206 msgstr ""
14208 #: common.opt:1997
14209 #, no-c-format
14210 msgid "-fira-algorithm=[CB|priority]\tSet the used IRA algorithm."
14211 msgstr ""
14213 #: common.opt:2001
14214 #, no-c-format
14215 msgid "Assume strict aliasing rules apply across (uninlined) function boundaries."
14216 msgstr ""
14218 #: common.opt:2014
14219 #, no-c-format
14220 msgid "-fira-region=[one|all|mixed]\tSet regions for IRA."
14221 msgstr ""
14223 #: common.opt:2030
14224 #, no-c-format
14225 msgid "Use IRA based register pressure calculation in RTL hoist optimizations."
14226 msgstr ""
14228 #: common.opt:2035
14229 #, no-c-format
14230 msgid "Use IRA based register pressure calculation in RTL loop optimizations."
14231 msgstr ""
14233 #: common.opt:2040
14234 #, no-c-format
14235 msgid "Share slots for saving different hard registers."
14236 msgstr ""
14238 #: common.opt:2044
14239 #, no-c-format
14240 msgid "Share stack slots for spilled pseudo-registers."
14241 msgstr ""
14243 #: common.opt:2048
14244 #, no-c-format
14245 msgid "-fira-verbose=<number>\tControl IRA's level of diagnostic messages."
14246 msgstr ""
14248 #: common.opt:2052
14249 #, no-c-format
14250 msgid "Optimize induction variables on trees."
14251 msgstr ""
14253 #: common.opt:2056
14254 #, no-c-format
14255 msgid "Use jump tables for sufficiently large switch statements."
14256 msgstr ""
14258 #: common.opt:2060
14259 #, no-c-format
14260 msgid "Use bit tests for sufficiently large switch statements."
14261 msgstr ""
14263 #: common.opt:2064
14264 #, no-c-format
14265 msgid "Generate code for functions even if they are fully inlined."
14266 msgstr ""
14268 #: common.opt:2068
14269 #, no-c-format
14270 msgid "Generate code for static functions even if they are never called."
14271 msgstr ""
14273 #: common.opt:2072
14274 #, no-c-format
14275 msgid "Emit static const variables even if they are not used."
14276 msgstr ""
14278 #: common.opt:2076
14279 #, no-c-format
14280 msgid "Give external symbols a leading underscore."
14281 msgstr ""
14283 #: common.opt:2084
14284 #, no-c-format
14285 msgid "Do CFG-sensitive rematerialization in LRA."
14286 msgstr ""
14288 #: common.opt:2088
14289 #, no-c-format
14290 msgid "Enable link-time optimization."
14291 msgstr ""
14293 #: common.opt:2092
14294 #, no-c-format
14295 msgid "Link-time optimization with number of parallel jobs or jobserver."
14296 msgstr ""
14298 #: common.opt:2114
14299 #, no-c-format
14300 msgid "Specify the algorithm to partition symbols and vars at linktime."
14301 msgstr ""
14303 #: common.opt:2119
14304 #, no-c-format
14305 msgid "Use zlib/zstd compression level <number> for IL."
14306 msgstr ""
14308 #: common.opt:2127
14309 #, no-c-format
14310 msgid "Report various link-time optimization statistics."
14311 msgstr ""
14313 #: common.opt:2131
14314 #, no-c-format
14315 msgid "Report various link-time optimization statistics for WPA only."
14316 msgstr ""
14318 #: common.opt:2135
14319 #, no-c-format
14320 msgid "Set errno after built-in math functions."
14321 msgstr ""
14323 #: common.opt:2139
14324 #, no-c-format
14325 msgid "-fmax-errors=<number>\tMaximum number of errors to report."
14326 msgstr ""
14328 #: common.opt:2143
14329 #, no-c-format
14330 msgid "Report on permanent memory allocation."
14331 msgstr ""
14333 #: common.opt:2147
14334 #, no-c-format
14335 msgid "Report on permanent memory allocation in WPA only."
14336 msgstr ""
14338 #: common.opt:2154
14339 #, no-c-format
14340 msgid "Attempt to merge identical constants and constant variables."
14341 msgstr ""
14343 #: common.opt:2158
14344 #, no-c-format
14345 msgid "Attempt to merge identical constants across compilation units."
14346 msgstr ""
14348 #: common.opt:2162
14349 #, no-c-format
14350 msgid "Attempt to merge identical debug strings across compilation units."
14351 msgstr ""
14353 #: common.opt:2166
14354 #, no-c-format
14355 msgid "-fmessage-length=<number>\tLimit diagnostics to <number> characters per line.  0 suppresses line-wrapping."
14356 msgstr ""
14358 #: common.opt:2170
14359 #, no-c-format
14360 msgid "Perform SMS based modulo scheduling before the first scheduling pass."
14361 msgstr ""
14363 #: common.opt:2174
14364 #, no-c-format
14365 msgid "Perform SMS based modulo scheduling with register moves allowed."
14366 msgstr ""
14368 #: common.opt:2178
14369 #, no-c-format
14370 msgid "Move loop invariant computations out of loops."
14371 msgstr ""
14373 #: common.opt:2182
14374 #, no-c-format
14375 msgid "Move stores out of loops."
14376 msgstr ""
14378 #: common.opt:2186
14379 #, no-c-format
14380 msgid "Building block for specs-based multilib-aware TFLAGS."
14381 msgstr ""
14383 #: common.opt:2190
14384 #, no-c-format
14385 msgid "Use the RTL dead code elimination pass."
14386 msgstr ""
14388 #: common.opt:2194
14389 #, no-c-format
14390 msgid "Use the RTL dead store elimination pass."
14391 msgstr ""
14393 #: common.opt:2198
14394 #, no-c-format
14395 msgid "Enable/Disable the traditional scheduling in loops that already passed modulo scheduling."
14396 msgstr ""
14398 #: common.opt:2202
14399 #, no-c-format
14400 msgid "Support synchronous non-call exceptions."
14401 msgstr ""
14403 #: common.opt:2209
14404 #, no-c-format
14405 msgid "-foffload-options=<targets>=<options>\tSpecify options for the offloading targets."
14406 msgstr ""
14408 #: common.opt:2213
14409 #, no-c-format
14410 msgid "-foffload-abi=[lp64|ilp32]\tSet the ABI to use in an offload compiler."
14411 msgstr ""
14413 #: common.opt:2226
14414 #, no-c-format
14415 msgid "When possible do not generate stack frames."
14416 msgstr ""
14418 #: common.opt:2233
14419 #, no-c-format
14420 msgid "Generate SIMD clones for functions with the OpenMP declare target directive."
14421 msgstr ""
14423 #: common.opt:2252
14424 #, no-c-format
14425 msgid "Enable all optimization info dumps on stderr."
14426 msgstr ""
14428 #: common.opt:2256
14429 #, no-c-format
14430 msgid "-fopt-info[-<type>=filename]\tDump compiler optimization details."
14431 msgstr ""
14433 #: common.opt:2260
14434 #, no-c-format
14435 msgid "Write a SRCFILE.opt-record.json file detailing what optimizations were performed."
14436 msgstr ""
14438 #: common.opt:2268
14439 #, no-c-format
14440 msgid "Optimize sibling and tail recursive calls."
14441 msgstr ""
14443 #: common.opt:2272
14444 #, no-c-format
14445 msgid "Perform partial inlining."
14446 msgstr ""
14448 #: common.opt:2276 common.opt:2280
14449 #, no-c-format
14450 msgid "Report on memory allocation before interprocedural optimization."
14451 msgstr ""
14453 #: common.opt:2284
14454 #, no-c-format
14455 msgid "Pack structure members together without holes."
14456 msgstr ""
14458 #: common.opt:2288
14459 #, no-c-format
14460 msgid "-fpack-struct=<number>\tSet initial maximum structure member alignment."
14461 msgstr ""
14463 #: common.opt:2292
14464 #, no-c-format
14465 msgid "Return small aggregates in memory, not registers."
14466 msgstr ""
14468 #: common.opt:2296
14469 #, no-c-format
14470 msgid "Perform loop peeling."
14471 msgstr ""
14473 #: common.opt:2300
14474 #, no-c-format
14475 msgid "Enable machine specific peephole optimizations."
14476 msgstr ""
14478 #: common.opt:2304
14479 #, no-c-format
14480 msgid "Enable an RTL peephole pass before sched2."
14481 msgstr ""
14483 #: common.opt:2308
14484 #, no-c-format
14485 msgid "Generate position-independent code if possible (large mode)."
14486 msgstr ""
14488 #: common.opt:2312
14489 #, no-c-format
14490 msgid "Generate position-independent code for executables if possible (large mode)."
14491 msgstr ""
14493 #: common.opt:2316
14494 #, no-c-format
14495 msgid "Generate position-independent code if possible (small mode)."
14496 msgstr ""
14498 #: common.opt:2320
14499 #, no-c-format
14500 msgid "Generate position-independent code for executables if possible (small mode)."
14501 msgstr ""
14503 #: common.opt:2324
14504 #, no-c-format
14505 msgid "Use PLT for PIC calls (-fno-plt: load the address from GOT at call site)."
14506 msgstr ""
14508 #: common.opt:2328
14509 #, no-c-format
14510 msgid "Specify a plugin to load."
14511 msgstr ""
14513 #: common.opt:2332
14514 #, no-c-format
14515 msgid "-fplugin-arg-<name>-<key>[=<value>]\tSpecify argument <key>=<value> for plugin <name>."
14516 msgstr ""
14518 #: common.opt:2336
14519 #, no-c-format
14520 msgid "Run predictive commoning optimization."
14521 msgstr ""
14523 #: common.opt:2340
14524 #, no-c-format
14525 msgid "Generate prefetch instructions, if available, for arrays in loops."
14526 msgstr ""
14528 #: common.opt:2344
14529 #, no-c-format
14530 msgid "Enable basic program profiling code."
14531 msgstr ""
14533 #: common.opt:2348
14534 #, no-c-format
14535 msgid "Generate absolute source path names for gcov."
14536 msgstr ""
14538 #: common.opt:2352
14539 #, no-c-format
14540 msgid "Insert arc-based program profiling code."
14541 msgstr ""
14543 #: common.opt:2356
14544 #, no-c-format
14545 msgid "Set the top-level directory for storing the profile data. The default is 'pwd'."
14546 msgstr ""
14548 #: common.opt:2361
14549 #, no-c-format
14550 msgid "Select the name for storing the profile note file."
14551 msgstr ""
14553 #: common.opt:2365
14554 #, no-c-format
14555 msgid "Enable correction of flow inconsistent profile data input."
14556 msgstr ""
14558 #: common.opt:2369
14559 #, no-c-format
14560 msgid "-fprofile-update=[single|atomic|prefer-atomic]\tSet the profile update method."
14561 msgstr ""
14563 #: common.opt:2373
14564 #, no-c-format
14565 msgid "Instrument only functions from files whose name matches any of the regular expressions (separated by semi-colons)."
14566 msgstr ""
14568 #: common.opt:2377
14569 #, no-c-format
14570 msgid "Instrument only functions from files whose name does not match any of the regular expressions (separated by semi-colons)."
14571 msgstr ""
14573 #: common.opt:2393
14574 #, no-c-format
14575 msgid "-fprofile-reproducible=[serial|parallel-runs|multithreaded]\tControl level of reproducibility of profile gathered by -fprofile-generate."
14576 msgstr ""
14578 #: common.opt:2409
14579 #, no-c-format
14580 msgid "Remove prefix from absolute path before mangling name for -fprofile-generate= and -fprofile-use=."
14581 msgstr ""
14583 #: common.opt:2413
14584 #, no-c-format
14585 msgid "-fprofile-prefix-map=<old>=<new>\tMap one directory name to another in GCOV coverage result."
14586 msgstr ""
14588 #: common.opt:2417
14589 #, no-c-format
14590 msgid "Enable common options for generating profile info for profile feedback directed optimizations."
14591 msgstr ""
14593 #: common.opt:2421
14594 #, no-c-format
14595 msgid "Enable common options for generating profile info for profile feedback directed optimizations, and set -fprofile-dir=."
14596 msgstr ""
14598 #: common.opt:2425
14599 #, no-c-format
14600 msgid "Register the profile information in the .gcov_info section instead of using a constructor/destructor."
14601 msgstr ""
14603 #: common.opt:2429
14604 #, no-c-format
14605 msgid "Register the profile information in the specified section instead of using a constructor/destructor."
14606 msgstr ""
14608 #: common.opt:2433
14609 #, no-c-format
14610 msgid "Do not assume that functions never executed during the train run are cold."
14611 msgstr ""
14613 #: common.opt:2437
14614 #, no-c-format
14615 msgid "Enable common options for performing profile feedback directed optimizations."
14616 msgstr ""
14618 #: common.opt:2441
14619 #, no-c-format
14620 msgid "Enable common options for performing profile feedback directed optimizations, and set -fprofile-dir=."
14621 msgstr ""
14623 #: common.opt:2445
14624 #, no-c-format
14625 msgid "Insert code to profile values of expressions."
14626 msgstr ""
14628 #: common.opt:2449
14629 #, no-c-format
14630 msgid "Report on consistency of profile."
14631 msgstr ""
14633 #: common.opt:2453
14634 #, no-c-format
14635 msgid "Enable function reordering that improves code placement."
14636 msgstr ""
14638 #: common.opt:2457
14639 #, no-c-format
14640 msgid "Insert NOP instructions at each function entry."
14641 msgstr ""
14643 #: common.opt:2464
14644 #, no-c-format
14645 msgid "-frandom-seed=<string>\tMake compile reproducible using <string>."
14646 msgstr ""
14648 #: common.opt:2474
14649 #, no-c-format
14650 msgid "Record gcc command line switches in the object file."
14651 msgstr ""
14653 #: common.opt:2478
14654 #, no-c-format
14655 msgid "Return small aggregates in registers."
14656 msgstr ""
14658 #: common.opt:2486
14659 #, no-c-format
14660 msgid "Tell DSE that the storage for a C++ object is dead when the constructor starts and when the destructor finishes."
14661 msgstr ""
14663 #: common.opt:2497
14664 #, no-c-format
14665 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."
14666 msgstr ""
14668 #: common.opt:2512
14669 #, no-c-format
14670 msgid "Tell DCE to remove unused C++ allocations."
14671 msgstr ""
14673 #: common.opt:2516
14674 #, no-c-format
14675 msgid "Relief of register pressure through live range shrinkage."
14676 msgstr ""
14678 #: common.opt:2520
14679 #, no-c-format
14680 msgid "Perform a register renaming optimization pass."
14681 msgstr ""
14683 #: common.opt:2524
14684 #, no-c-format
14685 msgid "Perform a target dependent instruction fusion optimization pass."
14686 msgstr ""
14688 #: common.opt:2528
14689 #, no-c-format
14690 msgid "Reorder basic blocks to improve code placement."
14691 msgstr ""
14693 #: common.opt:2532
14694 #, no-c-format
14695 msgid "-freorder-blocks-algorithm=[simple|stc]\tSet the used basic block reordering algorithm."
14696 msgstr ""
14698 #: common.opt:2545
14699 #, no-c-format
14700 msgid "Reorder basic blocks and partition into hot and cold sections."
14701 msgstr ""
14703 #: common.opt:2549
14704 #, no-c-format
14705 msgid "Reorder functions to improve code placement."
14706 msgstr ""
14708 #: common.opt:2553
14709 #, no-c-format
14710 msgid "Add a common subexpression elimination pass after loop optimizations."
14711 msgstr ""
14713 #: common.opt:2561
14714 #, no-c-format
14715 msgid "Disable optimizations that assume default FP rounding behavior."
14716 msgstr ""
14718 #: common.opt:2565
14719 #, no-c-format
14720 msgid "Enable scheduling across basic blocks."
14721 msgstr ""
14723 #: common.opt:2569
14724 #, no-c-format
14725 msgid "Enable register pressure sensitive insn scheduling."
14726 msgstr ""
14728 #: common.opt:2573
14729 #, no-c-format
14730 msgid "Allow speculative motion of non-loads."
14731 msgstr ""
14733 #: common.opt:2577
14734 #, no-c-format
14735 msgid "Allow speculative motion of some loads."
14736 msgstr ""
14738 #: common.opt:2581
14739 #, no-c-format
14740 msgid "Allow speculative motion of more loads."
14741 msgstr ""
14743 #: common.opt:2585
14744 #, no-c-format
14745 msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler."
14746 msgstr ""
14748 #: common.opt:2589
14749 #, no-c-format
14750 msgid "If scheduling post reload, do superblock scheduling."
14751 msgstr ""
14753 #: common.opt:2597
14754 #, no-c-format
14755 msgid "Reschedule instructions before register allocation."
14756 msgstr ""
14758 #: common.opt:2601
14759 #, no-c-format
14760 msgid "Reschedule instructions after register allocation."
14761 msgstr ""
14763 #: common.opt:2608
14764 #, no-c-format
14765 msgid "Schedule instructions using selective scheduling algorithm."
14766 msgstr ""
14768 #: common.opt:2612
14769 #, no-c-format
14770 msgid "Run selective scheduling after reload."
14771 msgstr ""
14773 #: common.opt:2616
14774 #, no-c-format
14775 msgid "Run self-tests, using the given path to locate test files."
14776 msgstr ""
14778 #: common.opt:2620
14779 #, no-c-format
14780 msgid "Perform software pipelining of inner loops during selective scheduling."
14781 msgstr ""
14783 #: common.opt:2624
14784 #, no-c-format
14785 msgid "Perform software pipelining of outer loops during selective scheduling."
14786 msgstr ""
14788 #: common.opt:2628
14789 #, no-c-format
14790 msgid "Reschedule pipelined regions without pipelining."
14791 msgstr ""
14793 #: common.opt:2632
14794 #, no-c-format
14795 msgid "Allow interposing function (or variables) by ones with different semantics (or initializer) respectively by dynamic linker."
14796 msgstr ""
14798 #: common.opt:2638
14799 #, no-c-format
14800 msgid "Allow premature scheduling of queued insns."
14801 msgstr ""
14803 #: common.opt:2642
14804 #, no-c-format
14805 msgid "-fsched-stalled-insns=<number>\tSet number of queued insns that can be prematurely scheduled."
14806 msgstr ""
14808 #: common.opt:2650
14809 #, no-c-format
14810 msgid "Set dependence distance checking in premature scheduling of queued insns."
14811 msgstr ""
14813 #: common.opt:2654
14814 #, no-c-format
14815 msgid "-fsched-stalled-insns-dep=<number>\tSet dependence distance checking in premature scheduling of queued insns."
14816 msgstr ""
14818 #: common.opt:2658
14819 #, no-c-format
14820 msgid "Enable the group heuristic in the scheduler."
14821 msgstr ""
14823 #: common.opt:2662
14824 #, no-c-format
14825 msgid "Enable the critical path heuristic in the scheduler."
14826 msgstr ""
14828 #: common.opt:2666
14829 #, no-c-format
14830 msgid "Enable the speculative instruction heuristic in the scheduler."
14831 msgstr ""
14833 #: common.opt:2670
14834 #, no-c-format
14835 msgid "Enable the rank heuristic in the scheduler."
14836 msgstr ""
14838 #: common.opt:2674
14839 #, no-c-format
14840 msgid "Enable the last instruction heuristic in the scheduler."
14841 msgstr ""
14843 #: common.opt:2678
14844 #, no-c-format
14845 msgid "Enable the dependent count heuristic in the scheduler."
14846 msgstr ""
14848 #: common.opt:2682
14849 #, no-c-format
14850 msgid "Access data in the same section from shared anchor points."
14851 msgstr ""
14853 #: common.opt:2694
14854 #, no-c-format
14855 msgid "Turn on Redundant Extensions Elimination pass."
14856 msgstr ""
14858 #: common.opt:2698
14859 #, no-c-format
14860 msgid "Show column numbers in diagnostics, when available.  Default on."
14861 msgstr ""
14863 #: common.opt:2702
14864 #, no-c-format
14865 msgid "Emit function prologues only before parts of the function that need it, rather than at the top of the function."
14866 msgstr ""
14868 #: common.opt:2707
14869 #, no-c-format
14870 msgid "Shrink-wrap parts of the prologue and epilogue separately."
14871 msgstr ""
14873 #: common.opt:2711
14874 #, no-c-format
14875 msgid "Disable optimizations observable by IEEE signaling NaNs."
14876 msgstr ""
14878 #: common.opt:2715
14879 #, no-c-format
14880 msgid "Disable floating point optimizations that ignore the IEEE signedness of zero."
14881 msgstr ""
14883 #: common.opt:2719
14884 #, no-c-format
14885 msgid "Convert floating point constants to single precision constants."
14886 msgstr ""
14888 #: common.opt:2723
14889 #, no-c-format
14890 msgid "Split lifetimes of induction variables when loops are unrolled."
14891 msgstr ""
14893 #: common.opt:2727
14894 #, no-c-format
14895 msgid "Generate discontiguous stack frames."
14896 msgstr ""
14898 #: common.opt:2731
14899 #, no-c-format
14900 msgid "Split wide types into independent registers."
14901 msgstr ""
14903 #: common.opt:2735
14904 #, no-c-format
14905 msgid "Split wide types into independent registers earlier."
14906 msgstr ""
14908 #: common.opt:2739
14909 #, no-c-format
14910 msgid "Enable backward propagation of use properties at the SSA level."
14911 msgstr ""
14913 #: common.opt:2743
14914 #, no-c-format
14915 msgid "Optimize conditional patterns using SSA PHI nodes."
14916 msgstr ""
14918 #: common.opt:2747
14919 #, no-c-format
14920 msgid "Optimize amount of stdarg registers saved to stack at start of function."
14921 msgstr ""
14923 #: common.opt:2751
14924 #, no-c-format
14925 msgid "Apply variable expansion when loops are unrolled."
14926 msgstr ""
14928 #: common.opt:2755
14929 #, no-c-format
14930 msgid "-fstack-check=[no|generic|specific]\tInsert stack checking code into the program."
14931 msgstr ""
14933 #: common.opt:2759
14934 #, no-c-format
14935 msgid "Insert stack checking code into the program.  Same as -fstack-check=specific."
14936 msgstr "Umetne kȏd za provjeru stȏga u program. Isto kao -fstack-check=specific."
14938 #: common.opt:2763
14939 #, no-c-format
14940 msgid "Insert code to probe each page of stack space as it is allocated to protect from stack-clash style attacks."
14941 msgstr ""
14943 #: common.opt:2771
14944 #, no-c-format
14945 msgid "-fstack-limit-register=<register>\tTrap if the stack goes past <register>."
14946 msgstr ""
14948 #: common.opt:2775
14949 #, no-c-format
14950 msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>."
14951 msgstr ""
14953 #: common.opt:2779
14954 #, no-c-format
14955 msgid "Use propolice as a stack protection method."
14956 msgstr ""
14958 #: common.opt:2783
14959 #, no-c-format
14960 msgid "Use a stack protection method for every function."
14961 msgstr ""
14963 #: common.opt:2787
14964 #, no-c-format
14965 msgid "Use a smart stack protection method for certain functions."
14966 msgstr ""
14968 #: common.opt:2791
14969 #, no-c-format
14970 msgid "Use stack protection method only for functions with the stack_protect attribute."
14971 msgstr ""
14973 #: common.opt:2795
14974 #, no-c-format
14975 msgid "Output stack usage information on a per-function basis."
14976 msgstr ""
14978 #: common.opt:2807
14979 #, no-c-format
14980 msgid "Assume strict aliasing rules apply."
14981 msgstr ""
14983 #: common.opt:2811
14984 #, no-c-format
14985 msgid "Treat signed overflow as undefined.  Negated as -fwrapv -fwrapv-pointer."
14986 msgstr ""
14988 #: common.opt:2815
14989 #, no-c-format
14990 msgid "Implement __atomic operations via libcalls to legacy __sync functions."
14991 msgstr ""
14993 #: common.opt:2819
14994 #, no-c-format
14995 msgid "Check for syntax errors, then stop."
14996 msgstr ""
14998 #: common.opt:2823
14999 #, no-c-format
15000 msgid "Create data files needed by \"gcov\"."
15001 msgstr ""
15003 #: common.opt:2827
15004 #, no-c-format
15005 msgid "Perform jump threading optimizations."
15006 msgstr ""
15008 #: common.opt:2831
15009 #, no-c-format
15010 msgid "Report the time taken by each compiler pass."
15011 msgstr ""
15013 #: common.opt:2835
15014 #, no-c-format
15015 msgid "Record times taken by sub-phases separately."
15016 msgstr ""
15018 #: common.opt:2839
15019 #, no-c-format
15020 msgid "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the default thread-local storage code generation model."
15021 msgstr ""
15023 #: common.opt:2858
15024 #, no-c-format
15025 msgid "Reorder top level functions, variables, and asms."
15026 msgstr ""
15028 #: common.opt:2862
15029 #, no-c-format
15030 msgid "Perform superblock formation via tail duplication."
15031 msgstr ""
15033 #: common.opt:2866
15034 #, no-c-format
15035 msgid "For targets that normally need trampolines for nested functions, always generate them instead of using descriptors."
15036 msgstr ""
15038 #: common.opt:2874
15039 #, no-c-format
15040 msgid "Assume floating-point operations can trap."
15041 msgstr ""
15043 #: common.opt:2878
15044 #, no-c-format
15045 msgid "Trap for signed overflow in addition, subtraction and multiplication."
15046 msgstr ""
15048 #: common.opt:2882
15049 #, no-c-format
15050 msgid "Enable SSA-CCP optimization on trees."
15051 msgstr ""
15053 #: common.opt:2886
15054 #, no-c-format
15055 msgid "Enable SSA-BIT-CCP optimization on trees."
15056 msgstr ""
15058 #: common.opt:2894
15059 #, no-c-format
15060 msgid "Enable loop header copying on trees."
15061 msgstr ""
15063 #: common.opt:2902
15064 #, no-c-format
15065 msgid "Enable SSA coalescing of user variables."
15066 msgstr ""
15068 #: common.opt:2910
15069 #, no-c-format
15070 msgid "Enable copy propagation on trees."
15071 msgstr ""
15073 #: common.opt:2918
15074 #, no-c-format
15075 msgid "Transform condition stores into unconditional ones."
15076 msgstr ""
15078 #: common.opt:2922
15079 #, no-c-format
15080 msgid "Perform conversions of switch initializations."
15081 msgstr ""
15083 #: common.opt:2926
15084 #, no-c-format
15085 msgid "Enable SSA dead code elimination optimization on trees."
15086 msgstr ""
15088 #: common.opt:2930
15089 #, no-c-format
15090 msgid "Enable dominator optimizations."
15091 msgstr ""
15093 #: common.opt:2934
15094 #, no-c-format
15095 msgid "Enable tail merging on trees."
15096 msgstr ""
15098 #: common.opt:2938
15099 #, no-c-format
15100 msgid "Enable dead store elimination."
15101 msgstr ""
15103 #: common.opt:2942
15104 #, no-c-format
15105 msgid "Enable forward propagation on trees."
15106 msgstr ""
15108 #: common.opt:2946
15109 #, no-c-format
15110 msgid "Enable Full Redundancy Elimination (FRE) on trees."
15111 msgstr ""
15113 #: common.opt:2950
15114 #, no-c-format
15115 msgid "Enable string length optimizations on trees."
15116 msgstr ""
15118 #: common.opt:2954
15119 #, no-c-format
15120 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."
15121 msgstr ""
15123 #: common.opt:2960
15124 #, no-c-format
15125 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."
15126 msgstr ""
15128 #: common.opt:2967
15129 #, no-c-format
15130 msgid "Enable loop distribution on trees."
15131 msgstr ""
15133 #: common.opt:2971
15134 #, no-c-format
15135 msgid "Enable loop distribution for patterns transformed into a library call."
15136 msgstr ""
15138 #: common.opt:2975
15139 #, no-c-format
15140 msgid "Enable loop invariant motion on trees."
15141 msgstr ""
15143 #: common.opt:2983
15144 #, no-c-format
15145 msgid "Create canonical induction variables in loops."
15146 msgstr ""
15148 #: common.opt:2987
15149 #, no-c-format
15150 msgid "Enable loop optimizations on tree level."
15151 msgstr ""
15153 #: common.opt:2991
15154 #, no-c-format
15155 msgid "-ftree-parallelize-loops=<number>\tEnable automatic parallelization of loops."
15156 msgstr ""
15158 #: common.opt:2995
15159 #, no-c-format
15160 msgid "Enable hoisting loads from conditional pointers."
15161 msgstr ""
15163 #: common.opt:2999
15164 #, no-c-format
15165 msgid "Enable SSA-PRE optimization on trees."
15166 msgstr ""
15168 #: common.opt:3003
15169 #, no-c-format
15170 msgid "In SSA-PRE optimization on trees, enable partial-partial redundancy elimination."
15171 msgstr ""
15173 #: common.opt:3007
15174 #, no-c-format
15175 msgid "Perform function-local points-to analysis on trees."
15176 msgstr ""
15178 #: common.opt:3011
15179 #, no-c-format
15180 msgid "Enable reassociation on tree level."
15181 msgstr ""
15183 #: common.opt:3019
15184 #, no-c-format
15185 msgid "Enable SSA code sinking on trees."
15186 msgstr ""
15188 #: common.opt:3023
15189 #, no-c-format
15190 msgid "Perform straight-line strength reduction."
15191 msgstr ""
15193 #: common.opt:3027
15194 #, no-c-format
15195 msgid "Perform scalar replacement of aggregates."
15196 msgstr ""
15198 #: common.opt:3031
15199 #, no-c-format
15200 msgid "Replace temporary expressions in the SSA->normal pass."
15201 msgstr ""
15203 #: common.opt:3035
15204 #, no-c-format
15205 msgid "Perform live range splitting during the SSA->normal pass."
15206 msgstr ""
15208 #: common.opt:3039
15209 #, no-c-format
15210 msgid "Perform Value Range Propagation on trees."
15211 msgstr ""
15213 #: common.opt:3043
15214 #, no-c-format
15215 msgid "Split paths leading to loop backedges."
15216 msgstr ""
15218 #: common.opt:3047
15219 #, no-c-format
15220 msgid "Assume common declarations may be overridden with ones with a larger trailing array."
15221 msgstr ""
15223 #: common.opt:3052
15224 #, no-c-format
15225 msgid "Compile whole compilation unit at a time."
15226 msgstr ""
15228 #: common.opt:3056
15229 #, no-c-format
15230 msgid "Trap on __builtin_unreachable instead of using it for optimization."
15231 msgstr ""
15233 #: common.opt:3060
15234 #, no-c-format
15235 msgid "Perform loop unrolling when iteration count is known."
15236 msgstr ""
15238 #: common.opt:3064
15239 #, no-c-format
15240 msgid "Perform loop unrolling for all loops."
15241 msgstr ""
15243 #: common.opt:3079
15244 #, no-c-format
15245 msgid "Allow optimization for floating-point arithmetic which may change the result of the operation due to rounding."
15246 msgstr ""
15248 #: common.opt:3084
15249 #, no-c-format
15250 msgid "Same as -fassociative-math for expressions which include division."
15251 msgstr "Isto kao -fassociative-math za izraze koju uključuju dijeljenje."
15253 #: common.opt:3092
15254 #, no-c-format
15255 msgid "Allow math optimizations that may violate IEEE or ISO standards."
15256 msgstr ""
15258 #: common.opt:3096
15259 #, no-c-format
15260 msgid "Perform loop unswitching."
15261 msgstr ""
15263 #: common.opt:3100
15264 #, no-c-format
15265 msgid "Perform loop splitting."
15266 msgstr ""
15268 #: common.opt:3104
15269 #, no-c-format
15270 msgid "Version loops based on whether indices have a stride of one."
15271 msgstr ""
15273 #: common.opt:3108
15274 #, no-c-format
15275 msgid "Just generate unwind tables for exception handling."
15276 msgstr ""
15278 #: common.opt:3112
15279 #, no-c-format
15280 msgid "Use the bfd linker instead of the default linker."
15281 msgstr ""
15283 #: common.opt:3116
15284 #, no-c-format
15285 msgid "Use the gold linker instead of the default linker."
15286 msgstr ""
15288 #: common.opt:3120
15289 #, no-c-format
15290 msgid "Use the lld LLVM linker instead of the default linker."
15291 msgstr ""
15293 #: common.opt:3124
15294 #, no-c-format
15295 msgid "Use the Modern linker (MOLD) linker instead of the default linker."
15296 msgstr ""
15298 #: common.opt:3134
15299 #, no-c-format
15300 msgid "Perform variable tracking."
15301 msgstr ""
15303 #: common.opt:3141
15304 #, no-c-format
15305 msgid "Perform variable tracking by annotating assignments."
15306 msgstr ""
15308 #: common.opt:3147
15309 #, no-c-format
15310 msgid "Toggle -fvar-tracking-assignments."
15311 msgstr ""
15313 #: common.opt:3154
15314 #, no-c-format
15315 msgid "Perform variable tracking and also tag variables that are uninitialized."
15316 msgstr ""
15318 #: common.opt:3159
15319 #, no-c-format
15320 msgid "Enable vectorization on trees."
15321 msgstr ""
15323 #: common.opt:3167
15324 #, no-c-format
15325 msgid "Enable loop vectorization on trees."
15326 msgstr ""
15328 #: common.opt:3171
15329 #, no-c-format
15330 msgid "Enable basic block vectorization (SLP) on trees."
15331 msgstr ""
15333 #: common.opt:3175
15334 #, no-c-format
15335 msgid "-fvect-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the cost model for vectorization."
15336 msgstr ""
15338 #: common.opt:3179
15339 #, no-c-format
15340 msgid "-fsimd-cost-model=[unlimited|dynamic|cheap|very-cheap]\tSpecifies the vectorization cost model for code marked with a simd directive."
15341 msgstr ""
15343 #: common.opt:3198
15344 #, no-c-format
15345 msgid "Enables the dynamic vectorizer cost model.  Preserved for backward compatibility."
15346 msgstr ""
15348 #: common.opt:3206
15349 #, no-c-format
15350 msgid "Enable copy propagation of scalar-evolution information."
15351 msgstr ""
15353 #: common.opt:3210
15354 #, no-c-format
15355 msgid "-ftrivial-auto-var-init=[uninitialized|pattern|zero]\tAdd initializations to automatic variables."
15356 msgstr ""
15358 #: common.opt:3232
15359 #, no-c-format
15360 msgid "Add extra commentary to assembler output."
15361 msgstr ""
15363 #: common.opt:3236
15364 #, no-c-format
15365 msgid "-fvisibility=[default|internal|hidden|protected]\tSet the default symbol visibility."
15366 msgstr ""
15368 #: common.opt:3255
15369 #, no-c-format
15370 msgid "Validate vtable pointers before using them."
15371 msgstr ""
15373 #: common.opt:3271
15374 #, no-c-format
15375 msgid "Output vtable verification counters."
15376 msgstr ""
15378 #: common.opt:3275
15379 #, no-c-format
15380 msgid "Output vtable verification pointer sets information."
15381 msgstr ""
15383 #: common.opt:3279
15384 #, no-c-format
15385 msgid "Use expression value profiles in optimizations."
15386 msgstr ""
15388 #: common.opt:3283
15389 #, no-c-format
15390 msgid "Construct webs and split unrelated uses of single variable."
15391 msgstr ""
15393 #: common.opt:3287
15394 #, no-c-format
15395 msgid "Enable conditional dead code elimination for builtin calls."
15396 msgstr ""
15398 #: common.opt:3291
15399 #, no-c-format
15400 msgid "Perform whole program optimizations."
15401 msgstr ""
15403 #: common.opt:3295
15404 #, no-c-format
15405 msgid "Assume pointer overflow wraps around."
15406 msgstr ""
15408 #: common.opt:3299
15409 #, no-c-format
15410 msgid "Assume signed arithmetic overflow wraps around."
15411 msgstr ""
15413 #: common.opt:3303
15414 #, no-c-format
15415 msgid "Put zero initialized data in the bss section."
15416 msgstr ""
15418 #: common.opt:3307
15419 #, no-c-format
15420 msgid "Clear call-used registers upon function return."
15421 msgstr ""
15423 #: common.opt:3311
15424 #, no-c-format
15425 msgid "Generate debug information in default format."
15426 msgstr ""
15428 #: common.opt:3315
15429 #, no-c-format
15430 msgid "Assume assembler support for (DWARF2+) .loc directives."
15431 msgstr ""
15433 #: common.opt:3319
15434 #, no-c-format
15435 msgid "Assume assembler support for view in (DWARF2+) .loc directives."
15436 msgstr ""
15438 #: common.opt:3339
15439 #, no-c-format
15440 msgid "Record DW_AT_decl_column and DW_AT_call_column in DWARF."
15441 msgstr ""
15443 #: common.opt:3345
15444 #, no-c-format
15445 msgid "Generate CTF debug information at default level."
15446 msgstr ""
15448 #: common.opt:3349
15449 #, no-c-format
15450 msgid "Generate BTF debug information at default level."
15451 msgstr ""
15453 #: common.opt:3353
15454 #, no-c-format
15455 msgid "Generate debug information in default version of DWARF format."
15456 msgstr ""
15458 #: common.opt:3357
15459 #, no-c-format
15460 msgid "Generate debug information in DWARF v2 (or later) format."
15461 msgstr ""
15463 #: common.opt:3361
15464 #, no-c-format
15465 msgid "Use 32-bit DWARF format when emitting DWARF debug information."
15466 msgstr ""
15468 #: common.opt:3365
15469 #, no-c-format
15470 msgid "Use 64-bit DWARF format when emitting DWARF debug information."
15471 msgstr ""
15473 #: common.opt:3369
15474 #, no-c-format
15475 msgid "Generate debug information in default extended format."
15476 msgstr ""
15478 #: common.opt:3373
15479 #, no-c-format
15480 msgid "Generate extended entry point information for inlined functions."
15481 msgstr ""
15483 #: common.opt:3377
15484 #, no-c-format
15485 msgid "Compute locview reset points based on insn length estimates."
15486 msgstr ""
15488 #: common.opt:3385
15489 #, no-c-format
15490 msgid "Don't generate DWARF pubnames and pubtypes sections."
15491 msgstr ""
15493 #: common.opt:3389
15494 #, no-c-format
15495 msgid "Generate DWARF pubnames and pubtypes sections."
15496 msgstr ""
15498 #: common.opt:3393
15499 #, no-c-format
15500 msgid "Generate DWARF pubnames and pubtypes sections with GNU extensions."
15501 msgstr ""
15503 #: common.opt:3397
15504 #, no-c-format
15505 msgid "Record gcc command line switches in DWARF DW_AT_producer."
15506 msgstr ""
15508 #: common.opt:3401
15509 #, no-c-format
15510 msgid "Generate debug information in separate .dwo files."
15511 msgstr ""
15513 #: common.opt:3413
15514 #, no-c-format
15515 msgid "Emit progressive recommended breakpoint locations."
15516 msgstr ""
15518 #: common.opt:3417
15519 #, no-c-format
15520 msgid "Don't emit DWARF additions beyond selected version."
15521 msgstr ""
15523 #: common.opt:3421
15524 #, no-c-format
15525 msgid "Add description attributes to some DWARF DIEs that have no name attribute."
15526 msgstr ""
15528 #: common.opt:3425
15529 #, no-c-format
15530 msgid "Toggle debug information generation."
15531 msgstr ""
15533 #: common.opt:3429
15534 #, no-c-format
15535 msgid "Augment variable location lists with progressive views."
15536 msgstr ""
15538 #: common.opt:3436
15539 #, no-c-format
15540 msgid "Generate debug information in VMS format."
15541 msgstr ""
15543 #: common.opt:3465
15544 #, no-c-format
15545 msgid "Generate compressed debug sections."
15546 msgstr ""
15548 #: common.opt:3469
15549 #, no-c-format
15550 msgid "-gz=<format>\tGenerate compressed debug sections in format <format>."
15551 msgstr ""
15553 #: common.opt:3476
15554 #, no-c-format
15555 msgid "-iplugindir=<dir>\tSet <dir> to be the default plugin directory."
15556 msgstr ""
15558 #: common.opt:3480
15559 #, no-c-format
15560 msgid "-imultiarch <dir>\tSet <dir> to be the multiarch include subdirectory."
15561 msgstr ""
15563 #: common.opt:3508
15564 #, no-c-format
15565 msgid "-o <file>\tPlace output into <file>."
15566 msgstr "-o <file>\tSmjesti (upiše) izlaz u <file>."
15568 #: common.opt:3512
15569 #, no-c-format
15570 msgid "Enable function profiling."
15571 msgstr ""
15573 #: common.opt:3522
15574 #, no-c-format
15575 msgid "Like -pedantic but issue them as errors."
15576 msgstr ""
15578 #: common.opt:3562
15579 #, no-c-format
15580 msgid "Do not display functions compiled or elapsed time."
15581 msgstr ""
15583 #: common.opt:3594
15584 #, no-c-format
15585 msgid "Enable verbose output."
15586 msgstr ""
15588 #: common.opt:3598
15589 #, no-c-format
15590 msgid "Display the compiler's version."
15591 msgstr ""
15593 #: common.opt:3602
15594 #, no-c-format
15595 msgid "Suppress warnings."
15596 msgstr ""
15598 #: common.opt:3612
15599 #, no-c-format
15600 msgid "Create a shared library."
15601 msgstr "Stvori zajedničku (dijeljenu) biblioteku."
15603 #: common.opt:3672
15604 #, no-c-format
15605 msgid "Don't create a dynamically linked position independent executable."
15606 msgstr ""
15608 #: common.opt:3676
15609 #, no-c-format
15610 msgid "Create a dynamically linked position independent executable."
15611 msgstr ""
15613 #: common.opt:3680
15614 #, no-c-format
15615 msgid "Create a static position independent executable."
15616 msgstr ""
15618 #: common.opt:3687
15619 #, no-c-format
15620 msgid "Use caller save register across calls if possible."
15621 msgstr ""
15623 #: params.opt:27
15624 #, no-c-format
15625 msgid "Loops iterating at least selected number of iterations will get loop alignment."
15626 msgstr ""
15628 #: params.opt:31
15629 #, no-c-format
15630 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment."
15631 msgstr ""
15633 #: params.opt:35
15634 #, no-c-format
15635 msgid "Enable asan globals protection."
15636 msgstr ""
15638 #: params.opt:39
15639 #, no-c-format
15640 msgid "Enable asan allocas/VLAs protection."
15641 msgstr ""
15643 #: params.opt:43
15644 #, no-c-format
15645 msgid "Enable asan load operations protection."
15646 msgstr ""
15648 #: params.opt:47
15649 #, no-c-format
15650 msgid "Enable asan store operations protection."
15651 msgstr ""
15653 #: params.opt:51
15654 #, no-c-format
15655 msgid "Use callbacks instead of inline code if number of accesses in function becomes greater or equal to this number."
15656 msgstr ""
15658 #: params.opt:55
15659 #, no-c-format
15660 msgid "Prefix calls to memcpy, memset and memmove with __asan_ or __hwasan_ for -fsanitize=kernel-address or -fsanitize=kernel-hwaddress."
15661 msgstr ""
15663 #: params.opt:59
15664 #, no-c-format
15665 msgid "Enable asan builtin functions protection."
15666 msgstr ""
15668 #: params.opt:63
15669 #, no-c-format
15670 msgid "Enable asan stack protection."
15671 msgstr ""
15673 #: params.opt:67
15674 #, no-c-format
15675 msgid "Enable asan detection of use-after-return bugs."
15676 msgstr ""
15678 #: params.opt:71
15679 #, no-c-format
15680 msgid "Enable hwasan instrumentation of statically sized stack-allocated variables."
15681 msgstr ""
15683 #: params.opt:75
15684 #, no-c-format
15685 msgid "Use random base tag for each frame, as opposed to base always zero."
15686 msgstr ""
15688 #: params.opt:79
15689 #, no-c-format
15690 msgid "Enable hwasan instrumentation of allocas/VLAs."
15691 msgstr ""
15693 #: params.opt:83
15694 #, no-c-format
15695 msgid "Enable hwasan instrumentation of load operations."
15696 msgstr ""
15698 #: params.opt:87
15699 #, no-c-format
15700 msgid "Enable hwasan instrumentation of store operations."
15701 msgstr ""
15703 #: params.opt:91
15704 #, no-c-format
15705 msgid "Enable hwasan instrumentation of builtin functions."
15706 msgstr ""
15708 #: params.opt:95
15709 #, no-c-format
15710 msgid "Average number of iterations of a loop."
15711 msgstr ""
15713 #: params.opt:99
15714 #, no-c-format
15715 msgid "Maximum number of bits for which we avoid creating FMAs."
15716 msgstr ""
15718 #: params.opt:103
15719 #, no-c-format
15720 msgid "Set the estimated probability in percentage for builtin expect. The default value is 90% probability."
15721 msgstr ""
15723 #: params.opt:107
15724 #, no-c-format
15725 msgid "The maximum length of a constant string for a builtin string cmp call eligible for inlining. The default value is 3."
15726 msgstr ""
15728 #: params.opt:111
15729 #, no-c-format
15730 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."
15731 msgstr ""
15733 #: params.opt:115
15734 #, no-c-format
15735 msgid "Probability that COMDAT function will be shared with different compilation unit."
15736 msgstr "Vjerojatnost da će COMDAT funkcija biti dijeljena s različitom kompilacijskom jedinicom."
15738 #: params.opt:119
15739 #, no-c-format
15740 msgid "Maximum number of namespaces to search for alternatives when name lookup fails."
15741 msgstr ""
15743 #: params.opt:123
15744 #, no-c-format
15745 msgid "Maximum number of queries into the alias oracle per store."
15746 msgstr ""
15748 #: params.opt:127
15749 #, no-c-format
15750 msgid "Maximum size (in bytes) of objects tracked bytewise by dead store elimination."
15751 msgstr ""
15753 #: params.opt:131
15754 #, no-c-format
15755 msgid "Maximal estimated growth of function body caused by early inlining of single call."
15756 msgstr ""
15758 #: params.opt:135
15759 #, no-c-format
15760 msgid "Maximum number of basic blocks before EVRP uses a sparse cache."
15761 msgstr ""
15763 #: params.opt:139
15764 #, no-c-format
15765 msgid "Maximum number of outgoing edges in a switch before EVRP will not process it."
15766 msgstr ""
15768 #: params.opt:143
15769 #, no-c-format
15770 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."
15771 msgstr ""
15773 #: params.opt:147
15774 #, no-c-format
15775 msgid "The threshold ratio of critical edges execution count that permit performing redundancy elimination after reload."
15776 msgstr ""
15778 #: params.opt:151
15779 #, no-c-format
15780 msgid "The threshold ratio for performing partial redundancy elimination after reload."
15781 msgstr ""
15783 #: params.opt:155
15784 #, no-c-format
15785 msgid "Scaling factor in calculation of maximum distance an expression can be moved by GCSE optimizations."
15786 msgstr ""
15788 #: params.opt:159
15789 #, no-c-format
15790 msgid "Cost at which GCSE optimizations will not constraint the distance an expression can travel."
15791 msgstr ""
15793 #: params.opt:163
15794 #, no-c-format
15795 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
15796 msgstr ""
15798 #: params.opt:167
15799 #, no-c-format
15800 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
15801 msgstr ""
15803 #: params.opt:171
15804 #, no-c-format
15805 msgid "The number of executions of a basic block which is considered hot. The parameter is used only in GIMPLE FE."
15806 msgstr ""
15808 #: params.opt:175
15809 #, no-c-format
15810 msgid "Whether codegen errors should be ICEs when -fchecking."
15811 msgstr ""
15813 #: params.opt:179
15814 #, no-c-format
15815 msgid "Maximum number of arrays per SCoP."
15816 msgstr ""
15818 #: params.opt:183
15819 #, no-c-format
15820 msgid "Maximum number of parameters in a SCoP."
15821 msgstr ""
15823 #: params.opt:187
15824 #, no-c-format
15825 msgid "The number of elements for which hash table verification is done for each searched element."
15826 msgstr ""
15828 #: params.opt:191
15829 #, no-c-format
15830 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)."
15831 msgstr ""
15833 #: params.opt:195
15834 #, no-c-format
15835 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)."
15836 msgstr ""
15838 #: params.opt:199
15839 #, no-c-format
15840 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."
15841 msgstr ""
15843 #: params.opt:203
15844 #, no-c-format
15845 msgid "The scale (in percents) applied to inline-insns-single and auto limits when heuristics hints that inlining is very profitable."
15846 msgstr ""
15848 #: params.opt:207
15849 #, no-c-format
15850 msgid "The minimal estimated speedup allowing inliner to ignore inline-insns-single and inline-insns-auto."
15851 msgstr ""
15853 #: params.opt:211
15854 #, no-c-format
15855 msgid "How much can given compilation unit grow because of the inlining (in percent)."
15856 msgstr ""
15858 #: params.opt:215
15859 #, no-c-format
15860 msgid "The upper bound for sharing integer constants."
15861 msgstr ""
15863 #: params.opt:219
15864 #, no-c-format
15865 msgid "Threshold ipa-cp opportunity evaluation that is still considered beneficial to clone."
15866 msgstr ""
15868 #: params.opt:223
15869 #, no-c-format
15870 msgid "Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known."
15871 msgstr ""
15873 #: params.opt:227
15874 #, no-c-format
15875 msgid "Maximum depth of recursive cloning for self-recursive function."
15876 msgstr ""
15878 #: params.opt:231
15879 #, no-c-format
15880 msgid "Recursive cloning only when the probability of call being executed exceeds the parameter."
15881 msgstr ""
15883 #: params.opt:235
15884 #, no-c-format
15885 msgid "When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back an unchanged value by this factor."
15886 msgstr ""
15888 #: params.opt:239
15889 #, no-c-format
15890 msgid "Percentage penalty the recursive functions will receive when they are evaluated for cloning."
15891 msgstr ""
15893 #: params.opt:243
15894 #, no-c-format
15895 msgid "Percentage penalty functions containing a single call to another function will receive when they are evaluated for cloning."
15896 msgstr ""
15898 #: params.opt:247
15899 #, no-c-format
15900 msgid "How much can given compilation unit grow because of the interprocedural constant propagation (in percent)."
15901 msgstr ""
15903 #: params.opt:251
15904 #, no-c-format
15905 msgid "The size of translation unit that IPA-CP pass considers large."
15906 msgstr "Veličina jedinice prijevoda koju IPA-CP prolaz smatra velikom."
15908 #: params.opt:255
15909 #, no-c-format
15910 msgid "Maximum size of a list of values associated with each parameter for interprocedural constant propagation."
15911 msgstr ""
15913 #: params.opt:259
15914 #, no-c-format
15915 msgid "When using profile feedback, use the edge at this percentage position in frequncy histogram as the bases for IPA-CP heuristics."
15916 msgstr ""
15918 #: params.opt:263
15919 #, no-c-format
15920 msgid "Maximum number of statements visited during jump function offset discovery."
15921 msgstr ""
15923 #: params.opt:267
15924 #, no-c-format
15925 msgid "Maximum number of statements that will be visited by IPA formal parameter analysis based on alias analysis in any given function."
15926 msgstr ""
15928 #: params.opt:271
15929 #, no-c-format
15930 msgid "Maximum number of aggregate content items for a parameter in jump functions and lattices."
15931 msgstr ""
15933 #: params.opt:275
15934 #, no-c-format
15935 msgid "Maximum number of operations in a parameter expression that can be handled by IPA analysis."
15936 msgstr ""
15938 #: params.opt:279
15939 #, no-c-format
15940 msgid "Maximum number of different predicates used to track properties of loops in IPA analysis."
15941 msgstr ""
15943 #: params.opt:283
15944 #, no-c-format
15945 msgid "Maximal number of boundary endpoints of case ranges of switch statement used during IPA function summary generation."
15946 msgstr ""
15948 #: params.opt:287
15949 #, no-c-format
15950 msgid "Minimum probability (in percent) of dereferencing of a function pointer parameter for it to be considered for replacement with simple values."
15951 msgstr ""
15953 #: params.opt:291
15954 #, no-c-format
15955 msgid "Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, also the maximum number of replacements of a formal parameter."
15956 msgstr ""
15958 #: params.opt:295
15959 #, no-c-format
15960 msgid "Maximum allowed growth of total size of new parameters that ipa-sra replaces a pointer to an aggregate with."
15961 msgstr ""
15963 #: params.opt:299
15964 #, no-c-format
15965 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."
15966 msgstr ""
15968 #: params.opt:303
15969 #, no-c-format
15970 msgid "The number of registers in each class kept unused by loop invariant motion."
15971 msgstr ""
15973 #: params.opt:307
15974 #, no-c-format
15975 msgid "Max size of conflict table in MB."
15976 msgstr ""
15978 #: params.opt:311
15979 #, no-c-format
15980 msgid "Approximate function insn number in 1K units triggering simple local RA."
15981 msgstr ""
15983 #: params.opt:315
15984 #, no-c-format
15985 msgid "Max loops number for regional RA."
15986 msgstr ""
15988 #: params.opt:319
15989 #, no-c-format
15990 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."
15991 msgstr ""
15993 #: params.opt:323
15994 #, no-c-format
15995 msgid "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization."
15996 msgstr ""
15998 #: params.opt:327
15999 #, no-c-format
16000 msgid "Bound on number of candidates below that all candidates are considered in iv optimizations."
16001 msgstr ""
16003 #: params.opt:331
16004 #, no-c-format
16005 msgid "Bound on number of iv uses in loop optimized in iv optimizations."
16006 msgstr ""
16008 #: params.opt:335
16009 #, no-c-format
16010 msgid "The maximum code size growth ratio when expanding into a jump table (in percent).  The parameter is used when optimizing for size."
16011 msgstr ""
16013 #: params.opt:339
16014 #, no-c-format
16015 msgid "The maximum code size growth ratio when expanding into a jump table (in percent).  The parameter is used when optimizing for speed."
16016 msgstr ""
16018 #: params.opt:343
16019 #, no-c-format
16020 msgid "The size of L1 cache line."
16021 msgstr ""
16023 #: params.opt:347
16024 #, no-c-format
16025 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."
16026 msgstr ""
16028 #: params.opt:356
16029 #, no-c-format
16030 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."
16031 msgstr ""
16033 #: params.opt:363
16034 #, no-c-format
16035 msgid "The size of L1 cache."
16036 msgstr ""
16038 #: params.opt:367
16039 #, no-c-format
16040 msgid "The size of L2 cache."
16041 msgstr ""
16043 #: params.opt:371
16044 #, no-c-format
16045 msgid "Maximal growth due to inlining of large function (in percent)."
16046 msgstr ""
16048 #: params.opt:375
16049 #, no-c-format
16050 msgid "The size of function body to be considered large."
16051 msgstr "Veličina tijela funkcije koja se smatra velikom."
16053 #: params.opt:379
16054 #, no-c-format
16055 msgid "The size of stack frame to be considered large."
16056 msgstr "Veličina okvira stoga koja se smatra velikim."
16058 #: params.opt:383
16059 #, no-c-format
16060 msgid "Maximal stack frame growth due to inlining (in percent)."
16061 msgstr ""
16063 #: params.opt:387
16064 #, no-c-format
16065 msgid "The size of translation unit to be considered large."
16066 msgstr "Veličina jedinice prijevoda koja se smatra velikom."
16068 #: params.opt:391
16069 #, no-c-format
16070 msgid "Maximum number of concurrently open C++ module files when lazy loading."
16071 msgstr ""
16073 #: params.opt:395
16074 #, no-c-format
16075 msgid "The minimum cost of an expensive expression in the loop invariant motion."
16076 msgstr ""
16078 #: params.opt:399
16079 #, no-c-format
16080 msgid "True if a non-short-circuit operation is optimal."
16081 msgstr ""
16083 #: params.opt:403
16084 #, no-c-format
16085 msgid "Size of tiles for loop blocking."
16086 msgstr ""
16088 #: params.opt:407
16089 #, no-c-format
16090 msgid "The maximum number of stmts in loop nest for loop interchange."
16091 msgstr ""
16093 #: params.opt:411
16094 #, no-c-format
16095 msgid "The minimum stride ratio for loop interchange to be profitable."
16096 msgstr ""
16098 #: params.opt:415
16099 #, no-c-format
16100 msgid "Max basic blocks number in loop for loop invariant motion."
16101 msgstr ""
16103 #: params.opt:419
16104 #, no-c-format
16105 msgid "Maximum number of datarefs in loop for building loop data dependencies."
16106 msgstr ""
16108 #: params.opt:423
16109 #, no-c-format
16110 msgid "The maximum number of instructions in an inner loop that is being considered for versioning."
16111 msgstr ""
16113 #: params.opt:427
16114 #, no-c-format
16115 msgid "The maximum number of instructions in an outer loop that is being considered for versioning, on top of the instructions in inner loops."
16116 msgstr ""
16118 #: params.opt:431
16119 #, no-c-format
16120 msgid "Minimal fall-through edge probability in percentage used to add BB to inheritance EBB in LRA."
16121 msgstr ""
16123 #: params.opt:435
16124 #, no-c-format
16125 msgid "The max number of reload pseudos which are considered during spilling a non-reload pseudo."
16126 msgstr ""
16128 #: params.opt:439
16129 #, no-c-format
16130 msgid "Maximal size of a partition for LTO (in estimated instructions)."
16131 msgstr ""
16133 #: params.opt:443
16134 #, no-c-format
16135 msgid "maximal number of LTO partitions streamed in parallel."
16136 msgstr ""
16138 #: params.opt:447
16139 #, no-c-format
16140 msgid "Minimal size of a partition for LTO (in estimated instructions)."
16141 msgstr ""
16143 #: params.opt:451
16144 #, no-c-format
16145 msgid "Number of partitions the program should be split to."
16146 msgstr ""
16148 #: params.opt:455
16149 #, no-c-format
16150 msgid "The maximum number of instructions to consider to unroll in a loop on average."
16151 msgstr ""
16153 #: params.opt:459
16154 #, no-c-format
16155 msgid "The maximum number of insns combine tries to combine."
16156 msgstr ""
16158 #: params.opt:463
16159 #, no-c-format
16160 msgid "The maximum depth of a loop nest we completely peel."
16161 msgstr ""
16163 #: params.opt:467
16164 #, no-c-format
16165 msgid "The maximum number of peelings of a single loop that is peeled completely."
16166 msgstr ""
16168 #: params.opt:471
16169 #, no-c-format
16170 msgid "The maximum number of insns of a completely peeled loop."
16171 msgstr ""
16173 #: params.opt:475
16174 #, no-c-format
16175 msgid "The maximum number of incoming edges to consider for crossjumping."
16176 msgstr ""
16178 #: params.opt:479
16179 #, no-c-format
16180 msgid "The maximum instructions CSE process before flushing."
16181 msgstr ""
16183 #: params.opt:483
16184 #, no-c-format
16185 msgid "The maximum length of path considered in cse."
16186 msgstr ""
16188 #: params.opt:487
16189 #, no-c-format
16190 msgid "The maximum memory locations recorded by cselib."
16191 msgstr "Maksimalni broj memorijskih lokacija zabilježenih s cselib."
16193 #: params.opt:491
16194 #, no-c-format
16195 msgid "Max. count of debug markers to expand or inline."
16196 msgstr ""
16198 #: params.opt:495
16199 #, no-c-format
16200 msgid "The maximum number of instructions to consider to fill a delay slot."
16201 msgstr ""
16203 #: params.opt:499
16204 #, no-c-format
16205 msgid "The maximum number of instructions to consider to find accurate live register information."
16206 msgstr ""
16208 #: params.opt:503
16209 #, no-c-format
16210 msgid "Maximum number of active local stores in RTL dead store elimination."
16211 msgstr ""
16213 #: params.opt:507
16214 #, no-c-format
16215 msgid "The maximum number of nested indirect inlining performed by early inliner."
16216 msgstr ""
16218 #: params.opt:511
16219 #, no-c-format
16220 msgid "Maximum number of fields in a structure before pointer analysis treats the structure as a single variable."
16221 msgstr ""
16223 #: params.opt:515
16224 #, no-c-format
16225 msgid "Maximum number of instructions to copy when duplicating blocks on a finite state automaton jump thread path."
16226 msgstr ""
16228 #: params.opt:519
16229 #, no-c-format
16230 msgid "The maximum ratio of insertions to deletions of expressions in GCSE."
16231 msgstr ""
16233 #: params.opt:523
16234 #, no-c-format
16235 msgid "The maximum amount of memory to be allocated by GCSE, in kilobytes."
16236 msgstr "Maksimalna količina memorije koju GCSE dodijeli, u kilobajtima."
16238 #: params.opt:527
16239 #, no-c-format
16240 msgid "The maximum number of insns to duplicate when unfactoring computed gotos."
16241 msgstr ""
16243 #: params.opt:531
16244 #, no-c-format
16245 msgid "The maximum expansion factor when copying basic blocks."
16246 msgstr ""
16248 #: params.opt:535
16249 #, no-c-format
16250 msgid "Maximum depth of search in the dominator tree for expressions to hoist."
16251 msgstr ""
16253 #: params.opt:539
16254 #, no-c-format
16255 msgid "Maximum loop depth of a call which is considered for inlining functions called once."
16256 msgstr ""
16258 #: params.opt:543
16259 #, no-c-format
16260 msgid "Maximum combined size of caller and callee which is inlined if callee is called once."
16261 msgstr ""
16263 #: params.opt:547
16264 #, no-c-format
16265 msgid "The maximum number of instructions when automatically inlining."
16266 msgstr ""
16268 #: params.opt:551
16269 #, no-c-format
16270 msgid "The maximum number of instructions inline function can grow to via recursive inlining."
16271 msgstr ""
16273 #: params.opt:555
16274 #, no-c-format
16275 msgid "The maximum number of instructions non-inline function can grow to via recursive inlining."
16276 msgstr ""
16278 #: params.opt:559
16279 #, no-c-format
16280 msgid "The maximum number of instructions in a single function eligible for inlining."
16281 msgstr ""
16283 #: params.opt:563
16284 #, no-c-format
16285 msgid "The maximum number of instructions when inlining for size."
16286 msgstr ""
16288 #: params.opt:567
16289 #, no-c-format
16290 msgid "The maximum number of instructions when automatically inlining small functions."
16291 msgstr ""
16293 #: params.opt:571
16294 #, no-c-format
16295 msgid "The maximum depth of recursive inlining for inline functions."
16296 msgstr ""
16298 #: params.opt:575
16299 #, no-c-format
16300 msgid "The maximum depth of recursive inlining for non-inline functions."
16301 msgstr ""
16303 #: params.opt:579
16304 #, no-c-format
16305 msgid "Maximum number of isl operations, 0 means unlimited."
16306 msgstr ""
16308 #: params.opt:583
16309 #, no-c-format
16310 msgid "Bound on the cost of an expression to compute the number of iterations."
16311 msgstr ""
16313 #: params.opt:587
16314 #, no-c-format
16315 msgid "Bound on the number of iterations the brute force # of iterations analysis algorithm evaluates."
16316 msgstr ""
16318 #: params.opt:591
16319 #, no-c-format
16320 msgid "Maximum number of statements allowed in a block that needs to be duplicated when threading jumps."
16321 msgstr ""
16323 #: params.opt:595
16324 #, no-c-format
16325 msgid "Search space limit for the backwards jump threader."
16326 msgstr ""
16328 #: params.opt:599
16329 #, no-c-format
16330 msgid "The maximum number of RTL nodes that can be recorded as combiner's last value."
16331 msgstr ""
16333 #: params.opt:603
16334 #, no-c-format
16335 msgid "The maximum number of insns in loop header duplicated by the copy loop headers pass."
16336 msgstr ""
16338 #: params.opt:607
16339 #, no-c-format
16340 msgid "The maximum number of backtrack attempts the scheduler should make when modulo scheduling a loop."
16341 msgstr ""
16343 #: params.opt:611
16344 #, no-c-format
16345 msgid "Minimum page size for warning purposes."
16346 msgstr ""
16348 #: params.opt:615
16349 #, no-c-format
16350 msgid "Maximum length of partial antic set when performing tree pre optimization."
16351 msgstr ""
16353 #: params.opt:619
16354 #, no-c-format
16355 msgid "The maximum number of branches on the path through the peeled sequence."
16356 msgstr ""
16358 #: params.opt:623
16359 #, no-c-format
16360 msgid "The maximum number of peelings of a single loop."
16361 msgstr ""
16363 #: params.opt:627
16364 #, no-c-format
16365 msgid "The maximum number of insns of a peeled loop."
16366 msgstr ""
16368 #: params.opt:631
16369 #, no-c-format
16370 msgid "The maximum length of scheduling's pending operations list."
16371 msgstr ""
16373 #: params.opt:635 params.opt:679
16374 #, no-c-format
16375 msgid "The maximum number of blocks in a region to be considered for interblock scheduling."
16376 msgstr ""
16378 #: params.opt:639 params.opt:683
16379 #, no-c-format
16380 msgid "The maximum number of insns in a region to be considered for interblock scheduling."
16381 msgstr ""
16383 #: params.opt:643
16384 #, no-c-format
16385 msgid "Maximum depth of sqrt chains to use when synthesizing exponentiation by a real constant."
16386 msgstr ""
16388 #: params.opt:647
16389 #, no-c-format
16390 msgid "The maximum number of loop iterations we predict statically."
16391 msgstr ""
16393 #: params.opt:651
16394 #, no-c-format
16395 msgid "The maximum number of instructions to search backward when looking for equivalent reload."
16396 msgstr ""
16398 #: params.opt:655
16399 #, no-c-format
16400 msgid "Maximum number of insns in a basic block to consider for RTL if-conversion."
16401 msgstr ""
16403 #: params.opt:659
16404 #, no-c-format
16405 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered predictable."
16406 msgstr ""
16408 #: params.opt:663
16409 #, no-c-format
16410 msgid "Maximum permissible cost for the sequence that would be generated by the RTL if-conversion pass for a branch that is considered unpredictable."
16411 msgstr ""
16413 #: params.opt:667
16414 #, no-c-format
16415 msgid "The maximum number of iterations through CFG to extend regions."
16416 msgstr ""
16418 #: params.opt:671
16419 #, no-c-format
16420 msgid "The maximum conflict delay for an insn to be considered for speculative motion."
16421 msgstr ""
16423 #: params.opt:675
16424 #, no-c-format
16425 msgid "The maximum number of instructions ready to be issued to be considered by the scheduler during the first scheduling pass."
16426 msgstr ""
16428 #: params.opt:687
16429 #, no-c-format
16430 msgid "Maximum length of candidate scans for straight-line strength reduction."
16431 msgstr ""
16433 #: params.opt:691
16434 #, no-c-format
16435 msgid "Maximum number of may-defs visited when devirtualizing speculatively."
16436 msgstr ""
16438 #: params.opt:695
16439 #, no-c-format
16440 msgid "Maximum recursion depth allowed when querying a property of an SSA name."
16441 msgstr ""
16443 #: params.opt:699
16444 #, no-c-format
16445 msgid "Maximum number of constant stores to merge in the store merging pass."
16446 msgstr ""
16448 #: params.opt:703
16449 #, no-c-format
16450 msgid "Maximum number of conditional store pairs that can be sunk."
16451 msgstr ""
16453 #: params.opt:707 params.opt:711
16454 #, no-c-format
16455 msgid "Maximum number of store chains to track at the same time in the store merging pass."
16456 msgstr ""
16458 #: params.opt:715
16459 #, no-c-format
16460 msgid "Maximum amount of similar bbs to compare a bb with."
16461 msgstr ""
16463 #: params.opt:719
16464 #, no-c-format
16465 msgid "Maximum amount of iterations of the pass over a function."
16466 msgstr ""
16468 #: params.opt:723
16469 #, no-c-format
16470 msgid "Maximum number of strings for which strlen optimization pass will track string lengths."
16471 msgstr ""
16473 #: params.opt:727
16474 #, no-c-format
16475 msgid "Maximum number of arguments in a PHI supported by TREE if-conversion unless the loop is marked with simd pragma."
16476 msgstr ""
16478 #: params.opt:731
16479 #, no-c-format
16480 msgid "The maximum number of unrollings of a single loop."
16481 msgstr ""
16483 #: params.opt:735
16484 #, no-c-format
16485 msgid "The maximum number of instructions to consider to unroll in a loop."
16486 msgstr ""
16488 #: params.opt:739
16489 #, no-c-format
16490 msgid "The maximum number of insns of an unswitched loop."
16491 msgstr ""
16493 #: params.opt:743
16494 #, no-c-format
16495 msgid "The maximum depth of a loop nest to be unswitched."
16496 msgstr ""
16498 #: params.opt:747
16499 #, no-c-format
16500 msgid "If -fvariable-expansion-in-unroller is used, the maximum number of times that an individual variable will be expanded during loop unrolling."
16501 msgstr ""
16503 #: params.opt:751
16504 #, no-c-format
16505 msgid "Max. recursion depth for expanding var tracking expressions."
16506 msgstr ""
16508 #: params.opt:755
16509 #, no-c-format
16510 msgid "Max. size of loc list for which reverse ops should be added."
16511 msgstr ""
16513 #: params.opt:759
16514 #, no-c-format
16515 msgid "Max. size of var tracking hash tables."
16516 msgstr ""
16518 #: params.opt:763
16519 #, no-c-format
16520 msgid "Maximum number of VALUEs handled during a single find_base_term call."
16521 msgstr ""
16523 #: params.opt:767
16524 #, no-c-format
16525 msgid "The minimum number of matching instructions to consider for crossjumping."
16526 msgstr ""
16528 #: params.opt:771
16529 #, no-c-format
16530 msgid "Inline recursively only when the probability of call being executed exceeds the parameter."
16531 msgstr ""
16533 #: params.opt:775
16534 #, no-c-format
16535 msgid "Min. ratio of insns to prefetches to enable prefetching for a loop with an unknown trip count."
16536 msgstr ""
16538 #: params.opt:779
16539 #, no-c-format
16540 msgid "The minimum threshold for probability of semi-invariant condition statement to trigger loop split."
16541 msgstr ""
16543 #: params.opt:783
16544 #, no-c-format
16545 msgid "The minimum UID to be used for a nondebug insn."
16546 msgstr ""
16548 #: params.opt:787
16549 #, no-c-format
16550 msgid "The minimum size of variables taking part in stack slot sharing when not optimizing."
16551 msgstr ""
16553 #: params.opt:791
16554 #, no-c-format
16555 msgid "The minimum probability of reaching a source block for interblock speculative scheduling."
16556 msgstr ""
16558 #: params.opt:795
16559 #, no-c-format
16560 msgid "If -ftree-vectorize is used, the minimal loop bound of a loop to be considered for vectorization."
16561 msgstr ""
16563 #: params.opt:799
16564 #, no-c-format
16565 msgid "--param=openacc-kernels=[decompose|parloops]\tSpecify mode of OpenACC 'kernels' constructs handling."
16566 msgstr ""
16568 #: params.opt:812
16569 #, no-c-format
16570 msgid "--param=openacc-privatization=[quiet|noisy]\tSpecify mode of OpenACC privatization diagnostics."
16571 msgstr ""
16573 #: params.opt:825
16574 #, no-c-format
16575 msgid "Chunk size of omp schedule for loops parallelized by parloops."
16576 msgstr ""
16578 #: params.opt:829
16579 #, no-c-format
16580 msgid "Minimum number of iterations per thread of an innermost parallelized loop."
16581 msgstr ""
16583 #: params.opt:833
16584 #, no-c-format
16585 msgid "--param=parloops-schedule=[static|dynamic|guided|auto|runtime]\tSchedule type of omp schedule for loops parallelized by parloops."
16586 msgstr ""
16588 #: params.opt:855
16589 #, no-c-format
16590 msgid "Maximum probability of the entry BB of split region (in percent relative to entry BB of the function) to make partial inlining happen."
16591 msgstr ""
16593 #: params.opt:859
16594 #, no-c-format
16595 msgid "Maximal estimated outcome of branch considered predictable."
16596 msgstr ""
16598 #: params.opt:863
16599 #, no-c-format
16600 msgid "Whether software prefetch hints should be issued for non-constant strides."
16601 msgstr ""
16603 #: params.opt:867
16604 #, no-c-format
16605 msgid "The number of insns executed before prefetch is completed."
16606 msgstr ""
16608 #: params.opt:871
16609 #, no-c-format
16610 msgid "Min. ratio of insns to mem ops to enable prefetching in a loop."
16611 msgstr ""
16613 #: params.opt:875
16614 #, no-c-format
16615 msgid "The minimum constant stride beyond which we should use prefetch hints for."
16616 msgstr ""
16618 #: params.opt:879
16619 #, no-c-format
16620 msgid "Use internal function id in profile lookup."
16621 msgstr ""
16623 #: params.opt:883
16624 #, no-c-format
16625 msgid "--param=ranger-debug=[none|trace|gori|cache|tracegori|all] Specifies the output mode for debugging ranger."
16626 msgstr ""
16628 #: params.opt:908
16629 #, no-c-format
16630 msgid "Maximum depth of logical expression evaluation ranger will look through when evaluating outgoing edge ranges."
16631 msgstr ""
16633 #: params.opt:913
16634 #, no-c-format
16635 msgid "Maximum depth of instruction chains to consider for recomputation in the outgoing range calculator."
16636 msgstr ""
16638 #: params.opt:918
16639 #, no-c-format
16640 msgid "Maximum number of relations the oracle will register in a basic block."
16641 msgstr ""
16643 #: params.opt:922
16644 #, no-c-format
16645 msgid "Maximum depth of a loop nest to fully value-number optimistically."
16646 msgstr ""
16648 #: params.opt:926
16649 #, no-c-format
16650 msgid "Maximum number of disambiguations to perform per memory access."
16651 msgstr ""
16653 #: params.opt:930
16654 #, no-c-format
16655 msgid "Bound on the complexity of the expressions in the scalar evolutions analyzer."
16656 msgstr ""
16658 #: params.opt:934
16659 #, no-c-format
16660 msgid "Bound on size of expressions used in the scalar evolutions analyzer."
16661 msgstr ""
16663 #: params.opt:938
16664 #, no-c-format
16665 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."
16666 msgstr ""
16668 #: params.opt:942
16669 #, no-c-format
16670 msgid "Minimal distance between possibly conflicting store and load."
16671 msgstr ""
16673 #: params.opt:946
16674 #, no-c-format
16675 msgid "Which -fsched-pressure algorithm to apply."
16676 msgstr ""
16678 #: params.opt:950
16679 #, no-c-format
16680 msgid "The minimal probability of speculation success (in percents), so that speculative insn will be scheduled."
16681 msgstr ""
16683 #: params.opt:954
16684 #, no-c-format
16685 msgid "The minimum probability an edge must have for the scheduler to save its state across it."
16686 msgstr ""
16688 #: params.opt:958
16689 #, no-c-format
16690 msgid "Maximum number of instructions in the ready list that are considered eligible for renaming."
16691 msgstr ""
16693 #: params.opt:962
16694 #, no-c-format
16695 msgid "The maximum size of the lookahead window of selective scheduling."
16696 msgstr ""
16698 #: params.opt:966
16699 #, no-c-format
16700 msgid "Maximum number of times that an insn could be scheduled."
16701 msgstr ""
16703 #: params.opt:970
16704 #, no-c-format
16705 msgid "The number of prefetches that can run at the same time."
16706 msgstr ""
16708 #: params.opt:974
16709 #, no-c-format
16710 msgid "Target block's relative execution frequency (as a percentage) required to sink a statement."
16711 msgstr ""
16713 #: params.opt:978
16714 #, no-c-format
16715 msgid "The number of cycles the swing modulo scheduler considers when checking conflicts using DFA."
16716 msgstr ""
16718 #: params.opt:982
16719 #, no-c-format
16720 msgid "A threshold on the average loop count considered by the swing modulo scheduler."
16721 msgstr ""
16723 #: params.opt:986
16724 #, no-c-format
16725 msgid "A factor for tuning the upper bound that swing modulo scheduler uses for scheduling a loop."
16726 msgstr ""
16728 #: params.opt:990
16729 #, no-c-format
16730 msgid "The minimum value of stage count that swing modulo scheduler will generate."
16731 msgstr ""
16733 #: params.opt:994
16734 #, no-c-format
16735 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for size."
16736 msgstr ""
16738 #: params.opt:998
16739 #, no-c-format
16740 msgid "Maximum size, in storage units, of an aggregate which should be considered for scalarization when compiling for speed."
16741 msgstr ""
16743 #: params.opt:1002
16744 #, no-c-format
16745 msgid "Maximum number of artificial accesses to enable forward propagation that Scalar Replacement of Aggregates will keep for one local variable."
16746 msgstr ""
16748 #: params.opt:1006
16749 #, no-c-format
16750 msgid "The maximum number of SSA_NAME assignments to follow in determining a value."
16751 msgstr ""
16753 #: params.opt:1010
16754 #, no-c-format
16755 msgid "The lower bound for a buffer to be considered for stack smashing protection."
16756 msgstr ""
16758 #: params.opt:1014
16759 #, no-c-format
16760 msgid "Size of the stack guard expressed as a power of two in bytes."
16761 msgstr ""
16763 #: params.opt:1018
16764 #, no-c-format
16765 msgid "Interval in which to probe the stack expressed as a power of two in bytes."
16766 msgstr ""
16768 #: params.opt:1022
16769 #, no-c-format
16770 msgid "Allow the store merging pass to introduce unaligned stores if it is legal to do so."
16771 msgstr ""
16773 #: params.opt:1026
16774 #, no-c-format
16775 msgid "Maximum size of a single store merging region in bytes."
16776 msgstr ""
16778 #: params.opt:1030
16779 #, no-c-format
16780 msgid "The maximum ratio between array size and switch branches for a switch conversion to take place."
16781 msgstr ""
16783 #: params.opt:1034
16784 #, no-c-format
16785 msgid "Maximum number of bases stored in each modref tree."
16786 msgstr ""
16788 #: params.opt:1038
16789 #, no-c-format
16790 msgid "Maximum number of references stored in each modref base."
16791 msgstr ""
16793 #: params.opt:1042
16794 #, no-c-format
16795 msgid "Maximum number of accesses stored in each modref reference."
16796 msgstr ""
16798 #: params.opt:1046
16799 #, no-c-format
16800 msgid "Maximum number of tests performed by modref query."
16801 msgstr ""
16803 #: params.opt:1050
16804 #, no-c-format
16805 msgid "Maximum depth of DFS walk used by modref escape analysis."
16806 msgstr ""
16808 #: params.opt:1054
16809 #, no-c-format
16810 msgid "Maximum number of escape points tracked by modref per SSA-name."
16811 msgstr ""
16813 #: params.opt:1058
16814 #, no-c-format
16815 msgid "Maximum number of times a given range is adjusted during the dataflow."
16816 msgstr ""
16818 #: params.opt:1062
16819 #, no-c-format
16820 msgid "--param=threader-debug=[none|all] Enables verbose dumping of the threader solver."
16821 msgstr ""
16823 #: params.opt:1075
16824 #, no-c-format
16825 msgid "Size in bytes after which thread-local aggregates should be instrumented with the logging functions instead of save/restore pairs."
16826 msgstr ""
16828 #: params.opt:1079
16829 #, no-c-format
16830 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available."
16831 msgstr ""
16833 #: params.opt:1083
16834 #, no-c-format
16835 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available."
16836 msgstr ""
16838 #: params.opt:1087
16839 #, no-c-format
16840 msgid "Maximal code growth caused by tail duplication (in percent)."
16841 msgstr ""
16843 #: params.opt:1091
16844 #, no-c-format
16845 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available."
16846 msgstr ""
16848 #: params.opt:1095
16849 #, no-c-format
16850 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available."
16851 msgstr ""
16853 #: params.opt:1099
16854 #, no-c-format
16855 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)."
16856 msgstr ""
16858 #: params.opt:1103
16859 #, no-c-format
16860 msgid "Set the maximum number of instructions executed in parallel in reassociated tree.  If 0, use the target dependent heuristic."
16861 msgstr ""
16863 #: params.opt:1107
16864 #, no-c-format
16865 msgid "Emit special instrumentation for accesses to volatiles."
16866 msgstr ""
16868 #: params.opt:1111
16869 #, no-c-format
16870 msgid "Emit instrumentation calls to __tsan_func_entry() and __tsan_func_exit()."
16871 msgstr ""
16873 #: params.opt:1115
16874 #, no-c-format
16875 msgid "Maximum number of nested calls to search for control dependencies during uninitialized variable analysis."
16876 msgstr ""
16878 #: params.opt:1119
16879 #, no-c-format
16880 msgid "Instruction accounted for function prologue, epilogue and other overhead."
16881 msgstr ""
16883 #: params.opt:1123
16884 #, no-c-format
16885 msgid "Time accounted for function prologue, epilogue and other overhead."
16886 msgstr ""
16888 #: params.opt:1127
16889 #, no-c-format
16890 msgid "Instruction accounted for function thunk overhead."
16891 msgstr ""
16893 #: params.opt:1131
16894 #, no-c-format
16895 msgid "Time accounted for function thunk overhead."
16896 msgstr ""
16898 #: params.opt:1135
16899 #, no-c-format
16900 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."
16901 msgstr ""
16903 #: params.opt:1139
16904 #, no-c-format
16905 msgid "Maximum unroll factor for the unroll-and-jam transformation."
16906 msgstr ""
16908 #: params.opt:1143
16909 #, no-c-format
16910 msgid "Minimum percentage of memrefs that must go away for unroll-and-jam to be considered profitable."
16911 msgstr ""
16913 #: params.opt:1147
16914 #, no-c-format
16915 msgid "Use direct poisoning/unpoisoning instructions for variables smaller or equal to this number."
16916 msgstr ""
16918 #: params.opt:1151
16919 #, no-c-format
16920 msgid "Whether to use canonical types."
16921 msgstr ""
16923 #: params.opt:1155
16924 #, no-c-format
16925 msgid "Enable loop epilogue vectorization using smaller vector size."
16926 msgstr ""
16928 #: params.opt:1159
16929 #, no-c-format
16930 msgid "Maximum number of possible vector layouts (such as permutations) to consider when optimizing to-be-vectorized code."
16931 msgstr ""
16933 #: params.opt:1163
16934 #, no-c-format
16935 msgid "Maximum number of loop peels to enhance alignment of data references in a loop."
16936 msgstr ""
16938 #: params.opt:1167
16939 #, no-c-format
16940 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alias check."
16941 msgstr ""
16943 #: params.opt:1171
16944 #, no-c-format
16945 msgid "Bound on number of runtime checks inserted by the vectorizer's loop versioning for alignment check."
16946 msgstr ""
16948 #: params.opt:1175
16949 #, no-c-format
16950 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."
16951 msgstr ""
16953 #: params.opt:1179
16954 #, no-c-format
16955 msgid "The maximum factor which the loop vectorizer applies to the cost of statements in an inner loop relative to the loop being vectorized."
16956 msgstr ""
16958 #: params.opt:1183
16959 #, no-c-format
16960 msgid "Enable loop vectorization of floating point inductions."
16961 msgstr ""
16963 #: cfgrtl.cc:2797
16964 msgid "flow control insn inside a basic block"
16965 msgstr ""
16967 #: cfgrtl.cc:3086
16968 msgid "insn outside basic block"
16969 msgstr "insn izvan temeljnog bloka"
16971 #: cfgrtl.cc:3094
16972 msgid "return not followed by barrier"
16973 msgstr ""
16975 #: collect-utils.cc:206
16976 #, c-format
16977 msgid "[cannot find %s]"
16978 msgstr "[nije moguće naći %s]"
16980 #: collect2.cc:1557
16981 #, c-format
16982 msgid "collect2 version %s\n"
16983 msgstr "collect2 inačica %s\n"
16985 #: collect2.cc:1662
16986 #, c-format
16987 msgid "%d constructor found\n"
16988 msgid_plural "%d constructors found\n"
16989 msgstr[0] "%d konstruktor pronađen\n"
16990 msgstr[1] "%d konstruktora pronađena\n"
16991 msgstr[2] "%d konstruktora pronađeno\n"
16993 #: collect2.cc:1666
16994 #, c-format
16995 msgid "%d destructor found\n"
16996 msgid_plural "%d destructors found\n"
16997 msgstr[0] "%d destruktor pronađen\n"
16998 msgstr[1] "%d destruktora pronađena\n"
16999 msgstr[2] "%d destruktora pronađeno\n"
17001 #: collect2.cc:1670
17002 #, c-format
17003 msgid "%d frame table found\n"
17004 msgid_plural "%d frame tables found\n"
17005 msgstr[0] ""
17006 msgstr[1] ""
17007 msgstr[2] ""
17009 #: collect2.cc:1825
17010 #, c-format
17011 msgid "[Leaving %s]\n"
17012 msgstr "[Napuštamo %s]\n"
17014 #: collect2.cc:2055
17015 #, c-format
17016 msgid ""
17017 "\n"
17018 "write_c_file - output name is %s, prefix is %s\n"
17019 msgstr ""
17021 #: collect2.cc:2579
17022 #, c-format
17023 msgid ""
17024 "\n"
17025 "ldd output with constructors/destructors.\n"
17026 msgstr ""
17027 "\n"
17028 "izlaz ldd-a s konstruktorima/destruktorima.\n"
17030 #: cprop.cc:1755
17031 msgid "const/copy propagation disabled"
17032 msgstr ""
17034 #: diagnostic-format-json.cc:317 diagnostic-format-sarif.cc:1605
17035 #, c-format
17036 msgid "error: unable to open '%s' for writing: %s\n"
17037 msgstr "greška: ‘%s’ se ne može otvoriti za pisanje: %s\n"
17039 #. Print a header for the remaining output to stderr, and
17040 #. return, attempting to print the usual ICE messages to
17041 #. stderr.  Hopefully this will be helpful to the user in
17042 #. indicating what's gone wrong (also for DejaGnu, for pruning
17043 #. those messages).
17044 #: diagnostic-format-sarif.cc:1630
17045 #, c-format
17046 msgid "Internal compiler error:\n"
17047 msgstr "Interna greška kompajlera:\n"
17049 #: diagnostic.cc:160
17050 #, c-format
17051 msgid "%s: all warnings being treated as errors"
17052 msgstr ""
17054 #: diagnostic.cc:165
17055 #, c-format
17056 msgid "%s: some warnings being treated as errors"
17057 msgstr ""
17059 #: diagnostic.cc:632
17060 #, c-format
17061 msgid "compilation terminated due to -fmax-errors=%u.\n"
17062 msgstr "kompilacija je prekinuta zbog -fmax-errors=%u.\n"
17064 #: diagnostic.cc:660
17065 #, c-format
17066 msgid "compilation terminated due to -Wfatal-errors.\n"
17067 msgstr "kompilacija je prekinuta zbog -Wfatal-errors.\n"
17069 #: diagnostic.cc:693
17070 #, c-format
17071 msgid "Please submit a full bug report, with preprocessed source.\n"
17072 msgstr "Pošaljite cjelovito izvješće o grešci, s prethodno obrađenim izvorom.\n"
17074 #: diagnostic.cc:696
17075 #, c-format
17076 msgid "Please submit a full bug report, with preprocessed source (by using -freport-bug).\n"
17077 msgstr "Pošaljite cjelovito izvješće o grešci, s prethodno obrađenim izvorom (koristeći -freport-bug).\n"
17079 #: diagnostic.cc:700
17080 #, c-format
17081 msgid "Please include the complete backtrace with any bug report.\n"
17082 msgstr ""
17084 #: diagnostic.cc:702
17085 #, c-format
17086 msgid "See %s for instructions.\n"
17087 msgstr ""
17089 #: diagnostic.cc:711
17090 #, c-format
17091 msgid "compilation terminated.\n"
17092 msgstr "kompilacija je prekinuta.\n"
17094 #: diagnostic.cc:805
17095 msgid "                 from"
17096 msgstr ""
17098 #: diagnostic.cc:806
17099 msgid "In file included from"
17100 msgstr ""
17102 #. 2
17103 #: diagnostic.cc:807
17104 msgid "        included from"
17105 msgstr ""
17107 #: diagnostic.cc:808
17108 msgid "In module"
17109 msgstr ""
17111 #. 4
17112 #: diagnostic.cc:809
17113 msgid "of module"
17114 msgstr ""
17116 #: diagnostic.cc:810
17117 msgid "In module imported at"
17118 msgstr ""
17120 #. 6
17121 #: diagnostic.cc:811
17122 msgid "imported at"
17123 msgstr ""
17125 #: diagnostic.cc:1570
17126 #, c-format
17127 msgid "%s:%d: confused by earlier errors, bailing out\n"
17128 msgstr "%s:%d: zbunjeni prethodnim greškama, odustajemo\n"
17130 #: diagnostic.cc:2205
17131 #, c-format
17132 msgid "internal compiler error: error reporting routines re-entered.\n"
17133 msgstr "Interna greška kompajlera: rutine za prijavu grešaka iznova prozvane.\n"
17135 #: diagnostic.cc:2236 diagnostic.cc:2255
17136 #, gcc-internal-format, gfc-internal-format
17137 msgid "in %s, at %s:%d"
17138 msgstr ""
17140 #: final.cc:1096
17141 msgid "negative insn length"
17142 msgstr "negativna insn duljina"
17144 #: final.cc:2808
17145 msgid "could not split insn"
17146 msgstr "nije moguće razdijeliti insn"
17148 #: final.cc:3183
17149 msgid "invalid 'asm': "
17150 msgstr "nevaljani ‘asm’: "
17152 #: final.cc:3316
17153 #, c-format
17154 msgid "nested assembly dialect alternatives"
17155 msgstr ""
17157 #: final.cc:3344 final.cc:3356
17158 #, c-format
17159 msgid "unterminated assembly dialect alternative"
17160 msgstr ""
17162 #: final.cc:3498
17163 #, c-format
17164 msgid "operand number missing after %%-letter"
17165 msgstr ""
17167 #: final.cc:3501 final.cc:3542
17168 #, c-format
17169 msgid "operand number out of range"
17170 msgstr "broj operanda je izvan raspona"
17172 #: final.cc:3559
17173 #, c-format
17174 msgid "invalid %%-code"
17175 msgstr "neispravni %%-kȏd"
17177 #: final.cc:3593
17178 #, c-format
17179 msgid "'%%l' operand isn't a label"
17180 msgstr "operand ‘%%l’ nije oznaka"
17182 #. We can't handle floating point constants;
17183 #. PRINT_OPERAND must handle them.
17184 #. We can't handle floating point constants;
17185 #. TARGET_PRINT_OPERAND must handle them.
17186 #: final.cc:3729 config/arc/arc.cc:6430 config/i386/i386.cc:12318
17187 #, c-format
17188 msgid "floating constant misused"
17189 msgstr ""
17191 #: final.cc:3787 config/arc/arc.cc:6527 config/i386/i386.cc:12409
17192 #: config/pdp11/pdp11.cc:1871
17193 #, c-format
17194 msgid "invalid expression as operand"
17195 msgstr "nevaljani izraz kao operand"
17197 #: gcc.cc:122
17198 #, c-format
17199 msgid "%s\n"
17200 msgstr "%s\n"
17202 #: gcc.cc:1840
17203 #, c-format
17204 msgid "Using built-in specs.\n"
17205 msgstr "Koristimo ugrađene specs.\n"
17207 #: gcc.cc:2085
17208 #, c-format
17209 msgid ""
17210 "Setting spec %s to '%s'\n"
17211 "\n"
17212 msgstr ""
17213 "Postavljamo specs %s na ‘%s’\n"
17214 "\n"
17216 #: gcc.cc:2290
17217 #, c-format
17218 msgid "Reading specs from %s\n"
17219 msgstr "Čitamo specs iz %s\n"
17221 #: gcc.cc:2422
17222 #, c-format
17223 msgid "could not find specs file %s\n"
17224 msgstr "nije bilo moguće naći specs datoteku %s\n"
17226 #: gcc.cc:2497
17227 #, c-format
17228 msgid "rename spec %s to %s\n"
17229 msgstr "preimenuje spec %s na %s\n"
17231 #: gcc.cc:2499
17232 #, c-format
17233 msgid ""
17234 "spec is '%s'\n"
17235 "\n"
17236 msgstr ""
17237 "spec je ‘%s’\n"
17238 "\n"
17240 #: gcc.cc:3360
17241 #, c-format
17242 msgid ""
17243 "\n"
17244 "Go ahead? (y or n) "
17245 msgstr ""
17246 "\n"
17247 "Idemo dalje? (y ili n) "
17249 #: gcc.cc:3532
17250 #, c-format
17251 msgid "# %s %.2f %.2f\n"
17252 msgstr "# %s %.2f %.2f\n"
17254 #: gcc.cc:3712
17255 #, c-format
17256 msgid "Usage: %s [options] file...\n"
17257 msgstr "Uporaba: %s [opcije] datoteka...\n"
17259 #: gcc.cc:3713
17260 msgid "Options:\n"
17261 msgstr "Opcije:\n"
17263 #: gcc.cc:3715
17264 msgid "  -pass-exit-codes         Exit with highest error code from a phase.\n"
17265 msgstr "  -pass-exit-codes         Iziđe s najvišim kȏdom greške u fazi.\n"
17267 #: gcc.cc:3716
17268 msgid "  --help                   Display this information.\n"
17269 msgstr "  --help                   Ova prikazana pomoć\n"
17271 #: gcc.cc:3717
17272 msgid "  --target-help            Display target specific command line options (including assembler and linker options).\n"
17273 msgstr "  --target-help            Pokaže opcije naredbenog retka specifične za cilj (uključujući opcije asemblera i linkera).\n"
17275 #: gcc.cc:3719
17276 msgid "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
17277 msgstr "  --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...].\n"
17279 #: gcc.cc:3720
17280 msgid "                           Display specific types of command line options.\n"
17281 msgstr "                           Pokaže specifične vrste opcija naredbenog retka.\n"
17283 #: gcc.cc:3722
17284 msgid "  (Use '-v --help' to display command line options of sub-processes).\n"
17285 msgstr "  (Koristite ‘-v --help’ za ispis opcija naredbenog retka za potprocese).\n"
17287 #: gcc.cc:3723
17288 msgid "  --version                Display compiler version information.\n"
17289 msgstr "  --version                Informacije o inačici kompajlera.\n"
17291 #: gcc.cc:3724
17292 msgid "  -dumpspecs               Display all of the built in spec strings.\n"
17293 msgstr "  -dumpspecs               Pokaže sve ugrađene specifikacijske stringove.\n"
17295 #: gcc.cc:3725
17296 msgid "  -dumpversion             Display the version of the compiler.\n"
17297 msgstr "  -dumpversion             Inačica kompajlera.\n"
17299 #: gcc.cc:3726
17300 msgid "  -dumpmachine             Display the compiler's target processor.\n"
17301 msgstr "  -dumpmachine             Pokaže ciljani procesor kompajlera.\n"
17303 #: gcc.cc:3727
17304 msgid "  -foffload=<targets>      Specify offloading targets.\n"
17305 msgstr "  -foffload=<targets>      Specificira offloading <targets> ciljeve.\n"
17307 #: gcc.cc:3728
17308 msgid "  -print-search-dirs       Display the directories in the compiler's search path.\n"
17309 msgstr "  -print-search-dirs       Pokaže direktorije na stazi pretraživanja kompajlera.\n"
17311 #: gcc.cc:3729
17312 msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library.\n"
17313 msgstr "  -print-libgcc-file-name  Pokaže ime popratne biblioteke kompajlera.\n"
17315 #: gcc.cc:3730
17316 msgid "  -print-file-name=<lib>   Display the full path to library <lib>.\n"
17317 msgstr "  -print-file-name=<lib>   Potpuna staza do biblioteke <lib>.\n"
17319 #: gcc.cc:3731
17320 msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>.\n"
17321 msgstr "  -print-prog-name=<prog>  Potpuna staza do <prog> komponente kompajlera.\n"
17323 #: gcc.cc:3732
17324 msgid ""
17325 "  -print-multiarch         Display the target's normalized GNU triplet, used as\n"
17326 "                           a component in the library path.\n"
17327 msgstr ""
17328 "  -print-multiarch         Pokaže ciljani normalizirani GNU triplet koji se\n"
17329 "                             koristi kao komponenta staze do biblioteke.\n"
17331 #: gcc.cc:3735
17332 msgid "  -print-multi-directory   Display the root directory for versions of libgcc.\n"
17333 msgstr "  -print-multi-directory   Ispiše root direktorij za inačice od libgcc.\n"
17335 #: gcc.cc:3736
17336 msgid ""
17337 "  -print-multi-lib         Display the mapping between command line options and\n"
17338 "                           multiple library search directories.\n"
17339 msgstr ""
17340 "  -print-multi-lib         Pokaže mapiranje između opcija naredbenog retka i\n"
17341 "                             višestrukih direktorija za traženje biblioteka.\n"
17343 #: gcc.cc:3739
17344 msgid "  -print-multi-os-directory Display the relative path to OS libraries.\n"
17345 msgstr "  -print-multi-os-directory Pokaže relativne staze do OS biblioteka.\n"
17347 #: gcc.cc:3740
17348 msgid "  -print-sysroot           Display the target libraries directory.\n"
17349 msgstr "  -print-sysroot           Direktorij ciljanih biblioteka.\n"
17351 #: gcc.cc:3741
17352 msgid "  -print-sysroot-headers-suffix Display the sysroot suffix used to find headers.\n"
17353 msgstr ""
17354 "  -print-sysroot-headers-suffix Pokaže sysroot sufiks koji se koristi\n"
17355 "                                  za traženje zaglavlja.\n"
17357 #: gcc.cc:3742
17358 msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler.\n"
17359 msgstr "  -Wa,<options>            Preda zarezom odvojene opcije <options> asembleru.\n"
17361 #: gcc.cc:3743
17362 msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor.\n"
17363 msgstr "  -Wp,<options>            Preda zarezom odvojene <options> pretprocesoru.\n"
17365 #: gcc.cc:3744
17366 msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker.\n"
17367 msgstr "  -Wl,<options>            Preda zarezom odvojene <options> linkeru.\n"
17369 #: gcc.cc:3745
17370 msgid "  -Xassembler <arg>        Pass <arg> on to the assembler.\n"
17371 msgstr "  -Xassembler <arg>        Preda argumente <arg> asembleru.\n"
17373 #: gcc.cc:3746
17374 msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor.\n"
17375 msgstr "  -Xpreprocessor <arg>     Preda argumente <arg> pretprocesoru.\n"
17377 #: gcc.cc:3747
17378 msgid "  -Xlinker <arg>           Pass <arg> on to the linker.\n"
17379 msgstr "  -Xlinker <arg>           Preda argumente <arg> linkeru.\n"
17381 #: gcc.cc:3748
17382 msgid "  -save-temps              Do not delete intermediate files.\n"
17383 msgstr "  -save-temps              Ne briše privremene datoteke.\n"
17385 #: gcc.cc:3749
17386 msgid "  -save-temps=<arg>        Do not delete intermediate files.\n"
17387 msgstr "  -save-temps=<arg>        Ne briše privremene datoteke.\n"
17389 #: gcc.cc:3750
17390 msgid ""
17391 "  -no-canonical-prefixes   Do not canonicalize paths when building relative\n"
17392 "                           prefixes to other gcc components.\n"
17393 msgstr ""
17394 "  -no-canonical-prefixes   Ne kanonizira staze kad gradi relativne prefikse\n"
17395 "                             drugim gcc komponentama.\n"
17397 #: gcc.cc:3753
17398 msgid "  -pipe                    Use pipes rather than intermediate files.\n"
17399 msgstr "  -pipe                    Koristi cijevi umjesto privremenih datoteka.\n"
17401 #: gcc.cc:3754
17402 msgid "  -time                    Time the execution of each subprocess.\n"
17403 msgstr "  -time                    Mjeri vrijeme izvršavanja svakog potprocesa.\n"
17405 #: gcc.cc:3755
17406 msgid "  -specs=<file>            Override built-in specs with the contents of <file>.\n"
17407 msgstr "  -specs=<file>            Ugrađene specs redefinira sa sadržajem od <file>.\n"
17409 #: gcc.cc:3756
17410 msgid "  -std=<standard>          Assume that the input sources are for <standard>.\n"
17411 msgstr "  -std=<standard>          Pretpostavi da su ulazni izvori za <standard>.\n"
17413 #: gcc.cc:3757
17414 msgid ""
17415 "  --sysroot=<directory>    Use <directory> as the root directory for headers\n"
17416 "                           and libraries.\n"
17417 msgstr ""
17418 "  --sysroot=<directory>    Koristi <directory> kao root direktorij za zaglavlja\n"
17419 "                             i biblioteke.\n"
17421 #: gcc.cc:3760
17422 msgid "  -B <directory>           Add <directory> to the compiler's search paths.\n"
17423 msgstr "  -B <directory>           Doda <directory> stazama koje pretražuje kompajler.\n"
17425 #: gcc.cc:3761
17426 msgid "  -v                       Display the programs invoked by the compiler.\n"
17427 msgstr "  -v                       Izlista programe pokrenute (pozvane) kompajlerom.\n"
17429 #: gcc.cc:3762
17430 msgid "  -###                     Like -v but options quoted and commands not executed.\n"
17431 msgstr "  -###                     Isto kao -v ali navede opcije i neizvršene naredbe.\n"
17433 #: gcc.cc:3763
17434 msgid "  -E                       Preprocess only; do not compile, assemble or link.\n"
17435 msgstr ""
17436 "  -E                       Samo pretprocesi; ne kompilira, ne asemblira,\n"
17437 "                             ne linka.\n"
17439 #: gcc.cc:3764
17440 msgid "  -S                       Compile only; do not assemble or link.\n"
17441 msgstr "  -S                       Samo kompilira; ne asemblira, ne linka.\n"
17443 #: gcc.cc:3765
17444 msgid "  -c                       Compile and assemble, but do not link.\n"
17445 msgstr "  -c                       Kompilira i asemblira, ali ne linka.\n"
17447 #: gcc.cc:3766
17448 msgid "  -o <file>                Place the output into <file>.\n"
17449 msgstr "  -o <file>                Zapiše izlaz u <file>\n"
17451 #: gcc.cc:3767
17452 msgid ""
17453 "  -pie                     Create a dynamically linked position independent\n"
17454 "                           executable.\n"
17455 msgstr ""
17456 "  -pie                     Stvori dinamički linkanu poziciono neovisnu\n"
17457 "                             izvršnu datoteku.\n"
17459 #: gcc.cc:3769
17460 msgid "  -shared                  Create a shared library.\n"
17461 msgstr "  -shared                  Stvori zajedničku (dijeljenu) biblioteku.\n"
17463 #: gcc.cc:3770
17464 msgid ""
17465 "  -x <language>            Specify the language of the following input files.\n"
17466 "                           Permissible languages include: c c++ assembler none\n"
17467 "                           'none' means revert to the default behavior of\n"
17468 "                           guessing the language based on the file's extension.\n"
17469 msgstr ""
17470 "  -x <language>            Specificirajte jezik sljedećih ulaznih datoteka.\n"
17471 "                            Dopušteni jezici uključuju: c c++ asembler none\n"
17472 "                            ‘none’ znači povratak na zadano ponašanje pogađanja\n"
17473 "                            jezika na temelju ekstenzije datoteke.\n"
17475 #: gcc.cc:3777
17476 #, c-format
17477 msgid ""
17478 "\n"
17479 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
17480 " passed on to the various sub-processes invoked by %s.  In order to pass\n"
17481 " other options on to these processes the -W<letter> options must be used.\n"
17482 msgstr ""
17483 "\n"
17484 "Opcije koje započinju s -g, -f, -m, -O, -W, or --param se automatski proslijede\n"
17485 " raznim potprocesima pokrenutim s %s. Da bi proslijedili ostale opcije na te\n"
17486 " potprocese, morate koristiti opciju -W<letter>.\n"
17488 #: gcc.cc:6766
17489 #, c-format
17490 msgid "Processing spec (%s), which is '%s'\n"
17491 msgstr "Obrađujemo specifikaciju (%s), koja je ‘%s’\n"
17493 #: gcc.cc:7527
17494 #, c-format
17495 msgid "Target: %s\n"
17496 msgstr "Cilj: %s\n"
17498 #: gcc.cc:7528
17499 #, c-format
17500 msgid "Configured with: %s\n"
17501 msgstr "Konfiguriran s: %s\n"
17503 #: gcc.cc:7542
17504 #, c-format
17505 msgid "Thread model: %s\n"
17506 msgstr "Model dretve: %s\n"
17508 #: gcc.cc:7543
17509 #, c-format
17510 msgid "Supported LTO compression algorithms: zlib"
17511 msgstr "Podržani algoritam kompresije: zlib"
17513 #: gcc.cc:7545
17514 #, c-format
17515 msgid " zstd"
17516 msgstr " zstd"
17518 #: gcc.cc:7547 gcov.cc:1510 gcov.cc:1568 gcov.cc:1580 gcov.cc:2903
17519 #, c-format
17520 msgid "\n"
17521 msgstr "\n"
17523 #: gcc.cc:7558
17524 #, c-format
17525 msgid "gcc version %s %s\n"
17526 msgstr "gcc inačica %s %s\n"
17528 #: gcc.cc:7561
17529 #, c-format
17530 msgid "gcc driver version %s %sexecuting gcc version %s\n"
17531 msgstr "inačica drajvera %s %s izvršava gcc inačicu %s\n"
17533 #: gcc.cc:7634 gcc.cc:7844
17534 #, c-format
17535 msgid "The bug is not reproducible, so it is likely a hardware or OS problem.\n"
17536 msgstr "Greška se ne može reproducirati, pa je vjerojatno problem hardvera ili OS-a.\n"
17538 #: gcc.cc:7768
17539 #, c-format
17540 msgid "Preprocessed source stored into %s file, please attach this to your bugreport.\n"
17541 msgstr "Prethodno obrađeni izvorni kȏd spremljen je u datoteku %s, priložite ovo svom izvješću o greškama.\n"
17543 #: gcc.cc:8619
17544 #, c-format
17545 msgid "install: %s%s\n"
17546 msgstr "instalacija: %s%s\n"
17548 #: gcc.cc:8622
17549 #, c-format
17550 msgid "programs: %s\n"
17551 msgstr "programi: %s\n"
17553 #: gcc.cc:8624
17554 #, c-format
17555 msgid "libraries: %s\n"
17556 msgstr "biblioteke: %s\n"
17558 #: gcc.cc:8741
17559 #, c-format
17560 msgid ""
17561 "\n"
17562 "For bug reporting instructions, please see:\n"
17563 msgstr ""
17564 "\n"
17565 "Za upute o prijavljivanju grešaka pogledajte:\n"
17567 #: gcc.cc:8757 gcov-tool.cc:594
17568 #, c-format
17569 msgid "%s %s%s\n"
17570 msgstr "%s %s%s\n"
17572 #: gcc.cc:8760 gcov-tool.cc:596 gcov.cc:968 fortran/gfortranspec.cc:282
17573 msgid "(C)"
17574 msgstr "(C)"
17576 #: gcc.cc:8761 gcov-tool.cc:598 gcov.cc:970 fortran/gfortranspec.cc:283
17577 #, c-format
17578 msgid ""
17579 "This is free software; see the source for copying conditions.  There is NO\n"
17580 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
17581 "\n"
17582 msgstr ""
17583 "Ovo je slobodan softver; pogledajte kȏd za upute o kopiranju.  NEMA\n"
17584 "jamstava; čak ni za TRGOVINSKU PRIKLADNOST ili ODGOVARANJE ODREĐENOJ SVRSI.\n"
17585 "\n"
17587 #: gcc.cc:9104
17588 #, c-format
17589 msgid ""
17590 "\n"
17591 "Linker options\n"
17592 "==============\n"
17593 "\n"
17594 msgstr ""
17595 "\n"
17596 "Opcije linkera\n"
17597 "==============\n"
17598 "\n"
17600 #: gcc.cc:9105
17601 #, c-format
17602 msgid ""
17603 "Use \"-Wl,OPTION\" to pass \"OPTION\" to the linker.\n"
17604 "\n"
17605 msgstr ""
17606 "Koristite „-Wl,OPCIJA“ da proslijedite „OPCIJA“ linkeru.\n"
17607 "\n"
17609 #: gcc.cc:10506
17610 #, c-format
17611 msgid ""
17612 "Assembler options\n"
17613 "=================\n"
17614 "\n"
17615 msgstr ""
17616 "Opcije asemblera\n"
17617 "=================\n"
17618 "\n"
17620 #: gcc.cc:10507
17621 #, c-format
17622 msgid ""
17623 "Use \"-Wa,OPTION\" to pass \"OPTION\" to the assembler.\n"
17624 "\n"
17625 msgstr ""
17626 "Koristite „-Wa,OPCIJA“ da proslijedite „OPCIJA“ asembleru.\n"
17627 "\n"
17629 #: gcov-tool.cc:157 gcov-tool.cc:300
17630 #, c-format
17631 msgid "no profile files were merged\n"
17632 msgstr ""
17634 #: gcov-tool.cc:169
17635 #, c-format
17636 msgid "  merge [options] <dir1> <dir2>         Merge coverage file contents\n"
17637 msgstr "  merge [opcije] <dir1> <dir2>         spoji sadržaj datoteka pokrivenosti\n"
17639 #: gcov-tool.cc:170 gcov-tool.cc:337
17640 #, c-format
17641 msgid "    -o, --output <dir>                  Output directory\n"
17642 msgstr "    -o, --output <dir>                  direktorij za izlaz podataka\n"
17644 #: gcov-tool.cc:171 gcov-tool.cc:242 gcov-tool.cc:339 gcov-tool.cc:491
17645 #, c-format
17646 msgid "    -v, --verbose                       Verbose mode\n"
17647 msgstr "    -v, --verbose                       opširnije informacije\n"
17649 #: gcov-tool.cc:172 gcov-tool.cc:243
17650 #, c-format
17651 msgid "    -w, --weight <w1,w2>                Set weights (float point values)\n"
17652 msgstr "    -w, --weight <w1,w2>                postavi skale (float point values)\n"
17654 #: gcov-tool.cc:188
17655 #, c-format
17656 msgid "Merge subcommand usage:"
17657 msgstr "Uporaba podnaredbe ‘merge’:"
17659 #: gcov-tool.cc:240
17660 #, c-format
17661 msgid ""
17662 "  merge-stream [options] [<file>]       Merge coverage stream file (or stdin)\n"
17663 "                                        and coverage file contents\n"
17664 msgstr ""
17665 "  merge-stream [opcije] [<datoteka>]    Spajanje datoteke ‘coverage stream’\n"
17666 "                                        (ili stdin) sa sadržajem\n"
17667 "                                        ‘coverage stream’ datoteke\n"
17669 #: gcov-tool.cc:258
17670 #, c-format
17671 msgid "Merge-stream subcommand usage:"
17672 msgstr "Uporaba podnaredbe ‘merge/stream’:"
17674 #: gcov-tool.cc:335
17675 #, c-format
17676 msgid "  rewrite [options] <dir>               Rewrite coverage file contents\n"
17677 msgstr "  rewrite [opcije] <dir>                prepiše sadržaj datoteke pokrivenosti\n"
17679 #: gcov-tool.cc:336
17680 #, c-format
17681 msgid "    -n, --normalize <int64_t>           Normalize the profile\n"
17682 msgstr "    -n, --normalize <int64_t>           normalizira profil\n"
17684 #: gcov-tool.cc:338
17685 #, c-format
17686 msgid "    -s, --scale <float or simple-frac>  Scale the profile counters\n"
17687 msgstr "    -s, --scale <float ili simple-frac>  skalira profiliranje brojila\n"
17689 #: gcov-tool.cc:356
17690 #, c-format
17691 msgid "Rewrite subcommand usage:"
17692 msgstr "Uporaba podnaredbe ‘rewrite’:"
17694 #: gcov-tool.cc:395
17695 #, c-format
17696 msgid "scaling cannot co-exist with normalization, skipping\n"
17697 msgstr "skaliranje ne može koegzistirati s normalizacijom, preskačemo\n"
17699 #: gcov-tool.cc:408 gcov-tool.cc:418
17700 #, c-format
17701 msgid "incorrect format in scaling, using 1/1\n"
17702 msgstr "nekorektni format u skaliranju, koristimo 1/1\n"
17704 #: gcov-tool.cc:428
17705 #, c-format
17706 msgid "normalization cannot co-exist with scaling\n"
17707 msgstr "normalizacija ne može koegzistirati sa skaliranjem\n"
17709 #: gcov-tool.cc:485
17710 #, c-format
17711 msgid "  overlap [options] <dir1> <dir2>       Compute the overlap of two profiles\n"
17712 msgstr "  overlap [opcije] <dir1> <dir2>        računa preklapanje dvaju profila\n"
17714 #: gcov-tool.cc:486
17715 #, c-format
17716 msgid "    -f, --function                      Print function level info\n"
17717 msgstr "    -f, --function                      ispiše informaciju razine funkcije\n"
17719 #: gcov-tool.cc:487
17720 #, c-format
17721 msgid "    -F, --fullname                      Print full filename\n"
17722 msgstr "    -F, --fullname                      ispiše puno ime datoteke\n"
17724 #: gcov-tool.cc:488
17725 #, c-format
17726 msgid "    -h, --hotonly                       Only print info for hot objects/functions\n"
17727 msgstr ""
17728 "    -h, --hotonly                       informacije ispiše samo vruće\n"
17729 "                                          objekte/funkcije\n"
17731 #: gcov-tool.cc:489
17732 #, c-format
17733 msgid "    -o, --object                        Print object level info\n"
17734 msgstr "    -o, --object                        ispiše informacije razinu objekta\n"
17736 #: gcov-tool.cc:490
17737 #, c-format
17738 msgid "    -t <float>, --hot_threshold <float> Set the threshold for hotness\n"
17739 msgstr "    -t <float>, --hot_threshold <float> postavite prag za ‘hotness’\n"
17741 #: gcov-tool.cc:510
17742 #, c-format
17743 msgid "Overlap subcommand usage:"
17744 msgstr "Uporaba podnaredbe ‘overlap’:"
17746 #: gcov-tool.cc:576
17747 #, c-format
17748 msgid ""
17749 "Usage: %s [OPTION]... SUB_COMMAND [OPTION]...\n"
17750 "\n"
17751 msgstr ""
17752 "Uporaba: %s [OPCIJA]... PODNAREDBA [OPCIJA]...\n"
17753 "\n"
17755 #: gcov-tool.cc:577
17756 #, c-format
17757 msgid ""
17758 "Offline tool to handle gcda counts\n"
17759 "\n"
17760 msgstr ""
17761 "Samostalni (vanjski) alat za rad s gcda brojilom\n"
17762 "\n"
17764 #: gcov-tool.cc:578
17765 #, c-format
17766 msgid "  -h, --help                            Print this help, then exit\n"
17767 msgstr "  -h, --help                            ispiše ovu pomoć, pa iziđe\n"
17769 #: gcov-tool.cc:579
17770 #, c-format
17771 msgid "  -v, --version                         Print version number, then exit\n"
17772 msgstr "  -v, --version                         ispiše broj inačice, pa iziđe\n"
17774 #: gcov-tool.cc:584 gcov.cc:956
17775 #, c-format
17776 msgid ""
17777 "\n"
17778 "For bug reporting instructions, please see:\n"
17779 "%s.\n"
17780 msgstr ""
17781 "\n"
17782 "Za upute o prijavljivanju grešaka, molim pogledajte:\n"
17783 "%s.\n"
17785 #: gcov-tool.cc:595
17786 #, c-format
17787 msgid "Copyright %s 2023 Free Software Foundation, Inc.\n"
17788 msgstr "Copyright %s 2023 Free Software Foundation, Inc.\n"
17790 #: gcov.cc:925
17791 #, c-format
17792 msgid ""
17793 "Usage: gcov [OPTION...] SOURCE|OBJ...\n"
17794 "\n"
17795 msgstr ""
17796 "Uporaba: gcov [OPCIJA...] IZVOR|OBJ...\n"
17797 "\n"
17799 #: gcov.cc:926
17800 #, c-format
17801 msgid ""
17802 "Print code coverage information.\n"
17803 "\n"
17804 msgstr ""
17805 "Ispiše podatke o pokrivenosti kȏda.\n"
17806 "\n"
17808 #: gcov.cc:927
17809 #, c-format
17810 msgid "  -a, --all-blocks                Show information for every basic block\n"
17811 msgstr "  -a, --all-blocks                pokaže podatke za svaki temeljni blok\n"
17813 #: gcov.cc:928
17814 #, c-format
17815 msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"
17816 msgstr ""
17817 "  -b, --branch-probabilities      uključi vjerojatnost grananja na izlazu\n"
17818 "\n"
17820 #: gcov.cc:929
17821 #, c-format
17822 msgid ""
17823 "  -c, --branch-counts             Output counts of branches taken\n"
17824 "                                    rather than percentages\n"
17825 msgstr "  -c, --branch-counts             ispiše količine (broj) grana a ne postotak\n"
17827 #: gcov.cc:931
17828 #, c-format
17829 msgid "  -d, --display-progress          Display progress information\n"
17830 msgstr "  -d, --display-progress          pokaže podatke o napredovanju\n"
17832 #: gcov.cc:932
17833 #, c-format
17834 msgid "  -D, --debug\t\t\t    Display debugging dumps\n"
17835 msgstr "  -D, --debug\t\t\t    pokaže dijagnostičke podatke\n"
17837 #: gcov.cc:933
17838 #, c-format
17839 msgid "  -f, --function-summaries        Output summaries for each function\n"
17840 msgstr "  -f, --function-summaries        ispiše sažetke za svaku funkciju\n"
17842 #: gcov.cc:934
17843 #, c-format
17844 msgid "  -h, --help                      Print this help, then exit\n"
17845 msgstr "  -h, --help                      ispiše ovu pomoć, pa iziđe\n"
17847 #: gcov.cc:935
17848 #, c-format
17849 msgid ""
17850 "  -j, --json-format               Output JSON intermediate format\n"
17851 "                                    into .gcov.json.gz file\n"
17852 msgstr ""
17853 "  -j, --json-format               izlaz zapiše .gcov.json.gz datoteku\n"
17854 "                                    u JSON (intermediate) formatu\n"
17856 #: gcov.cc:937
17857 #, c-format
17858 msgid "  -H, --human-readable            Output human readable numbers\n"
17859 msgstr "  -H, --human-readable            pokaže brojke u lako čitljivom obliku\n"
17861 #: gcov.cc:938
17862 #, c-format
17863 msgid "  -k, --use-colors                Emit colored output\n"
17864 msgstr "  -k, --use-colors                oboji izlazne poruke\n"
17866 #: gcov.cc:939
17867 #, c-format
17868 msgid ""
17869 "  -l, --long-file-names           Use long output file names for included\n"
17870 "                                    source files\n"
17871 msgstr "  -l, --long-file-names           ispiše puna imena uključenih izvornih kódova\n"
17873 #: gcov.cc:941
17874 #, c-format
17875 msgid "  -m, --demangled-names           Output demangled function names\n"
17876 msgstr ""
17877 "  -m, --demangled-names           ispiše dešifrirana imena funkcija\n"
17878 "\n"
17880 #: gcov.cc:942
17881 #, c-format
17882 msgid "  -n, --no-output                 Do not create an output file\n"
17883 msgstr "  -n, --no-output                 ne proizvodi izlazne datoteke\n"
17885 #: gcov.cc:943
17886 #, c-format
17887 msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
17888 msgstr ""
17889 "  -o, --object-directory DIR|FILE traži objektne datoteke u direktoriju DIR\n"
17890 "                                    ili u pozvanoj datoteci FILE\n"
17892 #: gcov.cc:944
17893 #, c-format
17894 msgid "  -p, --preserve-paths            Preserve all pathname components\n"
17895 msgstr "  -p, --preserve-paths            sačuva (spremi) sve komponente imena staze\n"
17897 #: gcov.cc:945
17898 #, c-format
17899 msgid "  -q, --use-hotness-colors        Emit perf-like colored output for hot lines\n"
17900 msgstr "  -q, --use-hotness-colors        oboji izlaz u perf-stilu za vruće retke\n"
17902 #: gcov.cc:946
17903 #, c-format
17904 msgid "  -r, --relative-only             Only show data for relative sources\n"
17905 msgstr "  -r, --relative-only             pokaže samo podatke za relativne izvore\n"
17907 #: gcov.cc:947
17908 #, c-format
17909 msgid "  -s, --source-prefix DIR         Source prefix to elide\n"
17910 msgstr "  -s, --source-prefix DIR         izostavi prefiks izvornog kȏda\n"
17912 #: gcov.cc:948
17913 #, c-format
17914 msgid "  -t, --stdout                    Output to stdout instead of a file\n"
17915 msgstr "  -t, --stdout                    izlaz na stdout umjesto u datoteku\n"
17917 #: gcov.cc:949
17918 #, c-format
17919 msgid "  -u, --unconditional-branches    Show unconditional branch counts too\n"
17920 msgstr "  -u, --unconditional-branches    pokaže i bezuvjetnu količinu (broj) grana\n"
17922 #: gcov.cc:950
17923 #, c-format
17924 msgid "  -v, --version                   Print version number, then exit\n"
17925 msgstr "  -v, --version                   ispiše broj inačice, pa iziđe\n"
17927 #: gcov.cc:951
17928 #, c-format
17929 msgid "  -w, --verbose                   Print verbose informations\n"
17930 msgstr "  -w, --verbose                   daje opširnije informacije\n"
17932 #: gcov.cc:952
17933 #, c-format
17934 msgid "  -x, --hash-filenames            Hash long pathnames\n"
17935 msgstr "  -x, --hash-filenames            hašira (hash) duga imena staza\n"
17937 #: gcov.cc:953
17938 #, c-format
17939 msgid ""
17940 "\n"
17941 "Obsolete options:\n"
17942 msgstr ""
17943 "\n"
17944 "Zastarjele opcije:\n"
17946 #: gcov.cc:954
17947 #, c-format
17948 msgid "  -i, --json-format               Replaced with -j, --json-format\n"
17949 msgstr "  -i, --json-format               zamijenjeno s -j, --json-format\n"
17951 #: gcov.cc:955
17952 #, c-format
17953 msgid "  -j, --human-readable            Replaced with -H, --human-readable\n"
17954 msgstr "  -j, --human-readable            zamijenjeno s -H, --human-readable\n"
17956 #: gcov.cc:966
17957 #, c-format
17958 msgid "gcov %s%s\n"
17959 msgstr "gcov %s%s\n"
17961 #: gcov.cc:1354
17962 #, c-format
17963 msgid "'%s' file is already processed\n"
17964 msgstr "‘%s’ datoteka je već obrađena\n"
17966 #: gcov.cc:1470 gcov.cc:1599
17967 #, c-format
17968 msgid "Creating '%s'\n"
17969 msgstr "Stvaramo ‘%s”\n"
17971 #: gcov.cc:1474
17972 #, c-format
17973 msgid "Error writing output file '%s'\n"
17974 msgstr "Greška pri pisanju izlazne datoteke ‘%s’\n"
17976 #: gcov.cc:1482
17977 #, c-format
17978 msgid "Could not open output file '%s'\n"
17979 msgstr "Nije moguće otvoriti izlaznu datoteku ‘%s’\n"
17981 #: gcov.cc:1489
17982 #, c-format
17983 msgid "Removing '%s'\n"
17984 msgstr "Uklanjamo ‘%s”\n"
17986 #: gcov.cc:1604
17987 #, c-format
17988 msgid "Cannot open JSON output file %s\n"
17989 msgstr "Nije moguće otvoriti izlaznu JSON datoteku %s\n"
17991 #: gcov.cc:1613
17992 #, c-format
17993 msgid "Error writing JSON output file %s\n"
17994 msgstr "Nije moguće zapisati izlaznu JSON datoteku %s\n"
17996 #: gcov.cc:1778
17997 #, c-format
17998 msgid "%s:source file is newer than notes file '%s'\n"
17999 msgstr "%s:izvorni kȏd je noviji od datoteke s bilješkama ‘%s’\n"
18001 #: gcov.cc:1783
18002 #, c-format
18003 msgid "(the message is displayed only once per source file)\n"
18004 msgstr "(ova poruka se ispiše samo jedamput po izvornom kȏdu)\n"
18006 #: gcov.cc:1803
18007 #, c-format
18008 msgid "%s:cannot open notes file\n"
18009 msgstr "%s:nije moguće otvoriti datoteku s bilješkama\n"
18011 #: gcov.cc:1810
18012 #, c-format
18013 msgid "%s:not a gcov notes file\n"
18014 msgstr "%s:nije gcov datoteka s bilješkama\n"
18016 #: gcov.cc:1824
18017 #, c-format
18018 msgid "%s:version '%.4s', prefer '%.4s'\n"
18019 msgstr "%s:inačica ‘%.4s’, ali preferira se ‘%.4s’\n"
18021 #: gcov.cc:1877
18022 #, c-format
18023 msgid "%s:already seen blocks for '%s'\n"
18024 msgstr "%s:već viđeni blokovi za ‘%s’\n"
18026 #: gcov.cc:1993 gcov.cc:2107
18027 #, c-format
18028 msgid "%s:corrupted\n"
18029 msgstr "%s:oštećen\n"
18031 #: gcov.cc:2001
18032 #, c-format
18033 msgid "%s:no functions found\n"
18034 msgstr "%s:nijedna funkcija nije pronađena\n"
18036 #: gcov.cc:2019
18037 #, c-format
18038 msgid "%s:cannot open data file, assuming not executed\n"
18039 msgstr "%s:nije moguće otvoriti, pretpostavljamo da ne radi\n"
18041 #: gcov.cc:2026
18042 #, c-format
18043 msgid "%s:not a gcov data file\n"
18044 msgstr "%s:nije gcov datoteka\n"
18046 #: gcov.cc:2040
18047 #, c-format
18048 msgid "%s:version '%.4s', prefer version '%.4s'\n"
18049 msgstr "%s:inačica ‘%.4s’, ali preferira se ‘%.4s’\n"
18051 #: gcov.cc:2047
18052 #, c-format
18053 msgid "%s:stamp mismatch with notes file\n"
18054 msgstr "%s:nepodudaranje pečata s bilješkama\n"
18056 #: gcov.cc:2084
18057 #, c-format
18058 msgid "%s:profile mismatch for '%s'\n"
18059 msgstr "%s:nepodudaranje profila za ‘%s’\n"
18061 #: gcov.cc:2106
18062 #, c-format
18063 msgid "%s:overflowed\n"
18064 msgstr "%s:prekoračenje\n"
18066 #: gcov.cc:2154
18067 #, c-format
18068 msgid "%s:'%s' lacks entry and/or exit blocks\n"
18069 msgstr "%s:‘%s’ nema ulazne i/ili izlazne blokove\n"
18071 #: gcov.cc:2159
18072 #, c-format
18073 msgid "%s:'%s' has arcs to entry block\n"
18074 msgstr "%s:‘%s’ ima lukove do ulaznog bloka\n"
18076 #: gcov.cc:2167
18077 #, c-format
18078 msgid "%s:'%s' has arcs from exit block\n"
18079 msgstr "%s:‘%s’ ima lukove od izlaznog bloka\n"
18081 #: gcov.cc:2376
18082 #, c-format
18083 msgid "%s:graph is unsolvable for '%s'\n"
18084 msgstr "%s:graf je nerješiv za ‘%s’\n"
18086 #: gcov.cc:2492
18087 #, c-format
18088 msgid "Lines executed:%s of %d\n"
18089 msgstr "Izvršeno %s od %d\n"
18091 #: gcov.cc:2495
18092 #, c-format
18093 msgid "No executable lines\n"
18094 msgstr "Nema izvršivih redaka\n"
18096 #: gcov.cc:2503 gcov.cc:2512
18097 #, c-format
18098 msgid "%s '%s'\n"
18099 msgstr "%s ‘%s’\n"
18101 #: gcov.cc:2519
18102 #, c-format
18103 msgid "Branches executed:%s of %d\n"
18104 msgstr "Izvršeno %s grana od %d\n"
18106 #: gcov.cc:2523
18107 #, c-format
18108 msgid "Taken at least once:%s of %d\n"
18109 msgstr "%s uzeto barem jednom od %d grana\n"
18111 #: gcov.cc:2529
18112 #, c-format
18113 msgid "No branches\n"
18114 msgstr "Nema grana\n"
18116 #: gcov.cc:2531
18117 #, c-format
18118 msgid "Calls executed:%s of %d\n"
18119 msgstr "Izvršeno %s poziva od %d\n"
18121 #: gcov.cc:2535
18122 #, c-format
18123 msgid "No calls\n"
18124 msgstr "Nema poziva\n"
18126 #: gcov.cc:2755
18127 #, c-format
18128 msgid "%s:no lines for '%s'\n"
18129 msgstr "%s:nema redaka za ‘%s”\n"
18131 #: gcov.cc:2881
18132 #, c-format
18133 msgid "call   %2d returned %s\n"
18134 msgstr "poziv   %2d vratio je %s\n"
18136 #: gcov.cc:2886
18137 #, c-format
18138 msgid "call   %2d never executed\n"
18139 msgstr "poziv   %2d nikada nije izvršen\n"
18141 #: gcov.cc:2891
18142 #, c-format
18143 msgid "branch %2d taken %s%s"
18144 msgstr "grana %2d uzeta %s%s"
18146 #: gcov.cc:2896
18147 #, c-format
18148 msgid "branch %2d never executed%s"
18149 msgstr "grana %2d nikada nije executed%s"
18151 #: gcov.cc:2901
18152 #, c-format
18153 msgid " (BB %d)"
18154 msgstr " (BB %d)"
18156 #: gcov.cc:2908
18157 #, c-format
18158 msgid "unconditional %2d taken %s\n"
18159 msgstr "bezuvjetno %2d uzeto %s\n"
18161 #: gcov.cc:2911
18162 #, c-format
18163 msgid "unconditional %2d never executed\n"
18164 msgstr "bezuvjetno %2d nikada nije izvršeno\n"
18166 #: gcov.cc:3163
18167 #, c-format
18168 msgid "Cannot open source file %s\n"
18169 msgstr "Nije moguće otvoriti izvorni kȏd %s\n"
18171 #: gcse.cc:2578
18172 msgid "PRE disabled"
18173 msgstr "PRE onemogućen"
18175 #: gcse.cc:3505
18176 msgid "GCSE disabled"
18177 msgstr "GCSE onemogućen"
18179 #: incpath.cc:77
18180 #, c-format
18181 msgid "ignoring duplicate directory \"%s\"\n"
18182 msgstr "ignoriramo duplikat direktorija „%s”\n"
18184 #: incpath.cc:80
18185 #, c-format
18186 msgid "  as it is a non-system directory that duplicates a system directory\n"
18187 msgstr "  jer nije direktorij sustava koji duplicira direktorij sustava\n"
18189 #: incpath.cc:84
18190 #, c-format
18191 msgid "ignoring nonexistent directory \"%s\"\n"
18192 msgstr "ignoriramo nepostojeći direktorij „%s”\n"
18194 #: incpath.cc:391
18195 #, c-format
18196 msgid "#include \"...\" search starts here:\n"
18197 msgstr "#include \"...\" pretraga započinje ovdje:\n"
18199 #: incpath.cc:395
18200 #, c-format
18201 msgid "#include <...> search starts here:\n"
18202 msgstr "#include <...> pretraga započinje ovdje:\n"
18204 #: incpath.cc:400
18205 #, c-format
18206 msgid "End of search list.\n"
18207 msgstr "Kraj popisa pretrage.\n"
18209 #: input.cc:35
18210 msgid "<built-in>"
18211 msgstr ""
18213 #. Opening quotation mark.
18214 #: intl.cc:62
18215 msgid "`"
18216 msgstr "„"
18218 #. Closing quotation mark.
18219 #: intl.cc:65
18220 msgid "'"
18221 msgstr "“"
18223 #: langhooks.cc:384
18224 msgid "At top level:"
18225 msgstr "Vrhovna razina:"
18227 #: langhooks.cc:400
18228 #, c-format
18229 msgid "In member function %qs"
18230 msgstr "U funkciji člana %qs"
18232 #: langhooks.cc:404
18233 #, c-format
18234 msgid "In function %qs"
18235 msgstr "U funkciji %qs"
18237 #: langhooks.cc:449
18238 msgid "    inlined from %qs at %r%s:%d:%d%R"
18239 msgstr "    umetnuto od %qs pri %r%s:%d:%d%R"
18241 #: langhooks.cc:454
18242 msgid "    inlined from %qs at %r%s:%d%R"
18243 msgstr "    umetnuto od %qs pri %r%s:%d%R"
18245 #: langhooks.cc:460
18246 #, c-format
18247 msgid "    inlined from %qs"
18248 msgstr "    umetnuto od %qs"
18250 #: lra-assigns.cc:1871 reload1.cc:2073
18251 msgid "this is the insn:"
18252 msgstr "ovo je insn:"
18254 #: lra-constraints.cc:3144
18255 msgid "unable to generate reloads for impossible constraints:"
18256 msgstr "nije moguće generirati ponovna učitavanja za nemoguća ograničenja:"
18258 #: lra-constraints.cc:4170 reload.cc:3844
18259 msgid "unable to generate reloads for:"
18260 msgstr "nije moguće generirati ponovno učitavanje za:"
18262 #. What to print when a switch has no documentation.
18263 #: opts.cc:325
18264 msgid "This option lacks documentation."
18265 msgstr "Ova opcija nije dokumentirana."
18267 #: opts.cc:326
18268 msgid "Uses of this option are diagnosed."
18269 msgstr "Upotreba ove opcije je dijagnosticirana."
18271 #: opts.cc:1652
18272 #, c-format
18273 msgid "Same as %s%s (or, in negated form, %s%s)."
18274 msgstr "Isto kao %s%s (ili, u negiranom obliku, %s%s)."
18276 #: opts.cc:1657
18277 #, c-format
18278 msgid "Same as %s%s."
18279 msgstr "Isto kao %s%s."
18281 #: opts.cc:1662
18282 #, c-format
18283 msgid "Same as %s."
18284 msgstr "Isto kao %s."
18286 #: opts.cc:1670
18287 #, c-format
18288 msgid "%s  Same as %s."
18289 msgstr "%s je identično s %s."
18291 #: opts.cc:1733
18292 msgid "[available in "
18293 msgstr "[dostupno u "
18295 #: opts.cc:1765
18296 msgid "[default]"
18297 msgstr "[zadano]"
18299 #: opts.cc:1774
18300 #, c-format
18301 msgid "%llu bytes"
18302 msgstr "%llu bajta"
18304 #: opts.cc:1811
18305 msgid "[enabled]"
18306 msgstr "[omogućeno]"
18308 #: opts.cc:1813
18309 msgid "[disabled]"
18310 msgstr "[onemogućeno]"
18312 #: opts.cc:1849
18313 #, c-format
18314 msgid " No options with the desired characteristics were found\n"
18315 msgstr " Nisu pronađene opcije sa željenim svojstvima\n"
18317 #: opts.cc:1858
18318 #, c-format
18319 msgid " None found.  Use --help=%s to show *all* the options supported by the %s front-end.\n"
18320 msgstr " Nijedan nije nađen. Koristite --help=%s za ispis *all* opcija koje podržava %s front-end sučelje.\n"
18322 #: opts.cc:1864
18323 #, c-format
18324 msgid " All options with the desired characteristics have already been displayed\n"
18325 msgstr " Sve opcije sa željenim svojstvima su već prikazane\n"
18327 #: opts.cc:1909
18328 #, c-format
18329 msgid ""
18330 "  Known valid arguments for %s option:\n"
18331 "   "
18332 msgstr ""
18333 "  Znani valjani argument za %s opciju:\n"
18334 "   "
18336 #: opts.cc:1959
18337 msgid "The following options are target specific"
18338 msgstr "Sljedeće opcije su specifične za cilj"
18340 #: opts.cc:1962
18341 msgid "The following options control compiler warning messages"
18342 msgstr "Sljedeće opcije upravljaju porukama upozorenja kompajlera"
18344 #: opts.cc:1965
18345 msgid "The following options control optimizations"
18346 msgstr "Sljedeće opcije upravljaju s optimizacijama"
18348 #: opts.cc:1968 opts.cc:2008
18349 msgid "The following options are language-independent"
18350 msgstr "Sljedeće opcije su neovisne o jeziku"
18352 #: opts.cc:1971
18353 msgid "The following options control parameters"
18354 msgstr "Sljedeće opcije upravljaju s parametrima"
18356 #: opts.cc:1977
18357 msgid "The following options are specific to just the language "
18358 msgstr "Sljedeće opcije su posebne samo za jezik "
18360 #: opts.cc:1979
18361 msgid "The following options are supported by the language "
18362 msgstr "Sljedeće opcije podržava jezik "
18364 #: opts.cc:1990
18365 msgid "The following options are not documented"
18366 msgstr "Sljedeće opcije nisu dokumentirane"
18368 #: opts.cc:1992
18369 msgid "The following options take separate arguments"
18370 msgstr "Sljedeće opcije uzimaju odvojene argumente"
18372 #: opts.cc:1994
18373 msgid "The following options take joined arguments"
18374 msgstr "Sljedeće opcije uzimaju spojene argumente"
18376 #: opts.cc:2006
18377 msgid "The following options are language-related"
18378 msgstr "Sljedeće opcije se odnose na jezik"
18380 #: passes.cc:1839
18381 #, c-format
18382 msgid "during %s pass: %s\n"
18383 msgstr "tijekom %s prolaza: %s\n"
18385 #: passes.cc:1844
18386 #, c-format
18387 msgid "dump file: %s\n"
18388 msgstr "istovari datoteku: %s\n"
18390 #: plugin.cc:965
18391 msgid "Event"
18392 msgstr "Događaj"
18394 #: plugin.cc:965
18395 msgid "Plugins"
18396 msgstr "Plugini"
18398 #: plugin.cc:997
18399 #, c-format
18400 msgid "*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.\n"
18401 msgstr "*** UPOZORENJE *** neki plugini su aktivni, nemojte prijaviti ovo kao grešku osim ako ju ne možete reproducirati bez omogućavanja plugina.\n"
18403 #: postreload-gcse.cc:1355
18404 msgid "using simple load CSE after register allocation"
18405 msgstr "Nakon mapiranja registra koristi se jednostavan CSE"
18407 #. It's the compiler's fault.
18408 #: reload1.cc:5994
18409 msgid "could not find a spill register"
18410 msgstr "nije pronađen registar prelijevanja"
18412 #. It's the compiler's fault.
18413 #: reload1.cc:7876
18414 msgid "VOIDmode on an output"
18415 msgstr "VOIDmode na izlazu"
18417 #: reload1.cc:8609
18418 msgid "failure trying to reload:"
18419 msgstr "ponovno učitavanje nije uspjelo:"
18421 #: rtl-error.cc:116
18422 msgid "unrecognizable insn:"
18423 msgstr "neprepoznati insn:"
18425 #: rtl-error.cc:118
18426 msgid "insn does not satisfy its constraints:"
18427 msgstr "insn ne zadovoljava svoja ograničenja:"
18429 #: targhooks.cc:2274
18430 #, c-format
18431 msgid "created and used with differing settings of '%s'"
18432 msgstr "stvoren i korišten s različitim postavkama ‘%s”"
18434 #: targhooks.cc:2289
18435 msgid "created and used with different settings of %<-fpic%>"
18436 msgstr "stvoren i korišten s različitim postavkama %<-fpic%>"
18438 #: targhooks.cc:2291
18439 msgid "created and used with different settings of %<-fpie%>"
18440 msgstr "stvoren i korišten s različitim postavkama of %<-fpie%>"
18442 #: toplev.cc:310
18443 #, c-format
18444 msgid "unrecoverable error"
18445 msgstr "nepopravljiva greška"
18447 #: toplev.cc:603
18448 #, c-format
18449 msgid ""
18450 "%s%s%s %sversion %s (%s)\n"
18451 "%s\tcompiled by GNU C version %s, "
18452 msgstr ""
18453 "%s%s%s %sinačica %s (%s)\n"
18454 "%s\tkompilirano s GNU C inačica %s, "
18456 #: toplev.cc:605
18457 #, c-format
18458 msgid "%s%s%s %sversion %s (%s) compiled by CC, "
18459 msgstr "%s%s%s %sinačica %s (%s) kompilirao CC, "
18461 #: toplev.cc:609
18462 #, c-format
18463 msgid "GMP version %s, MPFR version %s, MPC version %s, isl version %s\n"
18464 msgstr ""
18465 "GMP inačica %s, MPFR inačica %s, MPC inačica %s, isl inačica %s\n"
18466 "\n"
18468 #: toplev.cc:611
18469 #, c-format
18470 msgid "%s%swarning: %s header version %s differs from library version %s.\n"
18471 msgstr "%s%supozorenje: %s inačica zaglavlja %s različita je od inačice biblioteke %s\n"
18473 #: toplev.cc:613
18474 #, c-format
18475 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
18476 msgstr "%s%sGGC heuristika: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
18478 #: tree-diagnostic-path.cc:255 tree-diagnostic.cc:294 c/c-decl.cc:6356
18479 #: c/c-typeck.cc:8058 cp/error.cc:1181 c-family/c-pretty-print.cc:426
18480 #, gcc-internal-format
18481 msgid "<anonymous>"
18482 msgstr "<anonymous>"
18484 #: c-family/c-format.cc:432
18485 msgid "format"
18486 msgstr "format"
18488 #: c-family/c-format.cc:433
18489 msgid "field width specifier"
18490 msgstr "specifikacija širine polja"
18492 #: c-family/c-format.cc:434
18493 msgid "field precision specifier"
18494 msgstr "specifikacija preciznosti polja"
18496 #: c-family/c-format.cc:569 c-family/c-format.cc:593
18497 #: config/i386/msformat-c.cc:45
18498 msgid "' ' flag"
18499 msgstr ""
18501 #: c-family/c-format.cc:569 c-family/c-format.cc:593
18502 #: config/i386/msformat-c.cc:45
18503 msgid "the ' ' printf flag"
18504 msgstr ""
18506 #: c-family/c-format.cc:570 c-family/c-format.cc:594 c-family/c-format.cc:625
18507 #: c-family/c-format.cc:691 config/i386/msformat-c.cc:46
18508 msgid "'+' flag"
18509 msgstr ""
18511 #: c-family/c-format.cc:570 c-family/c-format.cc:594 c-family/c-format.cc:625
18512 #: config/i386/msformat-c.cc:46
18513 msgid "the '+' printf flag"
18514 msgstr " "
18516 #: c-family/c-format.cc:571 c-family/c-format.cc:595 c-family/c-format.cc:626
18517 #: c-family/c-format.cc:666 config/i386/msformat-c.cc:47
18518 #: config/i386/msformat-c.cc:82
18519 msgid "'#' flag"
18520 msgstr ""
18522 #: c-family/c-format.cc:571 c-family/c-format.cc:595 c-family/c-format.cc:626
18523 #: config/i386/msformat-c.cc:47
18524 msgid "the '#' printf flag"
18525 msgstr ""
18527 #: c-family/c-format.cc:572 c-family/c-format.cc:596 c-family/c-format.cc:664
18528 #: config/i386/msformat-c.cc:48
18529 msgid "'0' flag"
18530 msgstr ""
18532 #: c-family/c-format.cc:572 c-family/c-format.cc:596
18533 #: config/i386/msformat-c.cc:48
18534 msgid "the '0' printf flag"
18535 msgstr ""
18537 #: c-family/c-format.cc:573 c-family/c-format.cc:597 c-family/c-format.cc:663
18538 #: c-family/c-format.cc:694 config/i386/msformat-c.cc:49
18539 msgid "'-' flag"
18540 msgstr ""
18542 #: c-family/c-format.cc:573 c-family/c-format.cc:597
18543 #: config/i386/msformat-c.cc:49
18544 msgid "the '-' printf flag"
18545 msgstr ""
18547 #: c-family/c-format.cc:574 c-family/c-format.cc:646
18548 #: config/i386/msformat-c.cc:50 config/i386/msformat-c.cc:70
18549 msgid "''' flag"
18550 msgstr ""
18552 #: c-family/c-format.cc:574 config/i386/msformat-c.cc:50
18553 msgid "the ''' printf flag"
18554 msgstr ""
18556 #: c-family/c-format.cc:575 c-family/c-format.cc:647
18557 msgid "'I' flag"
18558 msgstr ""
18560 #: c-family/c-format.cc:575
18561 msgid "the 'I' printf flag"
18562 msgstr ""
18564 #: c-family/c-format.cc:576 c-family/c-format.cc:598 c-family/c-format.cc:644
18565 #: c-family/c-format.cc:667 c-family/c-format.cc:695 config/sol2-c.cc:43
18566 #: config/i386/msformat-c.cc:51 config/i386/msformat-c.cc:68
18567 msgid "field width"
18568 msgstr "širina polja"
18570 #: c-family/c-format.cc:576 c-family/c-format.cc:598 config/sol2-c.cc:43
18571 #: config/i386/msformat-c.cc:51
18572 msgid "field width in printf format"
18573 msgstr "širina polja u printf formatu"
18575 #: c-family/c-format.cc:577 c-family/c-format.cc:599 c-family/c-format.cc:628
18576 #: config/i386/msformat-c.cc:52
18577 msgid "precision"
18578 msgstr "preciznost"
18580 #: c-family/c-format.cc:577 c-family/c-format.cc:599 c-family/c-format.cc:628
18581 #: config/i386/msformat-c.cc:52
18582 msgid "precision in printf format"
18583 msgstr "preciznost u printf formatu"
18585 #: c-family/c-format.cc:578 c-family/c-format.cc:600 c-family/c-format.cc:629
18586 #: c-family/c-format.cc:645 c-family/c-format.cc:698 config/sol2-c.cc:44
18587 #: config/i386/msformat-c.cc:53 config/i386/msformat-c.cc:69
18588 msgid "length modifier"
18589 msgstr "modifikator dužine"
18591 #: c-family/c-format.cc:578 c-family/c-format.cc:600 c-family/c-format.cc:629
18592 #: config/sol2-c.cc:44 config/i386/msformat-c.cc:53
18593 msgid "length modifier in printf format"
18594 msgstr "modifikator dužine u prinf formatu"
18596 #: c-family/c-format.cc:627
18597 msgid "'q' flag"
18598 msgstr ""
18600 #: c-family/c-format.cc:627
18601 msgid "the 'q' diagnostic flag"
18602 msgstr ""
18604 #: c-family/c-format.cc:641 config/i386/msformat-c.cc:66
18605 msgid "assignment suppression"
18606 msgstr "ukidanje dodjele"
18608 #: c-family/c-format.cc:641 config/i386/msformat-c.cc:66
18609 msgid "the assignment suppression scanf feature"
18610 msgstr "ukidanje dodjele scanf značajke"
18612 #: c-family/c-format.cc:642 config/i386/msformat-c.cc:67
18613 msgid "'a' flag"
18614 msgstr ""
18616 #: c-family/c-format.cc:642 config/i386/msformat-c.cc:67
18617 msgid "the 'a' scanf flag"
18618 msgstr ""
18620 #: c-family/c-format.cc:643
18621 msgid "'m' flag"
18622 msgstr ""
18624 #: c-family/c-format.cc:643
18625 msgid "the 'm' scanf flag"
18626 msgstr ""
18628 #: c-family/c-format.cc:644 config/i386/msformat-c.cc:68
18629 msgid "field width in scanf format"
18630 msgstr ""
18632 #: c-family/c-format.cc:645 config/i386/msformat-c.cc:69
18633 msgid "length modifier in scanf format"
18634 msgstr ""
18636 #: c-family/c-format.cc:646 config/i386/msformat-c.cc:70
18637 msgid "the ''' scanf flag"
18638 msgstr ""
18640 #: c-family/c-format.cc:647
18641 msgid "the 'I' scanf flag"
18642 msgstr ""
18644 #: c-family/c-format.cc:662
18645 msgid "'_' flag"
18646 msgstr ""
18648 #: c-family/c-format.cc:662
18649 msgid "the '_' strftime flag"
18650 msgstr ""
18652 #: c-family/c-format.cc:663
18653 msgid "the '-' strftime flag"
18654 msgstr ""
18656 #: c-family/c-format.cc:664
18657 msgid "the '0' strftime flag"
18658 msgstr ""
18660 #: c-family/c-format.cc:665 c-family/c-format.cc:690
18661 msgid "'^' flag"
18662 msgstr ""
18664 #: c-family/c-format.cc:665
18665 msgid "the '^' strftime flag"
18666 msgstr ""
18668 #: c-family/c-format.cc:666 config/i386/msformat-c.cc:82
18669 msgid "the '#' strftime flag"
18670 msgstr ""
18672 #: c-family/c-format.cc:667
18673 msgid "field width in strftime format"
18674 msgstr ""
18676 #: c-family/c-format.cc:668
18677 msgid "'E' modifier"
18678 msgstr ""
18680 #: c-family/c-format.cc:668
18681 msgid "the 'E' strftime modifier"
18682 msgstr ""
18684 #: c-family/c-format.cc:669
18685 msgid "'O' modifier"
18686 msgstr ""
18688 #: c-family/c-format.cc:669
18689 msgid "the 'O' strftime modifier"
18690 msgstr ""
18692 #: c-family/c-format.cc:670 c-family/c-format.cc:671
18693 msgid "the 'O' modifier"
18694 msgstr ""
18696 #: c-family/c-format.cc:689
18697 msgid "fill character"
18698 msgstr ""
18700 #: c-family/c-format.cc:689
18701 msgid "fill character in strfmon format"
18702 msgstr "znak za ispunjavanje i strfmon formatu"
18704 #: c-family/c-format.cc:690
18705 msgid "the '^' strfmon flag"
18706 msgstr ""
18708 #: c-family/c-format.cc:691
18709 msgid "the '+' strfmon flag"
18710 msgstr ""
18712 #: c-family/c-format.cc:692
18713 msgid "'(' flag"
18714 msgstr ""
18716 #: c-family/c-format.cc:692
18717 msgid "the '(' strfmon flag"
18718 msgstr ""
18720 #: c-family/c-format.cc:693
18721 msgid "'!' flag"
18722 msgstr ""
18724 #: c-family/c-format.cc:693
18725 msgid "the '!' strfmon flag"
18726 msgstr ""
18728 #: c-family/c-format.cc:694
18729 msgid "the '-' strfmon flag"
18730 msgstr ""
18732 #: c-family/c-format.cc:695
18733 msgid "field width in strfmon format"
18734 msgstr "širina polja u strfmon formatu"
18736 #: c-family/c-format.cc:696
18737 msgid "left precision"
18738 msgstr ""
18740 #: c-family/c-format.cc:696
18741 msgid "left precision in strfmon format"
18742 msgstr ""
18744 #: c-family/c-format.cc:697
18745 msgid "right precision"
18746 msgstr ""
18748 #: c-family/c-format.cc:697
18749 msgid "right precision in strfmon format"
18750 msgstr ""
18752 #: c-family/c-format.cc:698
18753 msgid "length modifier in strfmon format"
18754 msgstr ""
18756 #. Handle deferred options from command-line.
18757 #: c-family/c-opts.cc:1504 fortran/cpp.cc:621
18758 msgid "<command-line>"
18759 msgstr ""
18761 #: config/aarch64/aarch64.cc:11887 config/loongarch/loongarch.cc:4992
18762 #, c-format
18763 msgid "unsupported operand for code '%c'"
18764 msgstr "nepodržani operand za kȏd ‘%c’"
18766 #: config/aarch64/aarch64.cc:11896 config/aarch64/aarch64.cc:11909
18767 #: config/aarch64/aarch64.cc:11921 config/aarch64/aarch64.cc:11932
18768 #: config/aarch64/aarch64.cc:11948 config/aarch64/aarch64.cc:11962
18769 #: config/aarch64/aarch64.cc:11982 config/aarch64/aarch64.cc:12059
18770 #: config/aarch64/aarch64.cc:12070 config/aarch64/aarch64.cc:12084
18771 #: config/aarch64/aarch64.cc:12306 config/aarch64/aarch64.cc:12326
18772 #: config/pru/pru.cc:1760 config/pru/pru.cc:1771 config/pru/pru.cc:1843
18773 #, c-format
18774 msgid "invalid operand for '%%%c'"
18775 msgstr "nevaljani operand za ‘%%%c’"
18777 #: config/aarch64/aarch64.cc:12000 config/aarch64/aarch64.cc:12011
18778 #: config/aarch64/aarch64.cc:12166 config/aarch64/aarch64.cc:12177
18779 #: config/riscv/riscv.cc:4403 config/riscv/riscv.cc:4410
18780 #: config/riscv/riscv.cc:4417 config/riscv/riscv.cc:4421
18781 #: config/riscv/riscv.cc:4468 config/riscv/riscv.cc:4487
18782 #, c-format
18783 msgid "invalid vector constant"
18784 msgstr "nevaljana vektorska konstanta"
18786 #: config/aarch64/aarch64.cc:12023 config/aarch64/aarch64.cc:12035
18787 #, c-format
18788 msgid "incompatible floating point / vector register operand for '%%%c'"
18789 msgstr ""
18791 #: config/aarch64/aarch64.cc:12052
18792 #, c-format
18793 msgid "incompatible register operand for '%%%c'"
18794 msgstr "nekompatibilan operand registra za ‘%%%c’"
18796 #: config/aarch64/aarch64.cc:12118 config/arm/arm.cc:24721
18797 #, c-format
18798 msgid "missing operand"
18799 msgstr "nema operanda"
18801 #: config/aarch64/aarch64.cc:12203
18802 #, c-format
18803 msgid "invalid constant"
18804 msgstr "nevaljana konstanta"
18806 #: config/aarch64/aarch64.cc:12206
18807 #, c-format
18808 msgid "invalid operand"
18809 msgstr "nevaljani operand"
18811 #: config/aarch64/aarch64.cc:12334 config/aarch64/aarch64.cc:12339
18812 #, c-format
18813 msgid "invalid operand prefix '%%%c'"
18814 msgstr "nevaljani prefiks operanda ‘%%%c’"
18816 #: config/aarch64/aarch64.cc:12359
18817 #, c-format
18818 msgid "invalid address mode"
18819 msgstr "nevaljani način adresiranja"
18821 #: config/aarch64/aarch64.cc:27156
18822 msgid "cannot combine GNU and SVE vectors in a binary operation"
18823 msgstr "ne mogu se kombinirati GNU i SVE vektori u binarnoj operaciji"
18825 #: config/alpha/alpha.cc:5081 config/i386/i386.cc:13585
18826 #: config/rs6000/rs6000.cc:14365 config/sparc/sparc.cc:9370
18827 #, c-format
18828 msgid "'%%&' used without any local dynamic TLS references"
18829 msgstr "‘%%&’ je upotrebljen bez ikakve dinamičke TLS referencije"
18831 #: config/alpha/alpha.cc:5139 config/bfin/bfin.cc:1428
18832 #, c-format
18833 msgid "invalid %%J value"
18834 msgstr "nevaljana %%J vrijednost"
18836 #: config/alpha/alpha.cc:5169 config/ia64/ia64.cc:5578
18837 #: config/or1k/or1k.cc:1249
18838 #, c-format
18839 msgid "invalid %%r value"
18840 msgstr "nevaljana %%r vrijednos"
18842 #: config/alpha/alpha.cc:5179 config/ia64/ia64.cc:5532
18843 #: config/rs6000/rs6000.cc:14060 config/xtensa/xtensa.cc:3008
18844 #, c-format
18845 msgid "invalid %%R value"
18846 msgstr "nevaljana %%R vrijednost"
18848 #: config/alpha/alpha.cc:5185 config/rs6000/rs6000.cc:13980
18849 #: config/xtensa/xtensa.cc:2981
18850 #, c-format
18851 msgid "invalid %%N value"
18852 msgstr "nevaljana %%N vrijednost"
18854 #: config/alpha/alpha.cc:5193 config/rs6000/rs6000.cc:14008
18855 #, c-format
18856 msgid "invalid %%P value"
18857 msgstr "nevaljana %%P vrijednost"
18859 #: config/alpha/alpha.cc:5201
18860 #, c-format
18861 msgid "invalid %%h value"
18862 msgstr "nevaljana %%h vrijednost"
18864 #: config/alpha/alpha.cc:5209 config/xtensa/xtensa.cc:3001
18865 #, c-format
18866 msgid "invalid %%L value"
18867 msgstr "nevaljana %%L vrijednost"
18869 #: config/alpha/alpha.cc:5228
18870 #, c-format
18871 msgid "invalid %%m value"
18872 msgstr "nevaljana %%m vrijednost"
18874 #: config/alpha/alpha.cc:5234
18875 #, c-format
18876 msgid "invalid %%M value"
18877 msgstr "nevaljana %%M vrijednost"
18879 #: config/alpha/alpha.cc:5271
18880 #, c-format
18881 msgid "invalid %%U value"
18882 msgstr "nevaljana %%U vrijednost"
18884 #: config/alpha/alpha.cc:5279 config/rs6000/rs6000.cc:14068
18885 #, c-format
18886 msgid "invalid %%s value"
18887 msgstr "nevaljana %%s vrijednost"
18889 #: config/alpha/alpha.cc:5290
18890 #, c-format
18891 msgid "invalid %%C value"
18892 msgstr "nevaljana %%C vrijednost"
18894 #: config/alpha/alpha.cc:5327 config/rs6000/rs6000.cc:13844
18895 #, c-format
18896 msgid "invalid %%E value"
18897 msgstr "nevaljana %%E vrijednost"
18899 #: config/alpha/alpha.cc:5352 config/alpha/alpha.cc:5402
18900 #, c-format
18901 msgid "unknown relocation unspec"
18902 msgstr "nepoznata relokacija unspec"
18904 #: config/alpha/alpha.cc:5361 config/gcn/gcn.cc:6949 config/gcn/gcn.cc:6958
18905 #: config/gcn/gcn.cc:7018 config/gcn/gcn.cc:7026 config/gcn/gcn.cc:7042
18906 #: config/gcn/gcn.cc:7060 config/gcn/gcn.cc:7111 config/gcn/gcn.cc:7230
18907 #: config/gcn/gcn.cc:7341 config/rs6000/rs6000.cc:14370
18908 #, c-format
18909 msgid "invalid %%xn code"
18910 msgstr "nevaljani %%xn kȏd"
18912 #: config/alpha/alpha.cc:5467
18913 #, c-format
18914 msgid "invalid operand address"
18915 msgstr "nevaljani operand adrese"
18917 #: config/arc/arc.cc:4545
18918 #, c-format
18919 msgid "invalid operand to %%Z code"
18920 msgstr "nevaljani operand za %%Z kȏd"
18922 #: config/arc/arc.cc:4553
18923 #, c-format
18924 msgid "invalid operand to %%z code"
18925 msgstr "nevaljani operand za %%z kȏd"
18927 #: config/arc/arc.cc:4561
18928 #, c-format
18929 msgid "invalid operands to %%c code"
18930 msgstr "nevaljani operandi za %%c kȏd"
18932 #: config/arc/arc.cc:4569
18933 #, c-format
18934 msgid "invalid operand to %%M code"
18935 msgstr "nevaljani operandi za %%M kȏd"
18937 #: config/arc/arc.cc:4577 config/m32r/m32r.cc:2090
18938 #, c-format
18939 msgid "invalid operand to %%p code"
18940 msgstr "nevaljani operand za %%p kȏd"
18942 #: config/arc/arc.cc:4588 config/m32r/m32r.cc:2083
18943 #, c-format
18944 msgid "invalid operand to %%s code"
18945 msgstr "nevaljani operand za %%s kȏd"
18947 #: config/arc/arc.cc:4736 config/m32r/m32r.cc:2116
18948 #, c-format
18949 msgid "invalid operand to %%R code"
18950 msgstr "nevaljani operand za %%R kȏd"
18952 #: config/arc/arc.cc:4812 config/m32r/m32r.cc:2139
18953 #, c-format
18954 msgid "invalid operand to %%H/%%L code"
18955 msgstr "nevaljani operand za %%H%%L kȏd"
18957 #: config/arc/arc.cc:4880 config/m32r/m32r.cc:2210
18958 #, c-format
18959 msgid "invalid operand to %%U code"
18960 msgstr "nevaljani operand za %%U kȏd"
18962 #: config/arc/arc.cc:4892
18963 #, c-format
18964 msgid "invalid operand to %%V code"
18965 msgstr "nevaljani operand za %%V kȏd"
18967 #: config/arc/arc.cc:4949
18968 #, c-format
18969 msgid "invalid operand to %%O code"
18970 msgstr "nevaljani operand za %%O kȏd"
18972 #. Unknown flag.
18973 #. Undocumented flag.
18974 #: config/arc/arc.cc:4975 config/epiphany/epiphany.cc:1311
18975 #: config/m32r/m32r.cc:2237 config/nds32/nds32.cc:3520
18976 #: config/sparc/sparc.cc:9649
18977 #, c-format
18978 msgid "invalid operand output code"
18979 msgstr "nevaljani izlazni kȏd operanda"
18981 #: config/arc/arc.cc:6515
18982 #, c-format
18983 msgid "invalid UNSPEC as operand: %d"
18984 msgstr "nevaljani UNSPEC kao operand: %d"
18986 #: config/arc/arc.cc:6731
18987 msgid "unrecognized supposed constant"
18988 msgstr "neprepoznata pretpostavljena konstanta"
18990 #: config/arm/arm.cc:21009 config/arm/arm.cc:21034 config/arm/arm.cc:21044
18991 #: config/arm/arm.cc:21053 config/arm/arm.cc:21062
18992 #, c-format
18993 msgid "invalid shift operand"
18994 msgstr "nevaljani operand pomaka (shift)"
18996 #: config/arm/arm.cc:23971 config/arm/arm.cc:23989
18997 #, c-format
18998 msgid "predicated Thumb instruction"
18999 msgstr "predviđena Thumb instrukcija"
19001 #: config/arm/arm.cc:23977
19002 #, c-format
19003 msgid "predicated instruction in conditional sequence"
19004 msgstr "predviđena instrukcija u uvjetnoj sekvenciji"
19006 #: config/arm/arm.cc:24098 config/arm/arm.cc:24111 config/arm/arm.cc:24136
19007 #: config/nios2/nios2.cc:3084
19008 #, c-format
19009 msgid "Unsupported operand for code '%c'"
19010 msgstr "Nepodržani operand za kȏd ‘%c’"
19012 #: config/arm/arm.cc:24213 config/arm/arm.cc:24235 config/arm/arm.cc:24245
19013 #: config/arm/arm.cc:24255 config/arm/arm.cc:24265 config/arm/arm.cc:24304
19014 #: config/arm/arm.cc:24322 config/arm/arm.cc:24340 config/arm/arm.cc:24367
19015 #: config/arm/arm.cc:24382 config/arm/arm.cc:24409 config/arm/arm.cc:24416
19016 #: config/arm/arm.cc:24434 config/arm/arm.cc:24441 config/arm/arm.cc:24449
19017 #: config/arm/arm.cc:24470 config/arm/arm.cc:24477 config/arm/arm.cc:24668
19018 #: config/arm/arm.cc:24675 config/arm/arm.cc:24702 config/arm/arm.cc:24709
19019 #: config/bfin/bfin.cc:1441 config/bfin/bfin.cc:1448 config/bfin/bfin.cc:1455
19020 #: config/bfin/bfin.cc:1462 config/bfin/bfin.cc:1471 config/bfin/bfin.cc:1478
19021 #: config/bfin/bfin.cc:1485 config/bfin/bfin.cc:1492
19022 #: config/nds32/nds32.cc:3546
19023 #, c-format
19024 msgid "invalid operand for code '%c'"
19025 msgstr "nevaljani operand za kȏd ‘%c’"
19027 #: config/arm/arm.cc:24317
19028 #, c-format
19029 msgid "instruction never executed"
19030 msgstr "instrukcija nije nikada izvršena"
19032 #. Former Maverick support, removed after GCC-4.7.
19033 #: config/arm/arm.cc:24358
19034 #, c-format
19035 msgid "obsolete Maverick format code '%c'"
19036 msgstr "zastarjela Maverick format kȏd ‘%c’"
19038 #: config/arm/arm.cc:34270
19039 msgid "invalid conversion from type %<bfloat16_t%>"
19040 msgstr "nevaljana konverzija od tipa %<bfloat16_t%>"
19042 #: config/arm/arm.cc:34272
19043 msgid "invalid conversion to type %<bfloat16_t%>"
19044 msgstr "nevaljana konverzija u tip %<bfloat16_t%>"
19046 #: config/arm/arm.cc:34287 config/arm/arm.cc:34303
19047 msgid "operation not permitted on type %<bfloat16_t%>"
19048 msgstr "nelegalna operacija na tipu %<bfloat16_t%>"
19050 #: config/avr/avr.cc:2994
19051 #, c-format
19052 msgid "address operand requires constraint for X, Y, or Z register"
19053 msgstr "operand adrese zahtjeva ograničenje za for X, Y, ili Z registar"
19055 #: config/avr/avr.cc:3177
19056 msgid "operands to %T/%t must be reg + const_int:"
19057 msgstr "operandi za %T/%t moraju biti reg + const_int:"
19059 #: config/avr/avr.cc:3227 config/avr/avr.cc:3294
19060 msgid "bad address, not an I/O address:"
19061 msgstr "loša adresa, nije U/I (I/O) adresa:"
19063 #: config/avr/avr.cc:3236
19064 msgid "bad address, not a constant:"
19065 msgstr "loša adresa, nije konstanta:"
19067 #: config/avr/avr.cc:3254 config/avr/avr.cc:3261
19068 msgid "bad address, not (reg+disp):"
19069 msgstr "loša adresa, nije (reg+disp):"
19071 #: config/avr/avr.cc:3268
19072 msgid "bad address, not post_inc or pre_dec:"
19073 msgstr "loša adresa, nije post_inc ili pre_dec:"
19075 #: config/avr/avr.cc:3280
19076 msgid "internal compiler error.  Bad address:"
19077 msgstr "interna greška kompajlera. Loša adresa:"
19079 #: config/avr/avr.cc:3313
19080 #, c-format
19081 msgid "Unsupported code '%c' for fixed-point:"
19082 msgstr "Nepodržani kȏd ‘%c’ za nepomični zarez (fixed-point):"
19084 #: config/avr/avr.cc:3321
19085 msgid "internal compiler error.  Unknown mode:"
19086 msgstr "interna greška kompajlera. Nepozat način rada:"
19088 #: config/avr/avr.cc:4196 config/avr/avr.cc:5140 config/avr/avr.cc:5587
19089 msgid "invalid insn:"
19090 msgstr "nevaljani insn:"
19092 #: config/avr/avr.cc:4250 config/avr/avr.cc:4362 config/avr/avr.cc:4420
19093 #: config/avr/avr.cc:4472 config/avr/avr.cc:4491 config/avr/avr.cc:4683
19094 #: config/avr/avr.cc:4991 config/avr/avr.cc:5276 config/avr/avr.cc:5480
19095 #: config/avr/avr.cc:5644 config/avr/avr.cc:5737 config/avr/avr.cc:5936
19096 msgid "incorrect insn:"
19097 msgstr "netočni insn:"
19099 #: config/avr/avr.cc:4507 config/avr/avr.cc:4782 config/avr/avr.cc:5062
19100 #: config/avr/avr.cc:5348 config/avr/avr.cc:5526 config/avr/avr.cc:5793
19101 #: config/avr/avr.cc:5994
19102 msgid "unknown move insn:"
19103 msgstr "nepoznati insn za pomicanje, kopiranje:"
19105 #: config/avr/avr.cc:6602
19106 msgid "bad shift insn:"
19107 msgstr "loš pomak (shift) insn:"
19109 #: config/avr/avr.cc:6710 config/avr/avr.cc:7193 config/avr/avr.cc:7610
19110 msgid "internal compiler error.  Incorrect shift:"
19111 msgstr "interna greška kompajlera. Netočni pomak (shift):"
19113 #: config/avr/avr.cc:9134
19114 msgid "unsupported fixed-point conversion"
19115 msgstr "nepodržana konverzija nepomičnog zareza (fixed-point conversion)"
19117 #: config/avr/avr.cc:10506
19118 msgid "variable"
19119 msgstr "varijabla"
19121 #: config/avr/avr.cc:10511
19122 msgid "function parameter"
19123 msgstr "parametar funkcije"
19125 #: config/avr/avr.cc:10516
19126 msgid "structure field"
19127 msgstr "strukturno polje"
19129 #: config/avr/avr.cc:10522
19130 msgid "return type of function"
19131 msgstr "vrati tip funkcije"
19133 #: config/avr/avr.cc:10527
19134 msgid "pointer"
19135 msgstr "kazaljka (pointer)"
19137 #: config/avr/driver-avr.cc:50
19138 #, c-format
19139 msgid ""
19140 "Running spec function '%s' with %d args\n"
19141 "\n"
19142 msgstr ""
19143 "Nepoznata spec funkcija ‘%s’ s %d argumentima\n"
19144 "\n"
19146 #: config/bfin/bfin.cc:1390
19147 #, c-format
19148 msgid "invalid %%j value"
19149 msgstr ""
19151 #: config/bfin/bfin.cc:1583 config/c6x/c6x.cc:2279
19152 #, c-format
19153 msgid "invalid const_double operand"
19154 msgstr ""
19156 #: config/bpf/bpf.cc:953
19157 msgid "invalid address in operand"
19158 msgstr "nevaljana adresa u operandu"
19160 #. Fallthrough.
19161 #: config/bpf/bpf.cc:960
19162 msgid "unsupported operand"
19163 msgstr ""
19165 #. Format punctuators via %s to avoid -Wformat-diag.
19166 #: config/cris/cris.cc:775 config/ft32/ft32.cc:110 config/moxie/moxie.cc:108
19167 #: final.cc:3188 final.cc:3190 fold-const.cc:277 gcc.cc:6118 gcc.cc:6132
19168 #: rtl-error.cc:101 toplev.cc:314 cp/logic.cc:312 cp/logic.cc:314
19169 #: cp/typeck.cc:7634 d/d-convert.cc:237 go/go-gcc-diagnostics.cc:28
19170 #: go/go-gcc-diagnostics.cc:37 go/go-gcc-diagnostics.cc:45
19171 #: go/go-gcc-diagnostics.cc:53 lto/lto-object.cc:180 lto/lto-object.cc:277
19172 #: lto/lto-object.cc:334 lto/lto-object.cc:358 m2/gm2-gcc/m2linemap.cc:182
19173 #: m2/gm2-gcc/m2linemap.cc:253 m2/gm2-gcc/m2linemap.cc:362
19174 #: rust/rust-gcc-diagnostics.cc:31 rust/rust-gcc-diagnostics.cc:40
19175 #: rust/rust-gcc-diagnostics.cc:48 rust/rust-gcc-diagnostics.cc:55
19176 #: rust/rust-gcc-diagnostics.cc:62 rust/rust-gcc-diagnostics.cc:70
19177 #, gcc-internal-format, gfc-internal-format
19178 msgid "%s"
19179 msgstr "%s"
19181 #: config/cris/cris.cc:826
19182 msgid "unexpected index-type in cris_print_index"
19183 msgstr ""
19185 #: config/cris/cris.cc:840
19186 msgid "unexpected base-type in cris_print_base"
19187 msgstr ""
19189 #: config/cris/cris.cc:895
19190 msgid "invalid operand for 'b' modifier"
19191 msgstr ""
19193 #: config/cris/cris.cc:912
19194 msgid "invalid operand for 'o' modifier"
19195 msgstr ""
19197 #: config/cris/cris.cc:931
19198 msgid "invalid operand for 'O' modifier"
19199 msgstr ""
19201 #: config/cris/cris.cc:964
19202 msgid "invalid operand for 'p' modifier"
19203 msgstr ""
19205 #: config/cris/cris.cc:1003
19206 msgid "invalid operand for 'z' modifier"
19207 msgstr ""
19209 #: config/cris/cris.cc:1050 config/cris/cris.cc:1084
19210 msgid "invalid operand for 'H' modifier"
19211 msgstr ""
19213 #: config/cris/cris.cc:1060
19214 msgid "bad register"
19215 msgstr ""
19217 #: config/cris/cris.cc:1104
19218 msgid "invalid operand for 'e' modifier"
19219 msgstr ""
19221 #: config/cris/cris.cc:1121
19222 msgid "invalid operand for 'm' modifier"
19223 msgstr ""
19225 #: config/cris/cris.cc:1146
19226 msgid "invalid operand for 'A' modifier"
19227 msgstr ""
19229 #: config/cris/cris.cc:1201
19230 msgid "invalid operand for 'D' modifier"
19231 msgstr ""
19233 #: config/cris/cris.cc:1218 config/cris/cris.cc:1223
19234 msgid "invalid operand for 'T' modifier"
19235 msgstr ""
19237 #: config/cris/cris.cc:1234 config/ft32/ft32.cc:236 config/moxie/moxie.cc:178
19238 msgid "invalid operand modifier letter"
19239 msgstr ""
19241 #: config/cris/cris.cc:1286
19242 msgid "unexpected multiplicative operand"
19243 msgstr ""
19245 #: config/cris/cris.cc:1306 config/ft32/ft32.cc:259 config/moxie/moxie.cc:203
19246 msgid "unexpected operand"
19247 msgstr ""
19249 #: config/cris/cris.cc:1345 config/cris/cris.cc:1355
19250 msgid "unrecognized address"
19251 msgstr ""
19253 #: config/cris/cris.cc:2556 config/cris/cris.cc:2609
19254 msgid "unexpected side-effects in address"
19255 msgstr ""
19257 #: config/fr30/fr30.cc:513
19258 #, c-format
19259 msgid "fr30_print_operand_address: unhandled address"
19260 msgstr ""
19262 #: config/fr30/fr30.cc:537
19263 #, c-format
19264 msgid "fr30_print_operand: unrecognized %%p code"
19265 msgstr ""
19267 #: config/fr30/fr30.cc:557
19268 #, c-format
19269 msgid "fr30_print_operand: unrecognized %%b code"
19270 msgstr ""
19272 #: config/fr30/fr30.cc:578
19273 #, c-format
19274 msgid "fr30_print_operand: unrecognized %%B code"
19275 msgstr ""
19277 #: config/fr30/fr30.cc:586
19278 #, c-format
19279 msgid "fr30_print_operand: invalid operand to %%A code"
19280 msgstr ""
19282 #: config/fr30/fr30.cc:603
19283 #, c-format
19284 msgid "fr30_print_operand: invalid %%x code"
19285 msgstr ""
19287 #: config/fr30/fr30.cc:610
19288 #, c-format
19289 msgid "fr30_print_operand: invalid %%F code"
19290 msgstr ""
19292 #: config/fr30/fr30.cc:627
19293 #, c-format
19294 msgid "fr30_print_operand: unknown code"
19295 msgstr ""
19297 #: config/fr30/fr30.cc:655 config/fr30/fr30.cc:664 config/fr30/fr30.cc:675
19298 #: config/fr30/fr30.cc:688
19299 #, c-format
19300 msgid "fr30_print_operand: unhandled MEM"
19301 msgstr ""
19303 #: config/frv/frv.cc:2491
19304 msgid "bad insn to frv_print_operand_address:"
19305 msgstr ""
19307 #: config/frv/frv.cc:2502
19308 msgid "bad register to frv_print_operand_memory_reference_reg:"
19309 msgstr ""
19311 #: config/frv/frv.cc:2541 config/frv/frv.cc:2551 config/frv/frv.cc:2560
19312 #: config/frv/frv.cc:2581 config/frv/frv.cc:2586
19313 msgid "bad insn to frv_print_operand_memory_reference:"
19314 msgstr ""
19316 #: config/frv/frv.cc:2671
19317 #, c-format
19318 msgid "bad condition code"
19319 msgstr ""
19321 #: config/frv/frv.cc:2745
19322 msgid "bad insn in frv_print_operand, bad const_double"
19323 msgstr ""
19325 #: config/frv/frv.cc:2806
19326 msgid "bad insn to frv_print_operand, 'e' modifier:"
19327 msgstr ""
19329 #: config/frv/frv.cc:2814
19330 msgid "bad insn to frv_print_operand, 'F' modifier:"
19331 msgstr ""
19333 #: config/frv/frv.cc:2830
19334 msgid "bad insn to frv_print_operand, 'f' modifier:"
19335 msgstr ""
19337 #: config/frv/frv.cc:2844
19338 msgid "bad insn to frv_print_operand, 'g' modifier:"
19339 msgstr ""
19341 #: config/frv/frv.cc:2892
19342 msgid "bad insn to frv_print_operand, 'L' modifier:"
19343 msgstr ""
19345 #: config/frv/frv.cc:2905
19346 msgid "bad insn to frv_print_operand, 'M/N' modifier:"
19347 msgstr ""
19349 #: config/frv/frv.cc:2926
19350 msgid "bad insn to frv_print_operand, 'O' modifier:"
19351 msgstr ""
19353 #: config/frv/frv.cc:2944
19354 msgid "bad insn to frv_print_operand, P modifier:"
19355 msgstr ""
19357 #: config/frv/frv.cc:2964
19358 msgid "bad insn in frv_print_operand, z case"
19359 msgstr ""
19361 #: config/frv/frv.cc:2995
19362 msgid "bad insn in frv_print_operand, 0 case"
19363 msgstr ""
19365 #: config/frv/frv.cc:3000
19366 msgid "frv_print_operand: unknown code"
19367 msgstr ""
19369 #: config/frv/frv.cc:4374
19370 msgid "bad output_move_single operand"
19371 msgstr ""
19373 #: config/frv/frv.cc:4501
19374 msgid "bad output_move_double operand"
19375 msgstr ""
19377 #: config/frv/frv.cc:4643
19378 msgid "bad output_condmove_single operand"
19379 msgstr ""
19381 #: config/gcn/gcn.cc:6635 config/gcn/gcn.cc:6655 config/gcn/gcn.cc:6659
19382 #: config/gcn/gcn.cc:6991 config/gcn/gcn.cc:7002 config/gcn/gcn.cc:7005
19383 #, c-format
19384 msgid "bad ADDR_SPACE_GLOBAL address"
19385 msgstr ""
19387 #: config/gcn/gcn.cc:6771 config/gcn/gcn.cc:6794 config/gcn/gcn.cc:6826
19388 #: config/gcn/gcn.cc:6842 config/gcn/gcn.cc:6857 config/gcn/gcn.cc:6876
19389 #: config/gcn/gcn.cc:6940 config/gcn/gcn.cc:7136 config/gcn/gcn.cc:7251
19390 #, c-format
19391 msgid "invalid operand %%xn code"
19392 msgstr "nevaljani operand %%xn kȏd"
19394 #: config/gcn/gcn.cc:7239
19395 #, c-format
19396 msgid "operand %%xn code invalid for QImode"
19397 msgstr ""
19399 #: config/gcn/gcn.cc:7321
19400 #, c-format
19401 msgid "invalid fp constant"
19402 msgstr ""
19404 #: config/h8300/h8300.cc:1628 config/h8300/h8300.cc:1636
19405 #: config/h8300/h8300.cc:1644 config/h8300/h8300.cc:1652
19406 #: config/h8300/h8300.cc:1660 config/h8300/h8300.cc:1668
19407 #, c-format
19408 msgid "Expected register or constant integer."
19409 msgstr ""
19411 #: config/i386/i386.cc:12403
19412 #, c-format
19413 msgid "invalid UNSPEC as operand"
19414 msgstr ""
19416 #: config/i386/i386.cc:12942
19417 #, c-format
19418 msgid "invalid use of register '%s'"
19419 msgstr ""
19421 #: config/i386/i386.cc:12947
19422 #, c-format
19423 msgid "invalid use of asm flag output"
19424 msgstr ""
19426 #: config/i386/i386.cc:13180
19427 #, c-format
19428 msgid "invalid operand size for operand code 'O'"
19429 msgstr "nevaljana veličina operanda za operand kȏd ‘O’"
19431 #: config/i386/i386.cc:13215
19432 #, c-format
19433 msgid "invalid operand size for operand code 'z'"
19434 msgstr "nevaljana veličina operanda za operand kȏd ‘z’"
19436 #: config/i386/i386.cc:13290
19437 #, c-format
19438 msgid "invalid operand type used with operand code '%c'"
19439 msgstr "nevaljani tip operanda korišten s operandom kȏda ‘%c’"
19441 #: config/i386/i386.cc:13295
19442 #, c-format
19443 msgid "invalid operand size for operand code '%c'"
19444 msgstr "nevaljana veličina operanda za operand kȏd ‘%c’"
19446 #: config/i386/i386.cc:13373
19447 #, c-format
19448 msgid "operand is not a condition code, invalid operand code 'Y'"
19449 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd ‘Y’"
19451 #: config/i386/i386.cc:13452
19452 #, c-format
19453 msgid "operand is not a condition code, invalid operand code 'D'"
19454 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd ‘D’"
19456 #: config/i386/i386.cc:13470
19457 #, c-format
19458 msgid "operand is not a condition code, invalid operand code '%c'"
19459 msgstr "operand nije kȏd uvjeta, nevaljani operand kȏd ‘%c’"
19461 #: config/i386/i386.cc:13483
19462 #, c-format
19463 msgid "operand is not an offsettable memory reference, invalid operand code 'H'"
19464 msgstr "operand nije pokretljiva (offsettable) referencija memorije, nevaljani operand kȏd ‘H’"
19466 #: config/i386/i386.cc:13498
19467 #, c-format
19468 msgid "operand is not an integer, invalid operand code 'K'"
19469 msgstr "operand nije cijeli broj, nevaljani operand kȏd ‘K’"
19471 #: config/i386/i386.cc:13526
19472 #, c-format
19473 msgid "operand is not a specific integer, invalid operand code 'r'"
19474 msgstr "operand nije određeni cijeli broj, nevaljani operand kȏd ‘r’"
19476 #: config/i386/i386.cc:13544
19477 #, c-format
19478 msgid "operand is not an integer, invalid operand code 'R'"
19479 msgstr "operand nije cijeli broj, nevaljani operand kȏd ‘R’"
19481 #: config/i386/i386.cc:13567
19482 #, c-format
19483 msgid "operand is not a specific integer, invalid operand code 'R'"
19484 msgstr "operand nije određeni cijeli broj, nevaljani operand kȏd ‘R’"
19486 #: config/i386/i386.cc:13671
19487 #, c-format
19488 msgid "invalid operand code '%c'"
19489 msgstr "nevaljani operand kȏd ‘%c’"
19491 #: config/i386/i386.cc:13733 config/i386/i386.cc:14122
19492 #, c-format
19493 msgid "invalid constraints for operand"
19494 msgstr "nevaljano ograničenje za operand"
19496 #: config/i386/i386.cc:13834
19497 #, c-format
19498 msgid "invalid vector immediate"
19499 msgstr "nevaljana vektorska konstanta"
19501 #: config/i386/i386.cc:16911
19502 msgid "unknown insn mode"
19503 msgstr "nepoznati insn način"
19505 #: config/ia64/ia64.cc:5460
19506 #, c-format
19507 msgid "invalid %%G mode"
19508 msgstr ""
19510 #: config/ia64/ia64.cc:5631
19511 #, c-format
19512 msgid "ia64_print_operand: unknown code"
19513 msgstr ""
19515 #: config/ia64/ia64.cc:11255
19516 msgid "invalid conversion from %<__fpreg%>"
19517 msgstr ""
19519 #: config/ia64/ia64.cc:11258
19520 msgid "invalid conversion to %<__fpreg%>"
19521 msgstr ""
19523 #: config/ia64/ia64.cc:11271 config/ia64/ia64.cc:11282
19524 msgid "invalid operation on %<__fpreg%>"
19525 msgstr ""
19527 #: config/iq2000/iq2000.cc:3126
19528 #, c-format
19529 msgid "invalid %%P operand"
19530 msgstr ""
19532 #: config/iq2000/iq2000.cc:3134 config/rs6000/rs6000.cc:13998
19533 #, c-format
19534 msgid "invalid %%p value"
19535 msgstr ""
19537 #: config/iq2000/iq2000.cc:3193
19538 #, c-format
19539 msgid "invalid use of %%d, %%x, or %%X"
19540 msgstr ""
19542 #: config/lm32/lm32.cc:524
19543 #, c-format
19544 msgid "only 0.0 can be loaded as an immediate"
19545 msgstr ""
19547 #: config/lm32/lm32.cc:594
19548 msgid "bad operand"
19549 msgstr ""
19551 #: config/lm32/lm32.cc:606
19552 msgid "can't use non gp relative absolute address"
19553 msgstr ""
19555 #: config/lm32/lm32.cc:610
19556 msgid "invalid addressing mode"
19557 msgstr ""
19559 #: config/loongarch/loongarch.cc:4754 config/loongarch/loongarch.cc:4776
19560 #: config/loongarch/loongarch.cc:5120 config/mips/mips.cc:9066
19561 #: config/mips/mips.cc:9093 config/mips/mips.cc:9276
19562 #, c-format
19563 msgid "'%%%c' is not a valid operand prefix"
19564 msgstr ""
19566 #: config/loongarch/loongarch.cc:5004 config/loongarch/loongarch.cc:5042
19567 #: config/loongarch/loongarch.cc:5077 config/loongarch/loongarch.cc:5080
19568 #: config/loongarch/loongarch.cc:5092 config/loongarch/loongarch.cc:5099
19569 #: config/loongarch/loongarch.cc:5109 config/loongarch/loongarch.cc:5112
19570 #: config/loongarch/loongarch.cc:5136 config/loongarch/loongarch.cc:5151
19571 #: config/loongarch/loongarch.cc:5160 config/mips/mips.cc:9165
19572 #: config/mips/mips.cc:9172 config/mips/mips.cc:9179 config/mips/mips.cc:9186
19573 #: config/mips/mips.cc:9199 config/mips/mips.cc:9206 config/mips/mips.cc:9216
19574 #: config/mips/mips.cc:9219 config/mips/mips.cc:9231 config/mips/mips.cc:9234
19575 #: config/mips/mips.cc:9294 config/mips/mips.cc:9301 config/mips/mips.cc:9322
19576 #: config/mips/mips.cc:9337 config/mips/mips.cc:9356 config/mips/mips.cc:9365
19577 #: config/riscv/riscv.cc:4278 config/riscv/riscv.cc:4541
19578 #: config/riscv/riscv.cc:4547 config/riscv/riscv.cc:4556
19579 #, c-format
19580 msgid "invalid use of '%%%c'"
19581 msgstr ""
19583 #: config/m32r/m32r.cc:2148
19584 msgid "bad insn for 'A'"
19585 msgstr "loš insn za ‘A’"
19587 #: config/m32r/m32r.cc:2195
19588 #, c-format
19589 msgid "invalid operand to %%T/%%B code"
19590 msgstr ""
19592 #: config/m32r/m32r.cc:2218
19593 #, c-format
19594 msgid "invalid operand to %%N code"
19595 msgstr ""
19597 #: config/m32r/m32r.cc:2251
19598 msgid "pre-increment address is not a register"
19599 msgstr ""
19601 #: config/m32r/m32r.cc:2258
19602 msgid "pre-decrement address is not a register"
19603 msgstr ""
19605 #: config/m32r/m32r.cc:2265
19606 msgid "post-increment address is not a register"
19607 msgstr ""
19609 #: config/m32r/m32r.cc:2340 config/m32r/m32r.cc:2355
19610 #: config/rs6000/rs6000.cc:20712
19611 msgid "bad address"
19612 msgstr ""
19614 #: config/m32r/m32r.cc:2360
19615 msgid "lo_sum not of register"
19616 msgstr ""
19618 #: config/microblaze/microblaze.cc:2299
19619 #, c-format
19620 msgid "unknown punctuation '%c'"
19621 msgstr ""
19623 #: config/microblaze/microblaze.cc:2308
19624 #, c-format
19625 msgid "null pointer"
19626 msgstr ""
19628 #: config/microblaze/microblaze.cc:2343
19629 #, c-format
19630 msgid "PRINT_OPERAND, invalid insn for %%C"
19631 msgstr ""
19633 #: config/microblaze/microblaze.cc:2372
19634 #, c-format
19635 msgid "PRINT_OPERAND, invalid insn for %%N"
19636 msgstr ""
19638 #: config/microblaze/microblaze.cc:2392 config/microblaze/microblaze.cc:2568
19639 msgid "insn contains an invalid address !"
19640 msgstr ""
19642 #: config/microblaze/microblaze.cc:2408 config/microblaze/microblaze.cc:2638
19643 #: config/xtensa/xtensa.cc:3105
19644 msgid "invalid address"
19645 msgstr ""
19647 #: config/microblaze/microblaze.cc:2511
19648 #, c-format
19649 msgid "letter %c was found & insn was not CONST_INT"
19650 msgstr ""
19652 #: config/mmix/mmix.cc:1636 config/mmix/mmix.cc:1757
19653 msgid "MMIX Internal: Expected a CONST_INT, not this"
19654 msgstr ""
19656 #: config/mmix/mmix.cc:1715
19657 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
19658 msgstr ""
19660 #: config/mmix/mmix.cc:1725
19661 msgid "MMIX Internal: Expected a register, not this"
19662 msgstr ""
19664 #: config/mmix/mmix.cc:1735
19665 msgid "MMIX Internal: Expected a constant, not this"
19666 msgstr ""
19668 #. We need the original here.
19669 #: config/mmix/mmix.cc:1819
19670 msgid "MMIX Internal: Cannot decode this operand"
19671 msgstr ""
19673 #: config/mmix/mmix.cc:1878
19674 msgid "MMIX Internal: This is not a recognized address"
19675 msgstr ""
19677 #: config/mmix/mmix.cc:2770
19678 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
19679 msgstr ""
19681 #: config/mmix/mmix.cc:2777
19682 msgid "MMIX Internal: What's the CC of this?"
19683 msgstr ""
19685 #: config/mmix/mmix.cc:2781
19686 msgid "MMIX Internal: What is the CC of this?"
19687 msgstr ""
19689 #: config/mmix/mmix.cc:2823
19690 msgid "MMIX Internal: This is not a constant:"
19691 msgstr ""
19693 #: config/msp430/msp430.cc:4229
19694 #, c-format
19695 msgid "%%d, %%e, %%f, %%g operand modifiers are for memory references or constant values only"
19696 msgstr ""
19698 #: config/msp430/msp430.cc:4342
19699 #, c-format
19700 msgid "invalid operand prefix"
19701 msgstr ""
19703 #: config/msp430/msp430.cc:4376
19704 #, c-format
19705 msgid "invalid zero extract"
19706 msgstr "nevaljani nula ekstrakt"
19708 #: config/or1k/or1k.cc:1154 config/or1k/or1k.cc:1162
19709 #, c-format
19710 msgid "invalid relocation"
19711 msgstr "nevaljana relokacija"
19713 #: config/or1k/or1k.cc:1256
19714 #, c-format
19715 msgid "invalid %%H value"
19716 msgstr ""
19718 #: config/or1k/or1k.cc:1269 config/xtensa/xtensa.cc:3022
19719 #, c-format
19720 msgid "invalid %%d value"
19721 msgstr ""
19723 #: config/or1k/or1k.cc:1317
19724 #, c-format
19725 msgid "unknown operand letter: '%c'"
19726 msgstr ""
19728 #: config/pru/pru.cc:1711 config/pru/pru.cc:1722
19729 #, c-format
19730 msgid "I/O register operand for '%%%c'"
19731 msgstr ""
19733 #: config/pru/pru.cc:1728
19734 #, c-format
19735 msgid "non 32 bit register operand for '%%%c'"
19736 msgstr ""
19738 #: config/pru/pru.cc:1813
19739 #, c-format
19740 msgid "unsupported code '%c' for fixed-point:"
19741 msgstr ""
19743 #: config/pru/pru.cc:1827
19744 #, c-format
19745 msgid "double constants not supported"
19746 msgstr ""
19748 #: config/pru/pru.cc:1910
19749 #, c-format
19750 msgid "unsupported operand %s for code '%c'"
19751 msgstr ""
19753 #: config/pru/pru.cc:1920
19754 #, c-format
19755 msgid "unexpected text address:"
19756 msgstr ""
19758 #: config/pru/pru.cc:1939
19759 #, c-format
19760 msgid "unsupported constant address:"
19761 msgstr ""
19763 #: config/pru/pru.cc:2000
19764 #, c-format
19765 msgid "unsupported memory expression:"
19766 msgstr ""
19768 #: config/riscv/riscv.cc:4384
19769 #, c-format
19770 msgid "invalid vector operand"
19771 msgstr "nevaljani vektorski operand"
19773 #: config/rl78/rl78.cc:1998 config/rl78/rl78.cc:2084
19774 #, c-format
19775 msgid "q/Q modifiers invalid for symbol references"
19776 msgstr ""
19778 #: config/rs6000/host-darwin.cc:96
19779 #, c-format
19780 msgid "Out of stack space.\n"
19781 msgstr ""
19783 #: config/rs6000/host-darwin.cc:117
19784 #, c-format
19785 msgid "Try running '%s' in the shell to raise its limit.\n"
19786 msgstr ""
19788 #: config/rs6000/rs6000.cc:3807
19789 msgid "%<-mvsx%> requires hardware floating point"
19790 msgstr ""
19792 #: config/rs6000/rs6000.cc:3815
19793 msgid "%<-mvsx%> needs indexed addressing"
19794 msgstr ""
19796 #: config/rs6000/rs6000.cc:3820
19797 msgid "%<-mvsx%> and %<-mno-altivec%> are incompatible"
19798 msgstr ""
19800 #: config/rs6000/rs6000.cc:3822
19801 msgid "%<-mno-altivec%> disables vsx"
19802 msgstr ""
19804 #: config/rs6000/rs6000.cc:3971
19805 msgid "%<-mquad-memory%> requires 64-bit mode"
19806 msgstr ""
19808 #: config/rs6000/rs6000.cc:3974
19809 msgid "%<-mquad-memory-atomic%> requires 64-bit mode"
19810 msgstr ""
19812 #: config/rs6000/rs6000.cc:3986
19813 msgid "%<-mquad-memory%> is not available in little endian mode"
19814 msgstr ""
19816 #: config/rs6000/rs6000.cc:11088
19817 msgid "bad move"
19818 msgstr ""
19820 #: config/rs6000/rs6000.cc:13628
19821 msgid "Bad 128-bit move"
19822 msgstr ""
19824 #: config/rs6000/rs6000.cc:13808
19825 #, c-format
19826 msgid "invalid %%A value"
19827 msgstr "nevaljana %%A vrijednost"
19829 #: config/rs6000/rs6000.cc:13817 config/xtensa/xtensa.cc:2957
19830 #, c-format
19831 msgid "invalid %%D value"
19832 msgstr ""
19834 #: config/rs6000/rs6000.cc:13832
19835 #, c-format
19836 msgid "invalid %%e value"
19837 msgstr "nevaljana %%e vrijednost"
19839 #: config/rs6000/rs6000.cc:13853
19840 #, c-format
19841 msgid "invalid %%f value"
19842 msgstr ""
19844 #: config/rs6000/rs6000.cc:13862
19845 #, c-format
19846 msgid "invalid %%F value"
19847 msgstr ""
19849 #: config/rs6000/rs6000.cc:13871
19850 #, c-format
19851 msgid "invalid %%G value"
19852 msgstr ""
19854 #: config/rs6000/rs6000.cc:13906
19855 #, c-format
19856 msgid "invalid %%j code"
19857 msgstr ""
19859 #: config/rs6000/rs6000.cc:13916
19860 #, c-format
19861 msgid "invalid %%J code"
19862 msgstr ""
19864 #: config/rs6000/rs6000.cc:13926
19865 #, c-format
19866 msgid "invalid %%k value"
19867 msgstr ""
19869 #: config/rs6000/rs6000.cc:13941 config/xtensa/xtensa.cc:2994
19870 #, c-format
19871 msgid "invalid %%K value"
19872 msgstr ""
19874 #: config/rs6000/rs6000.cc:13988
19875 #, c-format
19876 msgid "invalid %%O value"
19877 msgstr ""
19879 #: config/rs6000/rs6000.cc:14035
19880 #, c-format
19881 msgid "invalid %%q value"
19882 msgstr ""
19884 #: config/rs6000/rs6000.cc:14077
19885 #, c-format
19886 msgid "invalid %%t value"
19887 msgstr "nevaljani %%t kȏd"
19889 #: config/rs6000/rs6000.cc:14094
19890 #, c-format
19891 msgid "invalid %%T value"
19892 msgstr ""
19894 #: config/rs6000/rs6000.cc:14106
19895 #, c-format
19896 msgid "invalid %%u value"
19897 msgstr ""
19899 #: config/rs6000/rs6000.cc:14120 config/xtensa/xtensa.cc:2969
19900 #, c-format
19901 msgid "invalid %%v value"
19902 msgstr ""
19904 #: config/rs6000/rs6000.cc:14170
19905 #, c-format
19906 msgid "invalid %%V value"
19907 msgstr "nevaljana %%V vrijednost"
19909 #: config/rs6000/rs6000.cc:14186 config/xtensa/xtensa.cc:3015
19910 #, c-format
19911 msgid "invalid %%x value"
19912 msgstr ""
19914 #: config/rs6000/rs6000.cc:14243
19915 #, c-format
19916 msgid "invalid %%z value"
19917 msgstr "nevaljani %%z kȏd"
19919 #: config/rs6000/rs6000.cc:14312
19920 #, c-format
19921 msgid "invalid %%y value, try using the 'Z' constraint"
19922 msgstr ""
19924 #: config/rs6000/rs6000.cc:15242
19925 msgid "Invalid mixing of IEEE 128-bit and IBM 128-bit floating point types"
19926 msgstr ""
19928 #: config/rs6000/rs6000.cc:24109
19929 msgid "AltiVec argument passed to unprototyped function"
19930 msgstr ""
19932 #: config/rs6000/rs6000.cc:27731
19933 msgid "Could not generate addis value for fusion"
19934 msgstr ""
19936 #: config/rs6000/rs6000.cc:27800
19937 msgid "Unable to generate load/store offset for fusion"
19938 msgstr ""
19940 #: config/rs6000/rs6000.cc:27876
19941 msgid "Bad GPR fusion"
19942 msgstr ""
19944 #: config/rs6000/rs6000.cc:28478
19945 msgid "invalid conversion from type %<__vector_quad%>"
19946 msgstr ""
19948 #: config/rs6000/rs6000.cc:28480
19949 msgid "invalid conversion to type %<__vector_quad%>"
19950 msgstr ""
19952 #: config/rs6000/rs6000.cc:28482
19953 msgid "invalid conversion from type %<__vector_pair%>"
19954 msgstr ""
19956 #: config/rs6000/rs6000.cc:28484
19957 msgid "invalid conversion to type %<__vector_pair%>"
19958 msgstr ""
19960 #: config/s390/s390.cc:8072
19961 #, c-format
19962 msgid "symbolic memory references are only supported on z10 or later"
19963 msgstr ""
19965 #: config/s390/s390.cc:8083
19966 #, c-format
19967 msgid "cannot decompose address"
19968 msgstr ""
19970 #: config/s390/s390.cc:8165
19971 #, c-format
19972 msgid "invalid comparison operator for 'E' output modifier"
19973 msgstr ""
19975 #: config/s390/s390.cc:8188
19976 #, c-format
19977 msgid "invalid reference for 'J' output modifier"
19978 msgstr ""
19980 #: config/s390/s390.cc:8206
19981 #, c-format
19982 msgid "invalid address for 'O' output modifier"
19983 msgstr ""
19985 #: config/s390/s390.cc:8228
19986 #, c-format
19987 msgid "invalid address for 'R' output modifier"
19988 msgstr ""
19990 #: config/s390/s390.cc:8246
19991 #, c-format
19992 msgid "memory reference expected for 'S' output modifier"
19993 msgstr ""
19995 #: config/s390/s390.cc:8256
19996 #, c-format
19997 msgid "invalid address for 'S' output modifier"
19998 msgstr ""
20000 #: config/s390/s390.cc:8277
20001 #, c-format
20002 msgid "register or memory expression expected for 'N' output modifier"
20003 msgstr ""
20005 #: config/s390/s390.cc:8288
20006 #, c-format
20007 msgid "register or memory expression expected for 'M' output modifier"
20008 msgstr ""
20010 #: config/s390/s390.cc:8397 config/s390/s390.cc:8418
20011 #, c-format
20012 msgid "invalid constant for output modifier '%c'"
20013 msgstr ""
20015 #: config/s390/s390.cc:8415
20016 #, c-format
20017 msgid "invalid constant - try using an output modifier"
20018 msgstr ""
20020 #: config/s390/s390.cc:8452
20021 #, c-format
20022 msgid "invalid constant vector for output modifier '%c'"
20023 msgstr ""
20025 #: config/s390/s390.cc:8459
20026 #, c-format
20027 msgid "invalid expression - try using an output modifier"
20028 msgstr ""
20030 #: config/s390/s390.cc:8462
20031 #, c-format
20032 msgid "invalid expression for output modifier '%c'"
20033 msgstr ""
20035 #: config/s390/s390.cc:12310
20036 msgid "vector argument passed to unprototyped function"
20037 msgstr ""
20039 #: config/s390/s390.cc:16742
20040 msgid "types differ in signedness"
20041 msgstr ""
20043 #: config/s390/s390.cc:16752
20044 msgid "binary operator does not support two vector bool operands"
20045 msgstr ""
20047 #: config/s390/s390.cc:16755
20048 msgid "binary operator does not support vector bool operand"
20049 msgstr ""
20051 #: config/s390/s390.cc:16763
20052 msgid "binary operator does not support mixing vector bool with floating point vector operands"
20053 msgstr ""
20055 #: config/sh/sh.cc:1222
20056 #, c-format
20057 msgid "invalid operand to %%R"
20058 msgstr ""
20060 #: config/sh/sh.cc:1249
20061 #, c-format
20062 msgid "invalid operand to %%S"
20063 msgstr ""
20065 #: config/sh/sh.cc:8667
20066 msgid "created and used with different architectures / ABIs"
20067 msgstr ""
20069 #: config/sh/sh.cc:8669
20070 msgid "created and used with different ABIs"
20071 msgstr ""
20073 #: config/sh/sh.cc:8671
20074 msgid "created and used with different endianness"
20075 msgstr ""
20077 #: config/sparc/sparc.cc:9379 config/sparc/sparc.cc:9385
20078 #, c-format
20079 msgid "invalid %%Y operand"
20080 msgstr ""
20082 #: config/sparc/sparc.cc:9472
20083 #, c-format
20084 msgid "invalid %%A operand"
20085 msgstr ""
20087 #: config/sparc/sparc.cc:9492
20088 #, c-format
20089 msgid "invalid %%B operand"
20090 msgstr ""
20092 #: config/sparc/sparc.cc:9572
20093 #, c-format
20094 msgid "invalid %%C operand"
20095 msgstr ""
20097 #: config/sparc/sparc.cc:9604
20098 #, c-format
20099 msgid "invalid %%D operand"
20100 msgstr ""
20102 #: config/sparc/sparc.cc:9623
20103 #, c-format
20104 msgid "invalid %%f operand"
20105 msgstr ""
20107 #: config/sparc/sparc.cc:9635
20108 #, c-format
20109 msgid "invalid %%s operand"
20110 msgstr ""
20112 #: config/sparc/sparc.cc:9680
20113 #, c-format
20114 msgid "floating-point constant not a valid immediate operand"
20115 msgstr ""
20117 #: config/stormy16/stormy16.cc:1751 config/stormy16/stormy16.cc:1822
20118 #, c-format
20119 msgid "'B' operand is not constant"
20120 msgstr ""
20122 #: config/stormy16/stormy16.cc:1778
20123 #, c-format
20124 msgid "'B' operand has multiple bits set"
20125 msgstr ""
20127 #: config/stormy16/stormy16.cc:1804
20128 #, c-format
20129 msgid "'o' operand is not constant"
20130 msgstr ""
20132 #: config/stormy16/stormy16.cc:1836
20133 #, c-format
20134 msgid "xstormy16_print_operand: unknown code"
20135 msgstr ""
20137 #: config/v850/v850.cc:271
20138 msgid "const_double_split got a bad insn:"
20139 msgstr ""
20141 #: config/v850/v850.cc:885
20142 msgid "output_move_single:"
20143 msgstr ""
20145 #: config/vax/vax.cc:481
20146 #, c-format
20147 msgid "symbol used with both base and indexed registers"
20148 msgstr ""
20150 #: config/vax/vax.cc:490
20151 #, c-format
20152 msgid "symbol with offset used in PIC mode"
20153 msgstr ""
20155 #: config/vax/vax.cc:578
20156 #, c-format
20157 msgid "symbol used as immediate operand"
20158 msgstr ""
20160 #: config/vax/vax.cc:1680
20161 msgid "illegal operand detected"
20162 msgstr ""
20164 #: config/visium/visium.cc:3365
20165 msgid "illegal operand "
20166 msgstr ""
20168 #: config/visium/visium.cc:3416
20169 msgid "illegal operand address (1)"
20170 msgstr ""
20172 #: config/visium/visium.cc:3423
20173 msgid "illegal operand address (2)"
20174 msgstr ""
20176 #: config/visium/visium.cc:3438
20177 msgid "illegal operand address (3)"
20178 msgstr ""
20180 #: config/visium/visium.cc:3446
20181 msgid "illegal operand address (4)"
20182 msgstr ""
20184 #: config/xtensa/xtensa-dynconfig.cc:63
20185 msgid "Unable to load DLL."
20186 msgstr ""
20188 #: config/xtensa/xtensa.cc:831 config/xtensa/xtensa.cc:869
20189 msgid "bad test"
20190 msgstr ""
20192 #: config/xtensa/xtensa.cc:2989
20193 msgid "invalid mask"
20194 msgstr ""
20196 #: config/xtensa/xtensa.cc:3041 config/xtensa/xtensa.cc:3051
20197 #, c-format
20198 msgid "invalid %%t/%%b value"
20199 msgstr ""
20201 #: config/xtensa/xtensa.cc:3130
20202 msgid "no register in address"
20203 msgstr ""
20205 #: config/xtensa/xtensa.cc:3138
20206 msgid "address offset not a constant"
20207 msgstr ""
20209 #: c/c-objc-common.cc:193
20210 msgid "{erroneous}"
20211 msgstr "{pogrešan}"
20213 #: c/c-objc-common.cc:234
20214 msgid "aka"
20215 msgstr "također poznat kao"
20217 #: c/c-objc-common.cc:326
20218 msgid "({anonymous})"
20219 msgstr "({anoniman})"
20221 #. If we have
20222 #. declaration-specifiers declarator decl-specs
20223 #. then assume we have a missing semicolon, which would
20224 #. give us:
20225 #. declaration-specifiers declarator  decl-specs
20226 #. ^
20227 #. ;
20228 #. <~~~~~~~~~ declaration ~~~~~~~~~~>
20229 #. Use c_parser_require to get an error with a fix-it hint.
20230 #: c/c-parser.cc:2761 c/c-parser.cc:2883 c/c-parser.cc:2897 c/c-parser.cc:6163
20231 #: c/c-parser.cc:6786 c/c-parser.cc:7215 c/c-parser.cc:7394 c/c-parser.cc:7427
20232 #: c/c-parser.cc:7693 c/c-parser.cc:11764 c/c-parser.cc:11799
20233 #: c/c-parser.cc:11830 c/c-parser.cc:11877 c/c-parser.cc:12058
20234 #: c/c-parser.cc:12891 c/c-parser.cc:12966 c/c-parser.cc:13009
20235 #: c/c-parser.cc:19402 c/c-parser.cc:19482 c/c-parser.cc:19811
20236 #: c/c-parser.cc:19837 c/c-parser.cc:19860 c/c-parser.cc:20307
20237 #: c/c-parser.cc:20351 c/gimple-parser.cc:406 c/gimple-parser.cc:447
20238 #: c/gimple-parser.cc:456 c/gimple-parser.cc:665 c/gimple-parser.cc:2261
20239 #: c/gimple-parser.cc:2298 c/gimple-parser.cc:2377 c/gimple-parser.cc:2404
20240 #: c/c-parser.cc:3671 c/c-parser.cc:3861 c/c-parser.cc:3896
20241 #: c/c-parser.cc:12051 c/gimple-parser.cc:2069 c/gimple-parser.cc:2126
20242 #: cp/parser.cc:15350 cp/parser.cc:33084 cp/parser.cc:33720
20243 #, gcc-internal-format
20244 msgid "expected %<;%>"
20245 msgstr "očekivano je %<;%>"
20247 #: c/c-parser.cc:3355 c/c-parser.cc:4460 c/c-parser.cc:4655 c/c-parser.cc:4713
20248 #: c/c-parser.cc:4771 c/c-parser.cc:5153 c/c-parser.cc:5176 c/c-parser.cc:5185
20249 #: c/c-parser.cc:5236 c/c-parser.cc:5245 c/c-parser.cc:9126 c/c-parser.cc:9194
20250 #: c/c-parser.cc:9704 c/c-parser.cc:9729 c/c-parser.cc:9763 c/c-parser.cc:9875
20251 #: c/c-parser.cc:10694 c/c-parser.cc:12165 c/c-parser.cc:14549
20252 #: c/c-parser.cc:15263 c/c-parser.cc:15322 c/c-parser.cc:15377
20253 #: c/c-parser.cc:17171 c/c-parser.cc:17291 c/c-parser.cc:18625
20254 #: c/c-parser.cc:19902 c/c-parser.cc:20315 c/c-parser.cc:23400
20255 #: c/c-parser.cc:23482 c/gimple-parser.cc:195 c/gimple-parser.cc:198
20256 #: c/gimple-parser.cc:541 c/gimple-parser.cc:575 c/gimple-parser.cc:580
20257 #: c/gimple-parser.cc:749 c/gimple-parser.cc:846 c/gimple-parser.cc:1048
20258 #: c/gimple-parser.cc:1074 c/gimple-parser.cc:1077 c/gimple-parser.cc:1208
20259 #: c/gimple-parser.cc:1335 c/gimple-parser.cc:1462 c/gimple-parser.cc:1478
20260 #: c/gimple-parser.cc:1494 c/gimple-parser.cc:1516 c/gimple-parser.cc:1546
20261 #: c/gimple-parser.cc:1572 c/gimple-parser.cc:1779 c/gimple-parser.cc:1991
20262 #: c/gimple-parser.cc:2011 c/gimple-parser.cc:2171 c/gimple-parser.cc:2334
20263 #: c/c-parser.cc:7645 cp/parser.cc:33768
20264 #, gcc-internal-format
20265 msgid "expected %<)%>"
20266 msgstr "očekivano je %<)%>"
20268 #: c/c-parser.cc:4549 c/c-parser.cc:5296 c/c-parser.cc:5448 c/c-parser.cc:5474
20269 #: c/c-parser.cc:5475 c/c-parser.cc:5918 c/c-parser.cc:5962 c/c-parser.cc:7744
20270 #: c/c-parser.cc:9866 c/c-parser.cc:10835 c/c-parser.cc:11189
20271 #: c/c-parser.cc:13952 c/gimple-parser.cc:1755 cp/parser.cc:33732
20272 #, gcc-internal-format
20273 msgid "expected %<]%>"
20274 msgstr "očekivano je %<]%>"
20276 #: c/c-parser.cc:4751
20277 msgid "expected %<;%>, %<,%> or %<)%>"
20278 msgstr "očekivano je %<;%>, %<,%> ili %<)%>"
20280 #. Look for the two `(' tokens.
20281 #: c/c-parser.cc:5205 c/c-parser.cc:5210 c/c-parser.cc:14532
20282 #: c/c-parser.cc:15352 c/c-parser.cc:22676 c/c-parser.cc:23208
20283 #: c/c-parser.cc:23425 c/gimple-parser.cc:180 c/gimple-parser.cc:488
20284 #: c/gimple-parser.cc:527 c/gimple-parser.cc:559 c/gimple-parser.cc:816
20285 #: c/gimple-parser.cc:1042 c/gimple-parser.cc:1068 c/gimple-parser.cc:1195
20286 #: c/gimple-parser.cc:1330 c/gimple-parser.cc:1452 c/gimple-parser.cc:1512
20287 #: c/gimple-parser.cc:1530 c/gimple-parser.cc:1565 c/gimple-parser.cc:1960
20288 #: c/gimple-parser.cc:1971 c/gimple-parser.cc:1977 c/gimple-parser.cc:2160
20289 #: c/gimple-parser.cc:2331 c/c-parser.cc:14354 cp/parser.cc:33723
20290 #, gcc-internal-format
20291 msgid "expected %<(%>"
20292 msgstr "očekivano je %<(%>"
20294 #: c/c-parser.cc:5444 c/c-parser.cc:5446 c/c-parser.cc:13856
20295 #: cp/parser.cc:33735 cp/parser.cc:37503 go/gofrontend/embed.cc:439
20296 #, gcc-internal-format
20297 msgid "expected %<[%>"
20298 msgstr "očekivano je %<[%>"
20300 #: c/c-parser.cc:6099 c/c-parser.cc:12394 c/c-parser.cc:19377
20301 #: c/c-parser.cc:19463 c/c-parser.cc:20121 c/c-parser.cc:20993
20302 #: c/c-parser.cc:24656 c/gimple-parser.cc:399 c/gimple-parser.cc:2337
20303 #: c/c-parser.cc:3658 c/c-parser.cc:3885 c/c-parser.cc:11946
20304 #: cp/parser.cc:21039 cp/parser.cc:33729 go/gofrontend/embed.cc:370
20305 #, gcc-internal-format
20306 msgid "expected %<{%>"
20307 msgstr "očekivano je %<{%>"
20309 #: c/c-parser.cc:6394 c/c-parser.cc:6403 c/c-parser.cc:8191 c/c-parser.cc:9331
20310 #: c/c-parser.cc:12158 c/c-parser.cc:12555 c/c-parser.cc:12619
20311 #: c/c-parser.cc:13934 c/c-parser.cc:14954 c/c-parser.cc:15180
20312 #: c/c-parser.cc:15698 c/c-parser.cc:15799 c/c-parser.cc:16333
20313 #: c/c-parser.cc:16769 c/c-parser.cc:16845 c/c-parser.cc:16962
20314 #: c/c-parser.cc:17034 c/c-parser.cc:22538 c/c-parser.cc:23265
20315 #: c/c-parser.cc:23324 c/gimple-parser.cc:582 c/gimple-parser.cc:887
20316 #: c/gimple-parser.cc:2385 c/gimple-parser.cc:2412 c/c-parser.cc:7652
20317 #: c/c-parser.cc:14457 c/c-parser.cc:15804 cp/parser.cc:33762
20318 #: cp/parser.cc:35464 cp/parser.cc:38351 cp/parser.cc:39226
20319 #: go/gofrontend/embed.cc:403
20320 #, gcc-internal-format
20321 msgid "expected %<:%>"
20322 msgstr "očekivano je %<:%>"
20324 #: c/c-parser.cc:7202 cp/parser.cc:33649
20325 #, gcc-internal-format
20326 msgid "expected %<while%>"
20327 msgstr "očekivano je %<while%>"
20329 #: c/c-parser.cc:9089 c/c-parser.cc:9282 c/c-parser.cc:9753 c/c-parser.cc:9796
20330 #: c/c-parser.cc:9937 c/c-parser.cc:10684 c/c-parser.cc:15357
20331 #: c/c-parser.cc:16914 c/gimple-parser.cc:1045 c/gimple-parser.cc:1071
20332 #: c/gimple-parser.cc:1199 c/gimple-parser.cc:1202 c/gimple-parser.cc:1534
20333 #: c/gimple-parser.cc:1540 cp/parser.cc:33082 cp/parser.cc:33738
20334 #, gcc-internal-format
20335 msgid "expected %<,%>"
20336 msgstr "očekivano je %<,%>"
20338 #: c/c-parser.cc:9650
20339 msgid "expected %<.%>"
20340 msgstr "očekivano je %<.%>"
20342 #: c/c-parser.cc:11617 c/c-parser.cc:11649 c/c-parser.cc:11889
20343 #: cp/parser.cc:36038 cp/parser.cc:36059
20344 #, gcc-internal-format
20345 msgid "expected %<@end%>"
20346 msgstr "očekivano je %<@end%>"
20348 #: c/c-parser.cc:12307 c/gimple-parser.cc:1370 cp/parser.cc:33747
20349 #, gcc-internal-format
20350 msgid "expected %<>%>"
20351 msgstr "očekivano je %<>%>"
20353 #: c/c-parser.cc:15893 c/c-parser.cc:17309 cp/parser.cc:33771
20354 #, gcc-internal-format
20355 msgid "expected %<,%> or %<)%>"
20356 msgstr "očekivano je %<,%> ili %<)%>"
20358 #. All following cases are statements with LHS.
20359 #: c/c-parser.cc:16761 c/c-parser.cc:19270 c/c-parser.cc:19317
20360 #: c/c-parser.cc:19474 c/c-parser.cc:19821 c/c-parser.cc:20294
20361 #: c/c-parser.cc:22745 c/c-parser.cc:23466 c/gimple-parser.cc:740
20362 #: c/c-parser.cc:5985 c/c-parser.cc:19394 c/c-parser.cc:19617
20363 #: cp/parser.cc:33750 cp/parser.cc:42078 cp/parser.cc:42251
20364 #, gcc-internal-format
20365 msgid "expected %<=%>"
20366 msgstr "očekivano je %<=%>"
20368 #: c/c-parser.cc:19405 c/c-parser.cc:19485 c/c-parser.cc:19838
20369 #: c/c-parser.cc:20172 c/gimple-parser.cc:1588 c/gimple-parser.cc:1620
20370 #: c/gimple-parser.cc:1630 c/gimple-parser.cc:2422 cp/parser.cc:33726
20371 #: cp/parser.cc:36248
20372 #, gcc-internal-format
20373 msgid "expected %<}%>"
20374 msgstr "očekivano je %<}%>"
20376 #: c/c-parser.cc:19498 cp/parser.cc:42176
20377 #, gcc-internal-format
20378 msgid "expected %<else%>"
20379 msgstr "očekivano %<else%>"
20381 #: c/c-parser.cc:21038 c/c-parser.cc:21027 cp/parser.cc:44436
20382 #, gcc-internal-format
20383 msgid "expected %<#pragma omp section%> or %<}%>"
20384 msgstr ""
20386 #: c/c-parser.cc:24026 cp/parser.cc:48281
20387 msgid "<message unknown at compile time>"
20388 msgstr ""
20390 #: c/c-typeck.cc:8855
20391 msgid "(anonymous)"
20392 msgstr ""
20394 #: c/gimple-parser.cc:1359 cp/parser.cc:18387 cp/parser.cc:33744
20395 #, gcc-internal-format
20396 msgid "expected %<<%>"
20397 msgstr ""
20399 #: c/gimple-parser.cc:2381 c/gimple-parser.cc:2408 c/gimple-parser.cc:2247
20400 #: c/gimple-parser.cc:2284
20401 #, gcc-internal-format
20402 msgid "expected label"
20403 msgstr "očekivana je oznaka"
20405 #: cp/call.cc:4067
20406 msgid "candidate:"
20407 msgstr ""
20409 #: cp/call.cc:8208
20410 msgid "  after user-defined conversion:"
20411 msgstr ""
20413 #: cp/call.cc:8372 cp/pt.cc:2022 cp/pt.cc:26168
20414 msgid "candidate is:"
20415 msgid_plural "candidates are:"
20416 msgstr[0] ""
20417 msgstr[1] ""
20418 msgstr[2] ""
20420 #: cp/call.cc:12818 cp/call.cc:13230
20421 msgid "candidate 1:"
20422 msgstr ""
20424 #: cp/call.cc:12820 cp/call.cc:13231
20425 msgid "candidate 2:"
20426 msgstr ""
20428 #: cp/decl.cc:3588
20429 msgid "jump to label %qD"
20430 msgstr ""
20432 #: cp/decl.cc:3589
20433 msgid "jump to case label"
20434 msgstr ""
20436 #: cp/error.cc:462
20437 msgid "<missing>"
20438 msgstr ""
20440 #: cp/error.cc:564
20441 msgid "<brace-enclosed initializer list>"
20442 msgstr ""
20444 #: cp/error.cc:566
20445 msgid "<unresolved overloaded function type>"
20446 msgstr ""
20448 #: cp/error.cc:733
20449 msgid "<type error>"
20450 msgstr ""
20452 #. A lambda's "type" is essentially its signature.
20453 #: cp/error.cc:840
20454 msgid "<lambda"
20455 msgstr ""
20457 #: cp/error.cc:850 objc/objc-act.cc:6362 cp/cxx-pretty-print.cc:154
20458 #: cp/cxx-pretty-print.cc:2831
20459 #, gcc-internal-format
20460 msgid "<unnamed>"
20461 msgstr ""
20463 #: cp/error.cc:852
20464 #, c-format
20465 msgid "<unnamed %s>"
20466 msgstr ""
20468 #: cp/error.cc:990
20469 msgid "<typeprefixerror>"
20470 msgstr ""
20472 #: cp/error.cc:1131
20473 #, c-format
20474 msgid "(static initializers for %s)"
20475 msgstr ""
20477 #: cp/error.cc:1133
20478 #, c-format
20479 msgid "(static destructors for %s)"
20480 msgstr ""
20482 #: cp/error.cc:1179
20483 msgid "<structured bindings>"
20484 msgstr ""
20486 #: cp/error.cc:1303
20487 msgid "vtable for "
20488 msgstr ""
20490 #: cp/error.cc:1327
20491 msgid "<return value> "
20492 msgstr ""
20494 #: cp/error.cc:1342
20495 msgid "{anonymous}"
20496 msgstr ""
20498 #: cp/error.cc:1344
20499 msgid "(anonymous namespace)"
20500 msgstr ""
20502 #: cp/error.cc:1444
20503 msgid "<template arguments error>"
20504 msgstr ""
20506 #: cp/error.cc:1469
20507 msgid "<enumerator>"
20508 msgstr ""
20510 #: cp/error.cc:1533
20511 msgid "<declaration error>"
20512 msgstr ""
20514 #: cp/error.cc:2099 cp/error.cc:2119
20515 msgid "<template parameter error>"
20516 msgstr ""
20518 #: cp/error.cc:2249
20519 msgid "<statement>"
20520 msgstr ""
20522 #: cp/error.cc:2279 cp/error.cc:3374 c-family/c-pretty-print.cc:2661
20523 #, gcc-internal-format
20524 msgid "<unknown>"
20525 msgstr ""
20527 #. While waiting for caret diagnostics, avoid printing
20528 #. __cxa_allocate_exception, __cxa_throw, and the like.
20529 #: cp/error.cc:2297
20530 msgid "<throw-expression>"
20531 msgstr ""
20533 #: cp/error.cc:2398
20534 msgid "<ubsan routine call>"
20535 msgstr ""
20537 #: cp/error.cc:2889
20538 msgid "<unparsed>"
20539 msgstr ""
20541 #: cp/error.cc:3046
20542 msgid "<lambda>"
20543 msgstr ""
20545 #: cp/error.cc:3085
20546 msgid "*this"
20547 msgstr ""
20549 #: cp/error.cc:3099
20550 msgid "<expression error>"
20551 msgstr ""
20553 #: cp/error.cc:3114
20554 msgid "<unknown operator>"
20555 msgstr ""
20557 #: cp/error.cc:3589
20558 msgid "At global scope:"
20559 msgstr ""
20561 #: cp/error.cc:3648
20562 msgid "    inlined from %qD at %r%s:%d:%d%R"
20563 msgstr "    umetnuto (inlined) iz %qD pri %r%s:%d:%d%R"
20565 #: cp/error.cc:3653
20566 msgid "    inlined from %qD at %r%s:%d%R"
20567 msgstr "    umetnuto (inlined) iz %qD pri %r%s:%d%R"
20569 #: cp/error.cc:3659
20570 msgid "    inlined from %qD"
20571 msgstr "    umetnuto (inlined) iz %qD"
20573 #: cp/error.cc:3686
20574 msgid "In static member function %qD"
20575 msgstr "U funkciji statičnog člana %qD"
20577 #: cp/error.cc:3688
20578 msgid "In copy constructor %qD"
20579 msgstr "U kopiji konstruktora %qD"
20581 #: cp/error.cc:3690
20582 msgid "In constructor %qD"
20583 msgstr "U konstruktoru %qD"
20585 #: cp/error.cc:3692
20586 msgid "In destructor %qD"
20587 msgstr "U konstruktoru %qD"
20589 #: cp/error.cc:3694
20590 msgid "In lambda function"
20591 msgstr "U lambda funkciji"
20593 #: cp/error.cc:3696
20594 msgid "In member function %qD"
20595 msgstr "U funkciji člana %qD"
20597 #: cp/error.cc:3699
20598 msgid "In function %qD"
20599 msgstr "U funkciji %qD"
20601 #: cp/error.cc:3722
20602 #, c-format
20603 msgid "%s: In substitution of %qS:\n"
20604 msgstr "%s: In supstituciji %qS:\n"
20606 #: cp/error.cc:3723
20607 msgid "%s: In instantiation of %q#D:\n"
20608 msgstr "%s: U instanci %q#D:\n"
20610 #: cp/error.cc:3748 cp/error.cc:3902
20611 msgid "%r%s:%d:%d:%R   "
20612 msgstr ""
20614 #: cp/error.cc:3751 cp/error.cc:3905
20615 msgid "%r%s:%d:%R   "
20616 msgstr ""
20618 #: cp/error.cc:3759
20619 #, c-format
20620 msgid "recursively required by substitution of %qS\n"
20621 msgstr ""
20623 #: cp/error.cc:3760
20624 #, c-format
20625 msgid "required by substitution of %qS\n"
20626 msgstr ""
20628 #: cp/error.cc:3765
20629 msgid "recursively required from %q#D\n"
20630 msgstr ""
20632 #: cp/error.cc:3766
20633 msgid "required from %q#D\n"
20634 msgstr ""
20636 #: cp/error.cc:3773
20637 msgid "recursively required from here\n"
20638 msgstr ""
20640 #: cp/error.cc:3774
20641 msgid "required from here\n"
20642 msgstr ""
20644 #: cp/error.cc:3826
20645 msgid "%r%s:%d:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
20646 msgstr ""
20648 #: cp/error.cc:3832
20649 msgid "%r%s:%d:%R   [ skipping %d instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]\n"
20650 msgstr ""
20652 #: cp/error.cc:3886
20653 msgid "%r%s:%d:%d:%R   in %<constexpr%> expansion of %qs"
20654 msgstr ""
20656 #: cp/error.cc:3890
20657 msgid "%r%s:%d:%R   in %<constexpr%> expansion of %qs"
20658 msgstr ""
20660 #: cp/parser.cc:6140
20661 msgid "parameter %qD may not appear in this context"
20662 msgstr ""
20664 #: cp/parser.cc:6141
20665 msgid "local variable %qD may not appear in this context"
20666 msgstr ""
20668 #: cp/parser.cc:21883
20669 msgid "%<using enum%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
20670 msgstr ""
20672 #: cp/parser.cc:21886
20673 msgid "%<using enum%> of dependent type %qT"
20674 msgstr ""
20676 #: cp/parser.cc:21888
20677 msgid "%<using enum%> of non-enumeration type %q#T"
20678 msgstr ""
20680 #: cp/parser.cc:21890
20681 msgid "%<using enum%> of incomplete type %qT"
20682 msgstr ""
20684 #: cp/parser.cc:21892
20685 msgid "%<using enum%> of %qT before its enum-specifier"
20686 msgstr ""
20688 #: cp/pt.cc:2020 cp/semantics.cc:5992
20689 msgid "candidates are:"
20690 msgstr ""
20692 #: cp/rtti.cc:592
20693 msgid "target is not pointer or reference to class"
20694 msgstr ""
20696 #: cp/rtti.cc:597
20697 msgid "target is not pointer or reference to complete type"
20698 msgstr ""
20700 #: cp/rtti.cc:603
20701 msgid "target is not pointer or reference"
20702 msgstr ""
20704 #: cp/rtti.cc:619
20705 msgid "source is not a pointer"
20706 msgstr ""
20708 #: cp/rtti.cc:624
20709 msgid "source is not a pointer to class"
20710 msgstr ""
20712 #: cp/rtti.cc:629
20713 msgid "source is a pointer to incomplete type"
20714 msgstr ""
20716 #: cp/rtti.cc:642
20717 msgid "source is not of class type"
20718 msgstr ""
20720 #: cp/rtti.cc:647
20721 msgid "source is of incomplete class type"
20722 msgstr ""
20724 #: cp/rtti.cc:658
20725 msgid "conversion casts away constness"
20726 msgstr ""
20728 #: cp/rtti.cc:818
20729 msgid "source type is not polymorphic"
20730 msgstr ""
20732 #: cp/typeck.cc:7328 c/c-typeck.cc:4601
20733 #, gcc-internal-format
20734 msgid "wrong type argument to unary minus"
20735 msgstr ""
20737 #: cp/typeck.cc:7329 c/c-typeck.cc:4588
20738 #, gcc-internal-format
20739 msgid "wrong type argument to unary plus"
20740 msgstr ""
20742 #: cp/typeck.cc:7356 c/c-typeck.cc:4645
20743 #, gcc-internal-format
20744 msgid "wrong type argument to bit-complement"
20745 msgstr ""
20747 #: cp/typeck.cc:7373 c/c-typeck.cc:4653
20748 #, gcc-internal-format
20749 msgid "wrong type argument to abs"
20750 msgstr ""
20752 #: cp/typeck.cc:7385 c/c-typeck.cc:4675
20753 #, gcc-internal-format
20754 msgid "wrong type argument to conjugation"
20755 msgstr ""
20757 #: cp/typeck.cc:7407
20758 msgid "in argument to unary !"
20759 msgstr ""
20761 #: cp/typeck.cc:7456
20762 msgid "no pre-increment operator for type"
20763 msgstr ""
20765 #: cp/typeck.cc:7458
20766 msgid "no post-increment operator for type"
20767 msgstr ""
20769 #: cp/typeck.cc:7460
20770 msgid "no pre-decrement operator for type"
20771 msgstr ""
20773 #: cp/typeck.cc:7462
20774 msgid "no post-decrement operator for type"
20775 msgstr ""
20777 #: fortran/arith.cc:1492
20778 msgid "elemental binary operation"
20779 msgstr ""
20781 #: fortran/check.cc:70
20782 msgid " [see %<-fno-allow-invalid-boz%>]"
20783 msgstr ""
20785 #: fortran/check.cc:3705
20786 #, c-format
20787 msgid "arguments 'a%d' and 'a%d' for intrinsic '%s'"
20788 msgstr ""
20790 #: fortran/check.cc:3914 fortran/check.cc:3996 fortran/check.cc:4061
20791 #, c-format
20792 msgid "arguments '%s' and '%s' for intrinsic %s"
20793 msgstr ""
20795 #: fortran/check.cc:4402 fortran/intrinsic.cc:4828
20796 #, c-format
20797 msgid "arguments '%s' and '%s' for intrinsic '%s'"
20798 msgstr ""
20800 #: fortran/dump-parse-tree.cc:3649
20801 #, c-format
20802 msgid ""
20803 "/* Prototypes for external procedures generated from %s\n"
20804 "   by GNU Fortran %s%s.\n"
20805 "\n"
20806 "   Use of this interface is discouraged, consider using the\n"
20807 "   BIND(C) feature of standard Fortran instead.  */\n"
20808 "\n"
20809 msgstr ""
20811 #: fortran/error.cc:984
20812 msgid "Fortran 2018 deleted feature:"
20813 msgstr ""
20815 #: fortran/error.cc:986
20816 msgid "Fortran 2018 obsolescent feature:"
20817 msgstr ""
20819 #: fortran/error.cc:988
20820 msgid "Fortran 2018:"
20821 msgstr ""
20823 #: fortran/error.cc:990
20824 msgid "Fortran 2008 obsolescent feature:"
20825 msgstr ""
20827 #: fortran/error.cc:996
20828 msgid "GNU Extension:"
20829 msgstr ""
20831 #: fortran/error.cc:998
20832 msgid "Legacy Extension:"
20833 msgstr ""
20835 #: fortran/error.cc:1000
20836 msgid "Obsolescent feature:"
20837 msgstr ""
20839 #: fortran/error.cc:1002
20840 msgid "Deleted feature:"
20841 msgstr ""
20843 #: fortran/expr.cc:3792
20844 msgid "array assignment"
20845 msgstr ""
20847 #: fortran/frontend-passes.cc:2387
20848 msgid "Index variable %qs redefined at %L in procedure %qs called from within DO loop at %L"
20849 msgstr ""
20851 #. Macros for unified error messages.
20852 #: fortran/frontend-passes.cc:4082
20853 #, c-format
20854 msgid "Incorrect extent in argument B in MATMUL intrinsic in dimension 1: is %ld, should be %ld"
20855 msgstr ""
20857 #: fortran/frontend-passes.cc:4085
20858 #, c-format
20859 msgid "Array bound mismatch for dimension 1 of array (%ld/%ld)"
20860 msgstr ""
20862 #: fortran/frontend-passes.cc:4088
20863 #, c-format
20864 msgid "Array bound mismatch for dimension 2 of array (%ld/%ld)"
20865 msgstr ""
20867 #: fortran/gfortranspec.cc:427 m2/gm2spec.cc:920
20868 #, c-format
20869 msgid "Driving:"
20870 msgstr ""
20872 #: fortran/interface.cc:3647 fortran/intrinsic.cc:4506
20873 msgid "actual argument to INTENT = OUT/INOUT"
20874 msgstr ""
20876 #: fortran/intrinsic.cc:4865
20877 msgid "available since Fortran 77"
20878 msgstr ""
20880 #: fortran/intrinsic.cc:4869
20881 msgid "obsolescent in Fortran 95"
20882 msgstr ""
20884 #: fortran/intrinsic.cc:4873
20885 msgid "deleted in Fortran 95"
20886 msgstr ""
20888 #: fortran/intrinsic.cc:4877
20889 msgid "new in Fortran 95"
20890 msgstr ""
20892 #: fortran/intrinsic.cc:4881
20893 msgid "new in Fortran 2003"
20894 msgstr ""
20896 #: fortran/intrinsic.cc:4885
20897 msgid "new in Fortran 2008"
20898 msgstr ""
20900 #: fortran/intrinsic.cc:4889
20901 msgid "new in Fortran 2018"
20902 msgstr ""
20904 #: fortran/intrinsic.cc:4893
20905 msgid "a GNU Fortran extension"
20906 msgstr ""
20908 #: fortran/intrinsic.cc:4897
20909 msgid "for backward compatibility"
20910 msgstr ""
20912 #: fortran/io.cc:1873
20913 #, c-format
20914 msgid "%s tag"
20915 msgstr ""
20917 #: fortran/io.cc:3373
20918 msgid "internal unit in WRITE"
20919 msgstr ""
20921 #. For INQUIRE, all tags except FILE, ID and UNIT are variable definition
20922 #. contexts.  Thus, use an extended RESOLVE_TAG macro for that.
20923 #: fortran/io.cc:4734
20924 #, c-format
20925 msgid "%s tag with INQUIRE"
20926 msgstr ""
20928 #: fortran/matchexp.cc:28
20929 #, c-format
20930 msgid "Syntax error in expression at %C"
20931 msgstr ""
20933 #: fortran/module.cc:1254
20934 msgid "Unexpected EOF"
20935 msgstr ""
20937 #: fortran/module.cc:1379
20938 msgid "Name too long"
20939 msgstr ""
20941 #: fortran/module.cc:1433 fortran/module.cc:1491 fortran/module.cc:1546
20942 #: fortran/module.cc:1604
20943 msgid "Bad name"
20944 msgstr ""
20946 #: fortran/module.cc:1628
20947 msgid "Expected name"
20948 msgstr ""
20950 #: fortran/module.cc:1631
20951 msgid "Expected left parenthesis"
20952 msgstr ""
20954 #: fortran/module.cc:1634
20955 msgid "Expected right parenthesis"
20956 msgstr ""
20958 #: fortran/module.cc:1637
20959 msgid "Expected integer"
20960 msgstr ""
20962 #: fortran/module.cc:1640 fortran/module.cc:2845
20963 msgid "Expected string"
20964 msgstr ""
20966 #: fortran/module.cc:1665
20967 msgid "find_enum(): Enum not found"
20968 msgstr ""
20970 #: fortran/module.cc:2235
20971 msgid "Unsupported: multiple OpenACC 'routine' levels of parallelism"
20972 msgstr ""
20974 #: fortran/module.cc:2475
20975 msgid "Expected attribute bit name"
20976 msgstr ""
20978 #: fortran/module.cc:3474
20979 msgid "Expected integer string"
20980 msgstr ""
20982 #: fortran/module.cc:3478
20983 msgid "Error converting integer"
20984 msgstr ""
20986 #: fortran/module.cc:3500
20987 msgid "Expected real string"
20988 msgstr ""
20990 #: fortran/module.cc:3725
20991 msgid "Expected expression type"
20992 msgstr ""
20994 #: fortran/module.cc:3805
20995 msgid "Bad operator"
20996 msgstr ""
20998 #: fortran/module.cc:3922
20999 msgid "Bad type in constant expression"
21000 msgstr ""
21002 #: fortran/module.cc:7380
21003 msgid "Unexpected end of module"
21004 msgstr ""
21006 #: fortran/parse.cc:1947
21007 msgid "arithmetic IF"
21008 msgstr ""
21010 #: fortran/parse.cc:1956
21011 msgid "attribute declaration"
21012 msgstr ""
21014 #: fortran/parse.cc:1992
21015 msgid "data declaration"
21016 msgstr ""
21018 #: fortran/parse.cc:2010
21019 msgid "derived type declaration"
21020 msgstr ""
21022 #: fortran/parse.cc:2137
21023 msgid "block IF"
21024 msgstr ""
21026 #: fortran/parse.cc:2146
21027 msgid "implied END DO"
21028 msgstr ""
21030 #: fortran/parse.cc:2240 fortran/resolve.cc:12425
21031 msgid "assignment"
21032 msgstr ""
21034 #: fortran/parse.cc:2243 fortran/resolve.cc:12491 fortran/resolve.cc:12494
21035 msgid "pointer assignment"
21036 msgstr ""
21038 #: fortran/parse.cc:2267
21039 msgid "simple IF"
21040 msgstr ""
21042 #: fortran/resolve.cc:2413 fortran/resolve.cc:2608
21043 msgid "elemental procedure"
21044 msgstr ""
21046 #: fortran/resolve.cc:2511
21047 msgid "allocatable argument"
21048 msgstr ""
21050 #: fortran/resolve.cc:2516
21051 msgid "asynchronous argument"
21052 msgstr ""
21054 #: fortran/resolve.cc:2521
21055 msgid "optional argument"
21056 msgstr ""
21058 #: fortran/resolve.cc:2526
21059 msgid "pointer argument"
21060 msgstr ""
21062 #: fortran/resolve.cc:2531
21063 msgid "target argument"
21064 msgstr ""
21066 #: fortran/resolve.cc:2536
21067 msgid "value argument"
21068 msgstr ""
21070 #: fortran/resolve.cc:2541
21071 msgid "volatile argument"
21072 msgstr ""
21074 #: fortran/resolve.cc:2546
21075 msgid "assumed-shape argument"
21076 msgstr ""
21078 #: fortran/resolve.cc:2551
21079 msgid "assumed-rank argument"
21080 msgstr ""
21082 #: fortran/resolve.cc:2556
21083 msgid "coarray argument"
21084 msgstr ""
21086 #: fortran/resolve.cc:2561
21087 msgid "parametrized derived type argument"
21088 msgstr ""
21090 #: fortran/resolve.cc:2566
21091 msgid "polymorphic argument"
21092 msgstr ""
21094 #: fortran/resolve.cc:2571
21095 msgid "NO_ARG_CHECK attribute"
21096 msgstr ""
21098 #. As assumed-type is unlimited polymorphic (cf. above).
21099 #. See also TS 29113, Note 6.1.
21100 #: fortran/resolve.cc:2578
21101 msgid "assumed-type argument"
21102 msgstr ""
21104 #: fortran/resolve.cc:2589
21105 msgid "array result"
21106 msgstr ""
21108 #: fortran/resolve.cc:2594
21109 msgid "pointer or allocatable result"
21110 msgstr ""
21112 #: fortran/resolve.cc:2601
21113 msgid "result with non-constant character length"
21114 msgstr ""
21116 #: fortran/resolve.cc:2613
21117 msgid "bind(c) procedure"
21118 msgstr ""
21120 #: fortran/resolve.cc:4175
21121 #, c-format
21122 msgid "Invalid context for NULL() pointer at %%L"
21123 msgstr ""
21125 #: fortran/resolve.cc:4192
21126 #, c-format
21127 msgid "Operand of unary numeric operator %%<%s%%> at %%L is %s"
21128 msgstr ""
21130 #: fortran/resolve.cc:4210 fortran/resolve.cc:4393 fortran/resolve.cc:4548
21131 #, c-format
21132 msgid "Inconsistent ranks for operator at %%L and %%L"
21133 msgstr ""
21135 #: fortran/resolve.cc:4220
21136 #, c-format
21137 msgid "Unexpected derived-type entities in binary intrinsic numeric operator %%<%s%%> at %%L"
21138 msgstr ""
21140 #: fortran/resolve.cc:4225
21141 #, c-format
21142 msgid "Operands of binary numeric operator %%<%s%%> at %%L are %s/%s"
21143 msgstr ""
21145 #: fortran/resolve.cc:4240
21146 #, c-format
21147 msgid "Operands of string concatenation operator at %%L are %s/%s"
21148 msgstr ""
21150 #: fortran/resolve.cc:4283
21151 #, c-format
21152 msgid "Operands of logical operator %%<%s%%> at %%L are %s/%s"
21153 msgstr ""
21155 #: fortran/resolve.cc:4306
21156 #, c-format
21157 msgid "Operand of .not. operator at %%L is %s"
21158 msgstr ""
21160 #: fortran/resolve.cc:4320
21161 msgid "COMPLEX quantities cannot be compared at %L"
21162 msgstr ""
21164 #: fortran/resolve.cc:4429
21165 #, c-format
21166 msgid "Logicals at %%L must be compared with %s instead of %s"
21167 msgstr ""
21169 #: fortran/resolve.cc:4435
21170 #, c-format
21171 msgid "Operands of comparison operator %%<%s%%> at %%L are %s/%s"
21172 msgstr ""
21174 #: fortran/resolve.cc:4449
21175 #, c-format
21176 msgid "Unknown operator %%<%s%%> at %%L; did you mean %%<%s%%>?"
21177 msgstr ""
21179 #: fortran/resolve.cc:4452
21180 #, c-format
21181 msgid "Unknown operator %%<%s%%> at %%L"
21182 msgstr ""
21184 #: fortran/resolve.cc:4457
21185 #, c-format
21186 msgid "Operand of user operator %%<%s%%> at %%L is %s"
21187 msgstr ""
21189 #: fortran/resolve.cc:4462
21190 #, c-format
21191 msgid "Operands of user operator %%<%s%%> at %%L are %s/%s"
21192 msgstr ""
21194 #: fortran/resolve.cc:7437
21195 msgid "Loop variable"
21196 msgstr ""
21198 #: fortran/resolve.cc:7441
21199 msgid "iterator variable"
21200 msgstr ""
21202 #: fortran/resolve.cc:7445
21203 msgid "Start expression in DO loop"
21204 msgstr ""
21206 #: fortran/resolve.cc:7449
21207 msgid "End expression in DO loop"
21208 msgstr ""
21210 #: fortran/resolve.cc:7453
21211 msgid "Step expression in DO loop"
21212 msgstr ""
21214 #: fortran/resolve.cc:7740 fortran/resolve.cc:7743
21215 msgid "DEALLOCATE object"
21216 msgstr ""
21218 #: fortran/resolve.cc:8121 fortran/resolve.cc:8124
21219 msgid "ALLOCATE object"
21220 msgstr ""
21222 #: fortran/resolve.cc:8361 fortran/resolve.cc:10343 fortran/resolve.cc:10464
21223 msgid "STAT variable"
21224 msgstr ""
21226 #: fortran/resolve.cc:8412 fortran/resolve.cc:10355 fortran/resolve.cc:10476
21227 msgid "ERRMSG variable"
21228 msgstr ""
21230 #: fortran/resolve.cc:10145
21231 msgid "item in READ"
21232 msgstr ""
21234 #: fortran/resolve.cc:10367
21235 msgid "ACQUIRED_LOCK variable"
21236 msgstr ""
21238 #: fortran/trans-array.cc:1918
21239 #, c-format
21240 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor"
21241 msgstr ""
21243 #: fortran/trans-array.cc:6235
21244 msgid "Integer overflow when calculating the amount of memory to allocate"
21245 msgstr ""
21247 #: fortran/trans-array.cc:10211
21248 #, c-format
21249 msgid "The value of the PDT LEN parameter '%s' does not agree with that in the dummy declaration"
21250 msgstr ""
21252 #: fortran/trans-decl.cc:6206
21253 #, c-format
21254 msgid "Actual string length does not match the declared one for dummy argument '%s' (%ld/%ld)"
21255 msgstr ""
21257 #: fortran/trans-decl.cc:6214
21258 #, c-format
21259 msgid "Actual string length is shorter than the declared one for dummy argument '%s' (%ld/%ld)"
21260 msgstr ""
21262 #: fortran/trans-expr.cc:10381
21263 #, c-format
21264 msgid "Target of rank remapping is too small (%ld < %ld)"
21265 msgstr ""
21267 #: fortran/trans-expr.cc:11941
21268 msgid "Assignment of scalar to unallocated array"
21269 msgstr ""
21271 #: fortran/trans-intrinsic.cc:983
21272 #, c-format
21273 msgid "Unequal character lengths (%ld/%ld) in %s"
21274 msgstr ""
21276 #: fortran/trans-intrinsic.cc:6518
21277 #, c-format
21278 msgid "POS argument (%ld) out of range 0:%ld in intrinsic BTEST"
21279 msgstr ""
21281 #: fortran/trans-intrinsic.cc:6613
21282 #, c-format
21283 msgid "POS argument (%ld) out of range 0:%ld in intrinsic %s"
21284 msgstr ""
21286 #: fortran/trans-intrinsic.cc:6661
21287 #, c-format
21288 msgid "POS argument (%ld) out of range 0:%ld in intrinsic IBITS"
21289 msgstr ""
21291 #: fortran/trans-intrinsic.cc:6671
21292 #, c-format
21293 msgid "LEN argument (%ld) out of range 0:%ld in intrinsic IBITS"
21294 msgstr ""
21296 #: fortran/trans-intrinsic.cc:6678
21297 #, c-format
21298 msgid "POS(%ld)+LEN(%ld)>BIT_SIZE(%ld) in intrinsic IBITS"
21299 msgstr ""
21301 #: fortran/trans-intrinsic.cc:6760
21302 #, c-format
21303 msgid "SHIFT argument (%ld) out of range 0:%ld in intrinsic %s"
21304 msgstr ""
21306 #: fortran/trans-intrinsic.cc:6828
21307 #, c-format
21308 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFT"
21309 msgstr ""
21311 #: fortran/trans-intrinsic.cc:6894
21312 #, c-format
21313 msgid "SIZE argument (%ld) out of range 1:%ld in intrinsic ISHFTC"
21314 msgstr ""
21316 #: fortran/trans-intrinsic.cc:6902 fortran/trans-intrinsic.cc:6947
21317 #, c-format
21318 msgid "SHIFT argument (%ld) out of range -%ld:%ld in intrinsic ISHFTC"
21319 msgstr ""
21321 #: fortran/trans-intrinsic.cc:9300
21322 #, c-format
21323 msgid "Argument NCOPIES of REPEAT intrinsic is negative (its value is %ld)"
21324 msgstr ""
21326 #: fortran/trans-intrinsic.cc:9332
21327 msgid "Argument NCOPIES of REPEAT intrinsic is too large"
21328 msgstr ""
21330 #: fortran/trans-intrinsic.cc:12290
21331 #, c-format
21332 msgid "FROMPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
21333 msgstr ""
21335 #: fortran/trans-intrinsic.cc:12302
21336 #, c-format
21337 msgid "LEN argument (%ld) out of range 0:%d in intrinsic MVBITS"
21338 msgstr ""
21340 #: fortran/trans-intrinsic.cc:12314
21341 #, c-format
21342 msgid "TOPOS argument (%ld) out of range 0:%d in intrinsic MVBITS"
21343 msgstr ""
21345 #: fortran/trans-intrinsic.cc:12326
21346 #, c-format
21347 msgid "FROMPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
21348 msgstr ""
21350 #: fortran/trans-intrinsic.cc:12334
21351 #, c-format
21352 msgid "TOPOS(%ld)+LEN(%ld)>BIT_SIZE(%d) in intrinsic MVBITS"
21353 msgstr ""
21355 #: fortran/trans-io.cc:587
21356 msgid "Unit number in I/O statement too small"
21357 msgstr ""
21359 #: fortran/trans-io.cc:596
21360 msgid "Unit number in I/O statement too large"
21361 msgstr ""
21363 #: fortran/trans-stmt.cc:156
21364 msgid "Assigned label is not a target label"
21365 msgstr ""
21367 #: fortran/trans-stmt.cc:1290
21368 #, c-format
21369 msgid "Invalid image number %d in SYNC IMAGES"
21370 msgstr ""
21372 #: fortran/trans-stmt.cc:2488
21373 msgid "Loop iterates infinitely"
21374 msgstr ""
21376 #: fortran/trans-stmt.cc:2508 fortran/trans-stmt.cc:2764
21377 msgid "Loop variable has been modified"
21378 msgstr ""
21380 #: fortran/trans-stmt.cc:2617
21381 msgid "DO step value is zero"
21382 msgstr ""
21384 #: fortran/trans.cc:47
21385 msgid "Array reference out of bounds"
21386 msgstr ""
21388 #: fortran/trans.cc:742 fortran/trans.cc:817
21389 #, c-format
21390 msgid "Error allocating %lu bytes"
21391 msgstr ""
21393 #: fortran/trans.cc:1026
21394 #, c-format
21395 msgid "Attempting to allocate already allocated variable '%s'"
21396 msgstr ""
21398 #: fortran/trans.cc:1032
21399 msgid "Attempting to allocate already allocated variable"
21400 msgstr ""
21402 #: fortran/trans.cc:1761 fortran/trans.cc:1920
21403 #, c-format
21404 msgid "Attempt to DEALLOCATE unallocated '%s'"
21405 msgstr ""
21407 #: fortran/trans.cc:2078
21408 #, c-format
21409 msgid "Error reallocating to %lu bytes"
21410 msgstr ""
21412 #: go/go-backend.cc:166 rust/rust-object-export.cc:148
21413 msgid "lseek failed while reading export data"
21414 msgstr ""
21416 #: go/go-backend.cc:173 rust/rust-object-export.cc:155
21417 msgid "memory allocation failed while reading export data"
21418 msgstr ""
21420 #: go/go-backend.cc:181 rust/rust-object-export.cc:163
21421 msgid "read failed while reading export data"
21422 msgstr ""
21424 #: go/go-backend.cc:187 rust/rust-object-export.cc:169
21425 msgid "short read while reading export data"
21426 msgstr ""
21428 #: go/gofrontend/expressions.cc:183 c-family/c-warn.cc:684 cp/cvt.cc:1401
21429 #: rust/backend/rust-tree.cc:514
21430 #, gcc-internal-format
21431 msgid "value computed is not used"
21432 msgstr ""
21434 #: go/gofrontend/expressions.cc:930
21435 msgid "invalid use of type"
21436 msgstr ""
21438 #: go/gofrontend/expressions.cc:3549 go/gofrontend/expressions.cc:3565
21439 msgid "constant refers to itself"
21440 msgstr ""
21442 #: go/gofrontend/expressions.cc:4677 go/gofrontend/expressions.cc:5176
21443 msgid "expected pointer"
21444 msgstr ""
21446 #: go/gofrontend/expressions.cc:5147
21447 msgid "expected numeric type"
21448 msgstr ""
21450 #: go/gofrontend/expressions.cc:5152
21451 msgid "expected boolean type"
21452 msgstr ""
21454 #: go/gofrontend/expressions.cc:5157 c/c-parser.cc:16673 c/c-parser.cc:16680
21455 #: cp/parser.cc:39986 cp/parser.cc:39993
21456 #, gcc-internal-format
21457 msgid "expected integer"
21458 msgstr "očekivan je cijeli broj"
21460 #: go/gofrontend/expressions.cc:6937
21461 msgid "invalid comparison of nil with nil"
21462 msgstr ""
21464 #: go/gofrontend/expressions.cc:6943 go/gofrontend/expressions.cc:6961
21465 msgid "incompatible types in binary expression"
21466 msgstr ""
21468 #: go/gofrontend/expressions.cc:6981
21469 msgid "integer division by zero"
21470 msgstr ""
21472 #: go/gofrontend/expressions.cc:6989
21473 msgid "shift of non-integer operand"
21474 msgstr ""
21476 #: go/gofrontend/expressions.cc:6992 go/gofrontend/expressions.cc:6995
21477 #: go/gofrontend/expressions.cc:7003
21478 msgid "shift count not integer"
21479 msgstr ""
21481 #: go/gofrontend/expressions.cc:7008
21482 msgid "negative shift count"
21483 msgstr ""
21485 #: go/gofrontend/expressions.cc:7892
21486 msgid "object is not a method"
21487 msgstr ""
21489 #: go/gofrontend/expressions.cc:7909
21490 msgid "method type does not match object type"
21491 msgstr ""
21493 #: go/gofrontend/expressions.cc:8323
21494 msgid "invalid use of %<...%> with builtin function"
21495 msgstr ""
21497 #: go/gofrontend/expressions.cc:8334
21498 msgid "invalid use of method value as argument of Offsetof"
21499 msgstr ""
21501 #: go/gofrontend/expressions.cc:8348
21502 msgid "argument of Offsetof implies indirection of an embedded field"
21503 msgstr ""
21505 #: go/gofrontend/expressions.cc:8373 go/gofrontend/expressions.cc:8409
21506 #: go/gofrontend/expressions.cc:8850 go/gofrontend/expressions.cc:10206
21507 #: go/gofrontend/expressions.cc:10351 go/gofrontend/expressions.cc:10397
21508 #: go/gofrontend/expressions.cc:10432 go/gofrontend/expressions.cc:10508
21509 #: go/gofrontend/expressions.cc:10533 go/gofrontend/expressions.cc:12688
21510 #: go/gofrontend/expressions.cc:12705 go/gofrontend/expressions.cc:12721
21511 msgid "not enough arguments"
21512 msgstr ""
21514 #: go/gofrontend/expressions.cc:8375 go/gofrontend/expressions.cc:8411
21515 #: go/gofrontend/expressions.cc:10211 go/gofrontend/expressions.cc:10334
21516 #: go/gofrontend/expressions.cc:10356 go/gofrontend/expressions.cc:10437
21517 #: go/gofrontend/expressions.cc:10510 go/gofrontend/expressions.cc:10535
21518 #: go/gofrontend/expressions.cc:11416 go/gofrontend/expressions.cc:12693
21519 #: go/gofrontend/expressions.cc:12707 go/gofrontend/expressions.cc:12728
21520 #: cp/pt.cc:9220
21521 #, gcc-internal-format
21522 msgid "too many arguments"
21523 msgstr ""
21525 #: go/gofrontend/expressions.cc:8413
21526 msgid "argument 1 must be a map"
21527 msgstr ""
21529 #: go/gofrontend/expressions.cc:8880
21530 msgid "invalid type for make function"
21531 msgstr ""
21533 #: go/gofrontend/expressions.cc:8893
21534 msgid "length required when allocating a slice"
21535 msgstr ""
21537 #: go/gofrontend/expressions.cc:8937
21538 msgid "len larger than cap"
21539 msgstr ""
21541 #: go/gofrontend/expressions.cc:8946
21542 msgid "too many arguments to make"
21543 msgstr ""
21545 #: go/gofrontend/expressions.cc:10255
21546 msgid "argument must be array or slice or channel"
21547 msgstr ""
21549 #: go/gofrontend/expressions.cc:10265
21550 msgid "argument must be string or array or slice or map or channel"
21551 msgstr ""
21553 #: go/gofrontend/expressions.cc:10302
21554 msgid "unsupported argument type to builtin function"
21555 msgstr ""
21557 #: go/gofrontend/expressions.cc:10313
21558 msgid "argument must be channel"
21559 msgstr ""
21561 #: go/gofrontend/expressions.cc:10315
21562 msgid "cannot close receive-only channel"
21563 msgstr ""
21565 #: go/gofrontend/expressions.cc:10326
21566 msgid "argument to builtin has void type"
21567 msgstr ""
21569 #: go/gofrontend/expressions.cc:10342
21570 msgid "argument must be a field reference"
21571 msgstr ""
21573 #: go/gofrontend/expressions.cc:10372
21574 msgid "left argument must be a slice"
21575 msgstr ""
21577 #: go/gofrontend/expressions.cc:10380
21578 msgid "element types must be the same"
21579 msgstr ""
21581 #: go/gofrontend/expressions.cc:10385
21582 msgid "first argument must be []byte"
21583 msgstr ""
21585 #: go/gofrontend/expressions.cc:10388
21586 msgid "second argument must be slice or string"
21587 msgstr ""
21589 #: go/gofrontend/expressions.cc:10500
21590 msgid "argument must have complex type"
21591 msgstr ""
21593 #: go/gofrontend/expressions.cc:10519
21594 msgid "complex arguments must have identical types"
21595 msgstr ""
21597 #: go/gofrontend/expressions.cc:10521
21598 msgid "complex arguments must have floating-point type"
21599 msgstr ""
21601 #: go/gofrontend/expressions.cc:11181
21602 msgid "type conversion result count mismatch"
21603 msgstr ""
21605 #: go/gofrontend/expressions.cc:11195 go/gofrontend/expressions.cc:12634
21606 #: go/gofrontend/expressions.cc:13070
21607 msgid "expected function"
21608 msgstr ""
21610 #: go/gofrontend/expressions.cc:11223
21611 msgid "multiple-value argument in single-value context"
21612 msgstr ""
21614 #: go/gofrontend/expressions.cc:11420
21615 msgid "invalid use of %<...%> with non-slice"
21616 msgstr ""
21618 #: go/gofrontend/expressions.cc:12642
21619 msgid "function result count mismatch"
21620 msgstr ""
21622 #: go/gofrontend/expressions.cc:12660
21623 msgid "incompatible type for receiver"
21624 msgstr ""
21626 #: go/gofrontend/expressions.cc:12678
21627 msgid "invalid use of %<...%> calling non-variadic function"
21628 msgstr ""
21630 #: go/gofrontend/expressions.cc:13079 go/gofrontend/expressions.cc:13093
21631 msgid "number of results does not match number of values"
21632 msgstr ""
21634 #: go/gofrontend/expressions.cc:13385 go/gofrontend/expressions.cc:14056
21635 msgid "index must be integer"
21636 msgstr ""
21638 #: go/gofrontend/expressions.cc:13394 go/gofrontend/expressions.cc:14065
21639 msgid "slice end must be integer"
21640 msgstr ""
21642 #: go/gofrontend/expressions.cc:13403
21643 msgid "slice capacity must be integer"
21644 msgstr ""
21646 #: go/gofrontend/expressions.cc:13454 go/gofrontend/expressions.cc:14099
21647 msgid "inverted slice range"
21648 msgstr ""
21650 #: go/gofrontend/expressions.cc:13497
21651 msgid "slice of unaddressable value"
21652 msgstr ""
21654 #: go/gofrontend/expressions.cc:14355
21655 msgid "incompatible type for map index"
21656 msgstr ""
21658 #: go/gofrontend/expressions.cc:14793
21659 msgid "expected interface or pointer to interface"
21660 msgstr ""
21662 #: go/gofrontend/expressions.cc:15579
21663 msgid "too many expressions for struct"
21664 msgstr ""
21666 #: go/gofrontend/expressions.cc:15592
21667 msgid "too few expressions for struct"
21668 msgstr ""
21670 #: go/gofrontend/expressions.cc:17557 go/gofrontend/statements.cc:1921
21671 msgid "type assertion only valid for interface types"
21672 msgstr ""
21674 #: go/gofrontend/expressions.cc:17569
21675 msgid "impossible type assertion: type does not implement interface"
21676 msgstr ""
21678 #: go/gofrontend/expressions.cc:17768 go/gofrontend/expressions.cc:17788
21679 #: go/gofrontend/statements.cc:1768
21680 msgid "expected channel"
21681 msgstr ""
21683 #: go/gofrontend/expressions.cc:17793 go/gofrontend/statements.cc:1773
21684 msgid "invalid receive on send-only channel"
21685 msgstr ""
21687 #: go/gofrontend/parse.cc:3274
21688 msgid "parentheses required around this composite literal to avoid parsing ambiguity"
21689 msgstr ""
21691 #: go/gofrontend/parse.cc:4848
21692 msgid "cannot fallthrough final case in switch"
21693 msgstr ""
21695 #: go/gofrontend/statements.cc:1071
21696 msgid "invalid left hand side of assignment"
21697 msgstr ""
21699 #: go/gofrontend/statements.cc:1082 go/gofrontend/statements.cc:1437
21700 msgid "use of untyped nil"
21701 msgstr ""
21703 #: go/gofrontend/statements.cc:1559
21704 msgid "expected map index on right hand side"
21705 msgstr ""
21707 #: go/gofrontend/statements.cc:3196 go/gofrontend/statements.cc:3226
21708 msgid "not enough arguments to return"
21709 msgstr ""
21711 #: go/gofrontend/statements.cc:3204
21712 msgid "return with value in function with no return type"
21713 msgstr ""
21715 #: go/gofrontend/statements.cc:3232
21716 msgid "too many values in return statement"
21717 msgstr ""
21719 #: go/gofrontend/statements.cc:3785
21720 msgid "expected boolean expression"
21721 msgstr ""
21723 #: go/gofrontend/statements.cc:4982
21724 msgid "cannot type switch on non-interface value"
21725 msgstr ""
21727 #: go/gofrontend/statements.cc:5117
21728 msgid "incompatible types in send"
21729 msgstr ""
21731 #: go/gofrontend/statements.cc:5122
21732 msgid "invalid send on receive-only channel"
21733 msgstr ""
21735 #: go/gofrontend/statements.cc:6440
21736 msgid "too many variables for range clause with channel"
21737 msgstr ""
21739 #: go/gofrontend/statements.cc:6447
21740 msgid "range clause must have array, slice, string, map, or channel type"
21741 msgstr ""
21743 #: go/gofrontend/types.cc:542
21744 msgid "invalid comparison of non-ordered type"
21745 msgstr ""
21747 #: go/gofrontend/types.cc:558
21748 msgid "slice can only be compared to nil"
21749 msgstr ""
21751 #: go/gofrontend/types.cc:560
21752 msgid "map can only be compared to nil"
21753 msgstr ""
21755 #: go/gofrontend/types.cc:562
21756 msgid "func can only be compared to nil"
21757 msgstr ""
21759 #: go/gofrontend/types.cc:568
21760 #, c-format
21761 msgid "invalid operation (%s)"
21762 msgstr ""
21764 #: go/gofrontend/types.cc:591
21765 msgid "invalid comparison of non-comparable type"
21766 msgstr ""
21768 #: go/gofrontend/types.cc:604
21769 msgid "invalid comparison of generated struct"
21770 msgstr ""
21772 #: go/gofrontend/types.cc:615
21773 msgid "invalid comparison of non-comparable struct"
21774 msgstr ""
21776 #: go/gofrontend/types.cc:625
21777 msgid "invalid comparison of generated array"
21778 msgstr ""
21780 #: go/gofrontend/types.cc:632
21781 msgid "invalid comparison of non-comparable array"
21782 msgstr ""
21784 #: go/gofrontend/types.cc:660
21785 msgid "multiple-value function call in single-value context"
21786 msgstr ""
21788 #: go/gofrontend/types.cc:744
21789 msgid "need explicit conversion"
21790 msgstr ""
21792 #: go/gofrontend/types.cc:752
21793 #, c-format
21794 msgid "cannot use type %s as type %s"
21795 msgstr ""
21797 #: go/gofrontend/types.cc:788
21798 msgid "conversion from normal type to notinheap type"
21799 msgstr ""
21801 #: go/gofrontend/types.cc:4802
21802 msgid "different receiver types"
21803 msgstr ""
21805 #: go/gofrontend/types.cc:4825 go/gofrontend/types.cc:4838
21806 #: go/gofrontend/types.cc:4852
21807 msgid "different number of parameters"
21808 msgstr ""
21810 #: go/gofrontend/types.cc:4845
21811 msgid "different parameter types"
21812 msgstr ""
21814 #: go/gofrontend/types.cc:4860
21815 msgid "different varargs"
21816 msgstr ""
21818 #: go/gofrontend/types.cc:4873 go/gofrontend/types.cc:4886
21819 #: go/gofrontend/types.cc:4900
21820 msgid "different number of results"
21821 msgstr ""
21823 #: go/gofrontend/types.cc:4893
21824 msgid "different result types"
21825 msgstr ""
21827 #: go/gofrontend/types.cc:9294
21828 #, c-format
21829 msgid "need explicit conversion; missing method %s%s%s"
21830 msgstr ""
21832 #: go/gofrontend/types.cc:9312 go/gofrontend/types.cc:9459
21833 #, c-format
21834 msgid "incompatible type for method %s%s%s"
21835 msgstr ""
21837 #: go/gofrontend/types.cc:9316 go/gofrontend/types.cc:9463
21838 #, c-format
21839 msgid "incompatible type for method %s%s%s (%s)"
21840 msgstr ""
21842 #: go/gofrontend/types.cc:9399 go/gofrontend/types.cc:9412
21843 msgid "pointer to interface type has no methods"
21844 msgstr ""
21846 #: go/gofrontend/types.cc:9401 go/gofrontend/types.cc:9414
21847 msgid "type has no methods"
21848 msgstr ""
21850 #: go/gofrontend/types.cc:9435
21851 #, c-format
21852 msgid "ambiguous method %s%s%s"
21853 msgstr ""
21855 #: go/gofrontend/types.cc:9438
21856 #, c-format
21857 msgid "missing method %s%s%s"
21858 msgstr ""
21860 #: go/gofrontend/types.cc:9480
21861 #, c-format
21862 msgid "method %s%s%s requires a pointer receiver"
21863 msgstr ""
21865 #: go/gofrontend/types.cc:9498
21866 #, c-format
21867 msgid "method %s%s%s is marked go:nointerface"
21868 msgstr ""
21870 #: lto-streamer.h:1031
21871 #, gcc-internal-format, gfc-internal-format
21872 msgid "bytecode stream: expected tag %s instead of %s"
21873 msgstr ""
21875 #: lto-streamer.h:1041
21876 #, gcc-internal-format, gfc-internal-format
21877 msgid "bytecode stream: tag %s is not in the expected range [%s, %s]"
21878 msgstr ""
21880 #. Mach-O supports 'weak imports', and 'weak definitions' in coalesced
21881 #. sections.  machopic_select_section ensures that weak variables go in
21882 #. coalesced sections.  Weak aliases (or any other kind of aliases) are
21883 #. not supported.  Weak symbols that aren't visible outside the .s file
21884 #. are not supported.
21885 #: config/darwin.h:656
21886 #, gcc-internal-format
21887 msgid "alias definitions not supported in Mach-O; ignored"
21888 msgstr ""
21890 #. No profiling.
21891 #: config/vx-common.h:123
21892 #, gcc-internal-format
21893 msgid "profiler support for VxWorks"
21894 msgstr ""
21896 #: config/arm/freebsd.h:121
21897 #, gcc-internal-format
21898 msgid "target OS does not support unaligned accesses"
21899 msgstr ""
21901 #: config/c6x/c6x.h:346 config/nvptx/nvptx.h:181
21902 #, gcc-internal-format
21903 msgid "profiling is not yet implemented for this architecture"
21904 msgstr ""
21906 #. Definitions for GCC.  Part of the machine description for CRIS.
21907 #. Copyright (C) 1998-2023 Free Software Foundation, Inc.
21908 #. Contributed by Axis Communications.  Written by Hans-Peter Nilsson.
21910 #. This file is part of GCC.
21912 #. GCC is free software; you can redistribute it and/or modify
21913 #. it under the terms of the GNU General Public License as published by
21914 #. the Free Software Foundation; either version 3, or (at your option)
21915 #. any later version.
21917 #. GCC is distributed in the hope that it will be useful,
21918 #. but WITHOUT ANY WARRANTY; without even the implied warranty of
21919 #. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21920 #. GNU General Public License for more details.
21922 #. You should have received a copy of the GNU General Public License
21923 #. along with GCC; see the file COPYING3.  If not see
21924 #. <http://www.gnu.org/licenses/>.
21925 #. After the first "Node:" comment comes all preprocessor directives and
21926 #. attached declarations described in the info files, the "Using and
21927 #. Porting GCC" manual (uapgcc), in the same order as found in the "Target
21928 #. macros" section in the gcc-2.9x CVS edition of 2000-03-17.  FIXME: Not
21929 #. really, but needs an update anyway.
21931 #. There is no generic copy-of-uapgcc comment, you'll have to see uapgcc
21932 #. for that.  If applicable, there is a CRIS-specific comment.  The order
21933 #. of macro definitions follow the order in the manual.  Every section in
21934 #. the manual (node in the info pages) has an introductory `Node:
21935 #. <subchapter>' comment.  If no macros are defined for a section, only
21936 #. the section-comment is present.
21937 #. Note that other header files (e.g. config/elfos.h, config/linux.h,
21938 #. and config/cris/linux.h) are responsible for lots of settings not
21939 #. repeated below.  This file contains general CRIS definitions
21940 #. and definitions for the cris-*-elf subtarget.
21941 #. We don't want to use gcc_assert for everything, as that can be
21942 #. compiled out.
21943 #: config/cris/cris.h:42
21944 #, gcc-internal-format, gfc-internal-format
21945 msgid "CRIS-port assertion failed: %s"
21946 msgstr ""
21948 #. Node: Caller Saves
21949 #. (no definitions)
21950 #. Node: Function entry
21951 #. See cris.cc for TARGET_ASM_FUNCTION_PROLOGUE and
21952 #. TARGET_ASM_FUNCTION_EPILOGUE.
21953 #. Node: Profiling
21954 #: config/cris/cris.h:662
21955 #, gcc-internal-format
21956 msgid "no %<FUNCTION_PROFILER%> for CRIS"
21957 msgstr ""
21959 #. 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.
21960 #. 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.
21961 #: config/i386/xm-djgpp.h:85
21962 #, gcc-internal-format
21963 msgid "environment variable DJGPP not defined"
21964 msgstr ""
21966 #: config/i386/xm-djgpp.h:87
21967 #, gcc-internal-format
21968 msgid "environment variable DJGPP points to missing file %qs"
21969 msgstr ""
21971 #: config/i386/xm-djgpp.h:90
21972 #, gcc-internal-format
21973 msgid "environment variable DJGPP points to corrupt file %qs"
21974 msgstr ""
21976 #: config/pa/som.h:323
21977 #, gcc-internal-format
21978 msgid "weak aliases are not supported"
21979 msgstr ""
21981 #. SPDX-License-Identifier: GPL-3.0-or-later
21982 #. Definitions of target machine for GNU compiler,
21983 #. for IBM RS/6000 POWER running AIX V7.1.
21984 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
21985 #. Contributed by David Edelsohn (edelsohn@gnu.org).
21987 #. This file is part of GCC.
21989 #. GCC is free software; you can redistribute it and/or modify it
21990 #. under the terms of the GNU General Public License as published
21991 #. by the Free Software Foundation; either version 3, or (at your
21992 #. option) any later version.
21994 #. GCC is distributed in the hope that it will be useful, but WITHOUT
21995 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
21996 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
21997 #. License for more details.
21999 #. You should have received a copy of the GNU General Public License
22000 #. along with GCC; see the file COPYING3.  If not see
22001 #. <http://www.gnu.org/licenses/>.
22002 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22003 #. get control in TARGET_OPTION_OVERRIDE.
22004 #. SPDX-License-Identifier: GPL-3.0-or-later
22005 #. Definitions of target machine for GNU compiler,
22006 #. for IBM RS/6000 POWER running AIX V7.2.
22007 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
22008 #. Contributed by David Edelsohn (edelsohn@gnu.org).
22010 #. This file is part of GCC.
22012 #. GCC is free software; you can redistribute it and/or modify it
22013 #. under the terms of the GNU General Public License as published
22014 #. by the Free Software Foundation; either version 3, or (at your
22015 #. option) any later version.
22017 #. GCC is distributed in the hope that it will be useful, but WITHOUT
22018 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22019 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
22020 #. License for more details.
22022 #. You should have received a copy of the GNU General Public License
22023 #. along with GCC; see the file COPYING3.  If not see
22024 #. <http://www.gnu.org/licenses/>.
22025 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22026 #. get control in TARGET_OPTION_OVERRIDE.
22027 #. SPDX-License-Identifier: GPL-3.0-or-later
22028 #. Definitions of target machine for GNU compiler,
22029 #. for IBM RS/6000 POWER running AIX V7.3.
22030 #. Copyright (C) 2002-2023 Free Software Foundation, Inc.
22031 #. Contributed by David Edelsohn (edelsohn@gnu.org).
22033 #. This file is part of GCC.
22035 #. GCC is free software; you can redistribute it and/or modify it
22036 #. under the terms of the GNU General Public License as published
22037 #. by the Free Software Foundation; either version 3, or (at your
22038 #. option) any later version.
22040 #. GCC is distributed in the hope that it will be useful, but WITHOUT
22041 #. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22042 #. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
22043 #. License for more details.
22045 #. You should have received a copy of the GNU General Public License
22046 #. along with GCC; see the file COPYING3.  If not see
22047 #. <http://www.gnu.org/licenses/>.
22048 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22049 #. get control in TARGET_OPTION_OVERRIDE.
22050 #: config/rs6000/aix71.h:31 config/rs6000/aix72.h:31 config/rs6000/aix73.h:31
22051 #, gcc-internal-format
22052 msgid "%<-maix64%> requires PowerPC64 architecture remain enabled"
22053 msgstr ""
22055 #: config/rs6000/aix71.h:37 config/rs6000/aix72.h:37
22056 #, gcc-internal-format
22057 msgid "soft-float and long-double-128 are incompatible"
22058 msgstr ""
22060 #: config/rs6000/aix71.h:41 config/rs6000/aix72.h:41 config/rs6000/aix73.h:41
22061 #, gcc-internal-format
22062 msgid "%<-maix64%> required: 64-bit computation with 32-bit addressing not yet supported"
22063 msgstr ""
22065 #: config/rs6000/aix71.h:48 config/rs6000/aix72.h:48 config/rs6000/aix73.h:48
22066 #: config/rs6000/rtems.h:124 config/rs6000/rs6000.cc:3462
22067 #, gcc-internal-format
22068 msgid "%<-mcmodel%> incompatible with other toc options"
22069 msgstr ""
22071 #: config/rs6000/aix73.h:37
22072 #, gcc-internal-format
22073 msgid "%<soft-float%> and long-double-128 are incompatible"
22074 msgstr ""
22076 #: config/rs6000/rtems.h:117 config/rs6000/rs6000.cc:3454
22077 #, gcc-internal-format
22078 msgid "%<-m64%> requires a PowerPC64 cpu"
22079 msgstr ""
22081 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
22082 #. get control in TARGET_OPTION_OVERRIDE.
22083 #: config/rs6000/sysv4.h:116
22084 #, gcc-internal-format
22085 msgid "bad value for %<%s-%s%>"
22086 msgstr ""
22088 #: config/rs6000/sysv4.h:132
22089 #, gcc-internal-format
22090 msgid "bad value for %<%s=%s%>"
22091 msgstr ""
22093 #: config/rs6000/sysv4.h:149
22094 #, gcc-internal-format
22095 msgid "%qs and %<%s=%s%> are incompatible"
22096 msgstr ""
22098 #: config/rs6000/sysv4.h:158
22099 #, gcc-internal-format
22100 msgid "%<-f%s%> and %<%s=%s%> are incompatible"
22101 msgstr ""
22103 #: config/rs6000/sysv4.h:167
22104 #, gcc-internal-format
22105 msgid "%<%s=%s%> and %<%s-%s%> are incompatible"
22106 msgstr ""
22108 #: config/rs6000/sysv4.h:176 config/rs6000/sysv4.h:210
22109 #, gcc-internal-format
22110 msgid "%qs and %qs are incompatible"
22111 msgstr ""
22113 #: config/rs6000/sysv4.h:183 config/rs6000/sysv4.h:190
22114 #, gcc-internal-format
22115 msgid "%qs and %<%s-%s%> are incompatible"
22116 msgstr ""
22118 #: config/rs6000/sysv4.h:196 config/rs6000/sysv4.h:202
22119 #, gcc-internal-format
22120 msgid "%qs not supported by your assembler"
22121 msgstr ""
22123 #: config/rs6000/sysv4.h:244
22124 #, gcc-internal-format
22125 msgid "%<-m%s%> not supported in this configuration"
22126 msgstr ""
22128 #. 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.
22129 #: config/sh/vxworks.h:43
22130 #, gcc-internal-format
22131 msgid "%<-mrelax%> is only supported for RTP PIC"
22132 msgstr ""
22134 #. A general purpose syntax error.
22135 #: fortran/gfortran.h:3343 fortran/io.cc:3736 fortran/io.cc:4422
22136 #, gcc-internal-format, gfc-internal-format
22137 msgid "Syntax error in %s statement at %C"
22138 msgstr ""
22140 #: jit/docs/examples/tut05-bf.c:242
22141 #, gcc-internal-format
22142 msgid "too many open parens"
22143 msgstr ""
22145 #: jit/docs/examples/tut05-bf.c:275
22146 #, gcc-internal-format
22147 msgid "mismatching parens"
22148 msgstr ""
22150 #: jit/docs/examples/tut05-bf.c:310
22151 #, gcc-internal-format
22152 msgid "unable to open file"
22153 msgstr "nije moguće otvoriti datoteku"
22155 #: m2/gm2-gcc/m2assert.h:36 m2/gm2-gcc/m2assert.h:59
22156 #, gcc-internal-format, gfc-internal-format
22157 msgid "%s:%d:condition %s failed"
22158 msgstr ""
22160 #: m2/gm2-gcc/m2assert.h:48
22161 #, gcc-internal-format, gfc-internal-format
22162 msgid "%s:%d:the value %s is not a BOOLEAN as the value is %d"
22163 msgstr ""
22165 #: fortran/lang.opt:428
22166 #, gcc-internal-format
22167 msgid "Unrecognized option to endianness value: %qs"
22168 msgstr ""
22170 #: fortran/lang.opt:650
22171 #, gcc-internal-format
22172 msgid "Unrecognized option to floating-point init value: %qs"
22173 msgstr ""
22175 #: fortran/lang.opt:784
22176 #, gcc-internal-format
22177 msgid "Unrecognized option: %qs"
22178 msgstr "Neprepoznata opcija: %qs"
22180 #: rust/lang.opt:82
22181 #, gcc-internal-format
22182 msgid "unknown rust mangling option %qs"
22183 msgstr "%qs je nepoznata ‘rust’ opcija za komadanje, oštećivanje"
22185 #: rust/lang.opt:99
22186 #, gcc-internal-format
22187 msgid "unknown rust edition %qs"
22188 msgstr "%qs je nepoznata ‘rust’ opcija za uređivanje "
22190 #: rust/lang.opt:127
22191 #, gcc-internal-format
22192 msgid "unknown rust compile-until %qs"
22193 msgstr "%qs je nepoznata ‘rust’ opcija za ugađanje"
22195 #: c-family/c.opt:43 c-family/c.opt:46 c-family/c.opt:181
22196 #, gcc-internal-format
22197 msgid "assertion missing after %qs"
22198 msgstr ""
22200 #: c-family/c.opt:55 c-family/c.opt:58 c-family/c.opt:163 c-family/c.opt:166
22201 #: c-family/c.opt:193 c-family/c.opt:264
22202 #, gcc-internal-format
22203 msgid "macro name missing after %qs"
22204 msgstr ""
22206 #: c-family/c.opt:70 c-family/c.opt:73 c-family/c.opt:76 c-family/c.opt:79
22207 #: c-family/c.opt:175 c-family/c.opt:178 c-family/c.opt:220 c-family/c.opt:224
22208 #: c-family/c.opt:236 c-family/c.opt:2292 c-family/c.opt:2300
22209 #: config/darwin.opt:30 common.opt:329 common.opt:332 common.opt:3507
22210 #, gcc-internal-format
22211 msgid "missing filename after %qs"
22212 msgstr ""
22214 #: c-family/c.opt:85 c-family/c.opt:88 c-family/c.opt:91 c-family/c.opt:94
22215 #: c-family/c.opt:200 c-family/c.opt:212 c-family/c.opt:2288
22216 #: c-family/c.opt:2308 c-family/c.opt:2312 c-family/c.opt:2316
22217 #, gcc-internal-format
22218 msgid "missing path after %qs"
22219 msgstr ""
22221 #: c-family/c.opt:252 c-family/c.opt:256
22222 #, gcc-internal-format
22223 msgid "missing makefile target after %qs"
22224 msgstr ""
22226 #: c-family/c.opt:295
22227 #, gcc-internal-format
22228 msgid "argument %qs to %<-Waligned-new%> not recognized"
22229 msgstr ""
22231 #: c-family/c.opt:386
22232 #, gcc-internal-format
22233 msgid "argument %qs to %<-Wbidi-chars%> not recognized"
22234 msgstr ""
22236 #: c-family/c.opt:1106
22237 #, gcc-internal-format
22238 msgid "argument %qs to %<-Wnormalized%> not recognized"
22239 msgstr ""
22241 #: c-family/c.opt:1667
22242 #, gcc-internal-format
22243 msgid "no class name specified with %qs"
22244 msgstr ""
22246 #: c-family/c.opt:1695
22247 #, gcc-internal-format
22248 msgid "argument %qs must be either %<on%> or %<off%>"
22249 msgstr ""
22251 #: c-family/c.opt:1835
22252 #, gcc-internal-format
22253 msgid "%<-fhandle-exceptions%> has been renamed %<-fexceptions%> (and is now on by default)"
22254 msgstr ""
22256 #: c-family/c.opt:1906
22257 #, gcc-internal-format
22258 msgid "missing mapper"
22259 msgstr ""
22261 #: c-family/c.opt:1930
22262 #, gcc-internal-format
22263 msgid "missing header name"
22264 msgstr ""
22266 #: c-family/c.opt:1938
22267 #, gcc-internal-format
22268 msgid "missing module name"
22269 msgstr ""
22271 #: c-family/c.opt:1985
22272 #, gcc-internal-format
22273 msgid "unrecognized ivar visibility value %qs"
22274 msgstr ""
22276 #: c-family/c.opt:2152
22277 #, gcc-internal-format
22278 msgid "unrecognized scalar storage order value %qs"
22279 msgstr ""
22281 #: d/lang.opt:201
22282 #, gcc-internal-format
22283 msgid "unknown array bounds setting %qs"
22284 msgstr ""
22286 #: d/lang.opt:243
22287 #, gcc-internal-format
22288 msgid "unknown checkaction setting %qs"
22289 msgstr ""
22291 #: d/lang.opt:303
22292 #, gcc-internal-format
22293 msgid "unknown C++ standard %qs"
22294 msgstr ""
22296 #: config/vms/vms.opt:42
22297 #, gcc-internal-format
22298 msgid "unknown pointer size model %qs"
22299 msgstr ""
22301 #: config/i386/i386.opt:325
22302 #, gcc-internal-format
22303 msgid "%<-mcpu=%> is deprecated; use %<-mtune=%> or %<-march=%> instead"
22304 msgstr ""
22306 #: config/i386/i386.opt:385
22307 #, gcc-internal-format
22308 msgid "%<-mintel-syntax%> and %<-mno-intel-syntax%> are deprecated; use %<-masm=intel%> and %<-masm=att%> instead"
22309 msgstr ""
22311 #: config/i386/i386.opt:706
22312 #, gcc-internal-format
22313 msgid "%<-msse5%> was removed"
22314 msgstr ""
22316 #: config/i386/i386.opt:1267
22317 #, gcc-internal-format
22318 msgid "unknown lam type %qs"
22319 msgstr "nepoznati ‘lam’ tip %qs"
22321 #: config/avr/avr.opt:26
22322 #, gcc-internal-format
22323 msgid "missing device or architecture after %qs"
22324 msgstr ""
22326 #: config/rs6000/rs6000.opt:308
22327 #, gcc-internal-format
22328 msgid "%<-mvrsave=no%> is deprecated; use %<-mno-vrsave%> instead"
22329 msgstr ""
22331 #: config/rs6000/rs6000.opt:312
22332 #, gcc-internal-format
22333 msgid "%<-mvrsave=yes%> is deprecated; use %<-mvrsave%> instead"
22334 msgstr ""
22336 #: config/rs6000/rs6000.opt:379
22337 #, gcc-internal-format
22338 msgid "using darwin64 ABI"
22339 msgstr ""
22341 #: config/rs6000/rs6000.opt:382
22342 #, gcc-internal-format
22343 msgid "using old darwin ABI"
22344 msgstr ""
22346 #: config/fused-madd.opt:22
22347 #, gcc-internal-format
22348 msgid "%<-mfused-madd%> is deprecated; use %<-ffp-contract=%> instead"
22349 msgstr ""
22351 #: config/microblaze/microblaze.opt:87
22352 #, gcc-internal-format
22353 msgid "%qs is deprecated; use -fstack-check"
22354 msgstr ""
22356 #: config/microblaze/microblaze.opt:95
22357 #, gcc-internal-format
22358 msgid "%qs is deprecated; use -fno-zero-initialized-in-bss"
22359 msgstr ""
22361 #: config/arc/arc.opt:169 config/arc/arc.opt:333 config/arc/arc.opt:337
22362 #: config/arc/arc.opt:341 config/arc/arc.opt:348 config/arc/arc.opt:352
22363 #: config/arc/arc.opt:356 config/arc/arc.opt:360 config/arc/arc.opt:363
22364 #: config/arc/arc.opt:366 config/arc/arc.opt:383
22365 #, gcc-internal-format
22366 msgid "%qs is deprecated"
22367 msgstr ""
22369 #: lto/lang.opt:28
22370 #, gcc-internal-format
22371 msgid "unknown linker output %qs"
22372 msgstr ""
22374 #: common.opt:1598
22375 #, gcc-internal-format
22376 msgid "unknown excess precision style %qs"
22377 msgstr ""
22379 #: common.opt:1616
22380 #, gcc-internal-format
22381 msgid "unknown specification for the set of FLT_EVAL_METHOD values to permit %qs"
22382 msgstr ""
22384 #: common.opt:1660
22385 #, gcc-internal-format
22386 msgid "unknown floating point contraction style %qs"
22387 msgstr ""
22389 #: common.opt:1825
22390 #, gcc-internal-format
22391 msgid "unknown Stack Reuse Level %qs"
22392 msgstr ""
22394 #: common.opt:1894
22395 #, gcc-internal-format
22396 msgid "unknown Control-Flow Protection Level %qs"
22397 msgstr ""
22399 #: common.opt:2004
22400 #, gcc-internal-format
22401 msgid "unknown IRA algorithm %qs"
22402 msgstr ""
22404 #: common.opt:2017
22405 #, gcc-internal-format
22406 msgid "unknown IRA region %qs"
22407 msgstr ""
22409 #: common.opt:2095
22410 #, gcc-internal-format
22411 msgid "unknown LTO partitioning model %qs"
22412 msgstr ""
22414 #: common.opt:2205
22415 #, gcc-internal-format
22416 msgid "targets missing after %qs"
22417 msgstr ""
22419 #: common.opt:2208
22420 #, gcc-internal-format
22421 msgid "options or targets=options missing after %qs"
22422 msgstr ""
22424 #: common.opt:2216
22425 #, gcc-internal-format
22426 msgid "unknown offload ABI %qs"
22427 msgstr ""
22429 #: common.opt:2380
22430 #, gcc-internal-format
22431 msgid "unknown profile reproducibility method %qs"
22432 msgstr ""
22434 #: common.opt:2396
22435 #, gcc-internal-format
22436 msgid "unknown profile update method %qs"
22437 msgstr ""
22439 #: common.opt:2502
22440 #, gcc-internal-format
22441 msgid "unknown Live-Patching Level %qs"
22442 msgstr ""
22444 #: common.opt:2535
22445 #, gcc-internal-format
22446 msgid "unknown basic block reordering algorithm %qs"
22447 msgstr ""
22449 #: common.opt:2842
22450 #, gcc-internal-format
22451 msgid "unknown TLS model %qs"
22452 msgstr ""
22454 #: common.opt:3182
22455 #, gcc-internal-format
22456 msgid "unknown vectorizer cost model %qs"
22457 msgstr ""
22459 #: common.opt:3213
22460 #, gcc-internal-format
22461 msgid "unrecognized automatic variable initialization type %qs"
22462 msgstr ""
22464 #: common.opt:3239
22465 #, gcc-internal-format
22466 msgid "unrecognized visibility value %qs"
22467 msgstr ""
22469 #: common.opt:3258
22470 #, gcc-internal-format
22471 msgid "unknown vtable verify initialization priority %qs"
22472 msgstr ""
22474 #: params.opt:886
22475 #, gcc-internal-format
22476 msgid "unknown ranger debug mode %qs"
22477 msgstr ""
22479 #: params.opt:1065
22480 #, gcc-internal-format
22481 msgid "unknown threader debug mode %qs"
22482 msgstr ""
22484 #: attribs.cc:255 attribs.cc:278 attribs.cc:291
22485 #, gcc-internal-format
22486 msgid "wrong argument to ignored attributes"
22487 msgstr ""
22489 #: attribs.cc:256
22490 #, gcc-internal-format
22491 msgid "valid format is %<ns::attr%> or %<ns::%>"
22492 msgstr ""
22494 #: attribs.cc:541
22495 #, gcc-internal-format
22496 msgid "ignoring attribute %qE in declaration of a built-in function %qD because it conflicts with attribute %qs"
22497 msgstr ""
22499 #: attribs.cc:547
22500 #, gcc-internal-format
22501 msgid "ignoring attribute %qE because it conflicts with attribute %qs"
22502 msgstr ""
22504 #: attribs.cc:553 c-family/c-attribs.cc:937 c-family/c-attribs.cc:2439
22505 #: c-family/c-attribs.cc:2928 c-family/c-attribs.cc:4790
22506 #: c-family/c-attribs.cc:4883 cp/decl.cc:15979 cp/decl.cc:16029
22507 #: cp/friend.cc:318 cp/tree.cc:5261
22508 #, gcc-internal-format
22509 msgid "previous declaration here"
22510 msgstr ""
22512 #. Warn about and ignore all others for now, but store them.
22513 #: attribs.cc:720 c-family/c-attribs.cc:3956 objc/objc-act.cc:5131
22514 #: objc/objc-act.cc:7122 objc/objc-act.cc:8320 objc/objc-act.cc:8376
22515 #, gcc-internal-format
22516 msgid "%qE attribute directive ignored"
22517 msgstr ""
22519 #: attribs.cc:724
22520 #, gcc-internal-format
22521 msgid "%<%E::%E%> scoped attribute directive ignored"
22522 msgstr ""
22524 #: attribs.cc:737 c/c-parser.cc:1961 cp/cp-gimplify.cc:3286
22525 #, gcc-internal-format
22526 msgid "wrong number of arguments specified for %qE attribute"
22527 msgstr ""
22529 #: attribs.cc:740
22530 #, gcc-internal-format, gfc-internal-format
22531 msgid "expected %i or more, found %i"
22532 msgstr "očekivano je %i ili više, pronađeno %i"
22534 #: attribs.cc:743 c/c-parser.cc:1964 cp/cp-gimplify.cc:3288
22535 #, gcc-internal-format, gfc-internal-format
22536 msgid "expected %i, found %i"
22537 msgstr "očekivano je %i, pronađeno je %i"
22539 #: attribs.cc:746
22540 #, gcc-internal-format, gfc-internal-format
22541 msgid "expected between %i and %i, found %i"
22542 msgstr ""
22544 #: attribs.cc:766 c-family/c-attribs.cc:4652
22545 #, gcc-internal-format
22546 msgid "%qE attribute does not apply to types"
22547 msgstr ""
22549 #: attribs.cc:815
22550 #, gcc-internal-format
22551 msgid "%qE attribute only applies to function types"
22552 msgstr ""
22554 #: attribs.cc:825
22555 #, gcc-internal-format
22556 msgid "type attributes ignored after type is already defined"
22557 msgstr ""
22559 #. The specifications of standard attributes in C mean
22560 #. this is a constraint violation.
22561 #. The specifications of standard attributes mean this is a
22562 #. constraint violation.
22563 #. An attribute with standard syntax and no namespace specified
22564 #. is a constraint violation if it is not one of the known
22565 #. standard attributes.  Diagnose it here with a pedwarn and
22566 #. then discard it to prevent a duplicate warning later.
22567 #: attribs.cc:899 attribs.cc:1878 attribs.cc:1888 attribs.cc:1898
22568 #: c-family/c-attribs.cc:965 c-family/c-attribs.cc:1027
22569 #: c-family/c-attribs.cc:1046 c-family/c-attribs.cc:1064
22570 #: c-family/c-attribs.cc:1094 c-family/c-attribs.cc:1115
22571 #: c-family/c-attribs.cc:1136 c-family/c-attribs.cc:1177
22572 #: c-family/c-attribs.cc:1208 c-family/c-attribs.cc:1224
22573 #: c-family/c-attribs.cc:1241 c-family/c-attribs.cc:1257
22574 #: c-family/c-attribs.cc:1274 c-family/c-attribs.cc:1299
22575 #: c-family/c-attribs.cc:1315 c-family/c-attribs.cc:1330
22576 #: c-family/c-attribs.cc:1358 c-family/c-attribs.cc:1375
22577 #: c-family/c-attribs.cc:1393 c-family/c-attribs.cc:1417
22578 #: c-family/c-attribs.cc:1455 c-family/c-attribs.cc:1478
22579 #: c-family/c-attribs.cc:1495 c-family/c-attribs.cc:1524
22580 #: c-family/c-attribs.cc:1545 c-family/c-attribs.cc:1566
22581 #: c-family/c-attribs.cc:1593 c-family/c-attribs.cc:1624
22582 #: c-family/c-attribs.cc:1653 c-family/c-attribs.cc:1707
22583 #: c-family/c-attribs.cc:1760 c-family/c-attribs.cc:1826
22584 #: c-family/c-attribs.cc:1884 c-family/c-attribs.cc:1973
22585 #: c-family/c-attribs.cc:2003 c-family/c-attribs.cc:2054
22586 #: c-family/c-attribs.cc:2582 c-family/c-attribs.cc:2781
22587 #: c-family/c-attribs.cc:2842 c-family/c-attribs.cc:3083
22588 #: c-family/c-attribs.cc:3163 c-family/c-attribs.cc:3315
22589 #: c-family/c-attribs.cc:3770 c-family/c-attribs.cc:3836
22590 #: c-family/c-attribs.cc:3872 c-family/c-attribs.cc:3927
22591 #: c-family/c-attribs.cc:4109 c-family/c-attribs.cc:4130
22592 #: c-family/c-attribs.cc:4219 c-family/c-attribs.cc:4251
22593 #: c-family/c-attribs.cc:4316 c-family/c-attribs.cc:4519
22594 #: c-family/c-attribs.cc:4654 c-family/c-attribs.cc:5399
22595 #: c-family/c-attribs.cc:5422 c-family/c-attribs.cc:5461
22596 #: c-family/c-attribs.cc:5543 c-family/c-attribs.cc:5616
22597 #: c-family/c-attribs.cc:5632 c-family/c-attribs.cc:5800
22598 #: c-family/c-attribs.cc:5812 c-family/c-common.cc:6056
22599 #: c-family/c-common.cc:6059 config/darwin.cc:2143 config/arm/arm.cc:7444
22600 #: config/arm/arm.cc:7472 config/arm/arm.cc:7489 config/avr/avr.cc:10158
22601 #: config/csky/csky.cc:6498 config/csky/csky.cc:6520
22602 #: config/h8300/h8300.cc:4968 config/h8300/h8300.cc:4992
22603 #: config/i386/i386-options.cc:3434 config/i386/i386-options.cc:3592
22604 #: config/i386/i386-options.cc:3824 config/i386/i386-options.cc:3854
22605 #: config/ia64/ia64.cc:785 config/loongarch/loongarch.cc:6539
22606 #: config/rs6000/rs6000.cc:20476 ada/gcc-interface/utils.cc:6588
22607 #: ada/gcc-interface/utils.cc:6604 ada/gcc-interface/utils.cc:6642
22608 #: ada/gcc-interface/utils.cc:6659 ada/gcc-interface/utils.cc:6676
22609 #: ada/gcc-interface/utils.cc:6691 ada/gcc-interface/utils.cc:6707
22610 #: ada/gcc-interface/utils.cc:6733 ada/gcc-interface/utils.cc:6802
22611 #: ada/gcc-interface/utils.cc:6829 ada/gcc-interface/utils.cc:6850
22612 #: ada/gcc-interface/utils.cc:6871 ada/gcc-interface/utils.cc:6919
22613 #: ada/gcc-interface/utils.cc:6935 ada/gcc-interface/utils.cc:6990
22614 #: c/c-decl.cc:4788 c/c-decl.cc:4791 c/c-decl.cc:4806 c/c-parser.cc:5433
22615 #: cp/tree.cc:5032 d/d-attribs.cc:480 d/d-attribs.cc:699 d/d-attribs.cc:720
22616 #: d/d-attribs.cc:736 d/d-attribs.cc:753 d/d-attribs.cc:785 d/d-attribs.cc:914
22617 #: d/d-attribs.cc:973 d/d-attribs.cc:989 d/d-attribs.cc:1005
22618 #: d/d-attribs.cc:1154 d/d-attribs.cc:1167 d/d-attribs.cc:1384
22619 #: d/d-attribs.cc:1402 d/d-attribs.cc:1449 d/d-attribs.cc:1487
22620 #: d/d-attribs.cc:1503 d/d-attribs.cc:1560 d/d-attribs.cc:1588
22621 #: jit/dummy-frontend.cc:185 lto/lto-lang.cc:288
22622 #, gcc-internal-format
22623 msgid "%qE attribute ignored"
22624 msgstr "zanemareni atribut %qE"
22626 #: attribs.cc:1175
22627 #, gcc-internal-format
22628 msgid "missing %<target%> attribute for multi-versioned %qD"
22629 msgstr ""
22631 #: attribs.cc:1178 cp/decl.cc:1282 cp/decl.cc:2245 cp/decl.cc:2293
22632 #: cp/decl.cc:2309 cp/decl.cc:2989 cp/decl.cc:3435
22633 #, gcc-internal-format
22634 msgid "previous declaration of %qD"
22635 msgstr ""
22637 #: attribs.cc:1287
22638 #, gcc-internal-format
22639 msgid "ignoring attributes applied to %qT after definition"
22640 msgstr ""
22642 #: attribs.cc:1809
22643 #, gcc-internal-format
22644 msgid "%q+D already declared with dllexport attribute: dllimport ignored"
22645 msgstr ""
22647 #: attribs.cc:1821
22648 #, gcc-internal-format
22649 msgid "%q+D redeclared without dllimport attribute after being referenced with dll linkage"
22650 msgstr ""
22652 #: attribs.cc:1835
22653 #, gcc-internal-format
22654 msgid "%q+D redeclared without dllimport attribute: previous dllimport ignored"
22655 msgstr ""
22657 #: attribs.cc:1916
22658 #, gcc-internal-format
22659 msgid "inline function %q+D declared as dllimport: attribute ignored"
22660 msgstr ""
22662 #: attribs.cc:1924
22663 #, gcc-internal-format
22664 msgid "function %q+D definition is marked dllimport"
22665 msgstr ""
22667 #: attribs.cc:1932
22668 #, gcc-internal-format
22669 msgid "variable %q+D definition is marked dllimport"
22670 msgstr ""
22672 #: attribs.cc:1963
22673 #, gcc-internal-format
22674 msgid "external linkage required for symbol %q+D because of %qE attribute"
22675 msgstr ""
22677 #: attribs.cc:1977
22678 #, gcc-internal-format
22679 msgid "%qE implies default visibility, but %qD has already been declared with a different visibility"
22680 msgstr ""
22682 #: attribs.cc:2279
22683 #, gcc-internal-format
22684 msgid "%qD specifies more restrictive attribute than its target %qD: %s"
22685 msgid_plural "%qD specifies more restrictive attributes than its target %qD: %s"
22686 msgstr[0] ""
22687 msgstr[1] ""
22688 msgstr[2] ""
22690 #: attribs.cc:2285 attribs.cc:2305
22691 #, gcc-internal-format
22692 msgid "%qD target declared here"
22693 msgstr ""
22695 #: attribs.cc:2299
22696 #, gcc-internal-format
22697 msgid "%qD specifies less restrictive attribute than its target %qD: %s"
22698 msgid_plural "%qD specifies less restrictive attributes than its target %qD: %s"
22699 msgstr[0] ""
22700 msgstr[1] ""
22701 msgstr[2] ""
22703 #: auto-profile.cc:365
22704 #, gcc-internal-format
22705 msgid "offset exceeds 16 bytes"
22706 msgstr ""
22708 #: auto-profile.cc:862
22709 #, gcc-internal-format
22710 msgid "Not expected TAG."
22711 msgstr "TAG nije očekivan."
22713 #: auto-profile.cc:927
22714 #, gcc-internal-format, gfc-internal-format
22715 msgid "cannot open profile file %s"
22716 msgstr "nije moguće otvoriti profil datoteku %s"
22718 #: auto-profile.cc:933
22719 #, gcc-internal-format
22720 msgid "AutoFDO profile magic number does not match"
22721 msgstr ""
22723 #: auto-profile.cc:941
22724 #, gcc-internal-format, gfc-internal-format
22725 msgid "AutoFDO profile version %u does not match %u"
22726 msgstr ""
22728 #: auto-profile.cc:953
22729 #, gcc-internal-format, gfc-internal-format
22730 msgid "cannot read string table from %s"
22731 msgstr ""
22733 #: auto-profile.cc:961
22734 #, gcc-internal-format, gfc-internal-format
22735 msgid "cannot read function profile from %s"
22736 msgstr ""
22738 #: builtins.cc:701
22739 #, gcc-internal-format
22740 msgid "offset %qwi outside bounds of constant string"
22741 msgstr ""
22743 #: builtins.cc:705 cp/name-lookup.cc:6417
22744 #, gcc-internal-format
22745 msgid "%qE declared here"
22746 msgstr ""
22748 #: builtins.cc:1313
22749 #, gcc-internal-format
22750 msgid "second argument to %<__builtin_prefetch%> must be a constant"
22751 msgstr ""
22753 #: builtins.cc:1320
22754 #, gcc-internal-format
22755 msgid "invalid second argument to %<__builtin_prefetch%>; using zero"
22756 msgstr ""
22758 #: builtins.cc:1328
22759 #, gcc-internal-format
22760 msgid "third argument to %<__builtin_prefetch%> must be a constant"
22761 msgstr ""
22763 #: builtins.cc:1335
22764 #, gcc-internal-format
22765 msgid "invalid third argument to %<__builtin_prefetch%>; using zero"
22766 msgstr ""
22768 #: builtins.cc:4042 gimple-fold.cc:2523 gimple-ssa-warn-access.cc:2553
22769 #: tree-ssa-strlen.cc:3188
22770 #, gcc-internal-format
22771 msgid "%qD specified bound %E equals destination size"
22772 msgstr ""
22774 #: builtins.cc:5147 gimplify.cc:3647
22775 #, gcc-internal-format
22776 msgid "too few arguments to function %<va_start%>"
22777 msgstr ""
22779 #: builtins.cc:5247
22780 #, gcc-internal-format
22781 msgid "invalid argument to %qD"
22782 msgstr ""
22784 #: builtins.cc:5260
22785 #, gcc-internal-format
22786 msgid "unsupported argument to %qD"
22787 msgstr ""
22789 #. Warn since no effort is made to ensure that any frame
22790 #. beyond the current one exists or can be safely reached.
22791 #: builtins.cc:5268
22792 #, gcc-internal-format
22793 msgid "calling %qD with a nonzero argument is unsafe"
22794 msgstr ""
22796 #: builtins.cc:5620
22797 #, gcc-internal-format
22798 msgid "both arguments to %<__builtin___clear_cache%> must be pointers"
22799 msgstr ""
22801 #: builtins.cc:5710
22802 #, gcc-internal-format
22803 msgid "trampoline generated for nested function %qD"
22804 msgstr ""
22806 #: builtins.cc:6084 builtins.cc:6097
22807 #, gcc-internal-format
22808 msgid "%qD changed semantics in GCC 4.4"
22809 msgstr ""
22811 #: builtins.cc:6867
22812 #, gcc-internal-format
22813 msgid "non-constant argument 1 to %qs"
22814 msgstr ""
22816 #: builtins.cc:6909
22817 #, gcc-internal-format
22818 msgid "non-integer argument 1 to %qs"
22819 msgstr ""
22821 #: builtins.cc:6973
22822 #, gcc-internal-format
22823 msgid "%<__builtin_thread_pointer%> is not supported on this target"
22824 msgstr ""
22826 #: builtins.cc:6993
22827 #, gcc-internal-format
22828 msgid "%<__builtin_set_thread_pointer%> is not supported on this target"
22829 msgstr ""
22831 #: builtins.cc:7052
22832 #, gcc-internal-format
22833 msgid "%qs only supported in OpenACC code"
22834 msgstr ""
22836 #: builtins.cc:7059
22837 #, gcc-internal-format
22838 msgid "non-constant argument 0 to %qs"
22839 msgstr ""
22841 #: builtins.cc:7071
22842 #, gcc-internal-format
22843 msgid "illegal argument 0 to %qs"
22844 msgstr ""
22846 #. All valid uses of __builtin_va_arg_pack () are removed during
22847 #. inlining.
22848 #: builtins.cc:7581 expr.cc:11830
22849 #, gcc-internal-format
22850 msgid "invalid use of %<__builtin_va_arg_pack ()%>"
22851 msgstr ""
22853 #. All valid uses of __builtin_va_arg_pack_len () are removed during
22854 #. inlining.
22855 #: builtins.cc:7587
22856 #, gcc-internal-format
22857 msgid "invalid use of %<__builtin_va_arg_pack_len ()%>"
22858 msgstr ""
22860 #: builtins.cc:7855
22861 #, gcc-internal-format
22862 msgid "%<__builtin_longjmp%> second argument must be 1"
22863 msgstr ""
22865 #: builtins.cc:8751
22866 #, gcc-internal-format
22867 msgid "target format does not support infinity"
22868 msgstr ""
22870 #: builtins.cc:10397
22871 #, gcc-internal-format
22872 msgid "%<va_start%> used in function with fixed arguments"
22873 msgstr ""
22875 #: builtins.cc:10405
22876 #, gcc-internal-format
22877 msgid "wrong number of arguments to function %<va_start%>"
22878 msgstr ""
22880 #: builtins.cc:10420
22881 #, gcc-internal-format
22882 msgid "%<__builtin_next_arg%> called without an argument"
22883 msgstr ""
22885 #: builtins.cc:10425
22886 #, gcc-internal-format
22887 msgid "wrong number of arguments to function %<__builtin_next_arg%>"
22888 msgstr ""
22890 #: builtins.cc:10458
22891 #, gcc-internal-format
22892 msgid "second parameter of %<va_start%> not last named argument"
22893 msgstr ""
22895 #: builtins.cc:10471
22896 #, gcc-internal-format
22897 msgid "undefined behavior when second parameter of %<va_start%> is declared with %<register%> storage"
22898 msgstr ""
22900 #: builtins.cc:10500
22901 #, gcc-internal-format
22902 msgid "first argument of %qD must be a pointer, second integer constant"
22903 msgstr ""
22905 #: builtins.cc:10513
22906 #, gcc-internal-format
22907 msgid "last argument of %qD is not integer constant between 0 and 3"
22908 msgstr ""
22910 #: calls.cc:1245
22911 #, gcc-internal-format, gfc-internal-format
22912 msgid "cannot tail-call: %s"
22913 msgstr "nije moguće tail-call: %s"
22915 #: calls.cc:2761
22916 #, gcc-internal-format
22917 msgid "function call has aggregate value"
22918 msgstr ""
22920 #: calls.cc:3490
22921 #, gcc-internal-format
22922 msgid "passing too large argument on stack"
22923 msgstr ""
22925 #: cfganal.cc:173
22926 #, gcc-internal-format
22927 msgid "%<verify_marked_backedges%> failed"
22928 msgstr ""
22930 #: cfgexpand.cc:1816
22931 #, gcc-internal-format
22932 msgid "total size of local objects is too large"
22933 msgstr ""
22935 #: cfgexpand.cc:1819 function.cc:1014 varasm.cc:2330
22936 #, gcc-internal-format
22937 msgid "size of variable %q+D is too large"
22938 msgstr ""
22940 #: cfgexpand.cc:1831
22941 #, gcc-internal-format
22942 msgid "cannot allocate stack for variable %q+D, naked function"
22943 msgstr ""
22945 #: cfgexpand.cc:2923
22946 #, gcc-internal-format
22947 msgid "too many alternatives in %<asm%>"
22948 msgstr ""
22950 #: cfgexpand.cc:2930
22951 #, gcc-internal-format
22952 msgid "operand constraints for %<asm%> differ in number of alternatives"
22953 msgstr ""
22955 #: cfgexpand.cc:2952
22956 #, gcc-internal-format
22957 msgid "%<asm%> specifier for variable %qE conflicts with %<asm%> clobber list"
22958 msgstr ""
22960 #. ??? Diagnose during gimplification?
22961 #: cfgexpand.cc:2983
22962 #, gcc-internal-format
22963 msgid "PIC register clobbered by %qs in %<asm%>"
22964 msgstr ""
22966 #. ??? Diagnose during gimplification?
22967 #: cfgexpand.cc:2990
22968 #, gcc-internal-format
22969 msgid "the register %qs cannot be clobbered in %<asm%> for the current target"
22970 msgstr ""
22972 #: cfgexpand.cc:3003
22973 #, gcc-internal-format
22974 msgid "listing the stack pointer register %qs in a clobber list is deprecated"
22975 msgstr ""
22977 #: cfgexpand.cc:3005
22978 #, gcc-internal-format
22979 msgid "the value of the stack pointer after an %<asm%> statement must be the same as it was before the statement"
22980 msgstr "vrijednost pokazivača stȏga nakon naredbe %<asm%> mora biti ista kao prije naredbe"
22982 #: cfgexpand.cc:3075
22983 #, gcc-internal-format
22984 msgid "more than %d operands in %<asm%>"
22985 msgstr ""
22987 #. ??? Diagnose during gimplification?
22988 #: cfgexpand.cc:3128
22989 #, gcc-internal-format
22990 msgid "unknown register name %qs in %<asm%>"
22991 msgstr ""
22993 #: cfgexpand.cc:3194
22994 #, gcc-internal-format
22995 msgid "invalid hard register usage between output operands"
22996 msgstr ""
22998 #: cfgexpand.cc:3221
22999 #, gcc-internal-format
23000 msgid "invalid hard register usage between output operand and matching constraint operand"
23001 msgstr ""
23003 #: cfgexpand.cc:3229
23004 #, gcc-internal-format
23005 msgid "invalid hard register usage between earlyclobber operand and input operand"
23006 msgstr ""
23008 #: cfgexpand.cc:3314
23009 #, gcc-internal-format, gfc-internal-format
23010 msgid "output number %d not directly addressable"
23011 msgstr ""
23013 #: cfgexpand.cc:3410
23014 #, gcc-internal-format
23015 msgid "%<asm%> operand %d probably does not match constraints"
23016 msgstr ""
23018 #: cfgexpand.cc:3595
23019 #, gcc-internal-format
23020 msgid "%<asm%> clobber conflict with output operand"
23021 msgstr ""
23023 #: cfgexpand.cc:3600
23024 #, gcc-internal-format
23025 msgid "%<asm%> clobber conflict with input operand"
23026 msgstr ""
23028 #: cfgexpand.cc:6694
23029 #, gcc-internal-format
23030 msgid "stack protector not protecting local variables: variable length buffer"
23031 msgstr ""
23033 #: cfgexpand.cc:6698
23034 #, gcc-internal-format, gfc-internal-format
23035 msgid "stack protector not protecting function: all local arrays are less than %d bytes long"
23036 msgstr ""
23038 #: cfgexpand.cc:6987
23039 #, gcc-internal-format
23040 msgid "patchable function entry %wu exceeds size %wu"
23041 msgstr ""
23043 #: cfghooks.cc:120
23044 #, gcc-internal-format, gfc-internal-format
23045 msgid "bb %d on wrong place"
23046 msgstr ""
23048 #: cfghooks.cc:126
23049 #, gcc-internal-format, gfc-internal-format
23050 msgid "prev_bb of %d should be %d, not %d"
23051 msgstr ""
23053 #: cfghooks.cc:143
23054 #, gcc-internal-format, gfc-internal-format
23055 msgid "verify_flow_info: Block %i has loop_father, but there are no loops"
23056 msgstr ""
23058 #: cfghooks.cc:149
23059 #, gcc-internal-format, gfc-internal-format
23060 msgid "verify_flow_info: Block %i lacks loop_father"
23061 msgstr ""
23063 #: cfghooks.cc:155
23064 #, gcc-internal-format, gfc-internal-format
23065 msgid "verify_flow_info: Wrong count of block %i"
23066 msgstr ""
23068 #: cfghooks.cc:163
23069 #, gcc-internal-format, gfc-internal-format
23070 msgid "verify_flow_info: Missing count of block %i"
23071 msgstr ""
23073 #: cfghooks.cc:169
23074 #, gcc-internal-format, gfc-internal-format
23075 msgid "verify_flow_info: unallocated flag set on BB %d"
23076 msgstr ""
23078 #: cfghooks.cc:177
23079 #, gcc-internal-format, gfc-internal-format
23080 msgid "verify_flow_info: Duplicate edge %i->%i"
23081 msgstr ""
23083 #: cfghooks.cc:186
23084 #, gcc-internal-format, gfc-internal-format
23085 msgid "Uninitialized probability of edge %i->%i"
23086 msgstr ""
23088 #: cfghooks.cc:192
23089 #, gcc-internal-format, gfc-internal-format
23090 msgid "verify_flow_info: Wrong probability of edge %i->%i"
23091 msgstr ""
23093 #: cfghooks.cc:204
23094 #, gcc-internal-format, gfc-internal-format
23095 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
23096 msgstr ""
23098 #: cfghooks.cc:216
23099 #, gcc-internal-format, gfc-internal-format
23100 msgid "verify_flow_info: unallocated edge flag set on %d -> %d"
23101 msgstr ""
23103 #: cfghooks.cc:225
23104 #, gcc-internal-format, gfc-internal-format
23105 msgid "wrong amount of branch edges after unconditional jump %i"
23106 msgstr ""
23108 #: cfghooks.cc:233 cfghooks.cc:244
23109 #, gcc-internal-format, gfc-internal-format
23110 msgid "basic block %d pred edge is corrupted"
23111 msgstr ""
23113 #: cfghooks.cc:245
23114 #, gcc-internal-format, gfc-internal-format
23115 msgid "its dest_idx should be %d, not %d"
23116 msgstr ""
23118 #: cfghooks.cc:274
23119 #, gcc-internal-format, gfc-internal-format
23120 msgid "basic block %i edge lists are corrupted"
23121 msgstr ""
23123 #: cfghooks.cc:285
23124 #, gcc-internal-format
23125 msgid "verify_flow_info failed"
23126 msgstr ""
23128 #: cfghooks.cc:343
23129 #, gcc-internal-format, gfc-internal-format
23130 msgid "%s does not support dump_bb_for_graph"
23131 msgstr ""
23133 #: cfghooks.cc:386
23134 #, gcc-internal-format, gfc-internal-format
23135 msgid "%s does not support redirect_edge_and_branch"
23136 msgstr ""
23138 #: cfghooks.cc:406
23139 #, gcc-internal-format, gfc-internal-format
23140 msgid "%s does not support can_remove_branch_p"
23141 msgstr ""
23143 #: cfghooks.cc:500
23144 #, gcc-internal-format, gfc-internal-format
23145 msgid "%s does not support redirect_edge_and_branch_force"
23146 msgstr ""
23148 #: cfghooks.cc:538
23149 #, gcc-internal-format, gfc-internal-format
23150 msgid "%s does not support split_block"
23151 msgstr ""
23153 #: cfghooks.cc:603
23154 #, gcc-internal-format, gfc-internal-format
23155 msgid "%s does not support move_block_after"
23156 msgstr ""
23158 #: cfghooks.cc:616
23159 #, gcc-internal-format, gfc-internal-format
23160 msgid "%s does not support delete_basic_block"
23161 msgstr ""
23163 #: cfghooks.cc:663
23164 #, gcc-internal-format, gfc-internal-format
23165 msgid "%s does not support split_edge"
23166 msgstr ""
23168 #: cfghooks.cc:741
23169 #, gcc-internal-format, gfc-internal-format
23170 msgid "%s does not support create_basic_block"
23171 msgstr ""
23173 #: cfghooks.cc:782
23174 #, gcc-internal-format, gfc-internal-format
23175 msgid "%s does not support can_merge_blocks_p"
23176 msgstr ""
23178 #: cfghooks.cc:793
23179 #, gcc-internal-format, gfc-internal-format
23180 msgid "%s does not support predict_edge"
23181 msgstr ""
23183 #: cfghooks.cc:802
23184 #, gcc-internal-format, gfc-internal-format
23185 msgid "%s does not support predicted_by_p"
23186 msgstr ""
23188 #: cfghooks.cc:816
23189 #, gcc-internal-format, gfc-internal-format
23190 msgid "%s does not support merge_blocks"
23191 msgstr ""
23193 #: cfghooks.cc:897
23194 #, gcc-internal-format, gfc-internal-format
23195 msgid "%s does not support make_forwarder_block"
23196 msgstr ""
23198 #: cfghooks.cc:1046
23199 #, gcc-internal-format, gfc-internal-format
23200 msgid "%s does not support force_nonfallthru"
23201 msgstr ""
23203 #: cfghooks.cc:1080
23204 #, gcc-internal-format, gfc-internal-format
23205 msgid "%s does not support can_duplicate_block_p"
23206 msgstr ""
23208 #: cfghooks.cc:1109
23209 #, gcc-internal-format, gfc-internal-format
23210 msgid "%s does not support duplicate_block"
23211 msgstr ""
23213 #: cfghooks.cc:1184
23214 #, gcc-internal-format, gfc-internal-format
23215 msgid "%s does not support block_ends_with_call_p"
23216 msgstr ""
23218 #: cfghooks.cc:1195
23219 #, gcc-internal-format, gfc-internal-format
23220 msgid "%s does not support block_ends_with_condjump_p"
23221 msgstr ""
23223 #: cfghooks.cc:1213
23224 #, gcc-internal-format, gfc-internal-format
23225 msgid "%s does not support flow_call_edges_add"
23226 msgstr ""
23228 #: cfgloop.cc:1411
23229 #, gcc-internal-format
23230 msgid "loop verification on loop tree that needs fixup"
23231 msgstr ""
23233 #: cfgloop.cc:1427
23234 #, gcc-internal-format
23235 msgid "corrupt loop tree root"
23236 msgstr ""
23238 #: cfgloop.cc:1437
23239 #, gcc-internal-format, gfc-internal-format
23240 msgid "loop with header %d marked for removal"
23241 msgstr ""
23243 #: cfgloop.cc:1442
23244 #, gcc-internal-format, gfc-internal-format
23245 msgid "loop with header %d not in loop tree"
23246 msgstr ""
23248 #: cfgloop.cc:1448
23249 #, gcc-internal-format, gfc-internal-format
23250 msgid "non-loop with header %d not marked for removal"
23251 msgstr ""
23253 #: cfgloop.cc:1462
23254 #, gcc-internal-format, gfc-internal-format
23255 msgid "removed loop %d in loop tree"
23256 msgstr ""
23258 #: cfgloop.cc:1470
23259 #, gcc-internal-format, gfc-internal-format
23260 msgid "size of loop %d should be %d, not %d"
23261 msgstr ""
23263 #: cfgloop.cc:1481
23264 #, gcc-internal-format, gfc-internal-format
23265 msgid "bb %d does not belong to loop %d"
23266 msgstr ""
23268 #: cfgloop.cc:1493
23269 #, gcc-internal-format, gfc-internal-format
23270 msgid "bb %d has father loop %d, should be loop %d"
23271 msgstr ""
23273 #: cfgloop.cc:1509
23274 #, gcc-internal-format
23275 msgid "loop %d%'s header is not a loop header"
23276 msgstr ""
23278 #: cfgloop.cc:1515
23279 #, gcc-internal-format
23280 msgid "loop %d%'s header does not have exactly 2 entries"
23281 msgstr ""
23283 #: cfgloop.cc:1522
23284 #, gcc-internal-format
23285 msgid "loop %d%'s latch does not have an edge to its header"
23286 msgstr ""
23288 #: cfgloop.cc:1527
23289 #, gcc-internal-format
23290 msgid "loop %d%'s latch is not dominated by its header"
23291 msgstr ""
23293 #: cfgloop.cc:1535
23294 #, gcc-internal-format
23295 msgid "loop %d%'s latch does not have exactly 1 successor"
23296 msgstr ""
23298 #: cfgloop.cc:1540
23299 #, gcc-internal-format
23300 msgid "loop %d%'s latch does not have header as successor"
23301 msgstr ""
23303 #: cfgloop.cc:1545
23304 #, gcc-internal-format
23305 msgid "loop %d%'s latch does not belong directly to it"
23306 msgstr ""
23308 #: cfgloop.cc:1551
23309 #, gcc-internal-format
23310 msgid "loop %d%'s header does not belong directly to it"
23311 msgstr ""
23313 #: cfgloop.cc:1561
23314 #, gcc-internal-format
23315 msgid "loop %d%'s latch is marked as part of irreducible region"
23316 msgstr ""
23318 #: cfgloop.cc:1573
23319 #, gcc-internal-format
23320 msgid "loop %d%'s number of iterations %qE references the released SSA name %qE"
23321 msgstr ""
23323 #: cfgloop.cc:1606
23324 #, gcc-internal-format, gfc-internal-format
23325 msgid "basic block %d should be marked irreducible"
23326 msgstr ""
23328 #: cfgloop.cc:1612
23329 #, gcc-internal-format, gfc-internal-format
23330 msgid "basic block %d should not be marked irreducible"
23331 msgstr ""
23333 #: cfgloop.cc:1621
23334 #, gcc-internal-format, gfc-internal-format
23335 msgid "edge from %d to %d should be marked irreducible"
23336 msgstr ""
23338 #: cfgloop.cc:1628
23339 #, gcc-internal-format, gfc-internal-format
23340 msgid "edge from %d to %d should not be marked irreducible"
23341 msgstr ""
23343 #: cfgloop.cc:1642
23344 #, gcc-internal-format, gfc-internal-format
23345 msgid "corrupted head of the exits list of loop %d"
23346 msgstr ""
23348 #: cfgloop.cc:1660
23349 #, gcc-internal-format, gfc-internal-format
23350 msgid "corrupted exits list of loop %d"
23351 msgstr ""
23353 #: cfgloop.cc:1669
23354 #, gcc-internal-format, gfc-internal-format
23355 msgid "nonempty exits list of loop %d, but exits are not recorded"
23356 msgstr ""
23358 #: cfgloop.cc:1696
23359 #, gcc-internal-format, gfc-internal-format
23360 msgid "exit %d->%d not recorded"
23361 msgstr ""
23363 #: cfgloop.cc:1719
23364 #, gcc-internal-format, gfc-internal-format
23365 msgid "wrong list of exited loops for edge %d->%d"
23366 msgstr ""
23368 #: cfgloop.cc:1728
23369 #, gcc-internal-format
23370 msgid "too many loop exits recorded"
23371 msgstr ""
23373 #: cfgloop.cc:1739
23374 #, gcc-internal-format, gfc-internal-format
23375 msgid "%d exits recorded for loop %d (having %d exits)"
23376 msgstr ""
23378 #: cfgrtl.cc:2401
23379 #, gcc-internal-format, gfc-internal-format
23380 msgid "non-cold basic block %d reachable only by paths crossing the cold partition"
23381 msgstr ""
23383 #: cfgrtl.cc:2521
23384 #, gcc-internal-format, gfc-internal-format
23385 msgid "multiple hot/cold transitions found (bb %i)"
23386 msgstr ""
23388 #: cfgrtl.cc:2529
23389 #, gcc-internal-format
23390 msgid "partition found but function partition flag not set"
23391 msgstr ""
23393 #: cfgrtl.cc:2568
23394 #, gcc-internal-format
23395 msgid "verify_flow_info: REG_BR_PROB is set but cfg probability is not"
23396 msgstr ""
23398 #: cfgrtl.cc:2577
23399 #, gcc-internal-format, gfc-internal-format
23400 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
23401 msgstr ""
23403 #: cfgrtl.cc:2599
23404 #, gcc-internal-format
23405 msgid "EDGE_CROSSING incorrectly set across same section"
23406 msgstr ""
23408 #: cfgrtl.cc:2604
23409 #, gcc-internal-format, gfc-internal-format
23410 msgid "fallthru edge crosses section boundary in bb %i"
23411 msgstr ""
23413 #: cfgrtl.cc:2610
23414 #, gcc-internal-format, gfc-internal-format
23415 msgid "EH edge crosses section boundary in bb %i"
23416 msgstr ""
23418 #: cfgrtl.cc:2616
23419 #, gcc-internal-format, gfc-internal-format
23420 msgid "No region crossing jump at section boundary in bb %i"
23421 msgstr ""
23423 #: cfgrtl.cc:2623
23424 #, gcc-internal-format
23425 msgid "EDGE_CROSSING missing across section boundary"
23426 msgstr ""
23428 #: cfgrtl.cc:2653
23429 #, gcc-internal-format, gfc-internal-format
23430 msgid "Region crossing jump across same section in bb %i"
23431 msgstr ""
23433 #: cfgrtl.cc:2660
23434 #, gcc-internal-format, gfc-internal-format
23435 msgid "missing REG_EH_REGION note at the end of bb %i"
23436 msgstr ""
23438 #: cfgrtl.cc:2665
23439 #, gcc-internal-format, gfc-internal-format
23440 msgid "too many exception handling edges in bb %i"
23441 msgstr ""
23443 #: cfgrtl.cc:2673
23444 #, gcc-internal-format, gfc-internal-format
23445 msgid "too many outgoing branch edges from bb %i"
23446 msgstr ""
23448 #: cfgrtl.cc:2678
23449 #, gcc-internal-format, gfc-internal-format
23450 msgid "fallthru edge after unconditional jump in bb %i"
23451 msgstr ""
23453 #: cfgrtl.cc:2683
23454 #, gcc-internal-format, gfc-internal-format
23455 msgid "wrong number of branch edges after unconditional jump in bb %i"
23456 msgstr ""
23458 #: cfgrtl.cc:2690
23459 #, gcc-internal-format, gfc-internal-format
23460 msgid "wrong amount of branch edges after conditional jump in bb %i"
23461 msgstr ""
23463 #: cfgrtl.cc:2696
23464 #, gcc-internal-format, gfc-internal-format
23465 msgid "abnormal call edges for non-call insn in bb %i"
23466 msgstr ""
23468 #: cfgrtl.cc:2701
23469 #, gcc-internal-format, gfc-internal-format
23470 msgid "sibcall edges for non-call insn in bb %i"
23471 msgstr ""
23473 #: cfgrtl.cc:2711
23474 #, gcc-internal-format, gfc-internal-format
23475 msgid "abnormal edges for no purpose in bb %i"
23476 msgstr ""
23478 #: cfgrtl.cc:2722
23479 #, gcc-internal-format, gfc-internal-format
23480 msgid "EH incoming edge mixed with non-EH incoming edges in bb %i"
23481 msgstr ""
23483 #: cfgrtl.cc:2763 cfgrtl.cc:2773
23484 #, gcc-internal-format, gfc-internal-format
23485 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
23486 msgstr ""
23488 #: cfgrtl.cc:2786
23489 #, gcc-internal-format, gfc-internal-format
23490 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
23491 msgstr ""
23493 #: cfgrtl.cc:2796
23494 #, gcc-internal-format, gfc-internal-format
23495 msgid "in basic block %d:"
23496 msgstr ""
23498 #: cfgrtl.cc:2822
23499 #, gcc-internal-format, gfc-internal-format
23500 msgid "BB_RTL flag not set for block %d"
23501 msgstr ""
23503 #: cfgrtl.cc:2829
23504 #, gcc-internal-format, gfc-internal-format
23505 msgid "insn %d basic block pointer is %d, should be %d"
23506 msgstr ""
23508 #: cfgrtl.cc:2840
23509 #, gcc-internal-format, gfc-internal-format
23510 msgid "insn %d in header of bb %d has non-NULL basic block"
23511 msgstr ""
23513 #: cfgrtl.cc:2848
23514 #, gcc-internal-format, gfc-internal-format
23515 msgid "insn %d in footer of bb %d has non-NULL basic block"
23516 msgstr ""
23518 #: cfgrtl.cc:2921 cfgrtl.cc:2969
23519 #, gcc-internal-format, gfc-internal-format
23520 msgid "insn %d outside of basic blocks has non-NULL bb field"
23521 msgstr ""
23523 #: cfgrtl.cc:2929
23524 #, gcc-internal-format, gfc-internal-format
23525 msgid "end insn %d for block %d not found in the insn stream"
23526 msgstr ""
23528 #: cfgrtl.cc:2942
23529 #, gcc-internal-format, gfc-internal-format
23530 msgid "insn %d is in multiple basic blocks (%d and %d)"
23531 msgstr ""
23533 #: cfgrtl.cc:2954
23534 #, gcc-internal-format, gfc-internal-format
23535 msgid "head insn %d for block %d not found in the insn stream"
23536 msgstr ""
23538 #: cfgrtl.cc:3002
23539 #, gcc-internal-format, gfc-internal-format
23540 msgid "missing barrier after block %i"
23541 msgstr ""
23543 #: cfgrtl.cc:3018
23544 #, gcc-internal-format, gfc-internal-format
23545 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
23546 msgstr ""
23548 #: cfgrtl.cc:3027
23549 #, gcc-internal-format, gfc-internal-format
23550 msgid "verify_flow_info: Incorrect fallthru %i->%i"
23551 msgstr ""
23553 #: cfgrtl.cc:3029
23554 #, gcc-internal-format
23555 msgid "wrong insn in the fallthru edge"
23556 msgstr ""
23558 #: cfgrtl.cc:3063
23559 #, gcc-internal-format
23560 msgid "basic blocks not laid down consecutively"
23561 msgstr ""
23563 #: cfgrtl.cc:3102
23564 #, gcc-internal-format, gfc-internal-format
23565 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
23566 msgstr ""
23568 #: cgraph.cc:3207
23569 #, gcc-internal-format
23570 msgid "caller edge count invalid"
23571 msgstr ""
23573 #: cgraph.cc:3305
23574 #, gcc-internal-format
23575 msgid "missing indirect call in speculative call sequence"
23576 msgstr ""
23578 #: cgraph.cc:3310
23579 #, gcc-internal-format
23580 msgid "indirect call in speculative call sequence has no speculative flag"
23581 msgstr ""
23583 #: cgraph.cc:3340
23584 #, gcc-internal-format
23585 msgid "speculative edges are not adjacent"
23586 msgstr ""
23588 #: cgraph.cc:3346
23589 #, gcc-internal-format, gfc-internal-format
23590 msgid "direct call to %s in speculative call sequence has no speculative flag"
23591 msgstr ""
23593 #: cgraph.cc:3352 cgraph.cc:3382
23594 #, gcc-internal-format, gfc-internal-format
23595 msgid "direct call to %s in speculative call sequence has speculative_id %i out of range"
23596 msgstr ""
23598 #: cgraph.cc:3359
23599 #, gcc-internal-format, gfc-internal-format
23600 msgid "duplicate direct call to %s in speculative call sequence with speculative_id %i"
23601 msgstr ""
23603 #: cgraph.cc:3370
23604 #, gcc-internal-format
23605 msgid "call stmt hash does not point to first direct edge of speculative call sequence"
23606 msgstr ""
23608 #: cgraph.cc:3389
23609 #, gcc-internal-format, gfc-internal-format
23610 msgid "duplicate reference %s in speculative call sequence with speculative_id %i"
23611 msgstr ""
23613 #: cgraph.cc:3402
23614 #, gcc-internal-format, gfc-internal-format
23615 msgid "missing direct call for speculation %i"
23616 msgstr ""
23618 #: cgraph.cc:3407
23619 #, gcc-internal-format, gfc-internal-format
23620 msgid "missing ref for speculation %i"
23621 msgstr ""
23623 #: cgraph.cc:3416
23624 #, gcc-internal-format, gfc-internal-format
23625 msgid "number of speculative targets %i mismatched with num_speculative_call_targets %i"
23626 msgstr ""
23628 #: cgraph.cc:3445
23629 #, gcc-internal-format, gfc-internal-format
23630 msgid "aux field set for edge %s->%s"
23631 msgstr ""
23633 #: cgraph.cc:3452
23634 #, gcc-internal-format
23635 msgid "cgraph count invalid"
23636 msgstr ""
23638 #: cgraph.cc:3457
23639 #, gcc-internal-format
23640 msgid "inline clone in same comdat group list"
23641 msgstr ""
23643 #: cgraph.cc:3462
23644 #, gcc-internal-format
23645 msgid "inline clone count is not compatible"
23646 msgstr ""
23648 #: cgraph.cc:3469
23649 #, gcc-internal-format
23650 msgid "tp_first_run must be non-negative"
23651 msgstr ""
23653 #: cgraph.cc:3474
23654 #, gcc-internal-format
23655 msgid "local symbols must be defined"
23656 msgstr ""
23658 #: cgraph.cc:3479
23659 #, gcc-internal-format
23660 msgid "externally visible inline clone"
23661 msgstr ""
23663 #: cgraph.cc:3484
23664 #, gcc-internal-format
23665 msgid "inline clone with address taken"
23666 msgstr ""
23668 #: cgraph.cc:3489
23669 #, gcc-internal-format
23670 msgid "inline clone is forced to output"
23671 msgstr ""
23673 #: cgraph.cc:3496
23674 #, gcc-internal-format
23675 msgid "calls_comdat_local is set outside of a comdat group"
23676 msgstr ""
23678 #: cgraph.cc:3501
23679 #, gcc-internal-format
23680 msgid "invalid calls_comdat_local flag"
23681 msgstr ""
23683 #: cgraph.cc:3508
23684 #, gcc-internal-format
23685 msgid "malloc attribute should be used for a function that returns a pointer"
23686 msgstr ""
23688 #: cgraph.cc:3520
23689 #, gcc-internal-format
23690 msgid "semantic interposition mismatch"
23691 msgstr ""
23693 #: cgraph.cc:3527
23694 #, gcc-internal-format, gfc-internal-format
23695 msgid "aux field set for indirect edge from %s"
23696 msgstr ""
23698 #: cgraph.cc:3533 cgraph.cc:3593
23699 #, gcc-internal-format
23700 msgid "edge count is not compatible with function count"
23701 msgstr ""
23703 #: cgraph.cc:3541
23704 #, gcc-internal-format, gfc-internal-format
23705 msgid "An indirect edge from %s is not marked as indirect or has associated indirect_info, the corresponding statement is: "
23706 msgstr ""
23708 #: cgraph.cc:3549 cgraph.cc:3622
23709 #, gcc-internal-format
23710 msgid "edge has both call_stmt and lto_stmt_uid set"
23711 msgstr ""
23713 #: cgraph.cc:3561
23714 #, gcc-internal-format, gfc-internal-format
23715 msgid "comdat-local function called by %s outside its comdat"
23716 msgstr ""
23718 #: cgraph.cc:3571
23719 #, gcc-internal-format
23720 msgid "inlined_to pointer is wrong"
23721 msgstr ""
23723 #: cgraph.cc:3576
23724 #, gcc-internal-format
23725 msgid "multiple inline callers"
23726 msgstr ""
23728 #: cgraph.cc:3583
23729 #, gcc-internal-format
23730 msgid "inlined_to pointer set for noninline callers"
23731 msgstr ""
23733 #: cgraph.cc:3612
23734 #, gcc-internal-format
23735 msgid "caller edge count does not match BB count"
23736 msgstr ""
23738 #: cgraph.cc:3643
23739 #, gcc-internal-format
23740 msgid "indirect call count does not match BB count"
23741 msgstr ""
23743 #: cgraph.cc:3660
23744 #, gcc-internal-format
23745 msgid "reference has both stmt and lto_stmt_uid set"
23746 msgstr ""
23748 #: cgraph.cc:3671
23749 #, gcc-internal-format
23750 msgid "inlined_to pointer is set but no predecessors found"
23751 msgstr ""
23753 #: cgraph.cc:3676
23754 #, gcc-internal-format
23755 msgid "inlined_to pointer refers to itself"
23756 msgstr ""
23758 #: cgraph.cc:3687
23759 #, gcc-internal-format
23760 msgid "cgraph_node has wrong clone_of"
23761 msgstr ""
23763 #: cgraph.cc:3700
23764 #, gcc-internal-format
23765 msgid "cgraph_node has wrong clone list"
23766 msgstr ""
23768 #: cgraph.cc:3706
23769 #, gcc-internal-format
23770 msgid "cgraph_node is in clone list but it is not clone"
23771 msgstr ""
23773 #: cgraph.cc:3711
23774 #, gcc-internal-format
23775 msgid "cgraph_node has wrong prev_clone pointer"
23776 msgstr ""
23778 #: cgraph.cc:3716
23779 #, gcc-internal-format
23780 msgid "double linked list of clones corrupted"
23781 msgstr ""
23783 #: cgraph.cc:3728
23784 #, gcc-internal-format
23785 msgid "Alias has call edges"
23786 msgstr ""
23788 #: cgraph.cc:3734
23789 #, gcc-internal-format
23790 msgid "Alias has non-alias reference"
23791 msgstr ""
23793 #: cgraph.cc:3739
23794 #, gcc-internal-format
23795 msgid "Alias has more than one alias reference"
23796 msgstr ""
23798 #: cgraph.cc:3746
23799 #, gcc-internal-format
23800 msgid "Analyzed alias has no reference"
23801 msgstr ""
23803 #: cgraph.cc:3755
23804 #, gcc-internal-format
23805 msgid "No edge out of thunk node"
23806 msgstr ""
23808 #: cgraph.cc:3760
23809 #, gcc-internal-format
23810 msgid "More than one edge out of thunk node"
23811 msgstr ""
23813 #: cgraph.cc:3765
23814 #, gcc-internal-format
23815 msgid "Thunk is not supposed to have body"
23816 msgstr ""
23818 #: cgraph.cc:3801
23819 #, gcc-internal-format
23820 msgid "shared call_stmt:"
23821 msgstr ""
23823 #: cgraph.cc:3809
23824 #, gcc-internal-format
23825 msgid "edge points to wrong declaration:"
23826 msgstr ""
23828 #: cgraph.cc:3818
23829 #, gcc-internal-format
23830 msgid "an indirect edge with unknown callee corresponding to a call_stmt with a known declaration:"
23831 msgstr ""
23833 #: cgraph.cc:3828
23834 #, gcc-internal-format
23835 msgid "missing callgraph edge for call stmt:"
23836 msgstr ""
23838 #: cgraph.cc:3838
23839 #, gcc-internal-format
23840 msgid "reference to dead statement"
23841 msgstr ""
23843 #: cgraph.cc:3851
23844 #, gcc-internal-format, gfc-internal-format
23845 msgid "edge %s->%s has no corresponding call_stmt"
23846 msgstr ""
23848 #: cgraph.cc:3863
23849 #, gcc-internal-format, gfc-internal-format
23850 msgid "an indirect edge from %s has no corresponding call_stmt"
23851 msgstr ""
23853 #: cgraph.cc:3882 cgraph.cc:3895
23854 #, gcc-internal-format
23855 msgid "missing origin for a node in a nested list"
23856 msgstr ""
23858 #: cgraph.cc:3887
23859 #, gcc-internal-format
23860 msgid "origin points to a different parent"
23861 msgstr ""
23863 #: cgraph.cc:3903
23864 #, gcc-internal-format
23865 msgid "verify_cgraph_node failed"
23866 msgstr ""
23868 #: cgraph.cc:4025 varpool.cc:304
23869 #, gcc-internal-format, gfc-internal-format
23870 msgid "%s: section %s.%d is missing"
23871 msgstr ""
23873 #: cgraphunit.cc:752
23874 #, gcc-internal-format
23875 msgid "duplicate definition of a symbol version"
23876 msgstr ""
23878 #: cgraphunit.cc:754
23879 #, gcc-internal-format
23880 msgid "same version was previously defined here"
23881 msgstr ""
23883 #: cgraphunit.cc:760
23884 #, gcc-internal-format
23885 msgid "symbol needs to be defined to have a version"
23886 msgstr ""
23888 #: cgraphunit.cc:766
23889 #, gcc-internal-format
23890 msgid "common symbol cannot be versioned"
23891 msgstr ""
23893 #: cgraphunit.cc:772
23894 #, gcc-internal-format
23895 msgid "comdat symbol cannot be versioned"
23896 msgstr ""
23898 #: cgraphunit.cc:778
23899 #, gcc-internal-format
23900 msgid "%<weakref%> cannot be versioned"
23901 msgstr ""
23903 #: cgraphunit.cc:784
23904 #, gcc-internal-format
23905 msgid "versioned symbol must be public"
23906 msgstr ""
23908 #: cgraphunit.cc:790
23909 #, gcc-internal-format
23910 msgid "versioned symbol must have default visibility"
23911 msgstr ""
23913 #: cgraphunit.cc:823
23914 #, gcc-internal-format
23915 msgid "%<weakref%> attribute should be accompanied with an %<alias%> attribute"
23916 msgstr ""
23918 #: cgraphunit.cc:878
23919 #, gcc-internal-format
23920 msgid "%<flatten%> attribute is ignored on aliases"
23921 msgstr ""
23923 #: cgraphunit.cc:886 cgraphunit.cc:937
23924 #, gcc-internal-format
23925 msgid "%<externally_visible%> attribute have effect only on public objects"
23926 msgstr ""
23928 #: cgraphunit.cc:897
23929 #, gcc-internal-format
23930 msgid "%<weakref%> attribute ignored because function is defined"
23931 msgstr ""
23933 #: cgraphunit.cc:912
23934 #, gcc-internal-format
23935 msgid "%<alias%> attribute ignored because function is defined"
23936 msgstr ""
23938 #: cgraphunit.cc:920
23939 #, gcc-internal-format
23940 msgid "%<always_inline%> function might not be inlinable"
23941 msgstr ""
23943 #: cgraphunit.cc:945
23944 #, gcc-internal-format
23945 msgid "%<weakref%> attribute ignored because variable is initialized"
23946 msgstr ""
23948 #. include_self=
23949 #. TODO: Add OPT_Wundefined-inline.
23950 #: cgraphunit.cc:1094 c/c-decl.cc:12844
23951 #, gcc-internal-format
23952 msgid "%q+F used but never defined"
23953 msgstr ""
23955 #: cgraphunit.cc:1096 c/c-decl.cc:12854
23956 #, gcc-internal-format
23957 msgid "%q+F declared %<static%> but never defined"
23958 msgstr ""
23960 #: cgraphunit.cc:1140
23961 #, gcc-internal-format
23962 msgid "%qD defined but not used"
23963 msgstr ""
23965 #: cgraphunit.cc:1475
23966 #, gcc-internal-format
23967 msgid "%<ifunc%> resolver for %qD must return %qT"
23968 msgstr ""
23970 #: cgraphunit.cc:1478 cgraphunit.cc:1501
23971 #, gcc-internal-format
23972 msgid "resolver indirect function declared here"
23973 msgstr ""
23975 #: cgraphunit.cc:1498
23976 #, gcc-internal-format
23977 msgid "%<ifunc%> resolver for %qD should return %qT"
23978 msgstr ""
23980 #: cgraphunit.cc:1508
23981 #, gcc-internal-format
23982 msgid "%qD alias between functions of incompatible types %qT and %qT"
23983 msgstr ""
23985 #: cgraphunit.cc:1511 cgraphunit.cc:1593
23986 #, gcc-internal-format
23987 msgid "aliased declaration here"
23988 msgstr ""
23990 #: cgraphunit.cc:1549 c-family/c-pragma.cc:347
23991 #, gcc-internal-format
23992 msgid "%q+D aliased to undefined symbol %qE"
23993 msgstr ""
23995 #: cgraphunit.cc:1565
23996 #, gcc-internal-format
23997 msgid "%q+D aliased to external symbol %qE"
23998 msgstr ""
24000 #: cgraphunit.cc:1590
24001 #, gcc-internal-format
24002 msgid "%q+D alias between function and variable is not supported"
24003 msgstr ""
24005 #: cgraphunit.cc:1664
24006 #, gcc-internal-format
24007 msgid "failed to reclaim unneeded function"
24008 msgstr ""
24010 #: cgraphunit.cc:1692
24011 #, gcc-internal-format
24012 msgid "failed to reclaim unneeded function in same comdat group"
24013 msgstr ""
24015 #: cgraphunit.cc:1868
24016 #, gcc-internal-format
24017 msgid "size of return value of %q+D is %u bytes"
24018 msgstr ""
24020 #: cgraphunit.cc:1872
24021 #, gcc-internal-format
24022 msgid "size of return value of %q+D is larger than %wu bytes"
24023 msgstr ""
24025 #: cgraphunit.cc:2434
24026 #, gcc-internal-format
24027 msgid "nodes with unreleased memory found"
24028 msgstr ""
24030 #: collect-utils.cc:106
24031 #, gcc-internal-format
24032 msgid "cannot get program status: %m"
24033 msgstr "nije moguće dobiti stanje programa: %m"
24035 #: collect-utils.cc:120
24036 #, gcc-internal-format, gfc-internal-format
24037 msgid "%s terminated with signal %d [%s]%s"
24038 msgstr ""
24040 #: collect-utils.cc:136
24041 #, gcc-internal-format, gfc-internal-format
24042 msgid "%s returned %d exit status"
24043 msgstr ""
24045 #: collect-utils.cc:175
24046 #, gcc-internal-format, gfc-internal-format
24047 msgid "could not open response file %s"
24048 msgstr ""
24050 #: collect-utils.cc:181
24051 #, gcc-internal-format, gfc-internal-format
24052 msgid "could not write to response file %s"
24053 msgstr ""
24055 #: collect-utils.cc:187
24056 #, gcc-internal-format, gfc-internal-format
24057 msgid "could not close response file %s"
24058 msgstr ""
24060 #: collect-utils.cc:221
24061 #, gcc-internal-format
24062 msgid "cannot find %qs"
24063 msgstr "nije moguće naći %qs"
24065 #: collect-utils.cc:225 collect2.cc:2385 collect2.cc:2555 gcc.cc:3405
24066 #: gcc.cc:7681
24067 #, gcc-internal-format
24068 msgid "%<pex_init%> failed: %m"
24069 msgstr "%<pex_init%> nije uspio: %m"
24071 #: collect-utils.cc:234 collect2.cc:2394 collect2.cc:2563 gcc.cc:2689
24072 #, gcc-internal-format
24073 msgid "%s: %m"
24074 msgstr "%s: %m"
24076 #: collect2.cc:613
24077 #, gcc-internal-format
24078 msgid "environment variable %<COLLECT_LTO_WRAPPER%> must be set"
24079 msgstr "varijabla okoline %<COLLECT_LTO_WRAPPER%> mora imati postavku"
24081 #: collect2.cc:756
24082 #, gcc-internal-format, gfc-internal-format
24083 msgid "ld returned %d exit status"
24084 msgstr ""
24086 #: collect2.cc:913 gcc.cc:8200 config/gcn/mkoffload.cc:827
24087 #: config/nvptx/mkoffload.cc:559
24088 #, gcc-internal-format
24089 msgid "atexit failed"
24090 msgstr "atexit nije uspio"
24092 #: collect2.cc:1043
24093 #, gcc-internal-format
24094 msgid "no arguments"
24095 msgstr ""
24097 #: collect2.cc:1283 opts.cc:1156
24098 #, gcc-internal-format
24099 msgid "LTO support has not been enabled in this configuration"
24100 msgstr ""
24102 #: collect2.cc:1324 graph.cc:55 lto-wrapper.cc:1720 lto-wrapper.cc:1776
24103 #: toplev.cc:1513 objc/objc-act.cc:459
24104 #, gcc-internal-format
24105 msgid "cannot open %s: %m"
24106 msgstr "nije moguće otvoriti %s: %m"
24108 #: collect2.cc:1444
24109 #, gcc-internal-format
24110 msgid "unknown demangling style %qs"
24111 msgstr ""
24113 #: collect2.cc:1546 collect2.cc:1724 collect2.cc:1764
24114 #, gcc-internal-format
24115 msgid "fopen %s: %m"
24116 msgstr ""
24118 #: collect2.cc:1549 collect2.cc:1729 collect2.cc:1767
24119 #, gcc-internal-format
24120 msgid "fclose %s: %m"
24121 msgstr ""
24123 #: collect2.cc:2319 lto-wrapper.cc:1215 lto-wrapper.cc:1230
24124 #: lto/lto-object.cc:148 lto/lto-object.cc:182 lto/lto-object.cc:279
24125 #: lto/lto-object.cc:336 lto/lto-object.cc:360
24126 #, gcc-internal-format, gfc-internal-format
24127 msgid "%s: %s"
24128 msgstr ""
24130 #: collect2.cc:2359
24131 #, gcc-internal-format
24132 msgid "cannot find %<nm%>"
24133 msgstr "nije moguće naći %<nm%>"
24135 #: collect2.cc:2407
24136 #, gcc-internal-format
24137 msgid "cannot open nm output: %m"
24138 msgstr ""
24140 #: collect2.cc:2462
24141 #, gcc-internal-format, gfc-internal-format
24142 msgid "init function found in object %s"
24143 msgstr ""
24145 #: collect2.cc:2473
24146 #, gcc-internal-format, gfc-internal-format
24147 msgid "fini function found in object %s"
24148 msgstr ""
24150 #: collect2.cc:2530
24151 #, gcc-internal-format
24152 msgid "cannot find %<ldd%>"
24153 msgstr "nije moguće naći %<ldd%>"
24155 #: collect2.cc:2576
24156 #, gcc-internal-format
24157 msgid "cannot open ldd output: %m"
24158 msgstr ""
24160 #: collect2.cc:2594
24161 #, gcc-internal-format, gfc-internal-format
24162 msgid "dynamic dependency %s not found"
24163 msgstr ""
24165 #: collect2.cc:2606
24166 #, gcc-internal-format
24167 msgid "unable to open dynamic dependency %qs"
24168 msgstr ""
24170 #: collect2.cc:2758
24171 #, gcc-internal-format, gfc-internal-format
24172 msgid "%s: not a COFF file"
24173 msgstr ""
24175 #: collect2.cc:2917
24176 #, gcc-internal-format, gfc-internal-format
24177 msgid "%s: cannot open as COFF file"
24178 msgstr ""
24180 #: collect2.cc:2976
24181 #, gcc-internal-format, gfc-internal-format
24182 msgid "library lib%s not found"
24183 msgstr ""
24185 #: convert.cc:97
24186 #, gcc-internal-format
24187 msgid "cannot convert to a pointer type"
24188 msgstr ""
24190 #: convert.cc:332
24191 #, gcc-internal-format
24192 msgid "pointer value used where a floating-point was expected"
24193 msgstr ""
24195 #: convert.cc:336
24196 #, gcc-internal-format
24197 msgid "aggregate value used where a floating-point was expected"
24198 msgstr ""
24200 #: convert.cc:479
24201 #, gcc-internal-format
24202 msgid "conversion to incomplete type"
24203 msgstr ""
24205 #: convert.cc:948
24206 #, gcc-internal-format
24207 msgid "cannot convert a vector of type %qT to type %qT which has different size"
24208 msgstr ""
24210 #: convert.cc:956
24211 #, gcc-internal-format
24212 msgid "aggregate value used where an integer was expected"
24213 msgstr ""
24215 #: convert.cc:1044
24216 #, gcc-internal-format
24217 msgid "pointer value used where a complex was expected"
24218 msgstr ""
24220 #: convert.cc:1048
24221 #, gcc-internal-format
24222 msgid "aggregate value used where a complex was expected"
24223 msgstr ""
24225 #: convert.cc:1085
24226 #, gcc-internal-format
24227 msgid "cannot convert a value of type %qT to vector type %qT which has different size"
24228 msgstr ""
24230 #: convert.cc:1093
24231 #, gcc-internal-format
24232 msgid "cannot convert value to a vector"
24233 msgstr ""
24235 #: convert.cc:1132
24236 #, gcc-internal-format
24237 msgid "aggregate value used where a fixed-point was expected"
24238 msgstr ""
24240 #: coverage.cc:192
24241 #, gcc-internal-format
24242 msgid "%qs is not a gcov data file"
24243 msgstr ""
24245 #: coverage.cc:203
24246 #, gcc-internal-format
24247 msgid "%qs is version %q.*s, expected version %q.*s"
24248 msgstr ""
24250 #: coverage.cc:267
24251 #, gcc-internal-format, gfc-internal-format
24252 msgid "profile data for function %u is corrupted"
24253 msgstr ""
24255 #: coverage.cc:268
24256 #, gcc-internal-format
24257 msgid "checksum is (%x,%x) instead of (%x,%x)"
24258 msgstr ""
24260 #: coverage.cc:283
24261 #, gcc-internal-format
24262 msgid "%qs has overflowed"
24263 msgstr ""
24265 #: coverage.cc:284
24266 #, gcc-internal-format
24267 msgid "%qs is corrupted"
24268 msgstr ""
24270 #: coverage.cc:311
24271 #, gcc-internal-format
24272 msgid "%qs profile count data file not found"
24273 msgstr ""
24275 #: coverage.cc:340
24276 #, gcc-internal-format
24277 msgid "profile for function %qD not found in profile data"
24278 msgstr ""
24280 #: coverage.cc:360
24281 #, gcc-internal-format
24282 msgid "number of counters in profile data for function %qD does not match its profile data (counter %qs, expected %i and have %i)"
24283 msgstr ""
24285 #: coverage.cc:369
24286 #, gcc-internal-format
24287 msgid "the control flow of function %qD does not match its profile data (counter %qs)"
24288 msgstr ""
24290 #: coverage.cc:388
24291 #, gcc-internal-format
24292 msgid "execution counts estimated\n"
24293 msgstr ""
24295 #: coverage.cc:389
24296 #, gcc-internal-format
24297 msgid "execution counts assumed to be zero\n"
24298 msgstr ""
24300 #: coverage.cc:402
24301 #, gcc-internal-format
24302 msgid "source locations for function %qD have changed, the profile data may be out of date"
24303 msgstr ""
24305 #: coverage.cc:666
24306 #, gcc-internal-format
24307 msgid "function starts on a higher line number than it ends"
24308 msgstr "funkcija počinje na broju retka većem nego što završava"
24310 #: coverage.cc:688
24311 #, gcc-internal-format
24312 msgid "error writing %qs"
24313 msgstr ""
24315 #: coverage.cc:1288
24316 #, gcc-internal-format
24317 msgid "filename %qs does not start with profile prefix %qs"
24318 msgstr ""
24320 #: coverage.cc:1333
24321 #, gcc-internal-format, gfc-internal-format
24322 msgid "cannot open %s"
24323 msgstr ""
24325 #: data-streamer-in.cc:53
24326 #, gcc-internal-format
24327 msgid "bytecode stream: string too long for the string table"
24328 msgstr ""
24330 #: data-streamer-in.cc:84 data-streamer-in.cc:113
24331 #, gcc-internal-format
24332 msgid "bytecode stream: found non-null terminated string"
24333 msgstr ""
24335 #: dbgcnt.cc:140
24336 #, gcc-internal-format
24337 msgid "Interval overlap of %<-fdbg-cnt=%s%>: [%u, %u] and [%u, %u]"
24338 msgstr ""
24340 #: dbgcnt.cc:157
24341 #, gcc-internal-format
24342 msgid "%<-fdbg-cnt=%s:%d-%d%> has smaller upper limit than the lower"
24343 msgstr ""
24345 #: dbgcnt.cc:169
24346 #, gcc-internal-format
24347 msgid "cannot find a valid counter name %qs of %<-fdbg-cnt=%> option"
24348 msgstr ""
24350 #: dbgcnt.cc:238
24351 #, gcc-internal-format
24352 msgid "counter name"
24353 msgstr ""
24355 #: dbgcnt.cc:239
24356 #, gcc-internal-format
24357 msgid "counter value"
24358 msgstr ""
24360 #: dbgcnt.cc:239
24361 #, gcc-internal-format
24362 msgid "closed intervals"
24363 msgstr ""
24365 #: diagnostic.cc:2405
24366 #, gcc-internal-format
24367 msgid "debug path"
24368 msgstr "staza za debug (dijagnostiku)"
24370 #: dominance.cc:1180
24371 #, gcc-internal-format, gfc-internal-format
24372 msgid "dominator of %d status unknown"
24373 msgstr ""
24375 #: dominance.cc:1188
24376 #, gcc-internal-format, gfc-internal-format
24377 msgid "dominator of %d should be %d, not %d"
24378 msgstr ""
24380 #: dumpfile.cc:381
24381 #, gcc-internal-format
24382 msgid "could not open dump file %qs: %m"
24383 msgstr ""
24385 #: dumpfile.cc:1844
24386 #, gcc-internal-format
24387 msgid "ignoring unknown option %q.*s"
24388 msgstr ""
24390 #: dumpfile.cc:1926
24391 #, gcc-internal-format
24392 msgid "unrecognized command-line option %<-fdump-%s%>; did you mean %<-fdump-%s%>?"
24393 msgstr ""
24395 #: dumpfile.cc:1929
24396 #, gcc-internal-format
24397 msgid "unrecognized command-line option %<-fdump-%s%>"
24398 msgstr ""
24400 #: dumpfile.cc:2002
24401 #, gcc-internal-format
24402 msgid "unknown option %q.*s in %<-fopt-info-%s%>"
24403 msgstr ""
24405 #: dumpfile.cc:2034
24406 #, gcc-internal-format
24407 msgid "ignoring possibly conflicting option %<-fopt-info-%s%>"
24408 msgstr ""
24410 #: dwarf2out.cc:1140
24411 #, gcc-internal-format
24412 msgid "multiple EH personalities are supported only with assemblers supporting %<.cfi_personality%> directive"
24413 msgstr ""
24415 #: dwarf2out.cc:11165
24416 #, gcc-internal-format
24417 msgid "%<-gdwarf-6%> is output as version 5 with incompatibilities"
24418 msgstr ""
24420 #: dwarf2out.cc:15008
24421 #, gcc-internal-format, gfc-internal-format
24422 msgid "non-delegitimized UNSPEC %s (%d) found in variable location"
24423 msgstr ""
24425 #: emit-rtl.cc:2898
24426 #, gcc-internal-format
24427 msgid "invalid rtl sharing found in the insn"
24428 msgstr ""
24430 #: emit-rtl.cc:2900
24431 #, gcc-internal-format
24432 msgid "shared rtx"
24433 msgstr ""
24435 #: emit-rtl.cc:2902
24436 #, gcc-internal-format
24437 msgid "internal consistency failure"
24438 msgstr ""
24440 #: emit-rtl.cc:4004
24441 #, gcc-internal-format
24442 msgid "ICE: %<emit_insn%> used where %<emit_jump_insn%> needed:"
24443 msgstr ""
24445 #: errors.cc:133
24446 #, gcc-internal-format, gfc-internal-format
24447 msgid "abort in %s, at %s:%d"
24448 msgstr ""
24450 #: except.cc:2166
24451 #, gcc-internal-format
24452 msgid "argument of %<__builtin_eh_return_regno%> must be constant"
24453 msgstr ""
24455 #: except.cc:2301
24456 #, gcc-internal-format
24457 msgid "%<__builtin_eh_return%> not supported on this target"
24458 msgstr ""
24460 #: except.cc:3425 except.cc:3450
24461 #, gcc-internal-format
24462 msgid "%<region_array%> is corrupted for region %i"
24463 msgstr ""
24465 #: except.cc:3438 except.cc:3469
24466 #, gcc-internal-format
24467 msgid "%<lp_array%> is corrupted for lp %i"
24468 msgstr ""
24470 #: except.cc:3455
24471 #, gcc-internal-format, gfc-internal-format
24472 msgid "outer block of region %i is wrong"
24473 msgstr ""
24475 #: except.cc:3460
24476 #, gcc-internal-format, gfc-internal-format
24477 msgid "negative nesting depth of region %i"
24478 msgstr ""
24480 #: except.cc:3474
24481 #, gcc-internal-format, gfc-internal-format
24482 msgid "region of lp %i is wrong"
24483 msgstr ""
24485 #: except.cc:3501
24486 #, gcc-internal-format, gfc-internal-format
24487 msgid "tree list ends on depth %i"
24488 msgstr ""
24490 #: except.cc:3506
24491 #, gcc-internal-format
24492 msgid "%<region_array%> does not match %<region_tree%>"
24493 msgstr ""
24495 #: except.cc:3511
24496 #, gcc-internal-format
24497 msgid "%<lp_array%> does not match %<region_tree%>"
24498 msgstr ""
24500 #: except.cc:3518 tree.cc:14286 value-prof.cc:529
24501 #, gcc-internal-format
24502 msgid "%qs failed"
24503 msgstr ""
24505 #: explow.cc:1556
24506 #, gcc-internal-format
24507 msgid "stack limits not supported on this target"
24508 msgstr ""
24510 #: expmed.cc:359
24511 #, gcc-internal-format
24512 msgid "reverse scalar storage order"
24513 msgstr ""
24515 #: expmed.cc:376
24516 #, gcc-internal-format
24517 msgid "reverse floating-point scalar storage order"
24518 msgstr ""
24520 #: expmed.cc:418
24521 #, gcc-internal-format, gfc-internal-format
24522 msgid "reverse storage order for %smode"
24523 msgstr ""
24525 #: expmed.cc:671
24526 #, gcc-internal-format
24527 msgid "write of %wu-bit data outside the bound of destination object, data truncated into %wu-bit"
24528 msgstr ""
24530 #: expr.cc:11842
24531 #, gcc-internal-format
24532 msgid "call to %qs declared with attribute error: %s"
24533 msgstr ""
24535 #: expr.cc:11856
24536 #, gcc-internal-format
24537 msgid "call to %qs declared with attribute warning: %s"
24538 msgstr ""
24540 #: expr.cc:12894
24541 #, gcc-internal-format
24542 msgid "assuming signed overflow does not occur when simplifying %<X - Y %s 0%> to %<X %s Y%>"
24543 msgstr ""
24545 #: file-prefix-map.cc:51
24546 #, gcc-internal-format
24547 msgid "invalid argument %qs to %qs"
24548 msgstr ""
24550 #: final.cc:1771
24551 #, gcc-internal-format
24552 msgid "the frame size of %wu bytes is larger than %wu bytes"
24553 msgstr ""
24555 #: final.cc:4392 toplev.cc:1393 tree-cfgcleanup.cc:1549
24556 #, gcc-internal-format
24557 msgid "could not open final insn dump file %qs: %m"
24558 msgstr ""
24560 #: final.cc:4461 tree-cfgcleanup.cc:1566
24561 #, gcc-internal-format
24562 msgid "could not close final insn dump file %qs: %m"
24563 msgstr ""
24565 #: fixed-value.cc:128
24566 #, gcc-internal-format
24567 msgid "large fixed-point constant implicitly truncated to fixed-point type"
24568 msgstr ""
24570 #: fold-const.cc:4692 fold-const.cc:4702
24571 #, gcc-internal-format, gfc-internal-format
24572 msgid "comparison is always %d due to width of bit-field"
24573 msgstr ""
24575 #: fold-const.cc:6080 tree-ssa-reassoc.cc:2877 tree-ssa-reassoc.cc:3959
24576 #, gcc-internal-format
24577 msgid "assuming signed overflow does not occur when simplifying range test"
24578 msgstr ""
24580 #: fold-const.cc:6544 fold-const.cc:6560
24581 #, gcc-internal-format, gfc-internal-format
24582 msgid "comparison is always %d"
24583 msgstr ""
24585 #: fold-const.cc:6708
24586 #, gcc-internal-format
24587 msgid "%<or%> of unmatched not-equal tests is always 1"
24588 msgstr ""
24590 #: fold-const.cc:6713
24591 #, gcc-internal-format
24592 msgid "%<and%> of mutually exclusive equal-tests is always 0"
24593 msgstr ""
24595 #: fold-const.cc:9950
24596 #, gcc-internal-format
24597 msgid "assuming signed overflow does not occur when reducing constant in comparison"
24598 msgstr ""
24600 #: fold-const.cc:10357
24601 #, gcc-internal-format
24602 msgid "assuming signed overflow does not occur when combining constants around a comparison"
24603 msgstr ""
24605 #: fold-const.cc:13568
24606 #, gcc-internal-format
24607 msgid "fold check: original tree changed by fold"
24608 msgstr ""
24610 #: function.cc:253
24611 #, gcc-internal-format
24612 msgid "total size of local objects %wu exceeds maximum %wu"
24613 msgstr ""
24615 #: function.cc:257
24616 #, gcc-internal-format
24617 msgid "total size of local objects exceeds maximum %wu"
24618 msgstr ""
24620 #: function.cc:1788 gimplify.cc:6667 gimplify.cc:6829
24621 #, gcc-internal-format
24622 msgid "impossible constraint in %<asm%>"
24623 msgstr ""
24625 #: function.cc:4313
24626 #, gcc-internal-format
24627 msgid "variable %q+D might be clobbered by %<longjmp%> or %<vfork%>"
24628 msgstr ""
24630 #: function.cc:4334
24631 #, gcc-internal-format
24632 msgid "argument %q+D might be clobbered by %<longjmp%> or %<vfork%>"
24633 msgstr ""
24635 #: function.cc:5001
24636 #, gcc-internal-format
24637 msgid "function returns an aggregate"
24638 msgstr "funkcija vraća agregat"
24640 #: gcc.cc:2193
24641 #, gcc-internal-format
24642 msgid "cannot open nested response file"
24643 msgstr "nije moguće otvoriti ugniježđenu datoteku s odgovorima"
24645 #: gcc.cc:2230
24646 #, gcc-internal-format
24647 msgid "cannot close nonexistent response file"
24648 msgstr "nije moguće zatvoriti nepostojeću datoteku s odgovorima"
24650 #: gcc.cc:2253
24651 #, gcc-internal-format, gfc-internal-format
24652 msgid "could not open temporary response file %s"
24653 msgstr "nije bilo moguće otvoriti privremenu datoteku %s s odgovorima"
24655 #: gcc.cc:2260
24656 #, gcc-internal-format, gfc-internal-format
24657 msgid "could not write to temporary response file %s"
24658 msgstr "nije bilo moguće zapisati privremenu datoteku %s s odgovorima"
24660 #: gcc.cc:2266
24661 #, gcc-internal-format, gfc-internal-format
24662 msgid "could not close temporary response file %s"
24663 msgstr "nije bilo moguće zatvoriti privremenu datoteku %s s odgovorima"
24665 #. This leaves DESC open, but the OS will save us.
24666 #: gcc.cc:2298
24667 #, gcc-internal-format
24668 msgid "cannot read spec file %qs: %m"
24669 msgstr "nije moguće otvoriti specifikacijsku datoteku %qs: %m"
24671 #: gcc.cc:2392 gcc.cc:2413
24672 #, gcc-internal-format, gfc-internal-format
24673 msgid "specs %%include syntax malformed after %ld characters"
24674 msgstr "sintaksa od specs %%include je deformirana nakon %ld znakova"
24676 #: gcc.cc:2440 gcc.cc:2450 gcc.cc:2461 gcc.cc:2472
24677 #, gcc-internal-format, gfc-internal-format
24678 msgid "specs %%rename syntax malformed after %ld characters"
24679 msgstr "sintaksa od specs %%rename je deformirana nakon %ld znakova"
24681 #: gcc.cc:2483
24682 #, gcc-internal-format, gfc-internal-format
24683 msgid "specs %s spec was not found to be renamed"
24684 msgstr "specifikacija od specs %s za preimenovanje nije nađena"
24686 #: gcc.cc:2491
24687 #, gcc-internal-format
24688 msgid "%s: attempt to rename spec %qs to already defined spec %qs"
24689 msgstr "%s: pokušaj preimenovanja %qs spec na već definiranu %qs specifikaciju"
24691 #: gcc.cc:2513
24692 #, gcc-internal-format, gfc-internal-format
24693 msgid "specs unknown %% command after %ld characters"
24694 msgstr "specifikacija: nepoznata %% naredba nakon %ld znakova"
24696 #: gcc.cc:2525 gcc.cc:2539
24697 #, gcc-internal-format, gfc-internal-format
24698 msgid "specs file malformed after %ld characters"
24699 msgstr "specs datoteka je deformirana nakon %ld znakova"
24701 #: gcc.cc:2594
24702 #, gcc-internal-format
24703 msgid "spec file has no spec for linking"
24704 msgstr "spec datoteka nema specifikacije za linkati"
24706 #: gcc.cc:3158 gcc.cc:3195
24707 #, gcc-internal-format
24708 msgid "system path %qs is not absolute"
24709 msgstr "staza sustava %qs nije apsolutna"
24711 #: gcc.cc:3284
24712 #, gcc-internal-format
24713 msgid "%<-pipe%> not supported"
24714 msgstr "%<-pipe%> nije podržan"
24716 #: gcc.cc:3422 gcc.cc:7690
24717 #, gcc-internal-format
24718 msgid "cannot execute %qs: %s: %m"
24719 msgstr "nije moguće izvršiti %qs: %s: %m"
24721 #: gcc.cc:3423 gcc.cc:7691
24722 #, gcc-internal-format
24723 msgid "cannot execute %qs: %s"
24724 msgstr "nije moguće izvršiti %qs: %s"
24726 #: gcc.cc:3442
24727 #, gcc-internal-format
24728 msgid "failed to get exit status: %m"
24729 msgstr "nije uspjelo dobiti izlazni status: %m"
24731 #: gcc.cc:3448
24732 #, gcc-internal-format
24733 msgid "failed to get process times: %m"
24734 msgstr "nije uspjelo dobiti izlazni status: %m"
24736 #. The inferior failed to catch the signal.
24737 #: gcc.cc:3474 gcc.cc:3498
24738 #, gcc-internal-format, gfc-internal-format
24739 msgid "%s signal terminated program %s"
24740 msgstr "signal %s je prekinuo (završio) program %s"
24742 #: gcc.cc:3942 opts-common.cc:1574 opts-common.cc:1606
24743 #, gcc-internal-format
24744 msgid "unrecognized command-line option %qs"
24745 msgstr "neprepoznata opcija na naredbenom retku %qs"
24747 #: gcc.cc:3984
24748 #, gcc-internal-format
24749 msgid "GCC is not configured to support %qs as %<-foffload=%> argument"
24750 msgstr "GCC nije konfiguriran da podržava %qs kao  %<-foffload=%> argument"
24752 #: gcc.cc:3991
24753 #, gcc-internal-format
24754 msgid "valid %<-foffload=%> arguments are: %s; did you mean %qs?"
24755 msgstr "valjani %<-foffload=%> argumenti su: %s; jeste li mislili %qs?"
24757 #: gcc.cc:3994
24758 #, gcc-internal-format
24759 msgid "valid %<-foffload=%> arguments are: %s"
24760 msgstr "valjani %<-foffload=%> argumenti su: %s"
24762 #: gcc.cc:4014
24763 #, gcc-internal-format
24764 msgid "%<=%>options missing after %<-foffload-options=%>target"
24765 msgstr "%<=%>opcije manjkaju nakon %<-foffload-options=%>cilja"
24767 #: gcc.cc:4405
24768 #, gcc-internal-format
24769 msgid "%qs is an unknown %<-save-temps%> option"
24770 msgstr "%qs je nepoznata opcija za %<-save-temps%>"
24772 #: gcc.cc:4932 toplev.cc:709
24773 #, gcc-internal-format
24774 msgid "input file %qs is the same as output file"
24775 msgstr "ulazna datoteka %qs je ista kao izlazna datoteka"
24777 #: gcc.cc:4937
24778 #, gcc-internal-format
24779 msgid "output filename may not be empty"
24780 msgstr "izlazna datoteka ne smije biti prazna"
24782 #: gcc.cc:5322
24783 #, gcc-internal-format
24784 msgid "%<-pipe%> ignored because %<-save-temps%> specified"
24785 msgstr "%<-pipe%> se ignorira jer je specificiran %<-save-temps%>"
24787 #: gcc.cc:5410
24788 #, gcc-internal-format
24789 msgid "%<-x %s%> after last input file has no effect"
24790 msgstr "%<-x %s%> nakon posljedne ulazne datoteke nema efekta"
24792 #: gcc.cc:5613
24793 #, gcc-internal-format
24794 msgid "unable to locate default linker script %qs in the library search paths"
24795 msgstr "nije moguće pronaći zadanu skriptu linkera %qs u stazama pretrage biblioteka"
24797 #: gcc.cc:5820
24798 #, gcc-internal-format
24799 msgid "switch %qs does not start with %<-%>"
24800 msgstr "šalter %qs ne započinje s %<-%>"
24802 #: gcc.cc:5824
24803 #, gcc-internal-format
24804 msgid "spec-generated switch is just %<-%>"
24805 msgstr "šalter generiran sa spec je samo %<-%>"
24807 #: gcc.cc:6045
24808 #, gcc-internal-format
24809 msgid "spec %qs invalid"
24810 msgstr "spec %qs nije valjan"
24812 #: gcc.cc:6206
24813 #, gcc-internal-format
24814 msgid "spec %qs has invalid %<%%0%c%>"
24815 msgstr "spec %qs ima nevaljani %<%%0%c%>"
24817 #: gcc.cc:6497
24818 #, gcc-internal-format
24819 msgid "spec %qs has invalid %<%%W%c%>"
24820 msgstr "spec %qs ima nevaljani %<%%W%c%>"
24822 #: gcc.cc:6513
24823 #, gcc-internal-format
24824 msgid "spec %qs has invalid %<%%@%c%>"
24825 msgstr "spec %qs ima nevaljani %<%%@%c%>"
24827 #: gcc.cc:6532
24828 #, gcc-internal-format
24829 msgid "spec %qs has invalid %<%%x%c%>"
24830 msgstr "spec %qs ima nevaljani %<%%x%c%>"
24832 #. Catch the case where a spec string contains something like
24833 #. '%{foo:%*}'.  i.e. there is no * in the pattern on the left
24834 #. hand side of the :.
24835 #: gcc.cc:6743
24836 #, gcc-internal-format
24837 msgid "spec failure: %<%%*%> has not been initialized by pattern match"
24838 msgstr "greška spec(ifikacije): %<%%*%> nije inicirana s podudarnim uzorkom"
24840 #: gcc.cc:6794
24841 #, gcc-internal-format
24842 msgid "spec failure: unrecognized spec option %qc"
24843 msgstr "greška spec(ifikacije): neprepoznata spec opcija %qc"
24845 #: gcc.cc:6860
24846 #, gcc-internal-format
24847 msgid "unknown spec function %qs"
24848 msgstr "nepoznata spec funkcija %qs"
24850 #: gcc.cc:6890
24851 #, gcc-internal-format
24852 msgid "error in arguments to spec function %qs"
24853 msgstr "greška u argumentima za spec funkciju %qs"
24855 #: gcc.cc:6949
24856 #, gcc-internal-format
24857 msgid "malformed spec function name"
24858 msgstr "loše ime za spec funkciju"
24860 #. )
24861 #: gcc.cc:6952
24862 #, gcc-internal-format
24863 msgid "no arguments for spec function"
24864 msgstr "nema argumenata za spec funkciju"
24866 #: gcc.cc:6971
24867 #, gcc-internal-format
24868 msgid "malformed spec function arguments"
24869 msgstr "loši argumenti za spec funkciju"
24871 #: gcc.cc:7150
24872 #, gcc-internal-format
24873 msgid "braced spec %qs ends in escape"
24874 msgstr "specifikacija %qs u zagradama završava s escape"
24876 #: gcc.cc:7285
24877 #, gcc-internal-format
24878 msgid "braced spec %qs is invalid at %qc"
24879 msgstr ""
24881 #: gcc.cc:7380
24882 #, gcc-internal-format
24883 msgid "braced spec body %qs is invalid"
24884 msgstr ""
24886 #: gcc.cc:7989
24887 #, gcc-internal-format, gfc-internal-format
24888 msgid "%s: could not determine length of compare-debug file %s"
24889 msgstr ""
24891 #: gcc.cc:8000
24892 #, gcc-internal-format
24893 msgid "%s: %<-fcompare-debug%> failure (length)"
24894 msgstr ""
24896 #: gcc.cc:8010 gcc.cc:8051
24897 #, gcc-internal-format, gfc-internal-format
24898 msgid "%s: could not open compare-debug file %s"
24899 msgstr ""
24901 #: gcc.cc:8030 gcc.cc:8067
24902 #, gcc-internal-format
24903 msgid "%s: %<-fcompare-debug%> failure"
24904 msgstr ""
24906 #: gcc.cc:8370
24907 #, gcc-internal-format
24908 msgid "spec failure: more than one argument to %<SYSROOT_SUFFIX_SPEC%>"
24909 msgstr ""
24911 #: gcc.cc:8395
24912 #, gcc-internal-format
24913 msgid "spec failure: more than one argument to %<SYSROOT_HEADERS_SUFFIX_SPEC%>"
24914 msgstr ""
24916 #: gcc.cc:8602
24917 #, gcc-internal-format
24918 msgid "unrecognized command-line option %<-%s%>; did you mean %<-%s%>?"
24919 msgstr ""
24921 #: gcc.cc:8606
24922 #, gcc-internal-format
24923 msgid "unrecognized command-line option %<-%s%>"
24924 msgstr ""
24926 #: gcc.cc:8732
24927 #, gcc-internal-format
24928 msgid "not configured with sysroot headers suffix"
24929 msgstr ""
24931 #: gcc.cc:8793
24932 #, gcc-internal-format
24933 msgid "no input files"
24934 msgstr ""
24936 #: gcc.cc:8844
24937 #, gcc-internal-format
24938 msgid "cannot specify %<-o%> with %<-c%>, %<-S%> or %<-E%> with multiple files"
24939 msgstr "%<-o%> with %<-c%>, %<-S%> or %<-E%> ne možete specificirati s više datoteka"
24941 #: gcc.cc:8886
24942 #, gcc-internal-format, gfc-internal-format
24943 msgid "%s: %s compiler not installed on this system"
24944 msgstr ""
24946 #: gcc.cc:8911
24947 #, gcc-internal-format
24948 msgid "recompiling with %<-fcompare-debug%>"
24949 msgstr ""
24951 #: gcc.cc:8927
24952 #, gcc-internal-format
24953 msgid "during %<-fcompare-debug%> recompilation"
24954 msgstr ""
24956 #: gcc.cc:8936
24957 #, gcc-internal-format
24958 msgid "comparing final insns dumps"
24959 msgstr ""
24961 #: gcc.cc:9089
24962 #, gcc-internal-format
24963 msgid "%<-fuse-linker-plugin%>, but %s not found"
24964 msgstr ""
24966 #: gcc.cc:9123
24967 #, gcc-internal-format, gfc-internal-format
24968 msgid "%s: linker input file unused because linking not done"
24969 msgstr ""
24971 #. This is can be an indication the user specifed an errorneous
24972 #. separated option value, (or used the wrong prefix for an
24973 #. option).
24974 #: gcc.cc:9129
24975 #, gcc-internal-format
24976 msgid "%s: linker input file not found: %m"
24977 msgstr ""
24979 #: gcc.cc:9196 c-family/c-opts.cc:791
24980 #, gcc-internal-format
24981 msgid "cannot use %<-%> as input filename for a precompiled header"
24982 msgstr ""
24984 #: gcc.cc:9202
24985 #, gcc-internal-format, gfc-internal-format
24986 msgid "language %s not recognized"
24987 msgstr ""
24989 #: gcc.cc:9445
24990 #, gcc-internal-format
24991 msgid "multilib spec %qs is invalid"
24992 msgstr ""
24994 #: gcc.cc:9647
24995 #, gcc-internal-format
24996 msgid "multilib exclusions %qs is invalid"
24997 msgstr ""
24999 #: gcc.cc:9711 common/config/riscv/riscv-common.cc:1729
25000 #, gcc-internal-format
25001 msgid "multilib select %qs %qs is invalid"
25002 msgstr "nevaljani ‘multilib’ odabir %qs %qs"
25004 #: gcc.cc:9885
25005 #, gcc-internal-format
25006 msgid "multilib select %qs is invalid"
25007 msgstr "nevaljani ‘multilib’ odabir %qs"
25009 #: gcc.cc:9925
25010 #, gcc-internal-format
25011 msgid "multilib exclusion %qs is invalid"
25012 msgstr "nevaljani ‘multilib’ isključenje %qs"
25014 #: gcc.cc:10176
25015 #, gcc-internal-format
25016 msgid "environment variable %qs not defined"
25017 msgstr "varijabla okruženja %qs nije definirana"
25019 #: gcc.cc:10344 gcc.cc:10349
25020 #, gcc-internal-format
25021 msgid "invalid version number %qs"
25022 msgstr ""
25024 #: gcc.cc:10392
25025 #, gcc-internal-format, gfc-internal-format
25026 msgid "too few arguments to %%:version-compare"
25027 msgstr ""
25029 #: gcc.cc:10398
25030 #, gcc-internal-format, gfc-internal-format
25031 msgid "too many arguments to %%:version-compare"
25032 msgstr ""
25034 #: gcc.cc:10440
25035 #, gcc-internal-format
25036 msgid "unknown operator %qs in %%:version-compare"
25037 msgstr ""
25039 #: gcc.cc:10564
25040 #, gcc-internal-format, gfc-internal-format
25041 msgid "too many arguments to %%:compare-debug-dump-opt"
25042 msgstr ""
25044 #: gcc.cc:10632
25045 #, gcc-internal-format, gfc-internal-format
25046 msgid "too many arguments to %%:compare-debug-self-opt"
25047 msgstr ""
25049 #: gcc.cc:10719
25050 #, gcc-internal-format, gfc-internal-format
25051 msgid "too many arguments for %%:dumps"
25052 msgstr ""
25054 #: gcc.cc:10823
25055 #, gcc-internal-format, gfc-internal-format
25056 msgid "wrong number of arguments to %%:debug-level-gt"
25057 msgstr ""
25059 #: gcc.cc:10844
25060 #, gcc-internal-format, gfc-internal-format
25061 msgid "wrong number of arguments to %%:dwarf-version-gt"
25062 msgstr ""
25064 #: gcov-tool.cc:75
25065 #, gcc-internal-format, gfc-internal-format
25066 msgid "error in removing %s"
25067 msgstr ""
25069 #: gcov-tool.cc:106
25070 #, gcc-internal-format, gfc-internal-format
25071 msgid "Cannot make directory %s"
25072 msgstr "Nije moguće napraviti direktorij %s"
25074 #: gcov-tool.cc:114
25075 #, gcc-internal-format
25076 msgid "Cannot get current directory name"
25077 msgstr ""
25079 #: gcov-tool.cc:118 gcov-tool.cc:132
25080 #, gcc-internal-format, gfc-internal-format
25081 msgid "Cannot change directory to %s"
25082 msgstr "Nije se moguće premjestiti (change) u direktorij %s"
25084 #: gcov-tool.cc:125
25085 #, gcc-internal-format, gfc-internal-format
25086 msgid "output file %s already exists in folder %s"
25087 msgstr ""
25089 #: gcov-tool.cc:217 gcov-tool.cc:285
25090 #, gcc-internal-format
25091 msgid "weights need to be non-negative"
25092 msgstr ""
25094 #: gcov-tool.cc:424
25095 #, gcc-internal-format
25096 msgid "scale needs to be non-negative"
25097 msgstr ""
25099 #: gcse.cc:3980
25100 #, gcc-internal-format, gfc-internal-format
25101 msgid "%s: %d basic blocks and %d edges/basic block"
25102 msgstr ""
25104 #: gcse.cc:3992
25105 #, gcc-internal-format
25106 msgid "%s: %d basic blocks and %d registers; increase %<--param max-gcse-memory%> above %wu"
25107 msgstr ""
25109 #: gencfn-macros.cc:195
25110 #, gcc-internal-format, gfc-internal-format
25111 msgid "DEF_INTERNAL_FLT_FN (%s) has no associated built-in functions"
25112 msgstr ""
25114 #: gencfn-macros.cc:202
25115 #, gcc-internal-format, gfc-internal-format
25116 msgid "DEF_INTERNAL_INT_FN (%s) has no associated built-in functions"
25117 msgstr ""
25119 #: gentarget-def.cc:126
25120 #, gcc-internal-format, gfc-internal-format
25121 msgid "invalid prototype for '%s'"
25122 msgstr ""
25124 #: gentarget-def.cc:131
25125 #, gcc-internal-format, gfc-internal-format
25126 msgid "prototype for '%s' has required operands after optional operands"
25127 msgstr ""
25129 #: gentarget-def.cc:148
25130 #, gcc-internal-format, gfc-internal-format
25131 msgid "argument %d of '%s' did not have the expected name"
25132 msgstr ""
25134 #: gentarget-def.cc:168
25135 #, gcc-internal-format, gfc-internal-format
25136 msgid "'%s' must have %d operands (excluding match_dups)"
25137 msgstr ""
25139 #: gentarget-def.cc:172
25140 #, gcc-internal-format, gfc-internal-format
25141 msgid "'%s' must have at least %d operands (excluding match_dups)"
25142 msgstr ""
25144 #: gentarget-def.cc:176
25145 #, gcc-internal-format, gfc-internal-format
25146 msgid "'%s' must have no more than %d operands (excluding match_dups)"
25147 msgstr ""
25149 #: gentarget-def.cc:276
25150 #, gcc-internal-format, gfc-internal-format
25151 msgid "duplicate definition of '%s'"
25152 msgstr ""
25154 #: ggc-common.cc:418 ggc-common.cc:426 ggc-common.cc:554 ggc-common.cc:572
25155 #: ggc-common.cc:686 ggc-common.cc:697 ggc-common.cc:712 ggc-page.cc:2499
25156 #: ggc-page.cc:2530 ggc-page.cc:2537
25157 #, gcc-internal-format
25158 msgid "cannot write PCH file: %m"
25159 msgstr "nije moguće zapisati PCH datoteku %m"
25161 #: ggc-common.cc:536
25162 #, gcc-internal-format
25163 msgid "cannot write PCH file: required memory segment unavailable"
25164 msgstr ""
25166 #: ggc-common.cc:565 config/i386/host-cygwin.cc:57
25167 #, gcc-internal-format
25168 msgid "cannot get position in PCH file: %m"
25169 msgstr ""
25171 #: ggc-common.cc:575
25172 #, gcc-internal-format
25173 msgid "cannot write padding to PCH file: %m"
25174 msgstr ""
25176 #: ggc-common.cc:751 ggc-common.cc:767 ggc-common.cc:770 ggc-common.cc:793
25177 #: ggc-common.cc:796 ggc-common.cc:800 ggc-common.cc:835 ggc-common.cc:864
25178 #: ggc-common.cc:872 ggc-common.cc:882 ggc-common.cc:893 ggc-page.cc:2601
25179 #, gcc-internal-format
25180 msgid "cannot read PCH file: %m"
25181 msgstr ""
25183 #: ggc-common.cc:780
25184 #, gcc-internal-format
25185 msgid "PCH allocation failure"
25186 msgstr ""
25188 #: ggc-page.cc:1744
25189 #, gcc-internal-format
25190 msgid "open /dev/zero: %m"
25191 msgstr ""
25193 #: ggc-page.cc:2515 ggc-page.cc:2521
25194 #, gcc-internal-format
25195 msgid "cannot write PCH file"
25196 msgstr ""
25198 #: gimple-array-bounds.cc:279
25199 #, gcc-internal-format
25200 msgid "array subscript %E is outside array bounds of %qT"
25201 msgstr ""
25203 #: gimple-array-bounds.cc:298
25204 #, gcc-internal-format
25205 msgid "array subscript [%E, %E] is outside array bounds of %qT"
25206 msgstr ""
25208 #: gimple-array-bounds.cc:312
25209 #, gcc-internal-format
25210 msgid "array subscript %E is above array bounds of %qT"
25211 msgstr ""
25213 #: gimple-array-bounds.cc:321
25214 #, gcc-internal-format
25215 msgid "array subscript %E is below array bounds of %qT"
25216 msgstr ""
25218 #: gimple-array-bounds.cc:394
25219 #, gcc-internal-format
25220 msgid "array subscript %E is outside the bounds of an interior zero-length array %qT"
25221 msgstr ""
25223 #: gimple-array-bounds.cc:396
25224 #, gcc-internal-format
25225 msgid "array subscript %qE is outside the bounds of an interior zero-length array %qT"
25226 msgstr ""
25228 #: gimple-array-bounds.cc:417
25229 #, gcc-internal-format
25230 msgid "trailing array %qT should not be used as a flexible array member"
25231 msgstr ""
25233 #: gimple-array-bounds.cc:454 gimple-array-bounds.cc:721
25234 #, gcc-internal-format
25235 msgid "while referencing %qD"
25236 msgstr ""
25238 #: gimple-array-bounds.cc:456
25239 #, gcc-internal-format
25240 msgid "defined here %qD"
25241 msgstr ""
25243 #: gimple-array-bounds.cc:577
25244 #, gcc-internal-format
25245 msgid "array subscript %wi is outside array bounds of %qT"
25246 msgstr ""
25248 #: gimple-array-bounds.cc:582
25249 #, gcc-internal-format
25250 msgid "array subscript [%wi, %wi] is outside array bounds of %qT"
25251 msgstr ""
25253 #: gimple-array-bounds.cc:597
25254 #, gcc-internal-format
25255 msgid "array subscript %<%T[%wi]%> is partly outside array bounds of %qT"
25256 msgstr ""
25258 #: gimple-array-bounds.cc:620
25259 #, gcc-internal-format
25260 msgid "intermediate array offset %wi is outside array bounds of %qT"
25261 msgstr ""
25263 #: gimple-array-bounds.cc:699
25264 #, gcc-internal-format
25265 msgid "array subscript %wi is below array bounds of %qT"
25266 msgstr ""
25268 #: gimple-array-bounds.cc:713
25269 #, gcc-internal-format
25270 msgid "array subscript %wu is above array bounds of %qT"
25271 msgstr ""
25273 #: gimple-fold.cc:2079 gimple-fold.cc:3131 gimple-ssa-warn-restrict.cc:2078
25274 #, gcc-internal-format
25275 msgid "%qD source argument is the same as destination"
25276 msgstr "izvorni argument %qD je isti kao i odredište"
25278 #: gimple-fold.cc:2145
25279 #, gcc-internal-format
25280 msgid "%qD destination unchanged after copying no bytes from a string of length %E"
25281 msgstr ""
25283 #: gimple-fold.cc:2150
25284 #, gcc-internal-format
25285 msgid "%qD destination unchanged after copying no bytes"
25286 msgstr ""
25288 #: gimple-fold.cc:2525 gimple-ssa-warn-access.cc:859
25289 #, gcc-internal-format
25290 msgid "%qD specified bound %E exceeds destination size %E"
25291 msgstr ""
25293 #: gimple-fold.cc:2544
25294 #, gcc-internal-format
25295 msgid "%qD specified bound %E equals source length"
25296 msgstr ""
25298 #: gimple-fold.cc:4543 gimple-fold.cc:4747
25299 #, gcc-internal-format
25300 msgid "flexible array member %qD does not have well defined padding bits for %qs"
25301 msgstr ""
25303 #: gimple-fold.cc:4696 cp/constexpr.cc:4630
25304 #, gcc-internal-format
25305 msgid "PDP11 bit-field handling unsupported in %qs"
25306 msgstr ""
25308 #: gimple-fold.cc:4924
25309 #, gcc-internal-format, gfc-internal-format
25310 msgid "%s not supported for variable length aggregates"
25311 msgstr ""
25313 #: gimple-fold.cc:4930
25314 #, gcc-internal-format, gfc-internal-format
25315 msgid "%s not supported on this target"
25316 msgstr ""
25318 #: gimple-ssa-isolate-paths.cc:290
25319 #, gcc-internal-format
25320 msgid "potential null pointer dereference"
25321 msgstr ""
25323 #: gimple-ssa-isolate-paths.cc:330
25324 #, gcc-internal-format
25325 msgid "null pointer dereference"
25326 msgstr ""
25328 #: gimple-ssa-isolate-paths.cc:413
25329 #, gcc-internal-format
25330 msgid "function may return address of local variable"
25331 msgstr "funkcija može vratiti adresu lokalne varijable"
25333 #: gimple-ssa-isolate-paths.cc:414 c/c-typeck.cc:11402
25334 #, gcc-internal-format
25335 msgid "function returns address of local variable"
25336 msgstr "funkcija vraća adresu lokalne varijable"
25338 #: gimple-ssa-isolate-paths.cc:417 gimple-ssa-warn-access.cc:2041
25339 #: gimple-ssa-warn-access.cc:3713 tree.cc:12354 tree.cc:12391 tree.cc:12432
25340 #: tree.cc:12465 c/c-typeck.cc:3092 c/c-typeck.cc:3187 c/c-typeck.cc:5769
25341 #: c/c-typeck.cc:11308 c/c-typeck.cc:11325 c/gimple-parser.cc:2484
25342 #: c/gimple-parser.cc:2492 cp/call.cc:8079 cp/call.cc:10228 cp/class.cc:9076
25343 #: cp/constexpr.cc:894 cp/constexpr.cc:4077 cp/cvt.cc:1079 cp/cvt.cc:1117
25344 #: cp/decl.cc:8886 cp/decl.cc:16176 cp/decl.cc:16543 cp/decl2.cc:5720
25345 #: cp/decl2.cc:5775 cp/parser.cc:21904 cp/pt.cc:9028 cp/semantics.cc:2192
25346 #: cp/semantics.cc:3549 cp/semantics.cc:4636 cp/typeck.cc:2143
25347 #: cp/typeck.cc:2363 cp/typeck.cc:4494 cp/typeck.cc:10582
25348 #: rust/backend/rust-constexpr.cc:4403 rust/backend/rust-tree.cc:623
25349 #: rust/backend/rust-tree.cc:3765
25350 #, gcc-internal-format
25351 msgid "declared here"
25352 msgstr ""
25354 #: gimple-ssa-nonnull-compare.cc:102
25355 #, gcc-internal-format
25356 msgid "%<nonnull%> argument %qD compared to NULL"
25357 msgstr ""
25359 #: gimple-ssa-sprintf.cc:2829 gimple-ssa-sprintf.cc:2949
25360 #, gcc-internal-format
25361 msgid "%qE output may be truncated before the last format character"
25362 msgstr ""
25364 #: gimple-ssa-sprintf.cc:2831 gimple-ssa-sprintf.cc:2951
25365 #, gcc-internal-format
25366 msgid "%qE output truncated before the last format character"
25367 msgstr ""
25369 #: gimple-ssa-sprintf.cc:2834 gimple-ssa-sprintf.cc:2954
25370 #, gcc-internal-format
25371 msgid "%qE may write a terminating nul past the end of the destination"
25372 msgstr ""
25374 #: gimple-ssa-sprintf.cc:2836 gimple-ssa-sprintf.cc:2956
25375 #, gcc-internal-format
25376 msgid "%qE writing a terminating nul past the end of the destination"
25377 msgstr ""
25379 #: gimple-ssa-sprintf.cc:2846
25380 #, gcc-internal-format
25381 msgid "%<%.*s%> directive writing %wu byte into a region of size %wu"
25382 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size %wu"
25383 msgstr[0] ""
25384 msgstr[1] ""
25385 msgstr[2] ""
25387 #: gimple-ssa-sprintf.cc:2853
25388 #, gcc-internal-format
25389 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size %wu"
25390 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size %wu"
25391 msgstr[0] ""
25392 msgstr[1] ""
25393 msgstr[2] ""
25395 #: gimple-ssa-sprintf.cc:2860
25396 #, gcc-internal-format
25397 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size %wu"
25398 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size %wu"
25399 msgstr[0] ""
25400 msgstr[1] ""
25401 msgstr[2] ""
25403 #: gimple-ssa-sprintf.cc:2871
25404 #, gcc-internal-format
25405 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size %wu"
25406 msgstr ""
25408 #: gimple-ssa-sprintf.cc:2874
25409 #, gcc-internal-format
25410 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size %wu"
25411 msgstr ""
25413 #: gimple-ssa-sprintf.cc:2876
25414 #, gcc-internal-format
25415 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size %wu"
25416 msgstr ""
25418 #: gimple-ssa-sprintf.cc:2888
25419 #, gcc-internal-format
25420 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size %wu"
25421 msgstr ""
25423 #: gimple-ssa-sprintf.cc:2891
25424 #, gcc-internal-format
25425 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size %wu"
25426 msgstr ""
25428 #: gimple-ssa-sprintf.cc:2894
25429 #, gcc-internal-format
25430 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size %wu"
25431 msgstr ""
25433 #: gimple-ssa-sprintf.cc:2903
25434 #, gcc-internal-format
25435 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size %wu"
25436 msgstr ""
25438 #: gimple-ssa-sprintf.cc:2906
25439 #, gcc-internal-format
25440 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size %wu"
25441 msgstr ""
25443 #: gimple-ssa-sprintf.cc:2909
25444 #, gcc-internal-format
25445 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size %wu"
25446 msgstr ""
25448 #: gimple-ssa-sprintf.cc:2918
25449 #, gcc-internal-format
25450 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size %wu"
25451 msgstr ""
25453 #: gimple-ssa-sprintf.cc:2921
25454 #, gcc-internal-format
25455 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size %wu"
25456 msgstr ""
25458 #: gimple-ssa-sprintf.cc:2923
25459 #, gcc-internal-format
25460 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size %wu"
25461 msgstr ""
25463 #: gimple-ssa-sprintf.cc:2965
25464 #, gcc-internal-format
25465 msgid "%<%.*s%> directive writing %wu byte into a region of size between %wu and %wu"
25466 msgid_plural "%<%.*s%> directive writing %wu bytes into a region of size between %wu and %wu"
25467 msgstr[0] ""
25468 msgstr[1] ""
25469 msgstr[2] ""
25471 #: gimple-ssa-sprintf.cc:2972
25472 #, gcc-internal-format
25473 msgid "%<%.*s%> directive output may be truncated writing %wu byte into a region of size between %wu and %wu"
25474 msgid_plural "%<%.*s%> directive output may be truncated writing %wu bytes into a region of size between %wu and %wu"
25475 msgstr[0] ""
25476 msgstr[1] ""
25477 msgstr[2] ""
25479 #: gimple-ssa-sprintf.cc:2980
25480 #, gcc-internal-format
25481 msgid "%<%.*s%> directive output truncated writing %wu byte into a region of size between %wu and %wu"
25482 msgid_plural "%<%.*s%> directive output truncated writing %wu bytes into a region of size between %wu and %wu"
25483 msgstr[0] ""
25484 msgstr[1] ""
25485 msgstr[2] ""
25487 #: gimple-ssa-sprintf.cc:2992
25488 #, gcc-internal-format
25489 msgid "%<%.*s%> directive output may be truncated writing up to %wu bytes into a region of size between %wu and %wu"
25490 msgstr ""
25492 #: gimple-ssa-sprintf.cc:2995
25493 #, gcc-internal-format
25494 msgid "%<%.*s%> directive output truncated writing up to %wu bytes into a region of size between %wu and %wu"
25495 msgstr ""
25497 #: gimple-ssa-sprintf.cc:2998
25498 #, gcc-internal-format
25499 msgid "%<%.*s%> directive writing up to %wu bytes into a region of size between %wu and %wu"
25500 msgstr ""
25502 #: gimple-ssa-sprintf.cc:3011
25503 #, gcc-internal-format
25504 msgid "%<%.*s%> directive output may be truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
25505 msgstr ""
25507 #: gimple-ssa-sprintf.cc:3014
25508 #, gcc-internal-format
25509 msgid "%<%.*s%> directive output truncated writing likely %wu or more bytes into a region of size between %wu and %wu"
25510 msgstr ""
25512 #: gimple-ssa-sprintf.cc:3017
25513 #, gcc-internal-format
25514 msgid "%<%.*s%> directive writing likely %wu or more bytes into a region of size between %wu and %wu"
25515 msgstr ""
25517 #: gimple-ssa-sprintf.cc:3027
25518 #, gcc-internal-format
25519 msgid "%<%.*s%> directive output may be truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
25520 msgstr ""
25522 #: gimple-ssa-sprintf.cc:3030
25523 #, gcc-internal-format
25524 msgid "%<%.*s%> directive output truncated writing between %wu and %wu bytes into a region of size between %wu and %wu"
25525 msgstr ""
25527 #: gimple-ssa-sprintf.cc:3033
25528 #, gcc-internal-format
25529 msgid "%<%.*s%> directive writing between %wu and %wu bytes into a region of size between %wu and %wu"
25530 msgstr ""
25532 #: gimple-ssa-sprintf.cc:3042
25533 #, gcc-internal-format
25534 msgid "%<%.*s%> directive output may be truncated writing %wu or more bytes into a region of size between %wu and %wu"
25535 msgstr ""
25537 #: gimple-ssa-sprintf.cc:3045
25538 #, gcc-internal-format
25539 msgid "%<%.*s%> directive output truncated writing %wu or more bytes into a region of size between %wu and %wu"
25540 msgstr ""
25542 #: gimple-ssa-sprintf.cc:3048
25543 #, gcc-internal-format
25544 msgid "%<%.*s%> directive writing %wu or more bytes into a region of size between %wu and %wu"
25545 msgstr ""
25547 #: gimple-ssa-sprintf.cc:3170
25548 #, gcc-internal-format
25549 msgid "%<%.*s%> directive argument is null"
25550 msgstr ""
25552 #: gimple-ssa-sprintf.cc:3248
25553 #, gcc-internal-format
25554 msgid "%<%.*s%> directive output of %wu bytes exceeds minimum required size of 4095"
25555 msgstr ""
25557 #: gimple-ssa-sprintf.cc:3254
25558 #, gcc-internal-format
25559 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds minimum required size of 4095"
25560 msgstr ""
25562 #: gimple-ssa-sprintf.cc:3261
25563 #, gcc-internal-format
25564 msgid "%<%.*s%> directive output between %wu and %wu bytes may exceed minimum required size of 4095"
25565 msgstr ""
25567 #: gimple-ssa-sprintf.cc:3291
25568 #, gcc-internal-format
25569 msgid "%<%.*s%> directive output of %wu bytes exceeds %<INT_MAX%>"
25570 msgstr ""
25572 #: gimple-ssa-sprintf.cc:3297
25573 #, gcc-internal-format
25574 msgid "%<%.*s%> directive output between %wu and %wu bytes exceeds %<INT_MAX%>"
25575 msgstr ""
25577 #: gimple-ssa-sprintf.cc:3308
25578 #, gcc-internal-format
25579 msgid "%<%.*s%> directive output of %wu bytes causes result to exceed %<INT_MAX%>"
25580 msgstr ""
25582 #: gimple-ssa-sprintf.cc:3314
25583 #, gcc-internal-format
25584 msgid "%<%.*s%> directive output between %wu and %wu bytes causes result to exceed %<INT_MAX%>"
25585 msgstr ""
25587 #: gimple-ssa-sprintf.cc:3325
25588 #, gcc-internal-format
25589 msgid "%<%.*s%> directive output between %wu and %wu bytes may cause result to exceed %<INT_MAX%>"
25590 msgstr ""
25592 #: gimple-ssa-sprintf.cc:3335
25593 #, gcc-internal-format
25594 msgid "%<%.*s%> directive argument is not a nul-terminated string"
25595 msgstr ""
25597 #: gimple-ssa-sprintf.cc:3341 gimple-ssa-warn-access.cc:234
25598 #, gcc-internal-format
25599 msgid "referenced argument declared here"
25600 msgstr ""
25602 #: gimple-ssa-sprintf.cc:3348
25603 #, gcc-internal-format
25604 msgid "assuming directive output of %wu byte"
25605 msgid_plural "assuming directive output of %wu bytes"
25606 msgstr[0] ""
25607 msgstr[1] ""
25608 msgstr[2] ""
25610 #: gimple-ssa-sprintf.cc:3355
25611 #, gcc-internal-format
25612 msgid "directive argument %qE"
25613 msgstr ""
25615 #: gimple-ssa-sprintf.cc:3357
25616 #, gcc-internal-format
25617 msgid "directive argument in the range [%E, %E]"
25618 msgstr ""
25620 #: gimple-ssa-sprintf.cc:3361
25621 #, gcc-internal-format
25622 msgid "using the range [%E, %E] for directive argument"
25623 msgstr ""
25625 #: gimple-ssa-sprintf.cc:3381
25626 #, gcc-internal-format
25627 msgid "%qE output %wu byte into a destination of size %wu"
25628 msgid_plural "%qE output %wu bytes into a destination of size %wu"
25629 msgstr[0] ""
25630 msgstr[1] ""
25631 msgstr[2] ""
25633 #: gimple-ssa-sprintf.cc:3386
25634 #, gcc-internal-format
25635 msgid "%qE output between %wu and %wu bytes into a destination of size %wu"
25636 msgstr ""
25638 #: gimple-ssa-sprintf.cc:3391
25639 #, gcc-internal-format
25640 msgid "%qE output %wu or more bytes (assuming %wu) into a destination of size %wu"
25641 msgstr ""
25643 #: gimple-ssa-sprintf.cc:3396
25644 #, gcc-internal-format
25645 msgid "%qE output %wu or more bytes into a destination of size %wu"
25646 msgstr ""
25648 #: gimple-ssa-sprintf.cc:3407
25649 #, gcc-internal-format
25650 msgid "%qE output %wu byte"
25651 msgid_plural "%qE output %wu bytes"
25652 msgstr[0] ""
25653 msgstr[1] ""
25654 msgstr[2] ""
25656 #: gimple-ssa-sprintf.cc:3411
25657 #, gcc-internal-format
25658 msgid "%qE output between %wu and %wu bytes"
25659 msgstr ""
25661 #: gimple-ssa-sprintf.cc:3415
25662 #, gcc-internal-format
25663 msgid "%qE output %wu or more bytes (assuming %wu)"
25664 msgstr ""
25666 #: gimple-ssa-sprintf.cc:3419
25667 #, gcc-internal-format
25668 msgid "%qE output %wu or more bytes"
25669 msgstr ""
25671 #: gimple-ssa-sprintf.cc:3803
25672 #, gcc-internal-format
25673 msgid "%<%.*s%> directive width out of range"
25674 msgstr ""
25676 #: gimple-ssa-sprintf.cc:3837
25677 #, gcc-internal-format
25678 msgid "%<%.*s%> directive precision out of range"
25679 msgstr ""
25681 #: gimple-ssa-sprintf.cc:3970
25682 msgid "%qE arguments %Z and maybe %Z overlap destination object %qE"
25683 msgstr ""
25685 #: gimple-ssa-sprintf.cc:3982
25686 msgid "%qE argument %Z overlaps destination object %qE"
25687 msgid_plural "%qE arguments %Z overlap destination object %qE"
25688 msgstr[0] ""
25689 msgstr[1] ""
25690 msgstr[2] ""
25692 #: gimple-ssa-sprintf.cc:3993
25693 msgid "%qE argument %Z may overlap destination object %qE"
25694 msgid_plural "%qE arguments %Z may overlap destination object %qE"
25695 msgstr[0] ""
25696 msgstr[1] ""
25697 msgstr[2] ""
25699 #: gimple-ssa-sprintf.cc:4013
25700 #, gcc-internal-format
25701 msgid "destination object referenced by %<restrict%>-qualified argument 1 was declared here"
25702 msgstr ""
25704 #: gimple-ssa-sprintf.cc:4600
25705 #, gcc-internal-format
25706 msgid "specified bound %wu exceeds maximum object size %wu"
25707 msgstr ""
25709 #: gimple-ssa-sprintf.cc:4611
25710 #, gcc-internal-format
25711 msgid "specified bound %wu exceeds %<INT_MAX%>"
25712 msgstr ""
25714 #: gimple-ssa-sprintf.cc:4637
25715 #, gcc-internal-format
25716 msgid "specified bound range [%wu, %wu] exceeds %<INT_MAX%>"
25717 msgstr ""
25719 #: gimple-ssa-sprintf.cc:4681
25720 #, gcc-internal-format
25721 msgid "null destination pointer"
25722 msgstr ""
25724 #: gimple-ssa-sprintf.cc:4698
25725 #, gcc-internal-format
25726 msgid "specified bound %wu exceeds the size %wu of the destination object"
25727 msgstr ""
25729 #: gimple-ssa-sprintf.cc:4710
25730 #, gcc-internal-format
25731 msgid "null format string"
25732 msgstr ""
25734 #: gimple-ssa-warn-access.cc:174
25735 #, gcc-internal-format
25736 msgid "%qD specified bound %s exceeds maximum object size %E"
25737 msgstr ""
25739 #: gimple-ssa-warn-access.cc:182
25740 #, gcc-internal-format
25741 msgid "%qD specified bound %s exceeds the size %E of unterminated array"
25742 msgstr ""
25744 #: gimple-ssa-warn-access.cc:185
25745 #, gcc-internal-format
25746 msgid "%qD specified bound %s may exceed the size of at most %E of unterminated array"
25747 msgstr ""
25749 #: gimple-ssa-warn-access.cc:188
25750 #, gcc-internal-format
25751 msgid "%qD specified bound %s exceeds the size of at most %E of unterminated array"
25752 msgstr ""
25754 #: gimple-ssa-warn-access.cc:196
25755 #, gcc-internal-format
25756 msgid "%qD argument missing terminating nul"
25757 msgstr ""
25759 #: gimple-ssa-warn-access.cc:205
25760 #, gcc-internal-format
25761 msgid "%qs specified bound %s exceeds maximum object size %E"
25762 msgstr ""
25764 #: gimple-ssa-warn-access.cc:213
25765 #, gcc-internal-format
25766 msgid "%qs specified bound %s exceeds the size %E of unterminated array"
25767 msgstr ""
25769 #: gimple-ssa-warn-access.cc:216
25770 #, gcc-internal-format
25771 msgid "%qs specified bound %s may exceed the size of at most %E of unterminated array"
25772 msgstr ""
25774 #: gimple-ssa-warn-access.cc:219
25775 #, gcc-internal-format
25776 msgid "%qs specified bound %s exceeds the size of at most %E of unterminated array"
25777 msgstr ""
25779 #: gimple-ssa-warn-access.cc:227
25780 #, gcc-internal-format
25781 msgid "%qs argument missing terminating nul"
25782 msgstr ""
25784 #: gimple-ssa-warn-access.cc:490 gimple-ssa-warn-access.cc:732
25785 #, gcc-internal-format
25786 msgid "%qD specified bound %E exceeds maximum object size %E"
25787 msgstr ""
25789 #: gimple-ssa-warn-access.cc:495 gimple-ssa-warn-access.cc:748
25790 #, gcc-internal-format
25791 msgid "%qD specified bound [%E, %E] exceeds maximum object size %E"
25792 msgstr ""
25794 #: gimple-ssa-warn-access.cc:643
25795 #, gcc-internal-format
25796 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound %wu"
25797 msgstr ""
25799 #: gimple-ssa-warn-access.cc:649
25800 #, gcc-internal-format
25801 msgid "%qD argument %i declared attribute %<nonstring%> is smaller than the specified bound [%E, %E]"
25802 msgstr ""
25804 #: gimple-ssa-warn-access.cc:655
25805 #, gcc-internal-format
25806 msgid "%qD argument %i declared attribute %<nonstring%> may be smaller than the specified bound [%E, %E]"
25807 msgstr ""
25809 #: gimple-ssa-warn-access.cc:665
25810 #, gcc-internal-format
25811 msgid "%qD argument %i declared attribute %<nonstring%>"
25812 msgstr ""
25814 #: gimple-ssa-warn-access.cc:671
25815 #, gcc-internal-format
25816 msgid "argument %qD declared here"
25817 msgstr ""
25819 #: gimple-ssa-warn-access.cc:730
25820 #, gcc-internal-format
25821 msgid "%qD specified bound %E may exceed maximum object size %E"
25822 msgstr ""
25824 #: gimple-ssa-warn-access.cc:737
25825 #, gcc-internal-format
25826 msgid "specified bound %E may exceed maximum object size %E"
25827 msgstr ""
25829 #: gimple-ssa-warn-access.cc:739
25830 #, gcc-internal-format
25831 msgid "specified bound %E exceeds maximum object size %E"
25832 msgstr ""
25834 #: gimple-ssa-warn-access.cc:746
25835 #, gcc-internal-format
25836 msgid "%qD specified bound [%E, %E] may exceed maximum object size %E"
25837 msgstr ""
25839 #: gimple-ssa-warn-access.cc:754
25840 #, gcc-internal-format
25841 msgid "specified bound [%E, %E] may exceed maximum object size %E"
25842 msgstr ""
25844 #: gimple-ssa-warn-access.cc:756
25845 #, gcc-internal-format
25846 msgid "specified bound [%E, %E] exceeds maximum object size %E"
25847 msgstr ""
25849 #: gimple-ssa-warn-access.cc:766
25850 #, gcc-internal-format
25851 msgid "%qD specified bound %E may exceed source size %E"
25852 msgstr ""
25854 #: gimple-ssa-warn-access.cc:768
25855 #, gcc-internal-format
25856 msgid "%qD specified bound %E exceeds source size %E"
25857 msgstr ""
25859 #: gimple-ssa-warn-access.cc:773
25860 #, gcc-internal-format
25861 msgid "specified bound %E may exceed source size %E"
25862 msgstr ""
25864 #: gimple-ssa-warn-access.cc:775
25865 #, gcc-internal-format
25866 msgid "specified bound %E exceeds source size %E"
25867 msgstr ""
25869 #: gimple-ssa-warn-access.cc:782
25870 #, gcc-internal-format
25871 msgid "%qD specified bound [%E, %E] may exceed source size %E"
25872 msgstr ""
25874 #: gimple-ssa-warn-access.cc:784
25875 #, gcc-internal-format
25876 msgid "%qD specified bound [%E, %E] exceeds source size %E"
25877 msgstr ""
25879 #: gimple-ssa-warn-access.cc:789
25880 #, gcc-internal-format
25881 msgid "specified bound [%E, %E] may exceed source size %E"
25882 msgstr ""
25884 #: gimple-ssa-warn-access.cc:791
25885 #, gcc-internal-format
25886 msgid "specified bound [%E, %E] exceeds source size %E"
25887 msgstr ""
25889 #: gimple-ssa-warn-access.cc:799
25890 #, gcc-internal-format
25891 msgid "source object allocated here"
25892 msgstr ""
25894 #: gimple-ssa-warn-access.cc:822
25895 #, gcc-internal-format
25896 msgid "%qD specified size %E may exceed maximum object size %E"
25897 msgstr ""
25899 #: gimple-ssa-warn-access.cc:824
25900 #, gcc-internal-format
25901 msgid "%qD specified size %E exceeds maximum object size %E"
25902 msgstr ""
25904 #: gimple-ssa-warn-access.cc:829
25905 #, gcc-internal-format
25906 msgid "specified size %E may exceed maximum object size %E"
25907 msgstr ""
25909 #: gimple-ssa-warn-access.cc:831
25910 #, gcc-internal-format
25911 msgid "specified size %E exceeds maximum object size %E"
25912 msgstr ""
25914 #: gimple-ssa-warn-access.cc:838
25915 #, gcc-internal-format
25916 msgid "%qD specified size between %E and %E may exceed maximum object size %E"
25917 msgstr ""
25919 #: gimple-ssa-warn-access.cc:840
25920 #, gcc-internal-format
25921 msgid "%qD specified size between %E and %E exceeds maximum object size %E"
25922 msgstr ""
25924 #: gimple-ssa-warn-access.cc:845
25925 #, gcc-internal-format
25926 msgid "specified size between %E and %E may exceed maximum object size %E"
25927 msgstr ""
25929 #: gimple-ssa-warn-access.cc:847
25930 #, gcc-internal-format
25931 msgid "specified size between %E and %E exceeds maximum object size %E"
25932 msgstr ""
25934 #: gimple-ssa-warn-access.cc:857
25935 #, gcc-internal-format
25936 msgid "%qD specified bound %E may exceed destination size %E"
25937 msgstr ""
25939 #: gimple-ssa-warn-access.cc:864
25940 #, gcc-internal-format
25941 msgid "specified bound %E may exceed destination size %E"
25942 msgstr ""
25944 #: gimple-ssa-warn-access.cc:866
25945 #, gcc-internal-format
25946 msgid "specified bound %E exceeds destination size %E"
25947 msgstr ""
25949 #: gimple-ssa-warn-access.cc:873
25950 #, gcc-internal-format
25951 msgid "%qD specified bound [%E, %E] may exceed destination size %E"
25952 msgstr ""
25954 #: gimple-ssa-warn-access.cc:875
25955 #, gcc-internal-format
25956 msgid "%qD specified bound [%E, %E] exceeds destination size %E"
25957 msgstr ""
25959 #: gimple-ssa-warn-access.cc:880 gimple-ssa-warn-access.cc:882
25960 #, gcc-internal-format
25961 msgid "specified bound [%E, %E] exceeds destination size %E"
25962 msgstr ""
25964 #: gimple-ssa-warn-access.cc:891
25965 #, gcc-internal-format
25966 msgid "destination object allocated here"
25967 msgstr ""
25969 #: gimple-ssa-warn-access.cc:935
25970 #, gcc-internal-format
25971 msgid "%qD may access %E byte in a region of size %E"
25972 msgstr ""
25974 #: gimple-ssa-warn-access.cc:937
25975 #, gcc-internal-format
25976 msgid "%qD accessing %E byte in a region of size %E"
25977 msgstr ""
25979 #: gimple-ssa-warn-access.cc:940
25980 #, gcc-internal-format
25981 msgid "%qD may access %E bytes in a region of size %E"
25982 msgstr ""
25984 #: gimple-ssa-warn-access.cc:942
25985 #, gcc-internal-format
25986 msgid "%qD accessing %E bytes in a region of size %E"
25987 msgstr ""
25989 #: gimple-ssa-warn-access.cc:947
25990 #, gcc-internal-format
25991 msgid "may access %E byte in a region of size %E"
25992 msgstr ""
25994 #: gimple-ssa-warn-access.cc:949
25995 #, gcc-internal-format
25996 msgid "accessing %E byte in a region of size %E"
25997 msgstr ""
25999 #: gimple-ssa-warn-access.cc:952
26000 #, gcc-internal-format
26001 msgid "may access %E bytes in a region of size %E"
26002 msgstr ""
26004 #: gimple-ssa-warn-access.cc:954
26005 #, gcc-internal-format
26006 msgid "accessing %E bytes in a region of size %E"
26007 msgstr ""
26009 #: gimple-ssa-warn-access.cc:963
26010 #, gcc-internal-format
26011 msgid "%qD may access %E or more bytes in a region of size %E"
26012 msgstr ""
26014 #: gimple-ssa-warn-access.cc:965
26015 #, gcc-internal-format
26016 msgid "%qD accessing %E or more bytes in a region of size %E"
26017 msgstr ""
26019 #: gimple-ssa-warn-access.cc:970
26020 #, gcc-internal-format
26021 msgid "may access %E or more bytes in a region of size %E"
26022 msgstr ""
26024 #: gimple-ssa-warn-access.cc:972
26025 #, gcc-internal-format
26026 msgid "accessing %E or more bytes in a region of size %E"
26027 msgstr ""
26029 #: gimple-ssa-warn-access.cc:980
26030 #, gcc-internal-format
26031 msgid "%qD may access between %E and %E bytes in a region of size %E"
26032 msgstr ""
26034 #: gimple-ssa-warn-access.cc:982
26035 #, gcc-internal-format
26036 msgid "%qD accessing between %E and %E bytes in a region of size %E"
26037 msgstr ""
26039 #: gimple-ssa-warn-access.cc:987
26040 #, gcc-internal-format
26041 msgid "may access between %E and %E bytes in a region of size %E"
26042 msgstr ""
26044 #: gimple-ssa-warn-access.cc:989
26045 #, gcc-internal-format
26046 msgid "accessing between %E and %E bytes in a region of size %E"
26047 msgstr ""
26049 #: gimple-ssa-warn-access.cc:1001
26050 #, gcc-internal-format
26051 msgid "%qD may write %E byte into a region of size %E"
26052 msgstr ""
26054 #: gimple-ssa-warn-access.cc:1003
26055 #, gcc-internal-format
26056 msgid "%qD writing %E byte into a region of size %E overflows the destination"
26057 msgstr ""
26059 #: gimple-ssa-warn-access.cc:1006
26060 #, gcc-internal-format
26061 msgid "%qD may write %E bytes into a region of size %E"
26062 msgstr ""
26064 #: gimple-ssa-warn-access.cc:1008
26065 #, gcc-internal-format
26066 msgid "%qD writing %E bytes into a region of size %E overflows the destination"
26067 msgstr ""
26069 #: gimple-ssa-warn-access.cc:1013
26070 #, gcc-internal-format
26071 msgid "may write %E byte into a region of size %E"
26072 msgstr ""
26074 #: gimple-ssa-warn-access.cc:1015
26075 #, gcc-internal-format
26076 msgid "writing %E byte into a region of size %E overflows the destination"
26077 msgstr ""
26079 #: gimple-ssa-warn-access.cc:1018
26080 #, gcc-internal-format
26081 msgid "may write %E bytes into a region of size %E"
26082 msgstr ""
26084 #: gimple-ssa-warn-access.cc:1020
26085 #, gcc-internal-format
26086 msgid "writing %E bytes into a region of size %E overflows the destination"
26087 msgstr ""
26089 #: gimple-ssa-warn-access.cc:1029
26090 #, gcc-internal-format
26091 msgid "%qD may write %E or more bytes into a region of size %E"
26092 msgstr ""
26094 #: gimple-ssa-warn-access.cc:1031 gimple-ssa-warn-access.cc:1408
26095 #, gcc-internal-format
26096 msgid "%qD writing %E or more bytes into a region of size %E overflows the destination"
26097 msgstr ""
26099 #: gimple-ssa-warn-access.cc:1037
26100 #, gcc-internal-format
26101 msgid "may write %E or more bytes into a region of size %E"
26102 msgstr ""
26104 #: gimple-ssa-warn-access.cc:1039 gimple-ssa-warn-access.cc:1413
26105 #, gcc-internal-format
26106 msgid "writing %E or more bytes into a region of size %E overflows the destination"
26107 msgstr ""
26109 #: gimple-ssa-warn-access.cc:1048
26110 #, gcc-internal-format
26111 msgid "%qD may write between %E and %E bytes into a region of size %E"
26112 msgstr ""
26114 #: gimple-ssa-warn-access.cc:1050
26115 #, gcc-internal-format
26116 msgid "%qD writing between %E and %E bytes into a region of size %E overflows the destination"
26117 msgstr ""
26119 #: gimple-ssa-warn-access.cc:1056
26120 #, gcc-internal-format
26121 msgid "may write between %E and %E bytes into a region of size %E"
26122 msgstr ""
26124 #: gimple-ssa-warn-access.cc:1058
26125 #, gcc-internal-format
26126 msgid "writing between %E and %E bytes into a region of size %E overflows the destination"
26127 msgstr ""
26129 #: gimple-ssa-warn-access.cc:1072
26130 #, gcc-internal-format
26131 msgid "%qD may read %E byte from a region of size %E"
26132 msgstr ""
26134 #: gimple-ssa-warn-access.cc:1074
26135 #, gcc-internal-format
26136 msgid "%qD reading %E byte from a region of size %E"
26137 msgstr ""
26139 #: gimple-ssa-warn-access.cc:1077
26140 #, gcc-internal-format
26141 msgid "%qD may read %E bytes from a region of size %E"
26142 msgstr ""
26144 #: gimple-ssa-warn-access.cc:1079
26145 #, gcc-internal-format
26146 msgid "%qD reading %E bytes from a region of size %E"
26147 msgstr ""
26149 #: gimple-ssa-warn-access.cc:1085
26150 #, gcc-internal-format
26151 msgid "may read %E byte from a region of size %E"
26152 msgstr ""
26154 #: gimple-ssa-warn-access.cc:1087
26155 #, gcc-internal-format
26156 msgid "reading %E byte from a region of size %E"
26157 msgstr ""
26159 #: gimple-ssa-warn-access.cc:1090
26160 #, gcc-internal-format
26161 msgid "may read %E bytes from a region of size %E"
26162 msgstr ""
26164 #: gimple-ssa-warn-access.cc:1092
26165 #, gcc-internal-format
26166 msgid "reading %E bytes from a region of size %E"
26167 msgstr ""
26169 #: gimple-ssa-warn-access.cc:1101
26170 #, gcc-internal-format
26171 msgid "%qD may read %E or more bytes from a region of size %E"
26172 msgstr ""
26174 #: gimple-ssa-warn-access.cc:1103
26175 #, gcc-internal-format
26176 msgid "%qD reading %E or more bytes from a region of size %E"
26177 msgstr ""
26179 #: gimple-ssa-warn-access.cc:1108
26180 #, gcc-internal-format
26181 msgid "may read %E or more bytes from a region of size %E"
26182 msgstr ""
26184 #: gimple-ssa-warn-access.cc:1110
26185 #, gcc-internal-format
26186 msgid "reading %E or more bytes from a region of size %E"
26187 msgstr ""
26189 #: gimple-ssa-warn-access.cc:1118
26190 #, gcc-internal-format
26191 msgid "%qD may read between %E and %E bytes from a region of size %E"
26192 msgstr ""
26194 #: gimple-ssa-warn-access.cc:1120
26195 #, gcc-internal-format
26196 msgid "%qD reading between %E and %E bytes from a region of size %E"
26197 msgstr ""
26199 #: gimple-ssa-warn-access.cc:1125
26200 #, gcc-internal-format
26201 msgid "may read between %E and %E bytes from a region of size %E"
26202 msgstr ""
26204 #: gimple-ssa-warn-access.cc:1127
26205 #, gcc-internal-format
26206 msgid "reading between %E and %E bytes from a region of size %E"
26207 msgstr ""
26209 #: gimple-ssa-warn-access.cc:1142
26210 #, gcc-internal-format
26211 msgid "%qD expecting %E byte in a region of size %E"
26212 msgid_plural "%qD expecting %E bytes in a region of size %E"
26213 msgstr[0] ""
26214 msgstr[1] ""
26215 msgstr[2] ""
26217 #: gimple-ssa-warn-access.cc:1147
26218 #, gcc-internal-format
26219 msgid "expecting %E byte in a region of size %E"
26220 msgid_plural "expecting %E bytes in a region of size %E"
26221 msgstr[0] ""
26222 msgstr[1] ""
26223 msgstr[2] ""
26225 #: gimple-ssa-warn-access.cc:1155
26226 #, gcc-internal-format
26227 msgid "%qD expecting %E or more bytes in a region of size %E"
26228 msgstr ""
26230 #: gimple-ssa-warn-access.cc:1159
26231 #, gcc-internal-format
26232 msgid "expecting %E or more bytes in a region of size %E"
26233 msgstr ""
26235 #: gimple-ssa-warn-access.cc:1166
26236 #, gcc-internal-format
26237 msgid "%qD expecting between %E and %E bytes in a region of size %E"
26238 msgstr ""
26240 #: gimple-ssa-warn-access.cc:1170
26241 #, gcc-internal-format
26242 msgid "expecting between %E and %E bytes in a region of size %E"
26243 msgstr ""
26245 #: gimple-ssa-warn-access.cc:2036
26246 #, gcc-internal-format
26247 msgid "%qD called on pointer %qE with nonzero offset%s"
26248 msgstr ""
26250 #: gimple-ssa-warn-access.cc:2051 gimple-ssa-warn-access.cc:3790
26251 #, gcc-internal-format
26252 msgid "returned from %qD"
26253 msgstr ""
26255 #: gimple-ssa-warn-access.cc:2054
26256 #, gcc-internal-format
26257 msgid "returned from %qT"
26258 msgstr ""
26260 #: gimple-ssa-warn-access.cc:2056
26261 #, gcc-internal-format
26262 msgid "obtained here"
26263 msgstr ""
26265 #: gimple-ssa-warn-access.cc:2263
26266 #, gcc-internal-format
26267 msgid "argument %i value %qE is negative"
26268 msgstr ""
26270 #: gimple-ssa-warn-access.cc:2280
26271 #, gcc-internal-format, gfc-internal-format
26272 msgid "argument %i value is zero"
26273 msgstr ""
26275 #: gimple-ssa-warn-access.cc:2298
26276 #, gcc-internal-format
26277 msgid "argument %i value %qE exceeds maximum object size %E"
26278 msgstr ""
26280 #: gimple-ssa-warn-access.cc:2312
26281 #, gcc-internal-format
26282 msgid "argument %i range [%E, %E] is negative"
26283 msgstr ""
26285 #: gimple-ssa-warn-access.cc:2319
26286 #, gcc-internal-format
26287 msgid "argument %i range [%E, %E] exceeds maximum object size %E"
26288 msgstr ""
26290 #: gimple-ssa-warn-access.cc:2349
26291 #, gcc-internal-format
26292 msgid "product %<%E * %E%> of arguments %i and %i exceeds %<SIZE_MAX%>"
26293 msgstr ""
26295 #: gimple-ssa-warn-access.cc:2355
26296 #, gcc-internal-format
26297 msgid "product %<%E * %E%> of arguments %i and %i exceeds maximum object size %E"
26298 msgstr ""
26300 #: gimple-ssa-warn-access.cc:2366 gimple-ssa-warn-access.cc:2369
26301 #, gcc-internal-format
26302 msgid "argument %i in the range [%E, %E]"
26303 msgstr ""
26305 #: gimple-ssa-warn-access.cc:2380
26306 #, gcc-internal-format
26307 msgid "in a call to built-in allocation function %qD"
26308 msgstr ""
26310 #: gimple-ssa-warn-access.cc:2383
26311 #, gcc-internal-format
26312 msgid "in a call to allocation function %qD declared here"
26313 msgstr ""
26315 #: gimple-ssa-warn-access.cc:2828
26316 #, gcc-internal-format
26317 msgid "unknown architecture specifier in memory model %wi for %qD"
26318 msgstr ""
26320 #: gimple-ssa-warn-access.cc:2920
26321 #, gcc-internal-format
26322 msgid "invalid memory model %qs for %qD"
26323 msgstr ""
26325 #: gimple-ssa-warn-access.cc:2924
26326 #, gcc-internal-format
26327 msgid "invalid memory model %wi for %qD"
26328 msgstr ""
26330 #: gimple-ssa-warn-access.cc:2939 gimple-ssa-warn-access.cc:2993
26331 #, gcc-internal-format, gfc-internal-format
26332 msgid "valid models are %s"
26333 msgstr ""
26335 #: gimple-ssa-warn-access.cc:2953
26336 #, gcc-internal-format
26337 msgid "invalid failure memory model %qs for %qD"
26338 msgstr ""
26340 #: gimple-ssa-warn-access.cc:2958
26341 #, gcc-internal-format
26342 msgid "valid failure models are %qs, %qs, %qs, %qs"
26343 msgstr ""
26345 #: gimple-ssa-warn-access.cc:2974
26346 #, gcc-internal-format
26347 msgid "failure memory model %qs cannot be stronger than success memory model %qs for %qD"
26348 msgstr ""
26350 #: gimple-ssa-warn-access.cc:3000
26351 #, gcc-internal-format
26352 msgid "failure memory model %wi cannot be stronger than success memory model %wi for %qD"
26353 msgstr ""
26355 #: gimple-ssa-warn-access.cc:3435
26356 #, gcc-internal-format, gfc-internal-format
26357 msgid "bound argument %i value %s is negative for a variable length array argument %i of type %s"
26358 msgstr ""
26360 #: gimple-ssa-warn-access.cc:3443
26361 #, gcc-internal-format, gfc-internal-format
26362 msgid "argument %i value %s is negative"
26363 msgstr ""
26365 #: gimple-ssa-warn-access.cc:3493
26366 #, gcc-internal-format, gfc-internal-format
26367 msgid "argument %i of variable length array %s is null but the corresponding bound argument %i value is %s"
26368 msgstr ""
26370 #: gimple-ssa-warn-access.cc:3502
26371 #, gcc-internal-format, gfc-internal-format
26372 msgid "argument %i is null but the corresponding size argument %i value is %s"
26373 msgstr ""
26375 #: gimple-ssa-warn-access.cc:3513
26376 #, gcc-internal-format
26377 msgid "argument %i to %<%T[static %E]%> is null where non-null expected"
26378 msgstr ""
26380 #: gimple-ssa-warn-access.cc:3576
26381 #, gcc-internal-format
26382 msgid "referencing argument %u of type %qT"
26383 msgstr ""
26385 #: gimple-ssa-warn-access.cc:3590
26386 #, gcc-internal-format
26387 msgid "in a call to function %qD declared with attribute %qs"
26388 msgstr ""
26390 #: gimple-ssa-warn-access.cc:3594
26391 #, gcc-internal-format
26392 msgid "in a call with type %qT and attribute %qs"
26393 msgstr ""
26395 #: gimple-ssa-warn-access.cc:3601
26396 #, gcc-internal-format
26397 msgid "in a call to function %qD"
26398 msgstr ""
26400 #: gimple-ssa-warn-access.cc:3604
26401 #, gcc-internal-format
26402 msgid "in a call with type %qT"
26403 msgstr ""
26405 #: gimple-ssa-warn-access.cc:3710
26406 #, gcc-internal-format
26407 msgid "%qD called on unallocated object %qD"
26408 msgstr ""
26410 #: gimple-ssa-warn-access.cc:3729
26411 #, gcc-internal-format
26412 msgid "%qD called on a pointer to an unallocated object %qE"
26413 msgstr ""
26415 #: gimple-ssa-warn-access.cc:3738
26416 #, gcc-internal-format
26417 msgid "assigned here"
26418 msgstr ""
26420 #: gimple-ssa-warn-access.cc:3771
26421 #, gcc-internal-format
26422 msgid "%qD called on pointer returned from a mismatched allocation function"
26423 msgstr ""
26425 #: gimple-ssa-warn-access.cc:3780
26426 #, gcc-internal-format
26427 msgid "%qD called on pointer to an unallocated object"
26428 msgstr ""
26430 #: gimple-ssa-warn-access.cc:3928
26431 #, gcc-internal-format
26432 msgid "pointer %qE may be used after %qD"
26433 msgstr ""
26435 #: gimple-ssa-warn-access.cc:3929
26436 #, gcc-internal-format
26437 msgid "pointer %qE used after %qD"
26438 msgstr ""
26440 #: gimple-ssa-warn-access.cc:3933
26441 #, gcc-internal-format
26442 msgid "pointer may be used after %qD"
26443 msgstr ""
26445 #: gimple-ssa-warn-access.cc:3934
26446 #, gcc-internal-format
26447 msgid "pointer used after %qD"
26448 msgstr ""
26450 #: gimple-ssa-warn-access.cc:3938
26451 #, gcc-internal-format
26452 msgid "call to %qD here"
26453 msgstr ""
26455 #: gimple-ssa-warn-access.cc:3955
26456 #, gcc-internal-format
26457 msgid "dangling pointer %qE to %qD may be used"
26458 msgstr ""
26460 #: gimple-ssa-warn-access.cc:3956
26461 #, gcc-internal-format
26462 msgid "using dangling pointer %qE to %qD"
26463 msgstr ""
26465 #: gimple-ssa-warn-access.cc:3961
26466 #, gcc-internal-format
26467 msgid "dangling pointer to %qD may be used"
26468 msgstr ""
26470 #: gimple-ssa-warn-access.cc:3962
26471 #, gcc-internal-format
26472 msgid "using a dangling pointer to %qD"
26473 msgstr ""
26475 #: gimple-ssa-warn-access.cc:3965 gimple-ssa-warn-access.cc:4617
26476 #: gimple-ssa-warn-access.cc:4620 gimple-ssa-warn-restrict.cc:1828
26477 #: tree-ssa-uninit.cc:906 tree-ssa-uninit.cc:1105 c/c-decl.cc:3996
26478 #: c/c-decl.cc:4277 c/c-typeck.cc:9355 c/c-typeck.cc:12110 cp/class.cc:1492
26479 #: cp/class.cc:3291 cp/constexpr.cc:1067 cp/decl.cc:4450 cp/decl.cc:12609
26480 #: cp/decl.cc:13109 cp/decl.cc:13118 cp/decl.cc:14079 cp/friend.cc:406
26481 #: cp/friend.cc:416 cp/init.cc:2908 cp/parser.cc:3566 cp/parser.cc:3712
26482 #: cp/parser.cc:3763 cp/parser.cc:7005 cp/parser.cc:24456 cp/typeck.cc:4944
26483 #, gcc-internal-format
26484 msgid "%qD declared here"
26485 msgstr ""
26487 #: gimple-ssa-warn-access.cc:3973
26488 #, gcc-internal-format
26489 msgid "dangling pointer %qE to an unnamed temporary may be used"
26490 msgstr ""
26492 #: gimple-ssa-warn-access.cc:3975
26493 #, gcc-internal-format
26494 msgid "using dangling pointer %qE to an unnamed temporary"
26495 msgstr ""
26497 #: gimple-ssa-warn-access.cc:3981
26498 #, gcc-internal-format
26499 msgid "dangling pointer to an unnamed temporary may be used"
26500 msgstr ""
26502 #: gimple-ssa-warn-access.cc:3983
26503 #, gcc-internal-format
26504 msgid "using a dangling pointer to an unnamed temporary"
26505 msgstr ""
26507 #: gimple-ssa-warn-access.cc:3987
26508 #, gcc-internal-format
26509 msgid "unnamed temporary defined here"
26510 msgstr ""
26512 #: gimple-ssa-warn-access.cc:4077
26513 #, gcc-internal-format
26514 msgid "%qD called on pointer %qE passed to mismatched allocation function %qD"
26515 msgstr ""
26517 #: gimple-ssa-warn-access.cc:4082
26518 #, gcc-internal-format
26519 msgid "%qD called on a pointer passed to mismatched reallocation function %qD"
26520 msgstr ""
26522 #: gimple-ssa-warn-access.cc:4088
26523 #, gcc-internal-format
26524 msgid "call to %qD"
26525 msgstr ""
26527 #: gimple-ssa-warn-access.cc:4611
26528 #, gcc-internal-format
26529 msgid "storing the address of local variable %qD in %qE"
26530 msgstr ""
26532 #: gimple-ssa-warn-alloca.cc:286
26533 #, gcc-internal-format
26534 msgid "use of %<alloca%>"
26535 msgstr ""
26537 #: gimple-ssa-warn-alloca.cc:325
26538 #, gcc-internal-format
26539 msgid "argument to variable-length array may be too large"
26540 msgstr ""
26542 #: gimple-ssa-warn-alloca.cc:327
26543 #, gcc-internal-format
26544 msgid "argument to %<alloca%> may be too large"
26545 msgstr ""
26547 #: gimple-ssa-warn-alloca.cc:332
26548 #, gcc-internal-format
26549 msgid "limit is %wu bytes, but argument may be as large as %s"
26550 msgstr ""
26552 #: gimple-ssa-warn-alloca.cc:344
26553 #, gcc-internal-format
26554 msgid "argument to variable-length array is too large"
26555 msgstr ""
26557 #: gimple-ssa-warn-alloca.cc:346
26558 #, gcc-internal-format
26559 msgid "argument to %<alloca%> is too large"
26560 msgstr ""
26562 #: gimple-ssa-warn-alloca.cc:350
26563 #, gcc-internal-format
26564 msgid "limit is %wu bytes, but argument is %s"
26565 msgstr ""
26567 #: gimple-ssa-warn-alloca.cc:362
26568 #, gcc-internal-format
26569 msgid "unbounded use of variable-length array"
26570 msgstr ""
26572 #: gimple-ssa-warn-alloca.cc:363
26573 #, gcc-internal-format
26574 msgid "unbounded use of %<alloca%>"
26575 msgstr ""
26577 #: gimple-ssa-warn-alloca.cc:368
26578 #, gcc-internal-format
26579 msgid "use of %<alloca%> within a loop"
26580 msgstr ""
26582 #: gimple-ssa-warn-alloca.cc:373
26583 #, gcc-internal-format
26584 msgid "argument to variable-length array is zero"
26585 msgstr ""
26587 #: gimple-ssa-warn-alloca.cc:375
26588 #, gcc-internal-format
26589 msgid "argument to %<alloca%> is zero"
26590 msgstr ""
26592 #: gimple-ssa-warn-restrict.cc:1496
26593 #, gcc-internal-format
26594 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu byte at offset %s"
26595 msgstr ""
26597 #: gimple-ssa-warn-restrict.cc:1498
26598 #, gcc-internal-format
26599 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu bytes at offset %s"
26600 msgstr ""
26602 #: gimple-ssa-warn-restrict.cc:1502
26603 #, gcc-internal-format
26604 msgid "%qD accessing %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
26605 msgstr ""
26607 #: gimple-ssa-warn-restrict.cc:1504
26608 #, gcc-internal-format
26609 msgid "%qD accessing %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26610 msgstr ""
26612 #: gimple-ssa-warn-restrict.cc:1511
26613 #, gcc-internal-format
26614 msgid "%qD accessing %wu byte at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26615 msgid_plural "%qD accessing %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26616 msgstr[0] ""
26617 msgstr[1] ""
26618 msgstr[2] ""
26620 #: gimple-ssa-warn-restrict.cc:1521
26621 #, gcc-internal-format
26622 msgid "%qD accessing %wu byte at offsets %s and %s overlaps %wu or more bytes at offset %s"
26623 msgid_plural "%qD accessing %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26624 msgstr[0] ""
26625 msgstr[1] ""
26626 msgstr[2] ""
26628 #: gimple-ssa-warn-restrict.cc:1534
26629 #, gcc-internal-format
26630 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu byte at offset %s"
26631 msgid_plural "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26632 msgstr[0] ""
26633 msgstr[1] ""
26634 msgstr[2] ""
26636 #: gimple-ssa-warn-restrict.cc:1544
26637 #, gcc-internal-format
26638 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26639 msgstr ""
26641 #: gimple-ssa-warn-restrict.cc:1552
26642 #, gcc-internal-format
26643 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26644 msgstr ""
26646 #: gimple-ssa-warn-restrict.cc:1565
26647 #, gcc-internal-format
26648 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu byte at offset %s"
26649 msgid_plural "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu bytes at offset %s"
26650 msgstr[0] ""
26651 msgstr[1] ""
26652 msgstr[2] ""
26654 #: gimple-ssa-warn-restrict.cc:1573
26655 #, gcc-internal-format
26656 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps between %wu and %wu bytes at offset %s"
26657 msgstr ""
26659 #: gimple-ssa-warn-restrict.cc:1580
26660 #, gcc-internal-format
26661 msgid "%qD accessing %wu or more bytes at offsets %s and %s overlaps %wu or more bytes at offset %s"
26662 msgstr ""
26664 #: gimple-ssa-warn-restrict.cc:1608
26665 #, gcc-internal-format
26666 msgid "%qD accessing %wu byte may overlap %wu byte"
26667 msgid_plural "%qD accessing %wu bytes may overlap %wu byte"
26668 msgstr[0] ""
26669 msgstr[1] ""
26670 msgstr[2] ""
26672 #: gimple-ssa-warn-restrict.cc:1615
26673 #, gcc-internal-format
26674 msgid "%qD accessing %wu byte at offsets %s and %s may overlap %wu byte at offset %s"
26675 msgid_plural "%qD accessing %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
26676 msgstr[0] ""
26677 msgstr[1] ""
26678 msgstr[2] ""
26680 #: gimple-ssa-warn-restrict.cc:1626
26681 #, gcc-internal-format
26682 msgid "%qD accessing %wu byte may overlap up to %wu bytes"
26683 msgid_plural "%qD accessing %wu bytes may overlap up to %wu bytes"
26684 msgstr[0] ""
26685 msgstr[1] ""
26686 msgstr[2] ""
26688 #: gimple-ssa-warn-restrict.cc:1633
26689 #, gcc-internal-format
26690 msgid "%qD accessing %wu byte at offsets %s and %s may overlap up to %wu bytes at offset %s"
26691 msgid_plural "%qD accessing %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26692 msgstr[0] ""
26693 msgstr[1] ""
26694 msgstr[2] ""
26696 #: gimple-ssa-warn-restrict.cc:1646
26697 #, gcc-internal-format
26698 msgid "%qD accessing between %wu and %wu bytes may overlap %wu byte"
26699 msgid_plural "%qD accessing between %wu and %wu bytes may overlap up to %wu bytes"
26700 msgstr[0] ""
26701 msgstr[1] ""
26702 msgstr[2] ""
26704 #: gimple-ssa-warn-restrict.cc:1653
26705 #, gcc-internal-format
26706 msgid "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap %wu byte at offset %s"
26707 msgid_plural "%qD accessing between %wu and %wu bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26708 msgstr[0] ""
26709 msgstr[1] ""
26710 msgstr[2] ""
26712 #: gimple-ssa-warn-restrict.cc:1665
26713 #, gcc-internal-format
26714 msgid "%qD accessing %wu or more bytes at offsets %s and %s may overlap %wu byte at offset %s"
26715 msgid_plural "%qD accessing %wu or more bytes at offsets %s and %s may overlap up to %wu bytes at offset %s"
26716 msgstr[0] ""
26717 msgstr[1] ""
26718 msgstr[2] ""
26720 #: gimple-ssa-warn-restrict.cc:1711
26721 #, gcc-internal-format
26722 msgid "%qD specified bound %wu exceeds maximum object size %wu"
26723 msgstr ""
26725 #: gimple-ssa-warn-restrict.cc:1717
26726 #, gcc-internal-format
26727 msgid "%qD specified bound between %wu and %wu exceeds maximum object size %wu"
26728 msgstr ""
26730 #: gimple-ssa-warn-restrict.cc:1778
26731 #, gcc-internal-format
26732 msgid "%qD pointer overflow between offset %s and size %s accessing array %qD with type %qT"
26733 msgstr ""
26735 #: gimple-ssa-warn-restrict.cc:1783 c-family/c-warn.cc:3801
26736 #, gcc-internal-format
26737 msgid "array %qD declared here"
26738 msgstr ""
26740 #: gimple-ssa-warn-restrict.cc:1788 gimple-ssa-warn-restrict.cc:1794
26741 #, gcc-internal-format
26742 msgid "%qD pointer overflow between offset %s and size %s"
26743 msgstr ""
26745 #: gimple-ssa-warn-restrict.cc:1811
26746 #, gcc-internal-format
26747 msgid "%qD forming offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
26748 msgstr ""
26750 #: gimple-ssa-warn-restrict.cc:1814
26751 #, gcc-internal-format
26752 msgid "%qD offset %s is out of the bounds [0, %wu] of object %qD with type %qT"
26753 msgstr ""
26755 #: gimple-ssa-warn-restrict.cc:1820
26756 #, gcc-internal-format
26757 msgid "%qD forming offset %s is out of the bounds of object %qD with type %qT"
26758 msgstr ""
26760 #: gimple-ssa-warn-restrict.cc:1822
26761 #, gcc-internal-format
26762 msgid "%qD offset %s is out of the bounds of object %qD with type %qT"
26763 msgstr ""
26765 #: gimple-ssa-warn-restrict.cc:1835
26766 #, gcc-internal-format
26767 msgid "%qD forming offset %s is out of the bounds [0, %wu]"
26768 msgstr ""
26770 #: gimple-ssa-warn-restrict.cc:1837
26771 #, gcc-internal-format
26772 msgid "%qD offset %s is out of the bounds [0, %wu]"
26773 msgstr ""
26775 #: gimple-ssa-warn-restrict.cc:1843
26776 #, gcc-internal-format
26777 msgid "%qD forming offset %s is out of bounds"
26778 msgstr ""
26780 #: gimple-ssa-warn-restrict.cc:1844
26781 #, gcc-internal-format
26782 msgid "%qD offset %s is out of bounds"
26783 msgstr ""
26785 #: gimple-ssa-warn-restrict.cc:1856
26786 #, gcc-internal-format
26787 msgid "%qD offset %s from the object at %qE is out of the bounds of %qT"
26788 msgstr ""
26790 #: gimple-ssa-warn-restrict.cc:1864 gimple-ssa-warn-restrict.cc:1885
26791 #, gcc-internal-format
26792 msgid "subobject %qD declared here"
26793 msgstr ""
26795 #: gimple-ssa-warn-restrict.cc:1874
26796 #, gcc-internal-format
26797 msgid "%qD offset %s from the object at %qE is out of the bounds of referenced subobject %qD with type %qT at offset %wi"
26798 msgstr ""
26800 #: gimple-streamer-in.cc:207
26801 #, gcc-internal-format, gfc-internal-format
26802 msgid "bytecode stream: unknown GIMPLE statement tag %s"
26803 msgstr ""
26805 #: gimple-warn-recursion.cc:195
26806 #, gcc-internal-format
26807 msgid "infinite recursion detected"
26808 msgstr ""
26810 #: gimple-warn-recursion.cc:202
26811 #, gcc-internal-format
26812 msgid "recursive call"
26813 msgstr ""
26815 #: gimple.cc:1318
26816 #, gcc-internal-format, gfc-internal-format
26817 msgid "gimple check: expected %s(%s), have %s(%s) in %s, at %s:%d"
26818 msgstr ""
26820 #: gimplify.cc:2068
26821 #, gcc-internal-format
26822 msgid "statement will never be executed"
26823 msgstr ""
26825 #: gimplify.cc:2132
26826 #, gcc-internal-format
26827 msgid "%qs cannot be initialized with%<-ftrivial-auto-var_init%>"
26828 msgstr ""
26830 #: gimplify.cc:2524 gimplify.cc:2532
26831 #, gcc-internal-format
26832 msgid "this statement may fall through"
26833 msgstr ""
26835 #: gimplify.cc:2534
26836 #, gcc-internal-format
26837 msgid "here"
26838 msgstr ""
26840 #. We've found [[fallthrough]]; at the end of a switch, which the C++
26841 #. standard says is ill-formed; see [dcl.attr.fallthrough].
26842 #: gimplify.cc:2646 gimplify.cc:2669
26843 #, gcc-internal-format
26844 msgid "attribute %<fallthrough%> not preceding a case label or default label"
26845 msgstr ""
26847 #: gimplify.cc:3817
26848 #, gcc-internal-format
26849 msgid "using result of function returning %<void%>"
26850 msgstr ""
26852 #: gimplify.cc:6668
26853 #, gcc-internal-format, gfc-internal-format
26854 msgid "non-memory output %d must stay in memory"
26855 msgstr ""
26857 #: gimplify.cc:6683
26858 #, gcc-internal-format
26859 msgid "invalid lvalue in %<asm%> output %d"
26860 msgstr ""
26862 #: gimplify.cc:6830
26863 #, gcc-internal-format, gfc-internal-format
26864 msgid "non-memory input %d must stay in memory"
26865 msgstr ""
26867 #: gimplify.cc:6870 gimplify.cc:6880
26868 #, gcc-internal-format, gfc-internal-format
26869 msgid "memory input %d is not directly addressable"
26870 msgstr ""
26872 #: gimplify.cc:7502
26873 #, gcc-internal-format
26874 msgid "threadprivate variable %qE used in a region with %<order(concurrent)%> clause"
26875 msgstr ""
26877 #: gimplify.cc:7504
26878 #, gcc-internal-format
26879 msgid "enclosing region"
26880 msgstr ""
26882 #: gimplify.cc:7508
26883 #, gcc-internal-format
26884 msgid "threadprivate variable %qE used in target region"
26885 msgstr ""
26887 #: gimplify.cc:7510
26888 #, gcc-internal-format
26889 msgid "enclosing target region"
26890 msgstr ""
26892 #: gimplify.cc:7523
26893 #, gcc-internal-format
26894 msgid "threadprivate variable %qE used in untied task"
26895 msgstr ""
26897 #: gimplify.cc:7525
26898 #, gcc-internal-format
26899 msgid "enclosing task"
26900 msgstr ""
26902 #: gimplify.cc:7622
26903 #, gcc-internal-format
26904 msgid "%qE not specified in enclosing %qs"
26905 msgstr ""
26907 #: gimplify.cc:7624
26908 #, gcc-internal-format
26909 msgid "enclosing %qs"
26910 msgstr ""
26912 #: gimplify.cc:7767
26913 #, gcc-internal-format
26914 msgid "%qE not specified in enclosing OpenACC %qs construct"
26915 msgstr ""
26917 #: gimplify.cc:7769
26918 #, gcc-internal-format
26919 msgid "enclosing OpenACC %qs construct"
26920 msgstr ""
26922 #: gimplify.cc:7830
26923 #, gcc-internal-format
26924 msgid "%qE with %<link%> clause used in %<routine%> function"
26925 msgstr ""
26927 #: gimplify.cc:7838
26928 #, gcc-internal-format
26929 msgid "%qE requires a %<declare%> directive for use in a %<routine%> function"
26930 msgstr ""
26932 #: gimplify.cc:7907
26933 #, gcc-internal-format
26934 msgid "%qE not specified in enclosing %<target%>"
26935 msgstr ""
26937 #: gimplify.cc:7909
26938 #, gcc-internal-format
26939 msgid "enclosing %<target%>"
26940 msgstr ""
26942 #: gimplify.cc:7939 gimplify.cc:11197
26943 #, gcc-internal-format
26944 msgid "variable %qE declared in enclosing %<host_data%> region"
26945 msgstr ""
26947 #: gimplify.cc:7960
26948 #, gcc-internal-format
26949 msgid "%qD referenced in target region does not have a mappable type"
26950 msgstr ""
26952 #: gimplify.cc:8091
26953 #, gcc-internal-format
26954 msgid "iteration variable %qE is predetermined linear"
26955 msgstr ""
26957 #: gimplify.cc:8094
26958 #, gcc-internal-format
26959 msgid "iteration variable %qE should be private"
26960 msgstr ""
26962 #: gimplify.cc:8108
26963 #, gcc-internal-format
26964 msgid "iteration variable %qE should not be firstprivate"
26965 msgstr ""
26967 #: gimplify.cc:8111
26968 #, gcc-internal-format
26969 msgid "iteration variable %qE should not be reduction"
26970 msgstr ""
26972 #: gimplify.cc:8114
26973 #, gcc-internal-format
26974 msgid "iteration variable %qE should not be linear"
26975 msgstr ""
26977 #: gimplify.cc:9116 gimplify.cc:9127 gimplify.cc:9139 gimplify.cc:9154
26978 #: gimplify.cc:9350 gimplify.cc:9353 gimplify.cc:9363 gimplify.cc:9381
26979 #, gcc-internal-format
26980 msgid "unexpected mapping node"
26981 msgstr "neočekivani čvor (mapping node)"
26983 #: gimplify.cc:9415
26984 #, gcc-internal-format
26985 msgid "unexpected pointer mapping node"
26986 msgstr "neočekivan čvor (pointer mapping node)"
26988 #: gimplify.cc:9625
26989 #, gcc-internal-format
26990 msgid "base pointer cycle detected"
26991 msgstr ""
26993 #: gimplify.cc:9997
26994 #, gcc-internal-format
26995 msgid "data movement for component %qE is not compatible with movement for struct %qE"
26996 msgstr ""
26998 #: gimplify.cc:10042
26999 #, gcc-internal-format
27000 msgid "%qE appears more than once in map clauses"
27001 msgstr ""
27003 #: gimplify.cc:10648
27004 #, gcc-internal-format
27005 msgid "mapping field %qE of variable length structure"
27006 msgstr ""
27008 #: gimplify.cc:10858 gimplify.cc:10864
27009 #, gcc-internal-format
27010 msgid "conditional %<lastprivate%> clause on %qs construct"
27011 msgstr ""
27013 #: gimplify.cc:10881
27014 #, gcc-internal-format
27015 msgid "non-scalar variable %qD in conditional %<lastprivate%> clause"
27016 msgstr ""
27018 #: gimplify.cc:10903
27019 #, gcc-internal-format
27020 msgid "%<task%> reduction modifier on a construct with a %<nowait%> clause"
27021 msgstr ""
27023 #: gimplify.cc:10911
27024 #, gcc-internal-format
27025 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %qs, %<sections%> or %<scope%>"
27026 msgstr ""
27028 #: gimplify.cc:10922 gimplify.cc:10928 gimplify.cc:10934 gimplify.cc:10940
27029 #: gimplify.cc:10946 gimplify.cc:14926
27030 #, gcc-internal-format
27031 msgid "%<inscan%> %<reduction%> clause on %qs construct"
27032 msgstr ""
27034 #: gimplify.cc:11040
27035 #, gcc-internal-format
27036 msgid "%<linear%> clause for variable other than loop iterator specified on construct combined with %<distribute%>"
27037 msgstr ""
27039 #: gimplify.cc:11735
27040 #, gcc-internal-format
27041 msgid "copyprivate variable %qE is not threadprivate or private in outer context"
27042 msgstr ""
27044 #: gimplify.cc:11792
27045 #, gcc-internal-format
27046 msgid "%s variable %qE is private in outer context"
27047 msgstr ""
27049 #: gimplify.cc:11824
27050 #, gcc-internal-format
27051 msgid "expected %qs %<if%> clause modifier rather than %qs"
27052 msgstr ""
27054 #: gimplify.cc:11862
27055 #, gcc-internal-format
27056 msgid "%<device%> clause with %<ancestor%> is only allowed on %<target%> construct"
27057 msgstr ""
27059 #: gimplify.cc:11878
27060 #, gcc-internal-format
27061 msgid "with %<ancestor%>, only the %<device%>, %<firstprivate%>, %<private%>, %<defaultmap%>, and %<map%> clauses may appear on the construct"
27062 msgstr ""
27064 #: gimplify.cc:12090
27065 #, gcc-internal-format
27066 msgid "%qD specified in %qs clause but not in %<inscan%> %<reduction%> clause on the containing construct"
27067 msgstr ""
27069 #: gimplify.cc:12296
27070 #, gcc-internal-format
27071 msgid "%<_Atomic%> %qD in implicit %<map%> clause"
27072 msgstr ""
27074 #: gimplify.cc:12350
27075 #, gcc-internal-format
27076 msgid "%<_Atomic%> %qD in implicit %<firstprivate%> clause on %<target%> construct"
27077 msgstr ""
27079 #: gimplify.cc:12612
27080 #, gcc-internal-format
27081 msgid "%<_Atomic%> %qD in %<firstprivate%> clause on %<target%> construct"
27082 msgstr ""
27084 #: gimplify.cc:12685
27085 #, gcc-internal-format
27086 msgid "same variable used in %<firstprivate%> and %<lastprivate%> clauses on %<distribute%> construct"
27087 msgstr ""
27089 #: gimplify.cc:12799
27090 #, gcc-internal-format
27091 msgid "incompatible data clause with reduction on %qE; promoting to %<present_or_copy%>"
27092 msgstr ""
27094 #: gimplify.cc:12948
27095 #, gcc-internal-format
27096 msgid "%qD specified in %<inscan%> %<reduction%> clause but not in %<scan%> directive clause"
27097 msgstr ""
27099 #: gimplify.cc:12967
27100 #, gcc-internal-format
27101 msgid "invalid private reduction on %qE"
27102 msgstr ""
27104 #: gimplify.cc:13133
27105 #, gcc-internal-format
27106 msgid "%<inscan%> %<reduction%> clause used together with %<linear%> clause for a variable other than loop iterator"
27107 msgstr ""
27109 #: gimplify.cc:13472
27110 #, gcc-internal-format
27111 msgid "%<mutexinoutset%> kind in %<depend%> clause on a %<taskwait%> construct"
27112 msgstr ""
27114 #: gimplify.cc:13482
27115 #, gcc-internal-format
27116 msgid "%<taskwait%> construct with %<nowait%> clause but no %<depend%> clauses"
27117 msgstr ""
27119 #: gimplify.cc:13766 gimplify.cc:13770 gimplify.cc:13779 gimplify.cc:13791
27120 #: gimplify.cc:13796
27121 #, gcc-internal-format
27122 msgid "%qs clause may not appear on non-rectangular %qs"
27123 msgstr ""
27125 #: gimplify.cc:13958
27126 #, gcc-internal-format
27127 msgid "%<linear%> clause may not be specified together with %<ordered%> clause if stand-alone %<ordered%> construct is nested in it"
27128 msgstr ""
27130 #: gimplify.cc:14023
27131 #, gcc-internal-format
27132 msgid "threadprivate iteration variable %qD"
27133 msgstr ""
27135 #: gimplify.cc:14054 gimplify.cc:14162
27136 #, gcc-internal-format
27137 msgid "conditional %<lastprivate%> on loop iterator %qD ignored"
27138 msgstr ""
27140 #: gimplify.cc:14864
27141 #, gcc-internal-format
27142 msgid "%<bind%> clause not specified on a %<loop%> construct not nested inside another OpenMP construct"
27143 msgstr ""
27145 #: gimplify.cc:14888
27146 #, gcc-internal-format
27147 msgid "%<bind(parallel)%> on a %<loop%> construct nested inside %<simd%> construct"
27148 msgstr ""
27150 #: gimplify.cc:14908
27151 #, gcc-internal-format
27152 msgid "%<bind(teams)%> on a %<loop%> region not strictly nested inside of a %<teams%> region"
27153 msgstr ""
27155 #: gimplify.cc:14933
27156 #, gcc-internal-format
27157 msgid "invalid %<task%> reduction modifier on construct other than %<parallel%>, %qs or %<sections%>"
27158 msgstr ""
27160 #: gimplify.cc:14961
27161 #, gcc-internal-format
27162 msgid "%<lastprivate%> clause on a %<loop%> construct refers to a variable %qD which is not the loop iterator"
27163 msgstr ""
27165 #: gimplify.cc:16042
27166 #, gcc-internal-format
27167 msgid "%<ordered%> construct with %qs clause must be closely nested inside a loop with %<ordered%> clause"
27168 msgstr ""
27170 #: gimplify.cc:16063
27171 #, gcc-internal-format
27172 msgid "variable %qE is not an iteration of outermost loop %d, expected %qE"
27173 msgstr ""
27175 #: gimplify.cc:16076
27176 #, gcc-internal-format
27177 msgid "number of variables in %qs clause with %<sink%> modifier does not match number of iteration variables"
27178 msgstr ""
27180 #: gimplify.cc:16090
27181 #, gcc-internal-format
27182 msgid "more than one %qs clause with %<source%> modifier on an %<ordered%> construct"
27183 msgstr ""
27185 #: gimplify.cc:16103
27186 #, gcc-internal-format
27187 msgid "%qs clause with %<source%> modifier specified together with %qs clauses with %<sink%> modifier on the same construct"
27188 msgstr ""
27190 #: gimplify.cc:17412
27191 #, gcc-internal-format
27192 msgid "gimplification failed"
27193 msgstr ""
27195 #: gimplify.cc:18011
27196 #, gcc-internal-format
27197 msgid "%qT is promoted to %qT when passed through %<...%>"
27198 msgstr ""
27200 #: gimplify.cc:18016
27201 #, gcc-internal-format
27202 msgid "(so you should pass %qT not %qT to %<va_arg%>)"
27203 msgstr ""
27205 #: gimplify.cc:18023
27206 #, gcc-internal-format
27207 msgid "if this code is reached, the program will abort"
27208 msgstr ""
27210 #: godump.cc:1415
27211 #, gcc-internal-format
27212 msgid "could not close Go dump file: %m"
27213 msgstr ""
27215 #: godump.cc:1427
27216 #, gcc-internal-format
27217 msgid "could not open Go dump file %qs: %m"
27218 msgstr ""
27220 #: graphite.cc:527
27221 #, gcc-internal-format
27222 msgid "Graphite loop optimizations cannot be used (isl is not available)."
27223 msgstr ""
27225 #: input.cc:1520
27226 #, gcc-internal-format, gfc-internal-format
27227 msgid "expansion point is location %i"
27228 msgstr ""
27230 #: input.cc:1550
27231 #, gcc-internal-format
27232 msgid "token %u has %<x-location == y-location == %u%>"
27233 msgstr ""
27235 #: input.cc:1559
27236 #, gcc-internal-format
27237 msgid "token %u has %<x-location == %u%>"
27238 msgstr ""
27240 #: input.cc:1560
27241 #, gcc-internal-format
27242 msgid "token %u has %<y-location == %u%>"
27243 msgstr ""
27245 #: internal-fn.cc:723
27246 #, gcc-internal-format
27247 msgid "invalid use of attribute %<fallthrough%>"
27248 msgstr ""
27250 #: ipa-devirt.cc:677 ipa-devirt.cc:762 ipa-devirt.cc:791 ipa-devirt.cc:833
27251 #: ipa-devirt.cc:864
27252 #, gcc-internal-format
27253 msgid "virtual table of type %qD violates one definition rule"
27254 msgstr ""
27256 #: ipa-devirt.cc:680
27257 #, gcc-internal-format
27258 msgid "variable of same assembler name as the virtual table is defined in another translation unit"
27259 msgstr "varijabla s istim imenom asemblera kao i virtualna tablica definirana je u drugoj prijevodnoj jedinici"
27261 #: ipa-devirt.cc:721
27262 #, gcc-internal-format
27263 msgid "virtual table of type %qD contains RTTI information"
27264 msgstr ""
27266 #: ipa-devirt.cc:727
27267 #, gcc-internal-format
27268 msgid "but is prevailed by one without from other translation unit"
27269 msgstr ""
27271 #: ipa-devirt.cc:731
27272 #, gcc-internal-format
27273 msgid "RTTI will not work on this type"
27274 msgstr ""
27276 #: ipa-devirt.cc:768
27277 #, gcc-internal-format
27278 msgid "the conflicting type defined in another translation unit has virtual table of different size"
27279 msgstr ""
27281 #: ipa-devirt.cc:797
27282 #, gcc-internal-format
27283 msgid "the conflicting type defined in another translation unit with different RTTI information"
27284 msgstr ""
27286 #: ipa-devirt.cc:841 ipa-devirt.cc:872
27287 #, gcc-internal-format
27288 msgid "the conflicting type defined in another translation unit"
27289 msgstr ""
27291 #: ipa-devirt.cc:845
27292 #, gcc-internal-format
27293 msgid "contains additional virtual method %qD"
27294 msgstr ""
27296 #: ipa-devirt.cc:852
27297 #, gcc-internal-format
27298 msgid "the conflicting type defined in another translation unit has virtual table with more entries"
27299 msgstr ""
27301 #: ipa-devirt.cc:878
27302 #, gcc-internal-format
27303 msgid "virtual method %qD"
27304 msgstr ""
27306 #: ipa-devirt.cc:882
27307 #, gcc-internal-format
27308 msgid "ought to match virtual method %qD but does not"
27309 msgstr ""
27311 #: ipa-devirt.cc:888
27312 #, gcc-internal-format
27313 msgid "the conflicting type defined in another translation unit has virtual table with different contents"
27314 msgstr ""
27316 #: ipa-devirt.cc:922
27317 #, gcc-internal-format
27318 msgid "type %qT (typedef of %qT) violates the C++ One Definition Rule"
27319 msgstr ""
27321 #: ipa-devirt.cc:930
27322 #, gcc-internal-format
27323 msgid "type %qT violates the C++ One Definition Rule"
27324 msgstr ""
27326 #: ipa-devirt.cc:942 ipa-devirt.cc:957 ipa-devirt.cc:1232 ipa-devirt.cc:1277
27327 #: ipa-devirt.cc:1316 ipa-devirt.cc:1334
27328 #, gcc-internal-format
27329 msgid "a different type is defined in another translation unit"
27330 msgstr ""
27332 #: ipa-devirt.cc:949
27333 #, gcc-internal-format
27334 msgid "the first difference of corresponding definitions is field %qD"
27335 msgstr ""
27337 #: ipa-devirt.cc:959
27338 #, gcc-internal-format
27339 msgid "the first difference of corresponding definitions is method %qD"
27340 msgstr ""
27342 #: ipa-devirt.cc:1064
27343 #, gcc-internal-format
27344 msgid "type %qT defined in anonymous namespace cannot match type %qT across the translation unit boundary"
27345 msgstr ""
27347 #: ipa-devirt.cc:1069
27348 #, gcc-internal-format
27349 msgid "type %qT defined in anonymous namespace cannot match across the translation unit boundary"
27350 msgstr ""
27352 #: ipa-devirt.cc:1074
27353 #, gcc-internal-format
27354 msgid "the incompatible type defined in another translation unit"
27355 msgstr ""
27357 #: ipa-devirt.cc:1090
27358 #, gcc-internal-format
27359 msgid "type name %qs should match type name %qs"
27360 msgstr ""
27362 #: ipa-devirt.cc:1094 ipa-devirt.cc:1191
27363 #, gcc-internal-format
27364 msgid "the incompatible type is defined here"
27365 msgstr ""
27367 #: ipa-devirt.cc:1122
27368 #, gcc-internal-format
27369 msgid "array types have different bounds"
27370 msgstr ""
27372 #: ipa-devirt.cc:1137
27373 #, gcc-internal-format
27374 msgid "return value type mismatch"
27375 msgstr ""
27377 #: ipa-devirt.cc:1152
27378 #, gcc-internal-format
27379 msgid "implicit this pointer type mismatch"
27380 msgstr ""
27382 #: ipa-devirt.cc:1155
27383 #, gcc-internal-format, gfc-internal-format
27384 msgid "type mismatch in parameter %i"
27385 msgstr ""
27387 #: ipa-devirt.cc:1166
27388 #, gcc-internal-format
27389 msgid "types have different parameter counts"
27390 msgstr ""
27392 #: ipa-devirt.cc:1182
27393 #, gcc-internal-format
27394 msgid "type %qT itself violates the C++ One Definition Rule"
27395 msgstr ""
27397 #: ipa-devirt.cc:1188
27398 #, gcc-internal-format
27399 msgid "type %qT should match type %qT"
27400 msgstr ""
27402 #: ipa-devirt.cc:1260
27403 #, gcc-internal-format
27404 msgid "a type with different precision is defined in another translation unit"
27405 msgstr ""
27407 #: ipa-devirt.cc:1267
27408 #, gcc-internal-format
27409 msgid "a type with different signedness is defined in another translation unit"
27410 msgstr ""
27412 #: ipa-devirt.cc:1292
27413 #, gcc-internal-format
27414 msgid "it is defined as a pointer in different address space in another translation unit"
27415 msgstr ""
27417 #: ipa-devirt.cc:1301
27418 #, gcc-internal-format
27419 msgid "it is defined as a pointer to different type in another translation unit"
27420 msgstr ""
27422 #: ipa-devirt.cc:1361
27423 #, gcc-internal-format
27424 msgid "an array of different size is defined in another translation unit"
27425 msgstr ""
27427 #: ipa-devirt.cc:1376
27428 #, gcc-internal-format
27429 msgid "has different return value in another translation unit"
27430 msgstr ""
27432 #: ipa-devirt.cc:1399 ipa-devirt.cc:1411
27433 #, gcc-internal-format
27434 msgid "has different parameters in another translation unit"
27435 msgstr ""
27437 #: ipa-devirt.cc:1434
27438 #, gcc-internal-format
27439 msgid "a type defined in another translation unit is not polymorphic"
27440 msgstr ""
27442 #: ipa-devirt.cc:1438
27443 #, gcc-internal-format
27444 msgid "a type defined in another translation unit is polymorphic"
27445 msgstr ""
27447 #: ipa-devirt.cc:1456 ipa-devirt.cc:1520
27448 #, gcc-internal-format
27449 msgid "a type with different virtual table pointers is defined in another translation unit"
27450 msgstr ""
27452 #: ipa-devirt.cc:1463 ipa-devirt.cc:1525
27453 #, gcc-internal-format
27454 msgid "a type with different bases is defined in another translation unit"
27455 msgstr ""
27457 #: ipa-devirt.cc:1471
27458 #, gcc-internal-format
27459 msgid "a field with different name is defined in another translation unit"
27460 msgstr ""
27462 #: ipa-devirt.cc:1485
27463 #, gcc-internal-format
27464 msgid "a field of same name but different type is defined in another translation unit"
27465 msgstr ""
27467 #: ipa-devirt.cc:1498
27468 #, gcc-internal-format
27469 msgid "fields have different layout in another translation unit"
27470 msgstr ""
27472 #: ipa-devirt.cc:1505
27473 #, gcc-internal-format
27474 msgid "one field is a bitfield while the other is not"
27475 msgstr ""
27477 #: ipa-devirt.cc:1529
27478 #, gcc-internal-format
27479 msgid "a type with different number of fields is defined in another translation unit"
27480 msgstr ""
27482 #: ipa-devirt.cc:1552
27483 #, gcc-internal-format
27484 msgid "a type with different size is defined in another translation unit"
27485 msgstr ""
27487 #: ipa-devirt.cc:1561
27488 #, gcc-internal-format
27489 msgid "one type needs to be constructed while the other does not"
27490 msgstr ""
27492 #: ipa-devirt.cc:1574
27493 #, gcc-internal-format
27494 msgid "memory layout mismatch"
27495 msgstr ""
27497 #: ipa-devirt.cc:1693
27498 #, gcc-internal-format
27499 msgid "the extra base is defined here"
27500 msgstr ""
27502 #: ipa-devirt.cc:3869
27503 #, gcc-internal-format
27504 msgid "Declaring type %qD final would enable devirtualization of %i call"
27505 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls"
27506 msgstr[0] ""
27507 msgstr[1] ""
27508 msgstr[2] ""
27510 #: ipa-devirt.cc:3878
27511 #, gcc-internal-format
27512 msgid "Declaring type %qD final would enable devirtualization of %i call executed %lli times"
27513 msgid_plural "Declaring type %qD final would enable devirtualization of %i calls executed %lli times"
27514 msgstr[0] ""
27515 msgstr[1] ""
27516 msgstr[2] ""
27518 #: ipa-devirt.cc:3908
27519 #, gcc-internal-format
27520 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call"
27521 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls"
27522 msgstr[0] ""
27523 msgstr[1] ""
27524 msgstr[2] ""
27526 #: ipa-devirt.cc:3916
27527 #, gcc-internal-format
27528 msgid "Declaring method %qD final would enable devirtualization of %i call"
27529 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls"
27530 msgstr[0] ""
27531 msgstr[1] ""
27532 msgstr[2] ""
27534 #: ipa-devirt.cc:3924
27535 #, gcc-internal-format
27536 msgid "Declaring virtual destructor of %qD final would enable devirtualization of %i call executed %lli times"
27537 msgid_plural "Declaring virtual destructor of %qD final would enable devirtualization of %i calls executed %lli times"
27538 msgstr[0] ""
27539 msgstr[1] ""
27540 msgstr[2] ""
27542 #: ipa-devirt.cc:3935
27543 #, gcc-internal-format
27544 msgid "Declaring method %qD final would enable devirtualization of %i call executed %lli times"
27545 msgid_plural "Declaring method %qD final would enable devirtualization of %i calls executed %lli times"
27546 msgstr[0] ""
27547 msgstr[1] ""
27548 msgstr[2] ""
27550 #: ipa-devirt.cc:4248
27551 #, gcc-internal-format
27552 msgid "type %qs violates the C++ One Definition Rule"
27553 msgstr ""
27555 #: ipa-devirt.cc:4257
27556 #, gcc-internal-format
27557 msgid "an enum with different number of values is defined in another translation unit"
27558 msgstr ""
27560 #: ipa-devirt.cc:4261
27561 #, gcc-internal-format
27562 msgid "an enum with different value name is defined in another translation unit"
27563 msgstr ""
27565 #: ipa-devirt.cc:4265
27566 #, gcc-internal-format
27567 msgid "an enum with different values is defined in another translation unit"
27568 msgstr ""
27570 #: ipa-devirt.cc:4286
27571 #, gcc-internal-format
27572 msgid "name %qs differs from name %qs defined in another translation unit"
27573 msgstr ""
27575 #: ipa-devirt.cc:4292
27576 #, gcc-internal-format
27577 msgid "name %qs is defined as %u-bit while another translation unit defines it as %u-bit"
27578 msgstr ""
27580 #: ipa-devirt.cc:4301
27581 #, gcc-internal-format
27582 msgid "name %qs is defined to %wd while another translation unit defines it as %wd"
27583 msgstr ""
27585 #: ipa-devirt.cc:4307
27586 #, gcc-internal-format
27587 msgid "name %qs is defined to different value in another translation unit"
27588 msgstr ""
27590 #: ipa-devirt.cc:4312
27591 #, gcc-internal-format
27592 msgid "mismatching definition"
27593 msgstr ""
27595 #: ipa-fnsummary.cc:4553
27596 #, gcc-internal-format
27597 msgid "invalid fnsummary in LTO stream"
27598 msgstr ""
27600 #: ipa-fnsummary.cc:4654
27601 #, gcc-internal-format
27602 msgid "ipa inline summary is missing in input file"
27603 msgstr ""
27605 #: ipa-modref.cc:4015
27606 #, gcc-internal-format
27607 msgid "IPA modref summary is missing in input file"
27608 msgstr ""
27610 #: ipa-prop.cc:4730 ipa-prop.cc:4772 ipa-prop.cc:4858 ipa-prop.cc:4906
27611 #, gcc-internal-format
27612 msgid "invalid jump function in LTO stream"
27613 msgstr ""
27615 #: ipa-pure-const.cc:218
27616 #, gcc-internal-format
27617 msgid "function might be candidate for attribute %qs"
27618 msgstr ""
27620 #: ipa-pure-const.cc:219
27621 #, gcc-internal-format
27622 msgid "function might be candidate for attribute %qs if it is known to return normally"
27623 msgstr ""
27625 #: ipa-reference.cc:1264
27626 #, gcc-internal-format
27627 msgid "ipa reference summary is missing in ltrans unit"
27628 msgstr ""
27630 #: ipa-sra.cc:1566
27631 #, gcc-internal-format
27632 msgid "Access offset before parent offset"
27633 msgstr ""
27635 #: ipa-sra.cc:1571
27636 #, gcc-internal-format
27637 msgid "Access size greater or equal to its parent size"
27638 msgstr ""
27640 #: ipa-sra.cc:1576
27641 #, gcc-internal-format
27642 msgid "Access terminates outside of its parent"
27643 msgstr ""
27645 #: ipa-sra.cc:1588
27646 #, gcc-internal-format
27647 msgid "Access overlaps with its sibling"
27648 msgstr ""
27650 #: ipa-sra.cc:1607
27651 #, gcc-internal-format
27652 msgid "IPA-SRA access verification failed"
27653 msgstr ""
27655 #: ipa-sra.cc:2690
27656 #, gcc-internal-format
27657 msgid "function %qs, parameter %u, has IPA-SRA accesses which overlap"
27658 msgstr ""
27660 #: ipa-sra.cc:2693
27661 #, gcc-internal-format
27662 msgid "function %qs, parameter %u, is used but does not have any certain IPA-SRA access"
27663 msgstr ""
27665 #: ira.cc:2434 ira.cc:2456
27666 #, gcc-internal-format
27667 msgid "%s cannot be used in %<asm%> here"
27668 msgstr ""
27670 #: ira.cc:6049
27671 #, gcc-internal-format
27672 msgid "frame pointer required, but reserved"
27673 msgstr ""
27675 #: ira.cc:6050
27676 #, gcc-internal-format
27677 msgid "for %qD"
27678 msgstr ""
27680 #: ira.cc:6066
27681 #, gcc-internal-format
27682 msgid "frame size too large for reliable stack checking"
27683 msgstr ""
27685 #: lra-assigns.cc:1694
27686 #, gcc-internal-format, gfc-internal-format
27687 msgid "maximum number of LRA assignment passes is achieved (%d)"
27688 msgstr ""
27690 #: lra-assigns.cc:1855 reload1.cc:1242
27691 #, gcc-internal-format
27692 msgid "%<asm%> operand has impossible constraints"
27693 msgstr ""
27695 #: lra-assigns.cc:1870
27696 #, gcc-internal-format
27697 msgid "unable to find a register to spill"
27698 msgstr ""
27700 #: lra-constraints.cc:4172 reload.cc:3845 reload.cc:4100
27701 #, gcc-internal-format
27702 msgid "inconsistent operand constraints in an %<asm%>"
27703 msgstr ""
27705 #: lra-constraints.cc:5258
27706 #, gcc-internal-format, gfc-internal-format
27707 msgid "maximum number of generated reload insns per insn achieved (%d)"
27708 msgstr ""
27710 #: lto-cgraph.cc:1157
27711 #, gcc-internal-format
27712 msgid "function %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:1163
27716 #, gcc-internal-format
27717 msgid "variable %qs has been referenced in offloaded code but hasn%'t been marked to be included in the offloaded code"
27718 msgstr ""
27720 #: lto-cgraph.cc:1332
27721 #, gcc-internal-format, gfc-internal-format
27722 msgid "bytecode stream: found multiple instances of cgraph node with uid %d"
27723 msgstr ""
27725 #: lto-cgraph.cc:1497
27726 #, gcc-internal-format
27727 msgid "bytecode stream: no caller found while reading edge"
27728 msgstr ""
27730 #: lto-cgraph.cc:1503
27731 #, gcc-internal-format
27732 msgid "bytecode stream: no callee found while reading edge"
27733 msgstr ""
27735 #: lto-cgraph.cc:1580
27736 #, gcc-internal-format
27737 msgid "bytecode stream: found empty cgraph node"
27738 msgstr ""
27740 #: lto-cgraph.cc:1699
27741 #, gcc-internal-format, gfc-internal-format
27742 msgid "At most %i profile runs is supported. Perhaps corrupted profile?"
27743 msgstr ""
27745 #: lto-cgraph.cc:1724
27746 #, gcc-internal-format, gfc-internal-format
27747 msgid "Profile information in %s corrupted"
27748 msgstr ""
27750 #: lto-cgraph.cc:1762
27751 #, gcc-internal-format, gfc-internal-format
27752 msgid "cannot find LTO cgraph in %s"
27753 msgstr ""
27755 #: lto-cgraph.cc:1772
27756 #, gcc-internal-format, gfc-internal-format
27757 msgid "cannot find LTO section refs in %s"
27758 msgstr ""
27760 #: lto-cgraph.cc:1917
27761 #, gcc-internal-format
27762 msgid "OpenMP %<requires%> directive with non-identical clauses in multiple compilation units: %qs vs. %qs"
27763 msgstr ""
27765 #: lto-cgraph.cc:1920 lto-cgraph.cc:1921 lto-cgraph.cc:1927
27766 #, gcc-internal-format
27767 msgid "%qs has %qs"
27768 msgstr "%qs ima %qs."
27770 #: lto-cgraph.cc:1925
27771 #, gcc-internal-format
27772 msgid "OpenMP %<requires%> directive with %qs specified only in some compilation units"
27773 msgstr ""
27775 #: lto-cgraph.cc:1930
27776 #, gcc-internal-format
27777 msgid "but %qs has not"
27778 msgstr ""
27780 #: lto-cgraph.cc:1938
27781 #, gcc-internal-format, gfc-internal-format
27782 msgid "invalid offload table in %s"
27783 msgstr ""
27785 #: lto-cgraph.cc:1949
27786 #, gcc-internal-format
27787 msgid "GCC_OFFLOAD_OMP_REQUIRES_FILE unset"
27788 msgstr ""
27790 #: lto-cgraph.cc:1952
27791 #, gcc-internal-format
27792 msgid "Cannot open omp_requires file %qs"
27793 msgstr "Nije moguće otvoriti ‘omp_requires’ datoteku %qs"
27795 #: lto-compress.cc:142 lto-compress.cc:269 lto-compress.cc:277
27796 #: lto-compress.cc:297 lto-compress.cc:363 lto-compress.cc:371
27797 #: lto-compress.cc:391
27798 #, gcc-internal-format, gfc-internal-format
27799 msgid "compressed stream: %s"
27800 msgstr ""
27802 #: lto-compress.cc:163
27803 #, gcc-internal-format
27804 msgid "original not compressed with zstd"
27805 msgstr ""
27807 #: lto-compress.cc:165
27808 #, gcc-internal-format
27809 msgid "original size unknown"
27810 msgstr ""
27812 #: lto-compress.cc:171
27813 #, gcc-internal-format, gfc-internal-format
27814 msgid "decompressed stream: %s"
27815 msgstr ""
27817 #: lto-compress.cc:411
27818 #, gcc-internal-format
27819 msgid "compiler does not support ZSTD LTO compression"
27820 msgstr ""
27822 #: lto-section-in.cc:460
27823 #, gcc-internal-format, gfc-internal-format
27824 msgid "bytecode stream: trying to read %d bytes after the end of the input buffer"
27825 msgstr ""
27827 #: lto-section-in.cc:471
27828 #, gcc-internal-format, gfc-internal-format
27829 msgid "%s out of range: Range is %i to %i, value is %i"
27830 msgstr ""
27832 #: lto-streamer-in.cc:125
27833 #, gcc-internal-format, gfc-internal-format
27834 msgid "bytecode stream: unexpected tag %s"
27835 msgstr ""
27837 #: lto-streamer-in.cc:1208 lto-streamer-in.cc:1219
27838 #, gcc-internal-format
27839 msgid "Cgraph edge statement index out of range"
27840 msgstr ""
27842 #: lto-streamer-in.cc:1213 lto-streamer-in.cc:1223
27843 #, gcc-internal-format
27844 msgid "Cgraph edge statement index not found"
27845 msgstr ""
27847 #: lto-streamer-in.cc:1230
27848 #, gcc-internal-format
27849 msgid "Reference statement index out of range"
27850 msgstr "Index referentne izjave je izvan granica"
27852 #: lto-streamer-in.cc:1234
27853 #, gcc-internal-format
27854 msgid "Reference statement index not found"
27855 msgstr ""
27857 #: lto-streamer-in.cc:1985
27858 #, gcc-internal-format, gfc-internal-format
27859 msgid "cannot read LTO mode table from %s"
27860 msgstr ""
27862 #: lto-streamer-in.cc:2087
27863 #, gcc-internal-format
27864 msgid "%s - %u-bit-precision floating-point numbers unsupported (mode %qs)"
27865 msgstr ""
27867 #: lto-streamer-in.cc:2092
27868 #, gcc-internal-format
27869 msgid "%s - %u-bit-precision decimal floating-point numbers unsupported (mode %qs)"
27870 msgstr ""
27872 #: lto-streamer-in.cc:2097
27873 #, gcc-internal-format
27874 msgid "%s - %u-bit-precision complex floating-point numbers unsupported (mode %qs)"
27875 msgstr ""
27877 #: lto-streamer-in.cc:2102
27878 #, gcc-internal-format
27879 msgid "%s - %u-bit integer numbers unsupported (mode %qs)"
27880 msgstr ""
27882 #: lto-streamer-in.cc:2105
27883 #, gcc-internal-format
27884 msgid "%s - unsupported mode %qs"
27885 msgstr ""
27887 #: lto-streamer-out.cc:561 lto-streamer-out.cc:913
27888 #, gcc-internal-format
27889 msgid "tree code %qs is not supported in LTO streams"
27890 msgstr ""
27892 #: lto-streamer.cc:129
27893 #, gcc-internal-format, gfc-internal-format
27894 msgid "bytecode stream: unexpected LTO section %s"
27895 msgstr ""
27897 #: lto-streamer.cc:261
27898 #, gcc-internal-format
27899 msgid "bytecode stream in file %qs generated with LTO version %d.%d instead of the expected %d.%d"
27900 msgstr ""
27902 #: lto-wrapper.cc:159
27903 #, gcc-internal-format
27904 msgid "deleting LTRANS file %s: %m"
27905 msgstr "uklanjam LTRANS datoteku %s: %m"
27907 #: lto-wrapper.cc:355
27908 #, gcc-internal-format, gfc-internal-format
27909 msgid "option %s with different values"
27910 msgstr ""
27912 #: lto-wrapper.cc:371
27913 #, gcc-internal-format
27914 msgid "option %qs with mismatching values (%s, %s)"
27915 msgstr ""
27917 #: lto-wrapper.cc:486
27918 #, gcc-internal-format, gfc-internal-format
27919 msgid "option %s not used consistently in all LTO input files"
27920 msgstr ""
27922 #: lto-wrapper.cc:631 lto-wrapper.cc:639
27923 #, gcc-internal-format
27924 msgid "Extra option to %<-Xassembler%>: %s, dropping all %<-Xassembler%> and %<-Wa%> options."
27925 msgstr ""
27927 #: lto-wrapper.cc:647
27928 #, gcc-internal-format
27929 msgid "Options to %<-Xassembler%> do not match: %s, %s, dropping all %<-Xassembler%> and %<-Wa%> options."
27930 msgstr ""
27932 #: lto-wrapper.cc:957
27933 #, gcc-internal-format
27934 msgid "could not find %s in %s (consider using %<-B%>)"
27935 msgstr ""
27937 #: lto-wrapper.cc:1037
27938 #, gcc-internal-format, gfc-internal-format
27939 msgid "problem with building target image for %s"
27940 msgstr ""
27942 #: lto-wrapper.cc:1066
27943 #, gcc-internal-format
27944 msgid "reading input file"
27945 msgstr ""
27947 #: lto-wrapper.cc:1071
27948 #, gcc-internal-format
27949 msgid "writing output file"
27950 msgstr ""
27952 #: lto-wrapper.cc:1107
27953 #, gcc-internal-format
27954 msgid "installation error, cannot find %<crtoffloadtable.o%>"
27955 msgstr ""
27957 #: lto-wrapper.cc:1429
27958 #, gcc-internal-format
27959 msgid "environment variable %<COLLECT_GCC%> must be set"
27960 msgstr "varijabla okoline %<COLLECT_GCC%> mora biti postavljena"
27962 #: lto-wrapper.cc:1433
27963 #, gcc-internal-format
27964 msgid "environment variable %<COLLECT_GCC_OPTIONS%> must be set"
27965 msgstr "varijabla okoline %<COLLECT_GCC_OPTIONS%> mora biti postavljena"
27967 #: lto-wrapper.cc:1723 lto-wrapper.cc:1783 c-family/c-pch.cc:213
27968 #: c-family/c-pch.cc:248 c-family/c-pch.cc:286
27969 #, gcc-internal-format
27970 msgid "cannot read %s: %m"
27971 msgstr "nije moguće čitati %s: %m"
27973 #: lto-wrapper.cc:1750
27974 #, gcc-internal-format, gfc-internal-format
27975 msgid "invalid format of %s"
27976 msgstr ""
27978 #: lto-wrapper.cc:1916
27979 #, gcc-internal-format
27980 msgid "%<fopen%>: %s: %m"
27981 msgstr "%<fopen%>: %s: %m"
27983 #: lto-wrapper.cc:1933
27984 #, gcc-internal-format, gfc-internal-format
27985 msgid "corrupted ltrans output file %s"
27986 msgstr "oštećeni izlazna datoteka ltrans %s"
27988 #: lto-wrapper.cc:1976
27989 #, gcc-internal-format, gfc-internal-format
27990 msgid "using serial compilation of %d LTRANS jobs"
27991 msgstr ""
27993 #: lto-wrapper.cc:2152
27994 #, gcc-internal-format
27995 msgid "%<atexit%> failed"
27996 msgstr "%<atexit%> nije uspio"
27998 #: multiple_target.cc:76
27999 #, gcc-internal-format
28000 msgid "the call requires %<ifunc%>, which is not supported by this target"
28001 msgstr ""
28003 #: multiple_target.cc:83
28004 #, gcc-internal-format
28005 msgid "target does not support function version dispatcher"
28006 msgstr ""
28008 #: multiple_target.cc:91
28009 #, gcc-internal-format
28010 msgid "default %<target_clones%> attribute was not set"
28011 msgstr ""
28013 #: multiple_target.cc:326 c-family/c-attribs.cc:5607
28014 #, gcc-internal-format
28015 msgid "single %<target_clones%> attribute is ignored"
28016 msgstr ""
28018 #: multiple_target.cc:335
28019 #, gcc-internal-format
28020 msgid "clones for %<target_clones%> attribute cannot be created"
28021 msgstr ""
28023 #: multiple_target.cc:338
28024 #, gcc-internal-format
28025 msgid "function %q+F can never be copied because it has %<noclone%> attribute"
28026 msgstr ""
28028 #: multiple_target.cc:359
28029 #, gcc-internal-format
28030 msgid "%<default%> target was not set"
28031 msgstr ""
28033 #: multiple_target.cc:363
28034 #, gcc-internal-format
28035 msgid "an empty string cannot be in %<target_clones%> attribute"
28036 msgstr ""
28038 #: multiple_target.cc:367
28039 #, gcc-internal-format
28040 msgid "multiple %<default%> targets were set"
28041 msgstr ""
28043 #: omp-expand.cc:3417
28044 #, gcc-internal-format
28045 msgid "%qs clause with %<sink%> modifier waiting for lexically later iteration"
28046 msgstr ""
28048 #: omp-expand.cc:3556
28049 #, gcc-internal-format
28050 msgid "%qs clause with %<sink%> modifier refers to iteration never in the iteration space"
28051 msgstr ""
28053 #: omp-expand.cc:8182
28054 #, gcc-internal-format
28055 msgid "invalid OpenMP non-rectangular loop step; %<(%E - %E) * %E%> is not a multiple of loop %d step %qE"
28056 msgstr ""
28058 #: omp-general.cc:1130
28059 #, gcc-internal-format
28060 msgid "selector set %qs specified more than once"
28061 msgstr ""
28063 #: omp-general.cc:1144 omp-general.cc:1157
28064 #, gcc-internal-format
28065 msgid "selector %qs specified more than once in set %qs"
28066 msgstr ""
28068 #: omp-general.cc:1198
28069 #, gcc-internal-format
28070 msgid "incorrect property %qs of %qs selector"
28071 msgstr ""
28073 #: omp-general.cc:1205
28074 #, gcc-internal-format
28075 msgid "unknown property %qs of %qs selector"
28076 msgstr ""
28078 #: omp-general.cc:1210
28079 #, gcc-internal-format
28080 msgid "unknown property %qE of %qs selector"
28081 msgstr ""
28083 #: omp-general.cc:1252
28084 #, gcc-internal-format
28085 msgid "%qD used as a variant with incompatible %<construct%> selector sets"
28086 msgstr ""
28088 #: omp-general.cc:2785
28089 #, gcc-internal-format
28090 msgid "%qs specifies a conflicting level of parallelism"
28091 msgstr ""
28093 #: omp-general.cc:2788
28094 #, gcc-internal-format
28095 msgid "... to the previous %qs clause here"
28096 msgstr ""
28098 #: omp-general.cc:2823
28099 #, gcc-internal-format
28100 msgid "cannot apply %<%s%> to %qD, which has also been marked with an OpenMP 'declare target' directive"
28101 msgstr ""
28103 #: omp-general.cc:2877
28104 #, gcc-internal-format
28105 msgid "incompatible %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
28106 msgstr ""
28108 #: omp-general.cc:2884
28109 #, gcc-internal-format
28110 msgid "missing %qs clause when applying %<%s%> to %qD, which has already been marked with an OpenACC 'routine' directive"
28111 msgstr ""
28113 #: omp-general.cc:2893
28114 #, gcc-internal-format
28115 msgid "... with %qs clause here"
28116 msgstr ""
28118 #: omp-general.cc:2901
28119 #, gcc-internal-format
28120 msgid "... without %qs clause near to here"
28121 msgstr ""
28123 #: omp-low.cc:1167
28124 #, gcc-internal-format
28125 msgid "%<allocate%> clause must specify an allocator here"
28126 msgstr ""
28128 #: omp-low.cc:2737 omp-offload.cc:1489
28129 #, gcc-internal-format
28130 msgid "%<seq%> overrides other OpenACC loop specifiers"
28131 msgstr ""
28133 #: omp-low.cc:2740 omp-offload.cc:1490
28134 #, gcc-internal-format
28135 msgid "%<auto%> conflicts with other OpenACC loop specifiers"
28136 msgstr ""
28138 #: omp-low.cc:2744 omp-offload.cc:1524
28139 #, gcc-internal-format
28140 msgid "inner loop uses same OpenACC parallelism as containing loop"
28141 msgstr ""
28143 #: omp-low.cc:2795
28144 #, gcc-internal-format
28145 msgid "argument not permitted on %qs clause"
28146 msgstr ""
28148 #: omp-low.cc:2799
28149 #, gcc-internal-format
28150 msgid "enclosing parent compute construct"
28151 msgstr ""
28153 #: omp-low.cc:2802
28154 #, gcc-internal-format
28155 msgid "enclosing routine"
28156 msgstr ""
28158 #: omp-low.cc:2843
28159 #, gcc-internal-format
28160 msgid "conflicting reduction operations for %qE"
28161 msgstr ""
28163 #: omp-low.cc:2846
28164 #, gcc-internal-format
28165 msgid "location of the previous reduction for %qE"
28166 msgstr ""
28168 #: omp-low.cc:2879
28169 #, gcc-internal-format
28170 msgid "nested loop in reduction needs reduction clause for %qE"
28171 msgstr ""
28173 #: omp-low.cc:3136
28174 #, gcc-internal-format
28175 msgid "%<target%> construct with nested %<teams%> construct contains directives outside of the %<teams%> construct"
28176 msgstr ""
28178 #: omp-low.cc:3194
28179 #, gcc-internal-format
28180 msgid "non-OpenACC construct inside of OpenACC routine"
28181 msgstr ""
28183 #: omp-low.cc:3203
28184 #, gcc-internal-format
28185 msgid "non-OpenACC construct inside of OpenACC region"
28186 msgstr ""
28188 #: omp-low.cc:3218
28189 #, gcc-internal-format
28190 msgid "OpenMP constructs are not allowed in target region with %<ancestor%>"
28191 msgstr ""
28193 #: omp-low.cc:3243 omp-low.cc:3310
28194 #, gcc-internal-format
28195 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a region with the %<order(concurrent)%> clause"
28196 msgstr ""
28198 #: omp-low.cc:3262
28199 #, gcc-internal-format
28200 msgid "%<ordered simd threads%> must be closely nested inside of %<%s simd%> region"
28201 msgstr ""
28203 #: omp-low.cc:3278
28204 #, gcc-internal-format
28205 msgid "OpenMP constructs other than %<ordered simd%>, %<simd%>, %<loop%> or %<atomic%> may not be nested inside %<simd%> region"
28206 msgstr ""
28208 #: omp-low.cc:3292
28209 #, gcc-internal-format
28210 msgid "only %<distribute%>, %<parallel%> or %<loop%> regions are allowed to be strictly nested inside %<teams%> region"
28211 msgstr ""
28213 #: omp-low.cc:3306
28214 #, gcc-internal-format
28215 msgid "OpenMP constructs other than %<parallel%>, %<loop%> or %<simd%> may not be nested inside a %<loop%> region"
28216 msgstr ""
28218 #: omp-low.cc:3326
28219 #, gcc-internal-format
28220 msgid "%<distribute%> region must be strictly nested inside %<teams%> construct"
28221 msgstr ""
28223 #: omp-low.cc:3375
28224 #, gcc-internal-format
28225 msgid "OpenACC loop directive must be associated with an OpenACC compute region"
28226 msgstr ""
28228 #: omp-low.cc:3397
28229 #, gcc-internal-format
28230 msgid "orphaned %qs construct"
28231 msgstr ""
28233 #: omp-low.cc:3426
28234 #, gcc-internal-format
28235 msgid "%<cancel for%> inside %<nowait%> for construct"
28236 msgstr ""
28238 #: omp-low.cc:3431
28239 #, gcc-internal-format
28240 msgid "%<cancel for%> inside %<ordered%> for construct"
28241 msgstr ""
28243 #: omp-low.cc:3451 omp-low.cc:3464
28244 #, gcc-internal-format
28245 msgid "%<cancel sections%> inside %<nowait%> sections construct"
28246 msgstr ""
28248 #: omp-low.cc:3493
28249 #, gcc-internal-format
28250 msgid "%<%s taskgroup%> construct not closely nested inside of %<taskgroup%> region"
28251 msgstr ""
28253 #: omp-low.cc:3518
28254 #, gcc-internal-format
28255 msgid "invalid arguments"
28256 msgstr "nevaljani argumenti"
28258 #: omp-low.cc:3524
28259 #, gcc-internal-format
28260 msgid "%<%s %s%> construct not closely nested inside of %qs"
28261 msgstr ""
28263 #: omp-low.cc:3553
28264 #, gcc-internal-format
28265 msgid "barrier region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or %<taskloop%> region"
28266 msgstr ""
28268 #: omp-low.cc:3560
28269 #, gcc-internal-format
28270 msgid "work-sharing region may not be closely nested inside of work-sharing, %<loop%>, %<critical%>, %<ordered%>, %<master%>, %<masked%>, explicit %<task%> or %<taskloop%> region"
28271 msgstr ""
28273 #: omp-low.cc:3591
28274 #, gcc-internal-format
28275 msgid "%qs region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%> or %<taskloop%> region"
28276 msgstr ""
28278 #: omp-low.cc:3626
28279 #, gcc-internal-format
28280 msgid "%<scope%> region may not be closely nested inside of work-sharing, %<loop%>, explicit %<task%>, %<taskloop%>, %<critical%>, %<ordered%>, %<master%>, or %<masked%> region"
28281 msgstr ""
28283 #: omp-low.cc:3649
28284 #, gcc-internal-format
28285 msgid "%<%s(%s)%> is only allowed in %<omp ordered%>"
28286 msgstr ""
28288 #: omp-low.cc:3664
28289 #, gcc-internal-format
28290 msgid "invalid depend kind in omp %<ordered%> %<depend%>"
28291 msgstr ""
28293 #: omp-low.cc:3681
28294 #, gcc-internal-format
28295 msgid "%<ordered%> construct with %<depend%> clause must be closely nested inside an %<ordered%> loop"
28296 msgstr ""
28298 #: omp-low.cc:3697
28299 #, gcc-internal-format
28300 msgid "%<ordered%> %<simd%> must be closely nested inside %<simd%> region"
28301 msgstr ""
28303 #: omp-low.cc:3710
28304 #, gcc-internal-format
28305 msgid "%<ordered%> region may not be closely nested inside of %<critical%>, %<ordered%>, explicit %<task%> or %<taskloop%> region"
28306 msgstr ""
28308 #: omp-low.cc:3723 omp-low.cc:3768
28309 #, gcc-internal-format
28310 msgid "%<ordered%> region must be closely nested inside a loop region with an %<ordered%> clause"
28311 msgstr ""
28313 #: omp-low.cc:3732
28314 #, gcc-internal-format
28315 msgid "%<ordered%> construct without %<doacross%> or %<depend%> clauses must not have the same binding region as %<ordered%> construct with those clauses"
28316 msgstr ""
28318 #: omp-low.cc:3751
28319 #, gcc-internal-format
28320 msgid "%<ordered%> construct without %<doacross%> or %<depend%> clauses binds to loop where %<collapse%> argument %wd is different from %<ordered%> argument %wd"
28321 msgstr ""
28323 #: omp-low.cc:3785
28324 #, gcc-internal-format
28325 msgid "%<critical%> region may not be nested inside a %<critical%> region with the same name"
28326 msgstr ""
28328 #: omp-low.cc:3803
28329 #, gcc-internal-format
28330 msgid "%<teams%> construct must be closely nested inside of %<target%> construct or not nested in any OpenMP construct"
28331 msgstr ""
28333 #: omp-low.cc:3815 c-family/c-omp.cc:721
28334 #, gcc-internal-format
28335 msgid "%<depend(%s)%> is only allowed in %<omp ordered%>"
28336 msgstr ""
28338 #: omp-low.cc:3823
28339 #, gcc-internal-format
28340 msgid "OpenACC region inside of OpenACC routine, nested parallelism not supported yet"
28341 msgstr ""
28343 #: omp-low.cc:3836
28344 #, gcc-internal-format
28345 msgid "OpenACC construct inside of non-OpenACC region"
28346 msgstr ""
28348 #: omp-low.cc:3897
28349 #, gcc-internal-format
28350 msgid "%s %qs construct inside of %s %qs region"
28351 msgstr ""
28353 #: omp-low.cc:3910 omp-low.cc:3927
28354 #, gcc-internal-format
28355 msgid "%qs construct inside of %qs region"
28356 msgstr ""
28358 #: omp-low.cc:4171
28359 #, gcc-internal-format
28360 msgid "setjmp/longjmp inside %<simd%> construct"
28361 msgstr ""
28363 #: omp-low.cc:4197
28364 #, gcc-internal-format
28365 msgid "OpenMP runtime API call %qD in a region with %<order(concurrent)%> clause"
28366 msgstr ""
28368 #: omp-low.cc:4213
28369 #, gcc-internal-format
28370 msgid "OpenMP runtime API call %qD strictly nested in a %<teams%> region"
28371 msgstr ""
28373 #: omp-low.cc:4225
28374 #, gcc-internal-format
28375 msgid "OpenMP runtime API call %qD in a region with %<device(ancestor)%> clause"
28376 msgstr ""
28378 #: omp-low.cc:9885
28379 #, gcc-internal-format
28380 msgid "ignoring sink clause with offset that is not a multiple of the loop step"
28381 msgstr ""
28383 #: omp-low.cc:9908
28384 #, gcc-internal-format
28385 msgid "first offset must be in opposite direction of loop iterations"
28386 msgstr ""
28388 #: omp-low.cc:14835
28389 #, gcc-internal-format, gfc-internal-format
28390 msgid "invalid exit from %s structured block"
28391 msgstr ""
28393 #: omp-low.cc:14837 omp-low.cc:14842
28394 #, gcc-internal-format, gfc-internal-format
28395 msgid "invalid entry to %s structured block"
28396 msgstr ""
28398 #. Otherwise, be vague and lazy, but efficient.
28399 #: omp-low.cc:14846
28400 #, gcc-internal-format, gfc-internal-format
28401 msgid "invalid branch to/from %s structured block"
28402 msgstr ""
28404 #. ..., but due to bugs (PR100400), we may actually come here.
28405 #. Reliably catch this, regardless of checking level.
28406 #: omp-oacc-kernels-decompose.cc:248
28407 #, gcc-internal-format
28408 msgid "PR100400"
28409 msgstr ""
28411 #: omp-oacc-kernels-decompose.cc:261
28412 #, gcc-internal-format
28413 msgid "conditionally executed loop in %<kernels%> region will be executed by a single gang; ignoring %<gang%> clause"
28414 msgstr ""
28416 #. No need to recurse into nested statements; no loop nested inside
28417 #. this loop can be gang-partitioned.
28418 #: omp-oacc-kernels-decompose.cc:277
28419 #, gcc-internal-format
28420 msgid "%<gang%> loop in %<gang-single%> region"
28421 msgstr ""
28423 #: omp-oacc-kernels-decompose.cc:487
28424 #, gcc-internal-format
28425 msgid "cannot honor conflicting %qs clause"
28426 msgstr ""
28428 #: omp-oacc-kernels-decompose.cc:490
28429 #, gcc-internal-format
28430 msgid "location of the previous clause in the same loop nest"
28431 msgstr ""
28433 #: omp-oacc-kernels-decompose.cc:569
28434 #, gcc-internal-format
28435 msgid "argument not permitted on %qs clause in OpenACC %<kernels%> region with a %qs clause"
28436 msgstr ""
28438 #: omp-oacc-kernels-decompose.cc:573
28439 #, gcc-internal-format
28440 msgid "location of OpenACC %<kernels%>"
28441 msgstr ""
28443 #: omp-oacc-kernels-decompose.cc:1295
28444 #, gcc-internal-format
28445 msgid "%qs not yet supported"
28446 msgstr ""
28448 #: omp-oacc-neuter-broadcast.cc:1764
28449 #, gcc-internal-format
28450 msgid "shared-memory region overflow"
28451 msgstr ""
28453 #: omp-offload.cc:316
28454 #, gcc-internal-format
28455 msgid "%qD specified both in declare target %<link%> and implicitly in %<to%> clauses"
28456 msgstr ""
28458 #: omp-offload.cc:900
28459 #, gcc-internal-format
28460 msgid "%<-fopenacc-dim%> operand is malformed at %qs"
28461 msgstr ""
28463 #: omp-offload.cc:952
28464 #, gcc-internal-format, gfc-internal-format
28465 msgid "region contains %s partitioned code but is not %s partitioned"
28466 msgstr ""
28468 #: omp-offload.cc:958
28469 #, gcc-internal-format, gfc-internal-format
28470 msgid "region is %s partitioned but does not contain %s partitioned code"
28471 msgstr ""
28473 #: omp-offload.cc:1448
28474 #, gcc-internal-format
28475 msgid "gang reduction on an orphan loop"
28476 msgstr ""
28478 #: omp-offload.cc:1522
28479 #, gcc-internal-format
28480 msgid "routine call uses same OpenACC parallelism as containing loop"
28481 msgstr ""
28483 #: omp-offload.cc:1526 omp-offload.cc:1558
28484 #, gcc-internal-format
28485 msgid "containing loop here"
28486 msgstr ""
28488 #: omp-offload.cc:1531
28489 #, gcc-internal-format
28490 msgid "routine call uses OpenACC parallelism disallowed by containing routine"
28491 msgstr ""
28493 #: omp-offload.cc:1533
28494 #, gcc-internal-format
28495 msgid "loop uses OpenACC parallelism disallowed by containing routine"
28496 msgstr ""
28498 #: omp-offload.cc:1538
28499 #, gcc-internal-format
28500 msgid "routine %qD declared here"
28501 msgstr ""
28503 #: omp-offload.cc:1551
28504 #, gcc-internal-format
28505 msgid "incorrectly nested OpenACC loop parallelism"
28506 msgstr ""
28508 #: omp-offload.cc:1692
28509 #, gcc-internal-format
28510 msgid "insufficient partitioning available to parallelize element loop"
28511 msgstr ""
28513 #: omp-offload.cc:1700
28514 #, gcc-internal-format
28515 msgid "insufficient partitioning available to parallelize tile loop"
28516 msgstr ""
28518 #: omp-offload.cc:1702
28519 #, gcc-internal-format
28520 msgid "insufficient partitioning available to parallelize loop"
28521 msgstr ""
28523 #: omp-simd-clone.cc:401
28524 #, gcc-internal-format
28525 msgid "ignoring large linear step"
28526 msgstr "ignoriramo veliki linearni korak"
28528 #: omp-simd-clone.cc:407
28529 #, gcc-internal-format
28530 msgid "ignoring zero linear step"
28531 msgstr ""
28533 #: omp-simd-clone.cc:469
28534 #, gcc-internal-format
28535 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified return type"
28536 msgstr ""
28538 #: omp-simd-clone.cc:479
28539 #, gcc-internal-format
28540 msgid "ignoring %<#pragma omp declare simd%> on function with %<_Atomic%> qualified non-%<uniform%> argument"
28541 msgstr ""
28543 #: optabs.cc:4936
28544 #, gcc-internal-format
28545 msgid "indirect jumps are not available on this target"
28546 msgstr ""
28548 #: optinfo-emit-json.cc:113
28549 #, gcc-internal-format
28550 msgid "cannot open file %qs for writing optimization records"
28551 msgstr "nije uspjelo otvoriti datoteku %qs za pisanje optimizacijskih zapisa"
28553 #: optinfo-emit-json.cc:121
28554 #, gcc-internal-format
28555 msgid "error writing optimization records to %qs: %s"
28556 msgstr ""
28558 #: optinfo-emit-json.cc:130
28559 #, gcc-internal-format
28560 msgid "error closing optimization records %qs"
28561 msgstr ""
28563 #: opts-common.cc:1409
28564 #, gcc-internal-format
28565 msgid "command-line option %qs is not supported by this configuration"
28566 msgstr ""
28568 #: opts-common.cc:1419 opts.cc:2512
28569 #, gcc-internal-format
28570 msgid "missing argument to %qs"
28571 msgstr ""
28573 #: opts-common.cc:1426
28574 #, gcc-internal-format
28575 msgid "argument to %qs should be a non-negative integer optionally followed by a size unit"
28576 msgstr ""
28578 #: opts-common.cc:1430
28579 #, gcc-internal-format
28580 msgid "argument to %qs should be a non-negative integer"
28581 msgstr ""
28583 #: opts-common.cc:1437
28584 #, gcc-internal-format
28585 msgid "argument to %qs is not between %d and %d"
28586 msgstr ""
28588 #: opts-common.cc:1501
28589 #, gcc-internal-format
28590 msgid "invalid argument in option %qs"
28591 msgstr ""
28593 #: opts-common.cc:1503
28594 #, gcc-internal-format
28595 msgid "%qs specified multiple times in the same option"
28596 msgstr ""
28598 #: opts-common.cc:1506
28599 #, gcc-internal-format
28600 msgid "%qs is mutually exclusive with %qs and cannot be specified together"
28601 msgstr ""
28603 #: opts-common.cc:1528
28604 #, gcc-internal-format
28605 msgid "unrecognized argument in option %qs"
28606 msgstr ""
28608 #: opts-common.cc:1539 config/i386/i386-options.cc:1641
28609 #, gcc-internal-format
28610 msgid "valid arguments to %qs are: %s; did you mean %qs?"
28611 msgstr ""
28613 #: opts-common.cc:1542 config/i386/i386-options.cc:1644
28614 #, gcc-internal-format
28615 msgid "valid arguments to %qs are: %s"
28616 msgstr ""
28618 #: opts-common.cc:1585 c-family/c-opts.cc:448
28619 #, gcc-internal-format
28620 msgid "switch %qs is no longer supported"
28621 msgstr ""
28623 #: opts-common.cc:1645
28624 #, gcc-internal-format
28625 msgid "argument to %qs is bigger than %d"
28626 msgstr ""
28628 #: opts-common.cc:1992
28629 #, gcc-internal-format
28630 msgid "malformed %<COLLECT_GCC_OPTIONS%>"
28631 msgstr "deformirani %<COLLECT_GCC_OPTIONS%>"
28633 #: opts-global.cc:107
28634 #, gcc-internal-format
28635 msgid "command-line option %qs is valid for the driver but not for %s"
28636 msgstr "opcija naredbenog retka %qs valjana je za drajver, ali ne i za %s"
28638 #. Eventually this should become a hard error IMO.
28639 #: opts-global.cc:113
28640 #, gcc-internal-format
28641 msgid "command-line option %qs is valid for %s but not for %s"
28642 msgstr ""
28644 #. Happens for -Werror=warning_name.
28645 #: opts-global.cc:117
28646 #, gcc-internal-format
28647 msgid "%<-Werror=%> argument %qs is not valid for %s"
28648 msgstr ""
28650 #: opts-global.cc:149
28651 #, gcc-internal-format
28652 msgid "unrecognized command-line option %qs may have been intended to silence earlier diagnostics"
28653 msgstr ""
28655 #: opts-global.cc:409
28656 #, gcc-internal-format
28657 msgid "unrecognized command-line option %<-fopt-info-%s%>"
28658 msgstr ""
28660 #: opts-global.cc:430 opts-global.cc:439 m2/gm2spec.cc:548
28661 #, gcc-internal-format
28662 msgid "plugin support is disabled; configure with %<--enable-plugin%>"
28663 msgstr ""
28665 #: opts-global.cc:464
28666 #, gcc-internal-format
28667 msgid "unrecognized register name %qs"
28668 msgstr ""
28670 #: opts-global.cc:482
28671 #, gcc-internal-format
28672 msgid "%<-fasan-shadow-offset%> should only be used with %<-fsanitize=kernel-address%>"
28673 msgstr ""
28675 #: opts-global.cc:485
28676 #, gcc-internal-format
28677 msgid "unrecognized shadow offset %qs"
28678 msgstr ""
28680 #: opts.cc:230
28681 #, gcc-internal-format
28682 msgid "argument %qs to %<-femit-struct-debug-detailed%> not recognized"
28683 msgstr ""
28685 #: opts.cc:266
28686 #, gcc-internal-format
28687 msgid "argument %qs to %<-femit-struct-debug-detailed%> unknown"
28688 msgstr ""
28690 #: opts.cc:273
28691 #, gcc-internal-format
28692 msgid "%<-femit-struct-debug-detailed=dir:...%> must allow at least as much as %<-femit-struct-debug-detailed=ind:...%>"
28693 msgstr ""
28695 #: opts.cc:739
28696 #, gcc-internal-format
28697 msgid "argument to %<-O%> should be a non-negative integer, %<g%>, %<s%>, %<z%> or %<fast%>"
28698 msgstr ""
28700 #: opts.cc:845 opts.cc:851 opts.cc:857 opts.cc:863 opts.cc:874 opts.cc:884
28701 #: opts.cc:890 opts.cc:896 opts.cc:902 opts.cc:908 opts.cc:914 opts.cc:920
28702 #: opts.cc:926 opts.cc:932 opts.cc:949 opts.cc:957 config/mips/mips.cc:20180
28703 #: config/mips/mips.cc:20182 config/mips/mips.cc:20195
28704 #, gcc-internal-format
28705 msgid "%qs is incompatible with %qs"
28706 msgstr ""
28708 #: opts.cc:939
28709 #, gcc-internal-format
28710 msgid "%<-fipa-modref%> is incompatible with %qs"
28711 msgstr ""
28713 #: opts.cc:1019
28714 #, gcc-internal-format
28715 msgid "%<-fsanitize=%s%> is incompatible with %<-fsanitize=%s%>"
28716 msgstr ""
28718 #: opts.cc:1057
28719 #, gcc-internal-format
28720 msgid "section anchors must be disabled when unit-at-a-time is disabled"
28721 msgstr ""
28723 #: opts.cc:1061
28724 #, gcc-internal-format
28725 msgid "toplevel reorder must be disabled when unit-at-a-time is disabled"
28726 msgstr ""
28728 #: opts.cc:1075
28729 #, gcc-internal-format
28730 msgid "transactional memory is not supported with non-call exceptions"
28731 msgstr ""
28733 #: opts.cc:1090
28734 #, gcc-internal-format
28735 msgid "section anchors must be disabled when toplevel reorder is disabled"
28736 msgstr ""
28738 #: opts.cc:1164
28739 #, gcc-internal-format
28740 msgid "%<-fno-fat-lto-objects%> are supported only with linker plugin"
28741 msgstr ""
28743 #: opts.cc:1172
28744 #, gcc-internal-format
28745 msgid "%<-gsplit-dwarf%> is not supported with LTO, disabling"
28746 msgstr ""
28748 #: opts.cc:1186
28749 #, gcc-internal-format
28750 msgid "%<-fsplit-stack%> is not supported by this compiler configuration"
28751 msgstr ""
28753 #: opts.cc:1213
28754 #, gcc-internal-format
28755 msgid "%<-fsanitize=pointer-compare%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
28756 msgstr ""
28758 #: opts.cc:1217
28759 #, gcc-internal-format
28760 msgid "%<-fsanitize=pointer-subtract%> must be combined with %<-fsanitize=address%> or %<-fsanitize=kernel-address%>"
28761 msgstr ""
28763 #: opts.cc:1244
28764 #, gcc-internal-format
28765 msgid "%<-fsanitize-recover=%s%> is not supported"
28766 msgstr ""
28768 #: opts.cc:1256 opts.cc:2248
28769 #, gcc-internal-format
28770 msgid "%<-fsanitize-trap=%s%> is not supported"
28771 msgstr "%<-fsanitize-trap=%s%> nije podržan"
28773 #: opts.cc:1283
28774 #, gcc-internal-format
28775 msgid "%<-fsanitize-address-use-after-scope%> requires %<-fstack-reuse=none%> option"
28776 msgstr ""
28778 #: opts.cc:1290
28779 #, gcc-internal-format
28780 msgid "transactional memory is not supported with %<-fsanitize=address%>"
28781 msgstr ""
28783 #: opts.cc:1293
28784 #, gcc-internal-format
28785 msgid "transactional memory is not supported with %<-fsanitize=kernel-address%>"
28786 msgstr ""
28788 #: opts.cc:1298
28789 #, gcc-internal-format
28790 msgid "live patching (with %qs) is not supported with LTO"
28791 msgstr ""
28793 #: opts.cc:1303
28794 #, gcc-internal-format
28795 msgid "vtable verification is not supported with LTO"
28796 msgstr ""
28798 #: opts.cc:1378
28799 #, gcc-internal-format
28800 msgid "variable tracking requested, but useless unless producing debug info"
28801 msgstr ""
28803 #: opts.cc:1382
28804 #, gcc-internal-format
28805 msgid "variable tracking requested, but not supported by this debug format"
28806 msgstr ""
28808 #: opts.cc:1411
28809 #, gcc-internal-format
28810 msgid "var-tracking-assignments changes selective scheduling"
28811 msgstr ""
28813 #: opts.cc:1424
28814 #, gcc-internal-format
28815 msgid "%<-Wstrict-flex-arrays%> is ignored when %<-fstrict-flex-arrays%> is not present"
28816 msgstr ""
28818 #: opts.cc:1454 config/darwin.cc:3361
28819 #, gcc-internal-format
28820 msgid "%<-freorder-blocks-and-partition%> does not work with exceptions on this architecture"
28821 msgstr ""
28823 #: opts.cc:1470
28824 #, gcc-internal-format
28825 msgid "%<-freorder-blocks-and-partition%> does not support unwind info on this architecture"
28826 msgstr ""
28828 #: opts.cc:1488 config/pa/pa.cc:564
28829 #, gcc-internal-format
28830 msgid "%<-freorder-blocks-and-partition%> does not work on this architecture"
28831 msgstr ""
28833 #: opts.cc:1997
28834 #, gcc-internal-format
28835 msgid "unrecognized %<include_flags 0x%x%> passed to %<print_specific_help%>"
28836 msgstr ""
28838 #: opts.cc:2227
28839 #, gcc-internal-format
28840 msgid "%<-fsanitize=all%> option is not valid"
28841 msgstr ""
28843 #: opts.cc:2282
28844 #, gcc-internal-format
28845 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s; did you mean %qs?"
28846 msgstr ""
28848 #: opts.cc:2288
28849 #, gcc-internal-format
28850 msgid "unrecognized argument to %<-f%ssanitize%s=%> option: %q.*s"
28851 msgstr ""
28853 #: opts.cc:2323
28854 #, gcc-internal-format
28855 msgid "%qs attribute directive ignored"
28856 msgstr ""
28858 #: opts.cc:2347
28859 #, gcc-internal-format
28860 msgid "unrecognized argument to %<-fzero-call-used-regs=%>: %qs"
28861 msgstr ""
28863 #: opts.cc:2371
28864 #, gcc-internal-format
28865 msgid "invalid arguments for %<-falign-%s%> option: %qs"
28866 msgstr ""
28868 #: opts.cc:2386
28869 #, gcc-internal-format
28870 msgid "invalid number of arguments for %<-falign-%s%> option: %qs"
28871 msgstr ""
28873 #: opts.cc:2395
28874 #, gcc-internal-format
28875 msgid "%<-falign-%s%> is not between 0 and %d"
28876 msgstr ""
28878 #: opts.cc:2454
28879 #, gcc-internal-format
28880 msgid "invalid arguments for %<-fpatchable-function-entry%>"
28881 msgstr ""
28883 #: opts.cc:2567
28884 #, gcc-internal-format
28885 msgid "%<--help%> argument %q.*s is ambiguous, please be more specific"
28886 msgstr ""
28888 #: opts.cc:2576
28889 #, gcc-internal-format
28890 msgid "unrecognized argument to %<--help=%> option: %q.*s"
28891 msgstr ""
28893 #: opts.cc:2756
28894 #, gcc-internal-format
28895 msgid "arguments ignored for %<-Wattributes=%>; use %<-Wno-attributes=%> instead"
28896 msgstr ""
28898 #: opts.cc:2762
28899 #, gcc-internal-format
28900 msgid "trailing %<,%> in arguments for %<-Wno-attributes=%>"
28901 msgstr ""
28903 #: opts.cc:2983
28904 #, gcc-internal-format
28905 msgid "%<-foffload-abi%> option can be specified only for offload compiler"
28906 msgstr ""
28908 #: opts.cc:2991
28909 #, gcc-internal-format
28910 msgid "structure alignment must be a small power of two, not %wu"
28911 msgstr ""
28913 #: opts.cc:3112
28914 #, gcc-internal-format
28915 msgid "unknown stack check parameter %qs"
28916 msgstr ""
28918 #: opts.cc:3158
28919 #, gcc-internal-format
28920 msgid "%<-gdwarf%s%> is ambiguous; use %<-gdwarf-%s%> for DWARF version or %<-gdwarf%> %<-g%s%> for debug level"
28921 msgstr ""
28923 #: opts.cc:3169
28924 #, gcc-internal-format
28925 msgid "dwarf version %wu is not supported"
28926 msgstr ""
28928 #: opts.cc:3206
28929 #, gcc-internal-format
28930 msgid "unrecognized argument to %<-flto=%> option: %qs"
28931 msgstr ""
28933 #: opts.cc:3406
28934 #, gcc-internal-format
28935 msgid "target system does not support debug output"
28936 msgstr ""
28938 #: opts.cc:3444
28939 #, gcc-internal-format
28940 msgid "debug format %qs conflicts with prior selection"
28941 msgstr ""
28943 #: opts.cc:3468
28944 #, gcc-internal-format
28945 msgid "unrecognized debug output level %qs"
28946 msgstr ""
28948 #: opts.cc:3470
28949 #, gcc-internal-format
28950 msgid "debug output level %qs is too high"
28951 msgstr ""
28953 #: opts.cc:3482
28954 #, gcc-internal-format
28955 msgid "unrecognized btf debug output level %qs"
28956 msgstr ""
28958 #: opts.cc:3499
28959 #, gcc-internal-format
28960 msgid "getting core file size maximum limit: %m"
28961 msgstr ""
28963 #: opts.cc:3503
28964 #, gcc-internal-format
28965 msgid "setting core file size limit to maximum: %m"
28966 msgstr ""
28968 #: opts.cc:3548
28969 #, gcc-internal-format, gfc-internal-format
28970 msgid "unrecognized gcc debugging option: %c"
28971 msgstr ""
28973 #: opts.cc:3577
28974 #, gcc-internal-format
28975 msgid "%<-W%serror=%s%>: no option %<-%s%>; did you mean %<-%s%>?"
28976 msgstr ""
28978 #: opts.cc:3581
28979 #, gcc-internal-format
28980 msgid "%<-W%serror=%s%>: no option %<-%s%>"
28981 msgstr ""
28983 #: opts.cc:3585
28984 #, gcc-internal-format
28985 msgid "%<-Werror=%s%>: %<-%s%> is not an option that controls warnings"
28986 msgstr ""
28988 #: passes.cc:84
28989 #, gcc-internal-format, gfc-internal-format
28990 msgid "pass %s does not support cloning"
28991 msgstr ""
28993 #: passes.cc:90
28994 #, gcc-internal-format
28995 msgid "pass %s needs a %<set_pass_param%> implementation to handle the extra argument in %<NEXT_PASS%>"
28996 msgstr ""
28998 #: passes.cc:1079
28999 #, gcc-internal-format
29000 msgid "unrecognized option %<-fenable%>"
29001 msgstr ""
29003 #: passes.cc:1081
29004 #, gcc-internal-format
29005 msgid "unrecognized option %<-fdisable%>"
29006 msgstr ""
29008 #: passes.cc:1089
29009 #, gcc-internal-format
29010 msgid "unknown pass %s specified in %<-fenable%>"
29011 msgstr ""
29013 #: passes.cc:1091
29014 #, gcc-internal-format
29015 msgid "unknown pass %s specified in %<-fdisable%>"
29016 msgstr ""
29018 #: passes.cc:1116 passes.cc:1205
29019 #, gcc-internal-format, gfc-internal-format
29020 msgid "enable pass %s for functions in the range of [%u, %u]"
29021 msgstr ""
29023 #: passes.cc:1119 passes.cc:1216
29024 #, gcc-internal-format, gfc-internal-format
29025 msgid "disable pass %s for functions in the range of [%u, %u]"
29026 msgstr ""
29028 #: passes.cc:1155 passes.cc:1183
29029 #, gcc-internal-format, gfc-internal-format
29030 msgid "Invalid range %s in option %s"
29031 msgstr ""
29033 #: passes.cc:1201
29034 #, gcc-internal-format, gfc-internal-format
29035 msgid "enable pass %s for function %s"
29036 msgstr ""
29038 #: passes.cc:1212
29039 #, gcc-internal-format, gfc-internal-format
29040 msgid "disable pass %s for function %s"
29041 msgstr ""
29043 #: passes.cc:1441
29044 #, gcc-internal-format
29045 msgid "invalid pass positioning operation"
29046 msgstr ""
29048 #: passes.cc:1502
29049 #, gcc-internal-format
29050 msgid "plugin cannot register a missing pass"
29051 msgstr ""
29053 #: passes.cc:1505
29054 #, gcc-internal-format
29055 msgid "plugin cannot register an unnamed pass"
29056 msgstr ""
29058 #: passes.cc:1510
29059 #, gcc-internal-format
29060 msgid "plugin cannot register pass %qs without reference pass name"
29061 msgstr ""
29063 #: passes.cc:1529
29064 #, gcc-internal-format
29065 msgid "pass %qs not found but is referenced by new pass %qs"
29066 msgstr ""
29068 #: plugin.cc:213
29069 #, gcc-internal-format
29070 msgid "inaccessible plugin file %s expanded from short plugin name %s: %m"
29071 msgstr ""
29073 #: plugin.cc:235
29074 #, gcc-internal-format
29075 msgid "plugin %qs was specified with different paths: %qs and %qs"
29076 msgstr ""
29078 #: plugin.cc:294
29079 #, gcc-internal-format
29080 msgid "malformed option %<-fplugin-arg-%s%>: missing %<-<key>[=<value>]%>"
29081 msgstr ""
29083 #: plugin.cc:358
29084 #, gcc-internal-format
29085 msgid "plugin %s should be specified before %<-fplugin-arg-%s%> in the command line"
29086 msgstr ""
29088 #: plugin.cc:377
29089 #, gcc-internal-format
29090 msgid "unable to register info for plugin %qs - plugin name not found"
29091 msgstr ""
29093 #: plugin.cc:473
29094 #, gcc-internal-format, gfc-internal-format
29095 msgid "unknown callback event registered by plugin %s"
29096 msgstr ""
29098 #: plugin.cc:506
29099 #, gcc-internal-format, gfc-internal-format
29100 msgid "plugin %s registered a null callback function for event %s"
29101 msgstr ""
29103 #: plugin.cc:640
29104 #, gcc-internal-format, gfc-internal-format
29105 msgid ""
29106 "cannot load plugin %s\n"
29107 "%s"
29108 msgstr ""
29110 #: plugin.cc:651
29111 #, gcc-internal-format, gfc-internal-format
29112 msgid ""
29113 "plugin %s is not licensed under a GPL-compatible license\n"
29114 "%s"
29115 msgstr ""
29117 #: plugin.cc:664
29118 #, gcc-internal-format, gfc-internal-format
29119 msgid ""
29120 "cannot find %s in plugin %s\n"
29121 "%s"
29122 msgstr ""
29124 #: plugin.cc:674
29125 #, gcc-internal-format, gfc-internal-format
29126 msgid "fail to initialize plugin %s"
29127 msgstr ""
29129 #: plugin.cc:707
29130 #, gcc-internal-format, gfc-internal-format
29131 msgid "cannot load plugin %s: %s"
29132 msgstr ""
29134 #: plugin.cc:717
29135 #, gcc-internal-format, gfc-internal-format
29136 msgid "plugin %s is not licensed under a GPL-compatible license %s"
29137 msgstr ""
29139 #: plugin.cc:727
29140 #, gcc-internal-format, gfc-internal-format
29141 msgid "cannot find %s in plugin %s: %s"
29142 msgstr ""
29144 #: plugin.cc:736
29145 #, gcc-internal-format, gfc-internal-format
29146 msgid "failed to initialize plugin %s"
29147 msgstr "nije uspjelo inicijalizirati plugin %s"
29149 #: plugin.cc:1048
29150 #, gcc-internal-format
29151 msgid "%<-iplugindir%> option not passed from the gcc driver"
29152 msgstr ""
29154 #: pointer-query.cc:1200
29155 #, gcc-internal-format
29156 msgid "destination object is likely at address zero"
29157 msgstr ""
29159 #: pointer-query.cc:1202
29160 #, gcc-internal-format
29161 msgid "source object is likely at address zero"
29162 msgstr ""
29164 #: pointer-query.cc:1212
29165 #, gcc-internal-format
29166 msgid "at offset %s into destination object %qE of size %s"
29167 msgstr ""
29169 #: pointer-query.cc:1215
29170 #, gcc-internal-format
29171 msgid "destination object %qE of size %s"
29172 msgstr ""
29174 #: pointer-query.cc:1221
29175 #, gcc-internal-format
29176 msgid "at offset %s into destination object of size %s allocated by %qE"
29177 msgstr ""
29179 #: pointer-query.cc:1224
29180 #, gcc-internal-format
29181 msgid "destination object of size %s allocated by %qE"
29182 msgstr ""
29184 #: pointer-query.cc:1234
29185 #, gcc-internal-format
29186 msgid "at offset %s into source object %qE of size %s"
29187 msgstr ""
29189 #: pointer-query.cc:1237
29190 #, gcc-internal-format
29191 msgid "source object %qE of size %s"
29192 msgstr ""
29194 #: pointer-query.cc:1244
29195 #, gcc-internal-format
29196 msgid "at offset %s into source object of size %s allocated by %qE"
29197 msgstr ""
29199 #: pointer-query.cc:1247
29200 #, gcc-internal-format
29201 msgid "source object of size %s allocated by %qE"
29202 msgstr ""
29204 #: pointer-query.cc:1255
29205 #, gcc-internal-format
29206 msgid "at offset %s into object %qE of size %s"
29207 msgstr ""
29209 #: pointer-query.cc:1258
29210 #, gcc-internal-format
29211 msgid "object %qE of size %s"
29212 msgstr ""
29214 #: pointer-query.cc:1265
29215 #, gcc-internal-format
29216 msgid "at offset %s into object of size %s allocated by %qE"
29217 msgstr ""
29219 #: pointer-query.cc:1268
29220 #, gcc-internal-format
29221 msgid "object of size %s allocated by %qE"
29222 msgstr ""
29224 #: predict.cc:2534
29225 #, gcc-internal-format
29226 msgid "probability %qE must be constant floating-point expression"
29227 msgstr ""
29229 #: predict.cc:2547
29230 #, gcc-internal-format
29231 msgid "probability %qE is outside the range [0.0, 1.0]"
29232 msgstr ""
29234 #: predict.cc:3552
29235 #, gcc-internal-format, gfc-internal-format
29236 msgid "Missing counts for called function %s"
29237 msgstr ""
29239 #: profile.cc:616
29240 #, gcc-internal-format
29241 msgid "corrupted profile info: profile data is not flow-consistent"
29242 msgstr ""
29244 #: profile.cc:633
29245 #, gcc-internal-format, gfc-internal-format
29246 msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"
29247 msgstr ""
29249 #: profile.cc:656
29250 #, gcc-internal-format, gfc-internal-format
29251 msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"
29252 msgstr ""
29254 #: profile.cc:965
29255 #, gcc-internal-format
29256 msgid "corrupted profile info: invalid time profile"
29257 msgstr ""
29259 #: read-rtl-function.cc:265
29260 #, gcc-internal-format, gfc-internal-format
29261 msgid "insn with UID %i not found for operand %i (`%s') of insn %i"
29262 msgstr "insn s UID-om %i nije pronađen za operand %i („%s“) od insn %i"
29264 #: read-rtl-function.cc:269
29265 #, gcc-internal-format, gfc-internal-format
29266 msgid "insn with UID %i not found for operand %i of insn %i"
29267 msgstr ""
29269 #: read-rtl-function.cc:412
29270 #, gcc-internal-format
29271 msgid "%<__RTL%> function cannot be compiled with %<-flto%>"
29272 msgstr ""
29274 #: read-rtl-function.cc:714
29275 #, gcc-internal-format
29276 msgid "unrecognized edge flag: %qs"
29277 msgstr ""
29279 #: read-rtl-function.cc:857
29280 #, gcc-internal-format
29281 msgid "more than one 'crtl' directive"
29282 msgstr ""
29284 #: read-rtl-function.cc:986
29285 #, gcc-internal-format
29286 msgid "unrecognized enum value: %qs"
29287 msgstr "neprepoznati enum vrijednost: %qs"
29289 #: read-rtl-function.cc:1142 read-rtl-function.cc:1201
29290 #, gcc-internal-format, gfc-internal-format
29291 msgid "was expecting `%s'"
29292 msgstr "očekivali smo „%s“"
29294 #: read-rtl-function.cc:1595
29295 #, gcc-internal-format, gfc-internal-format
29296 msgid "duplicate insn UID: %i"
29297 msgstr ""
29299 #: read-rtl-function.cc:1656
29300 #, gcc-internal-format
29301 msgid "start/end of RTL fragment are in different files"
29302 msgstr ""
29304 #: read-rtl-function.cc:1662
29305 #, gcc-internal-format
29306 msgid "start of RTL fragment must be on an earlier line than end"
29307 msgstr ""
29309 #: read-rtl.cc:496
29310 #, gcc-internal-format, gfc-internal-format
29311 msgid "ambiguous attribute '%s'; could be '%s' (via '%s:%s') or '%s' (via '%s:%s')"
29312 msgstr ""
29314 #: reg-stack.cc:545
29315 #, gcc-internal-format, gfc-internal-format
29316 msgid "output constraint %d must specify a single register"
29317 msgstr ""
29319 #: reg-stack.cc:555
29320 #, gcc-internal-format
29321 msgid "output constraint %d cannot be specified together with %qs clobber"
29322 msgstr ""
29324 #: reg-stack.cc:579
29325 #, gcc-internal-format
29326 msgid "output registers must be grouped at top of stack"
29327 msgstr ""
29329 #: reg-stack.cc:619
29330 #, gcc-internal-format
29331 msgid "implicitly popped registers must be grouped at top of stack"
29332 msgstr ""
29334 #: reg-stack.cc:637
29335 #, gcc-internal-format
29336 msgid "explicitly used registers must be grouped at top of stack"
29337 msgstr ""
29339 #: reg-stack.cc:657
29340 #, gcc-internal-format
29341 msgid "output operand %d must use %<&%> constraint"
29342 msgstr ""
29344 #: regcprop.cc:1239
29345 #, gcc-internal-format
29346 msgid "%qs: [%u] bad %<next_regno%> for empty chain (%u)"
29347 msgstr ""
29349 #: regcprop.cc:1251
29350 #, gcc-internal-format
29351 msgid "%qs: loop in %<next_regno%> chain (%u)"
29352 msgstr ""
29354 #: regcprop.cc:1254
29355 #, gcc-internal-format
29356 msgid "%qs: [%u] bad %<oldest_regno%> (%u)"
29357 msgstr ""
29359 #: regcprop.cc:1266
29360 #, gcc-internal-format
29361 msgid "%qs: [%u] non-empty register in chain (%s %u %i)"
29362 msgstr ""
29364 #: reginfo.cc:674
29365 #, gcc-internal-format
29366 msgid "cannot use %qs as a call-saved register"
29367 msgstr ""
29369 #: reginfo.cc:678
29370 #, gcc-internal-format
29371 msgid "cannot use %qs as a call-used register"
29372 msgstr ""
29374 #: reginfo.cc:690
29375 #, gcc-internal-format
29376 msgid "cannot use %qs as a fixed register"
29377 msgstr ""
29379 #: reginfo.cc:717 config/arc/arc.cc:1184 config/arc/arc.cc:1226
29380 #: config/ia64/ia64.cc:6037 config/ia64/ia64.cc:6044 config/pa/pa.cc:465
29381 #: config/pa/pa.cc:472 config/sh/sh.cc:8278 config/sh/sh.cc:8285
29382 #, gcc-internal-format, gfc-internal-format
29383 msgid "unknown register name: %s"
29384 msgstr ""
29386 #: reginfo.cc:730
29387 #, gcc-internal-format
29388 msgid "stack register used for global register variable"
29389 msgstr ""
29391 #: reginfo.cc:736
29392 #, gcc-internal-format
29393 msgid "global register variable follows a function definition"
29394 msgstr ""
29396 #: reginfo.cc:742
29397 #, gcc-internal-format
29398 msgid "register of %qD used for multiple global register variables"
29399 msgstr ""
29401 #: reginfo.cc:745 config/rs6000/rs6000-logue.cc:5582
29402 #, gcc-internal-format
29403 msgid "conflicts with %qD"
29404 msgstr ""
29406 #: reginfo.cc:750
29407 #, gcc-internal-format
29408 msgid "call-clobbered register used for global register variable"
29409 msgstr ""
29411 #: reload.cc:1312
29412 #, gcc-internal-format
29413 msgid "cannot reload integer constant operand in %<asm%>"
29414 msgstr ""
29416 #: reload.cc:1326
29417 #, gcc-internal-format
29418 msgid "impossible register constraint in %<asm%>"
29419 msgstr ""
29421 #: reload.cc:2671
29422 #, gcc-internal-format
29423 msgid "the target does not support %<asm goto%> with outputs in %<asm%>"
29424 msgstr ""
29426 #: reload.cc:3702
29427 #, gcc-internal-format
29428 msgid "%<&%> constraint used with no register class"
29429 msgstr ""
29431 #: reload1.cc:2060
29432 #, gcc-internal-format
29433 msgid "cannot find a register in class %qs while reloading %<asm%>"
29434 msgstr ""
29436 #: reload1.cc:2065
29437 #, gcc-internal-format
29438 msgid "unable to find a register to spill in class %qs"
29439 msgstr ""
29441 #: reload1.cc:4582
29442 #, gcc-internal-format
29443 msgid "%<asm%> operand requires impossible reload"
29444 msgstr ""
29446 #: reload1.cc:5999
29447 #, gcc-internal-format
29448 msgid "%<asm%> operand constraint incompatible with operand size"
29449 msgstr ""
29451 #: reload1.cc:7877
29452 #, gcc-internal-format
29453 msgid "output operand is constant in %<asm%>"
29454 msgstr ""
29456 #: rtl.cc:887
29457 #, gcc-internal-format, gfc-internal-format
29458 msgid "RTL check: access of elt %d of '%s' with last elt %d in %s, at %s:%d"
29459 msgstr ""
29461 #: rtl.cc:897
29462 #, gcc-internal-format, gfc-internal-format
29463 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
29464 msgstr ""
29466 #: rtl.cc:907
29467 #, gcc-internal-format, gfc-internal-format
29468 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
29469 msgstr ""
29471 #: rtl.cc:916
29472 #, gcc-internal-format, gfc-internal-format
29473 msgid "RTL check: expected code '%s', have '%s' in %s, at %s:%d"
29474 msgstr ""
29476 #: rtl.cc:926
29477 #, gcc-internal-format, gfc-internal-format
29478 msgid "RTL check: expected code '%s' or '%s', have '%s' in %s, at %s:%d"
29479 msgstr ""
29481 #: rtl.cc:937
29482 #, gcc-internal-format, gfc-internal-format
29483 msgid "RTL check: expected code '%s', '%s' or '%s', have '%s' in %s, at %s:%d"
29484 msgstr ""
29486 #: rtl.cc:968
29487 #, gcc-internal-format, gfc-internal-format
29488 msgid "RTL check: attempt to treat non-block symbol as a block symbol in %s, at %s:%d"
29489 msgstr ""
29491 #: rtl.cc:978
29492 #, gcc-internal-format, gfc-internal-format
29493 msgid "RTL check: access of hwi elt %d of vector with last elt %d in %s, at %s:%d"
29494 msgstr ""
29496 #: rtl.cc:988
29497 #, gcc-internal-format, gfc-internal-format
29498 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
29499 msgstr ""
29501 #: rtl.cc:999
29502 #, gcc-internal-format, gfc-internal-format
29503 msgid "RTL flag check: %s used with unexpected rtx code '%s' in %s, at %s:%d"
29504 msgstr ""
29506 #: stmt.cc:215
29507 #, gcc-internal-format
29508 msgid "output operand constraint lacks %<=%>"
29509 msgstr ""
29511 #: stmt.cc:230
29512 #, gcc-internal-format
29513 msgid "output constraint %qc for operand %d is not at the beginning"
29514 msgstr ""
29516 #: stmt.cc:254
29517 #, gcc-internal-format
29518 msgid "operand constraint contains incorrectly positioned %<+%> or %<=%>"
29519 msgstr ""
29521 #: stmt.cc:261 stmt.cc:350
29522 #, gcc-internal-format
29523 msgid "%<%%%> constraint used with last operand"
29524 msgstr ""
29526 #: stmt.cc:277
29527 #, gcc-internal-format
29528 msgid "matching constraint not valid in output operand"
29529 msgstr ""
29531 #: stmt.cc:341
29532 #, gcc-internal-format
29533 msgid "input operand constraint contains %qc"
29534 msgstr ""
29536 #: stmt.cc:380
29537 #, gcc-internal-format
29538 msgid "matching constraint references invalid operand number"
29539 msgstr ""
29541 #: stmt.cc:414
29542 #, gcc-internal-format
29543 msgid "invalid punctuation %qc in constraint"
29544 msgstr ""
29546 #: stmt.cc:431
29547 #, gcc-internal-format
29548 msgid "matching constraint does not allow a register"
29549 msgstr ""
29551 #: stmt.cc:525
29552 #, gcc-internal-format
29553 msgid "duplicate %<asm%> operand name %qs"
29554 msgstr ""
29556 #: stmt.cc:622
29557 #, gcc-internal-format
29558 msgid "missing close brace for named operand"
29559 msgstr ""
29561 #: stmt.cc:651
29562 #, gcc-internal-format
29563 msgid "undefined named operand %qs"
29564 msgstr ""
29566 #: stor-layout.cc:802
29567 #, gcc-internal-format
29568 msgid "size of %q+D %E bytes exceeds maximum object size %wu"
29569 msgstr ""
29571 #: stor-layout.cc:1183
29572 #, gcc-internal-format
29573 msgid "alignment %u of %qT is less than %u"
29574 msgstr ""
29576 #: stor-layout.cc:1190
29577 #, gcc-internal-format
29578 msgid "%q+D offset %E in %qT isn%'t aligned to %u"
29579 msgstr ""
29581 #: stor-layout.cc:1193
29582 #, gcc-internal-format
29583 msgid "%q+D offset %E in %qT may not be aligned to %u"
29584 msgstr ""
29586 #: stor-layout.cc:1325
29587 #, gcc-internal-format
29588 msgid "packed attribute causes inefficient alignment for %q+D"
29589 msgstr ""
29591 #: stor-layout.cc:1329
29592 #, gcc-internal-format
29593 msgid "packed attribute is unnecessary for %q+D"
29594 msgstr ""
29596 #: stor-layout.cc:1349
29597 #, gcc-internal-format
29598 msgid "padding struct to align %q+D"
29599 msgstr ""
29601 #: stor-layout.cc:1408
29602 #, gcc-internal-format
29603 msgid "offset of packed bit-field %qD has changed in GCC 4.4"
29604 msgstr ""
29606 #: stor-layout.cc:1788
29607 #, gcc-internal-format
29608 msgid "padding struct size to alignment boundary with %E bytes"
29609 msgstr ""
29611 #: stor-layout.cc:1817
29612 #, gcc-internal-format
29613 msgid "packed attribute causes inefficient alignment for %qE"
29614 msgstr ""
29616 #: stor-layout.cc:1821
29617 #, gcc-internal-format
29618 msgid "packed attribute is unnecessary for %qE"
29619 msgstr ""
29621 #: stor-layout.cc:1827
29622 #, gcc-internal-format
29623 msgid "packed attribute causes inefficient alignment"
29624 msgstr ""
29626 #: stor-layout.cc:1829
29627 #, gcc-internal-format
29628 msgid "packed attribute is unnecessary"
29629 msgstr ""
29631 #: stor-layout.cc:2617
29632 #, gcc-internal-format
29633 msgid "alignment of array elements is greater than element size"
29634 msgstr ""
29636 #: stor-layout.cc:2623
29637 #, gcc-internal-format
29638 msgid "size of array element is not a multiple of its alignment"
29639 msgstr ""
29641 #: substring-locations.cc:229
29642 #, gcc-internal-format
29643 msgid "format string is defined here"
29644 msgstr ""
29646 #: symtab-thunks.cc:400
29647 #, gcc-internal-format
29648 msgid "generic thunk code fails for method %qD which uses %<...%>"
29649 msgstr ""
29651 #: symtab.cc:303
29652 #, gcc-internal-format
29653 msgid "%qD renamed after being referenced in assembly"
29654 msgstr ""
29656 #: symtab.cc:1109
29657 #, gcc-internal-format
29658 msgid "function symbol is not function"
29659 msgstr "simbol funkcije nije funkcija"
29661 #: symtab.cc:1116
29662 #, gcc-internal-format
29663 msgid "inconsistent %<ifunc%> attribute"
29664 msgstr ""
29666 #: symtab.cc:1124
29667 #, gcc-internal-format
29668 msgid "variable symbol is not variable"
29669 msgstr ""
29671 #: symtab.cc:1130
29672 #, gcc-internal-format
29673 msgid "node has unknown type"
29674 msgstr ""
29676 #: symtab.cc:1135
29677 #, gcc-internal-format, gfc-internal-format
29678 msgid "node has invalid order %i"
29679 msgstr ""
29681 #: symtab.cc:1144
29682 #, gcc-internal-format
29683 msgid "node not found node->decl->decl_with_vis.symtab_node"
29684 msgstr ""
29686 #: symtab.cc:1152
29687 #, gcc-internal-format
29688 msgid "node differs from node->decl->decl_with_vis.symtab_node"
29689 msgstr ""
29691 #: symtab.cc:1163 symtab.cc:1170
29692 #, gcc-internal-format
29693 msgid "assembler name hash list corrupted"
29694 msgstr ""
29696 #: symtab.cc:1179
29697 #, gcc-internal-format
29698 msgid "node not found in symtab assembler name hash"
29699 msgstr ""
29701 #: symtab.cc:1188
29702 #, gcc-internal-format
29703 msgid "double linked list of assembler names corrupted"
29704 msgstr ""
29706 #: symtab.cc:1193
29707 #, gcc-internal-format
29708 msgid "node has body_removed but is definition"
29709 msgstr ""
29711 #: symtab.cc:1198
29712 #, gcc-internal-format
29713 msgid "node is analyzed but it is not a definition"
29714 msgstr ""
29716 #: symtab.cc:1203
29717 #, gcc-internal-format
29718 msgid "node is alias but not implicit alias"
29719 msgstr ""
29721 #: symtab.cc:1208
29722 #, gcc-internal-format
29723 msgid "node is alias but not definition"
29724 msgstr ""
29726 #: symtab.cc:1213
29727 #, gcc-internal-format
29728 msgid "node is weakref but not an transparent_alias"
29729 msgstr ""
29731 #: symtab.cc:1218
29732 #, gcc-internal-format
29733 msgid "node is transparent_alias but not an alias"
29734 msgstr ""
29736 #: symtab.cc:1223
29737 #, gcc-internal-format
29738 msgid "node is symver but not alias"
29739 msgstr ""
29741 #: symtab.cc:1232
29742 #, gcc-internal-format
29743 msgid "symver target is not exported with default visibility"
29744 msgstr ""
29746 #: symtab.cc:1239
29747 #, gcc-internal-format
29748 msgid "symver is not exported with default visibility"
29749 msgstr ""
29751 #: symtab.cc:1248
29752 #, gcc-internal-format
29753 msgid "node is in same_comdat_group list but has no comdat_group"
29754 msgstr ""
29756 #: symtab.cc:1253
29757 #, gcc-internal-format
29758 msgid "same_comdat_group list across different groups"
29759 msgstr ""
29761 #: symtab.cc:1258
29762 #, gcc-internal-format
29763 msgid "mixing different types of symbol in same comdat groups is not supported"
29764 msgstr ""
29766 #: symtab.cc:1263
29767 #, gcc-internal-format
29768 msgid "node is alone in a comdat group"
29769 msgstr ""
29771 #: symtab.cc:1270
29772 #, gcc-internal-format
29773 msgid "same_comdat_group is not a circular list"
29774 msgstr ""
29776 #: symtab.cc:1285
29777 #, gcc-internal-format, gfc-internal-format
29778 msgid "comdat-local symbol referred to by %s outside its comdat"
29779 msgstr ""
29781 #: symtab.cc:1295
29782 #, gcc-internal-format
29783 msgid "implicit_section flag is set but section isn%'t"
29784 msgstr ""
29786 #: symtab.cc:1302
29787 #, gcc-internal-format
29788 msgid "Both section and comdat group is set"
29789 msgstr ""
29791 #: symtab.cc:1314
29792 #, gcc-internal-format
29793 msgid "Alias and target%'s section differs"
29794 msgstr ""
29796 #: symtab.cc:1321
29797 #, gcc-internal-format
29798 msgid "Alias and target%'s comdat groups differs"
29799 msgstr ""
29801 #: symtab.cc:1336
29802 #, gcc-internal-format
29803 msgid "Transparent alias and target%'s assembler names differs"
29804 msgstr ""
29806 #: symtab.cc:1344
29807 #, gcc-internal-format
29808 msgid "Chained transparent aliases"
29809 msgstr ""
29811 #: symtab.cc:1367 symtab.cc:1385 symtab.cc:1412
29812 #, gcc-internal-format
29813 msgid "symtab_node::verify failed"
29814 msgstr ""
29816 #: symtab.cc:1384
29817 #, gcc-internal-format, gfc-internal-format
29818 msgid "invalid order in asm node %i"
29819 msgstr "krivi poredak u asm čvoru %i"
29821 #: symtab.cc:1408
29822 #, gcc-internal-format
29823 msgid "Two symbols with same comdat_group are not linked by the same_comdat_group list."
29824 msgstr ""
29826 #: symtab.cc:1846
29827 #, gcc-internal-format
29828 msgid "function %q+D part of alias cycle"
29829 msgstr ""
29831 #: symtab.cc:1848
29832 #, gcc-internal-format
29833 msgid "variable %q+D part of alias cycle"
29834 msgstr ""
29836 #: symtab.cc:1876
29837 #, gcc-internal-format
29838 msgid "section of alias %q+D must match section of its target"
29839 msgstr ""
29841 #: targhooks.cc:202
29842 #, gcc-internal-format
29843 msgid "%<__builtin_saveregs%> not supported by this target"
29844 msgstr ""
29846 #: targhooks.cc:1203
29847 #, gcc-internal-format
29848 msgid "argument %qs is not supported for %qs on this target"
29849 msgstr "argument %qs nije podržan za %qs na ovom cilju"
29851 #: targhooks.cc:1245
29852 #, gcc-internal-format
29853 msgid "nested functions not supported on this target"
29854 msgstr ""
29856 #: targhooks.cc:1258
29857 #, gcc-internal-format
29858 msgid "nested function trampolines not supported on this target"
29859 msgstr ""
29861 #: targhooks.cc:1421
29862 #, gcc-internal-format
29863 msgid "global constructors not supported on this target"
29864 msgstr ""
29866 #: targhooks.cc:1430
29867 #, gcc-internal-format
29868 msgid "global destructors not supported on this target"
29869 msgstr ""
29871 #: targhooks.cc:1789
29872 #, gcc-internal-format
29873 msgid "target attribute is not supported on this machine"
29874 msgstr ""
29876 #: targhooks.cc:1803
29877 #, gcc-internal-format
29878 msgid "%<#pragma GCC target%> is not supported for this machine"
29879 msgstr ""
29881 #: toplev.cc:713
29882 #, gcc-internal-format
29883 msgid "cannot open %qs for writing: %m"
29884 msgstr "nije moguće otvoriti %qs za pisanje: %m"
29886 #: toplev.cc:732
29887 #, gcc-internal-format
29888 msgid "%<-frecord-gcc-switches%> is not supported by the current target"
29889 msgstr ""
29891 #: toplev.cc:784
29892 #, gcc-internal-format
29893 msgid "stack usage computation not supported for this target"
29894 msgstr ""
29896 #: toplev.cc:842
29897 #, gcc-internal-format
29898 msgid "stack usage might be unbounded"
29899 msgstr ""
29901 #: toplev.cc:847
29902 #, gcc-internal-format
29903 msgid "stack usage might be %wu bytes"
29904 msgstr ""
29906 #: toplev.cc:850
29907 #, gcc-internal-format
29908 msgid "stack usage is %wu bytes"
29909 msgstr ""
29911 #: toplev.cc:967
29912 #, gcc-internal-format
29913 msgid "cannot open %s for writing: %m"
29914 msgstr "nije moguće otvoriti %s za pisanje: %m"
29916 #: toplev.cc:1245
29917 #, gcc-internal-format
29918 msgid "this target does not support %qs"
29919 msgstr ""
29921 #: toplev.cc:1279
29922 #, gcc-internal-format
29923 msgid "Graphite loop optimizations cannot be used (isl is not available) (%<-fgraphite%>, %<-fgraphite-identity%>, %<-floop-nest-optimize%>, %<-floop-parallelize-all%>)"
29924 msgstr ""
29926 #: toplev.cc:1290
29927 #, gcc-internal-format
29928 msgid "%<-fcf-protection=full%> is not supported for this target"
29929 msgstr ""
29931 #: toplev.cc:1297
29932 #, gcc-internal-format
29933 msgid "%<-fcf-protection=branch%> is not supported for this target"
29934 msgstr ""
29936 #: toplev.cc:1304
29937 #, gcc-internal-format
29938 msgid "%<-fcf-protection=return%> is not supported for this target"
29939 msgstr ""
29941 #: toplev.cc:1319
29942 #, gcc-internal-format
29943 msgid "%<-fabi-version=1%> is no longer supported"
29944 msgstr ""
29946 #: toplev.cc:1335
29947 #, gcc-internal-format
29948 msgid "instruction scheduling not supported on this target machine"
29949 msgstr ""
29951 #: toplev.cc:1339
29952 #, gcc-internal-format
29953 msgid "this target machine does not have delayed branches"
29954 msgstr ""
29956 #: toplev.cc:1353
29957 #, gcc-internal-format
29958 msgid "%<-f%sleading-underscore%> not supported on this target machine"
29959 msgstr ""
29961 #: toplev.cc:1382
29962 #, gcc-internal-format
29963 msgid "CTF debug info requested, but not supported for %qs frontend"
29964 msgstr ""
29966 #: toplev.cc:1400
29967 #, gcc-internal-format
29968 msgid "could not close zeroed insn dump file %qs: %m"
29969 msgstr ""
29971 #: toplev.cc:1438
29972 #, gcc-internal-format
29973 msgid "target system does not support the %qs debug format"
29974 msgstr ""
29976 #: toplev.cc:1466
29977 #, gcc-internal-format
29978 msgid "without %<-gdwarf-5%>, %<-gvariable-location-views=incompat5%> is equivalent to %<-gvariable-location-views%>"
29979 msgstr ""
29981 #: toplev.cc:1482
29982 #, gcc-internal-format
29983 msgid "%<-ginternal-reset-location-views%> is forced disabled without %<-gvariable-location-views%>"
29984 msgstr ""
29986 #: toplev.cc:1492
29987 #, gcc-internal-format
29988 msgid "%<-ginline-points%> is forced disabled without %<-gstatement-frontiers%>"
29989 msgstr ""
29991 #: toplev.cc:1521
29992 #, gcc-internal-format
29993 msgid "%<-ffunction-sections%> not supported for this target"
29994 msgstr ""
29996 #: toplev.cc:1527
29997 #, gcc-internal-format
29998 msgid "%<-fdata-sections%> not supported for this target"
29999 msgstr ""
30001 #: toplev.cc:1535
30002 #, gcc-internal-format
30003 msgid "%<-fprefetch-loop-arrays%> not supported for this target"
30004 msgstr ""
30006 #: toplev.cc:1541
30007 #, gcc-internal-format
30008 msgid "%<-fprefetch-loop-arrays%> not supported for this target (try %<-march%> switches)"
30009 msgstr ""
30011 #: toplev.cc:1551
30012 #, gcc-internal-format
30013 msgid "%<-fprefetch-loop-arrays%> is not supported with %<-Os%>"
30014 msgstr ""
30016 #: toplev.cc:1563
30017 #, gcc-internal-format
30018 msgid "%<-fassociative-math%> disabled; other options take precedence"
30019 msgstr ""
30021 #: toplev.cc:1573
30022 #, gcc-internal-format
30023 msgid "%<-fstack-clash-protection%> is not supported on targets where the stack grows from lower to higher addresses"
30024 msgstr ""
30026 #: toplev.cc:1583
30027 #, gcc-internal-format
30028 msgid "%<-fstack-check=%> and %<-fstack-clash-protection%> are mutually exclusive; disabling %<-fstack-check=%>"
30029 msgstr ""
30031 #: toplev.cc:1593
30032 #, gcc-internal-format
30033 msgid "%<-fstack-protector%> not supported for this target"
30034 msgstr ""
30036 #: toplev.cc:1605
30037 #, gcc-internal-format
30038 msgid "%<-fsanitize=address%> and %<-fsanitize=kernel-address%> are not supported for this target"
30039 msgstr ""
30041 #: toplev.cc:1615
30042 #, gcc-internal-format
30043 msgid "%<-fsanitize=address%> not supported for this target"
30044 msgstr ""
30046 #: toplev.cc:1624
30047 #, gcc-internal-format
30048 msgid "%<-fsanitize=kernel-address%> with stack protection is not supported without %<-fasan-shadow-offset=%> for this target"
30049 msgstr ""
30051 #: toplev.cc:1634
30052 #, gcc-internal-format
30053 msgid "%qs is not supported for this target"
30054 msgstr ""
30056 #: toplev.cc:1642
30057 #, gcc-internal-format
30058 msgid "%<-fsanitize=shadow-call-stack%> not supported in current platform"
30059 msgstr "%<-fsanitize=shadow-call-stack%> nije podržan na trenutnoj platformi"
30061 #: toplev.cc:1645
30062 #, gcc-internal-format
30063 msgid "%<-fsanitize=shadow-call-stack%> requires %<-fno-exceptions%>"
30064 msgstr ""
30066 #: toplev.cc:1983
30067 #, gcc-internal-format
30068 msgid "error writing to %s: %m"
30069 msgstr ""
30071 #: toplev.cc:1985
30072 #, gcc-internal-format
30073 msgid "error closing %s: %m"
30074 msgstr ""
30076 #: toplev.cc:2103
30077 #, gcc-internal-format
30078 msgid "mpfr not configured to handle all floating modes"
30079 msgstr ""
30081 #: toplev.cc:2189
30082 #, gcc-internal-format
30083 msgid "self-tests are not enabled in this build"
30084 msgstr ""
30086 #: toplev.cc:2282
30087 #, gcc-internal-format
30088 msgid "self-tests incompatible with %<-E%>"
30089 msgstr ""
30091 #: trans-mem.cc:610
30092 #, gcc-internal-format
30093 msgid "invalid use of volatile lvalue inside transaction"
30094 msgstr ""
30096 #: trans-mem.cc:613
30097 #, gcc-internal-format
30098 msgid "invalid use of volatile lvalue inside %<transaction_safe%> function"
30099 msgstr ""
30101 #: trans-mem.cc:645
30102 #, gcc-internal-format
30103 msgid "%<transaction_may_cancel_outer%> function call not within outer transaction or %<transaction_may_cancel_outer%>"
30104 msgstr ""
30106 #: trans-mem.cc:714 trans-mem.cc:4831
30107 #, gcc-internal-format
30108 msgid "unsafe function call %qD within atomic transaction"
30109 msgstr ""
30111 #: trans-mem.cc:721
30112 #, gcc-internal-format
30113 msgid "unsafe function call %qE within atomic transaction"
30114 msgstr ""
30116 #: trans-mem.cc:725
30117 #, gcc-internal-format
30118 msgid "unsafe indirect function call within atomic transaction"
30119 msgstr ""
30121 #: trans-mem.cc:733 trans-mem.cc:4763
30122 #, gcc-internal-format
30123 msgid "unsafe function call %qD within %<transaction_safe%> function"
30124 msgstr ""
30126 #: trans-mem.cc:740
30127 #, gcc-internal-format
30128 msgid "unsafe function call %qE within %<transaction_safe%> function"
30129 msgstr ""
30131 #: trans-mem.cc:744
30132 #, gcc-internal-format
30133 msgid "unsafe indirect function call within %<transaction_safe%> function"
30134 msgstr ""
30136 #: trans-mem.cc:759 trans-mem.cc:4803
30137 #, gcc-internal-format
30138 msgid "%<asm%> not allowed in atomic transaction"
30139 msgstr ""
30141 #: trans-mem.cc:762 trans-mem.cc:4429
30142 #, gcc-internal-format
30143 msgid "%<asm%> not allowed in %<transaction_safe%> function"
30144 msgstr ""
30146 #: trans-mem.cc:774
30147 #, gcc-internal-format
30148 msgid "relaxed transaction in atomic transaction"
30149 msgstr ""
30151 #: trans-mem.cc:777
30152 #, gcc-internal-format
30153 msgid "relaxed transaction in %<transaction_safe%> function"
30154 msgstr ""
30156 #: trans-mem.cc:784
30157 #, gcc-internal-format
30158 msgid "outer transaction in transaction"
30159 msgstr ""
30161 #: trans-mem.cc:787
30162 #, gcc-internal-format
30163 msgid "outer transaction in %<transaction_may_cancel_outer%> function"
30164 msgstr ""
30166 #: trans-mem.cc:791
30167 #, gcc-internal-format
30168 msgid "outer transaction in %<transaction_safe%> function"
30169 msgstr ""
30171 #: tree-cfg.cc:358
30172 #, gcc-internal-format
30173 msgid "ignoring loop annotation"
30174 msgstr ""
30176 #: tree-cfg.cc:3080
30177 #, gcc-internal-format
30178 msgid "constant not recomputed when %<ADDR_EXPR%> changed"
30179 msgstr ""
30181 #: tree-cfg.cc:3085
30182 #, gcc-internal-format
30183 msgid "side effects not recomputed when %<ADDR_EXPR%> changed"
30184 msgstr ""
30186 #: tree-cfg.cc:3100
30187 #, gcc-internal-format
30188 msgid "address taken but %<TREE_ADDRESSABLE%> bit not set"
30189 msgstr ""
30191 #: tree-cfg.cc:3124
30192 #, gcc-internal-format
30193 msgid "non-scalar %qs"
30194 msgstr ""
30196 #: tree-cfg.cc:3138
30197 #, gcc-internal-format
30198 msgid "invalid position or size operand to %qs"
30199 msgstr "nevaljana pozicija ili veličina operanda za %qs"
30201 #: tree-cfg.cc:3144
30202 #, gcc-internal-format
30203 msgid "integral result type precision does not match field size of %qs"
30204 msgstr ""
30206 #: tree-cfg.cc:3153
30207 #, gcc-internal-format
30208 msgid "mode size of non-integral result does not match field size of %qs"
30209 msgstr ""
30211 #: tree-cfg.cc:3161
30212 #, gcc-internal-format
30213 msgid "%qs of non-mode-precision operand"
30214 msgstr ""
30216 #: tree-cfg.cc:3168
30217 #, gcc-internal-format
30218 msgid "position plus size exceeds size of referenced object in %qs"
30219 msgstr ""
30221 #: tree-cfg.cc:3179
30222 #, gcc-internal-format
30223 msgid "type mismatch in %qs reference"
30224 msgstr ""
30226 #: tree-cfg.cc:3195
30227 #, gcc-internal-format
30228 msgid "non-top-level %qs"
30229 msgstr ""
30231 #: tree-cfg.cc:3210
30232 #, gcc-internal-format
30233 msgid "invalid operands to %qs"
30234 msgstr ""
30236 #: tree-cfg.cc:3221 tree-cfg.cc:3230 tree-cfg.cc:3247 tree-cfg.cc:3943
30237 #: tree-cfg.cc:3972 tree-cfg.cc:3989 tree-cfg.cc:4010 tree-cfg.cc:4058
30238 #: tree-cfg.cc:4079 tree-cfg.cc:4133 tree-cfg.cc:4157 tree-cfg.cc:4193
30239 #: tree-cfg.cc:4214 tree-cfg.cc:4275 tree-cfg.cc:4350 tree-cfg.cc:4376
30240 #: tree-cfg.cc:4412 tree-cfg.cc:4461 tree-cfg.cc:4486 tree-cfg.cc:4561
30241 #: tree-cfg.cc:4647
30242 #, gcc-internal-format
30243 msgid "type mismatch in %qs"
30244 msgstr ""
30246 #: tree-cfg.cc:3241
30247 #, gcc-internal-format
30248 msgid "invalid %qs offset operator"
30249 msgstr "nevaljani offset operator %qs"
30251 #: tree-cfg.cc:3265
30252 #, gcc-internal-format
30253 msgid "conversion of %qs on the left hand side of %qs"
30254 msgstr ""
30256 #: tree-cfg.cc:3273
30257 #, gcc-internal-format
30258 msgid "conversion of register to a different size in %qs"
30259 msgstr ""
30261 #: tree-cfg.cc:3293 tree-cfg.cc:3319
30262 #, gcc-internal-format
30263 msgid "invalid address operand in %qs"
30264 msgstr "nevaljani adresni operator za %qs"
30266 #: tree-cfg.cc:3300 tree-cfg.cc:3326
30267 #, gcc-internal-format
30268 msgid "invalid offset operand in %qs"
30269 msgstr "nevaljani offset operand u %qs"
30271 #: tree-cfg.cc:3307 tree-cfg.cc:3333
30272 #, gcc-internal-format
30273 msgid "invalid clique in %qs"
30274 msgstr ""
30276 #: tree-cfg.cc:3340 tree-cfg.cc:4659
30277 #, gcc-internal-format
30278 msgid "%qs in gimple IL"
30279 msgstr ""
30281 #: tree-cfg.cc:3355
30282 #, gcc-internal-format
30283 msgid "invalid expression for min lvalue"
30284 msgstr ""
30286 #: tree-cfg.cc:3406
30287 #, gcc-internal-format
30288 msgid "gimple call has two targets"
30289 msgstr ""
30291 #: tree-cfg.cc:3415
30292 #, gcc-internal-format
30293 msgid "gimple call has no target"
30294 msgstr ""
30296 #: tree-cfg.cc:3422
30297 #, gcc-internal-format
30298 msgid "invalid function in gimple call"
30299 msgstr ""
30301 #: tree-cfg.cc:3432
30302 #, gcc-internal-format
30303 msgid "non-function in gimple call"
30304 msgstr ""
30306 #: tree-cfg.cc:3443
30307 #, gcc-internal-format
30308 msgid "invalid pure const state for function"
30309 msgstr ""
30311 #: tree-cfg.cc:3455
30312 #, gcc-internal-format
30313 msgid "invalid LHS in gimple call"
30314 msgstr ""
30316 #: tree-cfg.cc:3463
30317 #, gcc-internal-format
30318 msgid "LHS in %<noreturn%> call"
30319 msgstr ""
30321 #: tree-cfg.cc:3477
30322 #, gcc-internal-format
30323 msgid "invalid conversion in gimple call"
30324 msgstr ""
30326 #: tree-cfg.cc:3486
30327 #, gcc-internal-format
30328 msgid "invalid static chain in gimple call"
30329 msgstr ""
30331 #: tree-cfg.cc:3497
30332 #, gcc-internal-format
30333 msgid "static chain with function that doesn%'t use one"
30334 msgstr ""
30336 #. Built-in unreachable with parameters might not be caught by
30337 #. undefined behavior sanitizer.  Front-ends do check users do not
30338 #. call them that way but we also produce calls to
30339 #. __builtin_unreachable internally, for example when IPA figures
30340 #. out a call cannot happen in a legal program.  In such cases,
30341 #. we must make sure arguments are stripped off.
30342 #: tree-cfg.cc:3516
30343 #, gcc-internal-format
30344 msgid "%<__builtin_unreachable%> or %<__builtin_trap%> call with arguments"
30345 msgstr ""
30347 #: tree-cfg.cc:3547
30348 #, gcc-internal-format
30349 msgid "%<DEFERRED_INIT%> calls should have same constant size for the first argument and LHS"
30350 msgstr ""
30352 #: tree-cfg.cc:3565
30353 #, gcc-internal-format
30354 msgid "invalid argument to gimple call"
30355 msgstr ""
30357 #: tree-cfg.cc:3592
30358 #, gcc-internal-format
30359 msgid "invalid operands in gimple comparison"
30360 msgstr ""
30362 #: tree-cfg.cc:3603
30363 #, gcc-internal-format
30364 msgid "mismatching comparison operand types"
30365 msgstr ""
30367 #: tree-cfg.cc:3620
30368 #, gcc-internal-format
30369 msgid "unsupported operation or type for vector comparison returning a boolean"
30370 msgstr ""
30372 #: tree-cfg.cc:3635
30373 #, gcc-internal-format
30374 msgid "non-vector operands in vector comparison"
30375 msgstr ""
30377 #: tree-cfg.cc:3644
30378 #, gcc-internal-format
30379 msgid "invalid vector comparison resulting type"
30380 msgstr ""
30382 #: tree-cfg.cc:3651
30383 #, gcc-internal-format
30384 msgid "bogus comparison result type"
30385 msgstr ""
30387 #: tree-cfg.cc:3673
30388 #, gcc-internal-format
30389 msgid "non-register as LHS of unary operation"
30390 msgstr ""
30392 #: tree-cfg.cc:3679
30393 #, gcc-internal-format
30394 msgid "invalid operand in unary operation"
30395 msgstr ""
30397 #: tree-cfg.cc:3702
30398 #, gcc-internal-format
30399 msgid "invalid vector types in nop conversion"
30400 msgstr ""
30402 #: tree-cfg.cc:3739
30403 #, gcc-internal-format
30404 msgid "invalid types in nop conversion"
30405 msgstr ""
30407 #: tree-cfg.cc:3754
30408 #, gcc-internal-format
30409 msgid "invalid types in address space conversion"
30410 msgstr ""
30412 #: tree-cfg.cc:3768
30413 #, gcc-internal-format
30414 msgid "invalid types in fixed-point conversion"
30415 msgstr ""
30417 #: tree-cfg.cc:3783
30418 #, gcc-internal-format
30419 msgid "invalid types in conversion to floating-point"
30420 msgstr ""
30422 #: tree-cfg.cc:3798
30423 #, gcc-internal-format
30424 msgid "invalid types in conversion to integer"
30425 msgstr ""
30427 #: tree-cfg.cc:3838
30428 #, gcc-internal-format
30429 msgid "type mismatch in %qs expression"
30430 msgstr ""
30432 #: tree-cfg.cc:3855 tree-cfg.cc:3869 tree-cfg.cc:4241 tree-cfg.cc:4263
30433 #, gcc-internal-format
30434 msgid "invalid types for %qs"
30435 msgstr ""
30437 #: tree-cfg.cc:3880
30438 #, gcc-internal-format
30439 msgid "%qs should be from a scalar to a like vector"
30440 msgstr ""
30442 #: tree-cfg.cc:3894
30443 #, gcc-internal-format
30444 msgid "non-trivial conversion in unary operation"
30445 msgstr ""
30447 #: tree-cfg.cc:3919
30448 #, gcc-internal-format
30449 msgid "non-register as LHS of binary operation"
30450 msgstr ""
30452 #: tree-cfg.cc:3926
30453 #, gcc-internal-format
30454 msgid "invalid operands in binary operation"
30455 msgstr ""
30457 #: tree-cfg.cc:4033
30458 #, gcc-internal-format
30459 msgid "invalid non-vector operands to %qs"
30460 msgstr ""
30462 #: tree-cfg.cc:4044
30463 #, gcc-internal-format
30464 msgid "invalid (pointer) operands %qs"
30465 msgstr "nevaljani (pointer) operandi %qs"
30467 #: tree-cfg.cc:4283
30468 #, gcc-internal-format
30469 msgid "vector type expected in %qs"
30470 msgstr ""
30472 #: tree-cfg.cc:4296
30473 #, gcc-internal-format
30474 msgid "type mismatch in binary expression"
30475 msgstr ""
30477 #: tree-cfg.cc:4324
30478 #, gcc-internal-format
30479 msgid "non-register as LHS of ternary operation"
30480 msgstr ""
30482 #: tree-cfg.cc:4332
30483 #, gcc-internal-format
30484 msgid "invalid operands in ternary operation"
30485 msgstr ""
30487 #: tree-cfg.cc:4364
30488 #, gcc-internal-format
30489 msgid "the first argument of a %qs must be of a boolean vector type of the same number of elements as the result"
30490 msgstr ""
30492 #: tree-cfg.cc:4396 tree-cfg.cc:4473
30493 #, gcc-internal-format
30494 msgid "vector types expected in %qs"
30495 msgstr ""
30497 #: tree-cfg.cc:4429
30498 #, gcc-internal-format
30499 msgid "vectors with different element number found in %qs"
30500 msgstr ""
30502 #: tree-cfg.cc:4445
30503 #, gcc-internal-format
30504 msgid "invalid mask type in %qs"
30505 msgstr ""
30507 #: tree-cfg.cc:4506
30508 #, gcc-internal-format
30509 msgid "not allowed type combination in %qs"
30510 msgstr ""
30512 #: tree-cfg.cc:4515
30513 #, gcc-internal-format
30514 msgid "invalid position or size in %qs"
30515 msgstr ""
30517 #: tree-cfg.cc:4521
30518 #, gcc-internal-format
30519 msgid "%qs into non-mode-precision operand"
30520 msgstr ""
30522 #: tree-cfg.cc:4531
30523 #, gcc-internal-format
30524 msgid "insertion out of range in %qs"
30525 msgstr ""
30527 #: tree-cfg.cc:4541
30528 #, gcc-internal-format
30529 msgid "%qs not at element boundary"
30530 msgstr ""
30532 #: tree-cfg.cc:4597
30533 #, gcc-internal-format
30534 msgid "non-trivial conversion in %qs"
30535 msgstr ""
30537 #: tree-cfg.cc:4606
30538 #, gcc-internal-format
30539 msgid "%qs LHS in clobber statement"
30540 msgstr ""
30542 #: tree-cfg.cc:4614
30543 #, gcc-internal-format
30544 msgid "%qs LHS in assignment statement"
30545 msgstr ""
30547 #: tree-cfg.cc:4633
30548 #, gcc-internal-format
30549 msgid "invalid operand in %qs"
30550 msgstr ""
30552 #: tree-cfg.cc:4674 tree-cfg.cc:4700
30553 #, gcc-internal-format
30554 msgid "invalid RHS for gimple memory store: %qs"
30555 msgstr ""
30557 #: tree-cfg.cc:4734 tree-cfg.cc:4752
30558 #, gcc-internal-format
30559 msgid "incorrect type of vector %qs elements"
30560 msgstr ""
30562 #: tree-cfg.cc:4743 tree-cfg.cc:4760
30563 #, gcc-internal-format
30564 msgid "incorrect number of vector %qs elements"
30565 msgstr ""
30567 #: tree-cfg.cc:4768
30568 #, gcc-internal-format
30569 msgid "incorrect type of vector CONSTRUCTOR elements"
30570 msgstr ""
30572 #: tree-cfg.cc:4777
30573 #, gcc-internal-format
30574 msgid "vector %qs with non-NULL element index"
30575 msgstr ""
30577 #: tree-cfg.cc:4784
30578 #, gcc-internal-format
30579 msgid "vector %qs element is not a GIMPLE value"
30580 msgstr ""
30582 #: tree-cfg.cc:4793
30583 #, gcc-internal-format
30584 msgid "non-vector %qs with elements"
30585 msgstr ""
30587 #: tree-cfg.cc:4800
30588 #, gcc-internal-format
30589 msgid "%qs RHS in assignment statement"
30590 msgstr ""
30592 #: tree-cfg.cc:4857
30593 #, gcc-internal-format
30594 msgid "invalid operand in return statement"
30595 msgstr ""
30597 #: tree-cfg.cc:4872 c/gimple-parser.cc:2490
30598 #, gcc-internal-format
30599 msgid "invalid conversion in return statement"
30600 msgstr ""
30602 #: tree-cfg.cc:4896
30603 #, gcc-internal-format
30604 msgid "goto destination is neither a label nor a pointer"
30605 msgstr ""
30607 #: tree-cfg.cc:4915
30608 #, gcc-internal-format
30609 msgid "invalid operand to switch statement"
30610 msgstr ""
30612 #: tree-cfg.cc:4923
30613 #, gcc-internal-format
30614 msgid "non-integral type switch statement"
30615 msgstr ""
30617 #: tree-cfg.cc:4933
30618 #, gcc-internal-format
30619 msgid "invalid default case label in switch statement"
30620 msgstr ""
30622 #: tree-cfg.cc:4945
30623 #, gcc-internal-format
30624 msgid "invalid %<CASE_CHAIN%>"
30625 msgstr ""
30627 #: tree-cfg.cc:4951
30628 #, gcc-internal-format
30629 msgid "invalid case label in switch statement"
30630 msgstr ""
30632 #: tree-cfg.cc:4958
30633 #, gcc-internal-format
30634 msgid "invalid case range in switch statement"
30635 msgstr ""
30637 #: tree-cfg.cc:4968
30638 #, gcc-internal-format
30639 msgid "type precision mismatch in switch statement"
30640 msgstr ""
30642 #: tree-cfg.cc:4975
30643 #, gcc-internal-format
30644 msgid "type mismatch for case label in switch statement"
30645 msgstr ""
30647 #: tree-cfg.cc:4984
30648 #, gcc-internal-format
30649 msgid "case labels not sorted in switch statement"
30650 msgstr ""
30652 #: tree-cfg.cc:5027
30653 #, gcc-internal-format
30654 msgid "label context is not the current function declaration"
30655 msgstr ""
30657 #: tree-cfg.cc:5036
30658 #, gcc-internal-format
30659 msgid "incorrect entry in %<label_to_block_map%>"
30660 msgstr ""
30662 #: tree-cfg.cc:5046
30663 #, gcc-internal-format
30664 msgid "incorrect setting of landing pad number"
30665 msgstr ""
30667 #: tree-cfg.cc:5062
30668 #, gcc-internal-format
30669 msgid "invalid comparison code in gimple cond"
30670 msgstr ""
30672 #: tree-cfg.cc:5070
30673 #, gcc-internal-format
30674 msgid "invalid labels in gimple cond"
30675 msgstr ""
30677 #: tree-cfg.cc:5156 tree-cfg.cc:5165
30678 #, gcc-internal-format
30679 msgid "invalid %<PHI%> result"
30680 msgstr ""
30682 #: tree-cfg.cc:5175
30683 #, gcc-internal-format
30684 msgid "missing %<PHI%> def"
30685 msgstr ""
30687 #: tree-cfg.cc:5189
30688 #, gcc-internal-format
30689 msgid "invalid %<PHI%> argument"
30690 msgstr ""
30692 #: tree-cfg.cc:5196
30693 #, gcc-internal-format
30694 msgid "incompatible types in %<PHI%> argument %u"
30695 msgstr ""
30697 #: tree-cfg.cc:5299
30698 #, gcc-internal-format
30699 msgid "%<verify_gimple%> failed"
30700 msgstr ""
30702 #: tree-cfg.cc:5357
30703 #, gcc-internal-format
30704 msgid "dead statement in EH table"
30705 msgstr ""
30707 #: tree-cfg.cc:5373
30708 #, gcc-internal-format
30709 msgid "location references block not in block tree"
30710 msgstr ""
30712 #: tree-cfg.cc:5422
30713 #, gcc-internal-format
30714 msgid "local declaration from a different function"
30715 msgstr ""
30717 #: tree-cfg.cc:5525
30718 #, gcc-internal-format
30719 msgid "gimple_bb (phi) is set to a wrong basic block"
30720 msgstr ""
30722 #: tree-cfg.cc:5534
30723 #, gcc-internal-format
30724 msgid "PHI node with location"
30725 msgstr ""
30727 #: tree-cfg.cc:5545 tree-cfg.cc:5592
30728 #, gcc-internal-format
30729 msgid "incorrect sharing of tree nodes"
30730 msgstr ""
30732 #: tree-cfg.cc:5553
30733 #, gcc-internal-format
30734 msgid "virtual PHI with argument locations"
30735 msgstr ""
30737 #: tree-cfg.cc:5580
30738 #, gcc-internal-format
30739 msgid "gimple_bb (stmt) is set to a wrong basic block"
30740 msgstr ""
30742 #: tree-cfg.cc:5620
30743 #, gcc-internal-format
30744 msgid "statement marked for throw, but doesn%'t"
30745 msgstr ""
30747 #: tree-cfg.cc:5626
30748 #, gcc-internal-format
30749 msgid "statement marked for throw in middle of block"
30750 msgstr ""
30752 #: tree-cfg.cc:5648
30753 #, gcc-internal-format
30754 msgid "verify_gimple failed"
30755 msgstr ""
30757 #: tree-cfg.cc:5672
30758 #, gcc-internal-format
30759 msgid "ENTRY_BLOCK has IL associated with it"
30760 msgstr ""
30762 #: tree-cfg.cc:5679
30763 #, gcc-internal-format
30764 msgid "EXIT_BLOCK has IL associated with it"
30765 msgstr ""
30767 #: tree-cfg.cc:5686
30768 #, gcc-internal-format, gfc-internal-format
30769 msgid "fallthru to exit from bb %d"
30770 msgstr ""
30772 #: tree-cfg.cc:5710
30773 #, gcc-internal-format
30774 msgid "nonlocal label %qD is not first in a sequence of labels in bb %d"
30775 msgstr ""
30777 #: tree-cfg.cc:5717
30778 #, gcc-internal-format
30779 msgid "EH landing pad label %qD is not first in a sequence of labels in bb %d"
30780 msgstr ""
30782 #: tree-cfg.cc:5724
30783 #, gcc-internal-format
30784 msgid "label %qD to block does not match in bb %d"
30785 msgstr ""
30787 #: tree-cfg.cc:5731
30788 #, gcc-internal-format
30789 msgid "label %qD has incorrect context in bb %d"
30790 msgstr ""
30792 #: tree-cfg.cc:5745
30793 #, gcc-internal-format, gfc-internal-format
30794 msgid "control flow in the middle of basic block %d"
30795 msgstr ""
30797 #: tree-cfg.cc:5755
30798 #, gcc-internal-format
30799 msgid "label %qD in the middle of basic block %d"
30800 msgstr ""
30802 #: tree-cfg.cc:5783
30803 #, gcc-internal-format, gfc-internal-format
30804 msgid "returns_twice call is %s in basic block %d"
30805 msgstr ""
30807 #: tree-cfg.cc:5809
30808 #, gcc-internal-format, gfc-internal-format
30809 msgid "fallthru edge after a control statement in bb %d"
30810 msgstr ""
30812 #: tree-cfg.cc:5822
30813 #, gcc-internal-format, gfc-internal-format
30814 msgid "true/false edge after a non-GIMPLE_COND in bb %d"
30815 msgstr ""
30817 #: tree-cfg.cc:5845 tree-cfg.cc:5867 tree-cfg.cc:5884 tree-cfg.cc:5953
30818 #, gcc-internal-format, gfc-internal-format
30819 msgid "wrong outgoing edge flags at end of bb %d"
30820 msgstr ""
30822 #: tree-cfg.cc:5855
30823 #, gcc-internal-format, gfc-internal-format
30824 msgid "explicit goto at end of bb %d"
30825 msgstr ""
30827 #: tree-cfg.cc:5889
30828 #, gcc-internal-format, gfc-internal-format
30829 msgid "return edge does not point to exit in bb %d"
30830 msgstr ""
30832 #: tree-cfg.cc:5919
30833 #, gcc-internal-format
30834 msgid "found default case not at the start of case vector"
30835 msgstr ""
30837 #: tree-cfg.cc:5927
30838 #, gcc-internal-format
30839 msgid "case labels not sorted: "
30840 msgstr ""
30842 #: tree-cfg.cc:5944
30843 #, gcc-internal-format, gfc-internal-format
30844 msgid "extra outgoing edge %d->%d"
30845 msgstr ""
30847 #: tree-cfg.cc:5967
30848 #, gcc-internal-format, gfc-internal-format
30849 msgid "missing edge %i->%i"
30850 msgstr ""
30852 #: tree-cfg.cc:9644
30853 #, gcc-internal-format
30854 msgid "%<noreturn%> function does return"
30855 msgstr ""
30857 #: tree-cfg.cc:9665 tree-cfg.cc:9700
30858 #, gcc-internal-format
30859 msgid "control reaches end of non-void function"
30860 msgstr ""
30862 #: tree-cfg.cc:9766
30863 #, gcc-internal-format
30864 msgid "ignoring return value of %qD declared with attribute %<warn_unused_result%>"
30865 msgstr ""
30867 #: tree-cfg.cc:9771 cp/cvt.cc:1121
30868 #, gcc-internal-format
30869 msgid "ignoring return value of function declared with attribute %<warn_unused_result%>"
30870 msgstr ""
30872 #: tree-complex.cc:1639
30873 #, gcc-internal-format
30874 msgid "%<asm goto%> with complex typed outputs"
30875 msgstr ""
30877 #: tree-diagnostic-path.cc:473
30878 msgid "%@ %s (fndecl %qD, depth %i)"
30879 msgstr ""
30881 #: tree-diagnostic-path.cc:478
30882 msgid "%@ %s (depth %i)"
30883 msgstr ""
30885 #: tree-diagnostic-path.cc:484
30886 msgid "%@ %s"
30887 msgstr ""
30889 #: tree-diagnostic.cc:207
30890 #, gcc-internal-format
30891 msgid "in definition of macro %qs"
30892 msgstr ""
30894 #: tree-diagnostic.cc:224
30895 #, gcc-internal-format
30896 msgid "in expansion of macro %qs"
30897 msgstr ""
30899 #: tree-eh.cc:4931
30900 #, gcc-internal-format, gfc-internal-format
30901 msgid "BB %i has multiple EH edges"
30902 msgstr ""
30904 #: tree-eh.cc:4943
30905 #, gcc-internal-format, gfc-internal-format
30906 msgid "BB %i cannot throw but has an EH edge"
30907 msgstr ""
30909 #: tree-eh.cc:4951
30910 #, gcc-internal-format, gfc-internal-format
30911 msgid "BB %i last statement has incorrectly set lp"
30912 msgstr ""
30914 #: tree-eh.cc:4957
30915 #, gcc-internal-format, gfc-internal-format
30916 msgid "BB %i is missing an EH edge"
30917 msgstr ""
30919 #: tree-eh.cc:4963
30920 #, gcc-internal-format, gfc-internal-format
30921 msgid "Incorrect EH edge %i->%i"
30922 msgstr ""
30924 #: tree-eh.cc:4997 tree-eh.cc:5016
30925 #, gcc-internal-format, gfc-internal-format
30926 msgid "BB %i is missing an edge"
30927 msgstr ""
30929 #: tree-eh.cc:5033
30930 #, gcc-internal-format, gfc-internal-format
30931 msgid "BB %i too many fallthru edges"
30932 msgstr ""
30934 #: tree-eh.cc:5042
30935 #, gcc-internal-format, gfc-internal-format
30936 msgid "BB %i has incorrect edge"
30937 msgstr ""
30939 #: tree-eh.cc:5048
30940 #, gcc-internal-format, gfc-internal-format
30941 msgid "BB %i has incorrect fallthru edge"
30942 msgstr ""
30944 #: tree-inline.cc:3885
30945 #, gcc-internal-format
30946 msgid "function %q+F can never be copied because it receives a non-local goto"
30947 msgstr ""
30949 #: tree-inline.cc:3892
30950 #, gcc-internal-format
30951 msgid "function %q+F can never be copied because it saves address of local label in a static variable"
30952 msgstr ""
30954 #: tree-inline.cc:3932
30955 #, gcc-internal-format
30956 msgid "function %q+F can never be inlined because it uses alloca (override using the always_inline attribute)"
30957 msgstr ""
30959 #: tree-inline.cc:3946
30960 #, gcc-internal-format
30961 msgid "function %q+F can never be inlined because it uses setjmp"
30962 msgstr ""
30964 #: tree-inline.cc:3960
30965 #, gcc-internal-format
30966 msgid "function %q+F can never be inlined because it uses variable argument lists"
30967 msgstr ""
30969 #: tree-inline.cc:3972
30970 #, gcc-internal-format
30971 msgid "function %q+F can never be inlined because it uses setjmp-longjmp exception handling"
30972 msgstr ""
30974 #: tree-inline.cc:3980
30975 #, gcc-internal-format
30976 msgid "function %q+F can never be inlined because it uses non-local goto"
30977 msgstr ""
30979 #: tree-inline.cc:3992
30980 #, gcc-internal-format
30981 msgid "function %q+F can never be inlined because it uses %<__builtin_return%> or %<__builtin_apply_args%>"
30982 msgstr ""
30984 #: tree-inline.cc:4012
30985 #, gcc-internal-format
30986 msgid "function %q+F can never be inlined because it contains a computed goto"
30987 msgstr ""
30989 #: tree-inline.cc:4058
30990 #, gcc-internal-format
30991 msgid "function %q+F can never be inlined because it has a VLA argument"
30992 msgstr ""
30994 #: tree-inline.cc:4126
30995 #, gcc-internal-format
30996 msgid "function %q+F can never be inlined because it is suppressed using %<-fno-inline%>"
30997 msgstr ""
30999 #: tree-inline.cc:4134
31000 #, gcc-internal-format
31001 msgid "function %q+F can never be inlined because it uses attributes conflicting with inlining"
31002 msgstr ""
31004 #: tree-inline.cc:4820
31005 #, gcc-internal-format
31006 msgid "inlining failed in call to %<always_inline%> %q+F: %s"
31007 msgstr ""
31009 #: tree-inline.cc:4823 tree-inline.cc:4844
31010 #, gcc-internal-format
31011 msgid "called from here"
31012 msgstr ""
31014 #: tree-inline.cc:4826 tree-inline.cc:4847
31015 #, gcc-internal-format
31016 msgid "called from this function"
31017 msgstr ""
31019 #: tree-inline.cc:4840
31020 #, gcc-internal-format
31021 msgid "inlining failed in call to %q+F: %s"
31022 msgstr ""
31024 #: tree-into-ssa.cc:3433
31025 #, gcc-internal-format
31026 msgid "statement uses released SSA name"
31027 msgstr ""
31029 #: tree-into-ssa.cc:3445
31030 #, gcc-internal-format
31031 msgid "cannot update SSA form"
31032 msgstr ""
31034 #: tree-into-ssa.cc:3538 tree-outof-ssa.cc:902 tree-ssa-coalesce.cc:1003
31035 #, gcc-internal-format
31036 msgid "SSA corruption"
31037 msgstr ""
31039 #: tree-nested.cc:1164
31040 #, gcc-internal-format, gfc-internal-format
31041 msgid "%s from %s referenced in %s"
31042 msgstr ""
31044 #: tree-nested.cc:2958
31045 #, gcc-internal-format, gfc-internal-format
31046 msgid "%s from %s called in %s"
31047 msgstr ""
31049 #: tree-profile.cc:624
31050 #, gcc-internal-format
31051 msgid "invalid regular expression %qs in %qs"
31052 msgstr "nevaljani regularni izraz %qs u %qs"
31054 #: tree-profile.cc:714
31055 #, gcc-internal-format
31056 msgid "target does not support atomic profile update, single mode is selected"
31057 msgstr ""
31059 #: tree-ssa-alias.cc:4060
31060 #, gcc-internal-format, gfc-internal-format
31061 msgid "invalid fn spec attribute \"%s\""
31062 msgstr ""
31064 #: tree-ssa-alias.cc:4099
31065 #, gcc-internal-format, gfc-internal-format
31066 msgid "invalid fn spec attribute \"%s\" arg %i"
31067 msgstr ""
31069 #: tree-ssa-ccp.cc:4686 c-family/c-common.cc:5830
31070 #, gcc-internal-format
31071 msgid "%qs pointer is null"
31072 msgstr ""
31074 #: tree-ssa-ccp.cc:4689 c-family/c-common.cc:5833
31075 #, gcc-internal-format
31076 msgid "in a call to non-static member function %qD"
31077 msgstr ""
31079 #: tree-ssa-ccp.cc:4695 c-family/c-common.cc:5839
31080 #, gcc-internal-format, gfc-internal-format
31081 msgid "argument %u null where non-null expected"
31082 msgstr ""
31084 #: tree-ssa-ccp.cc:4701
31085 #, gcc-internal-format
31086 msgid "in a call to built-in function %qD"
31087 msgstr ""
31089 #: tree-ssa-ccp.cc:4705 c-family/c-common.cc:5843
31090 #, gcc-internal-format
31091 msgid "in a call to function %qD declared %qs"
31092 msgstr ""
31094 #: tree-ssa-loop-niter.cc:3898
31095 #, gcc-internal-format, gfc-internal-format
31096 msgid "iteration %s invokes undefined behavior"
31097 msgstr ""
31099 #: tree-ssa-loop-niter.cc:3899
31100 #, gcc-internal-format
31101 msgid "within this loop"
31102 msgstr ""
31104 #: tree-ssa-loop-prefetch.cc:2100
31105 #, gcc-internal-format
31106 msgid "%<l1-cache-size%> parameter is not a power of two %d"
31107 msgstr ""
31109 #: tree-ssa-operands.cc:1033
31110 #, gcc-internal-format
31111 msgid "virtual definition of statement not up to date"
31112 msgstr ""
31114 #: tree-ssa-operands.cc:1040
31115 #, gcc-internal-format
31116 msgid "virtual def operand missing for statement"
31117 msgstr ""
31119 #: tree-ssa-operands.cc:1050
31120 #, gcc-internal-format
31121 msgid "virtual use of statement not up to date"
31122 msgstr ""
31124 #: tree-ssa-operands.cc:1057
31125 #, gcc-internal-format
31126 msgid "virtual use operand missing for statement"
31127 msgstr ""
31129 #: tree-ssa-operands.cc:1074
31130 #, gcc-internal-format
31131 msgid "excess use operand for statement"
31132 msgstr ""
31134 #: tree-ssa-operands.cc:1084
31135 #, gcc-internal-format
31136 msgid "use operand missing for statement"
31137 msgstr ""
31139 #: tree-ssa-operands.cc:1091
31140 #, gcc-internal-format
31141 msgid "statement volatile flag not up to date"
31142 msgstr ""
31144 #: tree-ssa-strlen.cc:2140
31145 #, gcc-internal-format
31146 msgid "%qD writing one too many bytes into a region of a size that depends on %<strlen%>"
31147 msgstr ""
31149 #: tree-ssa-strlen.cc:2144
31150 #, gcc-internal-format
31151 msgid "writing one too many bytes into a region of a size that depends on %<strlen%>"
31152 msgstr ""
31154 #: tree-ssa-strlen.cc:2153
31155 #, gcc-internal-format
31156 msgid "%qD writing %wu byte into a region of size %wu"
31157 msgid_plural "%qD writing %wu bytes into a region of size %wu"
31158 msgstr[0] ""
31159 msgstr[1] ""
31160 msgstr[2] ""
31162 #: tree-ssa-strlen.cc:2161
31163 #, gcc-internal-format
31164 msgid "writing %wu byte into a region of size %wu"
31165 msgid_plural "writing %wu bytes into a region of size %wu"
31166 msgstr[0] ""
31167 msgstr[1] ""
31168 msgstr[2] ""
31170 #: tree-ssa-strlen.cc:2171
31171 #, gcc-internal-format
31172 msgid "%qD writing %wu byte into a region of size between %wu and %wu"
31173 msgid_plural "%qD writing %wu bytes into a region of size between %wu and %wu"
31174 msgstr[0] ""
31175 msgstr[1] ""
31176 msgstr[2] ""
31178 #: tree-ssa-strlen.cc:2179
31179 #, gcc-internal-format
31180 msgid "writing %wu byte into a region of size between %wu and %wu"
31181 msgid_plural "writing %wu bytes into a region of size between %wu and %wu"
31182 msgstr[0] ""
31183 msgstr[1] ""
31184 msgstr[2] ""
31186 #: tree-ssa-strlen.cc:2189
31187 #, gcc-internal-format
31188 msgid "%qD writing between %wu and %wu bytes into a region of size %wu"
31189 msgstr ""
31191 #: tree-ssa-strlen.cc:2195
31192 #, gcc-internal-format
31193 msgid "writing between %wu and %wu bytes into a region of size %wu"
31194 msgstr ""
31196 #: tree-ssa-strlen.cc:2203
31197 #, gcc-internal-format
31198 msgid "%qD writing between %wu and %wu bytes into a region of size between %wu and %wu"
31199 msgstr ""
31201 #: tree-ssa-strlen.cc:2209
31202 #, gcc-internal-format
31203 msgid "writing between %wu and %wu bytes into a region of size between %wu and %wu"
31204 msgstr ""
31206 #: tree-ssa-strlen.cc:3101
31207 #, gcc-internal-format
31208 msgid "%qD output truncated before terminating nul copying %E byte from a string of the same length"
31209 msgid_plural "%qD output truncated before terminating nul copying %E bytes from a string of the same length"
31210 msgstr[0] ""
31211 msgstr[1] ""
31212 msgstr[2] ""
31214 #: tree-ssa-strlen.cc:3117
31215 #, gcc-internal-format
31216 msgid "%qD output truncated copying %E byte from a string of length %wu"
31217 msgid_plural "%qD output truncated copying %E bytes from a string of length %wu"
31218 msgstr[0] ""
31219 msgstr[1] ""
31220 msgstr[2] ""
31222 #: tree-ssa-strlen.cc:3124
31223 #, gcc-internal-format
31224 msgid "%qD output truncated copying between %wu and %wu bytes from a string of length %wu"
31225 msgstr ""
31227 #: tree-ssa-strlen.cc:3136
31228 #, gcc-internal-format
31229 msgid "%qD output may be truncated copying %E byte from a string of length %wu"
31230 msgid_plural "%qD output may be truncated copying %E bytes from a string of length %wu"
31231 msgstr[0] ""
31232 msgstr[1] ""
31233 msgstr[2] ""
31235 #: tree-ssa-strlen.cc:3143 tree-ssa-strlen.cc:3159
31236 #, gcc-internal-format
31237 msgid "%qD output may be truncated copying between %wu and %wu bytes from a string of length %wu"
31238 msgstr ""
31240 #: tree-ssa-strlen.cc:3313
31241 #, gcc-internal-format
31242 msgid "%qD output truncated before terminating nul copying as many bytes from a string as its length"
31243 msgstr ""
31245 #: tree-ssa-strlen.cc:3326
31246 #, gcc-internal-format
31247 msgid "%qD specified bound depends on the length of the source argument"
31248 msgstr ""
31250 #: tree-ssa-strlen.cc:3334
31251 #, gcc-internal-format
31252 msgid "length computed here"
31253 msgstr ""
31255 #: tree-ssa-strlen.cc:4289
31256 #, gcc-internal-format
31257 msgid "%qD of a string of length %wu or more and an array of size %wu evaluates to nonzero"
31258 msgstr ""
31260 #: tree-ssa-strlen.cc:4291
31261 #, gcc-internal-format
31262 msgid "%qD of a string of length %wu and an array of size %wu evaluates to nonzero"
31263 msgstr ""
31265 #: tree-ssa-strlen.cc:4298
31266 #, gcc-internal-format
31267 msgid "%qD of strings of length %wu and %wu and bound of %wu evaluates to nonzero"
31268 msgstr ""
31270 #: tree-ssa-strlen.cc:4303
31271 #, gcc-internal-format
31272 msgid "%qD of a string of length %wu, an array of size %wu and bound of %wu evaluates to nonzero"
31273 msgstr ""
31275 #: tree-ssa-strlen.cc:4314
31276 #, gcc-internal-format
31277 msgid "in this expression"
31278 msgstr ""
31280 #: tree-ssa-uninit.cc:291
31281 #, gcc-internal-format
31282 msgid "%qD is used uninitialized"
31283 msgstr ""
31285 #: tree-ssa-uninit.cc:293
31286 #, gcc-internal-format
31287 msgid "%qD may be used uninitialized"
31288 msgstr ""
31290 #: tree-ssa-uninit.cc:300
31291 #, gcc-internal-format
31292 msgid "%qs is used uninitialized"
31293 msgstr ""
31295 #: tree-ssa-uninit.cc:303
31296 #, gcc-internal-format
31297 msgid "%qs may be used uninitialized"
31298 msgstr ""
31300 #: tree-ssa-uninit.cc:322 varasm.cc:362 varasm.cc:7845
31301 #, gcc-internal-format
31302 msgid "%qD was declared here"
31303 msgstr ""
31305 #: tree-ssa-uninit.cc:324
31306 #, gcc-internal-format
31307 msgid "%qs was declared here"
31308 msgstr ""
31310 #: tree-ssa-uninit.cc:435 tree-ssa-uninit.cc:745
31311 #, gcc-internal-format
31312 msgid "%qE may be used uninitialized"
31313 msgstr ""
31315 #: tree-ssa-uninit.cc:444
31316 #, gcc-internal-format
31317 msgid "accessing argument %u of a function declared with attribute %<%s%>"
31318 msgstr ""
31320 #: tree-ssa-uninit.cc:732
31321 #, gcc-internal-format
31322 msgid "%qE is used uninitialized"
31323 msgstr ""
31325 #: tree-ssa-uninit.cc:867
31326 #, gcc-internal-format
31327 msgid "in a call to %qD declared with attribute %<%s%> here"
31328 msgstr ""
31330 #: tree-ssa-uninit.cc:874
31331 #, gcc-internal-format
31332 msgid "in a call to %qT declared with attribute %<%s%>"
31333 msgstr ""
31335 #: tree-ssa-uninit.cc:890
31336 #, gcc-internal-format
31337 msgid "by argument %u of type %s to %qD declared here"
31338 msgstr ""
31340 #: tree-ssa-uninit.cc:898
31341 #, gcc-internal-format
31342 msgid "by argument %u of type %s to %qT"
31343 msgstr ""
31345 #: tree-ssa.cc:664
31346 #, gcc-internal-format, gfc-internal-format
31347 msgid "multiple virtual PHI nodes in BB %d"
31348 msgstr ""
31350 #: tree-ssa.cc:678 tree-ssa.cc:707
31351 #, gcc-internal-format
31352 msgid "virtual definition is not an SSA name"
31353 msgstr ""
31355 #: tree-ssa.cc:694
31356 #, gcc-internal-format
31357 msgid "stmt with wrong VUSE"
31358 msgstr ""
31360 #: tree-ssa.cc:724
31361 #, gcc-internal-format, gfc-internal-format
31362 msgid "PHI node with wrong VUSE on edge from BB %d"
31363 msgstr ""
31365 #: tree-ssa.cc:750
31366 #, gcc-internal-format
31367 msgid "expected an SSA_NAME object"
31368 msgstr ""
31370 #: tree-ssa.cc:756
31371 #, gcc-internal-format
31372 msgid "found an SSA_NAME that had been released into the free pool"
31373 msgstr ""
31375 #: tree-ssa.cc:763
31376 #, gcc-internal-format
31377 msgid "type mismatch between an SSA_NAME and its symbol"
31378 msgstr ""
31380 #: tree-ssa.cc:769
31381 #, gcc-internal-format
31382 msgid "found a virtual definition for a GIMPLE register"
31383 msgstr ""
31385 #: tree-ssa.cc:775
31386 #, gcc-internal-format
31387 msgid "virtual SSA name for non-VOP decl"
31388 msgstr ""
31390 #: tree-ssa.cc:781
31391 #, gcc-internal-format
31392 msgid "found a real definition for a non-register"
31393 msgstr ""
31395 #: tree-ssa.cc:788
31396 #, gcc-internal-format
31397 msgid "found a default name with a non-empty defining statement"
31398 msgstr ""
31400 #: tree-ssa.cc:818
31401 #, gcc-internal-format
31402 msgid "RESULT_DECL should be read only when DECL_BY_REFERENCE is set"
31403 msgstr ""
31405 #: tree-ssa.cc:824
31406 #, gcc-internal-format, gfc-internal-format
31407 msgid "SSA_NAME created in two different blocks %i and %i"
31408 msgstr ""
31410 #: tree-ssa.cc:833 tree-ssa.cc:1173
31411 #, gcc-internal-format
31412 msgid "SSA_NAME_DEF_STMT is wrong"
31413 msgstr ""
31415 #: tree-ssa.cc:885
31416 #, gcc-internal-format
31417 msgid "missing definition"
31418 msgstr ""
31420 #: tree-ssa.cc:891
31421 #, gcc-internal-format, gfc-internal-format
31422 msgid "definition in block %i does not dominate use in block %i"
31423 msgstr ""
31425 #: tree-ssa.cc:899
31426 #, gcc-internal-format, gfc-internal-format
31427 msgid "definition in block %i follows the use"
31428 msgstr ""
31430 #: tree-ssa.cc:906
31431 #, gcc-internal-format
31432 msgid "SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set"
31433 msgstr ""
31435 #: tree-ssa.cc:914
31436 #, gcc-internal-format
31437 msgid "no immediate_use list"
31438 msgstr ""
31440 #: tree-ssa.cc:926
31441 #, gcc-internal-format
31442 msgid "wrong immediate use list"
31443 msgstr ""
31445 #: tree-ssa.cc:960
31446 #, gcc-internal-format
31447 msgid "incoming edge count does not match number of PHI arguments"
31448 msgstr ""
31450 #: tree-ssa.cc:974
31451 #, gcc-internal-format, gfc-internal-format
31452 msgid "PHI argument is missing for edge %d->%d"
31453 msgstr ""
31455 #: tree-ssa.cc:983
31456 #, gcc-internal-format
31457 msgid "PHI argument is not SSA_NAME, or invariant"
31458 msgstr ""
31460 #: tree-ssa.cc:989
31461 #, gcc-internal-format
31462 msgid "PHI argument on abnormal edge is not SSA_NAME"
31463 msgstr ""
31465 #: tree-ssa.cc:1010
31466 #, gcc-internal-format
31467 msgid "address taken, but ADDRESSABLE bit not set"
31468 msgstr ""
31470 #: tree-ssa.cc:1017
31471 #, gcc-internal-format, gfc-internal-format
31472 msgid "wrong edge %d->%d for PHI argument"
31473 msgstr ""
31475 #: tree-ssa.cc:1092
31476 #, gcc-internal-format
31477 msgid "shared SSA name info"
31478 msgstr ""
31480 #: tree-ssa.cc:1119
31481 #, gcc-internal-format, gfc-internal-format
31482 msgid "AUX pointer initialized for edge %d->%d"
31483 msgstr ""
31485 #: tree-ssa.cc:1145
31486 #, gcc-internal-format
31487 msgid "stmt (%p) marked modified after optimization pass: "
31488 msgstr ""
31490 #: tree-ssa.cc:1211
31491 #, gcc-internal-format
31492 msgid "verify_ssa failed"
31493 msgstr ""
31495 #: tree-streamer-in.cc:358
31496 #, gcc-internal-format
31497 msgid "machine independent builtin code out of range"
31498 msgstr ""
31500 #: tree-streamer-in.cc:364
31501 #, gcc-internal-format
31502 msgid "target specific builtin not available"
31503 msgstr ""
31505 #: tree-vect-generic.cc:328 tree-vect-generic.cc:498 tree-vect-generic.cc:2060
31506 #, gcc-internal-format
31507 msgid "vector operation will be expanded piecewise"
31508 msgstr ""
31510 #: tree-vect-generic.cc:331
31511 #, gcc-internal-format
31512 msgid "vector operation will be expanded in parallel"
31513 msgstr ""
31515 #: tree-vect-generic.cc:388
31516 #, gcc-internal-format
31517 msgid "vector operation will be expanded with a single scalar operation"
31518 msgstr ""
31520 #: tree-vect-generic.cc:1119
31521 #, gcc-internal-format
31522 msgid "vector condition will be expanded piecewise"
31523 msgstr ""
31525 #: tree-vect-generic.cc:1620
31526 #, gcc-internal-format
31527 msgid "vector shuffling operation will be expanded piecewise"
31528 msgstr ""
31530 #: tree-vect-loop.cc:4511
31531 #, gcc-internal-format
31532 msgid "vectorization did not happen for a simd loop"
31533 msgstr ""
31535 #: tree.cc:2238
31536 #, gcc-internal-format
31537 msgid "non-constant element in constant CONSTRUCTOR"
31538 msgstr ""
31540 #: tree.cc:2240
31541 #, gcc-internal-format
31542 msgid "side-effects element in no-side-effects CONSTRUCTOR"
31543 msgstr ""
31545 #: tree.cc:7254 m2/gm2-gcc/m2type.cc:214
31546 #, gcc-internal-format
31547 msgid "arrays of functions are not meaningful"
31548 msgstr ""
31550 #: tree.cc:7421
31551 #, gcc-internal-format
31552 msgid "function return type cannot be function"
31553 msgstr "povratni tip funkcije ne može biti funkcija"
31555 #: tree.cc:8881 tree.cc:8966 tree.cc:9029
31556 #, gcc-internal-format, gfc-internal-format
31557 msgid "tree check: %s, have %s in %s, at %s:%d"
31558 msgstr ""
31560 #: tree.cc:8918
31561 #, gcc-internal-format, gfc-internal-format
31562 msgid "tree check: expected none of %s, have %s in %s, at %s:%d"
31563 msgstr ""
31565 #: tree.cc:8931
31566 #, gcc-internal-format
31567 msgid "tree check: expected class %qs, have %qs (%s) in %s, at %s:%d"
31568 msgstr ""
31570 #: tree.cc:8980
31571 #, gcc-internal-format
31572 msgid "tree check: did not expect class %qs, have %qs (%s) in %s, at %s:%d"
31573 msgstr ""
31575 #: tree.cc:8993
31576 #, gcc-internal-format
31577 msgid "tree check: expected %<omp_clause %s%>, have %qs in %s, at %s:%d"
31578 msgstr ""
31580 #: tree.cc:9055
31581 #, gcc-internal-format
31582 msgid "tree check: expected tree that contains %qs structure, have %qs in %s, at %s:%d"
31583 msgstr ""
31585 #: tree.cc:9069
31586 #, gcc-internal-format
31587 msgid "tree check: accessed elt %d of %<tree_int_cst%> with %d elts in %s, at %s:%d"
31588 msgstr ""
31590 #: tree.cc:9082
31591 #, gcc-internal-format
31592 msgid "tree check: accessed elt %d of %<tree_vec%> with %d elts in %s, at %s:%d"
31593 msgstr ""
31595 #: tree.cc:9095
31596 #, gcc-internal-format, gfc-internal-format
31597 msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
31598 msgstr ""
31600 #: tree.cc:9108
31601 #, gcc-internal-format
31602 msgid "tree check: accessed operand %d of %<omp_clause %s%> with %d operands in %s, at %s:%d"
31603 msgstr ""
31605 #: tree.cc:12349
31606 #, gcc-internal-format
31607 msgid "%qD is deprecated: %s"
31608 msgstr ""
31610 #: tree.cc:12352
31611 #, gcc-internal-format
31612 msgid "%qD is deprecated"
31613 msgstr ""
31615 #: tree.cc:12375
31616 #, gcc-internal-format
31617 msgid "%qE is deprecated: %s"
31618 msgstr ""
31620 #: tree.cc:12378
31621 #, gcc-internal-format
31622 msgid "%qE is deprecated"
31623 msgstr ""
31625 #: tree.cc:12384
31626 #, gcc-internal-format, gfc-internal-format
31627 msgid "type is deprecated: %s"
31628 msgstr ""
31630 #: tree.cc:12387
31631 #, gcc-internal-format
31632 msgid "type is deprecated"
31633 msgstr ""
31635 #: tree.cc:12429
31636 #, gcc-internal-format
31637 msgid "%qD is unavailable: %s"
31638 msgstr ""
31640 #: tree.cc:12431
31641 #, gcc-internal-format
31642 msgid "%qD is unavailable"
31643 msgstr ""
31645 #: tree.cc:12452
31646 #, gcc-internal-format
31647 msgid "%qE is unavailable: %s"
31648 msgstr ""
31650 #: tree.cc:12454
31651 #, gcc-internal-format
31652 msgid "%qE is unavailable"
31653 msgstr ""
31655 #: tree.cc:12459
31656 #, gcc-internal-format, gfc-internal-format
31657 msgid "type is unavailable: %s"
31658 msgstr ""
31660 #: tree.cc:12461
31661 #, gcc-internal-format
31662 msgid "type is unavailable"
31663 msgstr ""
31665 #. Type variant can differ by:
31667 #. - TYPE_QUALS: TYPE_READONLY, TYPE_VOLATILE, TYPE_ATOMIC, TYPE_RESTRICT,
31668 #. ENCODE_QUAL_ADDR_SPACE.
31669 #. - main variant may be TYPE_COMPLETE_P and variant types !TYPE_COMPLETE_P
31670 #. in this case some values may not be set in the variant types
31671 #. (see TYPE_COMPLETE_P checks).
31672 #. - it is possible to have TYPE_ARTIFICIAL variant of non-artifical type
31673 #. - by TYPE_NAME and attributes (i.e. when variant originate by typedef)
31674 #. - TYPE_CANONICAL (TYPE_ALIAS_SET is the same among variants)
31675 #. - by the alignment: TYPE_ALIGN and TYPE_USER_ALIGN
31676 #. - during LTO by TYPE_CONTEXT if type is TYPE_FILE_SCOPE_P
31677 #. this is necessary to make it possible to merge types form different TUs
31678 #. - arrays, pointers and references may have TREE_TYPE that is a variant
31679 #. of TREE_TYPE of their main variants.
31680 #. - aggregates may have new TYPE_FIELDS list that list variants of
31681 #. the main variant TYPE_FIELDS.
31682 #. - vector types may differ by TYPE_VECTOR_OPAQUE
31684 #. Convenience macro for matching individual fields.
31685 #: tree.cc:13371
31686 #, gcc-internal-format, gfc-internal-format
31687 msgid "type variant differs by %s"
31688 msgstr ""
31690 #: tree.cc:13416
31691 #, gcc-internal-format
31692 msgid "type variant has different %<TYPE_SIZE_UNIT%>"
31693 msgstr ""
31695 #: tree.cc:13418
31696 #, gcc-internal-format
31697 msgid "type variant%'s %<TYPE_SIZE_UNIT%>"
31698 msgstr ""
31700 #: tree.cc:13420
31701 #, gcc-internal-format
31702 msgid "type%'s %<TYPE_SIZE_UNIT%>"
31703 msgstr ""
31705 #: tree.cc:13445
31706 #, gcc-internal-format
31707 msgid "type variant with %<TYPE_ALIAS_SET_KNOWN_P%>"
31708 msgstr ""
31710 #: tree.cc:13458
31711 #, gcc-internal-format
31712 msgid "type variant has different %<TYPE_VFIELD%>"
31713 msgstr ""
31715 #: tree.cc:13494
31716 #, gcc-internal-format
31717 msgid "type variant has different %<TYPE_BINFO%>"
31718 msgstr ""
31720 #: tree.cc:13496
31721 #, gcc-internal-format
31722 msgid "type variant%'s %<TYPE_BINFO%>"
31723 msgstr ""
31725 #: tree.cc:13498
31726 #, gcc-internal-format
31727 msgid "type%'s %<TYPE_BINFO%>"
31728 msgstr ""
31730 #: tree.cc:13537
31731 #, gcc-internal-format
31732 msgid "type variant has different %<TYPE_FIELDS%>"
31733 msgstr ""
31735 #: tree.cc:13539
31736 #, gcc-internal-format
31737 msgid "first mismatch is field"
31738 msgstr ""
31740 #: tree.cc:13541
31741 #, gcc-internal-format
31742 msgid "and field"
31743 msgstr ""
31745 #: tree.cc:13558
31746 #, gcc-internal-format
31747 msgid "type variant has different %<TREE_TYPE%>"
31748 msgstr ""
31750 #: tree.cc:13560 tree.cc:13571
31751 #, gcc-internal-format
31752 msgid "type variant%'s %<TREE_TYPE%>"
31753 msgstr ""
31755 #: tree.cc:13562 tree.cc:13573
31756 #, gcc-internal-format
31757 msgid "type%'s %<TREE_TYPE%>"
31758 msgstr ""
31760 #: tree.cc:13569
31761 #, gcc-internal-format
31762 msgid "type is not compatible with its variant"
31763 msgstr ""
31765 #: tree.cc:13894
31766 #, gcc-internal-format, gfc-internal-format
31767 msgid "type %s is not an opaque type"
31768 msgstr "tip %s nije neproziran tip"
31770 #: tree.cc:13900
31771 #, gcc-internal-format, gfc-internal-format
31772 msgid "type %s is not with opaque mode"
31773 msgstr ""
31775 #: tree.cc:13906
31776 #, gcc-internal-format
31777 msgid "type %s differs by %<TYPE_MODE%>"
31778 msgstr ""
31780 #: tree.cc:13914
31781 #, gcc-internal-format
31782 msgid "type %s differs by %<TYPE_SIZE%>"
31783 msgstr ""
31785 #: tree.cc:13920
31786 #, gcc-internal-format
31787 msgid "type %s differs by %<TYPE_ALIGN%>"
31788 msgstr ""
31790 #: tree.cc:13926
31791 #, gcc-internal-format
31792 msgid "type %s differs by %<TYPE_USER_ALIGN%>"
31793 msgstr ""
31795 #: tree.cc:13956
31796 #, gcc-internal-format
31797 msgid "main variant is not defined"
31798 msgstr ""
31800 #: tree.cc:13961
31801 #, gcc-internal-format
31802 msgid "%<TYPE_MAIN_VARIANT%> has different %<TYPE_MAIN_VARIANT%>"
31803 msgstr ""
31805 #: tree.cc:13972
31806 #, gcc-internal-format
31807 msgid "%<TYPE_CANONICAL%> has different %<TYPE_CANONICAL%>"
31808 msgstr ""
31810 #: tree.cc:13991
31811 #, gcc-internal-format
31812 msgid "%<TYPE_CANONICAL%> is not compatible"
31813 msgstr ""
31815 #: tree.cc:13999
31816 #, gcc-internal-format
31817 msgid "%<TYPE_MODE%> of %<TYPE_CANONICAL%> is not compatible"
31818 msgstr ""
31820 #: tree.cc:14005
31821 #, gcc-internal-format
31822 msgid "%<TYPE_CANONICAL%> of main variant is not main variant"
31823 msgstr ""
31825 #: tree.cc:14021
31826 #, gcc-internal-format
31827 msgid "%<TYPE_VFIELD%> is not %<FIELD_DECL%> nor %<TREE_LIST%>"
31828 msgstr ""
31830 #: tree.cc:14031
31831 #, gcc-internal-format
31832 msgid "%<TYPE_NEXT_PTR_TO%> is not %<POINTER_TYPE%>"
31833 msgstr ""
31835 #: tree.cc:14041
31836 #, gcc-internal-format
31837 msgid "%<TYPE_NEXT_REF_TO%> is not %<REFERENCE_TYPE%>"
31838 msgstr ""
31840 #: tree.cc:14062
31841 #, gcc-internal-format
31842 msgid "%<TYPE_BINFO%> is not %<TREE_BINFO%>"
31843 msgstr ""
31845 #: tree.cc:14068
31846 #, gcc-internal-format
31847 msgid "%<TYPE_BINFO%> type is not %<TYPE_MAIN_VARIANT%>"
31848 msgstr ""
31850 #: tree.cc:14079
31851 #, gcc-internal-format
31852 msgid "%<TYPE_METHOD_BASETYPE%> is not record nor union"
31853 msgstr ""
31855 #: tree.cc:14090
31856 #, gcc-internal-format
31857 msgid "%<TYPE_OFFSET_BASETYPE%> is not record nor union"
31858 msgstr ""
31860 #: tree.cc:14108
31861 #, gcc-internal-format
31862 msgid "%<TYPE_ARRAY_MAX_SIZE%> not %<INTEGER_CST%>"
31863 msgstr ""
31865 #: tree.cc:14115
31866 #, gcc-internal-format
31867 msgid "%<TYPE_MAX_VALUE_RAW%> non-NULL"
31868 msgstr ""
31870 #: tree.cc:14122
31871 #, gcc-internal-format
31872 msgid "%<TYPE_LANG_SLOT_1 (binfo)%> field is non-NULL"
31873 msgstr ""
31875 #: tree.cc:14138
31876 #, gcc-internal-format
31877 msgid "enum value is not %<CONST_DECL%> or %<INTEGER_CST%>"
31878 msgstr ""
31880 #: tree.cc:14147
31881 #, gcc-internal-format
31882 msgid "enum value type is not %<INTEGER_TYPE%> nor convertible to the enum"
31883 msgstr ""
31885 #: tree.cc:14155
31886 #, gcc-internal-format
31887 msgid "enum value name is not %<IDENTIFIER_NODE%>"
31888 msgstr ""
31890 #: tree.cc:14165
31891 #, gcc-internal-format
31892 msgid "array %<TYPE_DOMAIN%> is not integer type"
31893 msgstr ""
31895 #: tree.cc:14174
31896 #, gcc-internal-format
31897 msgid "%<TYPE_FIELDS%> defined in incomplete type"
31898 msgstr ""
31900 #: tree.cc:14196
31901 #, gcc-internal-format
31902 msgid "wrong tree in %<TYPE_FIELDS%> list"
31903 msgstr ""
31905 #: tree.cc:14211
31906 #, gcc-internal-format
31907 msgid "%<TYPE_CACHED_VALUES_P%> is %i while %<TYPE_CACHED_VALUES%> is %p"
31908 msgstr ""
31910 #: tree.cc:14218
31911 #, gcc-internal-format
31912 msgid "%<TYPE_CACHED_VALUES%> is not %<TREE_VEC%>"
31913 msgstr ""
31915 #: tree.cc:14231
31916 #, gcc-internal-format
31917 msgid "wrong %<TYPE_CACHED_VALUES%> entry"
31918 msgstr ""
31920 #: tree.cc:14244
31921 #, gcc-internal-format
31922 msgid "%<TREE_PURPOSE%> is non-NULL in %<TYPE_ARG_TYPES%> list"
31923 msgstr ""
31925 #: tree.cc:14250
31926 #, gcc-internal-format
31927 msgid "wrong entry in %<TYPE_ARG_TYPES%> list"
31928 msgstr ""
31930 #: tree.cc:14257
31931 #, gcc-internal-format
31932 msgid "%<TYPE_VALUES_RAW%> field is non-NULL"
31933 msgstr ""
31935 #: tree.cc:14269
31936 #, gcc-internal-format
31937 msgid "%<TYPE_CACHED_VALUES_P%> is set while it should not be"
31938 msgstr ""
31940 #: tree.cc:14279
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:5725 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:5736 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:5548 c-family/c-attribs.cc:5594
32320 #: c-family/c-attribs.cc:5600 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:3848
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:5932
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:5701 c-family/c-attribs.cc:5728
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:5707
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:4787
32905 #, gcc-internal-format
32906 msgid "attribute %qs mismatch with mode %qs"
32907 msgstr ""
32909 #: c-family/c-attribs.cc:4836
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:4842
32915 #, gcc-internal-format
32916 msgid "attribute %qs positional argument 2 missing in previous designation"
32917 msgstr ""
32919 #: c-family/c-attribs.cc:4848
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:4856
32925 #, gcc-internal-format
32926 msgid "attribute %qs mismatched positional argument values %i and %i"
32927 msgstr ""
32929 #: c-family/c-attribs.cc:4878
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:4961
32935 #, gcc-internal-format
32936 msgid "attribute %qE without arguments on a non-prototype"
32937 msgstr ""
32939 #: c-family/c-attribs.cc:5011
32940 #, gcc-internal-format
32941 msgid "attribute %qE invalid mode"
32942 msgstr ""
32944 #: c-family/c-attribs.cc:5020
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:5047
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:5058
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:5071
32964 #, gcc-internal-format
32965 msgid "attribute %<%E(%s)%> missing an argument"
32966 msgstr ""
32968 #: c-family/c-attribs.cc:5112
32969 #, gcc-internal-format
32970 msgid "attribute %<%E(%s, %E, %E)%> invalid positional argument %i"
32971 msgstr ""
32973 #: c-family/c-attribs.cc:5115
32974 #, gcc-internal-format
32975 msgid "attribute %<%E(%s, %E)%> invalid positional argument %i"
32976 msgstr ""
32978 #: c-family/c-attribs.cc:5140
32979 #, gcc-internal-format
32980 msgid "attribute %qs positional argument %i invalid value %wi"
32981 msgstr ""
32983 #: c-family/c-attribs.cc:5144
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:5151
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:5159
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:5170
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:5183
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:5201
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:5433
33015 #, gcc-internal-format
33016 msgid "cleanup argument not an identifier"
33017 msgstr ""
33019 #: c-family/c-attribs.cc:5440
33020 #, gcc-internal-format
33021 msgid "cleanup argument not a function"
33022 msgstr ""
33024 #: c-family/c-attribs.cc:5477
33025 #, gcc-internal-format
33026 msgid "%qE attribute requires prototypes with named arguments"
33027 msgstr ""
33029 #: c-family/c-attribs.cc:5485
33030 #, gcc-internal-format
33031 msgid "%qE attribute only applies to variadic functions"
33032 msgstr ""
33034 #: c-family/c-attribs.cc:5501 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:5509 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:5564 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:5586 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:5753 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:5771
33064 #, gcc-internal-format
33065 msgid "%qE attribute on a function not returning a pointer"
33066 msgstr ""
33068 #: c-family/c-attribs.cc:5786
33069 #, gcc-internal-format
33070 msgid "%qE attribute is only valid on %<struct%> type"
33071 msgstr ""
33073 #: c-family/c-attribs.cc:5834
33074 #, gcc-internal-format
33075 msgid "%qE attribute argument %qE is not an integer constant"
33076 msgstr ""
33078 #: c-family/c-attribs.cc:5843
33079 #, gcc-internal-format
33080 msgid "%qE attribute argument %qE exceeds %u"
33081 msgstr ""
33083 #: c-family/c-attribs.cc:5865
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:5877
33089 #, gcc-internal-format
33090 msgid "%qE attribute is for pointer types only"
33091 msgstr ""
33093 #: c-family/c-attribs.cc:5896
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:5919
33099 #, gcc-internal-format
33100 msgid "%qE cannot be applied to non-pointer type %qT"
33101 msgstr ""
33103 #: c-family/c-attribs.cc:5944
33104 #, gcc-internal-format
33105 msgid "%qE attribute argument %qE is not recognised"
33106 msgstr ""
33108 #: c-family/c-attribs.cc:5959
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:5970
33114 #, gcc-internal-format
33115 msgid "%qE attribute ignored; field must be a function pointer"
33116 msgstr ""
33118 #: c-family/c-attribs.cc:5994
33119 #, gcc-internal-format
33120 msgid "unknown attribute %qE"
33121 msgstr ""
33123 #: c-family/c-attribs.cc:6021
33124 #, gcc-internal-format
33125 msgid "invalid operand type %qT for %qs"
33126 msgstr ""
33128 #: c-family/c-attribs.cc:6125
33129 #, gcc-internal-format
33130 msgid "%qs attribute not supported for %qT in %<__builtin_has_attribute%>"
33131 msgstr ""
33133 #: c-family/c-attribs.cc:6127
33134 #, gcc-internal-format
33135 msgid "%qs attribute not supported for %qE in %<__builtin_has_attribute%>"
33136 msgstr ""
33138 #: c-family/c-attribs.cc:6304
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:2252
33234 #, gcc-internal-format
33235 msgid "case label does not reduce to an integer constant"
33236 msgstr ""
33238 #: c-family/c-common.cc:2339
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:2884
33244 #, gcc-internal-format
33245 msgid "invalid operands to binary %s (have %qT and %qT)"
33246 msgstr ""
33248 #: c-family/c-common.cc:3133
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:3136
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:3238
33259 #, gcc-internal-format
33260 msgid "comparison of unsigned expression in %<>= 0%> is always true"
33261 msgstr ""
33263 #: c-family/c-common.cc:3246
33264 #, gcc-internal-format
33265 msgid "comparison of unsigned expression in %<< 0%> is always false"
33266 msgstr ""
33268 #: c-family/c-common.cc:3290
33269 #, gcc-internal-format
33270 msgid "pointer of type %<void *%> used in arithmetic"
33271 msgstr ""
33273 #: c-family/c-common.cc:3299
33274 #, gcc-internal-format
33275 msgid "pointer to a function used in arithmetic"
33276 msgstr ""
33278 #: c-family/c-common.cc:3516
33279 #, gcc-internal-format
33280 msgid "enum constant in boolean context"
33281 msgstr ""
33283 #: c-family/c-common.cc:3546 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:3591
33289 #, gcc-internal-format
33290 msgid "%<*%> in boolean context, suggest %<&&%> instead"
33291 msgstr ""
33293 #: c-family/c-common.cc:3603
33294 #, gcc-internal-format
33295 msgid "%<<<%> in boolean context, did you mean %<<%>?"
33296 msgstr ""
33298 #: c-family/c-common.cc:3619
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:3628
33304 #, gcc-internal-format
33305 msgid "%<?:%> using integer constants in boolean context"
33306 msgstr ""
33308 #: c-family/c-common.cc:3664
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:3699 cp/semantics.cc:874 cp/typeck.cc:10364
33314 #, gcc-internal-format
33315 msgid "suggest parentheses around assignment used as truth value"
33316 msgstr ""
33318 #: c-family/c-common.cc:3786 c/c-decl.cc:4852 c/c-decl.cc:7435
33319 #: c/c-parser.cc:3523 c/c-typeck.cc:16341
33320 #, gcc-internal-format
33321 msgid "invalid use of %<restrict%>"
33322 msgstr ""
33324 #: c-family/c-common.cc:3860
33325 #, gcc-internal-format
33326 msgid "invalid application of %<sizeof%> to a function type"
33327 msgstr ""
33329 #: c-family/c-common.cc:3870
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:3873
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:3884 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:3893
33345 #, gcc-internal-format
33346 msgid "invalid application of %qs to incomplete type %qT"
33347 msgstr ""
33349 #: c-family/c-common.cc:3901
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:3953
33355 #, gcc-internal-format
33356 msgid "%<__alignof%> applied to a bit-field"
33357 msgstr ""
33359 #: c-family/c-common.cc:4777
33360 #, gcc-internal-format
33361 msgid "first argument to %<va_arg%> not of type %<va_list%>"
33362 msgstr ""
33364 #: c-family/c-common.cc:4897
33365 #, gcc-internal-format
33366 msgid "cannot disable built-in function %qs"
33367 msgstr ""
33369 #: c-family/c-common.cc:5089
33370 #, gcc-internal-format
33371 msgid "pointers are not permitted as case values"
33372 msgstr ""
33374 #: c-family/c-common.cc:5096
33375 #, gcc-internal-format
33376 msgid "range expressions in switch statements are non-standard"
33377 msgstr ""
33379 #: c-family/c-common.cc:5124
33380 #, gcc-internal-format
33381 msgid "empty range specified"
33382 msgstr ""
33384 #: c-family/c-common.cc:5176
33385 #, gcc-internal-format
33386 msgid "duplicate (or overlapping) case value"
33387 msgstr ""
33389 #: c-family/c-common.cc:5178
33390 #, gcc-internal-format
33391 msgid "this is the first entry overlapping that value"
33392 msgstr ""
33394 #: c-family/c-common.cc:5182
33395 #, gcc-internal-format
33396 msgid "duplicate case value"
33397 msgstr ""
33399 #: c-family/c-common.cc:5183 c-family/c-warn.cc:2578
33400 #, gcc-internal-format
33401 msgid "previously used here"
33402 msgstr ""
33404 #: c-family/c-common.cc:5187
33405 #, gcc-internal-format
33406 msgid "multiple default labels in one switch"
33407 msgstr ""
33409 #: c-family/c-common.cc:5189
33410 #, gcc-internal-format
33411 msgid "this is the first default label"
33412 msgstr ""
33414 #: c-family/c-common.cc:5301
33415 #, gcc-internal-format
33416 msgid "taking the address of a label is non-standard"
33417 msgstr ""
33419 #: c-family/c-common.cc:5486
33420 #, gcc-internal-format
33421 msgid "requested alignment is not an integer constant"
33422 msgstr ""
33424 #: c-family/c-common.cc:5494 c-family/c-common.cc:5504
33425 #, gcc-internal-format
33426 msgid "requested alignment %qE is not a positive power of 2"
33427 msgstr ""
33429 #: c-family/c-common.cc:5514
33430 #, gcc-internal-format
33431 msgid "requested alignment %qE exceeds object file maximum %u"
33432 msgstr ""
33434 #: c-family/c-common.cc:5522
33435 #, gcc-internal-format
33436 msgid "requested alignment %qE exceeds maximum %u"
33437 msgstr ""
33439 #: c-family/c-common.cc:5697
33440 #, gcc-internal-format
33441 msgid "not enough variable arguments to fit a sentinel"
33442 msgstr ""
33444 #: c-family/c-common.cc:5711
33445 #, gcc-internal-format
33446 msgid "missing sentinel in function call"
33447 msgstr ""
33449 #: c-family/c-common.cc:5938 c-family/c-common.cc:5988 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:5941 c-family/c-common.cc:5992
33456 #, gcc-internal-format
33457 msgid "bad option %qs to pragma %<optimize%>"
33458 msgstr ""
33460 #: c-family/c-common.cc:6040
33461 #, gcc-internal-format
33462 msgid "attribute %<fallthrough%> specified multiple times"
33463 msgstr ""
33465 #: c-family/c-common.cc:6044
33466 #, gcc-internal-format
33467 msgid "%<fallthrough%> attribute specified with a parameter"
33468 msgstr ""
33470 #: c-family/c-common.cc:6225 c-family/c-common.cc:7076
33471 #: c-family/c-common.cc:7123 c-family/c-common.cc:7198
33472 #: c-family/c-common.cc:7271 config/aarch64/aarch64-sve-builtins.cc:2125
33473 #: c/c-typeck.cc:3838
33474 #, gcc-internal-format
33475 msgid "too few arguments to function %qE"
33476 msgstr ""
33478 #: c-family/c-common.cc:6230 c-family/c-common.cc:7129
33479 #: c-family/c-common.cc:7297 config/aarch64/aarch64-sve-builtins.cc:2127
33480 #: c/c-typeck.cc:3699
33481 #, gcc-internal-format
33482 msgid "too many arguments to function %qE"
33483 msgstr ""
33485 #: c-family/c-common.cc:6272
33486 #, gcc-internal-format
33487 msgid "third argument to function %qE must be a constant integer"
33488 msgstr ""
33490 #: c-family/c-common.cc:6297
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:6319 c-family/c-common.cc:6363
33496 #, gcc-internal-format
33497 msgid "non-floating-point argument in call to function %qE"
33498 msgstr ""
33500 #: c-family/c-common.cc:6342
33501 #, gcc-internal-format
33502 msgid "non-floating-point arguments in call to function %qE"
33503 msgstr ""
33505 #: c-family/c-common.cc:6356
33506 #, gcc-internal-format
33507 msgid "non-const integer argument %u in call to function %qE"
33508 msgstr ""
33510 #: c-family/c-common.cc:6376
33511 #, gcc-internal-format
33512 msgid "non-integer argument 3 in call to function %qE"
33513 msgstr ""
33515 #: c-family/c-common.cc:6393 c-family/c-common.cc:6443
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:6400
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:6406
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:6412
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:6418 c-family/c-common.cc:6425
33536 #: c-family/c-common.cc:6480 c-family/c-common.cc:6487
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:6449
33542 #, gcc-internal-format
33543 msgid "argument 3 in call to function %qE has enumerated type"
33544 msgstr ""
33546 #: c-family/c-common.cc:6455
33547 #, gcc-internal-format
33548 msgid "argument 3 in call to function %qE has boolean type"
33549 msgstr ""
33551 #: c-family/c-common.cc:6468
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:6474
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:6753 rust/backend/rust-tree.cc:3553
33562 #, gcc-internal-format
33563 msgid "cannot apply %<offsetof%> to static data member %qD"
33564 msgstr ""
33566 #: c-family/c-common.cc:6758 rust/backend/rust-tree.cc:3558
33567 #, gcc-internal-format
33568 msgid "cannot apply %<offsetof%> when %<operator[]%> is overloaded"
33569 msgstr ""
33571 #: c-family/c-common.cc:6765 rust/backend/rust-tree.cc:3565
33572 #, gcc-internal-format
33573 msgid "cannot apply %<offsetof%> to a non constant address"
33574 msgstr ""
33576 #: c-family/c-common.cc:6778 rust/backend/rust-tree.cc:3578
33577 #, gcc-internal-format
33578 msgid "attempt to take address of bit-field structure member %qD"
33579 msgstr ""
33581 #: c-family/c-common.cc:6831 rust/backend/rust-tree.cc:3630
33582 #, gcc-internal-format
33583 msgid "index %E denotes an offset greater than size of %qT"
33584 msgstr ""
33586 #: c-family/c-common.cc:6992
33587 #, gcc-internal-format
33588 msgid "size of array is too large"
33589 msgstr ""
33591 #: c-family/c-common.cc:7106 c-family/c-common.cc:7230
33592 #, gcc-internal-format
33593 msgid "operand type %qT is incompatible with argument %d of %qE"
33594 msgstr ""
33596 #: c-family/c-common.cc:7140
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:7156
33602 #, gcc-internal-format
33603 msgid "both arguments must be compatible"
33604 msgstr ""
33606 #: c-family/c-common.cc:7372
33607 #, gcc-internal-format
33608 msgid "incorrect number of arguments to function %qE"
33609 msgstr ""
33611 #: c-family/c-common.cc:7386
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:7393
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:7402
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:7413
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:7434
33632 #, gcc-internal-format
33633 msgid "argument %d of %qE must be a pointer type"
33634 msgstr ""
33636 #: c-family/c-common.cc:7442
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:7448
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:7456
33647 #, gcc-internal-format
33648 msgid "size mismatch in argument %d of %qE"
33649 msgstr ""
33651 #: c-family/c-common.cc:7469
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:7474
33657 #, gcc-internal-format
33658 msgid "argument %d of %qE discards %<const%> qualifier"
33659 msgstr ""
33661 #: c-family/c-common.cc:7483
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:7488
33667 #, gcc-internal-format
33668 msgid "argument %d of %qE discards %<volatile%> qualifier"
33669 msgstr ""
33671 #: c-family/c-common.cc:7501
33672 #, gcc-internal-format
33673 msgid "non-integer memory model argument %d of %qE"
33674 msgstr ""
33676 #: c-family/c-common.cc:7514
33677 #, gcc-internal-format
33678 msgid "invalid memory model argument %d of %qE"
33679 msgstr ""
33681 #: c-family/c-common.cc:7915
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:8553
33687 #, gcc-internal-format
33688 msgid "index value is out of bound"
33689 msgstr ""
33691 #: c-family/c-common.cc:8595 c-family/c-common.cc:8644
33692 #: c-family/c-common.cc:8660
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:8748 rust/backend/rust-tree.cc:3449
33700 #, gcc-internal-format
33701 msgid "built-in function %qE must be directly called"
33702 msgstr ""
33704 #: c-family/c-common.cc:8768
33705 #, gcc-internal-format
33706 msgid "size of array %qE is not a constant expression"
33707 msgstr ""
33709 #: c-family/c-common.cc:8771
33710 #, gcc-internal-format
33711 msgid "size of array is not a constant expression"
33712 msgstr ""
33714 #: c-family/c-common.cc:8775
33715 #, gcc-internal-format
33716 msgid "size %qE of array %qE is negative"
33717 msgstr ""
33719 #: c-family/c-common.cc:8778
33720 #, gcc-internal-format
33721 msgid "size %qE of array is negative"
33722 msgstr ""
33724 #: c-family/c-common.cc:8783
33725 #, gcc-internal-format
33726 msgid "size %qE of array %qE exceeds maximum object size %qE"
33727 msgstr ""
33729 #: c-family/c-common.cc:8786
33730 #, gcc-internal-format
33731 msgid "size %qE of array exceeds maximum object size %qE"
33732 msgstr ""
33734 #: c-family/c-common.cc:8791
33735 #, gcc-internal-format
33736 msgid "size of array %qE exceeds maximum object size %qE"
33737 msgstr ""
33739 #: c-family/c-common.cc:8794
33740 #, gcc-internal-format
33741 msgid "size of array exceeds maximum object size %qE"
33742 msgstr ""
33744 #: c-family/c-common.cc:8865
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:7911
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:7932
34423 #, gcc-internal-format
34424 msgid "traditional C rejects string constant concatenation"
34425 msgstr ""
34427 #: c-family/c-omp.cc:130 cp/pt.cc:19584
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:10612
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:10501
34498 #, gcc-internal-format
34499 msgid "missing controlling predicate"
34500 msgstr ""
34502 #: c-family/c-omp.cc:1117 cp/semantics.cc:10117
34503 #, gcc-internal-format
34504 msgid "invalid controlling predicate"
34505 msgstr ""
34507 #: c-family/c-omp.cc:1124 cp/semantics.cc:10507
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:10234
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:16154 cp/semantics.cc:9229
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:1274
34688 #, gcc-internal-format
34689 msgid "opening dependency file %s: %m"
34690 msgstr ""
34692 #: c-family/c-opts.cc:1309 d/d-lang.cc:1287
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:59 c-family/c-warn.cc:72 cp/constexpr.cc:3369
35133 #: cp/constexpr.cc:6945 m2/gm2-gcc/m2expr.cc:935
35134 #: rust/backend/rust-constexpr.cc:1905 rust/backend/rust-constexpr.cc:4327
35135 #, gcc-internal-format
35136 msgid "overflow in constant expression"
35137 msgstr ""
35139 #: c-family/c-warn.cc:99
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:101
35145 #, gcc-internal-format
35146 msgid "integer overflow in expression of type %qT results in %qE"
35147 msgstr ""
35149 #: c-family/c-warn.cc:107
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:109
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:115
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:117
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:123
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:125
35175 #, gcc-internal-format
35176 msgid "vector overflow in expression of type %qT results in %qE"
35177 msgstr ""
35179 #: c-family/c-warn.cc:132
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:134
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:138
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:140
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:232
35200 #, gcc-internal-format
35201 msgid "logical %<or%> applied to non-boolean constant"
35202 msgstr ""
35204 #: c-family/c-warn.cc:236
35205 #, gcc-internal-format
35206 msgid "logical %<and%> applied to non-boolean constant"
35207 msgstr ""
35209 #: c-family/c-warn.cc:306
35210 #, gcc-internal-format
35211 msgid "logical %<or%> of collectively exhaustive tests is always true"
35212 msgstr ""
35214 #: c-family/c-warn.cc:310
35215 #, gcc-internal-format
35216 msgid "logical %<and%> of mutually exclusive tests is always false"
35217 msgstr ""
35219 #: c-family/c-warn.cc:320
35220 #, gcc-internal-format
35221 msgid "logical %<or%> of equal expressions"
35222 msgstr ""
35224 #: c-family/c-warn.cc:323
35225 #, gcc-internal-format
35226 msgid "logical %<and%> of equal expressions"
35227 msgstr ""
35229 #: c-family/c-warn.cc:409
35230 #, gcc-internal-format
35231 msgid "bitwise comparison always evaluates to false"
35232 msgstr ""
35234 #: c-family/c-warn.cc:412
35235 #, gcc-internal-format
35236 msgid "bitwise comparison always evaluates to true"
35237 msgstr ""
35239 #: c-family/c-warn.cc:517
35240 #, gcc-internal-format
35241 msgid "self-comparison always evaluates to true"
35242 msgstr ""
35244 #: c-family/c-warn.cc:520
35245 #, gcc-internal-format
35246 msgid "self-comparison always evaluates to false"
35247 msgstr ""
35249 #: c-family/c-warn.cc:571
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:579
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:722
35260 #, gcc-internal-format
35261 msgid "type-punning to incomplete type might break strict-aliasing rules"
35262 msgstr ""
35264 #: c-family/c-warn.cc:740
35265 #, gcc-internal-format
35266 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
35267 msgstr ""
35269 #: c-family/c-warn.cc:748 c-family/c-warn.cc:766
35270 #, gcc-internal-format
35271 msgid "dereferencing type-punned pointer might break strict-aliasing rules"
35272 msgstr ""
35274 #: c-family/c-warn.cc:913
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:944
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:951
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:956
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:968
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:984
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:991
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:996
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:1008
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:1024
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:1031
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:1036
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:1048
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:1064
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:1071
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:1076
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:1088
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:1117 c-family/c-warn.cc:1124
35360 #, gcc-internal-format
35361 msgid "%<_Atomic%>-qualified parameter type %qT of %q+D"
35362 msgstr ""
35364 #: c-family/c-warn.cc:1134
35365 #, gcc-internal-format
35366 msgid "first argument of %q+D should be %<int%>"
35367 msgstr ""
35369 #: c-family/c-warn.cc:1143
35370 #, gcc-internal-format
35371 msgid "second argument of %q+D should be %<char **%>"
35372 msgstr ""
35374 #: c-family/c-warn.cc:1152
35375 #, gcc-internal-format
35376 msgid "third argument of %q+D should probably be %<char **%>"
35377 msgstr ""
35379 #: c-family/c-warn.cc:1163
35380 #, gcc-internal-format
35381 msgid "%q+D takes only zero or two arguments"
35382 msgstr ""
35384 #: c-family/c-warn.cc:1167
35385 #, gcc-internal-format
35386 msgid "%q+D declared as variadic function"
35387 msgstr ""
35389 #: c-family/c-warn.cc:1210 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:1235 c-family/c-warn.cc:1439
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:1240 c-family/c-warn.cc:1447
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:1248
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:1253
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:1260 c-family/c-warn.cc:1437
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:1264 c-family/c-warn.cc:1445
35420 #, gcc-internal-format
35421 msgid "conversion from %qT to %qT changes the value of %qE"
35422 msgstr ""
35424 #: c-family/c-warn.cc:1375
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:1380
35430 #, gcc-internal-format
35431 msgid "conversion from %qT to %qT discards imaginary component"
35432 msgstr ""
35434 #: c-family/c-warn.cc:1384
35435 #, gcc-internal-format
35436 msgid "conversion from %qT to %qT may change value"
35437 msgstr ""
35439 #: c-family/c-warn.cc:1458 c-family/c-warn.cc:1475 c-family/c-warn.cc:1492
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:1463 c-family/c-warn.cc:1480 c-family/c-warn.cc:1497
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:1527
35450 #, gcc-internal-format
35451 msgid "case value %qs not in enumerated type"
35452 msgstr ""
35454 #: c-family/c-warn.cc:1532
35455 #, gcc-internal-format
35456 msgid "case value %qs not in enumerated type %qT"
35457 msgstr ""
35459 #: c-family/c-warn.cc:1612
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:1626
35465 #, gcc-internal-format
35466 msgid "case label value is less than minimum value for type"
35467 msgstr ""
35469 #: c-family/c-warn.cc:1643
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:1656
35475 #, gcc-internal-format
35476 msgid "case label value exceeds maximum value for type"
35477 msgstr ""
35479 #: c-family/c-warn.cc:1669
35480 #, gcc-internal-format
35481 msgid "switch missing default case"
35482 msgstr ""
35484 #: c-family/c-warn.cc:1714
35485 #, gcc-internal-format
35486 msgid "switch condition has boolean value"
35487 msgstr ""
35489 #: c-family/c-warn.cc:1803
35490 #, gcc-internal-format
35491 msgid "enumeration value %qE not handled in switch"
35492 msgstr ""
35494 #: c-family/c-warn.cc:1831
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:1853
35500 #, gcc-internal-format
35501 msgid "assignment of member %qD in read-only object"
35502 msgstr ""
35504 #: c-family/c-warn.cc:1855
35505 #, gcc-internal-format
35506 msgid "increment of member %qD in read-only object"
35507 msgstr ""
35509 #: c-family/c-warn.cc:1857
35510 #, gcc-internal-format
35511 msgid "decrement of member %qD in read-only object"
35512 msgstr ""
35514 #: c-family/c-warn.cc:1859
35515 #, gcc-internal-format
35516 msgid "member %qD in read-only object used as %<asm%> output"
35517 msgstr ""
35519 #: c-family/c-warn.cc:1863
35520 #, gcc-internal-format
35521 msgid "assignment of read-only member %qD"
35522 msgstr ""
35524 #: c-family/c-warn.cc:1864
35525 #, gcc-internal-format
35526 msgid "increment of read-only member %qD"
35527 msgstr ""
35529 #: c-family/c-warn.cc:1865
35530 #, gcc-internal-format
35531 msgid "decrement of read-only member %qD"
35532 msgstr ""
35534 #: c-family/c-warn.cc:1866
35535 #, gcc-internal-format
35536 msgid "read-only member %qD used as %<asm%> output"
35537 msgstr ""
35539 #: c-family/c-warn.cc:1870
35540 #, gcc-internal-format
35541 msgid "assignment of read-only variable %qD"
35542 msgstr ""
35544 #: c-family/c-warn.cc:1871
35545 #, gcc-internal-format
35546 msgid "increment of read-only variable %qD"
35547 msgstr ""
35549 #: c-family/c-warn.cc:1872
35550 #, gcc-internal-format
35551 msgid "decrement of read-only variable %qD"
35552 msgstr ""
35554 #: c-family/c-warn.cc:1873
35555 #, gcc-internal-format
35556 msgid "read-only variable %qD used as %<asm%> output"
35557 msgstr ""
35559 #: c-family/c-warn.cc:1876
35560 #, gcc-internal-format
35561 msgid "assignment of read-only parameter %qD"
35562 msgstr ""
35564 #: c-family/c-warn.cc:1877
35565 #, gcc-internal-format
35566 msgid "increment of read-only parameter %qD"
35567 msgstr ""
35569 #: c-family/c-warn.cc:1878
35570 #, gcc-internal-format
35571 msgid "decrement of read-only parameter %qD"
35572 msgstr ""
35574 #: c-family/c-warn.cc:1879
35575 #, gcc-internal-format
35576 msgid "read-only parameter %qD use as %<asm%> output"
35577 msgstr ""
35579 #: c-family/c-warn.cc:1884
35580 #, gcc-internal-format
35581 msgid "assignment of read-only named return value %qD"
35582 msgstr ""
35584 #: c-family/c-warn.cc:1886
35585 #, gcc-internal-format
35586 msgid "increment of read-only named return value %qD"
35587 msgstr ""
35589 #: c-family/c-warn.cc:1888
35590 #, gcc-internal-format
35591 msgid "decrement of read-only named return value %qD"
35592 msgstr ""
35594 #: c-family/c-warn.cc:1890
35595 #, gcc-internal-format
35596 msgid "read-only named return value %qD used as %<asm%>output"
35597 msgstr ""
35599 #: c-family/c-warn.cc:1895
35600 #, gcc-internal-format
35601 msgid "assignment of function %qD"
35602 msgstr ""
35604 #: c-family/c-warn.cc:1896
35605 #, gcc-internal-format
35606 msgid "increment of function %qD"
35607 msgstr ""
35609 #: c-family/c-warn.cc:1897
35610 #, gcc-internal-format
35611 msgid "decrement of function %qD"
35612 msgstr ""
35614 #: c-family/c-warn.cc:1898
35615 #, gcc-internal-format
35616 msgid "function %qD used as %<asm%> output"
35617 msgstr ""
35619 #: c-family/c-warn.cc:1901 c/c-typeck.cc:5129
35620 #, gcc-internal-format
35621 msgid "assignment of read-only location %qE"
35622 msgstr ""
35624 #: c-family/c-warn.cc:1902 c/c-typeck.cc:5132
35625 #, gcc-internal-format
35626 msgid "increment of read-only location %qE"
35627 msgstr ""
35629 #: c-family/c-warn.cc:1903 c/c-typeck.cc:5135
35630 #, gcc-internal-format
35631 msgid "decrement of read-only location %qE"
35632 msgstr ""
35634 #: c-family/c-warn.cc:1904
35635 #, gcc-internal-format
35636 msgid "read-only location %qE used as %<asm%> output"
35637 msgstr ""
35639 #: c-family/c-warn.cc:1918 rust/backend/rust-tree.cc:5931
35640 #, gcc-internal-format
35641 msgid "lvalue required as left operand of assignment"
35642 msgstr ""
35644 #: c-family/c-warn.cc:1921 rust/backend/rust-tree.cc:5934
35645 #, gcc-internal-format
35646 msgid "lvalue required as increment operand"
35647 msgstr ""
35649 #: c-family/c-warn.cc:1924 rust/backend/rust-tree.cc:5937
35650 #, gcc-internal-format
35651 msgid "lvalue required as decrement operand"
35652 msgstr ""
35654 #: c-family/c-warn.cc:1927 rust/backend/rust-tree.cc:5940
35655 #, gcc-internal-format
35656 msgid "lvalue required as unary %<&%> operand"
35657 msgstr ""
35659 #: c-family/c-warn.cc:1930 rust/backend/rust-tree.cc:5943
35660 #, gcc-internal-format
35661 msgid "lvalue required in %<asm%> statement"
35662 msgstr ""
35664 #: c-family/c-warn.cc:1947
35665 #, gcc-internal-format
35666 msgid "invalid type argument (have %qT)"
35667 msgstr ""
35669 #: c-family/c-warn.cc:1951
35670 #, gcc-internal-format
35671 msgid "invalid type argument of array indexing (have %qT)"
35672 msgstr ""
35674 #: c-family/c-warn.cc:1956
35675 #, gcc-internal-format
35676 msgid "invalid type argument of unary %<*%> (have %qT)"
35677 msgstr ""
35679 #: c-family/c-warn.cc:1961
35680 #, gcc-internal-format
35681 msgid "invalid type argument of %<->%> (have %qT)"
35682 msgstr ""
35684 #: c-family/c-warn.cc:1966
35685 #, gcc-internal-format
35686 msgid "invalid type argument of %<->*%> (have %qT)"
35687 msgstr ""
35689 #: c-family/c-warn.cc:1971
35690 #, gcc-internal-format
35691 msgid "invalid type argument of implicit conversion (have %qT)"
35692 msgstr ""
35694 #: c-family/c-warn.cc:1998
35695 #, gcc-internal-format
35696 msgid "array subscript has type %<char%>"
35697 msgstr ""
35699 #: c-family/c-warn.cc:2034 c-family/c-warn.cc:2037
35700 #, gcc-internal-format
35701 msgid "suggest parentheses around %<+%> inside %<<<%>"
35702 msgstr ""
35704 #: c-family/c-warn.cc:2040 c-family/c-warn.cc:2043
35705 #, gcc-internal-format
35706 msgid "suggest parentheses around %<-%> inside %<<<%>"
35707 msgstr ""
35709 #: c-family/c-warn.cc:2049 c-family/c-warn.cc:2052
35710 #, gcc-internal-format
35711 msgid "suggest parentheses around %<+%> inside %<>>%>"
35712 msgstr ""
35714 #: c-family/c-warn.cc:2055 c-family/c-warn.cc:2058
35715 #, gcc-internal-format
35716 msgid "suggest parentheses around %<-%> inside %<>>%>"
35717 msgstr ""
35719 #: c-family/c-warn.cc:2064 c-family/c-warn.cc:2067
35720 #, gcc-internal-format
35721 msgid "suggest parentheses around %<&&%> within %<||%>"
35722 msgstr ""
35724 #: c-family/c-warn.cc:2074 c-family/c-warn.cc:2078
35725 #, gcc-internal-format
35726 msgid "suggest parentheses around arithmetic in operand of %<|%>"
35727 msgstr ""
35729 #: c-family/c-warn.cc:2082 c-family/c-warn.cc:2085
35730 #, gcc-internal-format
35731 msgid "suggest parentheses around comparison in operand of %<|%>"
35732 msgstr ""
35734 #: c-family/c-warn.cc:2090
35735 #, gcc-internal-format
35736 msgid "suggest parentheses around operand of %<!%> or change %<|%> to %<||%> or %<!%> to %<~%>"
35737 msgstr ""
35739 #: c-family/c-warn.cc:2098 c-family/c-warn.cc:2102
35740 #, gcc-internal-format
35741 msgid "suggest parentheses around arithmetic in operand of %<^%>"
35742 msgstr ""
35744 #: c-family/c-warn.cc:2106 c-family/c-warn.cc:2109
35745 #, gcc-internal-format
35746 msgid "suggest parentheses around comparison in operand of %<^%>"
35747 msgstr ""
35749 #: c-family/c-warn.cc:2115 c-family/c-warn.cc:2118
35750 #, gcc-internal-format
35751 msgid "suggest parentheses around %<+%> in operand of %<&%>"
35752 msgstr ""
35754 #: c-family/c-warn.cc:2121 c-family/c-warn.cc:2124
35755 #, gcc-internal-format
35756 msgid "suggest parentheses around %<-%> in operand of %<&%>"
35757 msgstr ""
35759 #: c-family/c-warn.cc:2128 c-family/c-warn.cc:2131
35760 #, gcc-internal-format
35761 msgid "suggest parentheses around comparison in operand of %<&%>"
35762 msgstr ""
35764 #: c-family/c-warn.cc:2136
35765 #, gcc-internal-format
35766 msgid "suggest parentheses around operand of %<!%> or change %<&%> to %<&&%> or %<!%> to %<~%>"
35767 msgstr ""
35769 #: c-family/c-warn.cc:2143 c-family/c-warn.cc:2146
35770 #, gcc-internal-format
35771 msgid "suggest parentheses around comparison in operand of %<==%>"
35772 msgstr ""
35774 #: c-family/c-warn.cc:2151 c-family/c-warn.cc:2154
35775 #, gcc-internal-format
35776 msgid "suggest parentheses around comparison in operand of %<!=%>"
35777 msgstr ""
35779 #: c-family/c-warn.cc:2164 c-family/c-warn.cc:2170
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:2186
35785 #, gcc-internal-format
35786 msgid "label %q+D defined but not used"
35787 msgstr ""
35789 #: c-family/c-warn.cc:2188
35790 #, gcc-internal-format
35791 msgid "label %q+D declared but not defined"
35792 msgstr ""
35794 #: c-family/c-warn.cc:2211
35795 #, gcc-internal-format
35796 msgid "division by zero"
35797 msgstr ""
35799 #: c-family/c-warn.cc:2231
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:2255
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:2335
35810 #, gcc-internal-format
35811 msgid "comparison of integer expressions of different signedness: %qT and %qT"
35812 msgstr ""
35814 #: c-family/c-warn.cc:2409
35815 #, gcc-internal-format
35816 msgid "promoted bitwise complement of an unsigned value is always nonzero"
35817 msgstr ""
35819 #: c-family/c-warn.cc:2413
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:2424
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:2479
35830 #, gcc-internal-format
35831 msgid "unused parameter %qD"
35832 msgstr ""
35834 #: c-family/c-warn.cc:2541
35835 #, gcc-internal-format
35836 msgid "typedef %qD locally defined but not used"
35837 msgstr ""
35839 #: c-family/c-warn.cc:2577
35840 #, gcc-internal-format
35841 msgid "duplicated %<if%> condition"
35842 msgstr ""
35844 #: c-family/c-warn.cc:2606
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:2614
35850 #, gcc-internal-format
35851 msgid "inline declaration of %qD follows declaration with attribute %<noinline%>"
35852 msgstr ""
35854 #: c-family/c-warn.cc:2619
35855 #, gcc-internal-format
35856 msgid "declaration of %q+D with attribute %<noinline%> follows inline declaration"
35857 msgstr ""
35859 #: c-family/c-warn.cc:2673
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:2712 c-family/c-warn.cc:2736
35865 #, gcc-internal-format
35866 msgid "comparison of constant %qE with boolean expression is always false"
35867 msgstr ""
35869 #: c-family/c-warn.cc:2715 c-family/c-warn.cc:2733
35870 #, gcc-internal-format
35871 msgid "comparison of constant %qE with boolean expression is always true"
35872 msgstr ""
35874 #: c-family/c-warn.cc:2783
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:2849 c/c-typeck.cc:5723 cp/call.cc:6299
35882 #, gcc-internal-format
35883 msgid "this condition has identical branches"
35884 msgstr ""
35886 #: c-family/c-warn.cc:2956
35887 #, gcc-internal-format
35888 msgid "macro expands to multiple statements"
35889 msgstr ""
35891 #: c-family/c-warn.cc:2957
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:3054
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:3061 c-family/c-warn.cc:3064 cp/init.cc:667
35902 #, gcc-internal-format
35903 msgid "defined here"
35904 msgstr ""
35906 #: c-family/c-warn.cc:3151
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:3379
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:3382 c-family/c-warn.cc:3755
35919 #, gcc-internal-format, gfc-internal-format
35920 msgid "previously declared as %s"
35921 msgstr ""
35923 #: c-family/c-warn.cc:3516
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:3521
35929 #, gcc-internal-format, gfc-internal-format
35930 msgid "previously declared as a pointer %s"
35931 msgstr ""
35933 #: c-family/c-warn.cc:3522
35934 #, gcc-internal-format, gfc-internal-format
35935 msgid "previously declared as an ordinary array %s"
35936 msgstr ""
35938 #: c-family/c-warn.cc:3535 c-family/c-warn.cc:3549
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:3539 c-family/c-warn.cc:3565
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:3552
35949 #, gcc-internal-format, gfc-internal-format
35950 msgid "previously declared as an array %s"
35951 msgstr ""
35953 #: c-family/c-warn.cc:3561
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:3589
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:3596
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:3620
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:3628
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:3635
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:3690
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:3697 c-family/c-warn.cc:3731
36004 #, gcc-internal-format
36005 msgid "argument %u of type %s declared with mismatched bound %<%s%>"
36006 msgstr ""
36008 #: c-family/c-warn.cc:3709
36009 #, gcc-internal-format
36010 msgid "previously declared as %s with bound argument %E"
36011 msgstr ""
36013 #: c-family/c-warn.cc:3714
36014 #, gcc-internal-format
36015 msgid "previously declared as %s with bound %<%s%>"
36016 msgstr ""
36018 #: c-family/c-warn.cc:3734
36019 #, gcc-internal-format
36020 msgid "previously declared as %s with bound %qs"
36021 msgstr ""
36023 #: c-family/c-warn.cc:3753
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:3784
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:3794
36034 #, gcc-internal-format
36035 msgid "add parentheses around %qE to silence this warning"
36036 msgstr ""
36038 #: c-family/c-warn.cc:3798
36039 #, gcc-internal-format
36040 msgid "add parentheses around the second %<sizeof%> to silence this warning"
36041 msgstr ""
36043 #: c-family/c-warn.cc:3824
36044 #, gcc-internal-format
36045 msgid "comparison between two arrays is deprecated in C++20"
36046 msgstr ""
36048 #: c-family/c-warn.cc:3825
36049 #, gcc-internal-format
36050 msgid "comparison between two arrays"
36051 msgstr ""
36053 #: c-family/c-warn.cc:3829
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:3833
36059 #, gcc-internal-format
36060 msgid "use %<&%D[0] %s &%D[0]%> to compare the addresses"
36061 msgstr ""
36063 #: c-family/c-warn.cc:3893
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:3903
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:3910
36074 #, gcc-internal-format
36075 msgid "result of %<%wu^%wu%> is %wu; did you mean exponentiation?"
36076 msgstr ""
36078 #: c-family/c-warn.cc:3921
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:3938
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:18135
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:81
36114 #, gcc-internal-format
36115 msgid "multiple %<-mcpu=%> options specified"
36116 msgstr ""
36118 #: common/config/arc/arc-common.cc:87
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:18067
36135 #: config/aarch64/aarch64.cc:18105
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:18070
36142 #: config/aarch64/aarch64.cc:18108
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:1776
36228 #, gcc-internal-format
36229 msgid "%<-malign-loops%> is obsolete, use %<-falign-loops%>"
36230 msgstr ""
36232 #: common/config/i386/i386-common.cc:1779
36233 #, gcc-internal-format
36234 msgid "%<-malign-loops=%d%> is not between 0 and %d"
36235 msgstr ""
36237 #: common/config/i386/i386-common.cc:1786
36238 #, gcc-internal-format
36239 msgid "%<-malign-jumps%> is obsolete, use %<-falign-jumps%>"
36240 msgstr ""
36242 #: common/config/i386/i386-common.cc:1789
36243 #, gcc-internal-format
36244 msgid "%<-malign-jumps=%d%> is not between 0 and %d"
36245 msgstr ""
36247 #: common/config/i386/i386-common.cc:1797
36248 #, gcc-internal-format
36249 msgid "%<-malign-functions%> is obsolete, use %<-falign-functions%>"
36250 msgstr ""
36252 #: common/config/i386/i386-common.cc:1800
36253 #, gcc-internal-format
36254 msgid "%<-malign-functions=%d%> is not between 0 and %d"
36255 msgstr ""
36257 #: common/config/i386/i386-common.cc:1809
36258 #, gcc-internal-format
36259 msgid "%<-mbranch-cost=%d%> is not between 0 and 5"
36260 msgstr ""
36262 #: common/config/i386/i386-common.cc:1873
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:1883
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:499
36294 #, gcc-internal-format
36295 msgid "%<-march=%s%>: extension %qs appear more than one time"
36296 msgstr ""
36298 #: common/config/riscv/riscv-common.cc:747
36299 #, gcc-internal-format
36300 msgid "%<-march=%s%>: expect number after %<%dp%>"
36301 msgstr ""
36303 #: common/config/riscv/riscv-common.cc:753
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:823
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:835
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:854
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:881
36324 #, gcc-internal-format
36325 msgid "%<-march=%s%>: unsupported ISA subset %<%c%>"
36326 msgstr ""
36328 #: common/config/riscv/riscv-common.cc:885
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:1072
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:1084
36339 #, gcc-internal-format
36340 msgid "%<-march=%s%>: %s must separate with %<_%>"
36341 msgstr ""
36343 #: common/config/riscv/riscv-common.cc:1113
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:1144
36349 #, gcc-internal-format
36350 msgid "%<-march=%s%>: unexpected ISA string at end: %qs"
36351 msgstr ""
36353 #: common/config/riscv/riscv-common.cc:1157
36354 #, gcc-internal-format
36355 msgid "%<-march=%s%>: z*inx conflicts with floating-point extensions"
36356 msgstr ""
36358 #: common/config/riscv/riscv-common.cc:1358
36359 #, gcc-internal-format
36360 msgid "%<-mcpu=%s%>: unknown CPU"
36361 msgstr ""
36363 #: common/config/riscv/riscv-common.cc:1437
36364 #, gcc-internal-format
36365 msgid "Cannot find suitable multilib set for %<-march=%s%>/%<-mabi=%s%>"
36366 msgstr ""
36368 #: common/config/rs6000/rs6000-common.cc:173 config/sparc/sparc.cc:1816
36369 #, gcc-internal-format
36370 msgid "unknown %<-mdebug-%s%> switch"
36371 msgstr ""
36373 #: common/config/rs6000/rs6000-common.cc:212
36374 #, gcc-internal-format
36375 msgid "unknown switch %<-mlong-double-%s%>"
36376 msgstr ""
36378 #: common/config/rs6000/rs6000-common.cc:223
36379 #, gcc-internal-format
36380 msgid "option %<%s%> requires %<-mlong-double-128%>"
36381 msgstr ""
36383 #: common/config/rs6000/rs6000-common.cc:257
36384 #, gcc-internal-format
36385 msgid "%<-fsplit-stack%> currently only supported on PowerPC64 GNU/Linux with glibc-2.18 or later"
36386 msgstr ""
36388 #: common/config/rx/rx-common.cc:61
36389 #, gcc-internal-format
36390 msgid "the RX200 cpu does not have FPU hardware"
36391 msgstr ""
36393 #: common/config/rx/rx-common.cc:63
36394 #, gcc-internal-format
36395 msgid "the RX100 cpu does not have FPU hardware"
36396 msgstr ""
36398 #: common/config/s390/s390-common.cc:109
36399 #, gcc-internal-format
36400 msgid "stack guard value must be an exact power of 2"
36401 msgstr ""
36403 #: common/config/s390/s390-common.cc:114
36404 #, gcc-internal-format
36405 msgid "stack size must be an exact power of 2"
36406 msgstr ""
36408 #: common/config/v850/v850-common.cc:47
36409 #, gcc-internal-format
36410 msgid "value passed in %qs is too large"
36411 msgstr ""
36413 #: config/darwin-c.cc:81
36414 #, gcc-internal-format
36415 msgid "too many %<#pragma options align=reset%>"
36416 msgstr ""
36418 #: config/darwin-c.cc:101 config/darwin-c.cc:104 config/darwin-c.cc:106
36419 #: config/darwin-c.cc:108
36420 #, gcc-internal-format
36421 msgid "malformed %<#pragma options%>, ignoring"
36422 msgstr ""
36424 #: config/darwin-c.cc:111
36425 #, gcc-internal-format
36426 msgid "junk at end of %<#pragma options%>"
36427 msgstr ""
36429 #: config/darwin-c.cc:121
36430 #, gcc-internal-format
36431 msgid "malformed %<#pragma options align={mac68k|power|reset}%>, ignoring"
36432 msgstr ""
36434 #: config/darwin-c.cc:133
36435 #, gcc-internal-format
36436 msgid "missing %<(%> after %<#pragma unused%>, ignoring"
36437 msgstr ""
36439 #: config/darwin-c.cc:154
36440 #, gcc-internal-format
36441 msgid "missing %<)%> after %<#pragma unused%>, ignoring"
36442 msgstr ""
36444 #: config/darwin-c.cc:157
36445 #, gcc-internal-format
36446 msgid "junk at end of %<#pragma unused%>"
36447 msgstr ""
36449 #: config/darwin-c.cc:168
36450 #, gcc-internal-format
36451 msgid "malformed %<#pragma ms_struct%>, ignoring"
36452 msgstr ""
36454 #: config/darwin-c.cc:176
36455 #, gcc-internal-format
36456 msgid "malformed %<#pragma ms_struct {on|off|reset}%>, ignoring"
36457 msgstr ""
36459 #: config/darwin-c.cc:179
36460 #, gcc-internal-format
36461 msgid "junk at end of %<#pragma ms_struct%>"
36462 msgstr ""
36464 #: config/darwin-c.cc:405
36465 #, gcc-internal-format, gfc-internal-format
36466 msgid "subframework include %s conflicts with framework include"
36467 msgstr ""
36469 #: config/darwin-c.cc:709
36470 #, gcc-internal-format
36471 msgid "unknown value %qs of %<-mmacosx-version-min%>"
36472 msgstr ""
36474 #: config/darwin-driver.cc:147
36475 #, gcc-internal-format
36476 msgid "%<sysctl%> for %<kern.osversion%> failed: %m"
36477 msgstr ""
36479 #: config/darwin-driver.cc:186
36480 #, gcc-internal-format
36481 msgid "could not understand %<kern.osversion%> %q.*s"
36482 msgstr ""
36484 #: config/darwin-driver.cc:226
36485 #, gcc-internal-format
36486 msgid "could not understand version %qs"
36487 msgstr "nije bilo moguće shvatiti inačicu %qs"
36489 #: config/darwin-driver.cc:300
36490 #, gcc-internal-format
36491 msgid "this compiler does not support %qs"
36492 msgstr ""
36494 #: config/darwin-driver.cc:326
36495 #, gcc-internal-format
36496 msgid "%qs is not valid for %<-mmacosx-version-min%>"
36497 msgstr ""
36499 #: config/darwin-driver.cc:367
36500 #, gcc-internal-format
36501 msgid "this compiler does not support PowerPC (%<-arch%> option ignored)"
36502 msgstr ""
36504 #: config/darwin-driver.cc:374
36505 #, gcc-internal-format
36506 msgid "%qs conflicts with %<-arch i386%> (%qs ignored)"
36507 msgstr ""
36509 #: config/darwin-driver.cc:383
36510 #, gcc-internal-format
36511 msgid "%<-m32%> conflicts with %<-arch x86_64%> (%<-m32%> ignored)"
36512 msgstr ""
36514 #: config/darwin-driver.cc:390
36515 #, gcc-internal-format
36516 msgid "this compiler does not support x86 (%<-arch%> option ignored)"
36517 msgstr ""
36519 #: config/darwin-driver.cc:397
36520 #, gcc-internal-format
36521 msgid "%qs conflicts with %<-arch ppc%> (%qs ignored)"
36522 msgstr ""
36524 #: config/darwin-driver.cc:406
36525 #, gcc-internal-format
36526 msgid "%<-m32%> conflicts with %<-arch ppc64%> (%<-m32%> ignored)"
36527 msgstr ""
36529 #: config/darwin.cc:2024
36530 #, gcc-internal-format, gfc-internal-format
36531 msgid "failed to open temporary file %s for LTO output"
36532 msgstr ""
36534 #: config/darwin.cc:2116
36535 #, gcc-internal-format
36536 msgid "%qE 2.95 vtable-compatibility attribute applies only when compiling a kext"
36537 msgstr ""
36539 #: config/darwin.cc:2123
36540 #, gcc-internal-format
36541 msgid "%qE 2.95 vtable-compatibility attribute applies only to C++ classes"
36542 msgstr ""
36544 #: config/darwin.cc:2715 config/darwin.cc:2779
36545 #, gcc-internal-format
36546 msgid "common variables must have an alignment of 32678 or less"
36547 msgstr ""
36549 #: config/darwin.cc:2869
36550 #, gcc-internal-format
36551 msgid "protected visibility attribute not supported in this configuration; ignored"
36552 msgstr ""
36554 #: config/darwin.cc:3084
36555 #, gcc-internal-format, gfc-internal-format
36556 msgid "failed to open temporary file %s with LTO output"
36557 msgstr ""
36559 #: config/darwin.cc:3310
36560 #, gcc-internal-format
36561 msgid "%<-fobjc-abi-version%> 2 must be used for 64 bit targets with %<-fnext-runtime%>"
36562 msgstr ""
36564 #: config/darwin.cc:3315
36565 #, gcc-internal-format
36566 msgid "%<-fobjc-abi-version%> %d is not supported for 32 bit targets with %<-fnext-runtime%>"
36567 msgstr ""
36569 #: config/darwin.cc:3330
36570 #, gcc-internal-format
36571 msgid "%<-gsplit-dwarf%> is not supported on this platform, ignored"
36572 msgstr ""
36574 #: config/darwin.cc:3409
36575 #, gcc-internal-format
36576 msgid "%<-mdynamic-no-pic%> overrides %<-fpic%>, %<-fPIC%>, %<-fpie%> or %<-fPIE%>"
36577 msgstr ""
36579 #: config/darwin.cc:3452
36580 #, gcc-internal-format
36581 msgid "%<-mpic-symbol-stubs%> is not required for 64-bit code (ignored)"
36582 msgstr ""
36584 #: config/darwin.cc:3632
36585 #, gcc-internal-format
36586 msgid "built-in function %qD requires the %<-mconstant-cfstrings%> flag"
36587 msgstr ""
36589 #: config/darwin.cc:3639
36590 #, gcc-internal-format
36591 msgid "built-in function %qD takes one argument only"
36592 msgstr ""
36594 #: config/darwin.cc:3706
36595 #, gcc-internal-format
36596 msgid "CFString literal is missing"
36597 msgstr ""
36599 #: config/darwin.cc:3717
36600 #, gcc-internal-format
36601 msgid "CFString literal expression is not a string constant"
36602 msgstr ""
36604 #: config/darwin.cc:3741
36605 #, gcc-internal-format
36606 msgid "non-ASCII character in CFString literal"
36607 msgstr ""
36609 #: config/darwin.cc:3742
36610 #, gcc-internal-format
36611 msgid "embedded NUL in CFString literal"
36612 msgstr ""
36614 #: config/host-darwin.cc:107
36615 #, gcc-internal-format
36616 msgid "PCH memory is not available: %m"
36617 msgstr "PCH memorija nije dostupna: %m"
36619 #: config/sol2-c.cc:91 config/sol2-c.cc:107
36620 #, gcc-internal-format
36621 msgid "malformed %<#pragma align%>, ignoring"
36622 msgstr ""
36624 #: config/sol2-c.cc:100
36625 #, gcc-internal-format
36626 msgid "invalid alignment for %<#pragma align%>, ignoring"
36627 msgstr ""
36629 #: config/sol2-c.cc:115
36630 #, gcc-internal-format
36631 msgid "%<#pragma align%> must appear before the declaration of %qD, ignoring"
36632 msgstr ""
36634 #: config/sol2-c.cc:127 config/sol2-c.cc:139
36635 #, gcc-internal-format
36636 msgid "malformed %<#pragma align%>"
36637 msgstr ""
36639 #: config/sol2-c.cc:134
36640 #, gcc-internal-format
36641 msgid "junk at end of %<#pragma align%>"
36642 msgstr ""
36644 #: config/sol2-c.cc:155 config/sol2-c.cc:162
36645 #, gcc-internal-format
36646 msgid "malformed %<#pragma init%>, ignoring"
36647 msgstr ""
36649 #: config/sol2-c.cc:186 config/sol2-c.cc:198
36650 #, gcc-internal-format
36651 msgid "malformed %<#pragma init%>"
36652 msgstr ""
36654 #: config/sol2-c.cc:193
36655 #, gcc-internal-format
36656 msgid "junk at end of %<#pragma init%>"
36657 msgstr ""
36659 #: config/sol2-c.cc:214 config/sol2-c.cc:221
36660 #, gcc-internal-format
36661 msgid "malformed %<#pragma fini%>, ignoring"
36662 msgstr ""
36664 #: config/sol2-c.cc:245 config/sol2-c.cc:257
36665 #, gcc-internal-format
36666 msgid "malformed %<#pragma fini%>"
36667 msgstr ""
36669 #: config/sol2-c.cc:252
36670 #, gcc-internal-format
36671 msgid "junk at end of %<#pragma fini%>"
36672 msgstr ""
36674 #: config/sol2.cc:58
36675 #, gcc-internal-format
36676 msgid "ignoring %<#pragma align%> for explicitly aligned %q+D"
36677 msgstr ""
36679 #: config/vxworks.cc:165
36680 #, gcc-internal-format
36681 msgid "PIC is only supported for RTPs"
36682 msgstr ""
36684 #: config/aarch64/aarch64-builtins.cc:2156
36685 #: config/aarch64/aarch64-builtins.cc:2390 config/arm/arm-builtins.cc:3112
36686 #, gcc-internal-format, gfc-internal-format
36687 msgid "argument %d must be a constant immediate"
36688 msgstr ""
36690 #: config/aarch64/aarch64-builtins.cc:2228 config/arm/arm-builtins.cc:3467
36691 #, gcc-internal-format
36692 msgid "lane index must be a constant immediate"
36693 msgstr ""
36695 #: config/aarch64/aarch64-builtins.cc:2232
36696 #, gcc-internal-format
36697 msgid "total size and element size must be a nonzero constant immediate"
36698 msgstr ""
36700 #: config/aarch64/aarch64-builtins.cc:2480
36701 #, gcc-internal-format
36702 msgid "argument must be a 16-bit constant immediate"
36703 msgstr ""
36705 #: config/aarch64/aarch64-builtins.cc:2586
36706 #, gcc-internal-format
36707 msgid "Memory Tagging Extension does not support %<-mabi=ilp32%>"
36708 msgstr ""
36710 #: config/aarch64/aarch64-builtins.cc:2621
36711 #, gcc-internal-format, gfc-internal-format
36712 msgid "argument %d must be a constant immediate in range [0,15]"
36713 msgstr ""
36715 #: config/aarch64/aarch64-builtins.cc:3399
36716 #: config/aarch64/aarch64-builtins.cc:3419
36717 #, gcc-internal-format, gfc-internal-format
36718 msgid "expected 64-bit address but argument 1 is %d-bit"
36719 msgstr ""
36721 #: config/aarch64/aarch64-builtins.cc:3403
36722 #, gcc-internal-format, gfc-internal-format
36723 msgid "expected 64-bit address but argument 2 is %d-bit"
36724 msgstr ""
36726 #: config/aarch64/aarch64-c.cc:286
36727 #, gcc-internal-format
36728 msgid "%<#pragma GCC aarch64%> requires a string parameter"
36729 msgstr ""
36731 #: config/aarch64/aarch64-c.cc:298
36732 #, gcc-internal-format
36733 msgid "unknown %<#pragma GCC aarch64%> option %qs"
36734 msgstr ""
36736 #: config/aarch64/aarch64-sve-builtins.cc:661
36737 #, gcc-internal-format
36738 msgid "ACLE function %qD requires ISA extension %qs"
36739 msgstr ""
36741 #: config/aarch64/aarch64-sve-builtins.cc:663
36742 #, gcc-internal-format
36743 msgid "you can enable %qs using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
36744 msgstr ""
36746 #: config/aarch64/aarch64-sve-builtins.cc:683
36747 #, gcc-internal-format
36748 msgid "ACLE function %qD is incompatible with the use of %qs"
36749 msgstr ""
36751 #: config/aarch64/aarch64-sve-builtins.cc:726
36752 #: config/riscv/riscv-vector-builtins.cc:3260
36753 #, gcc-internal-format
36754 msgid "argument %d of %qE must be an integer constant expression"
36755 msgstr ""
36757 #: config/aarch64/aarch64-sve-builtins.cc:738
36758 #: config/riscv/riscv-vector-builtins.cc:3274
36759 #, gcc-internal-format
36760 msgid "passing %wd to argument %d of %qE, which expects a value in the range [%wd, %wd]"
36761 msgstr ""
36763 #: config/aarch64/aarch64-sve-builtins.cc:751
36764 #, gcc-internal-format
36765 msgid "passing %wd to argument %d of %qE, which expects either %wd or %wd"
36766 msgstr ""
36768 #: config/aarch64/aarch64-sve-builtins.cc:764
36769 #, gcc-internal-format
36770 msgid "passing %wd to argument %d of %qE, which expects %wd, %wd, %wd or %wd"
36771 msgstr ""
36773 #: config/aarch64/aarch64-sve-builtins.cc:776
36774 #, gcc-internal-format
36775 msgid "passing %wd to argument %d of %qE, which expects a valid %qT value"
36776 msgstr ""
36778 #: config/aarch64/aarch64-sve-builtins.cc:1210
36779 #, gcc-internal-format
36780 msgid "%qE has no form that takes %qT arguments"
36781 msgstr ""
36783 #: config/aarch64/aarch64-sve-builtins.cc:1276
36784 #, gcc-internal-format
36785 msgid "passing %qT to argument %d of %qE, which expects a 32-bit or 64-bit integer type"
36786 msgstr ""
36788 #: config/aarch64/aarch64-sve-builtins.cc:1296
36789 #, gcc-internal-format
36790 msgid "passing %qT to argument %d of %qE, which expects a pointer type"
36791 msgstr ""
36793 #: config/aarch64/aarch64-sve-builtins.cc:1299
36794 #, gcc-internal-format
36795 msgid "an explicit type suffix is needed when using a vector of base addresses"
36796 msgstr ""
36798 #: config/aarch64/aarch64-sve-builtins.cc:1308
36799 #, gcc-internal-format
36800 msgid "passing %qT to argument %d of %qE, but %qT is not a valid SVE element type"
36801 msgstr ""
36803 #: config/aarch64/aarch64-sve-builtins.cc:1316
36804 #, gcc-internal-format
36805 msgid "passing %qT to argument %d of %qE, which expects a pointer to 32-bit or 64-bit elements"
36806 msgstr ""
36808 #: config/aarch64/aarch64-sve-builtins.cc:1350
36809 #, gcc-internal-format
36810 msgid "passing %qT to argument %d of %qE, which expects a single SVE vector rather than a tuple"
36811 msgstr ""
36813 #. num_vectors is always != 1, so the singular isn't needed.
36814 #: config/aarch64/aarch64-sve-builtins.cc:1355
36815 #: config/aarch64/aarch64-sve-builtins.cc:1361
36816 #, gcc-internal-format
36817 msgid "%qT%d%qE%d"
36818 msgid_plural "passing single vector %qT to argument %d of %qE, which expects a tuple of %d vectors"
36819 msgstr[0] ""
36820 msgstr[1] ""
36821 msgstr[2] ""
36823 #: config/aarch64/aarch64-sve-builtins.cc:1370
36824 #, gcc-internal-format
36825 msgid "passing %qT to argument %d of %qE, which expects an SVE vector type"
36826 msgstr ""
36828 #: config/aarch64/aarch64-sve-builtins.cc:1373
36829 #, gcc-internal-format
36830 msgid "passing %qT to argument %d of %qE, which expects an SVE tuple type"
36831 msgstr ""
36833 #: config/aarch64/aarch64-sve-builtins.cc:1397
36834 #, gcc-internal-format
36835 msgid "passing %qT to argument %d of %qE, which expects a vector of integers"
36836 msgstr ""
36838 #: config/aarch64/aarch64-sve-builtins.cc:1417
36839 #: config/aarch64/aarch64-sve-builtins.cc:1624
36840 #, gcc-internal-format
36841 msgid "passing %qT to argument %d of %qE, which expects a vector of unsigned integers"
36842 msgstr ""
36844 #: config/aarch64/aarch64-sve-builtins.cc:1438
36845 #, gcc-internal-format
36846 msgid "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-bit elements"
36847 msgstr ""
36849 #: config/aarch64/aarch64-sve-builtins.cc:1469
36850 #, gcc-internal-format
36851 msgid "passing %qT to argument %d of %qE, which expects a vector or scalar type"
36852 msgstr ""
36854 #: config/aarch64/aarch64-sve-builtins.cc:1491
36855 #: config/aarch64/aarch64-sve-builtins.cc:2057
36856 #, gcc-internal-format
36857 msgid "passing %qT to argument %d of %qE, which expects %qT"
36858 msgstr ""
36860 #: config/aarch64/aarch64-sve-builtins.cc:1511
36861 #, gcc-internal-format
36862 msgid "passing %qT to argument %d of %qE, but previous arguments had type %qT"
36863 msgstr ""
36865 #: config/aarch64/aarch64-sve-builtins.cc:1605
36866 #, gcc-internal-format
36867 msgid "passing %qT to argument %d of %qE, which expects a vector of %d-bit elements"
36868 msgstr ""
36870 #: config/aarch64/aarch64-sve-builtins.cc:1617
36871 #, gcc-internal-format
36872 msgid "passing %qT to argument %d of %qE, which expects a vector of signed integers"
36873 msgstr ""
36875 #: config/aarch64/aarch64-sve-builtins.cc:1644
36876 #, gcc-internal-format
36877 msgid "arguments %d and %d of %qE must have the same element size, but the values passed here have type %qT and %qT respectively"
36878 msgstr ""
36880 #: config/aarch64/aarch64-sve-builtins.cc:1665
36881 #, gcc-internal-format
36882 msgid "arguments %d and %d of %qE must have the same signedness, but the values passed here have type %qT and %qT respectively"
36883 msgstr ""
36885 #: config/aarch64/aarch64-sve-builtins.cc:1676
36886 #, gcc-internal-format
36887 msgid "passing %qT instead of the expected %qT to argument %d of %qE, after passing %qT to argument %d"
36888 msgstr ""
36890 #: config/aarch64/aarch64-sve-builtins.cc:1697
36891 #, gcc-internal-format
36892 msgid "passing %qT to argument %d of %qE, but argument %d had type %qT"
36893 msgstr ""
36895 #: config/aarch64/aarch64-sve-builtins.cc:1715
36896 #, gcc-internal-format
36897 msgid "passing %qT to argument %d of %qE, which expects %qs"
36898 msgstr ""
36900 #: config/aarch64/aarch64-sve-builtins.cc:1731
36901 #, gcc-internal-format
36902 msgid "passing %qT to argument %d of %qE, which expects a scalar pointer"
36903 msgstr ""
36905 #: config/aarch64/aarch64-sve-builtins.cc:1754
36906 #, gcc-internal-format
36907 msgid "call to %qE is ambiguous; argument %d has type %qs but argument %d has type %qs"
36908 msgstr ""
36910 #. It doesn't really matter whether the element is expected to be
36911 #. the same size as type suffix 0.
36912 #: config/aarch64/aarch64-sve-builtins.cc:1799
36913 #, gcc-internal-format
36914 msgid "passing %qT to argument %d of %qE, which expects a scalar element"
36915 msgstr ""
36917 #. It doesn't seem useful to distinguish between signed and unsigned
36918 #. scalars here.
36919 #: config/aarch64/aarch64-sve-builtins.cc:1805
36920 #, gcc-internal-format
36921 msgid "passing %qT to argument %d of %qE, which expects a scalar integer"
36922 msgstr ""
36924 #: config/aarch64/aarch64-sve-builtins.cc:1841
36925 #, gcc-internal-format
36926 msgid "passing %qT to argument %d of %qE, which expects %qs or %qs"
36927 msgstr ""
36929 #: config/aarch64/aarch64-sve-builtins.cc:1861
36930 #, gcc-internal-format
36931 msgid "passing %qT to argument %d of %qE, which expects a vector of 32-bit or 64-bit integers"
36932 msgstr ""
36934 #: config/aarch64/aarch64-sve-builtins.cc:1911
36935 #, gcc-internal-format
36936 msgid "when storing %qT, %qE requires a vector base and a scalar index"
36937 msgstr ""
36939 #: config/aarch64/aarch64-sve-builtins.cc:1916
36940 #, gcc-internal-format
36941 msgid "%qE requires a vector base and a scalar index"
36942 msgstr ""
36944 #: config/aarch64/aarch64-sve-builtins.cc:1920
36945 #, gcc-internal-format
36946 msgid "%qE does not support 32-bit vector type %qT"
36947 msgstr ""
36949 #: config/aarch64/aarch64-sve-builtins.cc:1948
36950 #, gcc-internal-format
36951 msgid "%qE does not support 32-bit sign-extended offsets"
36952 msgstr ""
36954 #: config/aarch64/aarch64-sve-builtins.cc:1951
36955 #, gcc-internal-format
36956 msgid "%qE does not support sign-extended offsets"
36957 msgstr ""
36959 #: config/aarch64/aarch64-sve-builtins.cc:1964
36960 #, gcc-internal-format
36961 msgid "passing %qT to argument %d of %qE, which when loading %qT expects a vector of %d-bit integers"
36962 msgstr ""
36964 #: config/aarch64/aarch64-sve-builtins.cc:1969
36965 #, gcc-internal-format
36966 msgid "passing %qT to argument %d of %qE, which when storing %qT expects a vector of %d-bit integers"
36967 msgstr ""
36969 #. TYPE is part of the function name.
36970 #: config/aarch64/aarch64-sve-builtins.cc:1976
36971 #, gcc-internal-format
36972 msgid "passing %qT to argument %d of %qE, which expects a vector of %d-bit integers"
36973 msgstr ""
36975 #: config/aarch64/aarch64-sve-builtins.cc:2024
36976 #, gcc-internal-format
36977 msgid "passing %qT to argument %d of %qE, which expects a vector or pointer base address"
36978 msgstr ""
36980 #: config/aarch64/aarch64-sve-builtins.cc:2108
36981 #, gcc-internal-format
36982 msgid "cannot combine a base of type %qT with an offset of type %qT"
36983 msgstr ""
36985 #: config/aarch64/aarch64-sve-builtins.cc:2112
36986 #, gcc-internal-format
36987 msgid "cannot combine a base of type %qT with an index of type %qT"
36988 msgstr ""
36990 #: config/aarch64/aarch64-sve-builtins.cc:2200
36991 #, gcc-internal-format
36992 msgid "passing %qT to argument %d of %qE, but its %qT form does not accept scalars"
36993 msgstr ""
36995 #: config/aarch64/aarch64-sve-builtins.cc:3536
36996 #: config/arm/arm-mve-builtins.cc:173
36997 #: config/riscv/riscv-vector-builtins.cc:3454
36998 #, gcc-internal-format
36999 msgid "duplicate definition of %qs"
37000 msgstr ""
37002 #: config/aarch64/aarch64-sve-builtins.cc:3712
37003 #, gcc-internal-format
37004 msgid "%qs applied to non-SVE type %qT"
37005 msgstr ""
37007 #: config/aarch64/aarch64-sve-builtins.cc:3718
37008 #, gcc-internal-format
37009 msgid "%qs applied to non-vector type %qT"
37010 msgstr ""
37012 #: config/aarch64/aarch64-sve-builtins.cc:3725
37013 #, gcc-internal-format
37014 msgid "%qs applied to type %qT, which already has a size"
37015 msgstr ""
37017 #: config/aarch64/aarch64-sve-builtins.cc:3733
37018 #, gcc-internal-format
37019 msgid "%qs requires an integer constant expression"
37020 msgstr ""
37022 #: config/aarch64/aarch64-sve-builtins.cc:3741
37023 #, gcc-internal-format
37024 msgid "unsupported SVE vector size"
37025 msgstr ""
37027 #: config/aarch64/aarch64-sve-builtins.cc:3855
37028 #, gcc-internal-format
37029 msgid "SVE type %qT does not have a fixed size"
37030 msgstr ""
37032 #: config/aarch64/aarch64-sve-builtins.cc:3860
37033 #, gcc-internal-format
37034 msgid "SVE type %qT does not have a defined alignment"
37035 msgstr ""
37037 #: config/aarch64/aarch64-sve-builtins.cc:3865
37038 #: config/riscv/riscv-vector-builtins.cc:3392
37039 #, gcc-internal-format
37040 msgid "variables of type %qT cannot have thread-local storage duration"
37041 msgstr ""
37043 #: config/aarch64/aarch64-sve-builtins.cc:3871
37044 #, gcc-internal-format
37045 msgid "arithmetic on pointer to SVE type %qT"
37046 msgstr ""
37048 #: config/aarch64/aarch64-sve-builtins.cc:3878
37049 #, gcc-internal-format
37050 msgid "member variables cannot have SVE type %qT"
37051 msgstr ""
37053 #: config/aarch64/aarch64-sve-builtins.cc:3880
37054 #, gcc-internal-format
37055 msgid "fields cannot have SVE type %qT"
37056 msgstr ""
37058 #: config/aarch64/aarch64-sve-builtins.cc:3885
37059 #, gcc-internal-format
37060 msgid "array elements cannot have SVE type %qT"
37061 msgstr ""
37063 #: config/aarch64/aarch64-sve-builtins.cc:3890
37064 #, gcc-internal-format
37065 msgid "cannot allocate objects with SVE type %qT"
37066 msgstr ""
37068 #: config/aarch64/aarch64-sve-builtins.cc:3895
37069 #, gcc-internal-format
37070 msgid "cannot delete objects with SVE type %qT"
37071 msgstr ""
37073 #: config/aarch64/aarch64-sve-builtins.cc:3900
37074 #, gcc-internal-format
37075 msgid "cannot throw or catch SVE type %qT"
37076 msgstr ""
37078 #: config/aarch64/aarch64-sve-builtins.cc:3905
37079 #, gcc-internal-format
37080 msgid "capture by copy of SVE type %qT"
37081 msgstr ""
37083 #: config/aarch64/aarch64.cc:2781
37084 #, gcc-internal-format
37085 msgid "the %qE attribute cannot be applied to an SVE function type"
37086 msgstr ""
37088 #: config/aarch64/aarch64.cc:3219
37089 #, gcc-internal-format
37090 msgid "%qs is incompatible with the use of floating-point types"
37091 msgstr ""
37093 #: config/aarch64/aarch64.cc:3222
37094 #, gcc-internal-format
37095 msgid "%qs is incompatible with the use of vector types"
37096 msgstr ""
37098 #: config/aarch64/aarch64.cc:3226
37099 #, gcc-internal-format
37100 msgid "%qs feature modifier is incompatible with the use of floating-point types"
37101 msgstr ""
37103 #: config/aarch64/aarch64.cc:3229
37104 #, gcc-internal-format
37105 msgid "%qs feature modifier is incompatible with the use of vector types"
37106 msgstr ""
37108 #: config/aarch64/aarch64.cc:3245
37109 #, gcc-internal-format
37110 msgid "this operation requires the SVE ISA extension"
37111 msgstr ""
37113 #: config/aarch64/aarch64.cc:3246
37114 #, gcc-internal-format
37115 msgid "you can enable SVE using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
37116 msgstr ""
37118 #. We can't gracefully recover at this point, so make this a
37119 #. fatal error.
37120 #: config/aarch64/aarch64.cc:7225
37121 #, gcc-internal-format
37122 msgid "arguments of type %qT require the SVE ISA extension"
37123 msgstr ""
37125 #: config/aarch64/aarch64.cc:7658
37126 #, gcc-internal-format
37127 msgid "SVE type %qT cannot be passed to an unprototyped function"
37128 msgstr ""
37130 #: config/aarch64/aarch64.cc:7791 config/aarch64/aarch64.cc:7862
37131 #: config/aarch64/aarch64.cc:19806
37132 #, gcc-internal-format
37133 msgid "parameter passing for argument of type %qT changed in GCC 13.1"
37134 msgstr ""
37136 #: config/aarch64/aarch64.cc:7801 config/aarch64/aarch64.cc:7871
37137 #: config/aarch64/aarch64.cc:19812 config/arm/arm.cc:7266
37138 #: config/arm/arm.cc:7296 config/arm/arm.cc:29338
37139 #, gcc-internal-format
37140 msgid "parameter passing for argument of type %qT changed in GCC 9.1"
37141 msgstr ""
37143 #: config/aarch64/aarch64.cc:7939
37144 #, gcc-internal-format
37145 msgid "%qE requires the SVE ISA extension"
37146 msgstr ""
37148 #: config/aarch64/aarch64.cc:7942
37149 #, gcc-internal-format
37150 msgid "calls to functions of type %qT require the SVE ISA extension"
37151 msgstr ""
37153 #: config/aarch64/aarch64.cc:8120
37154 #, gcc-internal-format
37155 msgid "stack probes for SVE frames"
37156 msgstr ""
37158 #: config/aarch64/aarch64.cc:17552
37159 #, gcc-internal-format
37160 msgid "unknown flag passed in %<-moverride=%s%> (%s)"
37161 msgstr ""
37163 #: config/aarch64/aarch64.cc:17596
37164 #, gcc-internal-format
37165 msgid "%qs string ill-formed"
37166 msgstr ""
37168 #: config/aarch64/aarch64.cc:17652
37169 #, gcc-internal-format
37170 msgid "invalid format for %<sve_width%>"
37171 msgstr ""
37173 #: config/aarch64/aarch64.cc:17664
37174 #, gcc-internal-format
37175 msgid "invalid %<sve_width%> value: %d"
37176 msgstr ""
37178 #: config/aarch64/aarch64.cc:17684
37179 #, gcc-internal-format, gfc-internal-format
37180 msgid "tuning string missing in option (%s)"
37181 msgstr ""
37183 #: config/aarch64/aarch64.cc:17702
37184 #, gcc-internal-format, gfc-internal-format
37185 msgid "unknown tuning option (%s)"
37186 msgstr "nepoznata tuning opcija (%s)"
37188 #: config/aarch64/aarch64.cc:17890 config/arm/arm.cc:3193
37189 #: config/riscv/riscv.cc:6326
37190 #, gcc-internal-format
37191 msgid "incompatible options %<-mstack-protector-guard=global%> and %<-mstack-protector-guard-offset=%s%>"
37192 msgstr ""
37194 #: config/aarch64/aarch64.cc:17899 config/riscv/riscv.cc:6335
37195 #, gcc-internal-format
37196 msgid "both %<-mstack-protector-guard-offset%> and %<-mstack-protector-guard-reg%> must be used with %<-mstack-protector-guard=sysreg%>"
37197 msgstr ""
37199 #: config/aarch64/aarch64.cc:17907
37200 #, gcc-internal-format
37201 msgid "specify a system register with a small string length"
37202 msgstr ""
37204 #: config/aarch64/aarch64.cc:17917 config/arm/arm.cc:3205
37205 #: config/riscv/riscv.cc:6364 config/rs6000/rs6000.cc:4531
37206 #, gcc-internal-format
37207 msgid "%qs is not a valid offset in %qs"
37208 msgstr ""
37210 #: config/aarch64/aarch64.cc:17924
37211 #, gcc-internal-format
37212 msgid "%<-fsanitize=shadow-call-stack%> requires %<-ffixed-x18%>"
37213 msgstr ""
37215 #: config/aarch64/aarch64.cc:18014
37216 #, gcc-internal-format
37217 msgid "only values 12 (4 KB) and 16 (64 KB) are supported for guard size.  Given value %d (%llu KB) is out of range"
37218 msgstr ""
37220 #: config/aarch64/aarch64.cc:18030
37221 #, gcc-internal-format
37222 msgid "stack clash guard size %<%d%> must be equal to probing interval %<%d%>"
37223 msgstr ""
37225 #: config/aarch64/aarch64.cc:18132
37226 #, gcc-internal-format
37227 msgid "missing cpu name in %<-mcpu=%s%>"
37228 msgstr ""
37230 #: config/aarch64/aarch64.cc:18139
37231 #, gcc-internal-format
37232 msgid "invalid feature modifier %qs in %<-mcpu=%s%>"
37233 msgstr ""
37235 #: config/aarch64/aarch64.cc:18198
37236 #, gcc-internal-format
37237 msgid "invalid argument given to %<-mharden-sls=%>"
37238 msgstr ""
37240 #: config/aarch64/aarch64.cc:18209
37241 #, gcc-internal-format
37242 msgid "%qs must be by itself for %<-mharden-sls=%>"
37243 msgstr ""
37245 #: config/aarch64/aarch64.cc:18214
37246 #, gcc-internal-format
37247 msgid "invalid argument %<%s%> for %<-mharden-sls=%>"
37248 msgstr ""
37250 #: config/aarch64/aarch64.cc:18242
37251 #, gcc-internal-format
37252 msgid "missing arch name in %<-march=%s%>"
37253 msgstr ""
37255 #: config/aarch64/aarch64.cc:18245
37256 #, gcc-internal-format
37257 msgid "unknown value %qs for %<-march%>"
37258 msgstr ""
37260 #: config/aarch64/aarch64.cc:18251
37261 #, gcc-internal-format
37262 msgid "did you mean %<-mcpu=%s%>?"
37263 msgstr ""
37265 #: config/aarch64/aarch64.cc:18254
37266 #, gcc-internal-format
37267 msgid "invalid feature modifier %qs in %<-march=%s%>"
37268 msgstr ""
37270 #: config/aarch64/aarch64.cc:18282
37271 #, gcc-internal-format
37272 msgid "missing cpu name in %<-mtune=%s%>"
37273 msgstr ""
37275 #: config/aarch64/aarch64.cc:18285
37276 #, gcc-internal-format
37277 msgid "unknown value %qs for %<-mtune%>"
37278 msgstr ""
37280 #: config/aarch64/aarch64.cc:18370
37281 #, gcc-internal-format
37282 msgid "switch %<-mcpu=%s%> conflicts with %<-march=%s%> switch"
37283 msgstr ""
37285 #: config/aarch64/aarch64.cc:18424
37286 #, gcc-internal-format
37287 msgid "assembler does not support %<-mabi=ilp32%>"
37288 msgstr ""
37290 #: config/aarch64/aarch64.cc:18431
37291 #, gcc-internal-format
37292 msgid "return address signing is only supported for %<-mabi=lp64%>"
37293 msgstr ""
37295 #: config/aarch64/aarch64.cc:18504
37296 #, gcc-internal-format
37297 msgid "code model %qs with %<-f%s%>"
37298 msgstr ""
37300 #: config/aarch64/aarch64.cc:18507
37301 #, gcc-internal-format
37302 msgid "code model %qs not supported in ilp32 mode"
37303 msgstr ""
37305 #: config/aarch64/aarch64.cc:18659
37306 #, gcc-internal-format
37307 msgid "missing name in %<target(\"arch=\")%> pragma or attribute"
37308 msgstr ""
37310 #: config/aarch64/aarch64.cc:18662
37311 #, gcc-internal-format
37312 msgid "invalid name %qs in %<target(\"arch=\")%> pragma or attribute"
37313 msgstr ""
37315 #: config/aarch64/aarch64.cc:18666
37316 #, gcc-internal-format
37317 msgid "invalid feature modifier %s of value %qs in %<target()%> pragma or attribute"
37318 msgstr ""
37320 #: config/aarch64/aarch64.cc:18700
37321 #, gcc-internal-format
37322 msgid "missing name in %<target(\"cpu=\")%> pragma or attribute"
37323 msgstr ""
37325 #: config/aarch64/aarch64.cc:18703
37326 #, gcc-internal-format
37327 msgid "invalid name %qs in %<target(\"cpu=\")%> pragma or attribute"
37328 msgstr ""
37330 #: config/aarch64/aarch64.cc:18707 config/aarch64/aarch64.cc:18813
37331 #, gcc-internal-format
37332 msgid "invalid feature modifier %qs of value %qs in %<target()%> pragma or attribute"
37333 msgstr ""
37335 #: config/aarch64/aarch64.cc:18730
37336 #, gcc-internal-format
37337 msgid "missing argument to %<target(\"branch-protection=\")%> pragma or attribute"
37338 msgstr ""
37340 #: config/aarch64/aarch64.cc:18734
37341 #, gcc-internal-format
37342 msgid "invalid protection type %qs in %<target(\"branch-protection=\")%> pragma or attribute"
37343 msgstr ""
37345 #: config/aarch64/aarch64.cc:18768
37346 #, gcc-internal-format
37347 msgid "invalid name %qs in %<target(\"tune=\")%> pragma or attribute"
37348 msgstr ""
37350 #: config/aarch64/aarch64.cc:18809
37351 #, gcc-internal-format
37352 msgid "missing value in %<target()%> pragma or attribute"
37353 msgstr ""
37355 #: config/aarch64/aarch64.cc:18867 config/aarch64/aarch64.cc:19040
37356 #, gcc-internal-format
37357 msgid "malformed %<target()%> pragma or attribute"
37358 msgstr ""
37360 #: config/aarch64/aarch64.cc:18911
37361 #, gcc-internal-format
37362 msgid "pragma or attribute %<target(\"%s\")%> does not accept an argument"
37363 msgstr ""
37365 #: config/aarch64/aarch64.cc:18919 config/i386/i386-options.cc:1256
37366 #, gcc-internal-format
37367 msgid "pragma or attribute %<target(\"%s\")%> does not allow a negated form"
37368 msgstr ""
37370 #: config/aarch64/aarch64.cc:18973
37371 #, gcc-internal-format
37372 msgid "pragma or attribute %<target(\"%s=%s\")%> is not valid"
37373 msgstr ""
37375 #: config/aarch64/aarch64.cc:19030 config/arm/arm.cc:33539
37376 #: config/rs6000/rs6000.cc:24418 config/s390/s390.cc:16053
37377 #, gcc-internal-format
37378 msgid "attribute %<target%> argument not a string"
37379 msgstr ""
37381 #: config/aarch64/aarch64.cc:19065
37382 #, gcc-internal-format
37383 msgid "arch extension %<%s%> should be prefixed by %<+%>"
37384 msgstr ""
37386 #: config/aarch64/aarch64.cc:19068
37387 #, gcc-internal-format
37388 msgid "pragma or attribute %<target(\"%s\")%> is not valid"
37389 msgstr ""
37391 #: config/aarch64/aarch64.cc:19077
37392 #, gcc-internal-format
37393 msgid "malformed %<target(\"%s\")%> pragma or attribute"
37394 msgstr ""
37396 #: config/aarch64/aarch64.cc:20557 config/arm/arm.cc:6614
37397 #: config/rs6000/rs6000-call.cc:366 config/s390/s390.cc:12424
37398 msgid "parameter passing for argument of type %qT with %<[[no_unique_address]]%> members changed %{in GCC 10.1%}"
37399 msgstr ""
37401 #: config/aarch64/aarch64.cc:20562 config/arm/arm.cc:6619
37402 #: config/rs6000/rs6000-call.cc:361 config/s390/s390.cc:12419
37403 msgid "parameter passing for argument of type %qT when C++17 is enabled changed to match C++14 %{in GCC 10.1%}"
37404 msgstr ""
37406 #: config/aarch64/aarch64.cc:20567 config/arm/arm.cc:6624
37407 msgid "parameter passing for argument of type %qT changed %{in GCC 12.1%}"
37408 msgstr ""
37410 #: config/aarch64/aarch64.cc:21721 config/aarch64/aarch64.cc:21724
37411 #, gcc-internal-format
37412 msgid "lane %wd out of range %wd - %wd"
37413 msgstr ""
37415 #: config/aarch64/aarch64.cc:26985 config/i386/i386.cc:23727
37416 #: config/i386/i386.cc:23858
37417 #, gcc-internal-format
37418 msgid "unsupported simdlen %wd"
37419 msgstr ""
37421 #: config/aarch64/aarch64.cc:26997 config/aarch64/aarch64.cc:27026
37422 #, gcc-internal-format
37423 msgid "GCC does not currently support mixed size types for %<simd%> functions"
37424 msgstr ""
37426 #: config/aarch64/aarch64.cc:27001
37427 #, gcc-internal-format
37428 msgid "GCC does not currently support return type %qT for %<simd%> functions"
37429 msgstr ""
37431 #: config/aarch64/aarch64.cc:27005
37432 #, gcc-internal-format
37433 msgid "unsupported return type %qT for %<simd%> functions"
37434 msgstr ""
37436 #: config/aarch64/aarch64.cc:27030
37437 #, gcc-internal-format
37438 msgid "GCC does not currently support argument type %qT for %<simd%> functions"
37439 msgstr ""
37441 #: config/aarch64/aarch64.cc:27056
37442 #, gcc-internal-format
37443 msgid "GCC does not currently support simdlen %wd for type %qT"
37444 msgstr ""
37446 #: config/alpha/alpha.cc:420
37447 #, gcc-internal-format
37448 msgid "bad value %qs for %<-mtrap-precision%> switch"
37449 msgstr ""
37451 #: config/alpha/alpha.cc:435
37452 #, gcc-internal-format
37453 msgid "bad value %qs for %<-mfp-rounding-mode%> switch"
37454 msgstr ""
37456 #: config/alpha/alpha.cc:450
37457 #, gcc-internal-format
37458 msgid "bad value %qs for %<-mfp-trap-mode%> switch"
37459 msgstr ""
37461 #: config/alpha/alpha.cc:468
37462 #, gcc-internal-format
37463 msgid "bad value %qs for %<-mcpu%> switch"
37464 msgstr ""
37466 #: config/alpha/alpha.cc:483
37467 #, gcc-internal-format
37468 msgid "bad value %qs for %<-mtune%> switch"
37469 msgstr ""
37471 #: config/alpha/alpha.cc:501
37472 #, gcc-internal-format
37473 msgid "fp software completion requires %<-mtrap-precision=i%>"
37474 msgstr ""
37476 #: config/alpha/alpha.cc:517
37477 #, gcc-internal-format
37478 msgid "rounding mode not supported for VAX floats"
37479 msgstr ""
37481 #: config/alpha/alpha.cc:522
37482 #, gcc-internal-format
37483 msgid "trap mode not supported for VAX floats"
37484 msgstr ""
37486 #: config/alpha/alpha.cc:526
37487 #, gcc-internal-format
37488 msgid "128-bit %<long double%> not supported for VAX floats"
37489 msgstr ""
37491 #: config/alpha/alpha.cc:554
37492 #, gcc-internal-format, gfc-internal-format
37493 msgid "L%d cache latency unknown for %s"
37494 msgstr ""
37496 #: config/alpha/alpha.cc:569
37497 #, gcc-internal-format
37498 msgid "bad value %qs for %<-mmemory-latency%>"
37499 msgstr ""
37501 #: config/alpha/alpha.cc:6657 config/alpha/alpha.cc:6660
37502 #: config/arc/arc.cc:7099 config/arc/arc.cc:7373 config/s390/s390.cc:949
37503 #, gcc-internal-format
37504 msgid "bad builtin fcode"
37505 msgstr ""
37507 #: config/arc/arc.cc:1098
37508 #, gcc-internal-format
37509 msgid "%<-mno-mpy%> supported only for ARC700 or ARCv2"
37510 msgstr ""
37512 #: config/arc/arc.cc:1101
37513 #, gcc-internal-format
37514 msgid "%<-mno-dpfp-lrsr%> supported only with %<-mdpfp%>"
37515 msgstr ""
37517 #: config/arc/arc.cc:1106
37518 #, gcc-internal-format
37519 msgid "FPX fast and compact options cannot be specified together"
37520 msgstr ""
37522 #: config/arc/arc.cc:1110
37523 #, gcc-internal-format
37524 msgid "%<-mspfp_fast%> not available on ARC600 or ARC601"
37525 msgstr ""
37527 #: config/arc/arc.cc:1115
37528 #, gcc-internal-format
37529 msgid "no FPX/FPU mixing allowed"
37530 msgstr ""
37532 #: config/arc/arc.cc:1120
37533 #, gcc-internal-format
37534 msgid "PIC is not supported for %qs"
37535 msgstr ""
37537 #: config/arc/arc.cc:1159
37538 #, gcc-internal-format
37539 msgid "missing dash"
37540 msgstr ""
37542 #: config/arc/arc.cc:1171
37543 #, gcc-internal-format
37544 msgid "first register must be R0"
37545 msgstr ""
37547 #: config/arc/arc.cc:1191
37548 #, gcc-internal-format, gfc-internal-format
37549 msgid "last register name %s must be an odd register"
37550 msgstr ""
37552 #: config/arc/arc.cc:1200 config/ia64/ia64.cc:6052 config/pa/pa.cc:480
37553 #: config/sh/sh.cc:8293
37554 #, gcc-internal-format, gfc-internal-format
37555 msgid "%s-%s is an empty range"
37556 msgstr ""
37558 #: config/arc/arc.cc:1250
37559 #, gcc-internal-format
37560 msgid "invalid number in %<-mrgf-banked-regs=%s%> valid values are 0, 4, 8, 16, or 32"
37561 msgstr ""
37563 #: config/arc/arc.cc:1312
37564 #, gcc-internal-format
37565 msgid "option %<-mirq-ctrl-saved%> valid only for ARC v2 processors"
37566 msgstr ""
37568 #: config/arc/arc.cc:1321
37569 #, gcc-internal-format
37570 msgid "option %<-mrgf-banked-regs%> valid only for ARC v2 processors"
37571 msgstr ""
37573 #. Check options against architecture options.  Throw an error if
37574 #. option is not allowed.  Extra, check options against default
37575 #. architecture/cpu flags and throw an warning if we find a
37576 #. mismatch.
37577 #. TRANSLATORS: the DOC/DOC0/DOC1 are strings which shouldn't be
37578 #. translated.  They are like keywords which one can relate with the
37579 #. architectural choices taken for an ARC CPU implementation.
37580 #: config/arc/arc.cc:1365
37581 #, gcc-internal-format
37582 msgid "option %<%s=%s%> is not available for %qs CPU"
37583 msgstr ""
37585 #: config/arc/arc.cc:1370
37586 #, gcc-internal-format
37587 msgid "option %qs is ignored, the default value %qs is considered for %qs CPU"
37588 msgstr ""
37590 #: config/arc/arc.cc:1378
37591 #, gcc-internal-format
37592 msgid "option %qs is not available for %qs CPU"
37593 msgstr ""
37595 #: config/arc/arc.cc:1383
37596 #, gcc-internal-format
37597 msgid "unset option %qs is ignored, it is always enabled for %qs CPU"
37598 msgstr ""
37600 #: config/arc/arc.cc:1955
37601 #, gcc-internal-format, gfc-internal-format
37602 msgid "multiply option implies r%d is fixed"
37603 msgstr ""
37605 #: config/arc/arc.cc:2103 config/epiphany/epiphany.cc:508
37606 #: config/epiphany/epiphany.cc:550
37607 #, gcc-internal-format
37608 msgid "argument of %qE attribute is not a string constant"
37609 msgstr ""
37611 #: config/arc/arc.cc:2112
37612 #, gcc-internal-format
37613 msgid "argument of %qE attribute is not \"ilink1\" or \"ilink2\""
37614 msgstr ""
37616 #: config/arc/arc.cc:2121
37617 #, gcc-internal-format
37618 msgid "argument of %qE attribute is not \"ilink\" or \"firq\""
37619 msgstr ""
37621 #: config/arc/arc.cc:2135 config/arm/arm.cc:7407 config/arm/arm.cc:7425
37622 #: config/arm/arm.cc:7606 config/avr/avr.cc:10178 config/avr/avr.cc:10194
37623 #: config/bfin/bfin.cc:4694 config/bfin/bfin.cc:4755 config/bfin/bfin.cc:4785
37624 #: config/bpf/bpf.cc:99 config/csky/csky.cc:6458 config/csky/csky.cc:6486
37625 #: config/epiphany/epiphany.cc:491 config/gcn/gcn.cc:333
37626 #: config/h8300/h8300.cc:4944 config/i386/i386-options.cc:3389
37627 #: config/i386/i386-options.cc:3566 config/i386/i386-options.cc:3622
37628 #: config/i386/i386-options.cc:3673 config/i386/i386-options.cc:3710
37629 #: config/m68k/m68k.cc:792 config/mcore/mcore.cc:3067
37630 #: config/nvptx/nvptx.cc:5800 config/riscv/riscv.cc:3994
37631 #: config/rl78/rl78.cc:820 config/rl78/rl78.cc:889
37632 #: config/rs6000/rs6000.cc:20372 config/rx/rx.cc:2727 config/rx/rx.cc:2753
37633 #: config/s390/s390.cc:1164 config/s390/s390.cc:1251 config/sh/sh.cc:8429
37634 #: config/sh/sh.cc:8447 config/sh/sh.cc:8471 config/sh/sh.cc:8542
37635 #: config/sh/sh.cc:8565 config/stormy16/stormy16.cc:2229
37636 #: config/v850/v850.cc:2010 config/visium/visium.cc:724
37637 #, gcc-internal-format
37638 msgid "%qE attribute only applies to functions"
37639 msgstr ""
37641 #: config/arc/arc.cc:6998
37642 #, gcc-internal-format
37643 msgid "%<__builtin_arc_aligned%> with non-constant alignment"
37644 msgstr ""
37646 #: config/arc/arc.cc:7006
37647 #, gcc-internal-format
37648 msgid "invalid alignment value for %<__builtin_arc_aligned%>"
37649 msgstr ""
37651 #: config/arc/arc.cc:7169
37652 #, gcc-internal-format
37653 msgid "operand 1 should be an unsigned 3-bit immediate"
37654 msgstr ""
37656 #: config/arc/arc.cc:7210 config/arc/arc.cc:7307
37657 #, gcc-internal-format
37658 msgid "operand 2 should be an unsigned 3-bit value (I0-I7)"
37659 msgstr ""
37661 #: config/arc/arc.cc:7243 config/arc/arc.cc:7275
37662 #, gcc-internal-format
37663 msgid "operand 1 should be an unsigned 3-bit value (I0-I7)"
37664 msgstr ""
37666 #: config/arc/arc.cc:7247 config/arc/arc.cc:7279
37667 #, gcc-internal-format
37668 msgid "operand 2 should be an unsigned 8-bit value"
37669 msgstr ""
37671 #: config/arc/arc.cc:7311
37672 #, gcc-internal-format
37673 msgid "operand 3 should be an unsigned 8-bit value"
37674 msgstr ""
37676 #: config/arc/arc.cc:7344
37677 #, gcc-internal-format
37678 msgid "operand 4 should be an unsigned 8-bit value (0-255)"
37679 msgstr ""
37681 #: config/arc/arc.cc:7348
37682 #, gcc-internal-format
37683 msgid "operand 3 should be an unsigned 3-bit value (I0-I7)"
37684 msgstr ""
37686 #: config/arc/arc.cc:7355
37687 #, gcc-internal-format
37688 msgid "operand 2 should be an unsigned 3-bit value (subreg 0-7)"
37689 msgstr ""
37691 #: config/arc/arc.cc:7358
37692 #, gcc-internal-format
37693 msgid "operand 2 should be an even 3-bit value (subreg 0,2,4,6)"
37694 msgstr ""
37696 #: config/arc/arc.cc:7405
37697 #, gcc-internal-format, gfc-internal-format
37698 msgid "builtin requires an immediate for operand %d"
37699 msgstr ""
37701 #: config/arc/arc.cc:7410
37702 #, gcc-internal-format, gfc-internal-format
37703 msgid "operand %d should be a 6 bit unsigned immediate"
37704 msgstr ""
37706 #: config/arc/arc.cc:7414
37707 #, gcc-internal-format, gfc-internal-format
37708 msgid "operand %d should be a 8 bit unsigned immediate"
37709 msgstr ""
37711 #: config/arc/arc.cc:7418
37712 #, gcc-internal-format, gfc-internal-format
37713 msgid "operand %d should be a 3 bit unsigned immediate"
37714 msgstr ""
37716 #: config/arc/arc.cc:7421
37717 #, gcc-internal-format, gfc-internal-format
37718 msgid "unknown builtin immediate operand type for operand %d"
37719 msgstr ""
37721 #: config/arc/arc.cc:7472
37722 #, gcc-internal-format
37723 msgid "register number must be a compile-time constant.  Try giving higher optimization levels"
37724 msgstr ""
37726 #: config/arc/arc.cc:8569
37727 #, gcc-internal-format
37728 msgid "insn addresses not set after shorten branches"
37729 msgstr ""
37731 #: config/arc/arc.cc:8784
37732 #, gcc-internal-format
37733 msgid "insn addresses not freed"
37734 msgstr ""
37736 #: config/arc/arc.cc:11125
37737 #, gcc-internal-format
37738 msgid "%qE attribute only valid for ARCv2 architecture"
37739 msgstr ""
37741 #: config/arc/arc.cc:11133 config/arc/arc.cc:11172
37742 #, gcc-internal-format
37743 msgid "argument of %qE attribute is missing"
37744 msgstr ""
37746 #: config/arc/arc.cc:11144 config/arc/arc.cc:11183 config/arc/arc.cc:11309
37747 #: config/avr/avr.cc:10250
37748 #, gcc-internal-format
37749 msgid "%qE attribute allows only an integer constant argument"
37750 msgstr ""
37752 #: config/arc/arc.cc:11164
37753 #, gcc-internal-format
37754 msgid "%qE attribute only valid for ARC EM architecture"
37755 msgstr ""
37757 #: config/arc/arc.cc:11219
37758 #, gcc-internal-format
37759 msgid "%qE attribute only applies to types"
37760 msgstr ""
37762 #: config/arc/arc.cc:11225
37763 #, gcc-internal-format
37764 msgid "argument of %qE attribute ignored"
37765 msgstr ""
37767 #: config/arc/arc.cc:11299 config/avr/avr.cc:10237 config/bfin/bfin.cc:4817
37768 #: config/i386/winnt.cc:63 config/nvptx/nvptx.cc:5823
37769 #, gcc-internal-format
37770 msgid "%qE attribute only applies to variables"
37771 msgstr ""
37773 #: config/arm/aarch-common.cc:551 config/i386/i386.cc:22561
37774 #, gcc-internal-format
37775 msgid "alternatives not allowed in %<asm%> flag output"
37776 msgstr ""
37778 #: config/arm/aarch-common.cc:612 config/i386/i386.cc:22625
37779 #, gcc-internal-format
37780 msgid "unknown %<asm%> flag output %qs"
37781 msgstr ""
37783 #: config/arm/aarch-common.cc:622 config/i386/i386.cc:22654
37784 #, gcc-internal-format
37785 msgid "invalid type for %<asm%> flag output"
37786 msgstr ""
37788 #: config/arm/aarch-common.cc:672 config/arm/aarch-common.cc:686
37789 #, gcc-internal-format
37790 msgid "unexpected %<%s%> after %<%s%>"
37791 msgstr "očekivano je %<%s%> after %<%s%>"
37793 #: config/arm/aarch-common.cc:838
37794 #, gcc-internal-format
37795 msgid "invalid argument %<%s%> for %<-mbranch-protection=%>"
37796 msgstr ""
37798 #: config/arm/aarch-common.cc:840
37799 #, gcc-internal-format
37800 msgid "missing argument for %<-mbranch-protection=%>"
37801 msgstr ""
37803 #: config/arm/arm-builtins.cc:3091
37804 #, gcc-internal-format, gfc-internal-format
37805 msgid "coprocessor %d is not enabled with +cdecp%d"
37806 msgstr ""
37808 #: config/arm/arm-builtins.cc:3095
37809 #, gcc-internal-format
37810 msgid "coproc must be a constant immediate in range [0-%d] enabled with %<+cdecp<N>%>"
37811 msgstr ""
37813 #: config/arm/arm-builtins.cc:3104
37814 #, gcc-internal-format
37815 msgid "argument %d to %qE must be a constant immediate in range [0-%d]"
37816 msgstr ""
37818 #: config/arm/arm-builtins.cc:3223
37819 #, gcc-internal-format
37820 msgid "this builtin is not supported for this target"
37821 msgstr ""
37823 #: config/arm/arm-builtins.cc:3338
37824 #, gcc-internal-format
37825 msgid "saturation bit range must be in the range [%wd, %wd]"
37826 msgstr ""
37828 #: config/arm/arm-builtins.cc:3343
37829 #, gcc-internal-format
37830 msgid "saturation bit range must be a constant immediate"
37831 msgstr ""
37833 #: config/arm/arm-builtins.cc:3366
37834 #, gcc-internal-format
37835 msgid "You must enable MVE instructions to use these intrinsics"
37836 msgstr ""
37838 #: config/arm/arm-builtins.cc:3388
37839 #, gcc-internal-format
37840 msgid "You must enable NEON instructions (e.g. %<-mfloat-abi=softfp%> %<-mfpu=neon%>) to use these intrinsics."
37841 msgstr ""
37843 #: config/arm/arm-builtins.cc:3410
37844 #, gcc-internal-format
37845 msgid "You must enable VFP instructions to use these intrinsics."
37846 msgstr ""
37848 #: config/arm/arm-builtins.cc:3489
37849 #, gcc-internal-format
37850 msgid "You must enable crypto instructions (e.g. include %<-mfloat-abi=softfp%> %<-mfpu=crypto-neon%>) to use these intrinsics."
37851 msgstr ""
37853 #. @@@ better error message
37854 #: config/arm/arm-builtins.cc:3567 config/arm/arm-builtins.cc:3671
37855 #, gcc-internal-format
37856 msgid "selector must be an immediate"
37857 msgstr ""
37859 #: config/arm/arm-builtins.cc:3575 config/arm/arm-builtins.cc:3620
37860 #: config/arm/arm-builtins.cc:3678 config/arm/arm-builtins.cc:3687
37861 #, gcc-internal-format
37862 msgid "the range of selector should be in 0 to 7"
37863 msgstr ""
37865 #: config/arm/arm-builtins.cc:3580 config/arm/arm-builtins.cc:3689
37866 #, gcc-internal-format
37867 msgid "the range of selector should be in 0 to 3"
37868 msgstr ""
37870 #: config/arm/arm-builtins.cc:3585 config/arm/arm-builtins.cc:3691
37871 #, gcc-internal-format
37872 msgid "the range of selector should be in 0 to 1"
37873 msgstr ""
37875 #: config/arm/arm-builtins.cc:3757
37876 #, gcc-internal-format
37877 msgid "mask must be an immediate"
37878 msgstr ""
37880 #: config/arm/arm-builtins.cc:3762
37881 #, gcc-internal-format
37882 msgid "the range of mask should be in 0 to 255"
37883 msgstr ""
37885 #: config/arm/arm-builtins.cc:3950
37886 #, gcc-internal-format
37887 msgid "the range of count should be in 0 to 32; please check the intrinsic %qs in code"
37888 msgstr ""
37890 #: config/arm/arm-builtins.cc:3958
37891 #, gcc-internal-format
37892 msgid "the range of count should be in 0 to 16; please check the intrinsic %qs in code"
37893 msgstr ""
37895 #: config/arm/arm-builtins.cc:3966
37896 #, gcc-internal-format
37897 msgid "the range of count should be in 0 to 64; please check the intrinsic %qs in code"
37898 msgstr ""
37900 #: config/arm/arm-builtins.cc:4029
37901 #, gcc-internal-format
37902 msgid "the count should be no less than 0; please check the intrinsic %qs in code"
37903 msgstr ""
37905 #: config/arm/arm-c.cc:108
37906 #, gcc-internal-format
37907 msgid "argument %u to function %qE is of type %qT which is not known to be 128 bits wide"
37908 msgstr ""
37910 #: config/arm/arm-c.cc:140
37911 #, gcc-internal-format
37912 msgid "%<#pragma GCC arm%> requires a string parameter"
37913 msgstr ""
37915 #: config/arm/arm-c.cc:148
37916 #, gcc-internal-format
37917 msgid "unknown %<#pragma GCC arm%> option %qs"
37918 msgstr ""
37920 #: config/arm/arm-mve-builtins.cc:179
37921 #, gcc-internal-format
37922 msgid "this definition requires the MVE ISA extension"
37923 msgstr ""
37925 #: config/arm/arm.cc:2946
37926 #, gcc-internal-format
37927 msgid "iWMMXt and NEON are incompatible"
37928 msgstr ""
37930 #: config/arm/arm.cc:2952
37931 #, gcc-internal-format
37932 msgid "target CPU does not support ARM mode"
37933 msgstr ""
37935 #: config/arm/arm.cc:2956
37936 #, gcc-internal-format
37937 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
37938 msgstr ""
37940 #: config/arm/arm.cc:2959
37941 #, gcc-internal-format
37942 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
37943 msgstr ""
37945 #: config/arm/arm.cc:2967
37946 #, gcc-internal-format
37947 msgid "%<-g%> with %<-mno-apcs-frame%> may not give sensible debugging"
37948 msgstr ""
37950 #: config/arm/arm.cc:2972
37951 #, gcc-internal-format
37952 msgid "iWMMXt unsupported under Thumb mode"
37953 msgstr ""
37955 #: config/arm/arm.cc:2975
37956 #, gcc-internal-format
37957 msgid "cannot use %<-mtp=cp15%> with 16-bit Thumb"
37958 msgstr ""
37960 #: config/arm/arm.cc:2979
37961 #, gcc-internal-format
37962 msgid "RTP PIC is incompatible with Thumb"
37963 msgstr ""
37965 #: config/arm/arm.cc:2992
37966 #, gcc-internal-format, gfc-internal-format
37967 msgid "%s only supports non-pic code on M-profile targets with the MOVT instruction"
37968 msgstr ""
37970 #: config/arm/arm.cc:2997
37971 #, gcc-internal-format, gfc-internal-format
37972 msgid "%s only supports non-pic code on M-profile targets"
37973 msgstr ""
37975 #: config/arm/arm.cc:3002
37976 #, gcc-internal-format
37977 msgid "%s incompatible with %<-mword-relocations%>"
37978 msgstr ""
37980 #: config/arm/arm.cc:3104
37981 #, gcc-internal-format
37982 msgid "target CPU does not support THUMB instructions"
37983 msgstr ""
37985 #: config/arm/arm.cc:3154
37986 #, gcc-internal-format
37987 msgid "target CPU does not support unaligned accesses"
37988 msgstr ""
37990 #: config/arm/arm.cc:3213 config/arm/arm.cc:33212
37991 #, gcc-internal-format
37992 msgid "This architecture does not support branch protection instructions"
37993 msgstr ""
37995 #: config/arm/arm.cc:3216
37996 #, gcc-internal-format
37997 msgid "Return address signing is not supported with %<-mtpcs-frame%>."
37998 msgstr ""
38000 #: config/arm/arm.cc:3279
38001 #, gcc-internal-format
38002 msgid "invalid key type for %<-mbranch-protection=%>"
38003 msgstr ""
38005 #: config/arm/arm.cc:3312
38006 #, gcc-internal-format
38007 msgid "switch %<-mcpu=%s%> conflicts with switch %<-march=%s%>"
38008 msgstr ""
38010 #: config/arm/arm.cc:3567
38011 #, gcc-internal-format
38012 msgid "%<-mapcs-stack-check%> incompatible with %<-mno-apcs-frame%>"
38013 msgstr ""
38015 #: config/arm/arm.cc:3576
38016 #, gcc-internal-format
38017 msgid "%<-fpic%> and %<-mapcs-reent%> are incompatible"
38018 msgstr ""
38020 #: config/arm/arm.cc:3579
38021 #, gcc-internal-format
38022 msgid "APCS reentrant code not supported.  Ignored"
38023 msgstr ""
38025 #: config/arm/arm.cc:3602
38026 #, gcc-internal-format
38027 msgid "option %<-mstructure-size-boundary%> is deprecated"
38028 msgstr ""
38030 #: config/arm/arm.cc:3610
38031 #, gcc-internal-format
38032 msgid "structure size boundary can only be set to 8, 32 or 64"
38033 msgstr ""
38035 #: config/arm/arm.cc:3612
38036 #, gcc-internal-format
38037 msgid "structure size boundary can only be set to 8 or 32"
38038 msgstr ""
38040 #: config/arm/arm.cc:3637
38041 #, gcc-internal-format
38042 msgid "RTP PIC is incompatible with %<-msingle-pic-base%>"
38043 msgstr ""
38045 #: config/arm/arm.cc:3649 config/arm/arm.cc:33553
38046 #, gcc-internal-format
38047 msgid "FDPIC mode is not supported in Thumb-1 mode"
38048 msgstr ""
38050 #: config/arm/arm.cc:3657
38051 #, gcc-internal-format
38052 msgid "%<-mpic-register=%> is useless without %<-fpic%>"
38053 msgstr ""
38055 #: config/arm/arm.cc:3666
38056 #, gcc-internal-format
38057 msgid "unable to use %qs for PIC register"
38058 msgstr ""
38060 #: config/arm/arm.cc:3706 config/pru/pru.cc:612
38061 #, gcc-internal-format
38062 msgid "%<-freorder-blocks-and-partition%> not supported on this architecture"
38063 msgstr ""
38065 #: config/arm/arm.cc:3874
38066 #, gcc-internal-format
38067 msgid "selected fp16 options are incompatible"
38068 msgstr ""
38070 #: config/arm/arm.cc:3909
38071 #, gcc-internal-format
38072 msgid "%<-mstack-protector-guard=tls%> needs a hardware TLS register"
38073 msgstr ""
38075 #: config/arm/arm.cc:3929
38076 #, gcc-internal-format
38077 msgid "iwmmxt requires an AAPCS compatible ABI for proper operation"
38078 msgstr ""
38080 #: config/arm/arm.cc:3932
38081 #, gcc-internal-format
38082 msgid "iwmmxt abi requires an iwmmxt capable cpu"
38083 msgstr ""
38085 #: config/arm/arm.cc:3940
38086 #, gcc-internal-format
38087 msgid "target CPU does not support interworking"
38088 msgstr ""
38090 #: config/arm/arm.cc:3953
38091 #, gcc-internal-format
38092 msgid "AAPCS does not support %<-mcaller-super-interworking%>"
38093 msgstr ""
38095 #: config/arm/arm.cc:3956
38096 #, gcc-internal-format
38097 msgid "AAPCS does not support %<-mcallee-super-interworking%>"
38098 msgstr ""
38100 #: config/arm/arm.cc:3961
38101 #, gcc-internal-format
38102 msgid "%<__fp16%> and no ldrh"
38103 msgstr ""
38105 #: config/arm/arm.cc:3964
38106 #, gcc-internal-format
38107 msgid "target CPU does not support ARMv8-M Security Extensions"
38108 msgstr ""
38110 #: config/arm/arm.cc:3969
38111 #, gcc-internal-format
38112 msgid "ARMv8-M Security Extensions incompatible with selected FPU"
38113 msgstr ""
38115 #: config/arm/arm.cc:3981
38116 #, gcc-internal-format
38117 msgid "%<-mfloat-abi=hard%>: selected architecture lacks an FPU"
38118 msgstr ""
38120 #: config/arm/arm.cc:3989
38121 #, gcc-internal-format
38122 msgid "%<-mfloat-abi=hard%> and VFP"
38123 msgstr ""
38125 #: config/arm/arm.cc:6254
38126 #, gcc-internal-format
38127 msgid "non-AAPCS derived PCS variant"
38128 msgstr ""
38130 #: config/arm/arm.cc:6256
38131 #, gcc-internal-format
38132 msgid "variadic functions must use the base AAPCS variant"
38133 msgstr ""
38135 #: config/arm/arm.cc:6285
38136 #, gcc-internal-format
38137 msgid "PCS variant"
38138 msgstr ""
38140 #: config/arm/arm.cc:6560
38141 #, gcc-internal-format
38142 msgid "Thumb-1 %<hard-float%> VFP ABI"
38143 msgstr ""
38145 #: config/arm/arm.cc:6655
38146 #, gcc-internal-format
38147 msgid "argument of type %qT not permitted with %<-mgeneral-regs-only%>"
38148 msgstr ""
38150 #: config/arm/arm.cc:7039 config/arm/arm.cc:7260 config/arm/arm.cc:7293
38151 #: config/arm/arm.cc:29331
38152 #, gcc-internal-format
38153 msgid "parameter passing for argument of type %qT changed in GCC 7.1"
38154 msgstr ""
38156 #: config/arm/arm.cc:7431
38157 #, gcc-internal-format
38158 msgid "FP registers might be clobbered despite %qE attribute: compile with %<-mgeneral-regs-only%>"
38159 msgstr ""
38161 #: config/arm/arm.cc:7555
38162 #, gcc-internal-format
38163 msgid "%qE attribute not available to functions with arguments passed on the stack"
38164 msgstr ""
38166 #: config/arm/arm.cc:7567
38167 #, gcc-internal-format
38168 msgid "%qE attribute not available to functions with variable number of arguments"
38169 msgstr ""
38171 #: config/arm/arm.cc:7576
38172 #, gcc-internal-format
38173 msgid "%qE attribute not available to functions that return value on the stack"
38174 msgstr ""
38176 #: config/arm/arm.cc:7598 config/arm/arm.cc:7650
38177 #, gcc-internal-format
38178 msgid "%qE attribute ignored without %<-mcmse%> option"
38179 msgstr ""
38181 #: config/arm/arm.cc:7617
38182 #, gcc-internal-format
38183 msgid "%qE attribute has no effect on functions with static linkage"
38184 msgstr ""
38186 #: config/arm/arm.cc:7670
38187 #, gcc-internal-format
38188 msgid "%qE attribute only applies to base type of a function pointer"
38189 msgstr ""
38191 #: config/arm/arm.cc:9662
38192 #, gcc-internal-format
38193 msgid "accessing thread-local storage is not currently supported with %<-mpure-code%> or %<-mslow-flash-data%>"
38194 msgstr ""
38196 #: config/arm/arm.cc:13513 config/arm/arm.cc:13515
38197 #, gcc-internal-format
38198 msgid "%s %wd out of range %wd - %wd"
38199 msgstr ""
38201 #: config/arm/arm.cc:25920
38202 #, gcc-internal-format
38203 msgid "unable to compute real location of stacked parameter"
38204 msgstr ""
38206 #: config/arm/arm.cc:26583
38207 #, gcc-internal-format
38208 msgid "Unexpected thumb1 far jump"
38209 msgstr ""
38211 #: config/arm/arm.cc:26842
38212 #, gcc-internal-format
38213 msgid "no low registers available for popping high registers"
38214 msgstr ""
38216 #: config/arm/arm.cc:27095
38217 #, gcc-internal-format
38218 msgid "Interrupt Service Routines cannot be coded in Thumb-1 mode"
38219 msgstr ""
38221 #: config/arm/arm.cc:27341
38222 #, gcc-internal-format
38223 msgid "%<-fstack-check=specific%> for Thumb-1"
38224 msgstr ""
38226 #: config/arm/arm.cc:33568
38227 #, gcc-internal-format
38228 msgid "invalid fpu for target attribute or pragma %qs"
38229 msgstr ""
38231 #. This doesn't really make sense until we support
38232 #. general dynamic selection of the architecture and all
38233 #. sub-features.
38234 #: config/arm/arm.cc:33576
38235 #, gcc-internal-format
38236 msgid "auto fpu selection not currently permitted here"
38237 msgstr ""
38239 #: config/arm/arm.cc:33589
38240 #, gcc-internal-format
38241 msgid "invalid architecture for target attribute or pragma %qs"
38242 msgstr ""
38244 #: config/arm/arm.cc:33603
38245 #, gcc-internal-format
38246 msgid "unknown target attribute or pragma %qs"
38247 msgstr ""
38249 #: config/arm/arm.cc:34565
38250 #, gcc-internal-format
38251 msgid "%<asm%> flags not supported in thumb1 mode"
38252 msgstr ""
38254 #: config/avr/avr-c.cc:65 config/avr/avr-c.cc:190
38255 #, gcc-internal-format
38256 msgid "%qs expects 1 argument but %d given"
38257 msgstr ""
38259 #: config/avr/avr-c.cc:76
38260 #, gcc-internal-format
38261 msgid "%qs expects a fixed-point value as argument"
38262 msgstr ""
38264 #: config/avr/avr-c.cc:102
38265 #, gcc-internal-format
38266 msgid "using %qs with unsigned type has no effect"
38267 msgstr ""
38269 #: config/avr/avr-c.cc:107 config/avr/avr-c.cc:173 config/avr/avr-c.cc:230
38270 #, gcc-internal-format
38271 msgid "no matching fixed-point overload found for %qs"
38272 msgstr ""
38274 #: config/avr/avr-c.cc:124
38275 #, gcc-internal-format
38276 msgid "%qs expects 2 arguments but %d given"
38277 msgstr ""
38279 #: config/avr/avr-c.cc:136 config/avr/avr-c.cc:201
38280 #, gcc-internal-format
38281 msgid "%qs expects a fixed-point value as first argument"
38282 msgstr ""
38284 #: config/avr/avr-c.cc:144
38285 #, gcc-internal-format
38286 msgid "%qs expects an integer value as second argument"
38287 msgstr ""
38289 #: config/avr/avr-devices.cc:152
38290 #, gcc-internal-format, gfc-internal-format
38291 msgid "supported core architectures:%s"
38292 msgstr ""
38294 #. Reached the end of `avr_mcu_types'.  This should actually never
38295 #. happen as options are provided by device-specs.  It could be a
38296 #. typo in a device-specs or calling the compiler proper directly
38297 #. with -mmcu=<device>.
38298 #: config/avr/avr.cc:1050
38299 #, gcc-internal-format
38300 msgid "unknown core architecture %qs specified with %qs"
38301 msgstr ""
38303 #: config/avr/avr.cc:1099 config/pru/pru.cc:601 config/visium/visium.cc:422
38304 #, gcc-internal-format
38305 msgid "%<-fpic%> is not supported"
38306 msgstr ""
38308 #: config/avr/avr.cc:1101 config/pru/pru.cc:603 config/visium/visium.cc:424
38309 #, gcc-internal-format
38310 msgid "%<-fPIC%> is not supported"
38311 msgstr ""
38313 #: config/avr/avr.cc:1103 config/pru/pru.cc:605
38314 #, gcc-internal-format
38315 msgid "%<-fpie%> is not supported"
38316 msgstr ""
38318 #: config/avr/avr.cc:1105 config/pru/pru.cc:607
38319 #, gcc-internal-format
38320 msgid "%<-fPIE%> is not supported"
38321 msgstr ""
38323 #: config/avr/avr.cc:1402 config/avr/avr.cc:1407 config/riscv/riscv.cc:6634
38324 #, gcc-internal-format
38325 msgid "function attributes %qs and %qs are mutually exclusive"
38326 msgstr ""
38328 #: config/avr/avr.cc:1428 config/riscv/riscv.cc:6646
38329 #, gcc-internal-format
38330 msgid "%qs function cannot have arguments"
38331 msgstr ""
38333 #: config/avr/avr.cc:1431 config/riscv/riscv.cc:6643
38334 #, gcc-internal-format
38335 msgid "%qs function cannot return a value"
38336 msgstr ""
38338 #: config/avr/avr.cc:1445
38339 #, gcc-internal-format
38340 msgid "%qs appears to be a misspelled %qs handler, missing %<__vector%> prefix"
38341 msgstr ""
38343 #: config/avr/avr.cc:1458
38344 #, gcc-internal-format
38345 msgid "%qs is a reserved identifier in AVR-LibC.  Consider %<#include <avr/interrupt.h>%> before using the %qs macro"
38346 msgstr ""
38348 #: config/avr/avr.cc:1675
38349 #, gcc-internal-format
38350 msgid "%<builtin_return_address%> contains only 2 bytes of address"
38351 msgstr ""
38353 #: config/avr/avr.cc:3100
38354 #, gcc-internal-format
38355 msgid "pointer offset from symbol maybe incorrect"
38356 msgstr ""
38358 #: config/avr/avr.cc:3239
38359 #, gcc-internal-format
38360 msgid "accessing data memory with program memory address"
38361 msgstr ""
38363 #: config/avr/avr.cc:3300
38364 #, gcc-internal-format
38365 msgid "accessing program memory with data memory address"
38366 msgstr ""
38368 #: config/avr/avr.cc:3634
38369 #, gcc-internal-format, gfc-internal-format
38370 msgid "fixed register %s used to pass parameter to function"
38371 msgstr ""
38373 #: config/avr/avr.cc:3899
38374 #, gcc-internal-format
38375 msgid "writing to address space %qs not supported"
38376 msgstr ""
38378 #: config/avr/avr.cc:10213
38379 #, gcc-internal-format
38380 msgid "%qE attribute only applies to variables in static storage"
38381 msgstr ""
38383 #: config/avr/avr.cc:10220
38384 #, gcc-internal-format
38385 msgid "%qE attribute only supported for reduced Tiny cores"
38386 msgstr ""
38388 #: config/avr/avr.cc:10260
38389 #, gcc-internal-format
38390 msgid "%qE attribute address out of range"
38391 msgstr ""
38393 #: config/avr/avr.cc:10274
38394 #, gcc-internal-format
38395 msgid "both %s and %qE attribute provide address"
38396 msgstr ""
38398 #: config/avr/avr.cc:10284
38399 #, gcc-internal-format
38400 msgid "%qE attribute on non-volatile variable"
38401 msgstr ""
38403 #: config/avr/avr.cc:10356
38404 #, gcc-internal-format
38405 msgid "address spaces are not supported for reduced Tiny devices"
38406 msgstr ""
38408 #: config/avr/avr.cc:10363
38409 #, gcc-internal-format
38410 msgid "address space %qs not supported for devices with flash size up to %d KiB"
38411 msgstr ""
38413 #: config/avr/avr.cc:10534
38414 #, gcc-internal-format
38415 msgid "pointer targeting address space %qs must be const in %qT"
38416 msgstr ""
38418 #: config/avr/avr.cc:10537
38419 #, gcc-internal-format
38420 msgid "pointer targeting address space %qs must be const in %s %q+D"
38421 msgstr ""
38423 #: config/avr/avr.cc:10599
38424 #, gcc-internal-format
38425 msgid "variable %q+D must be const in order to be put into read-only section by means of %qs"
38426 msgstr ""
38428 #: config/avr/avr.cc:10638
38429 #, gcc-internal-format
38430 msgid "static IO declaration for %q+D needs an address"
38431 msgstr ""
38433 #: config/avr/avr.cc:10670
38434 #, gcc-internal-format
38435 msgid "IO definition for %q+D needs an address"
38436 msgstr ""
38438 #: config/avr/avr.cc:10787
38439 #, gcc-internal-format
38440 msgid "only uninitialized variables can be placed in the %<.noinit%> section"
38441 msgstr ""
38443 #. This might happen with C++ if stuff needs constructing.
38444 #: config/avr/avr.cc:10863
38445 #, gcc-internal-format
38446 msgid "variable %q+D with dynamic initialization put into program memory area"
38447 msgstr ""
38449 #: config/avr/avr.cc:10874
38450 #, gcc-internal-format
38451 msgid "uninitialized variable %q+D put into program memory area"
38452 msgstr ""
38454 #: config/avr/avr.cc:10960
38455 #, gcc-internal-format
38456 msgid "%q+D has incompatible attributes %qs and %qs"
38457 msgstr ""
38459 #: config/avr/avr.cc:11023
38460 #, gcc-internal-format
38461 msgid "architecture %qs supported for assembler only"
38462 msgstr ""
38464 #: config/avr/avr.cc:13513
38465 #, gcc-internal-format
38466 msgid "conversion from address space %qs to address space %qs"
38467 msgstr ""
38469 #: config/avr/avr.cc:14603 config/avr/avr.cc:14616
38470 #, gcc-internal-format, gfc-internal-format
38471 msgid "%s expects a compile time integer constant"
38472 msgstr ""
38474 #: config/avr/avr.cc:14630
38475 #, gcc-internal-format, gfc-internal-format
38476 msgid "%s expects a compile time long integer constant as first argument"
38477 msgstr ""
38479 #: config/avr/avr.cc:14658
38480 #, gcc-internal-format, gfc-internal-format
38481 msgid "rounding to %d bits has no effect for fixed-point value with %d fractional bits"
38482 msgstr ""
38484 #: config/avr/avr.cc:14667
38485 #, gcc-internal-format
38486 msgid "rounding result will always be 0"
38487 msgstr ""
38489 #: config/avr/driver-avr.cc:58
38490 #, gcc-internal-format
38491 msgid "bad usage of spec function %qs"
38492 msgstr ""
38494 #: config/avr/driver-avr.cc:86
38495 #, gcc-internal-format
38496 msgid "specified option %qs more than once"
38497 msgstr ""
38499 #: config/avr/driver-avr.cc:100
38500 #, gcc-internal-format
38501 msgid "strange device name %qs after %qs: bad character %qc"
38502 msgstr ""
38504 #: config/bfin/bfin.cc:2368
38505 #, gcc-internal-format
38506 msgid "%<-mfdpic%> is not supported, please use a bfin-linux-uclibc target"
38507 msgstr ""
38509 #: config/bfin/bfin.cc:2374
38510 #, gcc-internal-format
38511 msgid "%<-mshared-library-id=%> specified without %<-mid-shared-library%>"
38512 msgstr ""
38514 #: config/bfin/bfin.cc:2379
38515 #, gcc-internal-format
38516 msgid "%<-fstack-limit-%> options are ignored with %<-mfdpic%>; use %<-mstack-check-l1%>"
38517 msgstr ""
38519 #: config/bfin/bfin.cc:2385
38520 #, gcc-internal-format
38521 msgid "cannot use multiple stack checking methods together"
38522 msgstr ""
38524 #: config/bfin/bfin.cc:2388
38525 #, gcc-internal-format
38526 msgid "ID shared libraries and FD-PIC mode cannot be used together"
38527 msgstr ""
38529 #: config/bfin/bfin.cc:2393 config/m68k/m68k.cc:590
38530 #, gcc-internal-format
38531 msgid "cannot specify both %<-msep-data%> and %<-mid-shared-library%>"
38532 msgstr "ne možete specificirati %<-msep-data%> i %<-mid-shared-library%> zajedno"
38534 #: config/bfin/bfin.cc:2413
38535 #, gcc-internal-format
38536 msgid "%<-mmulticore%> can only be used with BF561"
38537 msgstr ""
38539 #: config/bfin/bfin.cc:2416
38540 #, gcc-internal-format
38541 msgid "%<-mcorea%> should be used with %<-mmulticore%>"
38542 msgstr ""
38544 #: config/bfin/bfin.cc:2419
38545 #, gcc-internal-format
38546 msgid "%<-mcoreb%> should be used with %<-mmulticore%>"
38547 msgstr ""
38549 #: config/bfin/bfin.cc:2422
38550 #, gcc-internal-format
38551 msgid "%<-mcorea%> and %<-mcoreb%> cannot be used together"
38552 msgstr ""
38554 #: config/bfin/bfin.cc:4699
38555 #, gcc-internal-format
38556 msgid "multiple function type attributes specified"
38557 msgstr ""
38559 #: config/bfin/bfin.cc:4766
38560 #, gcc-internal-format
38561 msgid "cannot apply both %<longcall%> and %<shortcall%> attributes to the same function"
38562 msgstr ""
38564 #: config/bpf/bpf.cc:111
38565 #, gcc-internal-format
38566 msgid "%qE attribute requires an integer argument"
38567 msgstr ""
38569 #: config/bpf/bpf.cc:118
38570 #, gcc-internal-format
38571 msgid "%qE requires an argument"
38572 msgstr ""
38574 #: config/bpf/bpf.cc:139
38575 #, gcc-internal-format
38576 msgid "%qE attribute only applies to structure, union and class types"
38577 msgstr ""
38579 #: config/bpf/bpf.cc:216
38580 #, gcc-internal-format
38581 msgid "BPF CO-RE requires BTF debugging information, use %<-gbtf%>"
38582 msgstr ""
38584 #: config/bpf/bpf.cc:236
38585 #, gcc-internal-format
38586 msgid "BPF CO-RE does not support LTO"
38587 msgstr ""
38589 #: config/bpf/bpf.cc:260
38590 #, gcc-internal-format
38591 msgid "%<-fstack-protector%> does not work on this architecture"
38592 msgstr ""
38594 #: config/bpf/bpf.cc:425
38595 #, gcc-internal-format
38596 msgid "eBPF stack limit exceeded"
38597 msgstr ""
38599 #: config/bpf/bpf.cc:777
38600 #, gcc-internal-format
38601 msgid "too many function arguments for eBPF"
38602 msgstr ""
38604 #: config/bpf/bpf.cc:795 config/bpf/bpf.cc:797
38605 #, gcc-internal-format
38606 msgid "no constructors"
38607 msgstr "nijedan konstruktor nije pronađen"
38609 #: config/bpf/bpf.cc:813 config/bpf/bpf.cc:815
38610 #, gcc-internal-format
38611 msgid "no destructors"
38612 msgstr "nema destruktora"
38614 #: config/bpf/bpf.cc:867
38615 #, gcc-internal-format
38616 msgid "indirect call in function, which are not supported by eBPF"
38617 msgstr ""
38619 #: config/bpf/bpf.cc:1106 config/bpf/bpf.cc:1162
38620 #, gcc-internal-format
38621 msgid "unsupported variable field offset"
38622 msgstr "odmak (offset) varijabilnog polja nije podržan"
38624 #: config/bpf/bpf.cc:1121 config/bpf/bpf.cc:1157
38625 #, gcc-internal-format
38626 msgid "unsupported variable size field access"
38627 msgstr ""
38629 #: config/bpf/bpf.cc:1133
38630 #, gcc-internal-format
38631 msgid "unsupported field expression"
38632 msgstr "nepodržani izraz polja"
38634 #: config/bpf/bpf.cc:1170 config/bpf/bpf.cc:1179
38635 #, gcc-internal-format
38636 msgid "field size too large"
38637 msgstr ""
38639 #: config/bpf/bpf.cc:1196
38640 #, gcc-internal-format
38641 msgid "invalid second argument to built-in function"
38642 msgstr ""
38644 #: config/bpf/bpf.cc:1247 config/bpf/bpf.cc:1292
38645 #: config/loongarch/loongarch-builtins.cc:313 config/mips/mips.cc:17187
38646 #: config/nios2/nios2.cc:3600 config/riscv/riscv-builtins.cc:306
38647 #: config/riscv/riscv-vector-builtins.cc:3240
38648 #, gcc-internal-format
38649 msgid "invalid argument to built-in function"
38650 msgstr ""
38652 #: config/bpf/bpf.cc:1640
38653 #, gcc-internal-format
38654 msgid "wrong number of arguments"
38655 msgstr "loš, krivi broj argumenata"
38657 #: config/bpf/bpf.cc:1657
38658 #, gcc-internal-format
38659 msgid "argument is not a field access"
38660 msgstr ""
38662 #: config/c6x/c6x.cc:245
38663 #, gcc-internal-format
38664 msgid "%<-fpic%> and %<-fPIC%> not supported without %<-mdsbt%> on this target"
38665 msgstr ""
38667 #. This function is for retrieving a part of an instruction name for
38668 #. an operator, for immediate output.  If that ever happens for
38669 #. MULT, we need to apply TARGET_MUL_BUG in the caller.  Make sure
38670 #. we notice.
38671 #: config/cris/cris.cc:728
38672 #, gcc-internal-format
38673 msgid "MULT case in %<cris_op_str%>"
38674 msgstr ""
38676 #: config/cris/cris.cc:1245 config/moxie/moxie.cc:186 config/or1k/or1k.cc:1291
38677 #, gcc-internal-format, gfc-internal-format
38678 msgid "internal error: bad register: %d"
38679 msgstr ""
38681 #. If we get here, the caller got its initial tests wrong.
38682 #: config/cris/cris.cc:2237
38683 #, gcc-internal-format
38684 msgid "internal error: %<cris_side_effect_mode_ok%> with bad operands"
38685 msgstr ""
38687 #: config/cris/cris.cc:2290
38688 #, gcc-internal-format
38689 msgid "%<-max-stackframe=%d%> is not usable, not between 0 and %d"
38690 msgstr ""
38692 #: config/cris/cris.cc:2319
38693 #, gcc-internal-format
38694 msgid "unknown CRIS version specification in %<-march=%> or %<-mcpu=%>: %s"
38695 msgstr ""
38697 #: config/cris/cris.cc:2355
38698 #, gcc-internal-format
38699 msgid "unknown CRIS cpu version specification in %<-mtune=%>: %s"
38700 msgstr ""
38702 #. Use error rather than warning, so invalid use is easily
38703 #. detectable.  Still change to the values we expect, to avoid
38704 #. further errors.
38705 #: config/cris/cris.cc:2371
38706 #, gcc-internal-format
38707 msgid "%<-fPIC%> and %<-fpic%> are not supported on this target"
38708 msgstr ""
38710 #: config/cris/cris.cc:2572
38711 #, gcc-internal-format
38712 msgid "unknown src"
38713 msgstr ""
38715 #: config/cris/cris.cc:2622
38716 #, gcc-internal-format
38717 msgid "unknown dest"
38718 msgstr ""
38720 #: config/cris/cris.cc:2923
38721 #, gcc-internal-format, gfc-internal-format
38722 msgid "stackframe too big: %d bytes"
38723 msgstr ""
38725 #: config/csky/csky.cc:2544
38726 #, gcc-internal-format, gfc-internal-format
38727 msgid "cpu %s is not based on arch %s, ignoring the arch"
38728 msgstr ""
38730 #: config/csky/csky.cc:2610 config/csky/csky.cc:2648 config/csky/csky.cc:2713
38731 #: config/csky/csky.cc:2736 config/csky/csky.cc:2753
38732 #, gcc-internal-format
38733 msgid "%qs is not supported by arch %s"
38734 msgstr ""
38736 #: config/csky/csky.cc:2651
38737 #, gcc-internal-format
38738 msgid "%<-mhard-float%> is not supported by the selected CPU"
38739 msgstr ""
38741 #: config/csky/csky.cc:2667
38742 #, gcc-internal-format
38743 msgid "%<-mdouble-float%> ignored without %<-mhard-float%>"
38744 msgstr ""
38746 #: config/csky/csky.cc:2670
38747 #, gcc-internal-format
38748 msgid "%<-mfdivdu%> ignored without %<-mhard-float%>"
38749 msgstr ""
38751 #: config/csky/csky.cc:2725
38752 #, gcc-internal-format
38753 msgid "%<-msmart%> is incompatible with %<-mhigh-registers%>"
38754 msgstr ""
38756 #. It's hard to provide general support for trampolines on this
38757 #. core.  We need a register other than the one holding the
38758 #. static chain (r13) to hold the function pointer for the
38759 #. indirect jump to it.  But ck801 has such a limited register set
38760 #. there is no other call-clobbered scratch register available -- in
38761 #. particular, this core does not have r12, which we use for the
38762 #. ck802 case below.  If we use a callee-saved register like r4,
38763 #. saving the old value on the stack screws up the stack frame
38764 #. if there are overflow arguments pushed on the stack
38765 #. by the caller.  In theory we could test for that and handle
38766 #. limited cases with parameters that all fit in r0-r3 with no
38767 #. stack overflow, but punt for now.
38768 #: config/csky/csky.cc:6280
38769 #, gcc-internal-format
38770 msgid "Nested function trampolines not supported on CK801."
38771 msgstr ""
38773 #: config/csky/csky.cc:6476
38774 #, gcc-internal-format
38775 msgid "%qE attribute ignored without %<-mistack%>"
38776 msgstr ""
38778 #: config/epiphany/epiphany.cc:499
38779 #, gcc-internal-format
38780 msgid "interrupt handlers cannot have arguments"
38781 msgstr ""
38783 #: config/epiphany/epiphany.cc:523
38784 #, gcc-internal-format
38785 msgid "argument of %qE attribute is not %qs, %qs %qs, %qs, %qs, %qs, %qs, %qs, %qs or %qs"
38786 msgstr ""
38788 #: config/epiphany/epiphany.cc:1545
38789 #, gcc-internal-format
38790 msgid "%<stack_offset%> must be at least 4"
38791 msgstr ""
38793 #: config/epiphany/epiphany.cc:1547
38794 #, gcc-internal-format
38795 msgid "%<stack_offset%> must be a multiple of 4"
38796 msgstr ""
38798 #: config/frv/frv.cc:8478
38799 #, gcc-internal-format
38800 msgid "accumulator is not a constant integer"
38801 msgstr ""
38803 #: config/frv/frv.cc:8483
38804 #, gcc-internal-format
38805 msgid "accumulator number is out of bounds"
38806 msgstr ""
38808 #: config/frv/frv.cc:8494
38809 #, gcc-internal-format
38810 msgid "inappropriate accumulator for %qs"
38811 msgstr ""
38813 #: config/frv/frv.cc:8570
38814 #, gcc-internal-format
38815 msgid "invalid IACC argument"
38816 msgstr ""
38818 #: config/frv/frv.cc:8593 config/sparc/sparc.cc:11019
38819 #, gcc-internal-format
38820 msgid "%qs expects a constant argument"
38821 msgstr ""
38823 #: config/frv/frv.cc:8598 config/sparc/sparc.cc:11025
38824 #, gcc-internal-format
38825 msgid "constant argument out of range for %qs"
38826 msgstr ""
38828 #: config/frv/frv.cc:9079
38829 #, gcc-internal-format
38830 msgid "media functions are not available unless %<-mmedia%> is used"
38831 msgstr ""
38833 #: config/frv/frv.cc:9091
38834 #, gcc-internal-format
38835 msgid "this media function is only available on the fr500"
38836 msgstr ""
38838 #: config/frv/frv.cc:9119
38839 #, gcc-internal-format
38840 msgid "this media function is only available on the fr400 and fr550"
38841 msgstr ""
38843 #: config/frv/frv.cc:9138
38844 #, gcc-internal-format
38845 msgid "this built-in function is only available on the fr405 and fr450"
38846 msgstr ""
38848 #: config/frv/frv.cc:9147
38849 #, gcc-internal-format
38850 msgid "this built-in function is only available on the fr500 and fr550"
38851 msgstr ""
38853 #: config/frv/frv.cc:9159
38854 #, gcc-internal-format
38855 msgid "this built-in function is only available on the fr450"
38856 msgstr ""
38858 #: config/ft32/ft32.cc:181
38859 #, gcc-internal-format
38860 msgid "%<h%> applied to non-register operand"
38861 msgstr ""
38863 #: config/ft32/ft32.cc:206
38864 #, gcc-internal-format, gfc-internal-format
38865 msgid "bad alignment: %d"
38866 msgstr ""
38868 #: config/ft32/ft32.cc:502
38869 #, gcc-internal-format
38870 msgid "stack frame must be smaller than 64K"
38871 msgstr ""
38873 #: config/gcn/gcn.cc:162
38874 #, gcc-internal-format
38875 msgid "XNACK support"
38876 msgstr ""
38878 #: config/gcn/gcn.cc:246
38879 #, gcc-internal-format
38880 msgid "%<amdgpu_hsa_kernel%> attribute requires string constant arguments"
38881 msgstr ""
38883 #: config/gcn/gcn.cc:259
38884 #, gcc-internal-format
38885 msgid "unknown specifier %qs in %<amdgpu_hsa_kernel%> attribute"
38886 msgstr ""
38888 #: config/gcn/gcn.cc:266
38889 #, gcc-internal-format
38890 msgid "duplicated parameter specifier %qs in %<amdgpu_hsa_kernel%> attribute"
38891 msgstr ""
38893 #: config/gcn/gcn.cc:318
38894 #, gcc-internal-format
38895 msgid "too many arguments passed in sgpr registers"
38896 msgstr ""
38898 #: config/gcn/gcn.cc:2511
38899 #, gcc-internal-format
38900 msgid "A non-default set of initial values has been requested, which violates the ABI"
38901 msgstr ""
38903 #: config/gcn/gcn.cc:2754
38904 #, gcc-internal-format, gfc-internal-format
38905 msgid "wrong type of argument %s"
38906 msgstr ""
38908 #: config/gcn/gcn.cc:3752
38909 #, gcc-internal-format
38910 msgid "nested function trampolines not supported on GCN5 due to non-executable stacks"
38911 msgstr ""
38913 #: config/gcn/gcn.cc:3863
38914 #, gcc-internal-format
38915 msgid "TLS is not implemented for GCN."
38916 msgstr ""
38918 #: config/gcn/gcn.cc:4727
38919 #, gcc-internal-format
38920 msgid "Builtin not implemented"
38921 msgstr ""
38923 #: config/gcn/gcn.cc:5310
38924 #, gcc-internal-format
38925 msgid "unsupported simdlen %wd (amdgcn)"
38926 msgstr ""
38928 #: config/gcn/gcn.cc:5996
38929 #, gcc-internal-format
38930 msgid "using %<vector_length (64)%>, ignoring %d"
38931 msgstr ""
38933 #: config/gcn/gcn.cc:5997
38934 #, gcc-internal-format
38935 msgid "using %<vector_length (64)%>, ignoring runtime setting"
38936 msgstr ""
38938 #: config/gcn/gcn.cc:6009 config/nvptx/nvptx.cc:6568
38939 #, gcc-internal-format
38940 msgid "using %<num_workers (%d)%>, ignoring %d"
38941 msgstr ""
38943 #: config/gcn/gcn.cc:6036 config/gcn/gcn.cc:6065
38944 #, gcc-internal-format, gfc-internal-format
38945 msgid "offload dimension out of range (%d)"
38946 msgstr "dimenzija rasterećenja (offload) je izvan granica (%d)"
38948 #: config/gcn/gcn.cc:6514
38949 #, gcc-internal-format
38950 msgid "%d bytes of gang-private data-share memory exhausted (increase with %<-mgang-private-size=%d%>, for example)"
38951 msgstr ""
38953 #: config/gcn/mkoffload.cc:147 config/nvptx/mkoffload.cc:92
38954 #, gcc-internal-format
38955 msgid "deleting file %s: %m"
38956 msgstr "uklanjamo datoteku %s: %m"
38958 #: config/gcn/mkoffload.cc:772 config/nvptx/mkoffload.cc:506
38959 #, gcc-internal-format
38960 msgid "environment variable COLLECT_GCC_OPTIONS must be set"
38961 msgstr "varijabla okoline COLLECT_GCC_OPTIONS mora biti postavljena"
38963 #: config/gcn/mkoffload.cc:831 config/nvptx/mkoffload.cc:563
38964 #, gcc-internal-format
38965 msgid "COLLECT_GCC must be set."
38966 msgstr "COLLECT_GCC mora biti postavljena."
38968 #: config/gcn/mkoffload.cc:877
38969 #, gcc-internal-format, gfc-internal-format
38970 msgid "offload compiler %s not found"
38971 msgstr ""
38973 #: config/gcn/mkoffload.cc:899 config/nvptx/mkoffload.cc:634
38974 #, gcc-internal-format
38975 msgid "unrecognizable argument of option "
38976 msgstr "neprepoznati argument opcije"
38978 #: config/gcn/mkoffload.cc:944
38979 #, gcc-internal-format
38980 msgid "either -fopenacc or -fopenmp must be set"
38981 msgstr ""
38983 #: config/gcn/mkoffload.cc:996 config/gcn/mkoffload.cc:1143
38984 #: config/nvptx/mkoffload.cc:698
38985 #, gcc-internal-format, gfc-internal-format
38986 msgid "cannot open '%s'"
38987 msgstr "nije moguće otvoriti ‘%s’"
38989 #: config/gcn/mkoffload.cc:1129 config/nvptx/mkoffload.cc:744
38990 #, gcc-internal-format
38991 msgid "cannot open omp_requires file %qs"
38992 msgstr "nije moguće otvoriti ‘omp_requires’ datoteku %qs"
38994 #: config/gcn/mkoffload.cc:1133 config/nvptx/mkoffload.cc:748
38995 #, gcc-internal-format
38996 msgid "cannot read omp_requires file %qs"
38997 msgstr "nije moguće čitati ‘omp_requires’ datoteku %qs"
38999 #: config/gcn/mkoffload.cc:1139
39000 #, gcc-internal-format
39001 msgid "cannot open intermediate gcn asm file"
39002 msgstr ""
39004 #: config/gcn/mkoffload.cc:1156
39005 #, gcc-internal-format
39006 msgid "cannot open intermediate gcn obj file"
39007 msgstr ""
39009 #: config/h8300/h8300.cc:298
39010 #, gcc-internal-format
39011 msgid "%<-ms2600%> is used without %<-ms%>"
39012 msgstr ""
39014 #: config/h8300/h8300.cc:304
39015 #, gcc-internal-format
39016 msgid "%<-mexr%> is used without %<-ms%>"
39017 msgstr ""
39019 #: config/h8300/h8300.cc:310
39020 #, gcc-internal-format
39021 msgid "%<-mexr%> is used without %<-ms%> or %<-msx%>"
39022 msgstr ""
39024 #: config/h8300/h8300.cc:316
39025 #, gcc-internal-format
39026 msgid "%<-mno-exr%> is valid only with %<-ms%> or %<-msx%> - option ignored"
39027 msgstr ""
39029 #: config/h8300/h8300.cc:323
39030 #, gcc-internal-format
39031 msgid "%<-mn%> is not supported for linux targets"
39032 msgstr ""
39034 #: config/i386/host-cygwin.cc:64
39035 #, gcc-internal-format
39036 msgid "cannot extend PCH file: %m"
39037 msgstr "nije moguće prošititi PCH datoteku: %m"
39039 #: config/i386/host-cygwin.cc:75
39040 #, gcc-internal-format
39041 msgid "cannot set position in PCH file: %m"
39042 msgstr "nije moguće postaviti lokaciju u PCH datoteci: %m"
39044 #: config/i386/i386-builtins.cc:1916
39045 #, gcc-internal-format
39046 msgid "no dispatcher found for the versioning attributes"
39047 msgstr ""
39049 #: config/i386/i386-builtins.cc:1966
39050 #, gcc-internal-format
39051 msgid "ISA %qs is not supported in %<target%> attribute, use %<arch=%> syntax"
39052 msgstr ""
39054 #: config/i386/i386-builtins.cc:1977
39055 #, gcc-internal-format, gfc-internal-format
39056 msgid "no dispatcher found for the versioning attributes: %s"
39057 msgstr ""
39059 #: config/i386/i386-builtins.cc:2087
39060 #, gcc-internal-format
39061 msgid "parameter to builtin must be a string constant or literal"
39062 msgstr ""
39064 #: config/i386/i386-builtins.cc:2111 config/i386/i386-builtins.cc:2160
39065 #, gcc-internal-format, gfc-internal-format
39066 msgid "parameter to builtin not valid: %s"
39067 msgstr ""
39069 #: config/i386/i386-expand.cc:9401
39070 #, gcc-internal-format
39071 msgid "interrupt service routine cannot be called directly"
39072 msgstr ""
39074 #: config/i386/i386-expand.cc:9836 config/i386/i386-expand.cc:11408
39075 #, gcc-internal-format
39076 msgid "the last argument must be a 2-bit immediate"
39077 msgstr ""
39079 #: config/i386/i386-expand.cc:10298
39080 #, gcc-internal-format
39081 msgid "the fifth argument must be an 8-bit immediate"
39082 msgstr ""
39084 #: config/i386/i386-expand.cc:10393
39085 #, gcc-internal-format
39086 msgid "the third argument must be an 8-bit immediate"
39087 msgstr ""
39089 #: config/i386/i386-expand.cc:11337
39090 #, gcc-internal-format
39091 msgid "the last argument must be an 1-bit immediate"
39092 msgstr ""
39094 #: config/i386/i386-expand.cc:11352
39095 #, gcc-internal-format
39096 msgid "the last argument must be a 3-bit immediate"
39097 msgstr ""
39099 #: config/i386/i386-expand.cc:11387
39100 #, gcc-internal-format
39101 msgid "the last argument must be a 4-bit immediate"
39102 msgstr ""
39104 #: config/i386/i386-expand.cc:11427
39105 #, gcc-internal-format
39106 msgid "the last argument must be a 1-bit immediate"
39107 msgstr ""
39109 #: config/i386/i386-expand.cc:11443
39110 #, gcc-internal-format
39111 msgid "the last argument must be a 5-bit immediate"
39112 msgstr ""
39114 #: config/i386/i386-expand.cc:11453
39115 #, gcc-internal-format
39116 msgid "the next to last argument must be an 8-bit immediate"
39117 msgstr ""
39119 #: config/i386/i386-expand.cc:11458
39120 #, gcc-internal-format
39121 msgid "the last argument must be an 8-bit immediate"
39122 msgstr ""
39124 #: config/i386/i386-expand.cc:11595
39125 #, gcc-internal-format
39126 msgid "the third argument must be comparison constant"
39127 msgstr ""
39129 #: config/i386/i386-expand.cc:11600
39130 #, gcc-internal-format
39131 msgid "incorrect comparison mode"
39132 msgstr ""
39134 #: config/i386/i386-expand.cc:11606 config/i386/i386-expand.cc:11930
39135 #, gcc-internal-format
39136 msgid "incorrect rounding operand"
39137 msgstr ""
39139 #: config/i386/i386-expand.cc:11910
39140 #, gcc-internal-format
39141 msgid "the immediate argument must be a 4-bit immediate"
39142 msgstr ""
39144 #: config/i386/i386-expand.cc:11918
39145 #, gcc-internal-format
39146 msgid "the immediate argument must be a 5-bit immediate"
39147 msgstr ""
39149 #: config/i386/i386-expand.cc:11921
39150 #, gcc-internal-format
39151 msgid "the immediate argument must be an 8-bit immediate"
39152 msgstr ""
39154 #: config/i386/i386-expand.cc:12397
39155 #, gcc-internal-format
39156 msgid "the fourth argument must be one of enum %qs"
39157 msgstr ""
39159 #: config/i386/i386-expand.cc:12467 config/rs6000/rs6000-builtin.cc:2374
39160 #, gcc-internal-format
39161 msgid "selector must be an integer constant in the range [0, %wi]"
39162 msgstr ""
39164 #: config/i386/i386-expand.cc:12724
39165 #, gcc-internal-format
39166 msgid "%qE needs unknown isa option"
39167 msgstr ""
39169 #: config/i386/i386-expand.cc:12728
39170 #, gcc-internal-format
39171 msgid "%qE needs isa option %s"
39172 msgstr ""
39174 #: config/i386/i386-expand.cc:13216
39175 #, gcc-internal-format
39176 msgid "second, third and fourth argument must be a const"
39177 msgstr ""
39179 #: config/i386/i386-expand.cc:13224
39180 #, gcc-internal-format
39181 msgid "invalid third argument"
39182 msgstr "treći argument nije valjan"
39184 #. Ignore the hint.
39185 #: config/i386/i386-expand.cc:13233 config/i386/i386-expand.cc:13288
39186 #, gcc-internal-format
39187 msgid "instruction prefetch applies when in 64-bit mode with RIP-relative addressing and option %<-mprefetchi%>; they stay NOPs otherwise"
39188 msgstr ""
39190 #: config/i386/i386-expand.cc:13250
39191 #, gcc-internal-format
39192 msgid "invalid third argument to %<__builtin_ia32_prefetch%>; using zero"
39193 msgstr ""
39195 #: config/i386/i386-expand.cc:13276
39196 #, gcc-internal-format
39197 msgid "second argument must be a const"
39198 msgstr "drugi argument mora biti konstanta (const)"
39200 #: config/i386/i386-expand.cc:13768
39201 #, gcc-internal-format
39202 msgid "the last argument must be a 32-bit immediate"
39203 msgstr ""
39205 #: config/i386/i386-expand.cc:13801
39206 #, gcc-internal-format
39207 msgid "last argument must be an immediate"
39208 msgstr ""
39210 #: config/i386/i386-expand.cc:14565 config/i386/i386-expand.cc:14777
39211 #, gcc-internal-format
39212 msgid "the last argument must be scale 1, 2, 4, 8"
39213 msgstr ""
39215 #: config/i386/i386-expand.cc:14830
39216 #, gcc-internal-format
39217 msgid "the forth argument must be scale 1, 2, 4, 8"
39218 msgstr ""
39220 #: config/i386/i386-expand.cc:14836
39221 #, gcc-internal-format
39222 msgid "incorrect hint operand"
39223 msgstr ""
39225 #: config/i386/i386-expand.cc:14855
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:3222
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:3227 config/i386/i386-features.cc:3496
39236 #, gcc-internal-format
39237 msgid "virtual function multiversioning not supported"
39238 msgstr ""
39240 #: config/i386/i386-features.cc:3360 config/rs6000/rs6000.cc:25116
39241 #, gcc-internal-format
39242 msgid "multiversioning needs %<ifunc%> which is not supported on this target"
39243 msgstr ""
39245 #: config/i386/i386-options.cc:888 config/i386/i386-options.cc:2129
39246 #: config/i386/i386-options.cc:2138
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:1161
39252 #, gcc-internal-format
39253 msgid "attribute %qs argument is not a string"
39254 msgstr ""
39256 #: config/i386/i386-options.cc:1225
39257 #, gcc-internal-format
39258 msgid "attribute %qs argument %qs is unknown"
39259 msgstr ""
39261 #: config/i386/i386-options.cc:1288
39262 #, gcc-internal-format
39263 msgid "attribute value %qs was already specified in %qs attribute"
39264 msgstr ""
39266 #: config/i386/i386-options.cc:1326
39267 #, gcc-internal-format
39268 msgid "attribute value %qs is unknown in %qs attribute"
39269 msgstr ""
39271 #: config/i386/i386-options.cc:1612
39272 #, gcc-internal-format
39273 msgid "wrong argument %qs to option %qs"
39274 msgstr ""
39276 #: config/i386/i386-options.cc:1618
39277 #, gcc-internal-format
39278 msgid "size ranges of option %qs should be increasing"
39279 msgstr ""
39281 #: config/i386/i386-options.cc:1628
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:1654
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:1667
39293 #, gcc-internal-format
39294 msgid "unknown alignment %qs specified for option %qs"
39295 msgstr ""
39297 #: config/i386/i386-options.cc:1677
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:1684
39303 #, gcc-internal-format
39304 msgid "too many size ranges specified in option %qs"
39305 msgstr ""
39307 #: config/i386/i386-options.cc:1737
39308 #, gcc-internal-format
39309 msgid "unknown parameter to option %<-mtune-ctrl%>: %s"
39310 msgstr ""
39312 #: config/i386/i386-options.cc:1951
39313 #, gcc-internal-format
39314 msgid "Intel MCU psABI isn%'t supported in %s mode"
39315 msgstr ""
39317 #: config/i386/i386-options.cc:2005
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:2007
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:2035
39329 #, gcc-internal-format
39330 msgid "%<-mstringop-strategy=rep_8byte%> not supported for 32-bit code"
39331 msgstr ""
39333 #: config/i386/i386-options.cc:2040
39334 #, gcc-internal-format
39335 msgid "%<-muintr%> not supported for 32-bit code"
39336 msgstr ""
39338 #: config/i386/i386-options.cc:2043
39339 #, gcc-internal-format
39340 msgid "%<-mlam=%> option: [u48|u57] not supported for 32-bit code"
39341 msgstr ""
39343 #: config/i386/i386-options.cc:2058
39344 #, gcc-internal-format
39345 msgid "address mode %qs not supported in the %s bit mode"
39346 msgstr ""
39348 #: config/i386/i386-options.cc:2069
39349 #, gcc-internal-format
39350 msgid "%<-mabi=ms%> not supported with X32 ABI"
39351 msgstr ""
39353 #: config/i386/i386-options.cc:2075
39354 #, gcc-internal-format
39355 msgid "%<-mabi=%s%> not supported with %<-fsanitize=address%>"
39356 msgstr ""
39358 #: config/i386/i386-options.cc:2078
39359 #, gcc-internal-format
39360 msgid "%<-mabi=%s%> not supported with %<-fsanitize=kernel-address%>"
39361 msgstr ""
39363 #: config/i386/i386-options.cc:2082
39364 #, gcc-internal-format
39365 msgid "%<-mabi=%s%> not supported with %<-fsanitize=thread%>"
39366 msgstr ""
39368 #: config/i386/i386-options.cc:2099 config/i386/i386-options.cc:2108
39369 #: config/i386/i386-options.cc:2120 config/i386/i386-options.cc:2131
39370 #: config/i386/i386-options.cc:2142
39371 #, gcc-internal-format
39372 msgid "code model %qs not supported in the %s bit mode"
39373 msgstr ""
39375 #: config/i386/i386-options.cc:2111 config/i386/i386-options.cc:2123
39376 #, gcc-internal-format
39377 msgid "code model %qs not supported in x32 mode"
39378 msgstr ""
39380 #: config/i386/i386-options.cc:2166
39381 #, gcc-internal-format
39382 msgid "%<-masm=intel%> not supported in this configuration"
39383 msgstr ""
39385 #: config/i386/i386-options.cc:2171
39386 #, gcc-internal-format, gfc-internal-format
39387 msgid "%i-bit mode not compiled in"
39388 msgstr ""
39390 #: config/i386/i386-options.cc:2183
39391 #, gcc-internal-format
39392 msgid "%<generic%> CPU can be used only for %<-mtune=%> switch"
39393 msgstr ""
39395 #: config/i386/i386-options.cc:2185
39396 #, gcc-internal-format
39397 msgid "%<generic%> CPU can be used only for %<target(\"tune=\")%> attribute"
39398 msgstr ""
39400 #: config/i386/i386-options.cc:2192
39401 #, gcc-internal-format
39402 msgid "%<intel%> CPU can be used only for %<-mtune=%> switch"
39403 msgstr ""
39405 #: config/i386/i386-options.cc:2194
39406 #, gcc-internal-format
39407 msgid "%<intel%> CPU can be used only for %<target(\"tune=\")%> attribute"
39408 msgstr ""
39410 #: config/i386/i386-options.cc:2202 config/i386/i386-options.cc:2334
39411 #, gcc-internal-format
39412 msgid "CPU you selected does not support x86-64 instruction set"
39413 msgstr ""
39415 #: config/i386/i386-options.cc:2273
39416 #, gcc-internal-format
39417 msgid "bad value %qs for %<-march=%> switch"
39418 msgstr ""
39420 #: config/i386/i386-options.cc:2274
39421 #, gcc-internal-format
39422 msgid "bad value %qs for %<target(\"arch=\")%> attribute"
39423 msgstr ""
39425 #: config/i386/i386-options.cc:2296
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:2298
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:2303
39436 #, gcc-internal-format
39437 msgid "valid arguments to %<-march=%> switch are: %s"
39438 msgstr ""
39440 #: config/i386/i386-options.cc:2304
39441 #, gcc-internal-format
39442 msgid "valid arguments to %<target(\"arch=\")%> attribute are: %s"
39443 msgstr ""
39445 #: config/i386/i386-options.cc:2353
39446 #, gcc-internal-format
39447 msgid "bad value %qs for %<-mtune=%> switch"
39448 msgstr ""
39450 #: config/i386/i386-options.cc:2354
39451 #, gcc-internal-format
39452 msgid "bad value %qs for %<target(\"tune=\")%> attribute"
39453 msgstr ""
39455 #: config/i386/i386-options.cc:2375
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:2377
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:2382
39466 #, gcc-internal-format
39467 msgid "valid arguments to %<-mtune=%> switch are: %s"
39468 msgstr ""
39470 #: config/i386/i386-options.cc:2383
39471 #, gcc-internal-format
39472 msgid "valid arguments to %<target(\"tune=\")%> attribute are: %s"
39473 msgstr ""
39475 #: config/i386/i386-options.cc:2407
39476 #, gcc-internal-format
39477 msgid "%<-mregparm%> is ignored in 64-bit mode"
39478 msgstr ""
39480 #: config/i386/i386-options.cc:2409
39481 #, gcc-internal-format
39482 msgid "%<-mregparm%> is ignored for Intel MCU psABI"
39483 msgstr ""
39485 #: config/i386/i386-options.cc:2412
39486 #, gcc-internal-format
39487 msgid "%<-mregparm=%d%> is not between 0 and %d"
39488 msgstr ""
39490 #: config/i386/i386-options.cc:2435
39491 #, gcc-internal-format
39492 msgid "%<-m96bit-long-double%> is not compatible with this target"
39493 msgstr ""
39495 #: config/i386/i386-options.cc:2440
39496 #, gcc-internal-format
39497 msgid "%<-mrtd%> is ignored in 64bit mode"
39498 msgstr ""
39500 #: config/i386/i386-options.cc:2441
39501 #, gcc-internal-format
39502 msgid "%<target(\"rtd\")%> is ignored in 64bit mode"
39503 msgstr ""
39505 #: config/i386/i386-options.cc:2530
39506 #, gcc-internal-format
39507 msgid "%<-mpreferred-stack-boundary%> is not supported for this target"
39508 msgstr ""
39510 #: config/i386/i386-options.cc:2533
39511 #, gcc-internal-format
39512 msgid "%<-mpreferred-stack-boundary=%d%> is not between %d and %d"
39513 msgstr ""
39515 #: config/i386/i386-options.cc:2556
39516 #, gcc-internal-format
39517 msgid "%<-mincoming-stack-boundary=%d%> is not between %d and 12"
39518 msgstr ""
39520 #: config/i386/i386-options.cc:2569
39521 #, gcc-internal-format
39522 msgid "%<-mnop-mcount%> is not compatible with this target"
39523 msgstr ""
39525 #: config/i386/i386-options.cc:2572
39526 #, gcc-internal-format
39527 msgid "%<-mnop-mcount%> is not implemented for %<-fPIC%>"
39528 msgstr ""
39530 #: config/i386/i386-options.cc:2578
39531 #, gcc-internal-format
39532 msgid "%<-msseregparm%> used without SSE enabled"
39533 msgstr ""
39535 #: config/i386/i386-options.cc:2579
39536 #, gcc-internal-format
39537 msgid "%<target(\"sseregparm\")%> used without SSE enabled"
39538 msgstr ""
39540 #: config/i386/i386-options.cc:2589
39541 #, gcc-internal-format
39542 msgid "SSE instruction set disabled, using 387 arithmetics"
39543 msgstr ""
39545 #: config/i386/i386-options.cc:2596
39546 #, gcc-internal-format
39547 msgid "387 instruction set disabled, using SSE arithmetics"
39548 msgstr ""
39550 #: config/i386/i386-options.cc:2646
39551 #, gcc-internal-format
39552 msgid "stack probing requires %<-maccumulate-outgoing-args%> for correctness"
39553 msgstr ""
39555 #: config/i386/i386-options.cc:2648
39556 #, gcc-internal-format
39557 msgid "stack probing requires %<target(\"accumulate-outgoing-args\")%> for correctness"
39558 msgstr ""
39560 #: config/i386/i386-options.cc:2662
39561 #, gcc-internal-format
39562 msgid "fixed ebp register requires %<-maccumulate-outgoing-args%>"
39563 msgstr ""
39565 #: config/i386/i386-options.cc:2664
39566 #, gcc-internal-format
39567 msgid "fixed ebp register requires %<target(\"accumulate-outgoing-args\")%>"
39568 msgstr ""
39570 #: config/i386/i386-options.cc:2724
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:2727
39576 #, gcc-internal-format
39577 msgid "%<-mno-fentry%> isn%'t compatible with SEH"
39578 msgstr ""
39580 #: config/i386/i386-options.cc:2731
39581 #, gcc-internal-format
39582 msgid "%<-mcall-ms2sysv-xlogues%> isn%'t currently supported with SEH"
39583 msgstr ""
39585 #: config/i386/i386-options.cc:2847
39586 #, gcc-internal-format
39587 msgid "unknown option for %<-mrecip=%s%>"
39588 msgstr ""
39590 #: config/i386/i386-options.cc:2906
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:2911
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:2939
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:2987
39606 #, gcc-internal-format
39607 msgid "%<-fcf-protection%> is not compatible with this target"
39608 msgstr ""
39610 #: config/i386/i386-options.cc:3123
39611 #, gcc-internal-format
39612 msgid "interrupt and naked attributes are not compatible"
39613 msgstr ""
39615 #: config/i386/i386-options.cc:3138
39616 #, gcc-internal-format
39617 msgid "only DWARF debug format is supported for interrupt service routine"
39618 msgstr ""
39620 #: config/i386/i386-options.cc:3187
39621 #, gcc-internal-format
39622 msgid "%<-mindirect-branch=%s%> and %<-mcmodel=large%> are not compatible"
39623 msgstr ""
39625 #: config/i386/i386-options.cc:3197
39626 #, gcc-internal-format
39627 msgid "%<-mindirect-branch%> and %<-fcf-protection%> are not compatible"
39628 msgstr ""
39630 #: config/i386/i386-options.cc:3232
39631 #, gcc-internal-format
39632 msgid "%<-mfunction-return=%s%> and %<-mcmodel=large%> are not compatible"
39633 msgstr ""
39635 #: config/i386/i386-options.cc:3242
39636 #, gcc-internal-format
39637 msgid "%<-mfunction-return%> and %<-fcf-protection%> are not compatible"
39638 msgstr ""
39640 #: config/i386/i386-options.cc:3349
39641 #, gcc-internal-format
39642 msgid "%s instructions aren%'t allowed in an exception service routine"
39643 msgstr ""
39645 #: config/i386/i386-options.cc:3351
39646 #, gcc-internal-format
39647 msgid "%s instructions aren%'t allowed in an interrupt service routine"
39648 msgstr ""
39650 #: config/i386/i386-options.cc:3355
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:3402 config/i386/i386-options.cc:3453
39656 #, gcc-internal-format
39657 msgid "fastcall and regparm attributes are not compatible"
39658 msgstr ""
39660 #: config/i386/i386-options.cc:3407
39661 #, gcc-internal-format
39662 msgid "regparam and thiscall attributes are not compatible"
39663 msgstr ""
39665 #: config/i386/i386-options.cc:3414 config/i386/i386-options.cc:3642
39666 #, gcc-internal-format
39667 msgid "%qE attribute requires an integer constant argument"
39668 msgstr ""
39670 #: config/i386/i386-options.cc:3420
39671 #, gcc-internal-format
39672 msgid "argument to %qE attribute larger than %d"
39673 msgstr ""
39675 #: config/i386/i386-options.cc:3445 config/i386/i386-options.cc:3488
39676 #, gcc-internal-format
39677 msgid "fastcall and cdecl attributes are not compatible"
39678 msgstr ""
39680 #: config/i386/i386-options.cc:3449
39681 #, gcc-internal-format
39682 msgid "fastcall and stdcall attributes are not compatible"
39683 msgstr ""
39685 #: config/i386/i386-options.cc:3457 config/i386/i386-options.cc:3506
39686 #, gcc-internal-format
39687 msgid "fastcall and thiscall attributes are not compatible"
39688 msgstr ""
39690 #: config/i386/i386-options.cc:3467 config/i386/i386-options.cc:3484
39691 #, gcc-internal-format
39692 msgid "stdcall and cdecl attributes are not compatible"
39693 msgstr ""
39695 #: config/i386/i386-options.cc:3471
39696 #, gcc-internal-format
39697 msgid "stdcall and fastcall attributes are not compatible"
39698 msgstr ""
39700 #: config/i386/i386-options.cc:3475 config/i386/i386-options.cc:3502
39701 #, gcc-internal-format
39702 msgid "stdcall and thiscall attributes are not compatible"
39703 msgstr ""
39705 #: config/i386/i386-options.cc:3492 config/i386/i386-options.cc:3510
39706 #, gcc-internal-format
39707 msgid "cdecl and thiscall attributes are not compatible"
39708 msgstr ""
39710 #: config/i386/i386-options.cc:3498
39711 #, gcc-internal-format
39712 msgid "%qE attribute is used for non-class method"
39713 msgstr ""
39715 #: config/i386/i386-options.cc:3602 config/rs6000/rs6000.cc:20485
39716 #, gcc-internal-format
39717 msgid "%qE incompatible attribute ignored"
39718 msgstr ""
39720 #: config/i386/i386-options.cc:3629
39721 #, gcc-internal-format
39722 msgid "%qE attribute only available for 32-bit"
39723 msgstr ""
39725 #: config/i386/i386-options.cc:3650
39726 #, gcc-internal-format
39727 msgid "argument to %qE attribute is neither zero, nor one"
39728 msgstr ""
39730 #: config/i386/i386-options.cc:3684 config/i386/i386-options.cc:3694
39731 #, gcc-internal-format
39732 msgid "%qs and %qs attributes are not compatible"
39733 msgstr ""
39735 #: config/i386/i386-options.cc:3721 config/i386/i386-options.cc:3743
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:3731 config/i386/i386-options.cc:3753
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:3785
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:3792
39753 #, gcc-internal-format
39754 msgid "interrupt service routine should have %qs as the second argument"
39755 msgstr ""
39757 #: config/i386/i386-options.cc:3803
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:3806
39763 #, gcc-internal-format
39764 msgid "interrupt service routine must return %<void%>"
39765 msgstr ""
39767 #: config/i386/i386.cc:1232
39768 #, gcc-internal-format
39769 msgid "calling %qD with attribute sseregparm without SSE/SSE2 enabled"
39770 msgstr ""
39772 #: config/i386/i386.cc:1235
39773 #, gcc-internal-format
39774 msgid "calling %qT with attribute sseregparm without SSE/SSE2 enabled"
39775 msgstr ""
39777 #: config/i386/i386.cc:1539
39778 #, gcc-internal-format
39779 msgid "X32 does not support %<ms_abi%> attribute"
39780 msgstr ""
39782 #: config/i386/i386.cc:1573
39783 #, gcc-internal-format
39784 msgid "%<ms_hook_prologue%> attribute is not compatible with nested function"
39785 msgstr ""
39787 #: config/i386/i386.cc:1924
39788 #, gcc-internal-format
39789 msgid "AVX512F vector argument without AVX512F enabled changes the ABI"
39790 msgstr ""
39792 #: config/i386/i386.cc:1930
39793 #, gcc-internal-format
39794 msgid "AVX512F vector return without AVX512F enabled changes the ABI"
39795 msgstr ""
39797 #: config/i386/i386.cc:1944
39798 #, gcc-internal-format
39799 msgid "AVX vector argument without AVX enabled changes the ABI"
39800 msgstr ""
39802 #: config/i386/i386.cc:1950
39803 #, gcc-internal-format
39804 msgid "AVX vector return without AVX enabled changes the ABI"
39805 msgstr ""
39807 #: config/i386/i386.cc:1966
39808 #, gcc-internal-format
39809 msgid "SSE vector argument without SSE enabled changes the ABI"
39810 msgstr ""
39812 #: config/i386/i386.cc:1972
39813 #, gcc-internal-format
39814 msgid "SSE vector return without SSE enabled changes the ABI"
39815 msgstr ""
39817 #: config/i386/i386.cc:1988
39818 #, gcc-internal-format
39819 msgid "MMX vector argument without MMX enabled changes the ABI"
39820 msgstr ""
39822 #: config/i386/i386.cc:1994
39823 #, gcc-internal-format
39824 msgid "MMX vector return without MMX enabled changes the ABI"
39825 msgstr ""
39827 #: config/i386/i386.cc:2192
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:2313
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:2448
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:2569
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:2664
39847 #, gcc-internal-format
39848 msgid "SSE register return with SSE disabled"
39849 msgstr ""
39851 #: config/i386/i386.cc:2670
39852 #, gcc-internal-format
39853 msgid "SSE register argument with SSE disabled"
39854 msgstr ""
39856 #: config/i386/i386.cc:2690
39857 #, gcc-internal-format
39858 msgid "x87 register return with x87 disabled"
39859 msgstr ""
39861 #: config/i386/i386.cc:3018 config/i386/i386.cc:3263 config/i386/i386.cc:4043
39862 #, gcc-internal-format
39863 msgid "calling %qD with SSE calling convention without SSE/SSE2 enabled"
39864 msgstr ""
39866 #: config/i386/i386.cc:3020 config/i386/i386.cc:3265 config/i386/i386.cc:4045
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:3668
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:6565
39877 #, gcc-internal-format
39878 msgid "%<-mcall-ms2sysv-xlogues%> is not compatible with %s"
39879 msgstr ""
39881 #: config/i386/i386.cc:8471
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:8561
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:9496
39892 #, gcc-internal-format
39893 msgid "Stack realignment not supported with %<__builtin_eh_return%>"
39894 msgstr ""
39896 #: config/i386/i386.cc:9501
39897 #, gcc-internal-format
39898 msgid "regparm nested function not supported with %<__builtin_eh_return%>"
39899 msgstr ""
39901 #: config/i386/i386.cc:9887
39902 #, gcc-internal-format
39903 msgid "%<-fsplit-stack%> does not support fastcall with nested function"
39904 msgstr ""
39906 #: config/i386/i386.cc:9907
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:9918
39914 #, gcc-internal-format
39915 msgid "%<-fsplit-stack%> does not support 3 register parameters"
39916 msgstr ""
39918 #: config/i386/i386.cc:12956
39919 #, gcc-internal-format
39920 msgid "%<V%> modifier on non-integer register"
39921 msgstr ""
39923 #: config/i386/i386.cc:12967 config/i386/i386.cc:12981
39924 #, gcc-internal-format
39925 msgid "unsupported size for integer register"
39926 msgstr ""
39928 #: config/i386/i386.cc:13013
39929 #, gcc-internal-format
39930 msgid "extended registers have no high halves"
39931 msgstr ""
39933 #: config/i386/i386.cc:13028
39934 #, gcc-internal-format
39935 msgid "unsupported operand size for extended register"
39936 msgstr ""
39938 #: config/i386/i386.cc:13225 config/i386/i386.cc:13227
39939 #, gcc-internal-format
39940 msgid "non-integer operand used with operand code %<z%>"
39941 msgstr ""
39943 #: config/i386/i386.cc:17338
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:21724
39949 msgid "the alignment of %<_Atomic %T%> fields changed in %{GCC 11.1%}"
39950 msgstr ""
39952 #: config/i386/i386.cc:21820
39953 #, gcc-internal-format
39954 msgid "profiling %<-mcmodel=large%> with PIC is not supported"
39955 msgstr ""
39957 #: config/i386/i386.cc:22460
39958 #, gcc-internal-format
39959 msgid "%<__bfloat16%> is redefined from typedef %<short%> to real %<__bf16%> since GCC V13, be careful of implicit conversion between %<__bf16%> and %<short%>; a explicit bitcast may be needed here"
39960 msgstr ""
39962 #: config/i386/i386.cc:23686
39963 #, gcc-internal-format
39964 msgid "unknown architecture specific memory model"
39965 msgstr ""
39967 #: config/i386/i386.cc:23693
39968 #, gcc-internal-format
39969 msgid "%<HLE_ACQUIRE%> not used with %<ACQUIRE%> or stronger memory model"
39970 msgstr ""
39972 #: config/i386/i386.cc:23700
39973 #, gcc-internal-format
39974 msgid "%<HLE_RELEASE%> not used with %<RELEASE%> or stronger memory model"
39975 msgstr ""
39977 #: config/i386/i386.cc:23749
39978 #, gcc-internal-format
39979 msgid "unsupported return type %qT for simd"
39980 msgstr ""
39982 #: config/i386/i386.cc:23780
39983 #, gcc-internal-format
39984 msgid "unsupported argument type %qT for simd"
39985 msgstr ""
39987 #: config/i386/i386.cc:24326
39988 #, gcc-internal-format
39989 msgid "%<-fexcess-precision=16%> is not compatible with %<-mfpmath=387%>"
39990 msgstr ""
39992 #: config/i386/winnt.cc:83
39993 #, gcc-internal-format
39994 msgid "%qE attribute applies only to initialized variables with external linkage"
39995 msgstr ""
39997 #: config/i386/winnt.cc:156
39998 #, gcc-internal-format
39999 msgid "definition of static data member %q+D of dllimport%'d class"
40000 msgstr ""
40002 #: config/ia64/ia64-c.cc:50
40003 #, gcc-internal-format
40004 msgid "malformed %<#pragma builtin%>"
40005 msgstr ""
40007 #: config/ia64/ia64.cc:751 config/loongarch/loongarch.cc:6514
40008 #: config/loongarch/loongarch.cc:6524
40009 #, gcc-internal-format
40010 msgid "invalid argument of %qE attribute"
40011 msgstr ""
40013 #: config/ia64/ia64.cc:764
40014 #, gcc-internal-format
40015 msgid "an address area attribute cannot be specified for local variables"
40016 msgstr ""
40018 #: config/ia64/ia64.cc:771
40019 #, gcc-internal-format
40020 msgid "address area of %q+D conflicts with previous declaration"
40021 msgstr ""
40023 #: config/ia64/ia64.cc:779
40024 #, gcc-internal-format
40025 msgid "address area attribute cannot be specified for functions"
40026 msgstr ""
40028 #: config/ia64/ia64.cc:6025 config/pa/pa.cc:453 config/sh/sh.cc:8267
40029 #, gcc-internal-format
40030 msgid "value of %<-mfixed-range%> must have form REG1-REG2"
40031 msgstr ""
40033 #: config/ia64/ia64.cc:11302
40034 #, gcc-internal-format
40035 msgid "version attribute is not a string"
40036 msgstr ""
40038 #: config/iq2000/iq2000.cc:1867
40039 #, gcc-internal-format
40040 msgid "%<gp_offset%> (%ld) or %<end_offset%> (%ld) is less than zero"
40041 msgstr ""
40043 #: config/iq2000/iq2000.cc:2590
40044 #, gcc-internal-format
40045 msgid "argument %qd is not a constant"
40046 msgstr ""
40048 #: config/iq2000/iq2000.cc:2893 config/xtensa/xtensa.cc:3100
40049 #, gcc-internal-format
40050 msgid "%<PRINT_OPERAND_ADDRESS%>, null pointer"
40051 msgstr ""
40053 #: config/iq2000/iq2000.cc:3048
40054 #, gcc-internal-format
40055 msgid "%<PRINT_OPERAND%>: Unknown punctuation %<%c%>"
40056 msgstr ""
40058 #: config/iq2000/iq2000.cc:3057 config/xtensa/xtensa.cc:2949
40059 #, gcc-internal-format
40060 msgid "%<PRINT_OPERAND%> null pointer"
40061 msgstr ""
40063 #: config/loongarch/loongarch-cpu.cc:111
40064 #, gcc-internal-format
40065 msgid "unknown base architecture %<0x%x%>, %qs failed"
40066 msgstr ""
40068 #: config/loongarch/loongarch-cpu.cc:138
40069 #, gcc-internal-format
40070 msgid "unknown FPU type %<0x%x%>, %qs failed"
40071 msgstr ""
40073 #: config/loongarch/loongarch-cpu.cc:189
40074 #, gcc-internal-format
40075 msgid "unknown processor ID %<0x%x%>, some tuning parameters will fall back to default"
40076 msgstr ""
40078 #: config/loongarch/loongarch-opts.cc:196
40079 #, gcc-internal-format
40080 msgid "%<-m%s%> overrides %<-m%s=%s%>, adjusting ABI to %qs"
40081 msgstr ""
40083 #: config/loongarch/loongarch-opts.cc:211
40084 #, gcc-internal-format
40085 msgid "ABI changed (%qs to %qs) while multilib is disabled"
40086 msgstr ""
40088 #: config/loongarch/loongarch-opts.cc:233
40089 #: config/loongarch/loongarch-opts.cc:238
40090 #, gcc-internal-format
40091 msgid "%qs does not work on a cross compiler"
40092 msgstr ""
40094 #: config/loongarch/loongarch-opts.cc:278
40095 #, gcc-internal-format
40096 msgid "your native CPU architecture (%qs) does not support %qs ABI, falling back to %<-m%s=%s%>"
40097 msgstr ""
40099 #: config/loongarch/loongarch-opts.cc:283
40100 #, gcc-internal-format
40101 msgid "default CPU architecture (%qs) does not support %qs ABI, falling back to %<-m%s=%s%>"
40102 msgstr ""
40104 #: config/loongarch/loongarch-opts.cc:314
40105 #, gcc-internal-format
40106 msgid "unable to implement ABI %qs with instruction set %qs"
40107 msgstr ""
40109 #: config/loongarch/loongarch-opts.cc:336
40110 #, gcc-internal-format
40111 msgid "ABI %qs cannot be implemented due to limited instruction set %qs, falling back to %qs"
40112 msgstr ""
40114 #: config/loongarch/loongarch-opts.cc:347
40115 #, gcc-internal-format
40116 msgid "instruction set %qs cannot implement default ABI %qs, falling back to %qs"
40117 msgstr ""
40119 #: config/loongarch/loongarch-opts.cc:352
40120 #, gcc-internal-format
40121 msgid "no multilib-enabled ABI (%qs) can be implemented with instruction set %qs, falling back to %qs"
40122 msgstr ""
40124 #: config/loongarch/loongarch-opts.cc:368
40125 #, gcc-internal-format
40126 msgid "ABI %qs is not enabled at configure-time, the linker might report an error"
40127 msgstr ""
40129 #: config/loongarch/loongarch-opts.cc:371
40130 #, gcc-internal-format, gfc-internal-format
40131 msgid "ABI with startfiles: %s"
40132 msgstr ""
40134 #: config/loongarch/loongarch-opts.cc:385
40135 #, gcc-internal-format
40136 msgid "%qs is not supported, now cmodel is set to %qs"
40137 msgstr "%qs nije podržan, pa je sada ‘cmodel’ postavljen na %qs"
40139 #: config/loongarch/loongarch.cc:6189
40140 #, gcc-internal-format
40141 msgid "%qs cannot be used for compiling a shared library"
40142 msgstr ""
40144 #: config/loongarch/loongarch.cc:6196
40145 #, gcc-internal-format
40146 msgid "code model %qs needs %s"
40147 msgstr ""
40149 #: config/loongarch/loongarch.cc:6202
40150 #, gcc-internal-format
40151 msgid "code model %qs is not compatible with %s"
40152 msgstr ""
40154 #: config/loongarch/loongarch.cc:6479
40155 #, gcc-internal-format
40156 msgid "%qE attribute cannot be specified for thread-local variables"
40157 msgstr ""
40159 #: config/loongarch/loongarch.cc:6497
40160 #, gcc-internal-format
40161 msgid "%qE attribute cannot be specified for register variables"
40162 msgstr ""
40164 #: config/loongarch/loongarch.cc:6505
40165 #, gcc-internal-format
40166 msgid "%qE attribute requires %s"
40167 msgstr ""
40169 #: config/loongarch/loongarch.cc:6532
40170 #, gcc-internal-format
40171 msgid "multiple %qE attribute"
40172 msgstr ""
40174 #: config/m32c/m32c-pragma.cc:54
40175 #, gcc-internal-format
40176 msgid "junk at end of %<#pragma GCC memregs%> [0-16]"
40177 msgstr ""
40179 #: config/m32c/m32c-pragma.cc:61
40180 #, gcc-internal-format
40181 msgid "%<#pragma GCC memregs%> must precede any function declarations"
40182 msgstr ""
40184 #: config/m32c/m32c-pragma.cc:69 config/m32c/m32c-pragma.cc:76
40185 #, gcc-internal-format
40186 msgid "%<#pragma GCC memregs%> takes a number [0-16]"
40187 msgstr ""
40189 #: config/m32c/m32c-pragma.cc:104
40190 #, gcc-internal-format
40191 msgid "junk at end of %<#pragma ADDRESS%>"
40192 msgstr ""
40194 #: config/m32c/m32c-pragma.cc:109
40195 #, gcc-internal-format
40196 msgid "malformed %<#pragma ADDRESS%> variable address"
40197 msgstr ""
40199 #: config/m32c/m32c.cc:419
40200 #, gcc-internal-format
40201 msgid "invalid target memregs value %<%d%>"
40202 msgstr ""
40204 #: config/m32c/m32c.cc:2931
40205 #, gcc-internal-format
40206 msgid "%qE attribute is not supported for R8C target"
40207 msgstr ""
40209 #. The argument must be a constant integer.
40210 #: config/m32c/m32c.cc:2947 config/sh/sh.cc:8479 config/sh/sh.cc:8574
40211 #, gcc-internal-format
40212 msgid "%qE attribute argument not an integer constant"
40213 msgstr ""
40215 #: config/m32c/m32c.cc:2956
40216 #, gcc-internal-format
40217 msgid "%qE attribute argument should be between 18 to 255"
40218 msgstr ""
40220 #: config/m32c/m32c.cc:4080
40221 #, gcc-internal-format
40222 msgid "%<bank_switch%> has no effect on non-interrupt functions"
40223 msgstr ""
40225 #: config/m32c/m32c.cc:4187
40226 #, gcc-internal-format
40227 msgid "%<fast_interrupt%> attribute directive ignored"
40228 msgstr ""
40230 #: config/m32r/m32r.cc:415
40231 #, gcc-internal-format
40232 msgid "invalid argument of %qs attribute"
40233 msgstr ""
40235 #: config/m68k/m68k.cc:531
40236 #, gcc-internal-format
40237 msgid "%<-mcpu=%s%> conflicts with %<-march=%s%>"
40238 msgstr ""
40240 #: config/m68k/m68k.cc:602
40241 #, gcc-internal-format
40242 msgid "%<-mpcrel%> %<-fPIC%> is not currently supported on selected cpu"
40243 msgstr ""
40245 #: config/m68k/m68k.cc:666
40246 #, gcc-internal-format
40247 msgid "%<-falign-labels=%d%> is not supported"
40248 msgstr ""
40250 #: config/m68k/m68k.cc:673
40251 #, gcc-internal-format
40252 msgid "%<-falign-loops=%d%> is not supported"
40253 msgstr ""
40255 #: config/m68k/m68k.cc:681
40256 #, gcc-internal-format
40257 msgid "%<-fstack-limit-%> options are not supported on this cpu"
40258 msgstr ""
40260 #: config/m68k/m68k.cc:799
40261 #, gcc-internal-format
40262 msgid "multiple interrupt attributes not allowed"
40263 msgstr ""
40265 #: config/m68k/m68k.cc:806
40266 #, gcc-internal-format
40267 msgid "%<interrupt_thread%> is available only on fido"
40268 msgstr ""
40270 #: config/m68k/m68k.cc:1140 config/rs6000/rs6000-logue.cc:1752
40271 #, gcc-internal-format
40272 msgid "stack limit expression is not supported"
40273 msgstr ""
40275 #: config/m68k/m68k.cc:7134 config/s390/s390.cc:16809
40276 #, gcc-internal-format
40277 msgid "%<-fexcess-precision=16%> is not supported on this target"
40278 msgstr ""
40280 #: config/mcore/mcore.cc:2960
40281 #, gcc-internal-format
40282 msgid "initialized variable %q+D is marked dllimport"
40283 msgstr ""
40285 #: config/microblaze/microblaze.cc:1760
40286 #, gcc-internal-format
40287 msgid "%<-fPIC%>/%<-fpic%> not supported for this target"
40288 msgstr ""
40290 #: config/microblaze/microblaze.cc:1772
40291 #, gcc-internal-format
40292 msgid "%qs is an invalid argument to %<-mcpu=%>"
40293 msgstr ""
40295 #: config/microblaze/microblaze.cc:1821
40296 #, gcc-internal-format
40297 msgid "%<-mxl-multiply-high%> can be used only with %<-mcpu=v6.00.a%> or greater"
40298 msgstr ""
40300 #: config/microblaze/microblaze.cc:1838
40301 #, gcc-internal-format
40302 msgid "%<-mxl-reorder%> can be used only with %<-mcpu=v8.30.a%> or greater"
40303 msgstr ""
40305 #: config/microblaze/microblaze.cc:1845
40306 #, gcc-internal-format
40307 msgid "%<-mxl-reorder%> requires %<-mxl-pattern-compare%> for %<-mcpu=v8.30.a%>"
40308 msgstr ""
40310 #: config/microblaze/microblaze.cc:1851
40311 #, gcc-internal-format
40312 msgid "%<-mxl-multiply-high%> requires %<-mno-xl-soft-mul%>"
40313 msgstr ""
40315 #: config/mips/mips.cc:1426 config/mips/mips.cc:1430
40316 #, gcc-internal-format
40317 msgid "%qs attribute only applies to functions"
40318 msgstr ""
40320 #: config/mips/mips.cc:1440 config/mips/mips.cc:1446
40321 #, gcc-internal-format
40322 msgid "%qE cannot have both %qs and %qs attributes"
40323 msgstr ""
40325 #: config/mips/mips.cc:1475 config/mips/mips.cc:1481
40326 #: config/nios2/nios2.cc:4487
40327 #, gcc-internal-format
40328 msgid "%qE redeclared with conflicting %qs attributes"
40329 msgstr ""
40331 #: config/mips/mips.cc:1513 config/mips/mips.cc:1567
40332 #: config/riscv/riscv.cc:4022
40333 #, gcc-internal-format
40334 msgid "%qE attribute requires a string argument"
40335 msgstr ""
40337 #: config/mips/mips.cc:1521
40338 #, gcc-internal-format
40339 msgid "argument to %qE attribute is neither eic, nor %<vector=<line>%>"
40340 msgstr ""
40342 #: config/mips/mips.cc:1537
40343 #, gcc-internal-format
40344 msgid "interrupt vector to %qE attribute is not %<vector=(sw0|sw1|hw0|hw1|hw2|hw3|hw4|hw5)%>"
40345 msgstr ""
40347 #: config/mips/mips.cc:1574
40348 #, gcc-internal-format
40349 msgid "argument to %qE attribute is not intstack"
40350 msgstr ""
40352 #: config/mips/mips.cc:6090
40353 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%}"
40354 msgstr ""
40356 #: config/mips/mips.cc:6518
40357 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%}"
40358 msgstr ""
40360 #: config/mips/mips.cc:6542
40361 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%}"
40362 msgstr ""
40364 #: config/mips/mips.cc:7881
40365 #, gcc-internal-format
40366 msgid "cannot handle inconsistent calls to %qs"
40367 msgstr ""
40369 #: config/mips/mips.cc:11121
40370 #, gcc-internal-format
40371 msgid "the %<interrupt%> attribute requires a MIPS32r2 processor or greater"
40372 msgstr ""
40374 #: config/mips/mips.cc:11123
40375 #, gcc-internal-format
40376 msgid "interrupt handlers cannot be MIPS16 functions"
40377 msgstr ""
40379 #: config/mips/mips.cc:12113
40380 #, gcc-internal-format
40381 msgid "%<-fstack-check=specific%> not implemented for MIPS16"
40382 msgstr ""
40384 #: config/mips/mips.cc:17181
40385 #, gcc-internal-format, gfc-internal-format
40386 msgid "argument %d to the built-in must be a constant in range %d to %d"
40387 msgstr ""
40389 #: config/mips/mips.cc:17301
40390 #, gcc-internal-format
40391 msgid "failed to expand built-in function"
40392 msgstr ""
40394 #: config/mips/mips.cc:17432
40395 #, gcc-internal-format
40396 msgid "built-in function %qE not supported for MIPS16"
40397 msgstr ""
40399 #: config/mips/mips.cc:18040
40400 #, gcc-internal-format
40401 msgid "%qs does not support MIPS16 code"
40402 msgstr ""
40404 #: config/mips/mips.cc:19847
40405 #, gcc-internal-format
40406 msgid "MIPS16 PIC for ABIs other than o32 and o64"
40407 msgstr ""
40409 #: config/mips/mips.cc:19850
40410 #, gcc-internal-format
40411 msgid "MIPS16 %<-mxgot%> code"
40412 msgstr ""
40414 #: config/mips/mips.cc:19853
40415 #, gcc-internal-format
40416 msgid "%<hard-float%> MIPS16 code for ABIs other than o32 and o64"
40417 msgstr ""
40419 #: config/mips/mips.cc:19856
40420 #, gcc-internal-format
40421 msgid "MSA MIPS16 code"
40422 msgstr ""
40424 #: config/mips/mips.cc:20034 config/mips/mips.cc:20039
40425 #: config/mips/mips.cc:20128 config/mips/mips.cc:20130
40426 #: config/mips/mips.cc:20160 config/mips/mips.cc:20170
40427 #: config/mips/mips.cc:20276 config/mips/mips.cc:20300
40428 #, gcc-internal-format, gfc-internal-format
40429 msgid "unsupported combination: %s"
40430 msgstr ""
40432 #: config/mips/mips.cc:20073
40433 #, gcc-internal-format
40434 msgid "%<-%s%> conflicts with the other architecture options, which specify a %s processor"
40435 msgstr ""
40437 #: config/mips/mips.cc:20083
40438 #, gcc-internal-format
40439 msgid "%<-march=%s%> is not compatible with the selected ABI"
40440 msgstr ""
40442 #: config/mips/mips.cc:20098
40443 #, gcc-internal-format
40444 msgid "%<-mgp64%> used with a 32-bit processor"
40445 msgstr ""
40447 #: config/mips/mips.cc:20100
40448 #, gcc-internal-format
40449 msgid "%<-mgp32%> used with a 64-bit ABI"
40450 msgstr ""
40452 #: config/mips/mips.cc:20102
40453 #, gcc-internal-format
40454 msgid "%<-mgp64%> used with a 32-bit ABI"
40455 msgstr ""
40457 #: config/mips/mips.cc:20125
40458 #, gcc-internal-format
40459 msgid "the %qs architecture does not support %<-mfp32%>"
40460 msgstr ""
40462 #: config/mips/mips.cc:20134
40463 #, gcc-internal-format
40464 msgid "%<-mgp32%> and %<-mfp64%> can only be combined if the target supports the mfhc1 and mthc1 instructions"
40465 msgstr ""
40467 #: config/mips/mips.cc:20137
40468 #, gcc-internal-format
40469 msgid "%<-mgp32%> and %<-mfp64%> can only be combined when using the o32 ABI"
40470 msgstr ""
40472 #: config/mips/mips.cc:20158
40473 #, gcc-internal-format
40474 msgid "%<-mfpxx%> can only be used with the o32 ABI"
40475 msgstr ""
40477 #: config/mips/mips.cc:20162
40478 #, gcc-internal-format
40479 msgid "%<-march=%s%> requires %<-mfp32%>"
40480 msgstr ""
40482 #: config/mips/mips.cc:20164
40483 #, gcc-internal-format
40484 msgid "%<-mfpxx%> requires %<-mlra%>"
40485 msgstr ""
40487 #. We have traditionally allowed non-abicalls code to use
40488 #. an LP64 form of o64.  However, it would take a bit more
40489 #. effort to support the combination of 32-bit GOT entries
40490 #. and 64-bit pointers, so we treat the abicalls case as
40491 #. an error.
40492 #: config/mips/mips.cc:20189
40493 #, gcc-internal-format
40494 msgid "the combination of %qs and %qs is incompatible with %qs"
40495 msgstr ""
40497 #: config/mips/mips.cc:20242
40498 #, gcc-internal-format
40499 msgid "the %qs architecture does not support branch-likely instructions"
40500 msgstr ""
40502 #: config/mips/mips.cc:20257
40503 #, gcc-internal-format
40504 msgid "the %qs architecture does not support madd or msub instructions"
40505 msgstr ""
40507 #: config/mips/mips.cc:20271
40508 #, gcc-internal-format
40509 msgid "the %qs architecture does not support odd single-precision registers"
40510 msgstr ""
40512 #: config/mips/mips.cc:20284
40513 #, gcc-internal-format
40514 msgid "unsupported combination: %qs%s %s"
40515 msgstr ""
40517 #: config/mips/mips.cc:20293
40518 #, gcc-internal-format
40519 msgid "unsupported combination: %qs %s"
40520 msgstr ""
40522 #: config/mips/mips.cc:20308
40523 #, gcc-internal-format
40524 msgid "cannot generate position-independent code for %qs"
40525 msgstr ""
40527 #: config/mips/mips.cc:20311
40528 #, gcc-internal-format
40529 msgid "position-independent code requires %qs"
40530 msgstr ""
40532 #: config/mips/mips.cc:20344
40533 #, gcc-internal-format
40534 msgid "%<-mno-gpopt%> needs %<-mexplicit-relocs%>"
40535 msgstr ""
40537 #: config/mips/mips.cc:20352 config/mips/mips.cc:20355
40538 #, gcc-internal-format
40539 msgid "cannot use small-data accesses for %qs"
40540 msgstr ""
40542 #: config/mips/mips.cc:20370
40543 #, gcc-internal-format
40544 msgid "the %qs architecture does not support %<-m%s=legacy%>"
40545 msgstr ""
40547 #: config/mips/mips.cc:20377
40548 #, gcc-internal-format
40549 msgid "the %qs architecture does not support %<-m%s=2008%>"
40550 msgstr ""
40552 #: config/mips/mips.cc:20395
40553 #, gcc-internal-format
40554 msgid "%<-mips3d%> requires %<-mpaired-single%>"
40555 msgstr ""
40557 #: config/mips/mips.cc:20405
40558 #, gcc-internal-format
40559 msgid "%qs must be used with %qs"
40560 msgstr ""
40562 #: config/mips/mips.cc:20415
40563 #, gcc-internal-format
40564 msgid "%<-mmsa%> must be used with %<-mfp64%> and %<-mhard-float%>"
40565 msgstr ""
40567 #: config/mips/mips.cc:20422
40568 #, gcc-internal-format
40569 msgid "the %qs architecture does not support paired-single instructions"
40570 msgstr ""
40572 #: config/mips/mips.cc:20431
40573 #, gcc-internal-format
40574 msgid "%qs requires a target that provides the %qs instruction"
40575 msgstr ""
40577 #: config/mips/mips.cc:20442
40578 #, gcc-internal-format
40579 msgid "the %qs architecture does not support DSP instructions"
40580 msgstr ""
40582 #: config/mips/mips.cc:20452
40583 #, gcc-internal-format
40584 msgid "%<-mloongson-mmi%> must be used with %<-mhard-float%>"
40585 msgstr ""
40587 #: config/mips/mips.cc:20462
40588 #, gcc-internal-format
40589 msgid "%<-mloongson-ext2%> must be used with %<-mloongson-ext%>"
40590 msgstr ""
40592 #: config/mips/mips.cc:20557
40593 #, gcc-internal-format
40594 msgid "%qs requires branch-likely instructions"
40595 msgstr ""
40597 #: config/mips/mips.cc:20561
40598 #, gcc-internal-format
40599 msgid "the %qs architecture does not support the synci instruction"
40600 msgstr ""
40602 #: config/mips/mips.cc:21397
40603 #, gcc-internal-format
40604 msgid "mips16 function profiling"
40605 msgstr ""
40607 #: config/mmix/mmix.cc:320
40608 #, gcc-internal-format
40609 msgid "%<-f%s%> not supported: ignored"
40610 msgstr ""
40612 #: config/mmix/mmix.cc:785
40613 #, gcc-internal-format
40614 msgid "support for mode %qs"
40615 msgstr ""
40617 #: config/mmix/mmix.cc:799
40618 #, gcc-internal-format, gfc-internal-format
40619 msgid "too large function value type, needs %d registers, have only %d registers for this"
40620 msgstr ""
40622 #: config/mmix/mmix.cc:980
40623 #, gcc-internal-format
40624 msgid "%<function_profiler%> support for MMIX"
40625 msgstr ""
40627 #: config/mmix/mmix.cc:1004
40628 #, gcc-internal-format
40629 msgid "MMIX Internal: Last named vararg would not fit in a register"
40630 msgstr ""
40632 #: config/mmix/mmix.cc:1644 config/mmix/mmix.cc:1668 config/mmix/mmix.cc:1775
40633 #, gcc-internal-format, gfc-internal-format
40634 msgid "MMIX Internal: Bad register: %d"
40635 msgstr ""
40637 #. Presumably there's a missing case above if we get here.
40638 #: config/mmix/mmix.cc:1767
40639 #, gcc-internal-format
40640 msgid "MMIX Internal: Missing %qc case in %<mmix_print_operand%>"
40641 msgstr ""
40643 #: config/mmix/mmix.cc:2056
40644 #, gcc-internal-format
40645 msgid "stack frame not a multiple of 8 bytes: %wd"
40646 msgstr ""
40648 #: config/mmix/mmix.cc:2309
40649 #, gcc-internal-format
40650 msgid "stack frame not a multiple of octabyte: %wd"
40651 msgstr ""
40653 #: config/mmix/mmix.cc:2595 config/mmix/mmix.cc:2654
40654 #, gcc-internal-format, gfc-internal-format
40655 msgid "MMIX Internal: %s is not a shiftable integer"
40656 msgstr ""
40658 #: config/mn10300/mn10300.cc:107
40659 #, gcc-internal-format
40660 msgid "%<-mtune=%> expects mn10300, am33, am33-2, or am34"
40661 msgstr ""
40663 #: config/msp430/driver-msp430.cc:38
40664 #, gcc-internal-format
40665 msgid "expected an argument to %<msp430_select_cpu%>"
40666 msgstr ""
40668 #: config/msp430/driver-msp430.cc:69
40669 #, gcc-internal-format
40670 msgid "%<msp430_set_driver_var%> expects 2 arguments"
40671 msgstr ""
40673 #: config/msp430/driver-msp430.cc:75
40674 #, gcc-internal-format
40675 msgid "unhandled arguments %qs and %qs to %<msp430_set_driver_var%>"
40676 msgstr ""
40678 #: config/msp430/driver-msp430.cc:92
40679 #, gcc-internal-format
40680 msgid "unexpected argument to %<msp430_select_hwmult_lib%>: %s"
40681 msgstr ""
40683 #: config/msp430/driver-msp430.cc:141
40684 #, gcc-internal-format
40685 msgid "unexpected first argument to %<msp430_select_hwmult_lib%>: %s"
40686 msgstr ""
40688 #: config/msp430/driver-msp430.cc:146
40689 #, gcc-internal-format
40690 msgid "%<msp430_select_hwmult_lib%> needs one or more arguments"
40691 msgstr ""
40693 #: config/msp430/msp430-devices.cc:258
40694 #, gcc-internal-format
40695 msgid "unexpected error opening %<devices.csv%>"
40696 msgstr ""
40698 #: config/msp430/msp430-devices.cc:297
40699 #, gcc-internal-format
40700 msgid "%<CPU_TYPE%> column heading is missing from %<devices.csv%>"
40701 msgstr ""
40703 #: config/msp430/msp430-devices.cc:300
40704 #, gcc-internal-format
40705 msgid "%<MPY_TYPE%> column heading is missing from %<devices.csv%>"
40706 msgstr ""
40708 #: config/msp430/msp430-devices.cc:303
40709 #, gcc-internal-format
40710 msgid "%<CPU_TYPE%> and %<MPY_TYPE%> column headings are missing from %<devices.csv%>"
40711 msgstr ""
40713 #: config/msp430/msp430-devices.cc:315
40714 #, gcc-internal-format
40715 msgid "format of column headings in %<devices.csv%> is incorrect"
40716 msgstr ""
40718 #: config/msp430/msp430-devices.cc:348
40719 #, gcc-internal-format
40720 msgid "invalid %<CPU_TYPE%> value of %qs read from %<devices.csv%> for %qs"
40721 msgstr ""
40723 #: config/msp430/msp430-devices.cc:368
40724 #, gcc-internal-format
40725 msgid "invalid %<MPY_TYPE%> value of %qs read from %<devices.csv%> for %qs"
40726 msgstr ""
40728 #: config/msp430/msp430-devices.cc:384
40729 #, gcc-internal-format
40730 msgid "unknown error reading %s from %<devices.csv%>"
40731 msgstr ""
40733 #: config/msp430/msp430-devices.cc:471
40734 #, gcc-internal-format
40735 msgid "unrecognized %<hwmpy%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
40736 msgstr ""
40738 #: config/msp430/msp430-devices.cc:482
40739 #, gcc-internal-format
40740 msgid "unrecognized %<revision%> field in %<hard_msp430_mcu_data[%d]%>: %qd"
40741 msgstr ""
40743 #: config/msp430/msp430-devices.cc:488
40744 #, gcc-internal-format
40745 msgid "could not locate MCU data file %<devices.csv%>"
40746 msgstr ""
40748 #: config/msp430/msp430.cc:181
40749 #, gcc-internal-format
40750 msgid "MCU %qs supports %s ISA but %<-mcpu%> option is set to %s"
40751 msgstr ""
40753 #: config/msp430/msp430.cc:189
40754 #, gcc-internal-format
40755 msgid "MCU %qs does not have hardware multiply support, but %<-mhwmult%> is set to %s"
40756 msgstr ""
40758 #: config/msp430/msp430.cc:198
40759 #, gcc-internal-format
40760 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 16-bit"
40761 msgstr ""
40763 #: config/msp430/msp430.cc:203
40764 #, gcc-internal-format
40765 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to 32-bit"
40766 msgstr ""
40768 #: config/msp430/msp430.cc:208
40769 #, gcc-internal-format
40770 msgid "MCU %qs supports %s hardware multiply, but %<-mhwmult%> is set to f5series"
40771 msgstr ""
40773 #: config/msp430/msp430.cc:225
40774 #, gcc-internal-format
40775 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"
40776 msgstr ""
40778 #: config/msp430/msp430.cc:232
40779 #, gcc-internal-format
40780 msgid "unrecognized MCU name %qs, assuming that it has no hardware multiply; use the %<-mhwmult%> option to set this explicitly"
40781 msgstr ""
40783 #: config/msp430/msp430.cc:244
40784 #, gcc-internal-format
40785 msgid "unrecognized MCU name %qs, assuming that it just supports the MSP430X ISA; use the %<-mcpu%> option to set the ISA explicitly"
40786 msgstr ""
40788 #: config/msp430/msp430.cc:250
40789 #, gcc-internal-format
40790 msgid "Unrecognized MCU name %qs."
40791 msgstr ""
40793 #: config/msp430/msp430.cc:255
40794 #, gcc-internal-format
40795 msgid "%<-mlarge%> requires a 430X-compatible %<-mmcu=%>"
40796 msgstr ""
40798 #: config/msp430/msp430.cc:258
40799 #, gcc-internal-format
40800 msgid "%<-mcode-region=either%> requires the large memory model (%<-mlarge%>)"
40801 msgstr ""
40803 #: config/msp430/msp430.cc:261
40804 #, gcc-internal-format
40805 msgid "%<-mcode-region=upper%> requires the large memory model (%<-mlarge%>)"
40806 msgstr ""
40808 #: config/msp430/msp430.cc:265
40809 #, gcc-internal-format
40810 msgid "%<-mdata-region=either%> requires the large memory model (%<-mlarge%>)"
40811 msgstr ""
40813 #: config/msp430/msp430.cc:268
40814 #, gcc-internal-format
40815 msgid "%<-mdata-region=upper%> requires the large memory model (%<-mlarge%>)"
40816 msgstr ""
40818 #: config/msp430/msp430.cc:291
40819 #, gcc-internal-format
40820 msgid "%<-fuse-cxa-atexit%> is not supported for msp430-elf"
40821 msgstr ""
40823 #: config/msp430/msp430.cc:296
40824 #, gcc-internal-format
40825 msgid "GCC must be configured with %<--enable-newlib-nano-formatted-io%> to use %<-mtiny-printf%>"
40826 msgstr ""
40828 #: config/msp430/msp430.cc:1895
40829 #, gcc-internal-format
40830 msgid "unrecognized interrupt vector argument of %qE attribute"
40831 msgstr ""
40833 #: config/msp430/msp430.cc:1904
40834 #, gcc-internal-format
40835 msgid "numeric argument of %qE attribute must be in range [0-63]"
40836 msgstr ""
40838 #: config/msp430/msp430.cc:1910
40839 #, gcc-internal-format
40840 msgid "argument of %qE attribute is not a string constant or number"
40841 msgstr ""
40843 #: config/msp430/msp430.cc:1939
40844 #, gcc-internal-format
40845 msgid "critical attribute has no effect on interrupt functions"
40846 msgstr ""
40848 #: config/msp430/msp430.cc:1975
40849 #, gcc-internal-format
40850 msgid "ignoring attribute %qE because it conflicts with attribute %<noinit%>"
40851 msgstr ""
40853 #: config/msp430/msp430.cc:1978
40854 #, gcc-internal-format
40855 msgid "ignoring attribute %qE because it conflicts with attribute %<section%>"
40856 msgstr ""
40858 #: config/msp430/msp430.cc:1981
40859 #, gcc-internal-format
40860 msgid "ignoring attribute %qE because it conflicts with attribute %<persistent%>"
40861 msgstr ""
40863 #: config/msp430/msp430.cc:1991
40864 #, gcc-internal-format
40865 msgid "%qE attribute ignored.  Large memory model (%<-mlarge%>) is required."
40866 msgstr ""
40868 #: config/msp430/msp430.cc:2101
40869 #, gcc-internal-format
40870 msgid "ignoring attribute %qE because it conflicts with attribute %<lower%>"
40871 msgstr ""
40873 #: config/msp430/msp430.cc:2104
40874 #, gcc-internal-format
40875 msgid "ignoring attribute %qE because it conflicts with attribute %<upper%>"
40876 msgstr ""
40878 #: config/msp430/msp430.cc:2107
40879 #, gcc-internal-format
40880 msgid "ignoring attribute %qE because it conflicts with attribute %<either%>"
40881 msgstr ""
40883 #: config/msp430/msp430.cc:2267
40884 #, gcc-internal-format
40885 msgid "argument to interrupt attribute is unsupported for weak functions"
40886 msgstr ""
40888 #: config/msp430/msp430.cc:2747 config/pru/pru.cc:2955
40889 #, gcc-internal-format
40890 msgid "%<__delay_cycles%> only takes constant arguments"
40891 msgstr ""
40893 #: config/msp430/msp430.cc:2757 config/pru/pru.cc:2964
40894 #, gcc-internal-format
40895 msgid "%<__delay_cycles%> only takes non-negative cycle counts"
40896 msgstr ""
40898 #: config/msp430/msp430.cc:2778 config/pru/pru.cc:2977
40899 #, gcc-internal-format
40900 msgid "%<__delay_cycles%> is limited to 32-bit loop counts"
40901 msgstr ""
40903 #: config/msp430/msp430.cc:2849
40904 #, gcc-internal-format
40905 msgid "MSP430 built-in functions only work inside interrupt handlers"
40906 msgstr ""
40908 #: config/msp430/msp430.cc:2861 config/pru/pru.cc:3048 config/rx/rx.cc:2666
40909 #: config/xtensa/xtensa.cc:4155 config/xtensa/xtensa.cc:4181
40910 #, gcc-internal-format
40911 msgid "bad builtin code"
40912 msgstr ""
40914 #: config/nds32/nds32-intrinsic.cc:126 config/nios2/nios2.cc:3838
40915 #, gcc-internal-format, gfc-internal-format
40916 msgid "invalid argument to built-in function %s"
40917 msgstr ""
40919 #: config/nds32/nds32-intrinsic.cc:131
40920 #, gcc-internal-format, gfc-internal-format
40921 msgid "constant argument out of range for %s"
40922 msgstr "argument konstanta je izvan granica za %s"
40924 #: config/nds32/nds32-intrinsic.cc:1003
40925 #, gcc-internal-format
40926 msgid "don%'t support DSP extension instructions"
40927 msgstr ""
40929 #: config/nds32/nds32-intrinsic.cc:1016
40930 #, gcc-internal-format
40931 msgid "this built-in function is only available on the v3s or v3f toolchain"
40932 msgstr ""
40934 #: config/nds32/nds32-intrinsic.cc:1028
40935 #, gcc-internal-format
40936 msgid "this built-in function is only available on the v3f toolchain"
40937 msgstr ""
40939 #: config/nds32/nds32-intrinsic.cc:1043
40940 #, gcc-internal-format
40941 msgid "this built-in function not support on the v3m toolchain"
40942 msgstr ""
40944 #: config/nds32/nds32-intrinsic.cc:1062
40945 #, gcc-internal-format
40946 msgid "don%'t support performance extension instructions"
40947 msgstr ""
40949 #: config/nds32/nds32-intrinsic.cc:1074
40950 #, gcc-internal-format
40951 msgid "don%'t support performance extension version 2 instructions"
40952 msgstr ""
40954 #: config/nds32/nds32-intrinsic.cc:1086
40955 #, gcc-internal-format
40956 msgid "don%'t support string extension instructions"
40957 msgstr ""
40959 #: config/nds32/nds32-isr.cc:116 config/nds32/nds32-isr.cc:207
40960 #, gcc-internal-format
40961 msgid "require id argument in the string"
40962 msgstr ""
40964 #: config/nds32/nds32-isr.cc:131
40965 #, gcc-internal-format
40966 msgid "invalid id value for interrupt attribute"
40967 msgstr ""
40969 #: config/nds32/nds32-isr.cc:221
40970 #, gcc-internal-format
40971 msgid "invalid id value for exception attribute"
40972 msgstr ""
40974 #: config/nds32/nds32-isr.cc:617
40975 #, gcc-internal-format
40976 msgid "multiple save register attributes to function %qD"
40977 msgstr ""
40979 #: config/nds32/nds32-isr.cc:630
40980 #, gcc-internal-format
40981 msgid "multiple nested types attributes to function %qD"
40982 msgstr ""
40984 #: config/nds32/nds32-isr.cc:642
40985 #, gcc-internal-format
40986 msgid "multiple interrupt attributes to function %qD"
40987 msgstr ""
40989 #: config/nds32/nds32-isr.cc:646
40990 #, gcc-internal-format
40991 msgid "cannot use interrupt attributes to function %qD under linux toolchain"
40992 msgstr ""
40994 #: config/nds32/nds32-isr.cc:649
40995 #, gcc-internal-format
40996 msgid "cannot use exception attributes to function %qD under linux toolchain"
40997 msgstr ""
40999 #: config/nds32/nds32-isr.cc:652
41000 #, gcc-internal-format
41001 msgid "cannot use reset attributes to function %qD under linux toolchain"
41002 msgstr ""
41004 #. Trampoline is not supported on reduced-set registers yet.
41005 #: config/nds32/nds32.cc:2410 config/nds32/nds32.cc:2464
41006 #: config/nds32/nds32.cc:3575 config/nds32/nds32.cc:3672
41007 #: config/nds32/nds32.cc:3687 config/nds32/nds32.cc:3693
41008 #: config/nds32/nds32.cc:3769 config/nds32/nds32.cc:3775
41009 #: config/nds32/nds32.cc:3807
41010 #, gcc-internal-format
41011 msgid "a nested function is not supported for reduced registers"
41012 msgstr ""
41014 #. The enum index value for array size is out of range.
41015 #: config/nds32/nds32.cc:3466
41016 #, gcc-internal-format
41017 msgid "intrinsic register index is out of range"
41018 msgstr ""
41020 #: config/nds32/nds32.cc:3482 config/nds32/nds32.cc:3489
41021 #: config/nds32/nds32.cc:3496 config/nds32/nds32.cc:3503
41022 #: config/nds32/nds32.cc:3510
41023 #, gcc-internal-format
41024 msgid "CCTL intrinsic function subtype out of range"
41025 msgstr ""
41027 #: config/nds32/nds32.cc:3947
41028 #, gcc-internal-format
41029 msgid "cannot use %<indirect_call%> attribute under linux toolchain"
41030 msgstr ""
41032 #: config/nds32/nds32.cc:3955
41033 #, gcc-internal-format
41034 msgid "%<indirect_call%> attribute cannot apply for static function"
41035 msgstr ""
41037 #: config/nds32/nds32.cc:4044
41038 #, gcc-internal-format
41039 msgid "invalid id value for interrupt/exception attribute"
41040 msgstr ""
41042 #: config/nds32/nds32.cc:4072
41043 #, gcc-internal-format
41044 msgid "invalid id value for reset attribute"
41045 msgstr ""
41047 #: config/nds32/nds32.cc:4088
41048 #, gcc-internal-format
41049 msgid "invalid nmi function for reset attribute"
41050 msgstr ""
41052 #: config/nds32/nds32.cc:4101
41053 #, gcc-internal-format
41054 msgid "invalid warm function for reset attribute"
41055 msgstr ""
41057 #: config/nds32/nds32.cc:4152
41058 #, gcc-internal-format
41059 msgid "not support %<-fpic%> option for v3m toolchain"
41060 msgstr ""
41062 #: config/nds32/nds32.cc:4185
41063 #, gcc-internal-format
41064 msgid "Disable FPU ISA, the ABI option must be enable %<-mfloat-abi=soft%>"
41065 msgstr ""
41067 #: config/nds32/nds32.cc:4188
41068 #, gcc-internal-format
41069 msgid "%<-mabi=2fp+%> option only support when FPU available, must be enable %<-mext-fpu-sp%> or %<-mext-fpu-dp%>"
41070 msgstr ""
41072 #: config/nios2/nios2.cc:574
41073 #, gcc-internal-format
41074 msgid "Unknown form for stack limit expression"
41075 msgstr ""
41077 #: config/nios2/nios2.cc:1183
41078 #, gcc-internal-format
41079 msgid "switch %<-mcustom-%s%> is required for double-precision floating-point"
41080 msgstr ""
41082 #: config/nios2/nios2.cc:1192
41083 #, gcc-internal-format
41084 msgid "conflicting use of %<-mcustom%> switches, target attributes, and/or %<__builtin_custom_%> functions"
41085 msgstr ""
41087 #: config/nios2/nios2.cc:1316
41088 #, gcc-internal-format
41089 msgid "ignoring unrecognized switch %<-mcustom-fpu-cfg%> value %<%s%>"
41090 msgstr ""
41092 #: config/nios2/nios2.cc:1335
41093 #, gcc-internal-format
41094 msgid "switch %<-mcustom-%s%> value %d must be between 0 and 255"
41095 msgstr ""
41097 #: config/nios2/nios2.cc:1358
41098 #, gcc-internal-format
41099 msgid "position-independent code requires the Linux ABI"
41100 msgstr ""
41102 #: config/nios2/nios2.cc:1361
41103 #, gcc-internal-format
41104 msgid "PIC support for %<-fstack-limit-symbol%>"
41105 msgstr ""
41107 #: config/nios2/nios2.cc:1383
41108 #, gcc-internal-format
41109 msgid "%<-mgpopt%> not supported with PIC"
41110 msgstr ""
41112 #: config/nios2/nios2.cc:1385
41113 #, gcc-internal-format
41114 msgid "%<-mgprel-sec=%> not supported with PIC"
41115 msgstr ""
41117 #: config/nios2/nios2.cc:1387
41118 #, gcc-internal-format
41119 msgid "%<-mr0rel-sec=%> not supported with PIC"
41120 msgstr ""
41122 #: config/nios2/nios2.cc:1395
41123 #, gcc-internal-format
41124 msgid "%<-mgprel-sec=%> argument is not a valid regular expression"
41125 msgstr ""
41127 #: config/nios2/nios2.cc:1401
41128 #, gcc-internal-format
41129 msgid "%<-mr0rel-sec=%> argument is not a valid regular expression"
41130 msgstr ""
41132 #: config/nios2/nios2.cc:1412
41133 #, gcc-internal-format
41134 msgid "BMX instructions are only supported with R2 architecture"
41135 msgstr ""
41137 #: config/nios2/nios2.cc:1414
41138 #, gcc-internal-format
41139 msgid "CDX instructions are only supported with R2 architecture"
41140 msgstr ""
41142 #: config/nios2/nios2.cc:1419
41143 #, gcc-internal-format
41144 msgid "R2 architecture is little-endian only"
41145 msgstr ""
41147 #: config/nios2/nios2.cc:3583
41148 #, gcc-internal-format
41149 msgid "cannot call %<__builtin_custom_%s%> without specifying switch %<-mcustom-%s%>"
41150 msgstr ""
41152 #: config/nios2/nios2.cc:3692
41153 #, gcc-internal-format
41154 msgid "custom instruction opcode must be a compile-time constant in the range 0-255 for %<__builtin_custom_%s%>"
41155 msgstr ""
41157 #: config/nios2/nios2.cc:3897
41158 #, gcc-internal-format, gfc-internal-format
41159 msgid "control register number must be in range 0-31 for %s"
41160 msgstr ""
41162 #: config/nios2/nios2.cc:3925
41163 #, gcc-internal-format, gfc-internal-format
41164 msgid "register number must be in range 0-31 for %s"
41165 msgstr ""
41167 #: config/nios2/nios2.cc:3932
41168 #, gcc-internal-format, gfc-internal-format
41169 msgid "immediate value must fit into a %d-bit integer for %s"
41170 msgstr ""
41172 #: config/nios2/nios2.cc:3982
41173 #, gcc-internal-format
41174 msgid "the ENI instruction operand must be either 0 or 1"
41175 msgstr ""
41177 #: config/nios2/nios2.cc:4010
41178 #, gcc-internal-format, gfc-internal-format
41179 msgid "built-in function %s requires Nios II R%d"
41180 msgstr ""
41182 #: config/nios2/nios2.cc:4090
41183 #, gcc-internal-format
41184 msgid "switch %<-mcustom-%s%> conflicts with switch %<-mcustom-%s%>"
41185 msgstr ""
41187 #: config/nios2/nios2.cc:4097 config/nios2/nios2.cc:4108
41188 #, gcc-internal-format
41189 msgid "call to %<__builtin_custom_%s%> conflicts with switch %<-mcustom-%s%>"
41190 msgstr ""
41192 #: config/nios2/nios2.cc:4251
41193 #, gcc-internal-format
41194 msgid "%<custom-fpu-cfg%> option does not support %<no-%>"
41195 msgstr ""
41197 #: config/nios2/nios2.cc:4256
41198 #, gcc-internal-format
41199 msgid "%<custom-fpu-cfg%> option requires configuration argument"
41200 msgstr ""
41202 #: config/nios2/nios2.cc:4284
41203 #, gcc-internal-format
41204 msgid "%<no-custom-%s%> does not accept arguments"
41205 msgstr ""
41207 #: config/nios2/nios2.cc:4299
41208 #, gcc-internal-format
41209 msgid "%<custom-%s=%> requires argument"
41210 msgstr ""
41212 #: config/nios2/nios2.cc:4309
41213 #, gcc-internal-format
41214 msgid "%<custom-%s=%> argument should be a non-negative integer"
41215 msgstr ""
41217 #: config/nios2/nios2.cc:4321
41218 #, gcc-internal-format
41219 msgid "%<custom-%s=%> is not recognized as FPU instruction"
41220 msgstr ""
41222 #: config/nios2/nios2.cc:4328
41223 #, gcc-internal-format
41224 msgid "invalid custom instruction option %qs"
41225 msgstr ""
41227 #: config/nvptx/mkoffload.cc:117
41228 #, gcc-internal-format
41229 msgid "malformed ptx file"
41230 msgstr ""
41232 #: config/nvptx/mkoffload.cc:329
41233 #, gcc-internal-format
41234 msgid "%<omp requires reverse_offload%> requires at least %<sm_35%> for %<-foffload-options=nvptx-none=-march=%> - disabling offload-code generation for this device type"
41235 msgstr ""
41237 #: config/nvptx/mkoffload.cc:413
41238 #, gcc-internal-format
41239 msgid "Cannot find function declaration for %qs"
41240 msgstr ""
41242 #: config/nvptx/mkoffload.cc:611
41243 #, gcc-internal-format
41244 msgid "offload compiler %s not found (consider using %<-B%>)"
41245 msgstr ""
41247 #: config/nvptx/mkoffload.cc:654
41248 #, gcc-internal-format
41249 msgid "either %<-fopenacc%> or %<-fopenmp%> must be set"
41250 msgstr ""
41252 #: config/nvptx/mkoffload.cc:754
41253 #, gcc-internal-format
41254 msgid "cannot open intermediate ptx file"
41255 msgstr "nije moguće privremenu ptx datoteku"
41257 #: config/nvptx/nvptx.cc:206
41258 #, gcc-internal-format
41259 msgid "option %s is not supported together with %<-fopenacc%>"
41260 msgstr ""
41262 #: config/nvptx/nvptx.cc:325
41263 #, gcc-internal-format
41264 msgid "PTX version (%<-mptx%>) needs to be at least %s to support selected %<-misa%> (sm_%s)"
41265 msgstr ""
41267 #: config/nvptx/nvptx.cc:362
41268 #, gcc-internal-format
41269 msgid "not generating patch area, nops not supported"
41270 msgstr ""
41272 #: config/nvptx/nvptx.cc:461
41273 #, gcc-internal-format
41274 msgid "static initialization of variable %q+D in %<.shared%> memory is not supported"
41275 msgstr ""
41277 #: config/nvptx/nvptx.cc:2339
41278 #, gcc-internal-format
41279 msgid "cannot emit unaligned pointers in ptx assembly"
41280 msgstr ""
41282 #: config/nvptx/nvptx.cc:2564
41283 #, gcc-internal-format
41284 msgid "PTX does not support weak declarations (only weak definitions)"
41285 msgstr ""
41287 #: config/nvptx/nvptx.cc:5805
41288 #, gcc-internal-format
41289 msgid "%qE attribute requires a void return type"
41290 msgstr ""
41292 #: config/nvptx/nvptx.cc:5828
41293 #, gcc-internal-format
41294 msgid "%qE attribute not allowed with auto storage class"
41295 msgstr ""
41297 #: config/nvptx/nvptx.cc:6196
41298 #, gcc-internal-format
41299 msgid "barrier value must be within [0,15]"
41300 msgstr ""
41302 #: config/nvptx/nvptx.cc:6209
41303 #, gcc-internal-format
41304 msgid "complement argument must be constant"
41305 msgstr ""
41307 #: config/nvptx/nvptx.cc:6541
41308 #, gcc-internal-format
41309 msgid "using %<vector_length (%d)%> due to call to vector-partitionable routine, ignoring %d"
41310 msgstr ""
41312 #: config/nvptx/nvptx.cc:6549
41313 #, gcc-internal-format
41314 msgid "using %<vector_length (%d)%>, ignoring runtime setting"
41315 msgstr ""
41317 #: config/nvptx/nvptx.cc:6563
41318 #, gcc-internal-format
41319 msgid "using %<vector_length (%d)%>, ignoring %d"
41320 msgstr ""
41322 #: config/nvptx/nvptx.cc:7449
41323 #, gcc-internal-format
41324 msgid "variable %qD adjusted for OpenACC privatization level: %qs"
41325 msgstr ""
41327 #: config/nvptx/nvptx.cc:7563
41328 #, gcc-internal-format
41329 msgid "weak alias definitions not supported in this configuration"
41330 msgstr "weak alias definicije nisu podržane u ovoj konfiguraciji"
41332 #: config/nvptx/nvptx.cc:7576
41333 #, gcc-internal-format
41334 msgid "non-function alias definitions not supported in this configuration"
41335 msgstr "non-function alias definicije nisu podržane u ovoj konfiguraciji"
41337 #: config/or1k/or1k.cc:1311
41338 #, gcc-internal-format, gfc-internal-format
41339 msgid "unexpected operand: %d"
41340 msgstr "očekivano je operand: %d"
41342 #: config/pa/pa.cc:529
41343 #, gcc-internal-format
41344 msgid "PIC code generation is not supported in the portable runtime model"
41345 msgstr ""
41347 #: config/pa/pa.cc:534
41348 #, gcc-internal-format
41349 msgid "PIC code generation is not compatible with fast indirect calls"
41350 msgstr ""
41352 #: config/pa/pa.cc:539
41353 #, gcc-internal-format
41354 msgid "%<-g%> is only supported when using GAS on this processor"
41355 msgstr ""
41357 #: config/pa/pa.cc:540
41358 #, gcc-internal-format
41359 msgid "%<-g%> option disabled"
41360 msgstr "opcije %<-g%> su omemogućene"
41362 #: config/pru/pru-passes.cc:111
41363 #, gcc-internal-format
41364 msgid "large return values not supported with %<-mabi=ti%> option"
41365 msgstr ""
41367 #: config/pru/pru-passes.cc:119 config/pru/pru-passes.cc:163
41368 #: config/pru/pru-passes.cc:176
41369 #, gcc-internal-format
41370 msgid "function pointers not supported with %<-mabi=ti%> option"
41371 msgstr ""
41373 #: config/pru/pru-pragma.cc:59
41374 #, gcc-internal-format
41375 msgid "junk at end of %<#pragma CTABLE_ENTRY%>"
41376 msgstr ""
41378 #: config/pru/pru-pragma.cc:61
41379 msgid "%<CTABLE_ENTRY%> index %"
41380 msgstr ""
41382 #: config/pru/pru-pragma.cc:64
41383 msgid "redefinition of %<CTABLE_ENTRY %"
41384 msgstr ""
41386 #: config/pru/pru-pragma.cc:69
41387 #, gcc-internal-format
41388 msgid "%<CTABLE_ENTRY%> base address is not a multiple of 256"
41389 msgstr ""
41391 #: config/pru/pru-pragma.cc:77
41392 #, gcc-internal-format
41393 msgid "malformed %<#pragma CTABLE_ENTRY%> variable address"
41394 msgstr ""
41396 #: config/pru/pru.cc:2134
41397 #, gcc-internal-format
41398 msgid "aggregate types are prohibited in %<__regio_symbol%> address space"
41399 msgstr ""
41401 #: config/pru/pru.cc:2141
41402 #, gcc-internal-format
41403 msgid "variables in %<__regio_symbol%> address space cannot have initial value"
41404 msgstr ""
41406 #: config/pru/pru.cc:2144
41407 #, gcc-internal-format
41408 msgid "variables in %<__regio_symbol%> address space cannot be declared %<register%>"
41409 msgstr ""
41411 #: config/pru/pru.cc:2147
41412 #, gcc-internal-format
41413 msgid "variables in %<__regio_symbol%> address space must be declared %<volatile%>"
41414 msgstr ""
41416 #: config/pru/pru.cc:2150
41417 #, gcc-internal-format
41418 msgid "variables in %<__regio_symbol%> address space must be declared %<extern%>"
41419 msgstr ""
41421 #: config/pru/pru.cc:2153
41422 #, gcc-internal-format
41423 msgid "only 32-bit access is supported for %<__regio_symbol%> address space"
41424 msgstr ""
41426 #: config/pru/pru.cc:2156
41427 #, gcc-internal-format
41428 msgid "register name %<%s%> not recognized in %<__regio_symbol%> address space"
41429 msgstr ""
41431 #: config/pru/pru.cc:2181
41432 #, gcc-internal-format
41433 msgid "pointers to %<__regio_symbol%> address space are prohibited"
41434 msgstr ""
41436 #: config/riscv/riscv-c.cc:176
41437 #, gcc-internal-format
41438 msgid "%<#pragma riscv intrinsic%> requires a string parameter"
41439 msgstr ""
41441 #: config/riscv/riscv-c.cc:186
41442 #, gcc-internal-format
41443 msgid "%<#pragma riscv intrinsic%> option %qs needs 'V' extension enabled"
41444 msgstr ""
41446 #: config/riscv/riscv-c.cc:194
41447 #, gcc-internal-format
41448 msgid "unknown %<#pragma riscv intrinsic%> option %qs"
41449 msgstr ""
41451 #: config/riscv/riscv-vector-builtins.cc:3379
41452 #, gcc-internal-format
41453 msgid "RVV type %qT does not have a fixed size"
41454 msgstr ""
41456 #: config/riscv/riscv-vector-builtins.cc:3385
41457 #, gcc-internal-format
41458 msgid "RVV type %qT does not have a defined alignment"
41459 msgstr ""
41461 #: config/riscv/riscv-vector-builtins.cc:3400
41462 #, gcc-internal-format
41463 msgid "arithmetic on pointer to RVV type %qT"
41464 msgstr ""
41466 #: config/riscv/riscv-vector-builtins.cc:3408
41467 #, gcc-internal-format
41468 msgid "member variables cannot have RVV type %qT"
41469 msgstr ""
41471 #: config/riscv/riscv-vector-builtins.cc:3410
41472 #, gcc-internal-format
41473 msgid "fields cannot have RVV type %qT"
41474 msgstr ""
41476 #: config/riscv/riscv-vector-builtins.cc:3416
41477 #, gcc-internal-format
41478 msgid "array elements cannot have RVV type %qT"
41479 msgstr ""
41481 #: config/riscv/riscv-vector-builtins.cc:3422
41482 #, gcc-internal-format
41483 msgid "cannot allocate objects with RVV type %qT"
41484 msgstr ""
41486 #: config/riscv/riscv-vector-builtins.cc:3428
41487 #, gcc-internal-format
41488 msgid "cannot delete objects with RVV type %qT"
41489 msgstr ""
41491 #: config/riscv/riscv-vector-builtins.cc:3434
41492 #, gcc-internal-format
41493 msgid "cannot throw or catch RVV type %qT"
41494 msgstr ""
41496 #: config/riscv/riscv-vector-builtins.cc:3440
41497 #, gcc-internal-format
41498 msgid "capture by copy of RVV type %qT"
41499 msgstr ""
41501 #: config/riscv/riscv.cc:450
41502 #, gcc-internal-format
41503 msgid "unknown cpu %qs for %<-mtune%>"
41504 msgstr ""
41506 #: config/riscv/riscv.cc:1800
41507 #, gcc-internal-format
41508 msgid "this operation requires the RVV ISA extension"
41509 msgstr ""
41511 #: config/riscv/riscv.cc:1801
41512 #, gcc-internal-format
41513 msgid "you can enable RVV using the command-line option %<-march%>, or by using the %<target%> attribute or pragma"
41514 msgstr ""
41516 #: config/riscv/riscv.cc:3641 config/riscv/riscv.cc:3683
41517 #, gcc-internal-format
41518 msgid "ABI for flattened struct with zero-length bit-fields changed in GCC 10"
41519 msgstr ""
41521 #: config/riscv/riscv.cc:4033
41522 #, gcc-internal-format
41523 msgid "argument to %qE attribute is not %<\"user\"%>, %<\"supervisor\"%>, or %<\"machine\"%>"
41524 msgstr ""
41526 #: config/riscv/riscv.cc:6240
41527 #, gcc-internal-format
41528 msgid "%<-mdiv%> requires %<-march%> to subsume the %<M%> extension"
41529 msgstr ""
41531 #: config/riscv/riscv.cc:6283
41532 #, gcc-internal-format
41533 msgid "requested ABI requires %<-march%> to subsume the %qc extension"
41534 msgstr ""
41536 #: config/riscv/riscv.cc:6287
41537 #, gcc-internal-format
41538 msgid "rv32e requires ilp32e ABI"
41539 msgstr ""
41541 #: config/riscv/riscv.cc:6292
41542 #, gcc-internal-format
41543 msgid "z*inx requires ABI ilp32, ilp32e or lp64"
41544 msgstr ""
41546 #: config/riscv/riscv.cc:6296
41547 #, gcc-internal-format
41548 msgid "ABI requires %<-march=rv%d%>"
41549 msgstr ""
41551 #: config/riscv/riscv.cc:6306
41552 #, gcc-internal-format
41553 msgid "%<-mpreferred-stack-boundary=%d%> must be between %d and %d"
41554 msgstr ""
41556 #: config/riscv/riscv.cc:6319
41557 #, gcc-internal-format
41558 msgid "%<-mriscv-attribute%> RISC-V ELF attribute requires GNU as 2.32 [%<-mriscv-attribute%>]"
41559 msgstr ""
41561 #: config/riscv/riscv.cc:6346 config/rs6000/rs6000.cc:4543
41562 #, gcc-internal-format
41563 msgid "%qs is not a valid base register in %qs"
41564 msgstr ""
41566 #: config/riscv/riscv.cc:6360 config/rs6000/rs6000.cc:4526
41567 #, gcc-internal-format
41568 msgid "%qs is not a valid number in %qs"
41569 msgstr ""
41571 #: config/riscv/riscv.cc:6672
41572 #, gcc-internal-format
41573 msgid "%qs function cannot have different interrupt type"
41574 msgstr ""
41576 #: config/riscv/riscv.cc:7094
41577 #, gcc-internal-format
41578 msgid "cannot allocate vl register for %qs on this target"
41579 msgstr "nije moguće dodijeliti vl registar za %qs na ovoom cilju"
41581 #. Address spaces are currently only supported by C.
41582 #: config/rl78/rl78.cc:375
41583 #, gcc-internal-format
41584 msgid "%<-mes0%> can only be used with C"
41585 msgstr ""
41587 #: config/rl78/rl78.cc:378
41588 #, gcc-internal-format
41589 msgid "mduc registers only saved for G13 target"
41590 msgstr ""
41592 #: config/rl78/rl78.cc:393
41593 #, gcc-internal-format
41594 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g10%>"
41595 msgstr ""
41597 #: config/rl78/rl78.cc:395
41598 #, gcc-internal-format
41599 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g10%>"
41600 msgstr ""
41602 #. The S2 core does not have mul/div instructions.
41603 #: config/rl78/rl78.cc:407
41604 #, gcc-internal-format
41605 msgid "%<-mmul=g14%> cannot be used with %<-mcpu=g13%>"
41606 msgstr ""
41608 #. The G14 core does not have the hardware multiply peripheral used by the
41609 #. G13 core, hence you cannot use G13 multipliy routines on G14 hardware.
41610 #: config/rl78/rl78.cc:420
41611 #, gcc-internal-format
41612 msgid "%<-mmul=g13%> cannot be used with %<-mcpu=g14%>"
41613 msgstr ""
41615 #: config/rl78/rl78.cc:843
41616 #, gcc-internal-format
41617 msgid "naked attribute only applies to functions"
41618 msgstr ""
41620 #: config/rl78/rl78.cc:867
41621 #, gcc-internal-format
41622 msgid "%qE attribute doesn%'t apply to functions"
41623 msgstr ""
41625 #. This is unpredictable, as we're truncating off usable address
41626 #. bits.
41627 #: config/rl78/rl78.cc:1233
41628 #, gcc-internal-format
41629 msgid "converting far pointer to near pointer"
41630 msgstr ""
41632 #: config/rs6000/driver-rs6000.cc:266
41633 #, gcc-internal-format
41634 msgid "unsupported cpu name returned from kernel for %<-mcpu=native%>: %s"
41635 msgstr ""
41637 #: config/rs6000/driver-rs6000.cc:268
41638 #, gcc-internal-format, gfc-internal-format
41639 msgid "please use an explicit cpu name; valid cpu names are: %s"
41640 msgstr ""
41642 #: config/rs6000/host-darwin.cc:61
41643 #, gcc-internal-format
41644 msgid "segmentation fault (code)"
41645 msgstr ""
41647 #: config/rs6000/host-darwin.cc:131
41648 #, gcc-internal-format
41649 msgid "segmentation fault"
41650 msgstr ""
41652 #: config/rs6000/host-darwin.cc:145
41653 #, gcc-internal-format
41654 msgid "While setting up signal stack: %m"
41655 msgstr ""
41657 #: config/rs6000/host-darwin.cc:151
41658 #, gcc-internal-format
41659 msgid "While setting up signal handler: %m"
41660 msgstr ""
41662 #: config/rs6000/rs6000-builtin.cc:77 config/rs6000/rs6000-builtin.cc:80
41663 #: config/rs6000/rs6000-builtin.cc:87 config/rs6000/rs6000-builtin.cc:90
41664 #: config/rs6000/rs6000-builtin.cc:93 config/rs6000/rs6000-builtin.cc:96
41665 #: config/rs6000/rs6000-builtin.cc:103 config/rs6000/rs6000-builtin.cc:110
41666 #: config/rs6000/rs6000-builtin.cc:124 config/rs6000/rs6000-builtin.cc:127
41667 #: config/rs6000/rs6000-builtin.cc:130 config/rs6000/rs6000-builtin.cc:133
41668 #: config/rs6000/rs6000-builtin.cc:140
41669 #, gcc-internal-format
41670 msgid "%qs requires the %qs option"
41671 msgstr ""
41673 #: config/rs6000/rs6000-builtin.cc:83 config/rs6000/rs6000-builtin.cc:99
41674 #: config/rs6000/rs6000-builtin.cc:113 config/rs6000/rs6000-builtin.cc:136
41675 #, gcc-internal-format
41676 msgid "%qs requires the %qs option and either the %qs or %qs option"
41677 msgstr ""
41679 #: config/rs6000/rs6000-builtin.cc:106 config/rs6000/rs6000-builtin.cc:117
41680 #, gcc-internal-format
41681 msgid "%qs requires the %qs and %qs options"
41682 msgstr ""
41684 #: config/rs6000/rs6000-builtin.cc:121
41685 #, gcc-internal-format
41686 msgid "%qs requires quad-precision floating-point arithmetic"
41687 msgstr ""
41689 #: config/rs6000/rs6000-builtin.cc:2260
41690 #, gcc-internal-format
41691 msgid "argument 1 of %qs must be a constant"
41692 msgstr ""
41694 #: config/rs6000/rs6000-builtin.cc:2318
41695 #, gcc-internal-format
41696 msgid "argument 1 of %qs is out of range"
41697 msgstr ""
41699 #: config/rs6000/rs6000-builtin.cc:2590
41700 #, gcc-internal-format
41701 msgid "builtin %qs only accepts a string argument"
41702 msgstr ""
41704 #. Invalid CPU argument.
41705 #: config/rs6000/rs6000-builtin.cc:2609
41706 #, gcc-internal-format
41707 msgid "cpu %qs is an invalid argument to builtin %qs"
41708 msgstr ""
41710 #. Invalid HWCAP argument.
41711 #: config/rs6000/rs6000-builtin.cc:2637
41712 #, gcc-internal-format
41713 msgid "%s %qs is an invalid argument to builtin %qs"
41714 msgstr ""
41716 #: config/rs6000/rs6000-builtin.cc:2666
41717 #, gcc-internal-format
41718 msgid "builtin %qs needs GLIBC (2.23 and newer) that exports hardware capability bits"
41719 msgstr ""
41721 #: config/rs6000/rs6000-builtin.cc:3013 config/rs6000/rs6000-builtin.cc:3167
41722 #, gcc-internal-format, gfc-internal-format
41723 msgid "argument %d must be an unsigned literal"
41724 msgstr ""
41726 #: config/rs6000/rs6000-builtin.cc:3015 config/rs6000/rs6000-builtin.cc:3169
41727 #, gcc-internal-format, gfc-internal-format
41728 msgid "argument %d is an unsigned literal that is out of range"
41729 msgstr ""
41731 #: config/rs6000/rs6000-builtin.cc:3120
41732 #, gcc-internal-format
41733 msgid "builtin %qs is only valid in 64-bit mode"
41734 msgstr ""
41736 #: config/rs6000/rs6000-builtin.cc:3283
41737 #, gcc-internal-format
41738 msgid "unresolved overload for builtin %qF"
41739 msgstr ""
41741 #: config/rs6000/rs6000-builtin.cc:3377
41742 #, gcc-internal-format
41743 msgid "%qs not supported with %<-msoft-float%>"
41744 msgstr ""
41746 #: config/rs6000/rs6000-builtin.cc:3384
41747 #, gcc-internal-format
41748 msgid "%qs is not supported in 32-bit mode"
41749 msgstr ""
41751 #: config/rs6000/rs6000-builtin.cc:3390
41752 #, gcc-internal-format
41753 msgid "%qs requires %<long double%> to be IBM 128-bit format"
41754 msgstr ""
41756 #: config/rs6000/rs6000-builtin.cc:3397
41757 #, gcc-internal-format
41758 msgid "%qs requires %<__ibm128%> type support"
41759 msgstr ""
41761 #: config/rs6000/rs6000-builtin.cc:3552
41762 #, gcc-internal-format, gfc-internal-format
41763 msgid "argument %d must be a literal between 0 and %d, inclusive"
41764 msgstr ""
41766 #: config/rs6000/rs6000-builtin.cc:3568
41767 #, gcc-internal-format, gfc-internal-format
41768 msgid "argument %d must be a literal between %d and %d, inclusive"
41769 msgstr ""
41771 #: config/rs6000/rs6000-builtin.cc:3585
41772 #, gcc-internal-format, gfc-internal-format
41773 msgid "argument %d must be a variable or a literal between %d and %d, inclusive"
41774 msgstr ""
41776 #: config/rs6000/rs6000-builtin.cc:3601
41777 #, gcc-internal-format, gfc-internal-format
41778 msgid "argument %d must be either a literal %d or a literal %d"
41779 msgstr ""
41781 #: config/rs6000/rs6000-c.cc:55
41782 #, gcc-internal-format
41783 msgid "ignoring malformed %<#pragma longcall%>"
41784 msgstr ""
41786 #: config/rs6000/rs6000-c.cc:67
41787 #, gcc-internal-format
41788 msgid "missing open paren"
41789 msgstr ""
41791 #: config/rs6000/rs6000-c.cc:69
41792 #, gcc-internal-format
41793 msgid "missing number"
41794 msgstr ""
41796 #: config/rs6000/rs6000-c.cc:71
41797 #, gcc-internal-format
41798 msgid "missing close paren"
41799 msgstr ""
41801 #: config/rs6000/rs6000-c.cc:74
41802 #, gcc-internal-format
41803 msgid "number must be 0 or 1"
41804 msgstr ""
41806 #: config/rs6000/rs6000-c.cc:77
41807 #, gcc-internal-format
41808 msgid "junk at end of %<#pragma longcall%>"
41809 msgstr ""
41811 #: config/rs6000/rs6000-c.cc:1244 config/rs6000/rs6000-c.cc:1645
41812 #, gcc-internal-format
41813 msgid "builtin %qs only accepts 1 argument"
41814 msgstr ""
41816 #: config/rs6000/rs6000-c.cc:1251 config/rs6000/rs6000-c.cc:1337
41817 #, gcc-internal-format
41818 msgid "builtin %qs only accepts 2 arguments"
41819 msgstr ""
41821 #: config/rs6000/rs6000-c.cc:1515
41822 #, gcc-internal-format
41823 msgid "builtin %qs only accepts 3 arguments"
41824 msgstr ""
41826 #: config/rs6000/rs6000-c.cc:1730
41827 #, gcc-internal-format
41828 msgid "%<vec_lvsl%> is deprecated for little endian; use assignment for unaligned loads and stores"
41829 msgstr ""
41831 #: config/rs6000/rs6000-c.cc:1734
41832 #, gcc-internal-format
41833 msgid "%<vec_lvsr%> is deprecated for little endian; use assignment for unaligned loads and stores"
41834 msgstr ""
41836 #: config/rs6000/rs6000-c.cc:1820
41837 #, gcc-internal-format
41838 msgid "passing argument %d of %qE discards %qs qualifier from pointer target type"
41839 msgstr ""
41841 #: config/rs6000/rs6000-c.cc:1876 config/rs6000/rs6000-c.cc:2032
41842 #, gcc-internal-format
41843 msgid "invalid parameter combination for AltiVec intrinsic %qs"
41844 msgstr ""
41846 #: config/rs6000/rs6000-c.cc:2021
41847 #, gcc-internal-format
41848 msgid "overloaded builtin %qs is implemented by builtin %qs"
41849 msgstr ""
41851 #: config/rs6000/rs6000-c.cc:2025
41852 #, gcc-internal-format
41853 msgid "%qs is not supported in this compiler configuration"
41854 msgstr "%qs nije podržan u ovoj konfiguraciji"
41856 #: config/rs6000/rs6000-call.cc:379
41857 #, gcc-internal-format
41858 msgid "ELFv2 parameter passing for an argument containing zero-width bit fields but that is otherwise a homogeneous aggregate was corrected in GCC 12"
41859 msgstr ""
41861 #: config/rs6000/rs6000-call.cc:447
41862 #, gcc-internal-format
41863 msgid "invalid use of MMA type %qs as a function return value"
41864 msgstr ""
41866 #: config/rs6000/rs6000-call.cc:499
41867 #, gcc-internal-format
41868 msgid "GCC vector returned by reference: non-standard ABI extension with no compatibility guarantee"
41869 msgstr ""
41871 #: config/rs6000/rs6000-call.cc:683
41872 #, gcc-internal-format
41873 msgid "cannot return value in vector register because altivec instructions are disabled, use %qs to enable them"
41874 msgstr ""
41876 #: config/rs6000/rs6000-call.cc:1113
41877 #, gcc-internal-format
41878 msgid "cannot pass argument in vector register because altivec instructions are disabled, use %qs to enable them"
41879 msgstr ""
41881 #: config/rs6000/rs6000-call.cc:1639
41882 #, gcc-internal-format
41883 msgid "invalid use of MMA operand of type %qs as a function parameter"
41884 msgstr ""
41886 #: config/rs6000/rs6000-call.cc:2028
41887 #, gcc-internal-format
41888 msgid "GCC vector passed by reference: non-standard ABI extension with no compatibility guarantee"
41889 msgstr ""
41891 #. We can't check this in rs6000_option_override_internal since
41892 #. DEFAULT_ABI isn't established yet.
41893 #: config/rs6000/rs6000-logue.cc:728
41894 #, gcc-internal-format
41895 msgid "%qs requires the ELFv2 ABI"
41896 msgstr ""
41898 #: config/rs6000/rs6000-logue.cc:1715
41899 #, gcc-internal-format
41900 msgid "stack frame too large"
41901 msgstr ""
41903 #: config/rs6000/rs6000-logue.cc:4032
41904 #, gcc-internal-format, gfc-internal-format
41905 msgid "unsupported number of nops before function entry (%u)"
41906 msgstr ""
41908 #: config/rs6000/rs6000-logue.cc:5580
41909 #, gcc-internal-format
41910 msgid "%qs uses register r29"
41911 msgstr ""
41913 #: config/rs6000/rs6000-logue.cc:5588
41914 #, gcc-internal-format
41915 msgid "Stack frame larger than 2G is not supported for %<-fsplit-stack%>"
41916 msgstr ""
41918 #: config/rs6000/rs6000.cc:3212 config/rs6000/rs6000.cc:3215
41919 #: config/rs6000/rs6000.cc:3218
41920 #, gcc-internal-format
41921 msgid "%qs requires %qs or %qs"
41922 msgstr ""
41924 #: config/rs6000/rs6000.cc:3319
41925 #, gcc-internal-format
41926 msgid "%qs requires PowerPC64 architecture, enabling"
41927 msgstr ""
41929 #: config/rs6000/rs6000.cc:3434
41930 #, gcc-internal-format
41931 msgid "%<-mcall-aixdesc%> incompatible with %<-mabi=elfv2%>"
41932 msgstr ""
41934 #: config/rs6000/rs6000.cc:3483
41935 #, gcc-internal-format
41936 msgid "%qs unsupported for this ABI"
41937 msgstr ""
41939 #: config/rs6000/rs6000.cc:3611
41940 #, gcc-internal-format
41941 msgid "%qs is not supported for 64-bit Darwin; it is incompatible with the installed C and C++ libraries"
41942 msgstr ""
41944 #: config/rs6000/rs6000.cc:3772
41945 #, gcc-internal-format
41946 msgid "AltiVec not supported in this target"
41947 msgstr ""
41949 #: config/rs6000/rs6000.cc:3789
41950 #, gcc-internal-format
41951 msgid "%qs is not supported on little endian systems"
41952 msgstr ""
41954 #: config/rs6000/rs6000.cc:3871
41955 #, gcc-internal-format
41956 msgid "power9 target option is incompatible with %<%s=<xxx>%> for <xxx> less than power9"
41957 msgstr ""
41959 #. Enforce that none of the ISA_3_0_MASKS_SERVER flags
41960 #. were explicitly cleared.
41961 #: config/rs6000/rs6000.cc:3879
41962 #, gcc-internal-format
41963 msgid "%qs incompatible with explicitly disabled options"
41964 msgstr ""
41966 #. TARGET_VSX = 1 implies Power 7 and newer
41967 #: config/rs6000/rs6000.cc:3913 config/rs6000/rs6000.cc:3921
41968 #: config/rs6000/rs6000.cc:3928 config/rs6000/rs6000.cc:3935
41969 #: config/rs6000/rs6000.cc:3943 config/rs6000/rs6000.cc:3962
41970 #: config/rs6000/rs6000.cc:4024 config/rs6000/rs6000.cc:4051
41971 #: config/rs6000/rs6000.cc:4078 config/rs6000/rs6000.cc:4093
41972 #: config/rs6000/rs6000.cc:4101 config/rs6000/rs6000.cc:4225
41973 #: config/rs6000/rs6000.cc:4238 config/rs6000/rs6000.cc:4247
41974 #: config/rs6000/rs6000.cc:4385 config/rs6000/rs6000.cc:4398
41975 #: config/rs6000/rs6000.cc:4419
41976 #, gcc-internal-format
41977 msgid "%qs requires %qs"
41978 msgstr ""
41980 #: config/rs6000/rs6000.cc:4129
41981 #, gcc-internal-format
41982 msgid "target attribute or pragma changes %<long double%> size"
41983 msgstr ""
41985 #: config/rs6000/rs6000.cc:4150
41986 #, gcc-internal-format
41987 msgid "%qs requires full ISA 2.06 support"
41988 msgstr ""
41990 #: config/rs6000/rs6000.cc:4163
41991 #, gcc-internal-format
41992 msgid "Using IEEE extended precision %<long double%>"
41993 msgstr ""
41995 #: config/rs6000/rs6000.cc:4166
41996 #, gcc-internal-format
41997 msgid "Using IBM extended precision %<long double%>"
41998 msgstr ""
42000 #: config/rs6000/rs6000.cc:4185
42001 #, gcc-internal-format
42002 msgid "%qs requires VSX support"
42003 msgstr ""
42005 #: config/rs6000/rs6000.cc:4194
42006 #, gcc-internal-format
42007 msgid "The %<-mfloat128%> option may not be fully supported"
42008 msgstr ""
42010 #: config/rs6000/rs6000.cc:4217
42011 #, gcc-internal-format
42012 msgid "%qs requires full ISA 3.0 support"
42013 msgstr ""
42015 #: config/rs6000/rs6000.cc:4304
42016 #, gcc-internal-format
42017 msgid "unknown vectorization library ABI type in %<-mveclibabi=%s%>"
42018 msgstr ""
42020 #: config/rs6000/rs6000.cc:4317 config/rs6000/rs6000.cc:4332
42021 #, gcc-internal-format
42022 msgid "target attribute or pragma changes AltiVec ABI"
42023 msgstr ""
42025 #: config/rs6000/rs6000.cc:4345
42026 #, gcc-internal-format
42027 msgid "target attribute or pragma changes darwin64 ABI"
42028 msgstr ""
42030 #: config/rs6000/rs6000.cc:4551
42031 #, gcc-internal-format
42032 msgid "%qs needs a valid base register"
42033 msgstr ""
42035 #: config/rs6000/rs6000.cc:4848
42036 #, gcc-internal-format
42037 msgid "unknown option for %<%s=%s%>"
42038 msgstr ""
42040 #: config/rs6000/rs6000.cc:4877
42041 #, gcc-internal-format
42042 msgid "%qs is deprecated and not recommended in any circumstances"
42043 msgstr ""
42045 #: config/rs6000/rs6000.cc:10918
42046 #, gcc-internal-format
42047 msgid "%qs is an opaque type, and you cannot set it to other values"
42048 msgstr ""
42050 #: config/rs6000/rs6000.cc:17751
42051 #, gcc-internal-format
42052 msgid "no profiling of 64-bit code for this ABI"
42053 msgstr ""
42055 #: config/rs6000/rs6000.cc:20147
42056 #, gcc-internal-format
42057 msgid "you cannot take the address of a nested function if you use the %qs option"
42058 msgstr ""
42060 #: config/rs6000/rs6000.cc:20229
42061 #, gcc-internal-format
42062 msgid "use of %<long double%> in AltiVec types is invalid"
42063 msgstr ""
42065 #: config/rs6000/rs6000.cc:20231
42066 #, gcc-internal-format
42067 msgid "use of boolean types in AltiVec types is invalid"
42068 msgstr ""
42070 #: config/rs6000/rs6000.cc:20233
42071 #, gcc-internal-format
42072 msgid "use of %<complex%> in AltiVec types is invalid"
42073 msgstr ""
42075 #: config/rs6000/rs6000.cc:20235
42076 #, gcc-internal-format
42077 msgid "use of decimal floating-point types in AltiVec types is invalid"
42078 msgstr ""
42080 #: config/rs6000/rs6000.cc:20241
42081 #, gcc-internal-format
42082 msgid "use of %<long%> in AltiVec types is invalid for 64-bit code without %qs"
42083 msgstr ""
42085 #: config/rs6000/rs6000.cc:20244
42086 #, gcc-internal-format
42087 msgid "use of %<long%> in AltiVec types is deprecated; use %<int%>"
42088 msgstr ""
42090 #: config/rs6000/rs6000.cc:20249
42091 #, gcc-internal-format
42092 msgid "use of %<long long%> in AltiVec types is invalid without %qs"
42093 msgstr ""
42095 #: config/rs6000/rs6000.cc:20252
42096 #, gcc-internal-format
42097 msgid "use of %<double%> in AltiVec types is invalid without %qs"
42098 msgstr ""
42100 #: config/rs6000/rs6000.cc:24390
42101 #, gcc-internal-format
42102 msgid "invalid cpu %qs for %s%qs%s"
42103 msgstr ""
42105 #: config/rs6000/rs6000.cc:24393
42106 #, gcc-internal-format
42107 msgid "%s%qs%s is not allowed"
42108 msgstr ""
42110 #: config/rs6000/rs6000.cc:24395
42111 #, gcc-internal-format
42112 msgid "%s%qs%s is invalid"
42113 msgstr ""
42115 #: config/rs6000/rs6000.cc:24924
42116 #, gcc-internal-format
42117 msgid "%<-mno-%s%> turns off %<-m%s%>"
42118 msgstr ""
42120 #: config/rs6000/rs6000.cc:25083
42121 #, gcc-internal-format
42122 msgid "%<target_clones%> attribute needs GLIBC (2.23 and newer) that exports hardware capability bits"
42123 msgstr ""
42125 #: config/rs6000/rs6000.cc:25372
42126 #, gcc-internal-format
42127 msgid "Virtual function multiversioning not supported"
42128 msgstr ""
42130 #: config/rs6000/rs6000.cc:28509
42131 #, gcc-internal-format
42132 msgid "the result for the xxspltidp instruction is undefined for subnormal input values"
42133 msgstr ""
42135 #: config/rs6000/rs6000.cc:28987
42136 #, gcc-internal-format
42137 msgid "type %<__vector_quad%> requires the %qs option"
42138 msgstr ""
42140 #: config/rs6000/rs6000.cc:28992
42141 #, gcc-internal-format
42142 msgid "type %<__vector_pair%> requires the %qs option"
42143 msgstr ""
42145 #: config/rx/rx.cc:651
42146 #, gcc-internal-format
42147 msgid "unrecognized control register number: %d - using %<psw%>"
42148 msgstr ""
42150 #: config/rx/rx.cc:1384
42151 #, gcc-internal-format
42152 msgid "multiple fast interrupt routines seen: %qE and %qE"
42153 msgstr ""
42155 #: config/rx/rx.cc:2480
42156 #, gcc-internal-format
42157 msgid "invalid control register %d for mvtc; using %<psw%>"
42158 msgstr ""
42160 #: config/rx/rx.cc:2602
42161 #, gcc-internal-format
42162 msgid "%<__builtin_rx_%s%> takes %<C%>, %<Z%>, %<S%>, %<O%>, %<I%>, or %<U%>"
42163 msgstr ""
42165 #: config/rx/rx.cc:2605
42166 #, gcc-internal-format
42167 msgid "use %<__builtin_rx_mvtc (0, ... )%> to write arbitrary values to PSW"
42168 msgstr ""
42170 #: config/rx/rx.cc:2652
42171 #, gcc-internal-format
42172 msgid "%<-mno-allow-string-insns%> forbids the generation of the RMPA instruction"
42173 msgstr ""
42175 #: config/rx/rx.cc:2800
42176 #, gcc-internal-format
42177 msgid "RX FPU instructions do not support NaNs and infinities"
42178 msgstr ""
42180 #: config/s390/s390-c.cc:487
42181 #, gcc-internal-format
42182 msgid "builtin %qs can only be used on vector types"
42183 msgstr ""
42185 #: config/s390/s390-c.cc:717 config/s390/s390.cc:989
42186 #, gcc-internal-format
42187 msgid "constant value required for builtin %qF argument %d"
42188 msgstr ""
42190 #: config/s390/s390-c.cc:732
42191 #, gcc-internal-format
42192 msgid "valid values for builtin %qF argument %d are 64, 128, 256, 512, 1024, 2048, and 4096"
42193 msgstr ""
42195 #: config/s390/s390-c.cc:909
42196 #, gcc-internal-format
42197 msgid "builtin %qF is for GCC internal use only"
42198 msgstr ""
42200 #: config/s390/s390-c.cc:917
42201 #, gcc-internal-format
42202 msgid "builtin %qF is deprecated"
42203 msgstr ""
42205 #: config/s390/s390-c.cc:921
42206 #, gcc-internal-format
42207 msgid "%qF requires %<-mvx%>"
42208 msgstr ""
42210 #: config/s390/s390-c.cc:927
42211 #, gcc-internal-format
42212 msgid "%qF requires z14 or higher"
42213 msgstr ""
42215 #: config/s390/s390-c.cc:933
42216 #, gcc-internal-format
42217 msgid "%qF requires z15 or higher"
42218 msgstr ""
42220 #: config/s390/s390-c.cc:947
42221 #, gcc-internal-format
42222 msgid "mismatch in number of arguments for builtin %qF. Expected: %d got %d"
42223 msgstr ""
42225 #: config/s390/s390-c.cc:996
42226 #, gcc-internal-format
42227 msgid "invalid parameter combination for intrinsic %qs"
42228 msgstr ""
42230 #: config/s390/s390-c.cc:1002
42231 #, gcc-internal-format
42232 msgid "ambiguous overload for intrinsic %qs"
42233 msgstr ""
42235 #: config/s390/s390-c.cc:1010
42236 #, gcc-internal-format
42237 msgid "%qs matching variant requires z14 or higher"
42238 msgstr ""
42240 #: config/s390/s390-c.cc:1019
42241 #, gcc-internal-format
42242 msgid "%qs matching variant requires z15 or higher"
42243 msgstr ""
42245 #: config/s390/s390-c.cc:1025
42246 #, gcc-internal-format
42247 msgid "%qs matching variant is deprecated"
42248 msgstr ""
42250 #: config/s390/s390-c.cc:1065
42251 #, gcc-internal-format
42252 msgid "constant argument %d for builtin %qF is out of range for target type"
42253 msgstr ""
42255 #: config/s390/s390.cc:838
42256 #, gcc-internal-format
42257 msgid "constant argument %d for builtin %qF is invalid (%s)"
42258 msgstr ""
42260 #: config/s390/s390.cc:842
42261 #, gcc-internal-format
42262 msgid "constant argument %d for builtin %qF is out of range (0-%wu)"
42263 msgstr ""
42265 #: config/s390/s390.cc:858
42266 #, gcc-internal-format
42267 msgid "constant argument %d for builtin %qF is out of range (%wd-%wd)"
42268 msgstr ""
42270 #: config/s390/s390.cc:907
42271 #, gcc-internal-format
42272 msgid "builtin %qF is not supported without %<-mhtm%> (default with %<-march=zEC12%> and higher)"
42273 msgstr ""
42275 #: config/s390/s390.cc:913
42276 #, gcc-internal-format
42277 msgid "builtin %qF requires %<-mvx%> (default with %<-march=z13%> and higher)"
42278 msgstr ""
42280 #: config/s390/s390.cc:920
42281 #, gcc-internal-format
42282 msgid "Builtin %qF requires z14 or higher"
42283 msgstr ""
42285 #: config/s390/s390.cc:926
42286 #, gcc-internal-format
42287 msgid "Builtin %qF requires z15 or higher"
42288 msgstr ""
42290 #: config/s390/s390.cc:945
42291 #, gcc-internal-format
42292 msgid "unresolved overloaded builtin"
42293 msgstr ""
42295 #: config/s390/s390.cc:952
42296 #, gcc-internal-format
42297 msgid "bad builtin icode"
42298 msgstr ""
42300 #: config/s390/s390.cc:1086
42301 #, gcc-internal-format
42302 msgid "invalid argument %d for builtin %qF"
42303 msgstr ""
42305 #: config/s390/s390.cc:1187
42306 #, gcc-internal-format
42307 msgid "requested %qE attribute is not a comma separated pair of non-negative integer constants or too large (max. %d)"
42308 msgstr ""
42310 #: config/s390/s390.cc:1277
42311 #, gcc-internal-format
42312 msgid "argument to %qE attribute is not (keep|thunk|thunk-extern)"
42313 msgstr ""
42315 #: config/s390/s390.cc:10240
42316 #, gcc-internal-format
42317 msgid "total size of local variables exceeds architecture limit"
42318 msgstr ""
42320 #: config/s390/s390.cc:11647
42321 #, gcc-internal-format
42322 msgid "frame size of function %qs is %wd bytes exceeding user provided stack limit of %d bytes; an unconditional trap is added"
42323 msgstr ""
42325 #: config/s390/s390.cc:11663
42326 #, gcc-internal-format
42327 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"
42328 msgstr ""
42330 #: config/s390/s390.cc:11691
42331 #, gcc-internal-format
42332 msgid "frame size of %qs is %wd bytes"
42333 msgstr ""
42335 #: config/s390/s390.cc:11695
42336 #, gcc-internal-format
42337 msgid "%qs uses dynamic stack allocation"
42338 msgstr ""
42340 #: config/s390/s390.cc:12441
42341 #, gcc-internal-format
42342 msgid "parameter passing for argument of type %qT with zero-width bit fields members changed in GCC 12"
42343 msgstr ""
42345 #: config/s390/s390.cc:13400
42346 #, gcc-internal-format
42347 msgid "nested functions cannot be profiled with %<-mfentry%> on s390"
42348 msgstr ""
42350 #: config/s390/s390.cc:15688
42351 #, gcc-internal-format
42352 msgid "64-bit ABI not supported in ESA/390 mode"
42353 msgstr ""
42355 #: config/s390/s390.cc:15695
42356 #, gcc-internal-format
42357 msgid "thunk-inline is only supported with %<-mindirect-branch-jump%>"
42358 msgstr ""
42360 #: config/s390/s390.cc:15730
42361 #, gcc-internal-format, gfc-internal-format
42362 msgid "hardware vector support not available on %s"
42363 msgstr ""
42365 #: config/s390/s390.cc:15733
42366 #, gcc-internal-format
42367 msgid "hardware vector support not available with %<-msoft-float%>"
42368 msgstr ""
42370 #: config/s390/s390.cc:15762
42371 #, gcc-internal-format, gfc-internal-format
42372 msgid "hardware decimal floating-point instructions not available on %s"
42373 msgstr ""
42375 #: config/s390/s390.cc:15766
42376 #, gcc-internal-format
42377 msgid "hardware decimal floating-point instructions not available in ESA/390 mode"
42378 msgstr ""
42380 #: config/s390/s390.cc:15778
42381 #, gcc-internal-format
42382 msgid "%<-mhard-dfp%> cannot be used in conjunction with %<-msoft-float%>"
42383 msgstr ""
42385 #: config/s390/s390.cc:15787
42386 #, gcc-internal-format
42387 msgid "%<-mbackchain%> %<-mpacked-stack%> %<-mhard-float%> are not supported in combination"
42388 msgstr ""
42390 #: config/s390/s390.cc:15793
42391 #, gcc-internal-format
42392 msgid "stack size must be greater than the stack guard value"
42393 msgstr ""
42395 #: config/s390/s390.cc:15795
42396 #, gcc-internal-format
42397 msgid "stack size must not be greater than 64k"
42398 msgstr ""
42400 #: config/s390/s390.cc:15798
42401 #, gcc-internal-format
42402 msgid "%<-mstack-guard%> implies use of %<-mstack-size%>"
42403 msgstr ""
42405 #: config/s390/s390.cc:15811
42406 #, gcc-internal-format
42407 msgid "%<-mtpf-trace-hook-prologue-check%> requires integer in range 0-4095"
42408 msgstr ""
42410 #: config/s390/s390.cc:15814
42411 #, gcc-internal-format
42412 msgid "%<-mtpf-trace-hook-prologue-target%> requires integer in range 0-4095"
42413 msgstr ""
42415 #: config/s390/s390.cc:15817
42416 #, gcc-internal-format
42417 msgid "%<-mtpf-trace-hook-epilogue-check%> requires integer in range 0-4095"
42418 msgstr ""
42420 #: config/s390/s390.cc:15820
42421 #, gcc-internal-format
42422 msgid "%<-mtpf-trace-hook-epilogue-target%> requires integer in range 0-4095"
42423 msgstr ""
42425 #: config/s390/s390.cc:15884
42426 #, gcc-internal-format
42427 msgid "%<-mfentry%> is supported only for 64-bit CPUs"
42428 msgstr ""
42430 #. argument is not a plain number
42431 #: config/s390/s390.cc:15920
42432 #, gcc-internal-format
42433 msgid "arguments to %qs should be non-negative integers"
42434 msgstr ""
42436 #: config/s390/s390.cc:15927
42437 #, gcc-internal-format
42438 msgid "argument to %qs is too large (max. %d)"
42439 msgstr ""
42441 #: config/s390/s390.cc:15958
42442 #, gcc-internal-format
42443 msgid "%<-mno-pic-data-is-text-relative%> cannot be used without %<-fpic%>/%<-fPIC%>"
42444 msgstr ""
42446 #: config/s390/s390.cc:16119 config/s390/s390.cc:16169
42447 #: config/s390/s390.cc:16186
42448 #, gcc-internal-format
42449 msgid "attribute %<target%> argument %qs is unknown"
42450 msgstr ""
42452 #. Value is not allowed for the target attribute.
42453 #: config/s390/s390.cc:16125
42454 #, gcc-internal-format
42455 msgid "value %qs is not supported by attribute %<target%>"
42456 msgstr ""
42458 #: config/sh/sh.cc:936
42459 #, gcc-internal-format
42460 msgid "ignoring %<-fschedule-insns%> because of exception handling bug"
42461 msgstr ""
42463 #: config/sh/sh.cc:953
42464 #, gcc-internal-format
42465 msgid "unwind tables currently require either a frame pointer or %<-maccumulate-outgoing-args%> for correctness"
42466 msgstr ""
42468 #: config/sh/sh.cc:7416
42469 #, gcc-internal-format
42470 msgid "%<__builtin_saveregs%> not supported by this subtarget"
42471 msgstr ""
42473 #: config/sh/sh.cc:8353
42474 #, gcc-internal-format
42475 msgid "%qE attribute only applies to interrupt functions"
42476 msgstr ""
42478 #: config/sh/sh.cc:8423
42479 #, gcc-internal-format
42480 msgid "%qE attribute is supported only for SH2A"
42481 msgstr ""
42483 #: config/sh/sh.cc:8465
42484 #, gcc-internal-format
42485 msgid "%qE attribute only applies to SH2A"
42486 msgstr ""
42488 #: config/sh/sh.cc:8487
42489 #, gcc-internal-format
42490 msgid "%qE attribute argument should be between 0 to 255"
42491 msgstr ""
42493 #: config/sh/sh.cc:10832
42494 #, gcc-internal-format
42495 msgid "r0 needs to be available as a call-clobbered register"
42496 msgstr ""
42498 #: config/sparc/sparc.cc:1843
42499 #, gcc-internal-format, gfc-internal-format
42500 msgid "%s is not supported by this configuration"
42501 msgstr ""
42503 #: config/sparc/sparc.cc:1850
42504 #, gcc-internal-format
42505 msgid "%<-mlong-double-64%> not allowed with %<-m64%>"
42506 msgstr ""
42508 #: config/sparc/sparc.cc:1858
42509 #, gcc-internal-format
42510 msgid "%<-fcall-saved-REG%> is not supported for out registers"
42511 msgstr ""
42513 #: config/sparc/sparc.cc:1982
42514 #, gcc-internal-format
42515 msgid "%<-mcmodel=%> is not supported in 32-bit mode"
42516 msgstr ""
42518 #: config/stormy16/stormy16.cc:1058
42519 #, gcc-internal-format
42520 msgid "local variable memory requirements exceed capacity"
42521 msgstr ""
42523 #: config/stormy16/stormy16.cc:1215
42524 #, gcc-internal-format
42525 msgid "%<function_profiler%> support"
42526 msgstr ""
42528 #: config/stormy16/stormy16.cc:1309
42529 #, gcc-internal-format
42530 msgid "cannot use %<va_start%> in interrupt function"
42531 msgstr ""
42533 #: config/stormy16/stormy16.cc:1880
42534 #, gcc-internal-format, gfc-internal-format
42535 msgid "switch statement of size %lu entries too large"
42536 msgstr ""
42538 #: config/stormy16/stormy16.cc:2252
42539 #, gcc-internal-format
42540 msgid "%<__BELOW100__%> attribute only applies to variables"
42541 msgstr ""
42543 #: config/stormy16/stormy16.cc:2259
42544 #, gcc-internal-format
42545 msgid "%<__BELOW100__%> attribute not allowed with auto storage class"
42546 msgstr ""
42548 #: config/v850/v850-c.cc:67
42549 #, gcc-internal-format
42550 msgid "%<#pragma%> GHS endXXX found without previous startXXX"
42551 msgstr ""
42553 #: config/v850/v850-c.cc:70
42554 #, gcc-internal-format
42555 msgid "%<#pragma%> GHS endXXX does not match previous startXXX"
42556 msgstr ""
42558 #: config/v850/v850-c.cc:96
42559 #, gcc-internal-format
42560 msgid "cannot set interrupt attribute: no current function"
42561 msgstr ""
42563 #: config/v850/v850-c.cc:104
42564 #, gcc-internal-format
42565 msgid "cannot set interrupt attribute: no such identifier"
42566 msgstr ""
42568 #: config/v850/v850-c.cc:153
42569 #, gcc-internal-format
42570 msgid "junk at end of %<#pragma%> ghs section"
42571 msgstr ""
42573 #: config/v850/v850-c.cc:170
42574 #, gcc-internal-format
42575 msgid "unrecognized section name %qE"
42576 msgstr ""
42578 #: config/v850/v850-c.cc:184
42579 #, gcc-internal-format
42580 msgid "malformed %<#pragma%> ghs section"
42581 msgstr ""
42583 #: config/v850/v850-c.cc:203
42584 #, gcc-internal-format
42585 msgid "junk at end of %<#pragma%> ghs interrupt"
42586 msgstr ""
42588 #: config/v850/v850-c.cc:214
42589 #, gcc-internal-format
42590 msgid "junk at end of %<#pragma%> ghs starttda"
42591 msgstr ""
42593 #: config/v850/v850-c.cc:225
42594 #, gcc-internal-format
42595 msgid "junk at end of %<#pragma%> ghs startsda"
42596 msgstr ""
42598 #: config/v850/v850-c.cc:236
42599 #, gcc-internal-format
42600 msgid "junk at end of %<#pragma%> ghs startzda"
42601 msgstr ""
42603 #: config/v850/v850-c.cc:247
42604 #, gcc-internal-format
42605 msgid "junk at end of %<#pragma%> ghs endtda"
42606 msgstr ""
42608 #: config/v850/v850-c.cc:258
42609 #, gcc-internal-format
42610 msgid "junk at end of %<#pragma%> ghs endsda"
42611 msgstr ""
42613 #: config/v850/v850-c.cc:269
42614 #, gcc-internal-format
42615 msgid "junk at end of %<#pragma%> ghs endzda"
42616 msgstr ""
42618 #: config/v850/v850.cc:2046
42619 #, gcc-internal-format
42620 msgid "data area attributes cannot be specified for local variables"
42621 msgstr ""
42623 #: config/v850/v850.cc:2057
42624 #, gcc-internal-format
42625 msgid "data area of %q+D conflicts with previous declaration"
42626 msgstr ""
42628 #: config/v850/v850.cc:2188
42629 #, gcc-internal-format, gfc-internal-format
42630 msgid "bogus JR construction: %d"
42631 msgstr ""
42633 #: config/v850/v850.cc:2206 config/v850/v850.cc:2313
42634 #, gcc-internal-format, gfc-internal-format
42635 msgid "bad amount of stack space removal: %d"
42636 msgstr ""
42638 #: config/v850/v850.cc:2293
42639 #, gcc-internal-format, gfc-internal-format
42640 msgid "bogus JARL construction: %d"
42641 msgstr ""
42643 #: config/v850/v850.cc:2591
42644 #, gcc-internal-format, gfc-internal-format
42645 msgid "bogus DISPOSE construction: %d"
42646 msgstr ""
42648 #: config/v850/v850.cc:2610
42649 #, gcc-internal-format, gfc-internal-format
42650 msgid "too much stack space to dispose of: %d"
42651 msgstr ""
42653 #: config/v850/v850.cc:2712
42654 #, gcc-internal-format, gfc-internal-format
42655 msgid "bogus PREPEARE construction: %d"
42656 msgstr ""
42658 #: config/v850/v850.cc:2729
42659 #, gcc-internal-format, gfc-internal-format
42660 msgid "too much stack space to prepare: %d"
42661 msgstr ""
42663 #: config/visium/visium.cc:730
42664 #, gcc-internal-format
42665 msgid "an interrupt handler cannot be compiled with %<-muser-mode%>"
42666 msgstr ""
42668 #: config/vms/vms-c.cc:44
42669 #, gcc-internal-format
42670 msgid "junk at end of %<#pragma __nostandard%>"
42671 msgstr ""
42673 #: config/vms/vms-c.cc:55
42674 #, gcc-internal-format
42675 msgid "junk at end of %<#pragma __standard%>"
42676 msgstr ""
42678 #: config/vms/vms-c.cc:81
42679 #, gcc-internal-format
42680 msgid "malformed %<#pragma member_alignment%>, ignoring"
42681 msgstr ""
42683 #: config/vms/vms-c.cc:96
42684 #, gcc-internal-format
42685 msgid "unknown %<#pragma member_alignment%> name %s"
42686 msgstr ""
42688 #: config/vms/vms-c.cc:101
42689 #, gcc-internal-format
42690 msgid "malformed %<#pragma member_alignment%>"
42691 msgstr ""
42693 #: config/vms/vms-c.cc:135
42694 #, gcc-internal-format
42695 msgid "unhandled alignment for %<#pragma nomember_alignment%>"
42696 msgstr ""
42698 #: config/vms/vms-c.cc:148
42699 #, gcc-internal-format
42700 msgid "garbage at end of %<#pragma nomember_alignment%>"
42701 msgstr ""
42703 #: config/vms/vms-c.cc:203
42704 #, gcc-internal-format
42705 msgid "malformed %<#pragma extern_model%>, ignoring"
42706 msgstr ""
42708 #: config/vms/vms-c.cc:224
42709 #, gcc-internal-format
42710 msgid "extern model globalvalue"
42711 msgstr ""
42713 #: config/vms/vms-c.cc:229
42714 #, gcc-internal-format
42715 msgid "unknown %<#pragma extern_model%> model %qs"
42716 msgstr ""
42718 #: config/vms/vms-c.cc:235
42719 #, gcc-internal-format
42720 msgid "junk at end of '#pragma extern_model'"
42721 msgstr ""
42723 #: config/vms/vms-c.cc:249
42724 #, gcc-internal-format
42725 msgid "vms '#pragma __message' is ignored"
42726 msgstr ""
42728 #: config/vms/vms-c.cc:274 config/vms/vms-c.cc:280
42729 #, gcc-internal-format
42730 msgid "malformed %<#pragma __extern_prefix%>, ignoring"
42731 msgstr ""
42733 #: config/vms/vms-c.cc:313 config/vms/vms-c.cc:333
42734 #, gcc-internal-format
42735 msgid "malformed %<#pragma %s%>, ignoring"
42736 msgstr ""
42738 #: config/vms/vms-c.cc:329
42739 #, gcc-internal-format
42740 msgid "invalid constant in %<#pragma %s%>"
42741 msgstr ""
42743 #: config/xtensa/xtensa-dynconfig.cc:90
42744 #, gcc-internal-format
42745 msgid "%qs is defined but could not be loaded: %s"
42746 msgstr "%qs je definiran ali se ne može učitati: %s"
42748 #: config/xtensa/xtensa-dynconfig.cc:97
42749 #, gcc-internal-format
42750 msgid "%qs plugin is not licensed under a GPL-compatible license"
42751 msgstr ""
42753 #: config/xtensa/xtensa-dynconfig.cc:114
42754 #, gcc-internal-format
42755 msgid "%qs is loaded but symbol %qs is not found: %s"
42756 msgstr ""
42758 #: config/xtensa/xtensa-dynconfig.cc:128
42759 #, gcc-internal-format
42760 msgid "%qs is defined but plugin support is disabled"
42761 msgstr ""
42763 #: config/xtensa/xtensa.cc:2806
42764 #, gcc-internal-format
42765 msgid "boolean registers required for the floating-point option"
42766 msgstr ""
42768 #: config/xtensa/xtensa.cc:2841
42769 #, gcc-internal-format
42770 msgid "%<-f%s%> is not supported with CONST16 instructions"
42771 msgstr ""
42773 #: config/xtensa/xtensa.cc:2848
42774 #, gcc-internal-format
42775 msgid "PIC is required but not supported with CONST16 instructions"
42776 msgstr ""
42778 #: config/xtensa/xtensa.cc:4290
42779 #, gcc-internal-format
42780 msgid "only uninitialized variables can be placed in a %<.bss%> section"
42781 msgstr ""
42783 #: ada/gcc-interface/misc.cc:155
42784 #, gcc-internal-format
42785 msgid "%<-gnat%> misspelled as %<-gant%>"
42786 msgstr ""
42788 #: ada/gcc-interface/misc.cc:258
42789 #, gcc-internal-format
42790 msgid "%<-fexcess-precision=standard%> for Ada"
42791 msgstr ""
42793 #: ada/gcc-interface/misc.cc:260
42794 #, gcc-internal-format
42795 msgid "%<-fexcess-precision=16%> for Ada"
42796 msgstr ""
42798 #: ada/gcc-interface/trans.cc:332
42799 #, gcc-internal-format, gfc-internal-format
42800 msgid "%s contains too many lines"
42801 msgstr ""
42803 #: ada/gcc-interface/trans.cc:1614
42804 #, gcc-internal-format
42805 msgid "subprogram %q+F not marked %<Inline_Always%>"
42806 msgstr ""
42808 #: ada/gcc-interface/trans.cc:1616 ada/gcc-interface/trans.cc:1622
42809 #, gcc-internal-format
42810 msgid "parent subprogram cannot be inlined"
42811 msgstr ""
42813 #: ada/gcc-interface/trans.cc:1620
42814 #, gcc-internal-format
42815 msgid "subprogram %q+F not marked %<Inline%>"
42816 msgstr ""
42818 #: ada/gcc-interface/utils.cc:4149
42819 #, gcc-internal-format
42820 msgid "invalid element type for attribute %qs"
42821 msgstr ""
42823 #: ada/gcc-interface/utils.cc:4173
42824 #, gcc-internal-format
42825 msgid "number of components of vector not a power of two"
42826 msgstr ""
42828 #: ada/gcc-interface/utils.cc:6393 ada/gcc-interface/utils.cc:6571
42829 #: ada/gcc-interface/utils.cc:6752
42830 #, gcc-internal-format
42831 msgid "%qs attribute ignored"
42832 msgstr ""
42834 #: ada/gcc-interface/utils.cc:6448
42835 #, gcc-internal-format
42836 msgid "%qs attribute without arguments on a non-prototype"
42837 msgstr ""
42839 #: ada/gcc-interface/utils.cc:6463
42840 #, gcc-internal-format
42841 msgid "%qs argument has invalid operand number (argument %lu)"
42842 msgstr ""
42844 #: ada/gcc-interface/utils.cc:6485
42845 #, gcc-internal-format
42846 msgid "%qs argument with out-of-range operand number (argument %lu, operand %lu)"
42847 msgstr ""
42849 #: ada/gcc-interface/utils.cc:6494
42850 #, gcc-internal-format
42851 msgid "%qs argument references non-pointer operand (argument %lu, operand %lu)"
42852 msgstr ""
42854 #: ada/gcc-interface/utils.cc:6515
42855 #, gcc-internal-format
42856 msgid "%qs attribute requires prototypes with named arguments"
42857 msgstr ""
42859 #: ada/gcc-interface/utils.cc:6524
42860 #, gcc-internal-format
42861 msgid "%qs attribute only applies to variadic functions"
42862 msgstr ""
42864 #: ada/gcc-interface/utils.cc:6712 d/d-attribs.cc:359 d/d-attribs.cc:485
42865 #, gcc-internal-format
42866 msgid "%qE attribute has no effect"
42867 msgstr ""
42869 #: ada/gcc-interface/utils.cc:7044
42870 #, gcc-internal-format
42871 msgid "attribute %qs applies to array types only"
42872 msgstr ""
42874 #: c/c-convert.cc:104 c/c-typeck.cc:2342 c/c-typeck.cc:13359 cp/typeck.cc:2497
42875 #: cp/typeck.cc:9393 cp/typeck.cc:10189 d/d-convert.cc:262
42876 #, gcc-internal-format
42877 msgid "void value not ignored as it ought to be"
42878 msgstr ""
42880 #: c/c-convert.cc:221
42881 #, gcc-internal-format
42882 msgid "conversion from %qT to %qT"
42883 msgstr ""
42885 #: c/c-convert.cc:223
42886 #, gcc-internal-format
42887 msgid "only %qT or a null pointer constant can be converted to %qT"
42888 msgstr ""
42890 #: c/c-convert.cc:227 d/d-convert.cc:323
42891 #, gcc-internal-format
42892 msgid "conversion to non-scalar type requested"
42893 msgstr ""
42895 #: c/c-decl.cc:842
42896 #, gcc-internal-format
42897 msgid "array %q+D assumed to have one element"
42898 msgstr ""
42900 #: c/c-decl.cc:883
42901 #, gcc-internal-format
42902 msgid "%qD is static but used in inline function %qD which is not static"
42903 msgstr ""
42905 #: c/c-decl.cc:888
42906 #, gcc-internal-format
42907 msgid "%q+D is static but declared in inline function %qD which is not static"
42908 msgstr ""
42910 #: c/c-decl.cc:1084
42911 #, gcc-internal-format, gfc-internal-format
42912 msgid "GCC supports only %u nested scopes"
42913 msgstr ""
42915 #: c/c-decl.cc:1236 cp/decl.cc:367
42916 #, gcc-internal-format
42917 msgid "label %q+D used but not defined"
42918 msgstr ""
42920 #: c/c-decl.cc:1282
42921 #, gcc-internal-format
42922 msgid "nested function %q+D declared but never defined"
42923 msgstr ""
42925 #: c/c-decl.cc:1296
42926 #, gcc-internal-format
42927 msgid "inline function %q+D declared but never defined"
42928 msgstr ""
42930 #: c/c-decl.cc:1314
42931 #, gcc-internal-format
42932 msgid "unused variable %q+D"
42933 msgstr ""
42935 #: c/c-decl.cc:1320 cp/decl.cc:710
42936 #, gcc-internal-format
42937 msgid "variable %qD set but not used"
42938 msgstr ""
42940 #: c/c-decl.cc:1325
42941 #, gcc-internal-format
42942 msgid "type of array %q+D completed incompatibly with implicit initialization"
42943 msgstr ""
42945 #: c/c-decl.cc:1505
42946 #, gcc-internal-format
42947 msgid "underspecified declaration of %qE, which is already declared in this scope"
42948 msgstr ""
42950 #: c/c-decl.cc:1676 c/c-decl.cc:7710 c/c-decl.cc:8657 c/c-decl.cc:9581
42951 #, gcc-internal-format
42952 msgid "originally defined here"
42953 msgstr ""
42955 #: c/c-decl.cc:1899
42956 #, gcc-internal-format
42957 msgid "a parameter list with an ellipsis cannot match an empty parameter name list declaration"
42958 msgstr ""
42960 #: c/c-decl.cc:1906
42961 #, gcc-internal-format
42962 msgid "an argument type that has a default promotion cannot match an empty parameter name list declaration"
42963 msgstr ""
42965 #: c/c-decl.cc:1954
42966 #, gcc-internal-format
42967 msgid "prototype for %q+D declares more arguments than previous old-style definition"
42968 msgstr ""
42970 #: c/c-decl.cc:1960
42971 #, gcc-internal-format
42972 msgid "prototype for %q+D declares fewer arguments than previous old-style definition"
42973 msgstr ""
42975 #: c/c-decl.cc:1969
42976 #, gcc-internal-format
42977 msgid "prototype for %q+D declares argument %d with incompatible type"
42978 msgstr ""
42980 #. If we get here, no errors were found, but do issue a warning
42981 #. for this poor-style construct.
42982 #: c/c-decl.cc:1982
42983 #, gcc-internal-format
42984 msgid "prototype for %q+D follows non-prototype definition"
42985 msgstr ""
42987 #: c/c-decl.cc:2000
42988 #, gcc-internal-format
42989 msgid "previous definition of %q+D with type %qT"
42990 msgstr ""
42992 #: c/c-decl.cc:2004
42993 #, gcc-internal-format
42994 msgid "previous implicit declaration of %q+D with type %qT"
42995 msgstr ""
42997 #: c/c-decl.cc:2008
42998 #, gcc-internal-format
42999 msgid "previous declaration of %q+D with type %qT"
43000 msgstr ""
43002 #: c/c-decl.cc:2048
43003 #, gcc-internal-format
43004 msgid "%q+D redeclared as different kind of symbol"
43005 msgstr ""
43007 #: c/c-decl.cc:2053
43008 #, gcc-internal-format
43009 msgid "built-in function %q+D declared as non-function"
43010 msgstr ""
43012 #: c/c-decl.cc:2056 c/c-decl.cc:3169
43013 #, gcc-internal-format
43014 msgid "declaration of %q+D shadows a built-in function"
43015 msgstr ""
43017 #: c/c-decl.cc:2066
43018 #, gcc-internal-format
43019 msgid "redeclaration of enumerator %q+D"
43020 msgstr ""
43022 #: c/c-decl.cc:2105
43023 #, gcc-internal-format
43024 msgid "conflicting types for built-in function %q+D; expected %qT"
43025 msgstr ""
43027 #: c/c-decl.cc:2115 c/c-decl.cc:2140
43028 #, gcc-internal-format
43029 msgid "%qD is declared in header %qs"
43030 msgstr ""
43032 #: c/c-decl.cc:2126
43033 #, gcc-internal-format
43034 msgid "mismatch in argument %u type of built-in function %qD; expected %qT"
43035 msgstr ""
43037 #: c/c-decl.cc:2131
43038 #, gcc-internal-format
43039 msgid "mismatch in return type of built-in function %qD; expected %qT"
43040 msgstr ""
43042 #: c/c-decl.cc:2164
43043 #, gcc-internal-format
43044 msgid "conflicting types for %q+D"
43045 msgstr ""
43047 #: c/c-decl.cc:2177 c/c-decl.cc:2214
43048 #, gcc-internal-format
43049 msgid "conflicting types for %q+D; have %qT"
43050 msgstr ""
43052 #: c/c-decl.cc:2194
43053 #, gcc-internal-format
43054 msgid "conflicting named address spaces (generic vs %s) for %q+D"
43055 msgstr ""
43057 #: c/c-decl.cc:2198
43058 #, gcc-internal-format
43059 msgid "conflicting named address spaces (%s vs generic) for %q+D"
43060 msgstr ""
43062 #: c/c-decl.cc:2202
43063 #, gcc-internal-format
43064 msgid "conflicting named address spaces (%s vs %s) for %q+D"
43065 msgstr ""
43067 #: c/c-decl.cc:2211
43068 #, gcc-internal-format
43069 msgid "conflicting type qualifiers for %q+D"
43070 msgstr ""
43072 #: c/c-decl.cc:2232
43073 #, gcc-internal-format
43074 msgid "conflicting types for %q+D due to enum/integer mismatch; have %qT"
43075 msgstr ""
43077 #: c/c-decl.cc:2249
43078 #, gcc-internal-format
43079 msgid "redefinition of typedef %q+D with different type"
43080 msgstr ""
43082 #: c/c-decl.cc:2262
43083 #, gcc-internal-format
43084 msgid "redefinition of typedef %q+D with variably modified type"
43085 msgstr ""
43087 #: c/c-decl.cc:2267
43088 #, gcc-internal-format
43089 msgid "redefinition of typedef %q+D"
43090 msgstr ""
43092 #: c/c-decl.cc:2295
43093 #, gcc-internal-format
43094 msgid "declaration of %qD shadows a built-in function"
43095 msgstr ""
43097 #: c/c-decl.cc:2311
43098 #, gcc-internal-format
43099 msgid "declaration of built-in function %qD without a prototype; expected %qT"
43100 msgstr ""
43102 #: c/c-decl.cc:2338 c/c-decl.cc:2449
43103 #, gcc-internal-format
43104 msgid "redefinition of %q+D"
43105 msgstr ""
43107 #: c/c-decl.cc:2377 c/c-decl.cc:2489
43108 #, gcc-internal-format
43109 msgid "static declaration of %q+D follows non-static declaration"
43110 msgstr ""
43112 #: c/c-decl.cc:2388 c/c-decl.cc:2396 c/c-decl.cc:2478 c/c-decl.cc:2486
43113 #, gcc-internal-format
43114 msgid "non-static declaration of %q+D follows static declaration"
43115 msgstr ""
43117 #: c/c-decl.cc:2413
43118 #, gcc-internal-format
43119 msgid "%<gnu_inline%> attribute present on %q+D"
43120 msgstr ""
43122 #: c/c-decl.cc:2416
43123 #, gcc-internal-format
43124 msgid "but not here"
43125 msgstr ""
43127 #: c/c-decl.cc:2435
43128 #, gcc-internal-format
43129 msgid "thread-local declaration of %q+D follows non-thread-local declaration"
43130 msgstr ""
43132 #: c/c-decl.cc:2438
43133 #, gcc-internal-format
43134 msgid "non-thread-local declaration of %q+D follows thread-local declaration"
43135 msgstr ""
43137 #: c/c-decl.cc:2470
43138 #, gcc-internal-format
43139 msgid "extern declaration of %q+D follows declaration with no linkage"
43140 msgstr ""
43142 #: c/c-decl.cc:2508
43143 #, gcc-internal-format
43144 msgid "declaration of %q+D with no linkage follows extern declaration"
43145 msgstr ""
43147 #: c/c-decl.cc:2515
43148 #, gcc-internal-format
43149 msgid "redeclaration of %q+D with no linkage"
43150 msgstr ""
43152 #: c/c-decl.cc:2541
43153 #, gcc-internal-format
43154 msgid "redeclaration of %q+D with different visibility (old visibility preserved)"
43155 msgstr ""
43157 #: c/c-decl.cc:2562
43158 #, gcc-internal-format
43159 msgid "redefinition of parameter %q+D"
43160 msgstr ""
43162 #: c/c-decl.cc:2589
43163 #, gcc-internal-format
43164 msgid "redundant redeclaration of %q+D"
43165 msgstr ""
43167 #: c/c-decl.cc:3127
43168 #, gcc-internal-format
43169 msgid "declaration of %q+D shadows previous non-variable"
43170 msgstr ""
43172 #: c/c-decl.cc:3149
43173 #, gcc-internal-format
43174 msgid "declaration of %qD shadows a parameter"
43175 msgstr ""
43177 #: c/c-decl.cc:3162 cp/name-lookup.cc:3321
43178 #, gcc-internal-format
43179 msgid "declaration of %qD shadows a global declaration"
43180 msgstr ""
43182 #: c/c-decl.cc:3188
43183 #, gcc-internal-format
43184 msgid "declaration of %qD shadows a previous local"
43185 msgstr ""
43187 #: c/c-decl.cc:3194 cp/name-lookup.cc:3085
43188 #, gcc-internal-format
43189 msgid "shadowed declaration is here"
43190 msgstr ""
43192 #: c/c-decl.cc:3324
43193 #, gcc-internal-format
43194 msgid "nested extern declaration of %qD"
43195 msgstr ""
43197 #: c/c-decl.cc:3487 c/c-decl.cc:3501
43198 #, gcc-internal-format
43199 msgid "implicit declaration of function %qE; did you mean %qs?"
43200 msgstr ""
43202 #: c/c-decl.cc:3493 c/c-decl.cc:3506
43203 #, gcc-internal-format
43204 msgid "implicit declaration of function %qE"
43205 msgstr ""
43207 #: c/c-decl.cc:3525
43208 #, gcc-internal-format
43209 msgid "include %qs or provide a declaration of %qE"
43210 msgstr ""
43212 #: c/c-decl.cc:3796
43213 #, gcc-internal-format
43214 msgid "incompatible implicit declaration of built-in function %qD"
43215 msgstr ""
43217 #: c/c-decl.cc:3806
43218 #, gcc-internal-format
43219 msgid "include %qs or provide a declaration of %qD"
43220 msgstr ""
43222 #: c/c-decl.cc:3817
43223 #, gcc-internal-format
43224 msgid "incompatible implicit declaration of function %qD"
43225 msgstr ""
43227 #: c/c-decl.cc:3878
43228 #, gcc-internal-format
43229 msgid "%qE undeclared here (not in a function); did you mean %qs?"
43230 msgstr ""
43232 #: c/c-decl.cc:3883
43233 #, gcc-internal-format
43234 msgid "%qE undeclared here (not in a function)"
43235 msgstr ""
43237 #: c/c-decl.cc:3896
43238 #, gcc-internal-format
43239 msgid "%qE undeclared (first use in this function); did you mean %qs?"
43240 msgstr ""
43242 #: c/c-decl.cc:3901
43243 #, gcc-internal-format
43244 msgid "%qE undeclared (first use in this function)"
43245 msgstr ""
43247 #: c/c-decl.cc:3905
43248 #, gcc-internal-format
43249 msgid "each undeclared identifier is reported only once for each function it appears in"
43250 msgstr ""
43252 #: c/c-decl.cc:3953 cp/decl.cc:3481
43253 #, gcc-internal-format
43254 msgid "label %qE referenced outside of any function"
43255 msgstr ""
43257 #: c/c-decl.cc:3990
43258 #, gcc-internal-format
43259 msgid "jump into scope of identifier with variably modified type"
43260 msgstr ""
43262 #: c/c-decl.cc:3993
43263 #, gcc-internal-format
43264 msgid "jump skips variable initialization"
43265 msgstr ""
43267 #: c/c-decl.cc:3995 c/c-decl.cc:4051 c/c-decl.cc:4142
43268 #, gcc-internal-format
43269 msgid "label %qD defined here"
43270 msgstr ""
43272 #: c/c-decl.cc:4050 c/c-decl.cc:4141
43273 #, gcc-internal-format
43274 msgid "jump into statement expression"
43275 msgstr ""
43277 #: c/c-decl.cc:4073
43278 #, gcc-internal-format
43279 msgid "duplicate label declaration %qE"
43280 msgstr ""
43282 #: c/c-decl.cc:4173 cp/decl.cc:3899
43283 #, gcc-internal-format
43284 msgid "duplicate label %qD"
43285 msgstr ""
43287 #: c/c-decl.cc:4204
43288 #, gcc-internal-format
43289 msgid "traditional C lacks a separate namespace for labels, identifier %qE conflicts"
43290 msgstr ""
43292 #: c/c-decl.cc:4273
43293 #, gcc-internal-format
43294 msgid "switch jumps over variable initialization"
43295 msgstr ""
43297 #: c/c-decl.cc:4276 c/c-decl.cc:4289
43298 #, gcc-internal-format
43299 msgid "switch starts here"
43300 msgstr ""
43302 #: c/c-decl.cc:4288
43303 #, gcc-internal-format
43304 msgid "switch jumps into statement expression"
43305 msgstr ""
43307 #: c/c-decl.cc:4371
43308 #, gcc-internal-format
43309 msgid "%qE defined as wrong kind of tag"
43310 msgstr ""
43312 #: c/c-decl.cc:4557 cp/tree.cc:5055
43313 #, gcc-internal-format
43314 msgid "%qE attribute applied to %qD with void return type"
43315 msgstr ""
43317 #: c/c-decl.cc:4566
43318 #, gcc-internal-format
43319 msgid "%qE attribute can only be applied to functions or to structure, union or enumeration types"
43320 msgstr ""
43322 #: c/c-decl.cc:4586
43323 #, gcc-internal-format
43324 msgid "standard %qE attribute can only be applied to functions"
43325 msgstr ""
43327 #. This can only occur with extensions such as statement
43328 #. expressions, but is still appropriate as an error to
43329 #. avoid types declared in such a context escaping to
43330 #. the type of an auto variable.
43331 #: c/c-decl.cc:4862 c/c-decl.cc:8604
43332 #, gcc-internal-format
43333 msgid "%qT declared in underspecified object initializer"
43334 msgstr ""
43336 #: c/c-decl.cc:4873
43337 #, gcc-internal-format
43338 msgid "unnamed struct/union that defines no instances"
43339 msgstr ""
43341 #: c/c-decl.cc:4884
43342 #, gcc-internal-format
43343 msgid "empty declaration with storage class specifier does not redeclare tag"
43344 msgstr ""
43346 #: c/c-decl.cc:4900
43347 #, gcc-internal-format
43348 msgid "empty declaration with type qualifier does not redeclare tag"
43349 msgstr ""
43351 #: c/c-decl.cc:4912
43352 #, gcc-internal-format
43353 msgid "empty declaration with %<_Alignas%> does not redeclare tag"
43354 msgstr ""
43356 #: c/c-decl.cc:4926
43357 #, gcc-internal-format
43358 msgid "empty declaration of %<enum%> type does not redeclare tag"
43359 msgstr ""
43361 #: c/c-decl.cc:4949 c/c-decl.cc:4957
43362 #, gcc-internal-format
43363 msgid "useless type name in empty declaration"
43364 msgstr ""
43366 #: c/c-decl.cc:4965
43367 #, gcc-internal-format
43368 msgid "%<inline%> in empty declaration"
43369 msgstr ""
43371 #: c/c-decl.cc:4971
43372 #, gcc-internal-format
43373 msgid "%<_Noreturn%> in empty declaration"
43374 msgstr ""
43376 #: c/c-decl.cc:4977
43377 #, gcc-internal-format
43378 msgid "%<constexpr%> in empty declaration"
43379 msgstr ""
43381 #: c/c-decl.cc:4983
43382 #, gcc-internal-format
43383 msgid "%<auto%> in file-scope empty declaration"
43384 msgstr ""
43386 #: c/c-decl.cc:4989
43387 #, gcc-internal-format
43388 msgid "%<register%> in file-scope empty declaration"
43389 msgstr ""
43391 #: c/c-decl.cc:4997
43392 #, gcc-internal-format
43393 msgid "storage class specifier in empty declaration with %<enum%> underlying type"
43394 msgstr ""
43396 #: c/c-decl.cc:5003
43397 #, gcc-internal-format
43398 msgid "%qs in empty declaration with %<enum%> underlying type"
43399 msgstr ""
43401 #: c/c-decl.cc:5013
43402 #, gcc-internal-format
43403 msgid "type qualifier in empty declaration with %<enum%> underlying type"
43404 msgstr ""
43406 #: c/c-decl.cc:5019
43407 #, gcc-internal-format
43408 msgid "%<alignas%> in empty declaration with %<enum%> underlying type"
43409 msgstr ""
43411 #: c/c-decl.cc:5028
43412 #, gcc-internal-format
43413 msgid "useless storage class specifier in empty declaration"
43414 msgstr ""
43416 #: c/c-decl.cc:5034
43417 #, gcc-internal-format
43418 msgid "useless %qs in empty declaration"
43419 msgstr ""
43421 #: c/c-decl.cc:5047
43422 #, gcc-internal-format
43423 msgid "useless type qualifier in empty declaration"
43424 msgstr ""
43426 #: c/c-decl.cc:5054
43427 #, gcc-internal-format
43428 msgid "useless %<_Alignas%> in empty declaration"
43429 msgstr ""
43431 #: c/c-decl.cc:5072
43432 #, gcc-internal-format
43433 msgid "invalid use of attributes in empty declaration"
43434 msgstr ""
43436 #: c/c-decl.cc:5086 c/c-parser.cc:2264
43437 #, gcc-internal-format
43438 msgid "empty declaration"
43439 msgstr ""
43441 #: c/c-decl.cc:5158
43442 #, gcc-internal-format
43443 msgid "ISO C90 does not support %<static%> or type qualifiers in parameter array declarators"
43444 msgstr ""
43446 #: c/c-decl.cc:5162
43447 #, gcc-internal-format
43448 msgid "ISO C90 does not support %<[*]%> array declarators"
43449 msgstr ""
43451 #. C99 6.7.5.2p4
43452 #. A function definition isn't function prototype scope C99 6.2.1p4.
43453 #. C99 6.7.5.2p4
43454 #: c/c-decl.cc:5168 c/c-decl.cc:8202 c/c-decl.cc:10402
43455 #, gcc-internal-format
43456 msgid "%<[*]%> not allowed in other than function prototype scope"
43457 msgstr ""
43459 #: c/c-decl.cc:5386
43460 #, gcc-internal-format
43461 msgid "%q+D is usually a function"
43462 msgstr ""
43464 #: c/c-decl.cc:5395
43465 #, gcc-internal-format
43466 msgid "typedef %qD is initialized (use %<__typeof__%> instead)"
43467 msgstr ""
43469 #: c/c-decl.cc:5400
43470 #, gcc-internal-format
43471 msgid "function %qD is initialized like a variable"
43472 msgstr ""
43474 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
43475 #: c/c-decl.cc:5406
43476 #, gcc-internal-format
43477 msgid "parameter %qD is initialized"
43478 msgstr ""
43480 #: c/c-decl.cc:5426
43481 #, gcc-internal-format
43482 msgid "variable %qD has initializer but incomplete type"
43483 msgstr ""
43485 #: c/c-decl.cc:5506
43486 #, gcc-internal-format
43487 msgid "inline function %q+D given attribute %qs"
43488 msgstr ""
43490 #: c/c-decl.cc:5562
43491 #, gcc-internal-format
43492 msgid "uninitialized const member in %qT is invalid in C++"
43493 msgstr ""
43495 #: c/c-decl.cc:5564
43496 #, gcc-internal-format
43497 msgid "%qD should be initialized"
43498 msgstr ""
43500 #: c/c-decl.cc:5645
43501 #, gcc-internal-format
43502 msgid "initializer fails to determine size of %q+D"
43503 msgstr ""
43505 #: c/c-decl.cc:5650
43506 #, gcc-internal-format
43507 msgid "array size missing in %q+D"
43508 msgstr ""
43510 #: c/c-decl.cc:5654
43511 #, gcc-internal-format
43512 msgid "zero or negative size array %q+D"
43513 msgstr ""
43515 #: c/c-decl.cc:5743 m2/gm2-gcc/m2type.cc:1269
43516 #, gcc-internal-format
43517 msgid "storage size of %q+D isn%'t constant"
43518 msgstr ""
43520 #: c/c-decl.cc:5793
43521 #, gcc-internal-format
43522 msgid "ignoring %<asm%> specifier for non-static local variable %q+D"
43523 msgstr ""
43525 #: c/c-decl.cc:5831
43526 #, gcc-internal-format
43527 msgid "cannot put object with volatile field into register"
43528 msgstr ""
43530 #: c/c-decl.cc:5917
43531 #, gcc-internal-format
43532 msgid "uninitialized %<const %D%> is invalid in C++"
43533 msgstr ""
43535 #: c/c-decl.cc:5932 cp/decl.cc:8825
43536 #, gcc-internal-format
43537 msgid "%q+D in declare target directive does not have mappable type"
43538 msgstr ""
43540 #: c/c-decl.cc:6195
43541 #, gcc-internal-format
43542 msgid "ISO C forbids forward parameter declarations"
43543 msgstr ""
43545 #: c/c-decl.cc:6235
43546 #, gcc-internal-format
43547 msgid "file-scope compound literal specifies %<register%>"
43548 msgstr ""
43550 #: c/c-decl.cc:6241
43551 #, gcc-internal-format
43552 msgid "compound literal implicitly auto and declared %qs"
43553 msgstr ""
43555 #: c/c-decl.cc:6341
43556 #, gcc-internal-format
43557 msgid "defining a type in a compound literal is invalid in C++"
43558 msgstr ""
43560 #: c/c-decl.cc:6362 c/c-decl.cc:6377
43561 #, gcc-internal-format
43562 msgid "bit-field %qs width not an integer constant"
43563 msgstr ""
43565 #: c/c-decl.cc:6372
43566 #, gcc-internal-format
43567 msgid "bit-field %qs width not an integer constant expression"
43568 msgstr ""
43570 #: c/c-decl.cc:6383
43571 #, gcc-internal-format
43572 msgid "negative width in bit-field %qs"
43573 msgstr ""
43575 #: c/c-decl.cc:6388
43576 #, gcc-internal-format
43577 msgid "zero width for bit-field %qs"
43578 msgstr ""
43580 #: c/c-decl.cc:6398
43581 #, gcc-internal-format
43582 msgid "bit-field %qs has invalid type"
43583 msgstr ""
43585 #: c/c-decl.cc:6404
43586 #, gcc-internal-format
43587 msgid "cannot declare bit-field %qs with %<warn_if_not_aligned%> type"
43588 msgstr ""
43590 #: c/c-decl.cc:6415
43591 #, gcc-internal-format
43592 msgid "type of bit-field %qs is a GCC extension"
43593 msgstr ""
43595 #: c/c-decl.cc:6421
43596 #, gcc-internal-format
43597 msgid "width of %qs exceeds its type"
43598 msgstr ""
43600 #: c/c-decl.cc:6434
43601 #, gcc-internal-format
43602 msgid "%qs is narrower than values of its type"
43603 msgstr ""
43605 #: c/c-decl.cc:6449
43606 #, gcc-internal-format
43607 msgid "ISO C90 forbids array %qE whose size cannot be evaluated"
43608 msgstr ""
43610 #: c/c-decl.cc:6452
43611 #, gcc-internal-format
43612 msgid "ISO C90 forbids array whose size cannot be evaluated"
43613 msgstr ""
43615 #: c/c-decl.cc:6459
43616 #, gcc-internal-format
43617 msgid "ISO C90 forbids variable length array %qE"
43618 msgstr ""
43620 #: c/c-decl.cc:6461
43621 #, gcc-internal-format
43622 msgid "ISO C90 forbids variable length array"
43623 msgstr ""
43625 #: c/c-decl.cc:6670
43626 #, gcc-internal-format
43627 msgid "%<enum%> underlying type may not be specified here"
43628 msgstr ""
43630 #: c/c-decl.cc:6698 c/c-decl.cc:7107 c/c-decl.cc:7117
43631 #, gcc-internal-format
43632 msgid "variably modified %qE at file scope"
43633 msgstr ""
43635 #: c/c-decl.cc:6700
43636 #, gcc-internal-format
43637 msgid "variably modified field at file scope"
43638 msgstr ""
43640 #: c/c-decl.cc:6720
43641 #, gcc-internal-format
43642 msgid "type defaults to %<int%> in declaration of %qE"
43643 msgstr ""
43645 #: c/c-decl.cc:6724
43646 #, gcc-internal-format
43647 msgid "type defaults to %<int%> in type name"
43648 msgstr ""
43650 #: c/c-decl.cc:6756
43651 #, gcc-internal-format
43652 msgid "duplicate %<const%>"
43653 msgstr ""
43655 #: c/c-decl.cc:6758
43656 #, gcc-internal-format
43657 msgid "duplicate %<restrict%>"
43658 msgstr ""
43660 #: c/c-decl.cc:6760
43661 #, gcc-internal-format
43662 msgid "duplicate %<volatile%>"
43663 msgstr ""
43665 #: c/c-decl.cc:6762
43666 #, gcc-internal-format
43667 msgid "duplicate %<_Atomic%>"
43668 msgstr ""
43670 #: c/c-decl.cc:6765
43671 #, gcc-internal-format, gfc-internal-format
43672 msgid "conflicting named address spaces (%s vs %s)"
43673 msgstr ""
43675 #: c/c-decl.cc:6788 c/c-parser.cc:3359
43676 #, gcc-internal-format
43677 msgid "%<_Atomic%>-qualified array type"
43678 msgstr ""
43680 #: c/c-decl.cc:6803
43681 #, gcc-internal-format
43682 msgid "function definition declared %<auto%>"
43683 msgstr ""
43685 #: c/c-decl.cc:6805
43686 #, gcc-internal-format
43687 msgid "function definition declared %<register%>"
43688 msgstr ""
43690 #: c/c-decl.cc:6807
43691 #, gcc-internal-format
43692 msgid "function definition declared %<typedef%>"
43693 msgstr ""
43695 #: c/c-decl.cc:6809
43696 #, gcc-internal-format
43697 msgid "function definition declared %qs"
43698 msgstr ""
43700 #: c/c-decl.cc:6836
43701 #, gcc-internal-format
43702 msgid "storage class specified for structure field %qE"
43703 msgstr ""
43705 #: c/c-decl.cc:6839
43706 #, gcc-internal-format
43707 msgid "storage class specified for structure field"
43708 msgstr ""
43710 #: c/c-decl.cc:6843
43711 #, gcc-internal-format
43712 msgid "storage class specified for parameter %qE"
43713 msgstr ""
43715 #: c/c-decl.cc:6846
43716 #, gcc-internal-format
43717 msgid "storage class specified for unnamed parameter"
43718 msgstr ""
43720 #: c/c-decl.cc:6849 cp/decl.cc:12850
43721 #, gcc-internal-format
43722 msgid "storage class specified for typename"
43723 msgstr ""
43725 #: c/c-decl.cc:6867
43726 #, gcc-internal-format
43727 msgid "%qE initialized and declared %<extern%>"
43728 msgstr ""
43730 #: c/c-decl.cc:6871
43731 #, gcc-internal-format
43732 msgid "%qE has both %<extern%> and initializer"
43733 msgstr ""
43735 #: c/c-decl.cc:6876
43736 #, gcc-internal-format
43737 msgid "file-scope declaration of %qE specifies %<auto%>"
43738 msgstr ""
43740 #: c/c-decl.cc:6880
43741 #, gcc-internal-format
43742 msgid "file-scope declaration of %qE specifies %<register%>"
43743 msgstr ""
43745 #: c/c-decl.cc:6885
43746 #, gcc-internal-format
43747 msgid "nested function %qE declared %<extern%>"
43748 msgstr ""
43750 #: c/c-decl.cc:6888
43751 #, gcc-internal-format
43752 msgid "function-scope %qE implicitly auto and declared %qs"
43753 msgstr ""
43755 #. Only the innermost declarator (making a parameter be of
43756 #. array type which is converted to pointer type)
43757 #. may have static or type qualifiers.
43758 #: c/c-decl.cc:6935 c/c-decl.cc:7331
43759 #, gcc-internal-format
43760 msgid "static or type qualifiers in non-parameter array declarator"
43761 msgstr ""
43763 #: c/c-decl.cc:6998
43764 #, gcc-internal-format
43765 msgid "declaration of %qE as array of voids"
43766 msgstr ""
43768 #: c/c-decl.cc:7000
43769 #, gcc-internal-format
43770 msgid "declaration of type name as array of voids"
43771 msgstr ""
43773 #: c/c-decl.cc:7007
43774 #, gcc-internal-format
43775 msgid "declaration of %qE as array of functions"
43776 msgstr ""
43778 #: c/c-decl.cc:7010
43779 #, gcc-internal-format
43780 msgid "declaration of type name as array of functions"
43781 msgstr ""
43783 #: c/c-decl.cc:7018 c/c-decl.cc:9263
43784 #, gcc-internal-format
43785 msgid "invalid use of structure with flexible array member"
43786 msgstr ""
43788 #: c/c-decl.cc:7050
43789 #, gcc-internal-format
43790 msgid "size of array %qE has non-integer type"
43791 msgstr ""
43793 #: c/c-decl.cc:7054
43794 #, gcc-internal-format
43795 msgid "size of unnamed array has non-integer type"
43796 msgstr ""
43798 #: c/c-decl.cc:7062
43799 #, gcc-internal-format
43800 msgid "size of array %qE has incomplete type"
43801 msgstr ""
43803 #: c/c-decl.cc:7065
43804 #, gcc-internal-format
43805 msgid "size of unnamed array has incomplete type"
43806 msgstr ""
43808 #: c/c-decl.cc:7077
43809 #, gcc-internal-format
43810 msgid "ISO C forbids zero-size array %qE"
43811 msgstr ""
43813 #: c/c-decl.cc:7080
43814 #, gcc-internal-format
43815 msgid "ISO C forbids zero-size array"
43816 msgstr ""
43818 #: c/c-decl.cc:7089
43819 #, gcc-internal-format
43820 msgid "size of array %qE is negative"
43821 msgstr ""
43823 #: c/c-decl.cc:7091
43824 #, gcc-internal-format
43825 msgid "size of unnamed array is negative"
43826 msgstr ""
43828 #: c/c-decl.cc:7177
43829 #, gcc-internal-format
43830 msgid "size of array %qE is too large"
43831 msgstr ""
43833 #: c/c-decl.cc:7180
43834 #, gcc-internal-format
43835 msgid "size of unnamed array is too large"
43836 msgstr ""
43838 #: c/c-decl.cc:7219 c/c-decl.cc:7880
43839 #, gcc-internal-format
43840 msgid "ISO C90 does not support flexible array members"
43841 msgstr ""
43843 #. C99 6.7.5.2p4
43844 #: c/c-decl.cc:7241
43845 #, gcc-internal-format
43846 msgid "%<[*]%> not in a declaration"
43847 msgstr ""
43849 #: c/c-decl.cc:7255
43850 #, gcc-internal-format
43851 msgid "array type has incomplete element type %qT"
43852 msgstr ""
43854 #: c/c-decl.cc:7261
43855 #, gcc-internal-format
43856 msgid "declaration of %qE as multidimensional array must have bounds for all dimensions except the first"
43857 msgstr ""
43859 #: c/c-decl.cc:7265
43860 #, gcc-internal-format
43861 msgid "declaration of multidimensional array must have bounds for all dimensions except the first"
43862 msgstr ""
43864 #: c/c-decl.cc:7367
43865 #, gcc-internal-format
43866 msgid "%qE declared as function returning a function"
43867 msgstr ""
43869 #: c/c-decl.cc:7370
43870 #, gcc-internal-format
43871 msgid "type name declared as function returning a function"
43872 msgstr ""
43874 #: c/c-decl.cc:7377
43875 #, gcc-internal-format
43876 msgid "%qE declared as function returning an array"
43877 msgstr ""
43879 #: c/c-decl.cc:7380
43880 #, gcc-internal-format
43881 msgid "type name declared as function returning an array"
43882 msgstr ""
43884 #: c/c-decl.cc:7421
43885 #, gcc-internal-format
43886 msgid "function definition has qualified void return type"
43887 msgstr ""
43889 #: c/c-decl.cc:7425 cp/decl.cc:13171
43890 #, gcc-internal-format
43891 msgid "type qualifiers ignored on function return type"
43892 msgstr ""
43894 #: c/c-decl.cc:7464 c/c-decl.cc:7676 c/c-decl.cc:7730 c/c-decl.cc:7814
43895 #: c/c-decl.cc:7936 c/c-parser.cc:3361
43896 #, gcc-internal-format
43897 msgid "%<_Atomic%>-qualified function type"
43898 msgstr ""
43900 #: c/c-decl.cc:7470 c/c-decl.cc:7682 c/c-decl.cc:7819 c/c-decl.cc:7941
43901 #, gcc-internal-format
43902 msgid "ISO C forbids qualified function types"
43903 msgstr ""
43905 #: c/c-decl.cc:7567
43906 #, gcc-internal-format
43907 msgid "%qs combined with %<auto%> qualifier for %qE"
43908 msgstr ""
43910 #: c/c-decl.cc:7571
43911 #, gcc-internal-format
43912 msgid "%qs combined with %<register%> qualifier for %qE"
43913 msgstr ""
43915 #: c/c-decl.cc:7577
43916 #, gcc-internal-format
43917 msgid "%qs specified for auto variable %qE"
43918 msgstr ""
43920 #: c/c-decl.cc:7593
43921 #, gcc-internal-format
43922 msgid "%qs specified for parameter %qE"
43923 msgstr ""
43925 #: c/c-decl.cc:7596
43926 #, gcc-internal-format
43927 msgid "%qs specified for unnamed parameter"
43928 msgstr ""
43930 #: c/c-decl.cc:7602
43931 #, gcc-internal-format
43932 msgid "%qs specified for structure field %qE"
43933 msgstr ""
43935 #: c/c-decl.cc:7605
43936 #, gcc-internal-format
43937 msgid "%qs specified for structure field"
43938 msgstr ""
43940 #: c/c-decl.cc:7620
43941 #, gcc-internal-format
43942 msgid "bit-field %qE has atomic type"
43943 msgstr ""
43945 #: c/c-decl.cc:7622
43946 #, gcc-internal-format
43947 msgid "bit-field has atomic type"
43948 msgstr ""
43950 #: c/c-decl.cc:7631
43951 #, gcc-internal-format
43952 msgid "alignment specified for typedef %qE"
43953 msgstr ""
43955 #: c/c-decl.cc:7633
43956 #, gcc-internal-format
43957 msgid "alignment specified for %<register%> object %qE"
43958 msgstr ""
43960 #: c/c-decl.cc:7638
43961 #, gcc-internal-format
43962 msgid "alignment specified for parameter %qE"
43963 msgstr ""
43965 #: c/c-decl.cc:7640
43966 #, gcc-internal-format
43967 msgid "alignment specified for unnamed parameter"
43968 msgstr ""
43970 #: c/c-decl.cc:7645
43971 #, gcc-internal-format
43972 msgid "alignment specified for bit-field %qE"
43973 msgstr ""
43975 #: c/c-decl.cc:7647
43976 #, gcc-internal-format
43977 msgid "alignment specified for unnamed bit-field"
43978 msgstr ""
43980 #: c/c-decl.cc:7650
43981 #, gcc-internal-format
43982 msgid "alignment specified for function %qE"
43983 msgstr ""
43985 #: c/c-decl.cc:7657
43986 #, gcc-internal-format
43987 msgid "%<_Alignas%> specifiers cannot reduce alignment of %qE"
43988 msgstr ""
43990 #: c/c-decl.cc:7660
43991 #, gcc-internal-format
43992 msgid "%<_Alignas%> specifiers cannot reduce alignment of unnamed field"
43993 msgstr ""
43995 #: c/c-decl.cc:7691
43996 #, gcc-internal-format
43997 msgid "typedef %q+D declared %<inline%>"
43998 msgstr ""
44000 #: c/c-decl.cc:7693
44001 #, gcc-internal-format
44002 msgid "typedef %q+D declared %<_Noreturn%>"
44003 msgstr ""
44005 #: c/c-decl.cc:7736
44006 #, gcc-internal-format
44007 msgid "ISO C forbids const or volatile function types"
44008 msgstr ""
44010 #. C99 6.7.2.1p8
44011 #: c/c-decl.cc:7747
44012 #, gcc-internal-format
44013 msgid "a member of a structure or union cannot have a variably modified type"
44014 msgstr ""
44016 #: c/c-decl.cc:7764 cp/decl.cc:11730
44017 #, gcc-internal-format
44018 msgid "variable or field %qE declared void"
44019 msgstr ""
44021 #: c/c-decl.cc:7804
44022 #, gcc-internal-format
44023 msgid "attributes in parameter array declarator ignored"
44024 msgstr ""
44026 #: c/c-decl.cc:7846
44027 #, gcc-internal-format
44028 msgid "parameter %q+D declared %<inline%>"
44029 msgstr ""
44031 #: c/c-decl.cc:7848
44032 #, gcc-internal-format
44033 msgid "parameter %q+D declared %<_Noreturn%>"
44034 msgstr ""
44036 #: c/c-decl.cc:7861
44037 #, gcc-internal-format
44038 msgid "field %qE declared as a function"
44039 msgstr ""
44041 #: c/c-decl.cc:7868
44042 #, gcc-internal-format
44043 msgid "field %qE has incomplete type"
44044 msgstr ""
44046 #: c/c-decl.cc:7870
44047 #, gcc-internal-format
44048 msgid "unnamed field has incomplete type"
44049 msgstr ""
44051 #: c/c-decl.cc:7907 c/c-decl.cc:7918 c/c-decl.cc:7921
44052 #, gcc-internal-format
44053 msgid "invalid storage class for function %qE"
44054 msgstr ""
44056 #: c/c-decl.cc:7978
44057 #, gcc-internal-format
44058 msgid "cannot inline function %<main%>"
44059 msgstr ""
44061 #: c/c-decl.cc:7980
44062 #, gcc-internal-format
44063 msgid "%<main%> declared %<_Noreturn%>"
44064 msgstr ""
44066 #: c/c-decl.cc:7991
44067 #, gcc-internal-format
44068 msgid "ISO C99 does not support %<_Noreturn%>"
44069 msgstr ""
44071 #: c/c-decl.cc:7994
44072 #, gcc-internal-format
44073 msgid "ISO C90 does not support %<_Noreturn%>"
44074 msgstr ""
44076 #: c/c-decl.cc:8013
44077 #, gcc-internal-format
44078 msgid "%<constexpr%> object has variably modified type"
44079 msgstr ""
44081 #: c/c-decl.cc:8017 c/c-parser.cc:10933
44082 #, gcc-internal-format
44083 msgid "invalid qualifiers for %<constexpr%> object"
44084 msgstr ""
44086 #: c/c-decl.cc:8023 c/c-parser.cc:10936
44087 #, gcc-internal-format
44088 msgid "invalid qualifiers for field of %<constexpr%> object"
44089 msgstr ""
44091 #: c/c-decl.cc:8049
44092 #, gcc-internal-format
44093 msgid "variable previously declared %<static%> redeclared %<extern%>"
44094 msgstr ""
44096 #: c/c-decl.cc:8061
44097 #, gcc-internal-format
44098 msgid "variable %q+D declared %<inline%>"
44099 msgstr ""
44101 #: c/c-decl.cc:8063
44102 #, gcc-internal-format
44103 msgid "variable %q+D declared %<_Noreturn%>"
44104 msgstr ""
44106 #: c/c-decl.cc:8098
44107 #, gcc-internal-format
44108 msgid "non-nested function with variably modified type"
44109 msgstr ""
44111 #: c/c-decl.cc:8100
44112 #, gcc-internal-format
44113 msgid "object with variably modified type must have no linkage"
44114 msgstr ""
44116 #: c/c-decl.cc:8208 c/c-decl.cc:10207
44117 #, gcc-internal-format
44118 msgid "function declaration isn%'t a prototype"
44119 msgstr ""
44121 #: c/c-decl.cc:8218
44122 #, gcc-internal-format
44123 msgid "parameter names (without types) in function declaration"
44124 msgstr ""
44126 #: c/c-decl.cc:8263
44127 #, gcc-internal-format
44128 msgid "parameter %u (%q+D) has incomplete type"
44129 msgstr ""
44131 #: c/c-decl.cc:8267
44132 #, gcc-internal-format, gfc-internal-format
44133 msgid "parameter %u has incomplete type"
44134 msgstr ""
44136 #: c/c-decl.cc:8278
44137 #, gcc-internal-format
44138 msgid "parameter %u (%q+D) has void type"
44139 msgstr ""
44141 #: c/c-decl.cc:8282
44142 #, gcc-internal-format, gfc-internal-format
44143 msgid "parameter %u has void type"
44144 msgstr ""
44146 #: c/c-decl.cc:8357
44147 #, gcc-internal-format
44148 msgid "%<void%> as only parameter may not be qualified"
44149 msgstr ""
44151 #: c/c-decl.cc:8361 c/c-decl.cc:8397
44152 #, gcc-internal-format
44153 msgid "%<void%> must be the only parameter"
44154 msgstr ""
44156 #: c/c-decl.cc:8391
44157 #, gcc-internal-format
44158 msgid "parameter %q+D has just a forward declaration"
44159 msgstr ""
44161 #: c/c-decl.cc:8437
44162 #, gcc-internal-format
44163 msgid "%<%s %E%> declared inside parameter list will not be visible outside of this definition or declaration"
44164 msgstr ""
44166 #: c/c-decl.cc:8443
44167 #, gcc-internal-format, gfc-internal-format
44168 msgid "anonymous %s declared inside parameter list will not be visible outside of this definition or declaration"
44169 msgstr ""
44171 #: c/c-decl.cc:8558
44172 #, gcc-internal-format
44173 msgid "enum type defined here"
44174 msgstr ""
44176 #: c/c-decl.cc:8564
44177 #, gcc-internal-format
44178 msgid "struct defined here"
44179 msgstr ""
44181 #: c/c-decl.cc:8570
44182 #, gcc-internal-format
44183 msgid "union defined here"
44184 msgstr ""
44186 #: c/c-decl.cc:8653
44187 #, gcc-internal-format
44188 msgid "redefinition of %<union %E%>"
44189 msgstr ""
44191 #: c/c-decl.cc:8655
44192 #, gcc-internal-format
44193 msgid "redefinition of %<struct %E%>"
44194 msgstr ""
44196 #: c/c-decl.cc:8664
44197 #, gcc-internal-format
44198 msgid "nested redefinition of %<union %E%>"
44199 msgstr ""
44201 #: c/c-decl.cc:8666
44202 #, gcc-internal-format
44203 msgid "nested redefinition of %<struct %E%>"
44204 msgstr ""
44206 #: c/c-decl.cc:8696 c/c-decl.cc:9606
44207 #, gcc-internal-format
44208 msgid "defining type in %qs expression is invalid in C++"
44209 msgstr ""
44211 #: c/c-decl.cc:8702 c/c-decl.cc:9612
44212 #, gcc-internal-format
44213 msgid "%qT defined in underspecified object initializer"
44214 msgstr ""
44216 #: c/c-decl.cc:8766 cp/decl.cc:5479
44217 #, gcc-internal-format
44218 msgid "declaration does not declare anything"
44219 msgstr ""
44221 #: c/c-decl.cc:8771
44222 #, gcc-internal-format
44223 msgid "ISO C99 doesn%'t support unnamed structs/unions"
44224 msgstr ""
44226 #: c/c-decl.cc:8774
44227 #, gcc-internal-format
44228 msgid "ISO C90 doesn%'t support unnamed structs/unions"
44229 msgstr ""
44231 #: c/c-decl.cc:8867 c/c-decl.cc:8885 c/c-decl.cc:8946
44232 #, gcc-internal-format
44233 msgid "duplicate member %q+D"
44234 msgstr ""
44236 #: c/c-decl.cc:8972
44237 #, gcc-internal-format
44238 msgid "empty struct has size 0 in C, size 1 in C++"
44239 msgstr ""
44241 #: c/c-decl.cc:8975
44242 #, gcc-internal-format
44243 msgid "empty union has size 0 in C, size 1 in C++"
44244 msgstr ""
44246 #: c/c-decl.cc:9155
44247 #, gcc-internal-format
44248 msgid "union has no named members"
44249 msgstr ""
44251 #: c/c-decl.cc:9157
44252 #, gcc-internal-format
44253 msgid "union has no members"
44254 msgstr ""
44256 #: c/c-decl.cc:9162
44257 #, gcc-internal-format
44258 msgid "struct has no named members"
44259 msgstr ""
44261 #: c/c-decl.cc:9164
44262 #, gcc-internal-format
44263 msgid "struct has no members"
44264 msgstr ""
44266 #: c/c-decl.cc:9242 cp/decl.cc:14154
44267 #, gcc-internal-format
44268 msgid "flexible array member in union"
44269 msgstr ""
44271 #: c/c-decl.cc:9248
44272 #, gcc-internal-format
44273 msgid "flexible array member not at end of struct"
44274 msgstr ""
44276 #: c/c-decl.cc:9254
44277 #, gcc-internal-format
44278 msgid "flexible array member in a struct with no named members"
44279 msgstr ""
44281 #: c/c-decl.cc:9288
44282 #, gcc-internal-format
44283 msgid "type %qT is too large"
44284 msgstr ""
44286 #: c/c-decl.cc:9342
44287 #, gcc-internal-format
44288 msgid "type punning toggles scalar storage order"
44289 msgstr ""
44291 #: c/c-decl.cc:9409
44292 #, gcc-internal-format
44293 msgid "union cannot be made transparent"
44294 msgstr ""
44296 #: c/c-decl.cc:9571
44297 #, gcc-internal-format
44298 msgid "nested redefinition of %<enum %E%>"
44299 msgstr ""
44301 #: c/c-decl.cc:9579
44302 #, gcc-internal-format
44303 msgid "redeclaration of %<enum %E%>"
44304 msgstr ""
44306 #: c/c-decl.cc:9590
44307 #, gcc-internal-format
44308 msgid "%<enum%> declared with but defined without fixed underlying type"
44309 msgstr ""
44311 #: c/c-decl.cc:9675 cp/decl.cc:16740 m2/gm2-gcc/m2type.cc:2070
44312 #, gcc-internal-format
44313 msgid "specified mode too small for enumerated values"
44314 msgstr ""
44316 #: c/c-decl.cc:9694
44317 #, gcc-internal-format
44318 msgid "enumeration values exceed range of largest integer"
44319 msgstr ""
44321 #: c/c-decl.cc:9703
44322 #, gcc-internal-format
44323 msgid "enumeration values exceed range of %qs"
44324 msgstr ""
44326 #: c/c-decl.cc:9830 c/c-decl.cc:9846
44327 #, gcc-internal-format
44328 msgid "enumerator value for %qE is not an integer constant"
44329 msgstr ""
44331 #: c/c-decl.cc:9841
44332 #, gcc-internal-format
44333 msgid "enumerator value for %qE is not an integer constant expression"
44334 msgstr ""
44336 #: c/c-decl.cc:9865
44337 #, gcc-internal-format
44338 msgid "overflow in enumeration values"
44339 msgstr ""
44341 #: c/c-decl.cc:9872
44342 #, gcc-internal-format
44343 msgid "enumerator value outside the range of underlying type"
44344 msgstr ""
44346 #: c/c-decl.cc:9900
44347 #, gcc-internal-format
44348 msgid "enumerator value outside the range of %qs"
44349 msgstr ""
44351 #: c/c-decl.cc:9906
44352 #, gcc-internal-format
44353 msgid "ISO C restricts enumerator values to range of %<int%> before C2X"
44354 msgstr ""
44356 #: c/c-decl.cc:10100 cp/decl.cc:5799 cp/decl.cc:17319
44357 #, gcc-internal-format
44358 msgid "inline function %qD given attribute %qs"
44359 msgstr ""
44361 #: c/c-decl.cc:10118
44362 #, gcc-internal-format
44363 msgid "return type is an incomplete type"
44364 msgstr ""
44366 #: c/c-decl.cc:10130
44367 #, gcc-internal-format
44368 msgid "return type defaults to %<int%>"
44369 msgstr ""
44371 #: c/c-decl.cc:10158
44372 #, gcc-internal-format
44373 msgid "%q+D defined as variadic function without prototype"
44374 msgstr ""
44376 #: c/c-decl.cc:10216
44377 #, gcc-internal-format
44378 msgid "no previous prototype for %qD"
44379 msgstr ""
44381 #: c/c-decl.cc:10225
44382 #, gcc-internal-format
44383 msgid "%qD was used with no prototype before its definition"
44384 msgstr ""
44386 #: c/c-decl.cc:10233 cp/decl.cc:17462
44387 #, gcc-internal-format
44388 msgid "no previous declaration for %qD"
44389 msgstr ""
44391 #: c/c-decl.cc:10243
44392 #, gcc-internal-format
44393 msgid "%qD was used with no declaration before its definition"
44394 msgstr ""
44396 #: c/c-decl.cc:10262
44397 #, gcc-internal-format
44398 msgid "return type of %qD is not %<int%>"
44399 msgstr ""
44401 #: c/c-decl.cc:10264
44402 #, gcc-internal-format
44403 msgid "%<_Atomic%>-qualified return type of %qD"
44404 msgstr ""
44406 #: c/c-decl.cc:10271
44407 #, gcc-internal-format
44408 msgid "%qD is normally a non-static function"
44409 msgstr ""
44411 #: c/c-decl.cc:10322
44412 #, gcc-internal-format
44413 msgid "old-style parameter declarations in prototyped function definition"
44414 msgstr ""
44416 #: c/c-decl.cc:10337
44417 #, gcc-internal-format
44418 msgid "traditional C rejects ISO C style function definitions"
44419 msgstr ""
44421 #: c/c-decl.cc:10354
44422 #, gcc-internal-format
44423 msgid "ISO C does not support omitting parameter names in function definitions before C2X"
44424 msgstr ""
44426 #: c/c-decl.cc:10394 c/c-decl.cc:10398
44427 #, gcc-internal-format
44428 msgid "old-style function definition"
44429 msgstr ""
44431 #: c/c-decl.cc:10411
44432 #, gcc-internal-format
44433 msgid "parameter name missing from parameter list"
44434 msgstr ""
44436 #: c/c-decl.cc:10427
44437 #, gcc-internal-format
44438 msgid "%qD declared as a non-parameter"
44439 msgstr ""
44441 #: c/c-decl.cc:10435
44442 #, gcc-internal-format
44443 msgid "multiple parameters named %qD"
44444 msgstr ""
44446 #: c/c-decl.cc:10444
44447 #, gcc-internal-format
44448 msgid "parameter %qD declared with void type"
44449 msgstr ""
44451 #: c/c-decl.cc:10473 c/c-decl.cc:10478
44452 #, gcc-internal-format
44453 msgid "type of %qD defaults to %<int%>"
44454 msgstr ""
44456 #: c/c-decl.cc:10498
44457 #, gcc-internal-format
44458 msgid "parameter %qD has incomplete type"
44459 msgstr ""
44461 #: c/c-decl.cc:10505
44462 #, gcc-internal-format
44463 msgid "declaration for parameter %qD but no such parameter"
44464 msgstr ""
44466 #: c/c-decl.cc:10558
44467 #, gcc-internal-format
44468 msgid "number of arguments doesn%'t match built-in prototype"
44469 msgstr ""
44471 #: c/c-decl.cc:10569
44472 #, gcc-internal-format
44473 msgid "number of arguments doesn%'t match prototype"
44474 msgstr ""
44476 #: c/c-decl.cc:10572 c/c-decl.cc:10619 c/c-decl.cc:10633
44477 #, gcc-internal-format
44478 msgid "prototype declaration"
44479 msgstr ""
44481 #: c/c-decl.cc:10611
44482 #, gcc-internal-format
44483 msgid "promoted argument %qD doesn%'t match built-in prototype"
44484 msgstr ""
44486 #: c/c-decl.cc:10616
44487 #, gcc-internal-format
44488 msgid "promoted argument %qD doesn%'t match prototype"
44489 msgstr ""
44491 #: c/c-decl.cc:10626
44492 #, gcc-internal-format
44493 msgid "argument %qD doesn%'t match built-in prototype"
44494 msgstr ""
44496 #: c/c-decl.cc:10631
44497 #, gcc-internal-format
44498 msgid "argument %qD doesn%'t match prototype"
44499 msgstr ""
44501 #: c/c-decl.cc:10889 cp/decl.cc:18243
44502 #, gcc-internal-format
44503 msgid "no return statement in function returning non-void"
44504 msgstr ""
44506 #: c/c-decl.cc:10908 cp/decl.cc:18327
44507 #, gcc-internal-format
44508 msgid "parameter %qD set but not used"
44509 msgstr ""
44511 #: c/c-decl.cc:11005
44512 #, gcc-internal-format
44513 msgid "%<for%> loop initial declarations are only allowed in C99 or C11 mode"
44514 msgstr ""
44516 #: c/c-decl.cc:11010
44517 #, gcc-internal-format
44518 msgid "use option %<-std=c99%>, %<-std=gnu99%>, %<-std=c11%> or %<-std=gnu11%> to compile your code"
44519 msgstr ""
44521 #: c/c-decl.cc:11017
44522 #, gcc-internal-format
44523 msgid "ISO C90 does not support %<for%> loop initial declarations"
44524 msgstr ""
44526 #: c/c-decl.cc:11049
44527 #, gcc-internal-format
44528 msgid "declaration of static variable %qD in %<for%> loop initial declaration"
44529 msgstr ""
44531 #: c/c-decl.cc:11053
44532 #, gcc-internal-format
44533 msgid "declaration of %<extern%> variable %qD in %<for%> loop initial declaration"
44534 msgstr ""
44536 #: c/c-decl.cc:11060
44537 #, gcc-internal-format
44538 msgid "%<struct %E%> declared in %<for%> loop initial declaration"
44539 msgstr ""
44541 #: c/c-decl.cc:11065
44542 #, gcc-internal-format
44543 msgid "%<union %E%> declared in %<for%> loop initial declaration"
44544 msgstr ""
44546 #: c/c-decl.cc:11069
44547 #, gcc-internal-format
44548 msgid "%<enum %E%> declared in %<for%> loop initial declaration"
44549 msgstr ""
44551 #: c/c-decl.cc:11073
44552 #, gcc-internal-format
44553 msgid "declaration of non-variable %qD in %<for%> loop initial declaration"
44554 msgstr ""
44556 #: c/c-decl.cc:11359
44557 #, gcc-internal-format
44558 msgid "incompatible address space qualifiers %qs and %qs"
44559 msgstr ""
44561 #: c/c-decl.cc:11418 c/c-decl.cc:11425
44562 #, gcc-internal-format
44563 msgid "duplicate %qE declaration specifier"
44564 msgstr ""
44566 #: c/c-decl.cc:11453 c/c-decl.cc:12454
44567 #, gcc-internal-format
44568 msgid "multiple storage classes in declaration specifiers"
44569 msgstr ""
44571 #: c/c-decl.cc:11455
44572 #, gcc-internal-format
44573 msgid "%qs used with %<auto%>"
44574 msgstr ""
44576 #. auto may only be used with another storage class specifier,
44577 #. such as constexpr, if the type is inferred.
44578 #: c/c-decl.cc:11460
44579 #, gcc-internal-format
44580 msgid "%<auto%> used with %<constexpr%>"
44581 msgstr ""
44583 #: c/c-decl.cc:11473 c/c-decl.cc:11857 c/c-decl.cc:12252
44584 #, gcc-internal-format
44585 msgid "two or more data types in declaration specifiers"
44586 msgstr ""
44588 #: c/c-decl.cc:11485 cp/parser.cc:33540
44589 #, gcc-internal-format
44590 msgid "%<long long long%> is too long for GCC"
44591 msgstr ""
44593 #: c/c-decl.cc:11498
44594 #, gcc-internal-format
44595 msgid "ISO C90 does not support %<long long%>"
44596 msgstr ""
44598 #: c/c-decl.cc:11727 c/c-parser.cc:10587
44599 #, gcc-internal-format
44600 msgid "ISO C90 does not support complex types"
44601 msgstr ""
44603 #: c/c-decl.cc:11773
44604 #, gcc-internal-format
44605 msgid "ISO C does not support saturating types"
44606 msgstr ""
44608 #: c/c-decl.cc:11844 c/c-decl.cc:12389 c/c-decl.cc:12448
44609 #, gcc-internal-format
44610 msgid "duplicate %qE"
44611 msgstr ""
44613 #: c/c-decl.cc:11904
44614 #, gcc-internal-format
44615 msgid "ISO C does not support %<__int%d%> types"
44616 msgstr ""
44618 #: c/c-decl.cc:11926
44619 #, gcc-internal-format
44620 msgid "%<__int%d%> is not supported on this target"
44621 msgstr ""
44623 #: c/c-decl.cc:11969
44624 #, gcc-internal-format
44625 msgid "ISO C90 does not support boolean types"
44626 msgstr ""
44628 #: c/c-decl.cc:12088
44629 #, gcc-internal-format
44630 msgid "ISO C does not support the %<_Float%d%s%> type"
44631 msgstr ""
44633 #: c/c-decl.cc:12138 cp/parser.cc:19728
44634 #, gcc-internal-format
44635 msgid "%<_Float%d%s%> is not supported on this target"
44636 msgstr ""
44638 #: c/c-decl.cc:12209
44639 #, gcc-internal-format
44640 msgid "ISO C does not support decimal floating-point before C2X"
44641 msgstr ""
44643 #: c/c-decl.cc:12233 c/c-decl.cc:12550 c/c-parser.cc:9597
44644 #, gcc-internal-format
44645 msgid "fixed-point types not supported for this target"
44646 msgstr ""
44648 #: c/c-decl.cc:12235
44649 #, gcc-internal-format
44650 msgid "ISO C does not support fixed-point types"
44651 msgstr ""
44653 #: c/c-decl.cc:12268
44654 #, gcc-internal-format
44655 msgid "C++ lookup of %qD would return a field, not a type"
44656 msgstr ""
44658 #: c/c-decl.cc:12281
44659 #, gcc-internal-format
44660 msgid "%qE fails to be a typedef or built in type"
44661 msgstr ""
44663 #: c/c-decl.cc:12333
44664 #, gcc-internal-format
44665 msgid "%qE is not at beginning of declaration"
44666 msgstr ""
44668 #. auto may only be used with another storage class specifier,
44669 #. such as constexpr, if the type is inferred.
44670 #: c/c-decl.cc:12354 c/c-decl.cc:12431
44671 #, gcc-internal-format
44672 msgid "%qE used with %<auto%>"
44673 msgstr ""
44675 #: c/c-decl.cc:12356
44676 #, gcc-internal-format
44677 msgid "%qE used with %<register%>"
44678 msgstr ""
44680 #: c/c-decl.cc:12358 c/c-decl.cc:12427
44681 #, gcc-internal-format
44682 msgid "%qE used with %<typedef%>"
44683 msgstr ""
44685 #: c/c-decl.cc:12360 c/c-decl.cc:12397
44686 #, gcc-internal-format
44687 msgid "%qE used with %<constexpr%>"
44688 msgstr ""
44690 #: c/c-decl.cc:12374 c/c-parser.cc:2924 c/c-parser.cc:4208 c/c-parser.cc:8941
44691 #, gcc-internal-format
44692 msgid "ISO C99 does not support %qE"
44693 msgstr ""
44695 #: c/c-decl.cc:12377 c/c-parser.cc:2927 c/c-parser.cc:4211 c/c-parser.cc:8944
44696 #, gcc-internal-format
44697 msgid "ISO C90 does not support %qE"
44698 msgstr ""
44700 #: c/c-decl.cc:12403
44701 #, gcc-internal-format
44702 msgid "%<__thread%> before %<extern%>"
44703 msgstr ""
44705 #: c/c-decl.cc:12412
44706 #, gcc-internal-format
44707 msgid "%<__thread%> before %<static%>"
44708 msgstr ""
44710 #: c/c-decl.cc:12418
44711 #, gcc-internal-format
44712 msgid "%<typedef%> used with %<auto%>"
44713 msgstr ""
44715 #: c/c-decl.cc:12425
44716 #, gcc-internal-format
44717 msgid "%qE used with %<extern%>"
44718 msgstr ""
44720 #: c/c-decl.cc:12433
44721 #, gcc-internal-format
44722 msgid "%qE used with %qs"
44723 msgstr ""
44725 #: c/c-decl.cc:12446
44726 #, gcc-internal-format
44727 msgid "duplicate %<_Thread_local%> or %<__thread%>"
44728 msgstr ""
44730 #: c/c-decl.cc:12462
44731 #, gcc-internal-format
44732 msgid "%qs used with %qE"
44733 msgstr ""
44735 #: c/c-decl.cc:12470
44736 #, gcc-internal-format
44737 msgid "%<constexpr%> used with %qE"
44738 msgstr ""
44740 #: c/c-decl.cc:12547
44741 #, gcc-internal-format
44742 msgid "%<_Sat%> is used without %<_Fract%> or %<_Accum%>"
44743 msgstr ""
44745 #: c/c-decl.cc:12562
44746 #, gcc-internal-format
44747 msgid "ISO C does not support plain %<complex%> meaning %<double complex%>"
44748 msgstr ""
44750 #: c/c-decl.cc:12573
44751 #, gcc-internal-format
44752 msgid "ISO C does not support %<auto%> type deduction before C2X"
44753 msgstr ""
44755 #: c/c-decl.cc:12602
44756 #, gcc-internal-format
44757 msgid "%<__auto_type%> followed by %<[[]]%> attributes"
44758 msgstr ""
44760 #: c/c-decl.cc:12628 c/c-decl.cc:12644 c/c-decl.cc:12670
44761 #, gcc-internal-format
44762 msgid "ISO C does not support complex integer types"
44763 msgstr ""
44765 #: c/c-decl.cc:13098 cp/semantics.cc:6071
44766 #, gcc-internal-format
44767 msgid "%<#pragma omp declare reduction%> combiner refers to variable %qD which is not %<omp_out%> nor %<omp_in%>"
44768 msgstr ""
44770 #: c/c-decl.cc:13102 cp/semantics.cc:6075
44771 #, gcc-internal-format
44772 msgid "%<#pragma omp declare reduction%> initializer refers to variable %qD which is not %<omp_priv%> nor %<omp_orig%>"
44773 msgstr ""
44775 #: c/c-fold.cc:388 c/c-typeck.cc:12637 cp/typeck.cc:5636
44776 #, gcc-internal-format
44777 msgid "left shift of negative value"
44778 msgstr ""
44780 #: c/c-fold.cc:398 c/c-typeck.cc:12646 cp/typeck.cc:5644
44781 #, gcc-internal-format
44782 msgid "left shift count is negative"
44783 msgstr ""
44785 #: c/c-fold.cc:399 c/c-typeck.cc:12574 cp/typeck.cc:5583
44786 #, gcc-internal-format
44787 msgid "right shift count is negative"
44788 msgstr ""
44790 #: c/c-fold.cc:407 c/c-typeck.cc:12665 cp/typeck.cc:5652
44791 #, gcc-internal-format
44792 msgid "left shift count >= width of type"
44793 msgstr ""
44795 #: c/c-fold.cc:408 c/c-typeck.cc:12598 cp/typeck.cc:5594
44796 #, gcc-internal-format
44797 msgid "right shift count >= width of type"
44798 msgstr ""
44800 #: c/c-fold.cc:415 c/c-typeck.cc:12657
44801 #, gcc-internal-format
44802 msgid "left shift count >= width of vector element"
44803 msgstr ""
44805 #: c/c-fold.cc:416 c/c-typeck.cc:12585
44806 #, gcc-internal-format
44807 msgid "right shift count >= width of vector element"
44808 msgstr ""
44810 #: c/c-parser.cc:336
44811 #, gcc-internal-format
44812 msgid "identifier %qE conflicts with C++ keyword"
44813 msgstr ""
44815 #: c/c-parser.cc:1017 cp/parser.cc:3113
44816 #, gcc-internal-format
44817 msgid "version control conflict marker in file"
44818 msgstr ""
44820 #: c/c-parser.cc:1238 cp/parser.cc:3194
44821 #, gcc-internal-format
44822 msgid "to match this %qs"
44823 msgstr ""
44825 #: c/c-parser.cc:1367 cp/parser.cc:33774
44826 #, gcc-internal-format
44827 msgid "expected end of line"
44828 msgstr "očekivan je kraj retka"
44830 #: c/c-parser.cc:1770
44831 #, gcc-internal-format
44832 msgid "ISO C forbids an empty translation unit"
44833 msgstr ""
44835 #: c/c-parser.cc:1796 c/c-parser.cc:1805 c/c-parser.cc:23171
44836 #: cp/parser.cc:47460 cp/semantics.cc:3400 cp/semantics.cc:3409
44837 #, gcc-internal-format
44838 msgid "%qs without corresponding %qs"
44839 msgstr ""
44841 #: c/c-parser.cc:1901 c/c-parser.cc:11993
44842 #, gcc-internal-format
44843 msgid "ISO C does not allow extra %<;%> outside of a function"
44844 msgstr ""
44846 #: c/c-parser.cc:1982
44847 #, gcc-internal-format
44848 msgid "%<assume%> attribute at top level"
44849 msgstr ""
44851 #: c/c-parser.cc:2132
44852 #, gcc-internal-format
44853 msgid "unknown type name %qE; use %<struct%> keyword to refer to the type"
44854 msgstr ""
44856 #: c/c-parser.cc:2140
44857 #, gcc-internal-format
44858 msgid "unknown type name %qE; use %<union%> keyword to refer to the type"
44859 msgstr ""
44861 #: c/c-parser.cc:2148
44862 #, gcc-internal-format
44863 msgid "unknown type name %qE; use %<enum%> keyword to refer to the type"
44864 msgstr ""
44866 #: c/c-parser.cc:2161 c/c-parser.cc:4815
44867 #, gcc-internal-format
44868 msgid "unknown type name %qE; did you mean %qs?"
44869 msgstr ""
44871 #: c/c-parser.cc:2165 c/c-parser.cc:3182 c/c-parser.cc:4819
44872 #, gcc-internal-format
44873 msgid "unknown type name %qE"
44874 msgstr ""
44876 #: c/c-parser.cc:2192 c/c-parser.cc:13315 c/c-parser.cc:20921
44877 #: c/c-parser.cc:21516 c/c-parser.cc:22070 cp/parser.cc:44923
44878 #: cp/parser.cc:49522
44879 #, gcc-internal-format
44880 msgid "expected declaration specifiers"
44881 msgstr ""
44883 #: c/c-parser.cc:2216
44884 #, gcc-internal-format
44885 msgid "%qT declared in underspecified object declaration"
44886 msgstr ""
44888 #: c/c-parser.cc:2221
44889 #, gcc-internal-format
44890 msgid "%qT defined in underspecified object declaration"
44891 msgstr ""
44893 #: c/c-parser.cc:2240
44894 #, gcc-internal-format
44895 msgid "%qs in empty declaration"
44896 msgstr ""
44898 #: c/c-parser.cc:2254
44899 #, gcc-internal-format
44900 msgid "%<fallthrough%> attribute at top level"
44901 msgstr ""
44903 #: c/c-parser.cc:2279 c/c-parser.cc:4012
44904 #, gcc-internal-format
44905 msgid "expected %<;%>, identifier or %<(%>"
44906 msgstr ""
44908 #: c/c-parser.cc:2297 cp/parser.cc:36027 cp/parser.cc:36099
44909 #, gcc-internal-format
44910 msgid "prefix attributes are ignored for methods"
44911 msgstr ""
44913 #: c/c-parser.cc:2332
44914 #, gcc-internal-format
44915 msgid "prefix attributes are ignored for implementations"
44916 msgstr ""
44918 #: c/c-parser.cc:2353
44919 #, gcc-internal-format
44920 msgid "unexpected attribute"
44921 msgstr ""
44923 #: c/c-parser.cc:2363 c/c-parser.cc:6750 cp/parser.cc:12616 cp/parser.cc:12838
44924 #, gcc-internal-format
44925 msgid "%<fallthrough%> attribute not followed by %<;%>"
44926 msgstr ""
44928 #: c/c-parser.cc:2366 c/c-parser.cc:6733 cp/cp-gimplify.cc:3266
44929 #, gcc-internal-format
44930 msgid "%<assume%> attribute not followed by %<;%>"
44931 msgstr ""
44933 #: c/c-parser.cc:2399
44934 #, gcc-internal-format
44935 msgid "%<__auto_type%> requires a plain identifier as declarator"
44936 msgstr ""
44938 #: c/c-parser.cc:2412
44939 #, gcc-internal-format
44940 msgid "%<auto%> requires a plain identifier, possibly with attributes, as declarator"
44941 msgstr ""
44943 #: c/c-parser.cc:2438
44944 #, gcc-internal-format
44945 msgid "data definition has no type or storage class"
44946 msgstr ""
44948 #. This means there is an attribute specifier after
44949 #. the declarator in a function definition.  Provide
44950 #. some more information for the user.
44951 #: c/c-parser.cc:2453
44952 #, gcc-internal-format
44953 msgid "attributes should be specified before the declarator in a function definition"
44954 msgstr ""
44956 #: c/c-parser.cc:2492
44957 #, gcc-internal-format
44958 msgid "%<__auto_type%> used with a bit-field initializer"
44959 msgstr ""
44961 #: c/c-parser.cc:2591 c/c-parser.cc:2721
44962 #, gcc-internal-format
44963 msgid "%qs requires an initialized data declaration"
44964 msgstr ""
44966 #: c/c-parser.cc:2684
44967 #, gcc-internal-format
44968 msgid "%qs may only be used with a single declarator"
44969 msgstr ""
44971 #: c/c-parser.cc:2713 cp/parser.cc:15510
44972 #, gcc-internal-format
44973 msgid "expected %<,%> or %<;%>"
44974 msgstr ""
44976 #. This can appear in many cases looking nothing like a
44977 #. function definition, so we don't give a more specific
44978 #. error suggesting there was one.
44979 #: c/c-parser.cc:2728 c/c-parser.cc:2769
44980 #, gcc-internal-format
44981 msgid "expected %<=%>, %<,%>, %<;%>, %<asm%> or %<__attribute__%>"
44982 msgstr ""
44984 #: c/c-parser.cc:2736
44985 #, gcc-internal-format
44986 msgid "ISO C forbids nested functions"
44987 msgstr ""
44989 #: c/c-parser.cc:2950 c/c-parser.cc:7872 c/c-parser.cc:13376
44990 #, gcc-internal-format
44991 msgid "expected string literal"
44992 msgstr ""
44994 #: c/c-parser.cc:2959
44995 #, gcc-internal-format
44996 msgid "ISO C11 does not support omitting the string in %qE"
44997 msgstr ""
44999 #: c/c-parser.cc:2965
45000 #, gcc-internal-format
45001 msgid "expression in static assertion is not an integer"
45002 msgstr ""
45004 #: c/c-parser.cc:2974
45005 #, gcc-internal-format
45006 msgid "expression in static assertion is not an integer constant expression"
45007 msgstr ""
45009 #: c/c-parser.cc:2979
45010 #, gcc-internal-format
45011 msgid "expression in static assertion is not constant"
45012 msgstr ""
45014 #: c/c-parser.cc:2986
45015 #, gcc-internal-format
45016 msgid "static assertion failed: %E"
45017 msgstr ""
45019 #: c/c-parser.cc:2988 cp/semantics.cc:11298
45020 #, gcc-internal-format
45021 msgid "static assertion failed"
45022 msgstr ""
45024 #: c/c-parser.cc:3329
45025 #, gcc-internal-format
45026 msgid "%<_Atomic%> in Objective-C"
45027 msgstr ""
45029 #: c/c-parser.cc:3332
45030 #, gcc-internal-format
45031 msgid "ISO C99 does not support the %<_Atomic%> qualifier"
45032 msgstr ""
45034 #: c/c-parser.cc:3335
45035 #, gcc-internal-format
45036 msgid "ISO C90 does not support the %<_Atomic%> qualifier"
45037 msgstr ""
45039 #: c/c-parser.cc:3363
45040 #, gcc-internal-format
45041 msgid "%<_Atomic%> applied to a qualified type"
45042 msgstr ""
45044 #: c/c-parser.cc:3393
45045 #, gcc-internal-format
45046 msgid "%<__GIMPLE%> only valid with %<-fgimple%>"
45047 msgstr ""
45049 #: c/c-parser.cc:3484
45050 #, gcc-internal-format
45051 msgid "ISO C does not support specifying %<enum%> underlying types before C2X"
45052 msgstr ""
45054 #: c/c-parser.cc:3493
45055 #, gcc-internal-format
45056 msgid "%<enum%> declared both with and without fixed underlying type"
45057 msgstr ""
45059 #: c/c-parser.cc:3515
45060 #, gcc-internal-format
45061 msgid "no %<enum%> underlying type specified"
45062 msgstr ""
45064 #: c/c-parser.cc:3519
45065 #, gcc-internal-format
45066 msgid "invalid %<enum%> underlying type"
45067 msgstr ""
45069 #: c/c-parser.cc:3549
45070 #, gcc-internal-format
45071 msgid "%<enum%> underlying type incompatible with previous declaration"
45072 msgstr ""
45074 #: c/c-parser.cc:3584
45075 #, gcc-internal-format
45076 msgid "empty enum is invalid"
45077 msgstr ""
45079 #: c/c-parser.cc:3588 c/c-parser.cc:4640 c/c-parser.cc:5361 c/c-parser.cc:5373
45080 #: c/c-parser.cc:5838 c/c-parser.cc:6150 c/c-parser.cc:7739 c/c-parser.cc:7822
45081 #: c/c-parser.cc:8798 c/c-parser.cc:9115 c/c-parser.cc:9124 c/c-parser.cc:9657
45082 #: c/c-parser.cc:9844 c/c-parser.cc:9872 c/c-parser.cc:10754
45083 #: c/c-parser.cc:11272 c/c-parser.cc:11310 c/c-parser.cc:11575
45084 #: c/c-parser.cc:11626 c/c-parser.cc:11786 c/c-parser.cc:11816
45085 #: c/c-parser.cc:11824 c/c-parser.cc:11853 c/c-parser.cc:11866
45086 #: c/c-parser.cc:12172 c/c-parser.cc:12296 c/c-parser.cc:12881
45087 #: c/c-parser.cc:12934 c/c-parser.cc:12950 c/c-parser.cc:12996
45088 #: c/c-parser.cc:13841 c/c-parser.cc:13887 c/c-parser.cc:16617
45089 #: c/c-parser.cc:16754 c/c-parser.cc:17469 c/c-parser.cc:19905
45090 #: c/c-parser.cc:22598 c/c-parser.cc:22789 c/gimple-parser.cc:1806
45091 #: c/gimple-parser.cc:1853 cp/parser.cc:9276 cp/parser.cc:33777
45092 #: cp/parser.cc:37004 cp/parser.cc:39930 cp/parser.cc:40122 cp/parser.cc:46506
45093 #: cp/parser.cc:48805
45094 #, gcc-internal-format
45095 msgid "expected identifier"
45096 msgstr ""
45098 #: c/c-parser.cc:3633 cp/parser.cc:21265
45099 #, gcc-internal-format
45100 msgid "comma at end of enumerator list"
45101 msgstr ""
45103 #: c/c-parser.cc:3639 go/gofrontend/embed.cc:423
45104 #, gcc-internal-format
45105 msgid "expected %<,%> or %<}%>"
45106 msgstr ""
45108 #: c/c-parser.cc:3682
45109 #, gcc-internal-format
45110 msgid "ISO C forbids forward references to %<enum%> types"
45111 msgstr ""
45113 #: c/c-parser.cc:3806
45114 #, gcc-internal-format
45115 msgid "expected class name"
45116 msgstr ""
45118 #: c/c-parser.cc:3828
45119 #, gcc-internal-format
45120 msgid "extra semicolon in struct or union specified"
45121 msgstr ""
45123 #: c/c-parser.cc:3857
45124 #, gcc-internal-format
45125 msgid "no semicolon at end of struct or union"
45126 msgstr ""
45128 #: c/c-parser.cc:3974 c/c-parser.cc:5607
45129 #, gcc-internal-format
45130 msgid "expected specifier-qualifier-list"
45131 msgstr ""
45133 #: c/c-parser.cc:3985
45134 #, gcc-internal-format
45135 msgid "ISO C forbids member declarations with no members"
45136 msgstr ""
45138 #: c/c-parser.cc:4079
45139 #, gcc-internal-format
45140 msgid "expected %<,%>, %<;%> or %<}%>"
45141 msgstr ""
45143 #: c/c-parser.cc:4086
45144 #, gcc-internal-format
45145 msgid "expected %<:%>, %<,%>, %<;%>, %<}%> or %<__attribute__%>"
45146 msgstr ""
45148 #: c/c-parser.cc:4157
45149 #, gcc-internal-format
45150 msgid "%<typeof%> applied to a bit-field"
45151 msgstr ""
45153 #: c/c-parser.cc:4468
45154 #, gcc-internal-format
45155 msgid "expected identifier or %<(%>"
45156 msgstr ""
45158 #: c/c-parser.cc:4701
45159 #, gcc-internal-format
45160 msgid "ISO C requires a named argument before %<...%> before C2X"
45161 msgstr ""
45163 #: c/c-parser.cc:4826
45164 #, gcc-internal-format
45165 msgid "expected declaration specifiers or %<...%>"
45166 msgstr ""
45168 #: c/c-parser.cc:5054
45169 #, gcc-internal-format
45170 msgid "parentheses must be omitted if attribute argument list is empty"
45171 msgstr ""
45173 #: c/c-parser.cc:5398 cp/parser.cc:29398
45174 #, gcc-internal-format
45175 msgid "%qE attribute does not take any arguments"
45176 msgstr ""
45178 #: c/c-parser.cc:5453
45179 #, gcc-internal-format
45180 msgid "ISO C does not support %<[[]]%> attributes before C2X"
45181 msgstr ""
45183 #: c/c-parser.cc:5684 c/c-parser.cc:5745 c/c-typeck.cc:8638
45184 #, gcc-internal-format
45185 msgid "variable-sized object may not be initialized except with an empty initializer"
45186 msgstr ""
45188 #: c/c-parser.cc:5739
45189 #, gcc-internal-format
45190 msgid "ISO C forbids empty initializer braces before C2X"
45191 msgstr ""
45193 #: c/c-parser.cc:5802
45194 #, gcc-internal-format
45195 msgid "obsolete use of designated initializer with %<:%>"
45196 msgstr ""
45198 #: c/c-parser.cc:5958
45199 #, gcc-internal-format
45200 msgid "ISO C forbids specifying range of elements to initialize"
45201 msgstr ""
45203 #: c/c-parser.cc:5970
45204 #, gcc-internal-format
45205 msgid "ISO C90 forbids specifying subobject to initialize"
45206 msgstr ""
45208 #: c/c-parser.cc:5978
45209 #, gcc-internal-format
45210 msgid "obsolete use of designated initializer without %<=%>"
45211 msgstr ""
45213 #: c/c-parser.cc:6165
45214 #, gcc-internal-format
45215 msgid "ISO C forbids label declarations"
45216 msgstr ""
45218 #: c/c-parser.cc:6171 c/c-parser.cc:6260 c/c-parser.cc:6274
45219 #: c/gimple-parser.cc:419
45220 #, gcc-internal-format
45221 msgid "expected declaration or statement"
45222 msgstr ""
45224 #: c/c-parser.cc:6206
45225 #, gcc-internal-format
45226 msgid "a label can only be part of a statement and a declaration is not a statement"
45227 msgstr ""
45229 #: c/c-parser.cc:6218 c/c-parser.cc:6251
45230 #, gcc-internal-format
45231 msgid "ISO C90 forbids mixed declarations and code"
45232 msgstr ""
45234 #: c/c-parser.cc:6282
45235 #, gcc-internal-format
45236 msgid "expected %<}%> before %<else%>"
45237 msgstr ""
45239 #: c/c-parser.cc:6287 cp/parser.cc:12963
45240 #, gcc-internal-format
45241 msgid "%<else%> without a previous %<if%>"
45242 msgstr ""
45244 #: c/c-parser.cc:6305
45245 #, gcc-internal-format
45246 msgid "label at end of compound statement"
45247 msgstr ""
45249 #. Avoid infinite loop in error recovery:
45250 #. c_parser_skip_until_found stops at a closing nesting
45251 #. delimiter without consuming it, but here we need to consume
45252 #. it to proceed further.
45253 #: c/c-parser.cc:6326 c/c-parser.cc:6339 c/c-parser.cc:6775
45254 #: c/gimple-parser.cc:2344 cp/parser.cc:12522
45255 #, gcc-internal-format
45256 msgid "expected statement"
45257 msgstr ""
45259 #: c/c-parser.cc:6398
45260 #, gcc-internal-format
45261 msgid "expected %<:%> or %<...%>"
45262 msgstr ""
45264 #: c/c-parser.cc:6426
45265 #, gcc-internal-format
45266 msgid "GNU-style attribute between label and declaration appertains to the label"
45267 msgstr ""
45269 #: c/c-parser.cc:6657
45270 #, gcc-internal-format
45271 msgid "expected identifier or %<*%>"
45272 msgstr ""
45274 #: c/c-parser.cc:6758
45275 #, gcc-internal-format
45276 msgid "only attribute %<fallthrough%> or %<assume%> can be applied to a null statement"
45277 msgstr ""
45279 #: c/c-parser.cc:6883 cp/parser.cc:14532
45280 #, gcc-internal-format
45281 msgid "suggest braces around empty body in an %<if%> statement"
45282 msgstr ""
45284 #: c/c-parser.cc:6925 cp/parser.cc:14535
45285 #, gcc-internal-format
45286 msgid "suggest braces around empty body in an %<else%> statement"
45287 msgstr ""
45289 #: c/c-parser.cc:7056 cp/parser.cc:13332
45290 #, gcc-internal-format
45291 msgid "suggest explicit braces to avoid ambiguous %<else%>"
45292 msgstr ""
45294 #: c/c-parser.cc:7196
45295 #, gcc-internal-format
45296 msgid "suggest braces around empty body in %<do%> statement"
45297 msgstr ""
45299 #: c/c-parser.cc:7328 c/c-parser.cc:7360
45300 #, gcc-internal-format
45301 msgid "multiple iterating variables in fast enumeration"
45302 msgstr ""
45304 #: c/c-parser.cc:7383
45305 #, gcc-internal-format
45306 msgid "invalid iterating variable in fast enumeration"
45307 msgstr ""
45309 #: c/c-parser.cc:7407 cp/parser.cc:13619
45310 #, gcc-internal-format
45311 msgid "missing loop condition in loop with %<GCC ivdep%> pragma"
45312 msgstr ""
45314 #: c/c-parser.cc:7413 cp/parser.cc:13625
45315 #, gcc-internal-format
45316 msgid "missing loop condition in loop with %<GCC unroll%> pragma"
45317 msgstr ""
45319 #: c/c-parser.cc:7449
45320 #, gcc-internal-format
45321 msgid "missing collection in fast enumeration"
45322 msgstr ""
45324 #: c/c-parser.cc:7571 c/c-parser.cc:7582 c/c-parser.cc:7593
45325 #, gcc-internal-format
45326 msgid "duplicate %<asm%> qualifier %qE"
45327 msgstr ""
45329 #: c/c-parser.cc:7572 c/c-parser.cc:7583 c/c-parser.cc:7594 cp/parser.cc:22172
45330 #: cp/parser.cc:22189 cp/parser.cc:22203
45331 #, gcc-internal-format
45332 msgid "first seen here"
45333 msgstr ""
45335 #: c/c-parser.cc:7603
45336 #, gcc-internal-format
45337 msgid "%qE is not a valid %<asm%> qualifier"
45338 msgstr ""
45340 #: c/c-parser.cc:7653
45341 #, gcc-internal-format
45342 msgid "expected %<:%> or %<)%>"
45343 msgstr "očekivano je %<:%> ili %<)%>"
45345 #: c/c-parser.cc:7952 cp/parser.cc:4575
45346 #, gcc-internal-format
45347 msgid "a wide string is invalid in this context"
45348 msgstr ""
45350 #: c/c-parser.cc:8158
45351 #, gcc-internal-format
45352 msgid "ISO C forbids omitting the middle term of a %<?:%> expression"
45353 msgstr ""
45355 #. Location of the binary operator.
45356 #. Quiet warning.
45357 #: c/c-parser.cc:8380 cp/typeck.cc:5417
45358 #, gcc-internal-format
45359 msgid "division %<sizeof (%T) / sizeof (%T)%> does not compute the number of array elements"
45360 msgstr ""
45362 #: c/c-parser.cc:8386 cp/typeck.cc:5422
45363 #, gcc-internal-format
45364 msgid "first %<sizeof%> operand was declared here"
45365 msgstr ""
45367 #: c/c-parser.cc:8657
45368 #, gcc-internal-format
45369 msgid "storage class specifier in cast"
45370 msgstr ""
45372 #: c/c-parser.cc:8660
45373 #, gcc-internal-format
45374 msgid "alignment specified for type name in cast"
45375 msgstr ""
45377 #: c/c-parser.cc:8761
45378 #, gcc-internal-format
45379 msgid "traditional C rejects the unary plus operator"
45380 msgstr ""
45382 #: c/c-parser.cc:8893
45383 #, gcc-internal-format
45384 msgid "storage class specifier in %<sizeof%>"
45385 msgstr ""
45387 #: c/c-parser.cc:8896
45388 #, gcc-internal-format
45389 msgid "alignment specified for type name in %<sizeof%>"
45390 msgstr ""
45392 #: c/c-parser.cc:8912
45393 #, gcc-internal-format
45394 msgid "%<sizeof%> applied to a bit-field"
45395 msgstr ""
45397 #: c/c-parser.cc:8985
45398 #, gcc-internal-format
45399 msgid "storage class specifier in %qE"
45400 msgstr ""
45402 #: c/c-parser.cc:8988
45403 #, gcc-internal-format
45404 msgid "alignment specified for type name in %qE"
45405 msgstr ""
45407 #: c/c-parser.cc:9012
45408 #, gcc-internal-format
45409 msgid "ISO C does not allow %<%E (expression)%>"
45410 msgstr ""
45412 #: c/c-parser.cc:9165
45413 #, gcc-internal-format
45414 msgid "cannot take address of %qs"
45415 msgstr ""
45417 #: c/c-parser.cc:9248
45418 #, gcc-internal-format
45419 msgid "ISO C99 does not support %<_Generic%>"
45420 msgstr ""
45422 #: c/c-parser.cc:9251
45423 #, gcc-internal-format
45424 msgid "ISO C90 does not support %<_Generic%>"
45425 msgstr ""
45427 #: c/c-parser.cc:9320
45428 #, gcc-internal-format
45429 msgid "%<_Generic%> association has function type"
45430 msgstr ""
45432 #: c/c-parser.cc:9323
45433 #, gcc-internal-format
45434 msgid "%<_Generic%> association has incomplete type"
45435 msgstr ""
45437 #: c/c-parser.cc:9327
45438 #, gcc-internal-format
45439 msgid "%<_Generic%> association has variable length type"
45440 msgstr ""
45442 #: c/c-parser.cc:9351
45443 #, gcc-internal-format
45444 msgid "duplicate %<default%> case in %<_Generic%>"
45445 msgstr ""
45447 #: c/c-parser.cc:9352
45448 #, gcc-internal-format
45449 msgid "original %<default%> is here"
45450 msgstr ""
45452 #: c/c-parser.cc:9360
45453 #, gcc-internal-format
45454 msgid "%<_Generic%> specifies two compatible types"
45455 msgstr ""
45457 #: c/c-parser.cc:9361
45458 #, gcc-internal-format
45459 msgid "compatible type is here"
45460 msgstr ""
45462 #: c/c-parser.cc:9384
45463 #, gcc-internal-format
45464 msgid "%<_Generic%> selector matches multiple associations"
45465 msgstr ""
45467 #: c/c-parser.cc:9386
45468 #, gcc-internal-format
45469 msgid "other match is here"
45470 msgstr ""
45472 #: c/c-parser.cc:9411
45473 #, gcc-internal-format
45474 msgid "%<_Generic%> selector of type %qT is not compatible with any association"
45475 msgstr ""
45477 #: c/c-parser.cc:9432
45478 #, gcc-internal-format
45479 msgid "argument %u of %<__builtin_tgmath%> is not a function pointer"
45480 msgstr ""
45482 #: c/c-parser.cc:9440
45483 #, gcc-internal-format
45484 msgid "argument %u of %<__builtin_tgmath%> is unprototyped"
45485 msgstr ""
45487 #: c/c-parser.cc:9446
45488 #, gcc-internal-format
45489 msgid "argument %u of %<__builtin_tgmath%> has variable arguments"
45490 msgstr ""
45492 #: c/c-parser.cc:9462
45493 #, gcc-internal-format
45494 msgid "argument %u of %<__builtin_tgmath%> has no arguments"
45495 msgstr ""
45497 #: c/c-parser.cc:9485 c/c-parser.cc:9489
45498 #, gcc-internal-format
45499 msgid "ISO C does not support %qs predefined identifier"
45500 msgstr ""
45502 #: c/c-parser.cc:9493
45503 #, gcc-internal-format
45504 msgid "ISO C90 does not support %<__func__%> predefined identifier"
45505 msgstr ""
45507 #: c/c-parser.cc:9671 c/c-parser.cc:10821 c/c-parser.cc:10843
45508 #: c/c-parser.cc:19322 c/gimple-parser.cc:1722 c/gimple-parser.cc:2361
45509 #: cp/parser.cc:42016
45510 #, gcc-internal-format
45511 msgid "expected expression"
45512 msgstr ""
45514 #: c/c-parser.cc:9692
45515 #, gcc-internal-format
45516 msgid "braced-group within expression allowed only inside a function"
45517 msgstr ""
45519 #: c/c-parser.cc:9706
45520 #, gcc-internal-format
45521 msgid "ISO C forbids braced-groups within expressions"
45522 msgstr ""
45524 #: c/c-parser.cc:9899
45525 #, gcc-internal-format
45526 msgid "wrong number of arguments to %<__builtin_choose_expr%>"
45527 msgstr ""
45529 #: c/c-parser.cc:9915
45530 #, gcc-internal-format
45531 msgid "first argument to %<__builtin_choose_expr%> not a constant"
45532 msgstr ""
45534 #: c/c-parser.cc:9985 c/c-parser.cc:10002 c/c-parser.cc:10009
45535 #, gcc-internal-format
45536 msgid "too few arguments to %<__builtin_tgmath%>"
45537 msgstr ""
45539 #: c/c-parser.cc:10030
45540 #, gcc-internal-format
45541 msgid "argument %u of %<__builtin_tgmath%> has wrong number of arguments"
45542 msgstr ""
45544 #: c/c-parser.cc:10074 c/c-parser.cc:10084
45545 #, gcc-internal-format
45546 msgid "invalid type-generic return type for argument %u of %<__builtin_tgmath%>"
45547 msgstr ""
45549 #: c/c-parser.cc:10106 c/c-parser.cc:10116
45550 #, gcc-internal-format
45551 msgid "invalid type-generic type for argument %u of argument %u of %<__builtin_tgmath%>"
45552 msgstr ""
45554 #: c/c-parser.cc:10149
45555 #, gcc-internal-format
45556 msgid "function arguments of %<__builtin_tgmath%> all have the same type"
45557 msgstr ""
45559 #: c/c-parser.cc:10168
45560 #, gcc-internal-format
45561 msgid "function arguments of %<__builtin_tgmath%> lack type-generic parameter"
45562 msgstr ""
45564 #: c/c-parser.cc:10216
45565 #, gcc-internal-format
45566 msgid "duplicate type-generic parameter type for function argument %u of %<__builtin_tgmath%>"
45567 msgstr ""
45569 #: c/c-parser.cc:10239
45570 #, gcc-internal-format
45571 msgid "bad return type for function argument %u of %<__builtin_tgmath%>"
45572 msgstr ""
45574 #: c/c-parser.cc:10256
45575 #, gcc-internal-format
45576 msgid "bad type for argument %u of function argument %u of %<__builtin_tgmath%>"
45577 msgstr ""
45579 #: c/c-parser.cc:10295
45580 #, gcc-internal-format, gfc-internal-format
45581 msgid "invalid type of argument %u of type-generic function"
45582 msgstr ""
45584 #: c/c-parser.cc:10306
45585 #, gcc-internal-format, gfc-internal-format
45586 msgid "decimal floating-point argument %u to complex-only type-generic function"
45587 msgstr ""
45589 #: c/c-parser.cc:10314
45590 #, gcc-internal-format, gfc-internal-format
45591 msgid "decimal floating-point argument %u to binary-only type-generic function"
45592 msgstr ""
45594 #: c/c-parser.cc:10322 c/c-parser.cc:10352
45595 #, gcc-internal-format
45596 msgid "both complex and decimal floating-point arguments to type-generic function"
45597 msgstr ""
45599 #: c/c-parser.cc:10330 c/c-parser.cc:10372
45600 #, gcc-internal-format
45601 msgid "both binary and decimal floating-point arguments to type-generic function"
45602 msgstr ""
45604 #: c/c-parser.cc:10344
45605 #, gcc-internal-format, gfc-internal-format
45606 msgid "complex argument %u to decimal-only type-generic function"
45607 msgstr ""
45609 #: c/c-parser.cc:10364
45610 #, gcc-internal-format, gfc-internal-format
45611 msgid "binary argument %u to decimal-only type-generic function"
45612 msgstr ""
45614 #: c/c-parser.cc:10467
45615 #, gcc-internal-format
45616 msgid "no matching function for type-generic call"
45617 msgstr ""
45619 #: c/c-parser.cc:10508
45620 #, gcc-internal-format
45621 msgid "wrong number of arguments to %<__builtin_call_with_static_chain%>"
45622 msgstr ""
45624 #: c/c-parser.cc:10521
45625 #, gcc-internal-format
45626 msgid "first argument to %<__builtin_call_with_static_chain%> must be a call expression"
45627 msgstr ""
45629 #: c/c-parser.cc:10525
45630 #, gcc-internal-format
45631 msgid "second argument to %<__builtin_call_with_static_chain%> must be a pointer type"
45632 msgstr ""
45634 #: c/c-parser.cc:10551
45635 #, gcc-internal-format
45636 msgid "wrong number of arguments to %<__builtin_complex%>"
45637 msgstr ""
45639 #: c/c-parser.cc:10573
45640 #, gcc-internal-format
45641 msgid "%<__builtin_complex%> operand not of real binary floating-point type"
45642 msgstr ""
45644 #: c/c-parser.cc:10582
45645 #, gcc-internal-format
45646 msgid "%<__builtin_complex%> operands of different types"
45647 msgstr ""
45649 #: c/c-parser.cc:10627 c/c-parser.cc:10656 cp/parser.cc:7603
45650 #, gcc-internal-format
45651 msgid "wrong number of arguments to %<__builtin_shuffle%>"
45652 msgstr ""
45654 #: c/c-parser.cc:10798 cp/parser.cc:5983
45655 #, gcc-internal-format
45656 msgid "%<omp_all_memory%> may only be used in OpenMP %<depend%> clause"
45657 msgstr ""
45659 #: c/c-parser.cc:10808
45660 #, gcc-internal-format
45661 msgid "ISO C does not support %qs before C2X"
45662 msgstr ""
45664 #: c/c-parser.cc:10896
45665 #, gcc-internal-format
45666 msgid "%qT declared in %<constexpr%> compound literal"
45667 msgstr ""
45669 #: c/c-parser.cc:10901
45670 #, gcc-internal-format
45671 msgid "%qT defined in %<constexpr%> compound literal"
45672 msgstr ""
45674 #: c/c-parser.cc:10916
45675 #, gcc-internal-format
45676 msgid "compound literal has variable size"
45677 msgstr ""
45679 #: c/c-parser.cc:10921
45680 #, gcc-internal-format
45681 msgid "compound literal has function type"
45682 msgstr "složeni literal ima tip funkcije"
45684 #: c/c-parser.cc:10952
45685 #, gcc-internal-format
45686 msgid "compound literal qualified by address-space qualifier"
45687 msgstr ""
45689 #: c/c-parser.cc:10957
45690 #, gcc-internal-format
45691 msgid "ISO C90 forbids compound literals"
45692 msgstr ""
45694 #: c/c-parser.cc:10959
45695 #, gcc-internal-format
45696 msgid "ISO C forbids storage class specifiers in compound literals before C2X"
45697 msgstr ""
45699 #: c/c-parser.cc:10973
45700 #, gcc-internal-format
45701 msgid "%<_Alignas%> specifiers cannot reduce alignment of compound literal"
45702 msgstr ""
45704 #: c/c-parser.cc:11048
45705 #, gcc-internal-format
45706 msgid "using integer absolute value function %qD when argument is of floating-point type %qT"
45707 msgstr ""
45709 #: c/c-parser.cc:11053
45710 #, gcc-internal-format
45711 msgid "using integer absolute value function %qD when argument is of complex type %qT"
45712 msgstr ""
45714 #: c/c-parser.cc:11061
45715 #, gcc-internal-format
45716 msgid "taking the absolute value of unsigned type %qT has no effect"
45717 msgstr ""
45719 #: c/c-parser.cc:11072
45720 #, gcc-internal-format
45721 msgid "using floating-point absolute value function %qD when argument is of integer type %qT"
45722 msgstr ""
45724 #: c/c-parser.cc:11076
45725 #, gcc-internal-format
45726 msgid "using floating-point absolute value function %qD when argument is of decimal floating-point type %qT"
45727 msgstr ""
45729 #: c/c-parser.cc:11081
45730 #, gcc-internal-format
45731 msgid "using floating-point absolute value function %qD when argument is of complex type %qT"
45732 msgstr ""
45734 #: c/c-parser.cc:11094
45735 #, gcc-internal-format
45736 msgid "using complex absolute value function %qD when argument is of integer type %qT"
45737 msgstr ""
45739 #: c/c-parser.cc:11098
45740 #, gcc-internal-format
45741 msgid "using complex absolute value function %qD when argument is of floating-point type %qT"
45742 msgstr ""
45744 #: c/c-parser.cc:11115
45745 #, gcc-internal-format
45746 msgid "using decimal floating-point absolute value function %qD when argument is of integer type %qT"
45747 msgstr ""
45749 #: c/c-parser.cc:11120
45750 #, gcc-internal-format
45751 msgid "using decimal floating-point absolute value function %qD when argument is of floating-point type %qT"
45752 msgstr ""
45754 #: c/c-parser.cc:11125
45755 #, gcc-internal-format
45756 msgid "using decimal floating-point absolute value function %qD when argument is of complex type %qT"
45757 msgstr ""
45759 #: c/c-parser.cc:11151
45760 #, gcc-internal-format
45761 msgid "absolute value function %qD given an argument of type %qT but has parameter of type %qT which may cause truncation of value"
45762 msgstr ""
45764 #: c/c-parser.cc:11597
45765 #, gcc-internal-format
45766 msgid "expected identifier or %<)%>"
45767 msgstr ""
45769 #: c/c-parser.cc:11693
45770 #, gcc-internal-format
45771 msgid "extra semicolon"
45772 msgstr ""
45774 #: c/c-parser.cc:11941
45775 #, gcc-internal-format
45776 msgid "extra semicolon in method definition specified"
45777 msgstr ""
45779 #: c/c-parser.cc:12073
45780 #, gcc-internal-format
45781 msgid "method attributes must be specified at the end only"
45782 msgstr ""
45784 #: c/c-parser.cc:12093
45785 #, gcc-internal-format
45786 msgid "expected %<;%> or %<{%> after method attribute definition"
45787 msgstr ""
45789 #: c/c-parser.cc:12215
45790 #, gcc-internal-format
45791 msgid "objective-c method declaration is expected"
45792 msgstr ""
45794 #: c/c-parser.cc:12667
45795 #, gcc-internal-format
45796 msgid "no type or storage class may be specified here,"
45797 msgstr ""
45799 #: c/c-parser.cc:12735 cp/parser.cc:36861
45800 #, gcc-internal-format
45801 msgid "empty property attribute list"
45802 msgstr ""
45804 #: c/c-parser.cc:12749 cp/parser.cc:36874
45805 #, gcc-internal-format
45806 msgid "missing property attribute"
45807 msgstr ""
45809 #: c/c-parser.cc:12788
45810 #, gcc-internal-format
45811 msgid "unknown property attribute %<%s%s%>"
45812 msgstr ""
45814 #: c/c-parser.cc:12791 cp/parser.cc:36911
45815 #, gcc-internal-format
45816 msgid "unknown property attribute"
45817 msgstr ""
45819 #: c/c-parser.cc:12800 cp/parser.cc:36920
45820 #, gcc-internal-format
45821 msgid "expected %<=%> after Objective-C %qE"
45822 msgstr ""
45824 #: c/c-parser.cc:12811 cp/parser.cc:36934
45825 #, gcc-internal-format
45826 msgid "expected %qE selector name"
45827 msgstr "očekivano je ime selektora za %qE"
45829 #: c/c-parser.cc:12827 cp/parser.cc:36953
45830 #, gcc-internal-format
45831 msgid "setter method names must terminate with %<:%>"
45832 msgstr ""
45834 #: c/c-parser.cc:13041 cp/parser.cc:49132
45835 #, gcc-internal-format
45836 msgid "%<#pragma GCC unroll%> requires an assignment-expression that evaluates to a non-negative integral constant less than %u"
45837 msgstr ""
45839 #: c/c-parser.cc:13086 c/c-parser.cc:21513 c/c-parser.cc:21814
45840 #: c/c-parser.cc:21877 c/c-parser.cc:21975 cp/parser.cc:44920
45841 #: cp/parser.cc:45260 cp/parser.cc:45363 cp/parser.cc:45449 cp/parser.cc:49179
45842 #: cp/parser.cc:49195 cp/parser.cc:49211 cp/parser.cc:49228 cp/parser.cc:49245
45843 #: cp/parser.cc:49262 cp/parser.cc:49289 cp/parser.cc:49303 cp/parser.cc:49328
45844 #: cp/parser.cc:49342
45845 #, gcc-internal-format
45846 msgid "%<#pragma %s%> may only be used in compound statements"
45847 msgstr ""
45849 #: c/c-parser.cc:13109 cp/parser.cc:49317
45850 #, gcc-internal-format
45851 msgid "%<#pragma acc routine%> must be at file scope"
45852 msgstr ""
45854 #: c/c-parser.cc:13199 cp/parser.cc:49441
45855 #, gcc-internal-format
45856 msgid "%<#pragma omp scan%> may only be used in a loop construct with %<inscan%> %<reduction%> clause"
45857 msgstr ""
45859 #: c/c-parser.cc:13206 cp/parser.cc:49447
45860 #, gcc-internal-format
45861 msgid "%<#pragma omp section%> may only be used in %<#pragma omp sections%> construct"
45862 msgstr ""
45864 #: c/c-parser.cc:13218 c/c-parser.cc:13230
45865 #, gcc-internal-format
45866 msgid "%<#pragma %s%> may only be used at file scope"
45867 msgstr ""
45869 #: c/c-parser.cc:13260 c/c-parser.cc:13284 cp/parser.cc:49476
45870 #: cp/parser.cc:49509
45871 #, gcc-internal-format
45872 msgid "for, while or do statement expected"
45873 msgstr ""
45875 #: c/c-parser.cc:13297 cp/parser.cc:49169
45876 #, gcc-internal-format
45877 msgid "%<#pragma GCC pch_preprocess%> must be first"
45878 msgstr ""
45880 #: c/c-parser.cc:13650 c/c-parser.cc:17314 c/c-parser.cc:18859
45881 #: c/c-parser.cc:18878 c/c-parser.cc:19082 c/c-parser.cc:19140
45882 #: c/c-parser.cc:19147 c/c-parser.cc:19154 c/c-parser.cc:23697
45883 #: c/c-parser.cc:23705 c/c-parser.cc:23975 c/c-parser.cc:23985
45884 #: c/c-parser.cc:24079 c/c-parser.cc:24086 c/c-parser.cc:24093
45885 #: cp/parser.cc:37382 cp/parser.cc:40699 cp/parser.cc:41564 cp/parser.cc:41601
45886 #: cp/parser.cc:41790 cp/parser.cc:41853 cp/parser.cc:41860 cp/parser.cc:41867
45887 #: cp/parser.cc:46727 cp/parser.cc:46734 cp/parser.cc:46741 cp/parser.cc:48066
45888 #: cp/parser.cc:48074 cp/parser.cc:48226 cp/parser.cc:48236
45889 #, gcc-internal-format
45890 msgid "too many %qs clauses"
45891 msgstr ""
45893 #: c/c-parser.cc:13677
45894 #, gcc-internal-format
45895 msgid "expression must be integral"
45896 msgstr ""
45898 #: c/c-parser.cc:13992 c/c-parser.cc:14004
45899 #, gcc-internal-format
45900 msgid "expected %<)%> or %<,%>"
45901 msgstr "očekivano %<)%> or %<,%>"
45903 #: c/c-parser.cc:14155 c/c-parser.cc:24384
45904 #, gcc-internal-format
45905 msgid "%qD is not a variable"
45906 msgstr ""
45908 #: c/c-parser.cc:14159 cp/semantics.cc:8315
45909 #, gcc-internal-format
45910 msgid "%qD is not a pointer variable"
45911 msgstr ""
45913 #: c/c-parser.cc:14201 cp/parser.cc:38122
45914 #, gcc-internal-format
45915 msgid "collapse argument needs positive constant integer expression"
45916 msgstr ""
45918 #: c/c-parser.cc:14296 cp/parser.cc:38200
45919 #, gcc-internal-format
45920 msgid "expected %<none%> or %<present%>"
45921 msgstr "očekivano je %<none%> ili %<present%>"
45923 #: c/c-parser.cc:14298 cp/parser.cc:38202
45924 #, gcc-internal-format
45925 msgid "expected %<none%>, %<shared%>, %<private%> or %<firstprivate%>"
45926 msgstr "očekivano je %<none%>, %<shared%>, %<private%> ili %<firstprivate%>"
45928 #: c/c-parser.cc:14419 cp/parser.cc:38314
45929 #, gcc-internal-format
45930 msgid "expected %<data%>, %<update%>, %<enter%> or %<exit%>"
45931 msgstr "očekivano je %<data%>, %<update%>, %<enter%> ili %<exit%>"
45933 #: c/c-parser.cc:14439 c/c-parser.cc:21870 c/c-parser.cc:21968
45934 #: cp/parser.cc:38332 cp/parser.cc:45252 cp/parser.cc:45355
45935 #, gcc-internal-format
45936 msgid "expected %<data%>"
45937 msgstr "očekivano je %<data%>"
45939 #: c/c-parser.cc:14492 cp/parser.cc:38387
45940 #, gcc-internal-format
45941 msgid "too many %<if%> clauses with %qs modifier"
45942 msgstr ""
45944 #: c/c-parser.cc:14499 cp/parser.cc:38394
45945 #, gcc-internal-format
45946 msgid "too many %<if%> clauses"
45947 msgstr ""
45949 #: c/c-parser.cc:14501 cp/parser.cc:38396
45950 #, gcc-internal-format
45951 msgid "too many %<if%> clauses without modifier"
45952 msgstr ""
45954 #: c/c-parser.cc:14507 cp/parser.cc:38402
45955 #, gcc-internal-format
45956 msgid "if any %<if%> clause has modifier, then all %<if%> clauses have to use modifier"
45957 msgstr ""
45959 #: c/c-parser.cc:14612 c/c-parser.cc:14672 c/c-parser.cc:14733
45960 #: c/c-parser.cc:14780 c/c-parser.cc:14859 c/c-parser.cc:15238
45961 #: c/c-parser.cc:15320 c/c-parser.cc:15887 c/c-parser.cc:16032
45962 #: c/c-parser.cc:16097 c/c-parser.cc:17251
45963 #, gcc-internal-format
45964 msgid "expected integer expression"
45965 msgstr ""
45967 #: c/c-parser.cc:14623
45968 #, gcc-internal-format
45969 msgid "%<num_threads%> value must be positive"
45970 msgstr ""
45972 #: c/c-parser.cc:14683
45973 #, gcc-internal-format
45974 msgid "%<num_tasks%> value must be positive"
45975 msgstr ""
45977 #: c/c-parser.cc:14744 cp/semantics.cc:8542
45978 #, gcc-internal-format
45979 msgid "%<grainsize%> value must be positive"
45980 msgstr ""
45982 #: c/c-parser.cc:14792 cp/semantics.cc:8572
45983 #, gcc-internal-format
45984 msgid "%<priority%> value must be non-negative"
45985 msgstr ""
45987 #: c/c-parser.cc:14826 cp/parser.cc:38628
45988 #, gcc-internal-format
45989 msgid "expected constant integer expression with valid sync-hint value"
45990 msgstr ""
45992 #: c/c-parser.cc:14898 cp/parser.cc:38698
45993 #, gcc-internal-format
45994 msgid "expected %<alloc%>, %<to%>, %<from%>, %<tofrom%>, %<firstprivate%>, %<none%> or %<default%>"
45995 msgstr ""
45997 #: c/c-parser.cc:14959 cp/parser.cc:38763
45998 #, gcc-internal-format
45999 msgid "expected %<scalar%>, %<aggregate%> or %<pointer%>"
46000 msgstr "očekivano je %<scalar%>, %<aggregate%> ili %<pointer%>"
46002 #: c/c-parser.cc:15025 cp/parser.cc:38832
46003 #, gcc-internal-format
46004 msgid "too many %<defaultmap%> clauses with %qs category"
46005 msgstr ""
46007 #: c/c-parser.cc:15028 cp/parser.cc:38835
46008 #, gcc-internal-format
46009 msgid "too many %<defaultmap%> clauses with unspecified category"
46010 msgstr ""
46012 #: c/c-parser.cc:15112 cp/semantics.cc:7364 cp/semantics.cc:7417
46013 #, gcc-internal-format
46014 msgid "%qs expression must be integral"
46015 msgstr ""
46017 #: c/c-parser.cc:15124 c/c-parser.cc:15247 cp/semantics.cc:7396
46018 #: cp/semantics.cc:7431
46019 #, gcc-internal-format
46020 msgid "%qs value must be positive"
46021 msgstr ""
46023 #: c/c-parser.cc:15186 cp/parser.cc:37894
46024 #, gcc-internal-format
46025 msgid "too many %<static%> arguments"
46026 msgstr ""
46028 #: c/c-parser.cc:15220 cp/parser.cc:37927
46029 #, gcc-internal-format
46030 msgid "unexpected argument"
46031 msgstr "neočekivani argument"
46033 #: c/c-parser.cc:15387 cp/semantics.cc:8758
46034 #, gcc-internal-format
46035 msgid "%<tile%> argument needs positive integral constant"
46036 msgstr ""
46038 #: c/c-parser.cc:15462 cp/parser.cc:38885
46039 #, gcc-internal-format
46040 msgid "expected %<reproducible%> or %<unconstrained%>"
46041 msgstr "%<scalar%>, %<aggregate%> or %<pointer%>"
46043 #: c/c-parser.cc:15471 c/c-parser.cc:15477 cp/parser.cc:38894
46044 #: cp/parser.cc:38904
46045 #, gcc-internal-format
46046 msgid "expected %<concurrent%>"
46047 msgstr "očekivano je %<concurrent%>"
46049 #: c/c-parser.cc:15513 cp/parser.cc:38944
46050 #, gcc-internal-format
46051 msgid "expected %<teams%>, %<parallel%> or %<thread%>"
46052 msgstr "očekivano je %<teams%>, %<parallel%> ili %<thread%>"
46054 #: c/c-parser.cc:15566 cp/parser.cc:39012
46055 #, gcc-internal-format
46056 msgid "ordered argument needs positive constant integer expression"
46057 msgstr ""
46059 #: c/c-parser.cc:15691 c/c-parser.cc:23254 cp/parser.cc:47713
46060 #, gcc-internal-format
46061 msgid "expected %<+%>, %<*%>, %<-%>, %<&%>, %<^%>, %<|%>, %<&&%>, %<||%> or identifier"
46062 msgstr ""
46064 #: c/c-parser.cc:15811 cp/parser.cc:39270
46065 #, gcc-internal-format
46066 msgid "both %<monotonic%> and %<nonmonotonic%> modifiers specified"
46067 msgstr ""
46069 #: c/c-parser.cc:15865 cp/parser.cc:39286
46070 #, gcc-internal-format
46071 msgid "schedule %<runtime%> does not take a %<chunk_size%> parameter"
46072 msgstr ""
46074 #: c/c-parser.cc:15869 cp/parser.cc:39289
46075 #, gcc-internal-format
46076 msgid "schedule %<auto%> does not take a %<chunk_size%> parameter"
46077 msgstr ""
46079 #: c/c-parser.cc:15881 cp/semantics.cc:7478
46080 #, gcc-internal-format
46081 msgid "chunk size value must be positive"
46082 msgstr ""
46084 #: c/c-parser.cc:15904 cp/parser.cc:39309
46085 #, gcc-internal-format
46086 msgid "invalid schedule kind"
46087 msgstr ""
46089 #: c/c-parser.cc:16042 c/c-parser.cc:16052
46090 #, gcc-internal-format
46091 msgid "%<num_teams%> value must be positive"
46092 msgstr ""
46094 #: c/c-parser.cc:16059 cp/semantics.cc:7445
46095 #, gcc-internal-format
46096 msgid "%<num_teams%> lower bound %qE bigger than upper bound %qE"
46097 msgstr ""
46099 #: c/c-parser.cc:16107 cp/semantics.cc:7574
46100 #, gcc-internal-format
46101 msgid "%<thread_limit%> value must be positive"
46102 msgstr ""
46104 #: c/c-parser.cc:16152 cp/semantics.cc:7702
46105 #, gcc-internal-format
46106 msgid "%<aligned%> clause alignment expression must be positive constant integer expression"
46107 msgstr ""
46109 #: c/c-parser.cc:16262 c/c-parser.cc:18848 cp/parser.cc:41556
46110 #, gcc-internal-format
46111 msgid "expected %<allocator%> or %<align%>"
46112 msgstr "očekivano je %<allocator%> ili %<align%>"
46114 #: c/c-parser.cc:16269
46115 #, gcc-internal-format
46116 msgid "duplicate %qs modifier"
46117 msgstr ""
46119 #: c/c-parser.cc:16317 cp/semantics.cc:7837
46120 #, gcc-internal-format
46121 msgid "%<allocate%> clause allocator expression has type %qT rather than %<omp_allocator_handle_t%>"
46122 msgstr ""
46124 #: c/c-parser.cc:16328 cp/semantics.cc:7792 cp/semantics.cc:7808
46125 #, gcc-internal-format
46126 msgid "%<allocate%> clause %<align%> modifier argument needs to be positive constant power of two integer expression"
46127 msgstr ""
46129 #: c/c-parser.cc:16447 cp/parser.cc:39756
46130 #, gcc-internal-format
46131 msgid "multiple linear modifiers"
46132 msgstr "višekratni linearni modifikatori"
46134 #: c/c-parser.cc:16459 cp/parser.cc:39769
46135 #, gcc-internal-format
46136 msgid "multiple %<step%> modifiers"
46137 msgstr ""
46139 #: c/c-parser.cc:16467 c/c-parser.cc:16495
46140 #, gcc-internal-format
46141 msgid "%<linear%> clause step expression must be integral"
46142 msgstr ""
46144 #: c/c-parser.cc:16547
46145 #, gcc-internal-format
46146 msgid "%<safelen%> clause expression must be positive constant integer expression"
46147 msgstr ""
46149 #: c/c-parser.cc:16586
46150 #, gcc-internal-format
46151 msgid "%<simdlen%> clause expression must be positive constant integer expression"
46152 msgstr ""
46154 #: c/c-parser.cc:16946 cp/parser.cc:40316
46155 #, gcc-internal-format
46156 msgid "%<iterator%> modifier incompatible with %qs"
46157 msgstr ""
46159 #: c/c-parser.cc:16994 cp/parser.cc:40371 cp/parser.cc:40760
46160 #: cp/parser.cc:40810
46161 #, gcc-internal-format
46162 msgid "invalid depend kind"
46163 msgstr "nevaljana vrsta ovisnosti"
46165 #: c/c-parser.cc:17055 cp/parser.cc:40401
46166 #, gcc-internal-format
46167 msgid "invalid doacross kind"
46168 msgstr "nevaljana ‘doacross’ vrsta"
46170 #: c/c-parser.cc:17123 cp/parser.cc:40508
46171 #, gcc-internal-format
46172 msgid "too many %<always%> modifiers"
46173 msgstr ""
46175 #: c/c-parser.cc:17133 cp/parser.cc:40521
46176 #, gcc-internal-format
46177 msgid "too many %<close%> modifiers"
46178 msgstr ""
46180 #: c/c-parser.cc:17141 cp/parser.cc:40532
46181 #, gcc-internal-format
46182 msgid "%<#pragma omp target%> with modifier other than %<always%> or %<close%> on %<map%> clause"
46183 msgstr ""
46185 #: c/c-parser.cc:17169 cp/parser.cc:40563
46186 #, gcc-internal-format
46187 msgid "invalid map kind"
46188 msgstr "nevaljana vrsta dodjele"
46190 #: c/c-parser.cc:17221 cp/parser.cc:40622
46191 #, gcc-internal-format
46192 msgid "%<ancestor%> device modifier not preceded by %<requires%> directive with %<reverse_offload%> clause"
46193 msgstr ""
46195 #: c/c-parser.cc:17233 cp/parser.cc:40633
46196 #, gcc-internal-format
46197 msgid "expected %<ancestor%> or %<device_num%>"
46198 msgstr "očekivano je %<ancestor%> ili %<device_num%>"
46200 #: c/c-parser.cc:17256 cp/semantics.cc:7599
46201 #, gcc-internal-format
46202 msgid "the %<device%> clause expression must evaluate to %<1%>"
46203 msgstr ""
46205 #: c/c-parser.cc:17289 cp/parser.cc:40704
46206 #, gcc-internal-format
46207 msgid "invalid dist_schedule kind"
46208 msgstr ""
46210 #: c/c-parser.cc:17368
46211 #, gcc-internal-format
46212 msgid "invalid proc_bind kind"
46213 msgstr ""
46215 #: c/c-parser.cc:17412
46216 #, gcc-internal-format
46217 msgid "expected %<host%>, %<nohost%> or %<any%>"
46218 msgstr "očekivano je %<host%>, %<nohost%> ili %<any%>"
46220 #: c/c-parser.cc:17489 cp/semantics.cc:8018
46221 #, gcc-internal-format
46222 msgid "%<detach%> clause event handle has type %qT rather than %<omp_event_handle_t%>"
46223 msgstr ""
46225 #: c/c-parser.cc:17691 cp/parser.cc:41049
46226 #, gcc-internal-format
46227 msgid "expected %<#pragma acc%> clause"
46228 msgstr ""
46230 #: c/c-parser.cc:17702 c/c-parser.cc:18060 cp/parser.cc:41060
46231 #: cp/parser.cc:41462
46232 #, gcc-internal-format
46233 msgid "%qs is not valid for %qs"
46234 msgstr ""
46236 #: c/c-parser.cc:17746 cp/parser.cc:41107
46237 #, gcc-internal-format
46238 msgid "clauses in %<simd%> trait should be separated by %<,%>"
46239 msgstr ""
46241 #: c/c-parser.cc:17895 cp/parser.cc:41295
46242 #, gcc-internal-format
46243 msgid "%qs must be the first clause of %qs"
46244 msgstr ""
46246 #: c/c-parser.cc:18049 cp/parser.cc:41451
46247 #, gcc-internal-format
46248 msgid "expected %<#pragma omp%> clause"
46249 msgstr ""
46251 #: c/c-parser.cc:18182 cp/parser.cc:45780
46252 #, gcc-internal-format
46253 msgid "no valid clauses specified in %<#pragma acc declare%>"
46254 msgstr ""
46256 #: c/c-parser.cc:18192 cp/parser.cc:45790
46257 #, gcc-internal-format
46258 msgid "array section in %<#pragma acc declare%>"
46259 msgstr ""
46261 #: c/c-parser.cc:18212 cp/parser.cc:45810
46262 #, gcc-internal-format
46263 msgid "%qD must be a global variable in %<#pragma acc declare link%>"
46264 msgstr ""
46266 #: c/c-parser.cc:18223 cp/parser.cc:45821
46267 #, gcc-internal-format
46268 msgid "invalid OpenACC clause at file scope"
46269 msgstr ""
46271 #: c/c-parser.cc:18230 cp/parser.cc:45828
46272 #, gcc-internal-format
46273 msgid "invalid use of %<extern%> variable %qD in %<#pragma acc declare%>"
46274 msgstr ""
46276 #: c/c-parser.cc:18238 cp/parser.cc:45836
46277 #, gcc-internal-format
46278 msgid "invalid use of %<global%> variable %qD in %<#pragma acc declare%>"
46279 msgstr ""
46281 #: c/c-parser.cc:18249 cp/parser.cc:45858
46282 #, gcc-internal-format
46283 msgid "%qD must be a variable declared in the same scope as %<#pragma acc declare%>"
46284 msgstr ""
46286 #: c/c-parser.cc:18259 cp/parser.cc:45868
46287 #, gcc-internal-format
46288 msgid "variable %qD used more than once with %<#pragma acc declare%>"
46289 msgstr ""
46291 #: c/c-parser.cc:18352 cp/parser.cc:45966
46292 #, gcc-internal-format
46293 msgid "expected %<data%> after %<#pragma acc %s%>"
46294 msgstr "očekivano je %<data%> iza %<#pragma acc %s%>"
46296 #: c/c-parser.cc:18368 cp/parser.cc:45983
46297 #, gcc-internal-format
46298 msgid "%<#pragma acc %s data%> has no data movement clause"
46299 msgstr ""
46301 #: c/c-parser.cc:18618 cp/parser.cc:3241
46302 #, gcc-internal-format
46303 msgid "%qE has not been declared"
46304 msgstr ""
46306 #: c/c-parser.cc:18622
46307 #, gcc-internal-format
46308 msgid "expected function name"
46309 msgstr "očekivano je ime funkcije"
46311 #: c/c-parser.cc:18640 cp/parser.cc:48493
46312 #, gcc-internal-format
46313 msgid "%qD does not refer to a function"
46314 msgstr ""
46316 #: c/c-parser.cc:18663 c/c-parser.cc:18711 cp/parser.cc:1586
46317 #, gcc-internal-format
46318 msgid "%<#pragma acc routine%> not immediately followed by function declaration or definition"
46319 msgstr ""
46321 #: c/c-parser.cc:18703 cp/parser.cc:48544 cp/parser.cc:48591
46322 #, gcc-internal-format
46323 msgid "%<#pragma acc routine%> not immediately followed by a single function declaration or definition"
46324 msgstr ""
46326 #: c/c-parser.cc:18734 cp/parser.cc:48619
46327 #, gcc-internal-format
46328 msgid "%<#pragma acc routine%> must be applied before use"
46329 msgstr ""
46331 #: c/c-parser.cc:18735 cp/parser.cc:48621
46332 #, gcc-internal-format
46333 msgid "%<#pragma acc routine%> must be applied before definition"
46334 msgstr ""
46336 #: c/c-parser.cc:18779 cp/parser.cc:46184
46337 #, gcc-internal-format
46338 msgid "%<#pragma acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause"
46339 msgstr ""
46341 #: c/c-parser.cc:18870 cp/parser.cc:41576 cp/parser.cc:41591
46342 #, gcc-internal-format
46343 msgid "%<align%> clause argument needs to be positive constant power of two integer expression"
46344 msgstr ""
46346 #: c/c-parser.cc:18893
46347 #, gcc-internal-format
46348 msgid "%<allocator%> clause allocator expression has type %qT rather than %<omp_allocator_handle_t%>"
46349 msgstr ""
46351 #. FIXME: When implementing properly, delete the align/allocate expr error
46352 #. check above and add one in semantics.cc (to properly handle templates).
46353 #. Base this on the allocator/align modifiers check for the 'allocate' clause
46354 #. in semantics.cc's finish_omp_clauses.
46355 #: c/c-parser.cc:18910 cp/parser.cc:41624
46356 #, gcc-internal-format
46357 msgid "%<#pragma omp allocate%> not yet supported"
46358 msgstr ""
46360 #: c/c-parser.cc:19048 cp/parser.cc:41756
46361 #, gcc-internal-format
46362 msgid "expected %<read%>, %<write%>, %<update%>, or %<capture%> clause"
46363 msgstr "očekivano je %<read%>, %<write%>, %<update%>, ili %<capture%> klauzula"
46365 #: c/c-parser.cc:19087 cp/parser.cc:41795
46366 #, gcc-internal-format
46367 msgid "expected %<seq_cst%>, %<acquire%> or %<relaxed%>"
46368 msgstr "očekivano je %<seq_cst%>, %<acquire%> ili %<relaxed%>"
46370 #: c/c-parser.cc:19111 cp/parser.cc:41824
46371 #, gcc-internal-format
46372 msgid "expected %<read%>, %<write%>, %<update%>, %<capture%>, %<compare%>, %<weak%>, %<fail%>, %<seq_cst%>, %<acq_rel%>, %<release%>, %<relaxed%> or %<hint%> clause"
46373 msgstr ""
46375 #: c/c-parser.cc:19126 cp/parser.cc:41839
46376 #, gcc-internal-format
46377 msgid "too many atomic clauses"
46378 msgstr ""
46380 #: c/c-parser.cc:19133 cp/parser.cc:41846
46381 #, gcc-internal-format
46382 msgid "too many memory order clauses"
46383 msgstr ""
46385 #: c/c-parser.cc:19171 c/c-parser.cc:19178 cp/parser.cc:41884
46386 #: cp/parser.cc:41891
46387 #, gcc-internal-format
46388 msgid "%qs clause is incompatible with %<read%> or %<write%> clauses"
46389 msgstr ""
46391 #: c/c-parser.cc:19184 c/c-parser.cc:19189 cp/parser.cc:41897
46392 #: cp/parser.cc:41902
46393 #, gcc-internal-format
46394 msgid "%qs clause requires %qs clause"
46395 msgstr ""
46397 #: c/c-parser.cc:19233 cp/parser.cc:41946
46398 #, gcc-internal-format
46399 msgid "%<#pragma omp atomic read%> incompatible with %<release%> clause"
46400 msgstr ""
46402 #: c/c-parser.cc:19243 cp/parser.cc:41956
46403 #, gcc-internal-format
46404 msgid "%<#pragma omp atomic write%> incompatible with %<acquire%> clause"
46405 msgstr ""
46407 #: c/c-parser.cc:19366 cp/parser.cc:42056
46408 #, gcc-internal-format
46409 msgid "expected %<==%> comparison in %<if%> condition"
46410 msgstr "očekivan je %<==%> usporedba u uvjetu %<if%>"
46412 #: c/c-parser.cc:19373 cp/parser.cc:42063
46413 #, gcc-internal-format
46414 msgid "expected %<==%>, %<<%> or %<>%> comparison in %<if%> condition"
46415 msgstr ""
46417 #: c/c-parser.cc:19446 cp/parser.cc:42128 cp/parser.cc:42411
46418 #: cp/parser.cc:42505 cp/parser.cc:42523
46419 #, gcc-internal-format
46420 msgid "invalid form of %<#pragma omp atomic compare%>"
46421 msgstr ""
46423 #: c/c-parser.cc:19457 cp/parser.cc:42139
46424 #, gcc-internal-format
46425 msgid "unexpected %<else%>"
46426 msgstr "očekivano je %<else%>"
46428 #: c/c-parser.cc:19517 cp/parser.cc:42578
46429 #, gcc-internal-format
46430 msgid "invalid form of %<pragma omp atomic compare%>"
46431 msgstr ""
46433 #: c/c-parser.cc:19788 cp/parser.cc:42432 cp/parser.cc:42458
46434 #, gcc-internal-format
46435 msgid "invalid form of %<#pragma omp atomic%>"
46436 msgstr ""
46438 #: c/c-parser.cc:19792 cp/parser.cc:42498 cp/parser.cc:42532
46439 #, gcc-internal-format
46440 msgid "invalid operator for %<#pragma omp atomic%>"
46441 msgstr ""
46443 #: c/c-parser.cc:19843 cp/parser.cc:42567
46444 #, gcc-internal-format
46445 msgid "%<weak%> clause requires atomic equality comparison"
46446 msgstr ""
46448 #: c/c-parser.cc:19849 cp/semantics.cc:10910 cp/semantics.cc:10920
46449 #, gcc-internal-format
46450 msgid "%<#pragma omp atomic capture%> uses two different expressions for memory"
46451 msgstr ""
46453 #: c/c-parser.cc:19949 cp/semantics.cc:10997
46454 #, gcc-internal-format
46455 msgid "%<depobj%> expression is not lvalue expression"
46456 msgstr ""
46458 #: c/c-parser.cc:20010 cp/parser.cc:42733
46459 #, gcc-internal-format
46460 msgid "expected %<in%>, %<out%>, %<inout%>, %<mutexinoutset%> or %<inoutset%>"
46461 msgstr "očekivano %<in%>, %<out%>, %<inout%>, %<mutexinoutset%> ili %<inoutset%>"
46463 #: c/c-parser.cc:20022 cp/parser.cc:42749
46464 #, gcc-internal-format
46465 msgid "expected %<depend%>, %<destroy%> or %<update%> clause"
46466 msgstr "očekivano je %<depend%>, %<destroy%> ili %<update%> klauzula"
46468 #: c/c-parser.cc:20063 cp/parser.cc:42787
46469 #, gcc-internal-format
46470 msgid "expected %<seq_cst%>, %<acq_rel%>, %<release%> or %<acquire%>"
46471 msgstr "očekivano je %<seq_cst%>, %<acq_rel%>, %<release%> ili %<acquire%>"
46473 #: c/c-parser.cc:20071 cp/parser.cc:42795
46474 #, gcc-internal-format
46475 msgid "%<flush%> list specified together with memory order clause"
46476 msgstr ""
46478 #: c/c-parser.cc:20076
46479 #, gcc-internal-format
46480 msgid "expected %<(%> or end of line"
46481 msgstr ""
46483 #: c/c-parser.cc:20158 cp/parser.cc:43557
46484 #, gcc-internal-format
46485 msgid "expected %<inclusive%> or %<exclusive%> clause"
46486 msgstr "očekivano je %<inclusive%> ili %<exclusive%> klauzula"
46488 #: c/c-parser.cc:20163 cp/parser.cc:43563
46489 #, gcc-internal-format
46490 msgid "expected %<#pragma omp scan%>"
46491 msgstr "očekivano je %<#pragma omp scan%>"
46493 #: c/c-parser.cc:20219 cp/parser.cc:43614
46494 #, gcc-internal-format
46495 msgid "%<ordered%> clause parameter is less than %<collapse%>"
46496 msgstr ""
46498 #: c/c-parser.cc:20235 cp/parser.cc:43640
46499 #, gcc-internal-format
46500 msgid "for statement expected"
46501 msgstr ""
46503 #: c/c-parser.cc:20313 cp/semantics.cc:10488 cp/semantics.cc:10579
46504 #, gcc-internal-format
46505 msgid "expected iteration declaration or initialization"
46506 msgstr ""
46508 #: c/c-parser.cc:20399
46509 #, gcc-internal-format
46510 msgid "not enough perfectly nested loops"
46511 msgstr ""
46513 #: c/c-parser.cc:20447 cp/parser.cc:43954
46514 #, gcc-internal-format
46515 msgid "collapsed loops not perfectly nested"
46516 msgstr ""
46518 #: c/c-parser.cc:20530 cp/parser.cc:43750 cp/parser.cc:43792 cp/pt.cc:18569
46519 #, gcc-internal-format
46520 msgid "iteration variable %qD should not be firstprivate"
46521 msgstr ""
46523 #: c/c-parser.cc:20945 cp/parser.cc:44358
46524 #, gcc-internal-format
46525 msgid "%<#pragma omp ordered%> with %qs clause may only be used in compound statements"
46526 msgstr ""
46528 #: c/c-parser.cc:21159 cp/parser.cc:44564
46529 #, gcc-internal-format
46530 msgid "expected %<for%> after %qs"
46531 msgstr "očekivano je %<for%> iza %qs"
46533 #: c/c-parser.cc:21504 cp/parser.cc:44911
46534 #, gcc-internal-format
46535 msgid "expected %<point%>"
46536 msgstr "očekivano je %<point%>"
46538 #: c/c-parser.cc:21763 cp/parser.cc:45190
46539 #, gcc-internal-format
46540 msgid "%<#pragma omp target data%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46541 msgstr ""
46543 #: c/c-parser.cc:21779 cp/parser.cc:45206
46544 #, gcc-internal-format
46545 msgid "%<#pragma omp target data%> must contain at least one %<map%>, %<use_device_ptr%> or %<use_device_addr%> clause"
46546 msgstr ""
46548 #: c/c-parser.cc:21827 cp/parser.cc:45462
46549 #, gcc-internal-format
46550 msgid "%<#pragma omp target update%> must contain at least one %<from%> or %<to%> clauses"
46551 msgstr ""
46553 #: c/c-parser.cc:21917 cp/parser.cc:45301
46554 #, gcc-internal-format
46555 msgid "%<#pragma omp target enter data%> with map-type other than %<to%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46556 msgstr ""
46558 #: c/c-parser.cc:21929 cp/parser.cc:45313
46559 #, gcc-internal-format
46560 msgid "%<#pragma omp target enter data%> must contain at least one %<map%> clause"
46561 msgstr ""
46563 #: c/c-parser.cc:22016 cp/parser.cc:45405
46564 #, gcc-internal-format
46565 msgid "%<#pragma omp target exit data%> with map-type other than %<from%>, %<tofrom%>, %<release%> or %<delete%> on %<map%> clause"
46566 msgstr ""
46568 #: c/c-parser.cc:22029 cp/parser.cc:45418
46569 #, gcc-internal-format
46570 msgid "%<#pragma omp target exit data%> must contain at least one %<map%> clause"
46571 msgstr ""
46573 #: c/c-parser.cc:22265 cp/semantics.cc:10019
46574 #, gcc-internal-format
46575 msgid "%<#pragma omp target%> with map-type other than %<to%>, %<from%>, %<tofrom%> or %<alloc%> on %<map%> clause"
46576 msgstr ""
46578 #: c/c-parser.cc:22322
46579 #, gcc-internal-format
46580 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition or another %<#pragma omp declare %s%>"
46581 msgstr ""
46583 #: c/c-parser.cc:22373 c/c-parser.cc:22401
46584 #, gcc-internal-format
46585 msgid "%<#pragma omp declare %s%> must be followed by function declaration or definition"
46586 msgstr ""
46588 #: c/c-parser.cc:22440 cp/parser.cc:46334
46589 #, gcc-internal-format
46590 msgid "expected trait selector name"
46591 msgstr ""
46593 #: c/c-parser.cc:22493 cp/parser.cc:46386
46594 #, gcc-internal-format
46595 msgid "selector %qs not allowed for context selector set %qs"
46596 msgstr ""
46598 #: c/c-parser.cc:22518 cp/parser.cc:46410
46599 #, gcc-internal-format
46600 msgid "selector %qs does not accept any properties"
46601 msgstr ""
46603 #: c/c-parser.cc:22545 cp/parser.cc:46449 cp/pt.cc:11869
46604 #, gcc-internal-format
46605 msgid "score argument must be constant integer expression"
46606 msgstr ""
46608 #: c/c-parser.cc:22548 cp/parser.cc:46452 cp/pt.cc:11886
46609 #, gcc-internal-format
46610 msgid "score argument must be non-negative"
46611 msgstr ""
46613 #: c/c-parser.cc:22572 cp/parser.cc:46480 cp/pt.cc:11872
46614 #, gcc-internal-format
46615 msgid "property must be constant integer expression or string literal"
46616 msgstr ""
46618 #: c/c-parser.cc:22617 cp/parser.cc:46526
46619 #, gcc-internal-format
46620 msgid "expected identifier or string literal"
46621 msgstr ""
46623 #: c/c-parser.cc:22639 cp/parser.cc:46548 cp/pt.cc:11876
46624 #, gcc-internal-format
46625 msgid "property must be constant integer expression"
46626 msgstr ""
46628 #: c/c-parser.cc:22650 cp/parser.cc:46559
46629 #, gcc-internal-format
46630 msgid "properties for %<simd%> selector may not be specified in %<metadirective%>"
46631 msgstr ""
46633 #: c/c-parser.cc:22737 cp/parser.cc:46645
46634 #, gcc-internal-format
46635 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%>"
46636 msgstr ""
46638 #: c/c-parser.cc:22816 cp/parser.cc:46962
46639 #, gcc-internal-format
46640 msgid "expected %<match%>"
46641 msgstr "očekivano je %<match%>"
46643 #: c/c-parser.cc:22836
46644 #, gcc-internal-format
46645 msgid "variant %qD is not a function"
46646 msgstr ""
46648 #: c/c-parser.cc:22842 cp/decl.cc:8112
46649 #, gcc-internal-format
46650 msgid "variant %qD and base %qD have incompatible types"
46651 msgstr ""
46653 #: c/c-parser.cc:22854 cp/decl.cc:8121
46654 #, gcc-internal-format
46655 msgid "variant %qD is a built-in"
46656 msgstr ""
46658 #: c/c-parser.cc:22899
46659 #, gcc-internal-format
46660 msgid "%<#pragma omp declare %s%> not immediately followed by a function declaration or definition"
46661 msgstr ""
46663 #: c/c-parser.cc:22907 cp/parser.cc:47007
46664 #, gcc-internal-format
46665 msgid "%<#pragma omp declare %s%> not immediately followed by a single function declaration or definition"
46666 msgstr ""
46668 #: c/c-parser.cc:23021 cp/parser.cc:47211
46669 #, gcc-internal-format
46670 msgid "%qD specified both in declare target %<link%> and %qs clauses"
46671 msgstr ""
46673 #: c/c-parser.cc:23025 cp/parser.cc:47215
46674 #, gcc-internal-format
46675 msgid "%qD specified both in declare target %<link%> and %<to%> or %<enter%> clauses"
46676 msgstr ""
46678 #: c/c-parser.cc:23074 cp/parser.cc:47326
46679 #, gcc-internal-format
46680 msgid "directive with only %<device_type%> clause"
46681 msgstr ""
46683 #: c/c-parser.cc:23114 c/c-parser.cc:23154 cp/parser.cc:47374
46684 #: cp/parser.cc:47421
46685 #, gcc-internal-format
46686 msgid "expected %<target%>"
46687 msgstr "očekivano je %<target%>"
46689 #: c/c-parser.cc:23126 cp/parser.cc:47387
46690 #, gcc-internal-format
46691 msgid "expected %<declare target%> or %<assumes%>"
46692 msgstr "očekivano %<declare target%> ili %<assumes%>"
46694 #: c/c-parser.cc:23160 cp/parser.cc:47428
46695 #, gcc-internal-format
46696 msgid "%<#pragma omp end declare target%> without corresponding %<#pragma omp declare target%> or %<#pragma omp begin declare target%>"
46697 msgstr ""
46699 #: c/c-parser.cc:23178 cp/parser.cc:47483
46700 #, gcc-internal-format
46701 msgid "expected %<declare%> or %<assumes%>"
46702 msgstr "očekivano %<declare%> ili %<assumes%>"
46704 #: c/c-parser.cc:23204
46705 #, gcc-internal-format
46706 msgid "%<#pragma omp declare reduction%> not at file or block scope"
46707 msgstr ""
46709 #: c/c-parser.cc:23281
46710 #, gcc-internal-format
46711 msgid "predeclared arithmetic type in %<#pragma omp declare reduction%>"
46712 msgstr ""
46714 #: c/c-parser.cc:23285
46715 #, gcc-internal-format
46716 msgid "function or array type in %<#pragma omp declare reduction%>"
46717 msgstr ""
46719 #: c/c-parser.cc:23288
46720 #, gcc-internal-format
46721 msgid "%<_Atomic%> qualified type in %<#pragma omp declare reduction%>"
46722 msgstr ""
46724 #: c/c-parser.cc:23291
46725 #, gcc-internal-format
46726 msgid "const, volatile or restrict qualified type in %<#pragma omp declare reduction%>"
46727 msgstr ""
46729 #: c/c-parser.cc:23299
46730 #, gcc-internal-format
46731 msgid "redeclaration of %qs %<#pragma omp declare reduction%> for type %qT"
46732 msgstr ""
46734 #: c/c-parser.cc:23308
46735 #, gcc-internal-format
46736 msgid "previous %<#pragma omp declare reduction%>"
46737 msgstr ""
46739 #: c/c-parser.cc:23429
46740 #, gcc-internal-format
46741 msgid "expected %<omp_priv%> or function-name"
46742 msgstr ""
46744 #: c/c-parser.cc:23440
46745 #, gcc-internal-format
46746 msgid "expected function-name %<(%>"
46747 msgstr "očekivano je function-name %<(%>"
46749 #: c/c-parser.cc:23459
46750 #, gcc-internal-format
46751 msgid "one of the initializer call arguments should be %<&omp_priv%>"
46752 msgstr ""
46754 #: c/c-parser.cc:23590 cp/parser.cc:47955
46755 #, gcc-internal-format
46756 msgid "expected %<simd%>, %<reduction%>, %<target%> or %<variant%>"
46757 msgstr "očekivano je %<simd%>, %<reduction%>, %<target%> ili %<variant%>"
46759 #: c/c-parser.cc:23653 cp/parser.cc:48016
46760 #, gcc-internal-format
46761 msgid "expected %<seq_cst%>, %<relaxed%> or %<acq_rel%>"
46762 msgstr "očekivano je %<seq_cst%>, %<relaxed%> ili %<acq_rel%>"
46764 #: c/c-parser.cc:23682 cp/parser.cc:48051
46765 #, gcc-internal-format
46766 msgid "expected %<unified_address%>, %<unified_shared_memory%>, %<dynamic_allocators%>, %<reverse_offload%> or %<atomic_default_mem_order%> clause"
46767 msgstr ""
46769 #: c/c-parser.cc:23700 cp/parser.cc:48069
46770 #, gcc-internal-format
46771 msgid "%qs clause used lexically after first target construct or offloading API"
46772 msgstr ""
46774 #: c/c-parser.cc:23712 cp/parser.cc:48081
46775 #, gcc-internal-format
46776 msgid "more than one %<atomic_default_mem_order%> clause in a single compilation unit"
46777 msgstr ""
46779 #: c/c-parser.cc:23721 cp/parser.cc:48090
46780 #, gcc-internal-format
46781 msgid "%<atomic_default_mem_order%> clause used lexically after first %<atomic%> construct without memory order clause"
46782 msgstr ""
46784 #: c/c-parser.cc:23735 cp/parser.cc:48104
46785 #, gcc-internal-format
46786 msgid "%<pragma omp requires%> requires at least one clause"
46787 msgstr ""
46789 #: c/c-parser.cc:23754
46790 #, gcc-internal-format
46791 msgid "zero sized type %qT in %<reduction%> clause"
46792 msgstr ""
46794 #: c/c-parser.cc:23760
46795 #, gcc-internal-format
46796 msgid "variable sized type %qT in %<reduction%> clause"
46797 msgstr ""
46799 #: c/c-parser.cc:23917 cp/parser.cc:48161
46800 #, gcc-internal-format
46801 msgid "expected %<at%>, %<severity%> or %<message%> clause"
46802 msgstr "očekivano je %<at%>, %<severity%> ili %<message%> klauzula"
46804 #: c/c-parser.cc:23950 cp/parser.cc:48196
46805 #, gcc-internal-format
46806 msgid "expected %qs or %qs"
46807 msgstr "očekivano je %qs ili %qs"
46809 #: c/c-parser.cc:24007 cp/parser.cc:48258
46810 #, gcc-internal-format
46811 msgid "%<#pragma omp error%> with %<at(execution)%> clause may only be used in compound statements"
46812 msgstr ""
46814 #: c/c-parser.cc:24030 cp/parser.cc:48285
46815 #, gcc-internal-format
46816 msgid "%<pragma omp error%> encountered: %s"
46817 msgstr ""
46819 #: c/c-parser.cc:24033 cp/parser.cc:48288
46820 #, gcc-internal-format
46821 msgid "%<pragma omp error%> encountered"
46822 msgstr ""
46824 #: c/c-parser.cc:24060 cp/parser.cc:46708
46825 #, gcc-internal-format
46826 msgid "expected at least one assumption clause"
46827 msgstr "očekivana je barem jedna klauzula pretpostavki"
46829 #: c/c-parser.cc:24146 cp/parser.cc:46794
46830 #, gcc-internal-format
46831 msgid "expected directive name"
46832 msgstr "očekivano je ime direktive"
46834 #: c/c-parser.cc:24159 cp/parser.cc:46807
46835 #, gcc-internal-format
46836 msgid "unknown OpenMP directive name in %qs clause argument"
46837 msgstr ""
46839 #: c/c-parser.cc:24166 cp/parser.cc:46814
46840 #, gcc-internal-format
46841 msgid "%<%s%s%s%s%s%> directive mentioned in both %<absent%> and %<contains%> clauses"
46842 msgstr ""
46844 #: c/c-parser.cc:24177 cp/parser.cc:46825
46845 #, gcc-internal-format
46846 msgid "%<%s%s%s%s%s%> directive mentioned multiple times in %qs clauses"
46847 msgstr ""
46849 #: c/c-parser.cc:24200 cp/parser.cc:46852
46850 #, gcc-internal-format
46851 msgid "unknown assumption clause %qs"
46852 msgstr "nepoznata klauzula pretpostavki %qs"
46854 #: c/c-parser.cc:24213 cp/parser.cc:46862
46855 #, gcc-internal-format
46856 msgid "expected assumption clause"
46857 msgstr "očekivana je klauzula pretpostavki"
46859 #: c/c-parser.cc:24386 cp/semantics.cc:9393
46860 #, gcc-internal-format
46861 msgid "%qE declared %<threadprivate%> after first use"
46862 msgstr ""
46864 #: c/c-parser.cc:24388 cp/semantics.cc:9395
46865 #, gcc-internal-format
46866 msgid "automatic variable %qE cannot be %<threadprivate%>"
46867 msgstr ""
46869 #: c/c-parser.cc:24392 cp/semantics.cc:9397
46870 #, gcc-internal-format
46871 msgid "%<threadprivate%> %qE has incomplete type"
46872 msgstr ""
46874 #: c/c-parser.cc:24572 cp/parser.cc:49027
46875 #, gcc-internal-format
46876 msgid "%<__transaction_cancel%> without transactional memory support enabled"
46877 msgstr ""
46879 #: c/c-parser.cc:24578 cp/parser.cc:49033
46880 #, gcc-internal-format
46881 msgid "%<__transaction_cancel%> within a %<__transaction_relaxed%>"
46882 msgstr ""
46884 #: c/c-parser.cc:24587
46885 #, gcc-internal-format
46886 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%> or a %<transaction_may_cancel_outer%> function"
46887 msgstr ""
46889 #: c/c-parser.cc:24595 cp/parser.cc:49051
46890 #, gcc-internal-format
46891 msgid "%<__transaction_cancel%> not within %<__transaction_atomic%>"
46892 msgstr ""
46894 #: c/c-parser.cc:24679
46895 #, gcc-internal-format
46896 msgid "no closing brace"
46897 msgstr ""
46899 #: c/c-typeck.cc:237
46900 #, gcc-internal-format
46901 msgid "%qD has an incomplete type %qT"
46902 msgstr ""
46904 #: c/c-typeck.cc:251 c/c-typeck.cc:11147 c/c-typeck.cc:11189 cp/call.cc:4871
46905 #, gcc-internal-format
46906 msgid "invalid use of void expression"
46907 msgstr ""
46909 #: c/c-typeck.cc:259
46910 #, gcc-internal-format
46911 msgid "invalid use of flexible array member"
46912 msgstr ""
46914 #: c/c-typeck.cc:265 cp/typeck2.cc:346 rust/backend/rust-tree.cc:3871
46915 #, gcc-internal-format
46916 msgid "invalid use of array with unspecified bounds"
46917 msgstr ""
46919 #: c/c-typeck.cc:273
46920 #, gcc-internal-format
46921 msgid "invalid use of undefined type %qT"
46922 msgstr ""
46924 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
46925 #: c/c-typeck.cc:276
46926 #, gcc-internal-format
46927 msgid "invalid use of incomplete typedef %qT"
46928 msgstr ""
46930 #: c/c-typeck.cc:349
46931 #, gcc-internal-format
46932 msgid "%qT and %qT are in disjoint named address spaces"
46933 msgstr ""
46935 #: c/c-typeck.cc:374
46936 #, gcc-internal-format
46937 msgid "%qs attribute cannot be applied to a function that does not take variable arguments"
46938 msgstr ""
46940 #: c/c-typeck.cc:605 c/c-typeck.cc:630
46941 #, gcc-internal-format
46942 msgid "function types not truly compatible in ISO C"
46943 msgstr "tipovi funkcija nisu kompatibilni s ISO C"
46945 #: c/c-typeck.cc:780
46946 #, gcc-internal-format
46947 msgid "cannot mix operands of decimal floating and vector types"
46948 msgstr ""
46950 #: c/c-typeck.cc:785
46951 #, gcc-internal-format
46952 msgid "cannot mix operands of decimal floating and complex types"
46953 msgstr ""
46955 #: c/c-typeck.cc:790
46956 #, gcc-internal-format
46957 msgid "cannot mix operands of decimal floating and other floating types"
46958 msgstr ""
46960 #: c/c-typeck.cc:1335
46961 #, gcc-internal-format
46962 msgid "invalid use of pointers to arrays with different qualifiers in ISO C before C2X"
46963 msgstr ""
46965 #: c/c-typeck.cc:1339
46966 #, gcc-internal-format
46967 msgid "types are not quite compatible"
46968 msgstr ""
46970 #: c/c-typeck.cc:1343
46971 #, gcc-internal-format
46972 msgid "pointer target types incompatible in C++"
46973 msgstr ""
46975 #: c/c-typeck.cc:1676
46976 #, gcc-internal-format
46977 msgid "function return types not compatible due to %<volatile%>"
46978 msgstr "povratni tipovi funkcija nisu kompatibilni zbog %<volatile%>"
46980 #: c/c-typeck.cc:1937
46981 #, gcc-internal-format
46982 msgid "converting an array compound literal to a pointer is ill-formed in C++"
46983 msgstr ""
46985 #: c/c-typeck.cc:2590 c/c-typeck.cc:9668
46986 #, gcc-internal-format
46987 msgid "%qT has no member named %qE; did you mean %qE?"
46988 msgstr ""
46990 #: c/c-typeck.cc:2594 c/c-typeck.cc:9672
46991 #, gcc-internal-format
46992 msgid "%qT has no member named %qE"
46993 msgstr ""
46995 #: c/c-typeck.cc:2603
46996 #, gcc-internal-format
46997 msgid "accessing a member %qE of an atomic structure %qE"
46998 msgstr ""
47000 #: c/c-typeck.cc:2606
47001 #, gcc-internal-format
47002 msgid "accessing a member %qE of an atomic union %qE"
47003 msgstr ""
47005 #: c/c-typeck.cc:2670
47006 #, gcc-internal-format
47007 msgid "%qE is a pointer to pointer; did you mean to dereference it before applying %<->%> to it?"
47008 msgstr ""
47010 #: c/c-typeck.cc:2679
47011 #, gcc-internal-format
47012 msgid "%qE is a pointer; did you mean to use %<->%>?"
47013 msgstr ""
47015 #: c/c-typeck.cc:2686
47016 #, gcc-internal-format
47017 msgid "request for member %qE in something not a structure or union"
47018 msgstr ""
47020 #: c/c-typeck.cc:2734
47021 #, gcc-internal-format
47022 msgid "dereferencing %<void *%> pointer"
47023 msgstr ""
47025 #: c/c-typeck.cc:2789
47026 #, gcc-internal-format
47027 msgid "subscripted value is neither array nor pointer nor vector"
47028 msgstr ""
47030 #: c/c-typeck.cc:2799 cp/typeck.cc:3991 cp/typeck.cc:4084
47031 #, gcc-internal-format
47032 msgid "array subscript is not an integer"
47033 msgstr ""
47035 #: c/c-typeck.cc:2805
47036 #, gcc-internal-format
47037 msgid "subscripted value is pointer to function"
47038 msgstr ""
47040 #: c/c-typeck.cc:2859
47041 #, gcc-internal-format
47042 msgid "ISO C forbids subscripting %<register%> array"
47043 msgstr ""
47045 #: c/c-typeck.cc:2862
47046 #, gcc-internal-format
47047 msgid "ISO C90 forbids subscripting non-lvalue array"
47048 msgstr ""
47050 #: c/c-typeck.cc:2930
47051 #, gcc-internal-format
47052 msgid "underspecified %qD referenced in its initializer"
47053 msgstr ""
47055 #: c/c-typeck.cc:2981
47056 #, gcc-internal-format
47057 msgid "enum constant defined here"
47058 msgstr ""
47060 #: c/c-typeck.cc:3089 cp/typeck.cc:2141
47061 #, gcc-internal-format
47062 msgid "%<sizeof%> on array function parameter %qE will return size of %qT"
47063 msgstr ""
47065 #: c/c-typeck.cc:3250
47066 #, gcc-internal-format
47067 msgid "called object %qE is not a function or function pointer"
47068 msgstr ""
47070 #: c/c-typeck.cc:3255
47071 #, gcc-internal-format
47072 msgid "called object %qD is not a function or function pointer"
47073 msgstr ""
47075 #: c/c-typeck.cc:3261
47076 #, gcc-internal-format
47077 msgid "called object is not a function or function pointer"
47078 msgstr ""
47080 #. This situation leads to run-time undefined behavior.  We can't,
47081 #. therefore, simply error unless we can prove that all possible
47082 #. executions of the program must execute the code.
47083 #: c/c-typeck.cc:3290
47084 #, gcc-internal-format
47085 msgid "function called through a non-compatible type"
47086 msgstr ""
47088 #: c/c-typeck.cc:3295 c/c-typeck.cc:3350
47089 #, gcc-internal-format
47090 msgid "function with qualified void return type called"
47091 msgstr ""
47093 #: c/c-typeck.cc:3405
47094 #, gcc-internal-format, gfc-internal-format
47095 msgid "type of formal parameter %d is incomplete"
47096 msgstr ""
47098 #: c/c-typeck.cc:3419
47099 #, gcc-internal-format
47100 msgid "passing argument %d of %qE as integer rather than floating due to prototype"
47101 msgstr ""
47103 #: c/c-typeck.cc:3425
47104 #, gcc-internal-format
47105 msgid "passing argument %d of %qE as integer rather than complex due to prototype"
47106 msgstr ""
47108 #: c/c-typeck.cc:3431
47109 #, gcc-internal-format
47110 msgid "passing argument %d of %qE as complex rather than floating due to prototype"
47111 msgstr ""
47113 #: c/c-typeck.cc:3437
47114 #, gcc-internal-format
47115 msgid "passing argument %d of %qE as floating rather than integer due to prototype"
47116 msgstr ""
47118 #: c/c-typeck.cc:3443
47119 #, gcc-internal-format
47120 msgid "passing argument %d of %qE as complex rather than integer due to prototype"
47121 msgstr ""
47123 #: c/c-typeck.cc:3449
47124 #, gcc-internal-format
47125 msgid "passing argument %d of %qE as floating rather than complex due to prototype"
47126 msgstr ""
47128 #: c/c-typeck.cc:3463
47129 #, gcc-internal-format
47130 msgid "passing argument %d of %qE as %<float%> rather than %<double%> due to prototype"
47131 msgstr ""
47133 #: c/c-typeck.cc:3489
47134 #, gcc-internal-format
47135 msgid "passing argument %d of %qE as %qT rather than %qT due to prototype"
47136 msgstr ""
47138 #: c/c-typeck.cc:3514
47139 #, gcc-internal-format
47140 msgid "passing argument %d of %qE with different width due to prototype"
47141 msgstr ""
47143 #: c/c-typeck.cc:3538
47144 #, gcc-internal-format
47145 msgid "passing argument %d of %qE as unsigned due to prototype"
47146 msgstr ""
47148 #: c/c-typeck.cc:3543
47149 #, gcc-internal-format
47150 msgid "passing argument %d of %qE as signed due to prototype"
47151 msgstr ""
47153 #: c/c-typeck.cc:3697
47154 #, gcc-internal-format
47155 msgid "too many arguments to method %qE"
47156 msgstr ""
47158 #: c/c-typeck.cc:3707
47159 #, gcc-internal-format
47160 msgid "too many arguments to built-in function %qE expecting %d"
47161 msgstr ""
47163 #: c/c-typeck.cc:3782
47164 #, gcc-internal-format
47165 msgid "implicit conversion from %qT to %qT when passing argument to function"
47166 msgstr ""
47168 #: c/c-typeck.cc:3850
47169 #, gcc-internal-format
47170 msgid "too few arguments to built-in function %qE expecting %u"
47171 msgstr ""
47173 #: c/c-typeck.cc:4028 c/c-typeck.cc:4056 cp/typeck.cc:5682 cp/typeck.cc:5965
47174 #, gcc-internal-format
47175 msgid "comparison with string literal results in unspecified behavior"
47176 msgstr ""
47178 #: c/c-typeck.cc:4036 c/c-typeck.cc:4047 cp/typeck.cc:5714 cp/typeck.cc:5738
47179 #, gcc-internal-format
47180 msgid "comparison between pointer and zero character constant"
47181 msgstr ""
47183 #: c/c-typeck.cc:4039 c/c-typeck.cc:4050 cp/typeck.cc:5717 cp/typeck.cc:5741
47184 #, gcc-internal-format
47185 msgid "did you mean to dereference the pointer?"
47186 msgstr ""
47188 #: c/c-typeck.cc:4077
47189 #, gcc-internal-format
47190 msgid "comparison between %qT and %qT"
47191 msgstr ""
47193 #: c/c-typeck.cc:4136
47194 #, gcc-internal-format
47195 msgid "pointer of type %<void *%> used in subtraction"
47196 msgstr ""
47198 #: c/c-typeck.cc:4139
47199 #, gcc-internal-format
47200 msgid "pointer to a function used in subtraction"
47201 msgstr ""
47203 #: c/c-typeck.cc:4173
47204 #, gcc-internal-format
47205 msgid "arithmetic on pointer to an incomplete type"
47206 msgstr ""
47208 #: c/c-typeck.cc:4182 cp/typeck.cc:6769
47209 #, gcc-internal-format
47210 msgid "arithmetic on pointer to an empty aggregate"
47211 msgstr ""
47213 #: c/c-typeck.cc:4625
47214 #, gcc-internal-format
47215 msgid "%<~%> on a boolean expression"
47216 msgstr ""
47218 #: c/c-typeck.cc:4629
47219 #, gcc-internal-format
47220 msgid "did you mean to use logical not?"
47221 msgstr ""
47223 #: c/c-typeck.cc:4639
47224 #, gcc-internal-format
47225 msgid "ISO C does not support %<~%> for complex conjugation"
47226 msgstr ""
47228 #: c/c-typeck.cc:4663
47229 #, gcc-internal-format
47230 msgid "wrong type argument to absu"
47231 msgstr ""
47233 #: c/c-typeck.cc:4688
47234 #, gcc-internal-format
47235 msgid "wrong type argument to unary exclamation mark"
47236 msgstr ""
47238 #: c/c-typeck.cc:4746
47239 #, gcc-internal-format
47240 msgid "increment of enumeration value is invalid in C++"
47241 msgstr ""
47243 #: c/c-typeck.cc:4749
47244 #, gcc-internal-format
47245 msgid "decrement of enumeration value is invalid in C++"
47246 msgstr ""
47248 #: c/c-typeck.cc:4756
47249 #, gcc-internal-format
47250 msgid "increment of a boolean expression"
47251 msgstr ""
47253 #: c/c-typeck.cc:4759
47254 #, gcc-internal-format
47255 msgid "decrement of a boolean expression"
47256 msgstr ""
47258 #: c/c-typeck.cc:4775
47259 #, gcc-internal-format
47260 msgid "ISO C does not support %<++%> and %<--%> on complex types"
47261 msgstr ""
47263 #: c/c-typeck.cc:4801 c/c-typeck.cc:4835
47264 #, gcc-internal-format
47265 msgid "wrong type argument to increment"
47266 msgstr ""
47268 #: c/c-typeck.cc:4803 c/c-typeck.cc:4838
47269 #, gcc-internal-format
47270 msgid "wrong type argument to decrement"
47271 msgstr ""
47273 #: c/c-typeck.cc:4823
47274 #, gcc-internal-format
47275 msgid "increment of pointer to an incomplete type %qT"
47276 msgstr ""
47278 #: c/c-typeck.cc:4827
47279 #, gcc-internal-format
47280 msgid "decrement of pointer to an incomplete type %qT"
47281 msgstr ""
47283 #: c/c-typeck.cc:4935
47284 #, gcc-internal-format
47285 msgid "taking address of expression of type %<void%>"
47286 msgstr ""
47288 #: c/c-typeck.cc:4994 c/c-typeck.cc:5187
47289 #, gcc-internal-format
47290 msgid "cannot take address of bit-field %qD"
47291 msgstr ""
47293 #: c/c-typeck.cc:5008
47294 #, gcc-internal-format
47295 msgid "cannot take address of scalar with reverse storage order"
47296 msgstr ""
47298 #: c/c-typeck.cc:5016
47299 #, gcc-internal-format
47300 msgid "address of array with reverse scalar storage order requested"
47301 msgstr ""
47303 #: c/c-typeck.cc:5202
47304 #, gcc-internal-format
47305 msgid "address of register compound literal requested"
47306 msgstr ""
47308 #: c/c-typeck.cc:5223
47309 #, gcc-internal-format
47310 msgid "global register variable %qD used in nested function"
47311 msgstr ""
47313 #: c/c-typeck.cc:5226
47314 #, gcc-internal-format
47315 msgid "register variable %qD used in nested function"
47316 msgstr ""
47318 #: c/c-typeck.cc:5231
47319 #, gcc-internal-format
47320 msgid "address of global register variable %qD requested"
47321 msgstr ""
47323 #: c/c-typeck.cc:5233 d/d-codegen.cc:721
47324 #, gcc-internal-format
47325 msgid "address of register variable %qD requested"
47326 msgstr ""
47328 #: c/c-typeck.cc:5372
47329 #, gcc-internal-format
47330 msgid "non-lvalue array in conditional expression"
47331 msgstr ""
47333 #: c/c-typeck.cc:5454
47334 #, gcc-internal-format
47335 msgid "implicit conversion from %qT to %qT to match other result of conditional"
47336 msgstr ""
47338 #: c/c-typeck.cc:5513 c/c-typeck.cc:5519
47339 #, gcc-internal-format
47340 msgid "operand of %<?:%> changes signedness from %qT to %qT due to unsignedness of other operand"
47341 msgstr ""
47343 #: c/c-typeck.cc:5536
47344 #, gcc-internal-format
47345 msgid "ISO C forbids conditional expr with only one void side"
47346 msgstr ""
47348 #: c/c-typeck.cc:5553
47349 #, gcc-internal-format
47350 msgid "pointers to disjoint address spaces used in conditional expression"
47351 msgstr ""
47353 #: c/c-typeck.cc:5577
47354 #, gcc-internal-format
47355 msgid "pointer to array loses qualifier in conditional expression"
47356 msgstr ""
47358 #: c/c-typeck.cc:5581
47359 #, gcc-internal-format
47360 msgid "pointer to array loses qualifier in conditional expression in ISO C before C2X"
47361 msgstr ""
47363 #: c/c-typeck.cc:5586
47364 #, gcc-internal-format
47365 msgid "ISO C forbids conditional expr between %<void *%> and function pointer"
47366 msgstr ""
47368 #: c/c-typeck.cc:5601
47369 #, gcc-internal-format
47370 msgid "pointer type mismatch between %qT and %qT of %qD and %qD in conditional expression"
47371 msgstr ""
47373 #: c/c-typeck.cc:5606
47374 #, gcc-internal-format
47375 msgid "pointer type mismatch in conditional expression"
47376 msgstr ""
47378 #: c/c-typeck.cc:5615 c/c-typeck.cc:5626
47379 #, gcc-internal-format
47380 msgid "pointer/integer type mismatch in conditional expression"
47381 msgstr ""
47383 #: c/c-typeck.cc:5647
47384 #, gcc-internal-format
47385 msgid "type mismatch in conditional expression"
47386 msgstr ""
47388 #: c/c-typeck.cc:5762
47389 #, gcc-internal-format
47390 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %E"
47391 msgstr ""
47393 #: c/c-typeck.cc:5766
47394 #, gcc-internal-format
47395 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>"
47396 msgstr ""
47398 #: c/c-typeck.cc:5784
47399 #, gcc-internal-format
47400 msgid "ignoring return value of type %qT, declared with attribute %<nodiscard%>: %E"
47401 msgstr ""
47403 #: c/c-typeck.cc:5789
47404 #, gcc-internal-format
47405 msgid "ignoring return value of type %qT, declared with attribute %<nodiscard%>"
47406 msgstr ""
47408 #: c/c-typeck.cc:5798 cp/cvt.cc:1100 rust/backend/rust-tree.cc:642
47409 #, gcc-internal-format
47410 msgid "in call to %qD, declared here"
47411 msgstr ""
47413 #: c/c-typeck.cc:5847
47414 #, gcc-internal-format
47415 msgid "left-hand operand of comma expression has no effect"
47416 msgstr ""
47418 #: c/c-typeck.cc:5865 c/c-typeck.cc:11722
47419 #, gcc-internal-format
47420 msgid "right-hand operand of comma expression has no effect"
47421 msgstr ""
47423 #: c/c-typeck.cc:5936
47424 msgid "cast adds %q#v qualifier to function type"
47425 msgstr ""
47427 #: c/c-typeck.cc:5942
47428 msgid "cast discards %qv qualifier from pointer target type"
47429 msgstr ""
47431 #: c/c-typeck.cc:5977
47432 #, gcc-internal-format
47433 msgid "to be safe all intermediate pointers in cast from %qT to %qT must be %<const%> qualified"
47434 msgstr ""
47436 #: c/c-typeck.cc:6071
47437 #, gcc-internal-format
47438 msgid "cast specifies array type"
47439 msgstr ""
47441 #: c/c-typeck.cc:6077
47442 #, gcc-internal-format
47443 msgid "cast specifies function type"
47444 msgstr ""
47446 #: c/c-typeck.cc:6092
47447 #, gcc-internal-format
47448 msgid "ISO C forbids casting nonscalar to the same type"
47449 msgstr ""
47451 #: c/c-typeck.cc:6112
47452 #, gcc-internal-format
47453 msgid "ISO C forbids casts to union type"
47454 msgstr ""
47456 #: c/c-typeck.cc:6122
47457 #, gcc-internal-format
47458 msgid "cast to union type from type not present in union"
47459 msgstr ""
47461 #: c/c-typeck.cc:6157
47462 #, gcc-internal-format
47463 msgid "cast to %qs address space pointer from disjoint generic address space pointer"
47464 msgstr ""
47466 #: c/c-typeck.cc:6162
47467 #, gcc-internal-format
47468 msgid "cast to generic address space pointer from disjoint %qs address space pointer"
47469 msgstr ""
47471 #: c/c-typeck.cc:6167
47472 #, gcc-internal-format
47473 msgid "cast to %qs address space pointer from disjoint %qs address space pointer"
47474 msgstr ""
47476 #: c/c-typeck.cc:6187
47477 #, gcc-internal-format
47478 msgid "cast increases required alignment of target type"
47479 msgstr ""
47481 #: c/c-typeck.cc:6198
47482 #, gcc-internal-format
47483 msgid "cast from pointer to integer of different size"
47484 msgstr ""
47486 #: c/c-typeck.cc:6203
47487 #, gcc-internal-format
47488 msgid "cast from function call of type %qT to non-matching type %qT"
47489 msgstr ""
47491 #: c/c-typeck.cc:6212 cp/typeck.cc:9179
47492 #, gcc-internal-format
47493 msgid "cast to pointer from integer of different size"
47494 msgstr ""
47496 #: c/c-typeck.cc:6226
47497 #, gcc-internal-format
47498 msgid "ISO C forbids conversion of function pointer to object pointer type"
47499 msgstr ""
47501 #: c/c-typeck.cc:6235
47502 #, gcc-internal-format
47503 msgid "ISO C forbids conversion of object pointer to function pointer type"
47504 msgstr ""
47506 #: c/c-typeck.cc:6245
47507 #, gcc-internal-format
47508 msgid "cast between incompatible function types from %qT to %qT"
47509 msgstr ""
47511 #: c/c-typeck.cc:6341
47512 #, gcc-internal-format
47513 msgid "defining a type in a cast is invalid in C++"
47514 msgstr ""
47516 #: c/c-typeck.cc:6382
47517 #, gcc-internal-format
47518 msgid "assignment to expression with array type"
47519 msgstr ""
47521 #: c/c-typeck.cc:6508
47522 #, gcc-internal-format
47523 msgid "enum conversion in assignment is invalid in C++"
47524 msgstr ""
47526 #: c/c-typeck.cc:6710 c/c-typeck.cc:6732 c/c-typeck.cc:6758
47527 #, gcc-internal-format
47528 msgid "(near initialization for %qs)"
47529 msgstr ""
47531 #: c/c-typeck.cc:6773
47532 #, gcc-internal-format
47533 msgid "array initialized from parenthesized string constant"
47534 msgstr ""
47536 #: c/c-typeck.cc:6816 c/c-typeck.cc:7057
47537 #, gcc-internal-format
47538 msgid "expected %qT but argument is of type %qT"
47539 msgstr ""
47541 #: c/c-typeck.cc:6850
47542 #, gcc-internal-format
47543 msgid "%qD argument %d type is %qT where %qT is expected in a call to built-in function declared without prototype"
47544 msgstr ""
47546 #: c/c-typeck.cc:6853
47547 #, gcc-internal-format
47548 msgid "%qD argument %d promotes to %qT where %qT is expected in a call to built-in function declared without prototype"
47549 msgstr ""
47551 #: c/c-typeck.cc:6858
47552 #, gcc-internal-format
47553 msgid "built-in %qD declared here"
47554 msgstr ""
47556 #: c/c-typeck.cc:7052
47557 #, gcc-internal-format
47558 msgid "enum conversion when passing argument %d of %qE is invalid in C++"
47559 msgstr ""
47561 #: c/c-typeck.cc:7061
47562 #, gcc-internal-format
47563 msgid "enum conversion from %qT to %qT in assignment is invalid in C++"
47564 msgstr ""
47566 #: c/c-typeck.cc:7066
47567 #, gcc-internal-format
47568 msgid "enum conversion from %qT to %qT in initialization is invalid in C++"
47569 msgstr ""
47571 #: c/c-typeck.cc:7071
47572 #, gcc-internal-format
47573 msgid "enum conversion from %qT to %qT in return is invalid in C++"
47574 msgstr ""
47576 #: c/c-typeck.cc:7089
47577 #, gcc-internal-format
47578 msgid "implicit conversion from %qT to %qT"
47579 msgstr ""
47581 #: c/c-typeck.cc:7268 c/c-typeck.cc:7653
47582 msgid "passing argument %d of %qE makes %q#v qualified function pointer from unqualified"
47583 msgstr ""
47585 #: c/c-typeck.cc:7271 c/c-typeck.cc:7656
47586 msgid "assignment makes %q#v qualified function pointer from unqualified"
47587 msgstr ""
47589 #: c/c-typeck.cc:7274 c/c-typeck.cc:7658
47590 msgid "initialization makes %q#v qualified function pointer from unqualified"
47591 msgstr ""
47593 #: c/c-typeck.cc:7277 c/c-typeck.cc:7660
47594 msgid "return makes %q#v qualified function pointer from unqualified"
47595 msgstr ""
47597 #: c/c-typeck.cc:7285 c/c-typeck.cc:7544 c/c-typeck.cc:7587
47598 msgid "passing argument %d of %qE discards %qv qualifier from pointer target type"
47599 msgstr ""
47601 #: c/c-typeck.cc:7287 c/c-typeck.cc:7546 c/c-typeck.cc:7589
47602 msgid "assignment discards %qv qualifier from pointer target type"
47603 msgstr ""
47605 #: c/c-typeck.cc:7289 c/c-typeck.cc:7548 c/c-typeck.cc:7591
47606 msgid "initialization discards %qv qualifier from pointer target type"
47607 msgstr ""
47609 #: c/c-typeck.cc:7291 c/c-typeck.cc:7550 c/c-typeck.cc:7593
47610 msgid "return discards %qv qualifier from pointer target type"
47611 msgstr ""
47613 #: c/c-typeck.cc:7300
47614 #, gcc-internal-format
47615 msgid "ISO C prohibits argument conversion to union type"
47616 msgstr ""
47618 #: c/c-typeck.cc:7368
47619 #, gcc-internal-format
47620 msgid "request for implicit conversion from %qT to %qT not permitted in C++"
47621 msgstr ""
47623 #: c/c-typeck.cc:7383
47624 #, gcc-internal-format
47625 msgid "passing argument %d of %qE from pointer to non-enclosed address space"
47626 msgstr ""
47628 #: c/c-typeck.cc:7394
47629 #, gcc-internal-format
47630 msgid "assignment from pointer to non-enclosed address space"
47631 msgstr ""
47633 #: c/c-typeck.cc:7405
47634 #, gcc-internal-format
47635 msgid "initialization from pointer to non-enclosed address space"
47636 msgstr ""
47638 #: c/c-typeck.cc:7415
47639 #, gcc-internal-format
47640 msgid "return from pointer to non-enclosed address space"
47641 msgstr ""
47643 #: c/c-typeck.cc:7431
47644 #, gcc-internal-format
47645 msgid "expected %qT but pointer is of type %qT"
47646 msgstr "očekivan %qT ali pokazivač je tipa %qT"
47648 #: c/c-typeck.cc:7446
47649 #, gcc-internal-format
47650 msgid "argument %d of %qE might be a candidate for a format attribute"
47651 msgstr ""
47653 #: c/c-typeck.cc:7452
47654 #, gcc-internal-format
47655 msgid "assignment left-hand side might be a candidate for a format attribute"
47656 msgstr ""
47658 #: c/c-typeck.cc:7458
47659 #, gcc-internal-format
47660 msgid "initialization left-hand side might be a candidate for a format attribute"
47661 msgstr ""
47663 #: c/c-typeck.cc:7463 cp/typeck.cc:10342
47664 #, gcc-internal-format
47665 msgid "return type might be a candidate for a format attribute"
47666 msgstr ""
47668 #: c/c-typeck.cc:7486
47669 #, gcc-internal-format
47670 msgid "passing argument %d of %qE from incompatible scalar storage order"
47671 msgstr ""
47673 #: c/c-typeck.cc:7496
47674 #, gcc-internal-format
47675 msgid "assignment to %qT from pointer type %qT with incompatible scalar storage order"
47676 msgstr ""
47678 #: c/c-typeck.cc:7506
47679 #, gcc-internal-format
47680 msgid "initialization of %qT from pointer type %qT with incompatible scalar storage order"
47681 msgstr ""
47683 #: c/c-typeck.cc:7511
47684 #, gcc-internal-format
47685 msgid "returning %qT from pointer type with incompatible scalar storage order %qT"
47686 msgstr ""
47688 #: c/c-typeck.cc:7561
47689 #, gcc-internal-format
47690 msgid "ISO C forbids passing argument %d of %qE between function pointer and %<void *%>"
47691 msgstr ""
47693 #: c/c-typeck.cc:7564
47694 #, gcc-internal-format
47695 msgid "ISO C forbids assignment between function pointer and %<void *%>"
47696 msgstr ""
47698 #: c/c-typeck.cc:7566
47699 #, gcc-internal-format
47700 msgid "ISO C forbids initialization between function pointer and %<void *%>"
47701 msgstr ""
47703 #: c/c-typeck.cc:7568
47704 #, gcc-internal-format
47705 msgid "ISO C forbids return between function pointer and %<void *%>"
47706 msgstr ""
47708 #: c/c-typeck.cc:7598
47709 #, gcc-internal-format
47710 msgid "array with qualifier on the element is not qualified before C2X"
47711 msgstr ""
47713 #: c/c-typeck.cc:7615
47714 #, gcc-internal-format
47715 msgid "pointer targets in passing argument %d of %qE differ in signedness"
47716 msgstr ""
47718 #: c/c-typeck.cc:7623
47719 #, gcc-internal-format
47720 msgid "pointer targets in assignment from %qT to %qT differ in signedness"
47721 msgstr ""
47723 #: c/c-typeck.cc:7629
47724 #, gcc-internal-format
47725 msgid "pointer targets in initialization of %qT from %qT differ in signedness"
47726 msgstr ""
47728 #: c/c-typeck.cc:7634
47729 #, gcc-internal-format
47730 msgid "pointer targets in returning %qT from a function with return type %qT differ in signedness"
47731 msgstr ""
47733 #: c/c-typeck.cc:7676
47734 #, gcc-internal-format
47735 msgid "passing argument %d of %qE from incompatible pointer type"
47736 msgstr ""
47738 #: c/c-typeck.cc:7684
47739 #, gcc-internal-format
47740 msgid "assignment to %qT from pointer to %qD with incompatible type %qT"
47741 msgstr ""
47743 #: c/c-typeck.cc:7689
47744 #, gcc-internal-format
47745 msgid "assignment to %qT from incompatible pointer type %qT"
47746 msgstr ""
47748 #: c/c-typeck.cc:7696
47749 #, gcc-internal-format
47750 msgid "initialization of %qT from pointer to %qD with incompatible type %qT"
47751 msgstr ""
47753 #: c/c-typeck.cc:7701
47754 #, gcc-internal-format
47755 msgid "initialization of %qT from incompatible pointer type %qT"
47756 msgstr ""
47758 #: c/c-typeck.cc:7708
47759 #, gcc-internal-format
47760 msgid "returning pointer to %qD of type %qT from a function with incompatible type %qT"
47761 msgstr ""
47763 #: c/c-typeck.cc:7713
47764 #, gcc-internal-format
47765 msgid "returning %qT from a function with incompatible return type %qT"
47766 msgstr ""
47768 #: c/c-typeck.cc:7753
47769 #, gcc-internal-format
47770 msgid "passing argument %d of %qE makes pointer from integer without a cast"
47771 msgstr ""
47773 #: c/c-typeck.cc:7760
47774 #, gcc-internal-format
47775 msgid "assignment to %qT from %qT makes pointer from integer without a cast"
47776 msgstr ""
47778 #: c/c-typeck.cc:7766
47779 #, gcc-internal-format
47780 msgid "initialization of %qT from %qT makes pointer from integer without a cast"
47781 msgstr ""
47783 #: c/c-typeck.cc:7770
47784 #, gcc-internal-format
47785 msgid "returning %qT from a function with return type %qT makes pointer from integer without a cast"
47786 msgstr ""
47788 #: c/c-typeck.cc:7790
47789 #, gcc-internal-format
47790 msgid "passing argument %d of %qE makes integer from pointer without a cast"
47791 msgstr ""
47793 #: c/c-typeck.cc:7797
47794 #, gcc-internal-format
47795 msgid "assignment to %qT from %qT makes integer from pointer without a cast"
47796 msgstr ""
47798 #: c/c-typeck.cc:7803
47799 #, gcc-internal-format
47800 msgid "initialization of %qT from %qT makes integer from pointer without a cast"
47801 msgstr ""
47803 #: c/c-typeck.cc:7807
47804 #, gcc-internal-format
47805 msgid "returning %qT from a function with return type %qT makes integer from pointer without a cast"
47806 msgstr ""
47808 #: c/c-typeck.cc:7839
47809 #, gcc-internal-format
47810 msgid "incompatible type for argument %d of %qE"
47811 msgstr ""
47813 #: c/c-typeck.cc:7850
47814 #, gcc-internal-format
47815 msgid "incompatible types when assigning to type %qT from type %qT"
47816 msgstr ""
47818 #: c/c-typeck.cc:7861
47819 #, gcc-internal-format
47820 msgid "incompatible types when initializing type %qT using type %qT"
47821 msgstr ""
47823 #: c/c-typeck.cc:7871
47824 #, gcc-internal-format
47825 msgid "incompatible types when returning type %qT but %qT was expected"
47826 msgstr ""
47828 #: c/c-typeck.cc:7951
47829 #, gcc-internal-format
47830 msgid "traditional C rejects automatic aggregate initialization"
47831 msgstr ""
47833 #: c/c-typeck.cc:8193
47834 #, gcc-internal-format
47835 msgid "%<constexpr%> pointer initializer is not null"
47836 msgstr ""
47838 #: c/c-typeck.cc:8201
47839 #, gcc-internal-format
47840 msgid "%<constexpr%> integer initializer is not an integer constant expression"
47841 msgstr ""
47843 #: c/c-typeck.cc:8204 c/c-typeck.cc:8266 c/c-typeck.cc:8403
47844 #, gcc-internal-format
47845 msgid "%<constexpr%> initializer not representable in type of object"
47846 msgstr ""
47848 #: c/c-typeck.cc:8214
47849 #, gcc-internal-format
47850 msgid "%<constexpr%> initializer is not an arithmetic constant expression"
47851 msgstr ""
47853 #: c/c-typeck.cc:8231
47854 #, gcc-internal-format
47855 msgid "%<constexpr%> initializer for a real type is of complex type"
47856 msgstr ""
47858 #: c/c-typeck.cc:8240
47859 #, gcc-internal-format
47860 msgid "%<constexpr%> initializer for a binary floating-point type is of decimal type"
47861 msgstr ""
47863 #: c/c-typeck.cc:8368 c/c-typeck.cc:9294 cp/typeck2.cc:1215
47864 #, gcc-internal-format
47865 msgid "initialization of a flexible array member"
47866 msgstr ""
47868 #: c/c-typeck.cc:8384 cp/typeck2.cc:1232
47869 #, gcc-internal-format
47870 msgid "cannot initialize array of %qT from a string literal with type array of %qT"
47871 msgstr ""
47873 #: c/c-typeck.cc:8443
47874 #, gcc-internal-format
47875 msgid "array of inappropriate type initialized from string constant"
47876 msgstr ""
47878 #: c/c-typeck.cc:8511 cp/typeck.cc:2533
47879 #, gcc-internal-format
47880 msgid "invalid use of non-lvalue array"
47881 msgstr ""
47883 #: c/c-typeck.cc:8530 c/c-typeck.cc:8554 c/c-typeck.cc:8557 c/c-typeck.cc:8565
47884 #: c/c-typeck.cc:8612 c/c-typeck.cc:10158 c/c-typeck.cc:10237
47885 #, gcc-internal-format
47886 msgid "initializer element is not constant"
47887 msgstr ""
47889 #: c/c-typeck.cc:8539
47890 #, gcc-internal-format
47891 msgid "array initialized from non-constant array expression"
47892 msgstr ""
47894 #: c/c-typeck.cc:8570 c/c-typeck.cc:8625 c/c-typeck.cc:10247
47895 #, gcc-internal-format
47896 msgid "initializer element is not a constant expression"
47897 msgstr ""
47899 #: c/c-typeck.cc:8619 c/c-typeck.cc:10242
47900 #, gcc-internal-format
47901 msgid "initializer element is not computable at load time"
47902 msgstr ""
47904 #: c/c-typeck.cc:8643 c/c-typeck.cc:9379
47905 #, gcc-internal-format
47906 msgid "invalid initializer"
47907 msgstr ""
47909 #: c/c-typeck.cc:8921 cp/decl.cc:7490
47910 #, gcc-internal-format
47911 msgid "opaque vector types cannot be initialized"
47912 msgstr ""
47914 #: c/c-typeck.cc:9141
47915 #, gcc-internal-format
47916 msgid "extra brace group at end of initializer"
47917 msgstr ""
47919 #: c/c-typeck.cc:9224
47920 #, gcc-internal-format
47921 msgid "braces around scalar initializer"
47922 msgstr ""
47924 #: c/c-typeck.cc:9291 c/c-typeck.cc:10775 cp/typeck2.cc:1242
47925 #: cp/typeck2.cc:1600
47926 #, gcc-internal-format
47927 msgid "initialization of flexible array member in a nested context"
47928 msgstr ""
47930 #: c/c-typeck.cc:9328
47931 #, gcc-internal-format
47932 msgid "missing braces around initializer"
47933 msgstr ""
47935 #: c/c-typeck.cc:9351
47936 #, gcc-internal-format
47937 msgid "missing initializer for field %qD of %qT"
47938 msgstr ""
47940 #: c/c-typeck.cc:9391
47941 #, gcc-internal-format
47942 msgid "extra elements in scalar initializer"
47943 msgstr ""
47945 #: c/c-typeck.cc:9510 c/c-typeck.cc:9592
47946 #, gcc-internal-format
47947 msgid "array index in non-array initializer"
47948 msgstr ""
47950 #: c/c-typeck.cc:9515 c/c-typeck.cc:9654
47951 #, gcc-internal-format
47952 msgid "field name not in record or union initializer"
47953 msgstr ""
47955 #: c/c-typeck.cc:9565
47956 #, gcc-internal-format
47957 msgid "array index in initializer not of integer type"
47958 msgstr ""
47960 #: c/c-typeck.cc:9574 c/c-typeck.cc:9583
47961 #, gcc-internal-format
47962 msgid "array index in initializer is not an integer constant expression"
47963 msgstr ""
47965 #: c/c-typeck.cc:9588 c/c-typeck.cc:9590
47966 #, gcc-internal-format
47967 msgid "nonconstant array index in initializer"
47968 msgstr ""
47970 #: c/c-typeck.cc:9594 c/c-typeck.cc:9597
47971 #, gcc-internal-format
47972 msgid "array index in initializer exceeds array bounds"
47973 msgstr ""
47975 #: c/c-typeck.cc:9616
47976 #, gcc-internal-format
47977 msgid "empty index range in initializer"
47978 msgstr ""
47980 #: c/c-typeck.cc:9625
47981 #, gcc-internal-format
47982 msgid "array index range in initializer exceeds array bounds"
47983 msgstr ""
47985 #: c/c-typeck.cc:9727 c/c-typeck.cc:9757 c/c-typeck.cc:10335
47986 #, gcc-internal-format
47987 msgid "initialized field with side-effects overwritten"
47988 msgstr ""
47990 #: c/c-typeck.cc:9731 c/c-typeck.cc:9761 c/c-typeck.cc:10338
47991 #, gcc-internal-format
47992 msgid "initialized field overwritten"
47993 msgstr ""
47995 #: c/c-typeck.cc:10269
47996 #, gcc-internal-format
47997 msgid "enum conversion in initialization is invalid in C++"
47998 msgstr ""
48000 #: c/c-typeck.cc:10650
48001 #, gcc-internal-format
48002 msgid "excess elements in %<char%> array initializer"
48003 msgstr ""
48005 #: c/c-typeck.cc:10657 c/c-typeck.cc:10734
48006 #, gcc-internal-format
48007 msgid "excess elements in struct initializer"
48008 msgstr ""
48010 #: c/c-typeck.cc:10678
48011 #, gcc-internal-format
48012 msgid "positional initialization of field in %<struct%> declared with %<designated_init%> attribute"
48013 msgstr ""
48015 #: c/c-typeck.cc:10749 cp/typeck2.cc:1219
48016 #, gcc-internal-format
48017 msgid "non-static initialization of a flexible array member"
48018 msgstr ""
48020 #: c/c-typeck.cc:10844
48021 #, gcc-internal-format
48022 msgid "excess elements in union initializer"
48023 msgstr ""
48025 #: c/c-typeck.cc:10866
48026 #, gcc-internal-format
48027 msgid "traditional C rejects initialization of unions"
48028 msgstr ""
48030 #: c/c-typeck.cc:10928
48031 #, gcc-internal-format
48032 msgid "excess elements in array initializer"
48033 msgstr ""
48035 #: c/c-typeck.cc:10962
48036 #, gcc-internal-format
48037 msgid "excess elements in vector initializer"
48038 msgstr ""
48040 #: c/c-typeck.cc:10994
48041 #, gcc-internal-format
48042 msgid "excess elements in scalar initializer"
48043 msgstr ""
48045 #: c/c-typeck.cc:11237
48046 #, gcc-internal-format
48047 msgid "ISO C forbids %<goto *expr;%>"
48048 msgstr ""
48050 #: c/c-typeck.cc:11243
48051 #, gcc-internal-format
48052 msgid "computed goto must be pointer type"
48053 msgstr ""
48055 #: c/c-typeck.cc:11272 c/gimple-parser.cc:2472 cp/typeck.cc:10932
48056 #, gcc-internal-format
48057 msgid "function declared %<noreturn%> has a %<return%> statement"
48058 msgstr ""
48060 #: c/c-typeck.cc:11300 c/c-typeck.cc:11304
48061 #, gcc-internal-format
48062 msgid "%<return%> with no value, in function returning non-void"
48063 msgstr ""
48065 #: c/c-typeck.cc:11318 c/gimple-parser.cc:2482
48066 #, gcc-internal-format
48067 msgid "%<return%> with a value, in function returning void"
48068 msgstr ""
48070 #: c/c-typeck.cc:11321
48071 #, gcc-internal-format
48072 msgid "ISO C forbids %<return%> with expression, in function returning void"
48073 msgstr ""
48075 #: c/c-typeck.cc:11398
48076 #, gcc-internal-format
48077 msgid "function returns address of label"
48078 msgstr ""
48080 #: c/c-typeck.cc:11489 cp/semantics.cc:1524
48081 #, gcc-internal-format
48082 msgid "switch quantity not an integer"
48083 msgstr ""
48085 #: c/c-typeck.cc:11514
48086 #, gcc-internal-format
48087 msgid "%<long%> switch expression not converted to %<int%> in ISO C"
48088 msgstr ""
48090 #: c/c-typeck.cc:11552 c/c-typeck.cc:11560
48091 #, gcc-internal-format
48092 msgid "case label is not an integer constant expression"
48093 msgstr ""
48095 #: c/c-typeck.cc:11566 cp/parser.cc:12750
48096 #, gcc-internal-format
48097 msgid "case label not within a switch statement"
48098 msgstr ""
48100 #: c/c-typeck.cc:11568
48101 #, gcc-internal-format
48102 msgid "%<default%> label not within a switch statement"
48103 msgstr ""
48105 #: c/c-typeck.cc:11644 cp/parser.cc:14366
48106 #, gcc-internal-format
48107 msgid "break statement not within loop or switch"
48108 msgstr ""
48110 #: c/c-typeck.cc:11647 c/c-typeck.cc:11667 cp/decl.cc:3871 cp/parser.cc:14376
48111 #: cp/parser.cc:14397
48112 #, gcc-internal-format
48113 msgid "invalid exit from OpenMP structured block"
48114 msgstr ""
48116 #: c/c-typeck.cc:11650 cp/parser.cc:14379
48117 #, gcc-internal-format
48118 msgid "break statement used with OpenMP for loop"
48119 msgstr ""
48121 #: c/c-typeck.cc:11664 cp/parser.cc:14389
48122 #, gcc-internal-format
48123 msgid "continue statement not within a loop"
48124 msgstr ""
48126 #: c/c-typeck.cc:11704 cp/cp-gimplify.cc:256
48127 #, gcc-internal-format
48128 msgid "statement with no effect"
48129 msgstr ""
48131 #: c/c-typeck.cc:11748
48132 #, gcc-internal-format
48133 msgid "expression statement has incomplete type"
48134 msgstr ""
48136 #: c/c-typeck.cc:12039
48137 #, gcc-internal-format
48138 msgid "the comparison will always evaluate as %<false%> for the pointer operand in %qE must not be NULL"
48139 msgstr ""
48141 #: c/c-typeck.cc:12044
48142 #, gcc-internal-format
48143 msgid "the comparison will always evaluate as %<true%> for the pointer operand in %qE must not be NULL"
48144 msgstr ""
48146 #: c/c-typeck.cc:12062 c/c-typeck.cc:12100
48147 #, gcc-internal-format
48148 msgid "the comparison will always evaluate as %<false%> for the address of %qE will never be NULL"
48149 msgstr ""
48151 #: c/c-typeck.cc:12067 c/c-typeck.cc:12105
48152 #, gcc-internal-format
48153 msgid "the comparison will always evaluate as %<true%> for the address of %qE will never be NULL"
48154 msgstr ""
48156 #: c/c-typeck.cc:12687 c/c-typeck.cc:12848 cp/typeck.cc:5987
48157 #, gcc-internal-format
48158 msgid "comparing vectors with different element types"
48159 msgstr ""
48161 #: c/c-typeck.cc:12695 c/c-typeck.cc:12856 cp/typeck.cc:6000
48162 #, gcc-internal-format
48163 msgid "comparing vectors with different number of elements"
48164 msgstr ""
48166 #: c/c-typeck.cc:12710 c/c-typeck.cc:12871 cp/typeck.cc:6018
48167 #, gcc-internal-format
48168 msgid "comparison between types %qT and %qT"
48169 msgstr ""
48171 #: c/c-typeck.cc:12720 c/c-typeck.cc:12881 cp/typeck.cc:6035
48172 #, gcc-internal-format
48173 msgid "could not find an integer type of the same size as %qT"
48174 msgstr ""
48176 #: c/c-typeck.cc:12734 cp/typeck.cc:5671
48177 #, gcc-internal-format
48178 msgid "comparing floating-point with %<==%> or %<!=%> is unsafe"
48179 msgstr ""
48181 #: c/c-typeck.cc:12772 c/c-typeck.cc:12922
48182 #, gcc-internal-format
48183 msgid "comparison of pointers to disjoint address spaces"
48184 msgstr ""
48186 #: c/c-typeck.cc:12779 c/c-typeck.cc:12785
48187 #, gcc-internal-format
48188 msgid "ISO C forbids comparison of %<void *%> with function pointer"
48189 msgstr ""
48191 #: c/c-typeck.cc:12792 c/c-typeck.cc:12932
48192 #, gcc-internal-format
48193 msgid "comparison of distinct pointer types lacks a cast"
48194 msgstr ""
48196 #: c/c-typeck.cc:12804 c/c-typeck.cc:12809 c/c-typeck.cc:12958
48197 #: c/c-typeck.cc:12963
48198 #, gcc-internal-format
48199 msgid "comparison between pointer and integer"
48200 msgstr ""
48202 #: c/c-typeck.cc:12910
48203 #, gcc-internal-format
48204 msgid "comparison of complete and incomplete pointers"
48205 msgstr ""
48207 #: c/c-typeck.cc:12912
48208 #, gcc-internal-format
48209 msgid "ISO C forbids ordered comparisons of pointers to functions"
48210 msgstr ""
48212 #: c/c-typeck.cc:12917
48213 #, gcc-internal-format
48214 msgid "ordered comparison of pointer with null pointer"
48215 msgstr ""
48217 #: c/c-typeck.cc:12940 c/c-typeck.cc:12943 c/c-typeck.cc:12950
48218 #: c/c-typeck.cc:12953
48219 #, gcc-internal-format
48220 msgid "ordered comparison of pointer with integer zero"
48221 msgstr ""
48223 #: c/c-typeck.cc:13029
48224 #, gcc-internal-format
48225 msgid "implicit conversion from %qT to %qT to match other operand of binary expression"
48226 msgstr ""
48228 #: c/c-typeck.cc:13347
48229 #, gcc-internal-format
48230 msgid "used array that cannot be converted to pointer where scalar is required"
48231 msgstr ""
48233 #: c/c-typeck.cc:13351
48234 #, gcc-internal-format
48235 msgid "used struct type value where scalar is required"
48236 msgstr ""
48238 #: c/c-typeck.cc:13355
48239 #, gcc-internal-format
48240 msgid "used union type value where scalar is required"
48241 msgstr ""
48243 #: c/c-typeck.cc:13371
48244 #, gcc-internal-format
48245 msgid "used vector type where scalar is required"
48246 msgstr ""
48248 #: c/c-typeck.cc:13561 cp/semantics.cc:11070
48249 #, gcc-internal-format
48250 msgid "%<#pragma omp cancel%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
48251 msgstr ""
48253 #: c/c-typeck.cc:13572 c/c-typeck.cc:13582 cp/semantics.cc:11081
48254 #: cp/semantics.cc:11091
48255 #, gcc-internal-format
48256 msgid "expected %<cancel%> %<if%> clause modifier"
48257 msgstr ""
48259 #: c/c-typeck.cc:13617 cp/semantics.cc:11126
48260 #, gcc-internal-format
48261 msgid "%<#pragma omp cancellation point%> must specify one of %<parallel%>, %<for%>, %<sections%> or %<taskgroup%> clauses"
48262 msgstr ""
48264 #: c/c-typeck.cc:13662 c/c-typeck.cc:15387 c/c-typeck.cc:15523
48265 #: c/c-typeck.cc:15606
48266 #, gcc-internal-format
48267 msgid "%<_Atomic%> %qE in %qs clause"
48268 msgstr ""
48270 #: c/c-typeck.cc:13686 c/c-typeck.cc:15302 c/c-typeck.cc:15509
48271 #: cp/semantics.cc:5165 cp/semantics.cc:7933 cp/semantics.cc:8193
48272 #, gcc-internal-format
48273 msgid "bit-field %qE in %qs clause"
48274 msgstr ""
48276 #: c/c-typeck.cc:13695 c/c-typeck.cc:15533 cp/semantics.cc:5175
48277 #: cp/semantics.cc:8214
48278 #, gcc-internal-format
48279 msgid "%qE is a member of a union"
48280 msgstr ""
48282 #: c/c-typeck.cc:13712 c/c-typeck.cc:15542 cp/semantics.cc:8223
48283 #, gcc-internal-format
48284 msgid "cannot dereference %qE in %qs clause"
48285 msgstr ""
48287 #: c/c-typeck.cc:13723 cp/semantics.cc:5200 cp/semantics.cc:8268
48288 #, gcc-internal-format
48289 msgid "%qD is not a variable in %qs clause"
48290 msgstr ""
48292 #: c/c-typeck.cc:13727 c/c-typeck.cc:15570 cp/semantics.cc:5204
48293 #: cp/semantics.cc:8272
48294 #, gcc-internal-format
48295 msgid "%qE is not a variable in %qs clause"
48296 msgstr ""
48298 #: c/c-typeck.cc:13735
48299 #, gcc-internal-format
48300 msgid "%<_Atomic%> %qD in %qs clause"
48301 msgstr ""
48303 #: c/c-typeck.cc:13745 c/c-typeck.cc:15577 c/c-typeck.cc:15707
48304 #: cp/semantics.cc:5213 cp/semantics.cc:8279 cp/semantics.cc:8475
48305 #, gcc-internal-format
48306 msgid "%qD is threadprivate variable in %qs clause"
48307 msgstr ""
48309 #: c/c-typeck.cc:13782 cp/semantics.cc:5247
48310 #, gcc-internal-format
48311 msgid "low bound %qE of array section does not have integral type"
48312 msgstr ""
48314 #: c/c-typeck.cc:13789 cp/semantics.cc:5254
48315 #, gcc-internal-format
48316 msgid "length %qE of array section does not have integral type"
48317 msgstr ""
48319 #: c/c-typeck.cc:13812 cp/semantics.cc:5287
48320 #, gcc-internal-format
48321 msgid "expected single pointer in %qs clause"
48322 msgstr ""
48324 #: c/c-typeck.cc:13830 c/c-typeck.cc:13897 c/c-typeck.cc:14189
48325 #: cp/semantics.cc:5305 cp/semantics.cc:5372
48326 #, gcc-internal-format
48327 msgid "zero length array section in %qs clause"
48328 msgstr ""
48330 #: c/c-typeck.cc:13849 cp/semantics.cc:5324
48331 #, gcc-internal-format
48332 msgid "for unknown bound array type length expression must be specified"
48333 msgstr ""
48335 #: c/c-typeck.cc:13857 cp/semantics.cc:5332
48336 #, gcc-internal-format
48337 msgid "negative low bound in array section in %qs clause"
48338 msgstr ""
48340 #: c/c-typeck.cc:13866 c/c-typeck.cc:13990 cp/semantics.cc:5341
48341 #: cp/semantics.cc:5465
48342 #, gcc-internal-format
48343 msgid "negative length in array section in %qs clause"
48344 msgstr ""
48346 #: c/c-typeck.cc:13883 cp/semantics.cc:5358
48347 #, gcc-internal-format
48348 msgid "low bound %qE above array section size in %qs clause"
48349 msgstr ""
48351 #: c/c-typeck.cc:13926 cp/semantics.cc:5401
48352 #, gcc-internal-format
48353 msgid "length %qE above array section size in %qs clause"
48354 msgstr ""
48356 #: c/c-typeck.cc:13941 cp/semantics.cc:5416
48357 #, gcc-internal-format
48358 msgid "high bound %qE above array section size in %qs clause"
48359 msgstr ""
48361 #: c/c-typeck.cc:13978 cp/semantics.cc:5453
48362 #, gcc-internal-format
48363 msgid "for array function parameter length expression must be specified"
48364 msgstr ""
48366 #: c/c-typeck.cc:13982 cp/semantics.cc:5457
48367 #, gcc-internal-format
48368 msgid "for pointer type length expression must be specified"
48369 msgstr ""
48371 #: c/c-typeck.cc:14009 c/c-typeck.cc:14128 cp/semantics.cc:5484
48372 #: cp/semantics.cc:5618
48373 #, gcc-internal-format
48374 msgid "array section is not contiguous in %qs clause"
48375 msgstr ""
48377 #: c/c-typeck.cc:14019 cp/semantics.cc:5494
48378 #, gcc-internal-format
48379 msgid "%qE does not have pointer or array type"
48380 msgstr ""
48382 #: c/c-typeck.cc:14406 cp/semantics.cc:6592
48383 #, gcc-internal-format
48384 msgid "iterator %qD has neither integral nor pointer type"
48385 msgstr ""
48387 #: c/c-typeck.cc:14413
48388 #, gcc-internal-format
48389 msgid "iterator %qD has %<_Atomic%> qualified type"
48390 msgstr ""
48392 #: c/c-typeck.cc:14419 cp/semantics.cc:6599
48393 #, gcc-internal-format
48394 msgid "iterator %qD has const qualified type"
48395 msgstr ""
48397 #: c/c-typeck.cc:14432 cp/semantics.cc:6615
48398 #, gcc-internal-format
48399 msgid "iterator step with non-integral type"
48400 msgstr ""
48402 #: c/c-typeck.cc:14452 cp/semantics.cc:6651
48403 #, gcc-internal-format
48404 msgid "iterator %qD has zero step"
48405 msgstr ""
48407 #: c/c-typeck.cc:14479
48408 #, gcc-internal-format
48409 msgid "type of iterator %qD refers to outer iterator %qD"
48410 msgstr ""
48412 #: c/c-typeck.cc:14486 cp/semantics.cc:6685
48413 #, gcc-internal-format
48414 msgid "begin expression refers to outer iterator %qD"
48415 msgstr ""
48417 #: c/c-typeck.cc:14492 cp/semantics.cc:6691
48418 #, gcc-internal-format
48419 msgid "end expression refers to outer iterator %qD"
48420 msgstr ""
48422 #: c/c-typeck.cc:14498 cp/semantics.cc:6697
48423 #, gcc-internal-format
48424 msgid "step expression refers to outer iterator %qD"
48425 msgstr ""
48427 #: c/c-typeck.cc:14535 cp/semantics.cc:6745
48428 #, gcc-internal-format
48429 msgid "expected pointer in %qs clause"
48430 msgstr "očekivan je pokazivač (pointer) u %qs klauzuli"
48432 #: c/c-typeck.cc:14630 cp/semantics.cc:6833
48433 #, gcc-internal-format
48434 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct"
48435 msgstr ""
48437 #: c/c-typeck.cc:14652 cp/semantics.cc:6853
48438 #, gcc-internal-format
48439 msgid "%<inscan%> %<reduction%> clause with array section"
48440 msgstr ""
48442 #: c/c-typeck.cc:14678 c/c-typeck.cc:14688
48443 #, gcc-internal-format
48444 msgid "%qD in %<reduction%> clause is a zero size array"
48445 msgstr ""
48447 #: c/c-typeck.cc:14708
48448 #, gcc-internal-format
48449 msgid "%<_Atomic%> %qE in %<reduction%> clause"
48450 msgstr ""
48452 #: c/c-typeck.cc:14720
48453 #, gcc-internal-format
48454 msgid "zero sized type %qT in %qs clause"
48455 msgstr ""
48457 #: c/c-typeck.cc:14728
48458 #, gcc-internal-format
48459 msgid "variable sized type %qT in %qs clause"
48460 msgstr ""
48462 #: c/c-typeck.cc:14772
48463 #, gcc-internal-format
48464 msgid "%qE has invalid type for %<reduction(%s)%>"
48465 msgstr ""
48467 #: c/c-typeck.cc:14781 cp/semantics.cc:6484
48468 #, gcc-internal-format
48469 msgid "user defined reduction not found for %qE"
48470 msgstr ""
48472 #: c/c-typeck.cc:14869
48473 #, gcc-internal-format
48474 msgid "variable length element type in array %<reduction%> clause"
48475 msgstr ""
48477 #: c/c-typeck.cc:14887 c/c-typeck.cc:15801 cp/semantics.cc:9010
48478 #, gcc-internal-format
48479 msgid "%<nowait%> clause must not be used together with %<copyprivate%>"
48480 msgstr ""
48482 #: c/c-typeck.cc:14899 cp/semantics.cc:9078
48483 #, gcc-internal-format
48484 msgid "%qE must be %<threadprivate%> for %<copyin%>"
48485 msgstr ""
48487 #: c/c-typeck.cc:14914 cp/semantics.cc:6896
48488 #, gcc-internal-format
48489 msgid "modifier should not be specified in %<linear%> clause on %<simd%> or %<for%> constructs when not using OpenMP 5.2 modifiers"
48490 msgstr ""
48492 #: c/c-typeck.cc:14923
48493 #, gcc-internal-format
48494 msgid "linear clause applied to non-integral non-pointer variable with type %qT"
48495 msgstr ""
48497 #: c/c-typeck.cc:14931
48498 #, gcc-internal-format
48499 msgid "%<_Atomic%> %qD in %<linear%> clause"
48500 msgstr ""
48502 #: c/c-typeck.cc:14950 cp/semantics.cc:6980
48503 #, gcc-internal-format
48504 msgid "%<linear%> clause step %qE is neither constant nor a parameter"
48505 msgstr ""
48507 #: c/c-typeck.cc:14980 c/c-typeck.cc:15701 c/c-typeck.cc:15946
48508 #: cp/semantics.cc:7067 cp/semantics.cc:8469 cp/semantics.cc:8819
48509 #, gcc-internal-format
48510 msgid "%qE is not a variable in clause %qs"
48511 msgstr ""
48513 #: c/c-typeck.cc:14998 cp/semantics.cc:7085
48514 #, gcc-internal-format
48515 msgid "%qD appears more than once in data-sharing clauses"
48516 msgstr ""
48518 #: c/c-typeck.cc:15009 cp/semantics.cc:7096
48519 #, gcc-internal-format
48520 msgid "%qD appears more than once in reduction clauses"
48521 msgstr ""
48523 #: c/c-typeck.cc:15023 c/c-typeck.cc:15093 c/c-typeck.cc:15127
48524 #, gcc-internal-format
48525 msgid "%qE appears more than once in data clauses"
48526 msgstr ""
48528 #: c/c-typeck.cc:15033 c/c-typeck.cc:15100 c/c-typeck.cc:15431
48529 #: c/c-typeck.cc:15624 c/c-typeck.cc:15632 c/c-typeck.cc:15649
48530 #: c/c-typeck.cc:15659 c/c-typeck.cc:15667 cp/semantics.cc:7110
48531 #: cp/semantics.cc:7120 cp/semantics.cc:7213 cp/semantics.cc:7220
48532 #: cp/semantics.cc:7267 cp/semantics.cc:8102 cp/semantics.cc:8333
48533 #: cp/semantics.cc:8341 cp/semantics.cc:8358 cp/semantics.cc:8368
48534 #: cp/semantics.cc:8376
48535 #, gcc-internal-format
48536 msgid "%qD appears more than once in data clauses"
48537 msgstr ""
48539 #: c/c-typeck.cc:15036 c/c-typeck.cc:15106 c/c-typeck.cc:15635
48540 #: c/c-typeck.cc:15670 cp/semantics.cc:7123 cp/semantics.cc:7226
48541 #: cp/semantics.cc:8344 cp/semantics.cc:8379
48542 #, gcc-internal-format
48543 msgid "%qD appears both in data and map clauses"
48544 msgstr ""
48546 #: c/c-typeck.cc:15081 cp/semantics.cc:7200
48547 #, gcc-internal-format
48548 msgid "%qE is not a variable in clause %<firstprivate%>"
48549 msgstr ""
48551 #: c/c-typeck.cc:15120 cp/semantics.cc:7259
48552 #, gcc-internal-format
48553 msgid "%qE is not a variable in clause %<lastprivate%>"
48554 msgstr ""
48556 #: c/c-typeck.cc:15139 cp/semantics.cc:7654
48557 #, gcc-internal-format
48558 msgid "%qE is not a variable in %<aligned%> clause"
48559 msgstr ""
48561 #: c/c-typeck.cc:15146
48562 #, gcc-internal-format
48563 msgid "%qE in %<aligned%> clause is neither a pointer nor an array"
48564 msgstr ""
48566 #: c/c-typeck.cc:15153
48567 #, gcc-internal-format
48568 msgid "%<_Atomic%> %qD in %<aligned%> clause"
48569 msgstr ""
48571 #: c/c-typeck.cc:15160
48572 #, gcc-internal-format
48573 msgid "%qE appears more than once in %<aligned%> clauses"
48574 msgstr ""
48576 #: c/c-typeck.cc:15173 cp/semantics.cc:7725
48577 #, gcc-internal-format
48578 msgid "%qE is not a variable in %<nontemporal%> clause"
48579 msgstr ""
48581 #: c/c-typeck.cc:15179
48582 #, gcc-internal-format
48583 msgid "%qE appears more than once in %<nontemporal%> clauses"
48584 msgstr ""
48586 #: c/c-typeck.cc:15192 cp/semantics.cc:7764
48587 #, gcc-internal-format
48588 msgid "%qE is not a variable in %<allocate%> clause"
48589 msgstr ""
48591 #: c/c-typeck.cc:15198
48592 #, gcc-internal-format
48593 msgid "%qE appears more than once in %<allocate%> clauses"
48594 msgstr ""
48596 #: c/c-typeck.cc:15268 cp/semantics.cc:7890
48597 #, gcc-internal-format
48598 msgid "%<depend%> clause with %<depobj%> dependence type on array section"
48599 msgstr ""
48601 #: c/c-typeck.cc:15283 cp/semantics.cc:7905
48602 #, gcc-internal-format
48603 msgid "%<omp_all_memory%> used with %<depend%> kind other than %<out%> or %<inout%>"
48604 msgstr ""
48606 #: c/c-typeck.cc:15291 cp/semantics.cc:7923
48607 #, gcc-internal-format
48608 msgid "%qE is not lvalue expression nor array section in %qs clause"
48609 msgstr ""
48611 #: c/c-typeck.cc:15312 cp/semantics.cc:7945
48612 #, gcc-internal-format
48613 msgid "%qE does not have %<omp_depend_t%> type in %<depend%> clause with %<depobj%> dependence type"
48614 msgstr ""
48616 #: c/c-typeck.cc:15322 cp/semantics.cc:7957
48617 #, gcc-internal-format
48618 msgid "%qE should not have %<omp_depend_t%> type in %<depend%> clause with dependence type other than %<depobj%>"
48619 msgstr ""
48621 #: c/c-typeck.cc:15379 cp/semantics.cc:8052
48622 #, gcc-internal-format
48623 msgid "array section does not have mappable type in %qs clause"
48624 msgstr ""
48626 #: c/c-typeck.cc:15427 c/c-typeck.cc:15646 cp/semantics.cc:8098
48627 #: cp/semantics.cc:8355
48628 #, gcc-internal-format
48629 msgid "%qD appears more than once in motion clauses"
48630 msgstr ""
48632 #: c/c-typeck.cc:15435 c/c-typeck.cc:15652 cp/semantics.cc:8106
48633 #: cp/semantics.cc:8361
48634 #, gcc-internal-format
48635 msgid "%qD appears more than once in map clauses"
48636 msgstr ""
48638 #: c/c-typeck.cc:15516 cp/semantics.cc:8200
48639 #, gcc-internal-format
48640 msgid "%qE does not have a mappable type in %qs clause"
48641 msgstr ""
48643 #: c/c-typeck.cc:15597 c/c-typeck.cc:15714 cp/semantics.cc:8302
48644 #: cp/semantics.cc:8482
48645 #, gcc-internal-format
48646 msgid "%qD does not have a mappable type in %qs clause"
48647 msgstr ""
48649 #: c/c-typeck.cc:15697 cp/semantics.cc:8464
48650 #, gcc-internal-format
48651 msgid "%qE is neither a variable nor a function name in clause %qs"
48652 msgstr ""
48654 #: c/c-typeck.cc:15723 cp/semantics.cc:8494
48655 #, gcc-internal-format
48656 msgid "%qE appears more than once on the same %<declare target%> directive"
48657 msgstr ""
48659 #: c/c-typeck.cc:15737 cp/semantics.cc:8510
48660 #, gcc-internal-format
48661 msgid "%qD is not an argument in %<uniform%> clause"
48662 msgstr ""
48664 #: c/c-typeck.cc:15740 cp/semantics.cc:8513
48665 #, gcc-internal-format
48666 msgid "%qE is not an argument in %<uniform%> clause"
48667 msgstr ""
48669 #: c/c-typeck.cc:15759
48670 #, gcc-internal-format
48671 msgid "%qs variable is not a pointer"
48672 msgstr ""
48674 #: c/c-typeck.cc:15766
48675 #, gcc-internal-format
48676 msgid "%qs variable is neither a pointer nor an array"
48677 msgstr ""
48679 #: c/c-typeck.cc:15814 c/c-typeck.cc:15907 cp/semantics.cc:8972
48680 #, gcc-internal-format
48681 msgid "%<order%> clause must not be used together with %<ordered%>"
48682 msgstr ""
48684 #: c/c-typeck.cc:15834 cp/semantics.cc:7997
48685 #, gcc-internal-format
48686 msgid "too many %qs clauses on a task construct"
48687 msgstr ""
48689 #: c/c-typeck.cc:15929 cp/semantics.cc:8787
48690 #, gcc-internal-format
48691 msgid "%<inbranch%> clause is incompatible with %<notinbranch%>"
48692 msgstr ""
48694 #: c/c-typeck.cc:15996 cp/semantics.cc:9149
48695 #, gcc-internal-format
48696 msgid "%qE is predetermined %qs for %qs"
48697 msgstr ""
48699 #: c/c-typeck.cc:16006
48700 #, gcc-internal-format
48701 msgid "%<const%> qualified %qE may appear only in %<shared%> or %<firstprivate%> clauses"
48702 msgstr ""
48704 #: c/c-typeck.cc:16037 cp/semantics.cc:8924
48705 #, gcc-internal-format
48706 msgid "%<simdlen%> clause value is bigger than %<safelen%> clause value"
48707 msgstr ""
48709 #: c/c-typeck.cc:16049 cp/semantics.cc:8937
48710 #, gcc-internal-format
48711 msgid "%<nonmonotonic%> schedule modifier specified together with %<ordered%> clause"
48712 msgstr ""
48714 #: c/c-typeck.cc:16060 c/c-typeck.cc:16068 cp/semantics.cc:8946
48715 #: cp/semantics.cc:8964
48716 #, gcc-internal-format
48717 msgid "%qs clause specified together with %<inscan%> %<reduction%> clause"
48718 msgstr ""
48720 #: c/c-typeck.cc:16116 cp/semantics.cc:8904
48721 #, gcc-internal-format
48722 msgid "%<linear%> clause step is a parameter %qD not specified in %<uniform%> clause"
48723 msgstr ""
48725 #: c/c-typeck.cc:16167 cp/semantics.cc:8954
48726 #, gcc-internal-format
48727 msgid "%<nogroup%> clause must not be used together with %<reduction%> clause"
48728 msgstr ""
48730 #: c/c-typeck.cc:16177 cp/semantics.cc:8983
48731 #, gcc-internal-format
48732 msgid "%<detach%> clause must not be used together with %<mergeable%> clause"
48733 msgstr ""
48735 #: c/c-typeck.cc:16195 cp/semantics.cc:9174
48736 #, gcc-internal-format
48737 msgid "the event handle of a %<detach%> clause should not be in a data-sharing clause"
48738 msgstr ""
48740 #: c/c-typeck.cc:16369
48741 #, gcc-internal-format
48742 msgid "cannot use %<va_arg%> with reverse storage order"
48743 msgstr ""
48745 #: c/c-typeck.cc:16374
48746 #, gcc-internal-format
48747 msgid "second argument to %<va_arg%> is of incomplete type %qT"
48748 msgstr ""
48750 #: c/c-typeck.cc:16380
48751 #, gcc-internal-format
48752 msgid "second argument to %<va_arg%> is a function type %qT"
48753 msgstr ""
48755 #: c/c-typeck.cc:16386
48756 #, gcc-internal-format
48757 msgid "C++ requires promoted type, not enum type, in %<va_arg%>"
48758 msgstr ""
48760 #: c/gimple-parser.cc:166
48761 #, gcc-internal-format
48762 msgid "expected frequency quality"
48763 msgstr "očekivana je frekvencija"
48765 #: c/gimple-parser.cc:175
48766 #, gcc-internal-format
48767 msgid "unknown profile quality"
48768 msgstr ""
48770 #: c/gimple-parser.cc:187
48771 #, gcc-internal-format
48772 msgid "expected frequency value"
48773 msgstr "očekivana je vrijednost frekvencije"
48775 #: c/gimple-parser.cc:326
48776 #, gcc-internal-format
48777 msgid "edge not found"
48778 msgstr ""
48780 #: c/gimple-parser.cc:342
48781 #, gcc-internal-format
48782 msgid "SSA name %qE with version %d has no definition"
48783 msgstr ""
48785 #: c/gimple-parser.cc:492 c/gimple-parser.cc:498
48786 #, gcc-internal-format
48787 msgid "expected block index"
48788 msgstr "očekivan je indeks bloka"
48790 #: c/gimple-parser.cc:506
48791 #, gcc-internal-format
48792 msgid "invalid block index"
48793 msgstr "nevaljani indeks bloka"
48795 #: c/gimple-parser.cc:517
48796 #, gcc-internal-format
48797 msgid "expected block specifier"
48798 msgstr ""
48800 #: c/gimple-parser.cc:535
48801 #, gcc-internal-format
48802 msgid "expected loop number"
48803 msgstr "očekivan je broj petlje"
48805 #: c/gimple-parser.cc:553
48806 #, gcc-internal-format
48807 msgid "unknown block specifier"
48808 msgstr ""
48810 #: c/gimple-parser.cc:566 c/gimple-parser.cc:1984
48811 #, gcc-internal-format
48812 msgid "expected count value"
48813 msgstr "očekivana je vrijednost za količinu (broj)"
48815 #: c/gimple-parser.cc:589 c/gimple-parser.cc:676
48816 #, gcc-internal-format
48817 msgid "stmts without block"
48818 msgstr ""
48820 #: c/gimple-parser.cc:626
48821 #, gcc-internal-format
48822 msgid "duplicate loop header"
48823 msgstr ""
48825 #: c/gimple-parser.cc:833
48826 #, gcc-internal-format
48827 msgid "invalid source block specification"
48828 msgstr ""
48830 #: c/gimple-parser.cc:900
48831 #, gcc-internal-format
48832 msgid "unexpected RHS for assignment"
48833 msgstr "neočekivani RHS za dodjeliti"
48835 #: c/gimple-parser.cc:1004
48836 #, gcc-internal-format
48837 msgid "%<&&%> not valid in GIMPLE"
48838 msgstr ""
48840 #: c/gimple-parser.cc:1007
48841 #, gcc-internal-format
48842 msgid "%<||%> not valid in GIMPLE"
48843 msgstr ""
48845 #: c/gimple-parser.cc:1121
48846 #, gcc-internal-format
48847 msgid "expected pointer as argument of unary %<*%>"
48848 msgstr ""
48850 #: c/gimple-parser.cc:1147
48851 #, gcc-internal-format
48852 msgid "%<!%> not valid in GIMPLE"
48853 msgstr ""
48855 #: c/gimple-parser.cc:1206 c/gimple-parser.cc:1544
48856 #, gcc-internal-format
48857 msgid "expected constant offset"
48858 msgstr "očekivani je stalni (constant) odmak (offset)"
48860 #: c/gimple-parser.cc:1267
48861 #, gcc-internal-format
48862 msgid "SSA name undeclared"
48863 msgstr ""
48865 #: c/gimple-parser.cc:1289
48866 #, gcc-internal-format
48867 msgid "base variable or SSA name undeclared"
48868 msgstr ""
48870 #: c/gimple-parser.cc:1296
48871 #, gcc-internal-format
48872 msgid "invalid base %qE for SSA name"
48873 msgstr ""
48875 #: c/gimple-parser.cc:1324
48876 #, gcc-internal-format
48877 msgid "expecting internal function name"
48878 msgstr ""
48880 #: c/gimple-parser.cc:1337
48881 #, gcc-internal-format
48882 msgid "unknown internal function %qE"
48883 msgstr "nepoznata interna funkcija %qE"
48885 #: c/gimple-parser.cc:1476
48886 #, gcc-internal-format
48887 msgid "invalid type of %<__MEM%> operand"
48888 msgstr "nevaljana vrsta operanda %<__MEM%>"
48890 #: c/gimple-parser.cc:1538
48891 #, gcc-internal-format
48892 msgid "expected constant size"
48893 msgstr "očekivana je veličina konstante"
48895 #: c/gimple-parser.cc:1576 c/gimple-parser.cc:1606 c/gimple-parser.cc:1646
48896 #: c/gimple-parser.cc:1654 c/gimple-parser.cc:1663
48897 #, gcc-internal-format
48898 msgid "invalid _Literal"
48899 msgstr ""
48901 #: c/gimple-parser.cc:1585
48902 #, gcc-internal-format
48903 msgid "invalid type for _Literal with constructor"
48904 msgstr ""
48906 #: c/gimple-parser.cc:1698
48907 #, gcc-internal-format
48908 msgid "anonymous SSA name cannot have default definition"
48909 msgstr ""
48911 #: c/gimple-parser.cc:1782
48912 #, gcc-internal-format
48913 msgid "invalid call to non-function"
48914 msgstr ""
48916 #: c/gimple-parser.cc:1838
48917 #, gcc-internal-format
48918 msgid "dereference of non-pointer"
48919 msgstr ""
48921 #: c/gimple-parser.cc:1965
48922 #, gcc-internal-format
48923 msgid "expected pass name"
48924 msgstr ""
48926 #: c/gimple-parser.cc:2004
48927 #, gcc-internal-format
48928 msgid "invalid operation"
48929 msgstr "Interna greška: invalid operation"
48931 #: c/gimple-parser.cc:2168
48932 #, gcc-internal-format
48933 msgid "comparison required"
48934 msgstr "potrebna je usporedba"
48936 #: c/gimple-parser.cc:2220
48937 #, gcc-internal-format
48938 msgid "%<catch%> is not supported"
48939 msgstr ""
48941 #: c/gimple-parser.cc:2222
48942 #, gcc-internal-format
48943 msgid "expected %<finally%> or %<catch%>"
48944 msgstr "očekivano je %<finally%> ili %<catch%>"
48946 #: c/gimple-parser.cc:2266 c/gimple-parser.cc:2303
48947 #, gcc-internal-format
48948 msgid "expected goto expression"
48949 msgstr ""
48951 #: c/gimple-parser.cc:2274
48952 #, gcc-internal-format
48953 msgid "expected else statement"
48954 msgstr ""
48956 #: c/gimple-parser.cc:2417
48957 #, gcc-internal-format
48958 msgid "expected case label"
48959 msgstr "Interna greška: expected case label"
48961 #. A bad conversion for 'this' must be discarding cv-quals.
48962 #: cp/call.cc:3845
48963 #, gcc-internal-format
48964 msgid "  passing %qT as %<this%> argument discards qualifiers"
48965 msgstr ""
48967 #: cp/call.cc:3849
48968 msgid "  no known conversion for implicit %<this%> parameter from %qH to %qI"
48969 msgstr ""
48971 #: cp/call.cc:3856
48972 #, gcc-internal-format, gfc-internal-format
48973 msgid "  conversion of argument %d would be ill-formed:"
48974 msgstr ""
48976 #. Conversion of conversion function return value failed.
48977 #: cp/call.cc:3863
48978 msgid "  no known conversion from %qH to %qI"
48979 msgstr ""
48981 #: cp/call.cc:3869
48982 msgid "  no known conversion for argument %d from %qH to %qI"
48983 msgstr ""
48985 #: cp/call.cc:3883 cp/pt.cc:7021
48986 #, gcc-internal-format, gfc-internal-format
48987 msgid "  candidate expects at least %d argument, %d provided"
48988 msgid_plural "  candidate expects at least %d arguments, %d provided"
48989 msgstr[0] ""
48990 msgstr[1] ""
48991 msgstr[2] ""
48993 #: cp/call.cc:3888 cp/pt.cc:7026
48994 #, gcc-internal-format, gfc-internal-format
48995 msgid "  candidate expects %d argument, %d provided"
48996 msgid_plural "  candidate expects %d arguments, %d provided"
48997 msgstr[0] ""
48998 msgstr[1] ""
48999 msgstr[2] ""
49001 #: cp/call.cc:3916
49002 #, gcc-internal-format
49003 msgid "%s%<%D(%T, %T, %T)%> (built-in)"
49004 msgstr ""
49006 #: cp/call.cc:3921
49007 #, gcc-internal-format
49008 msgid "%s%<%D(%T, %T)%> (built-in)"
49009 msgstr ""
49011 #: cp/call.cc:3925
49012 #, gcc-internal-format
49013 msgid "%s%<%D(%T)%> (built-in)"
49014 msgstr ""
49016 #: cp/call.cc:3929
49017 #, gcc-internal-format
49018 msgid "%s%qT (conversion)"
49019 msgstr ""
49021 #: cp/call.cc:3931
49022 #, gcc-internal-format
49023 msgid "%s%#qD (near match)"
49024 msgstr ""
49026 #: cp/call.cc:3933
49027 #, gcc-internal-format
49028 msgid "%s%#qD (deleted)"
49029 msgstr ""
49031 #: cp/call.cc:3935
49032 #, gcc-internal-format
49033 msgid "%s%#qD (reversed)"
49034 msgstr ""
49036 #: cp/call.cc:3937
49037 #, gcc-internal-format
49038 msgid "%s%#qD (rewritten)"
49039 msgstr ""
49041 #: cp/call.cc:3939
49042 #, gcc-internal-format
49043 msgid "%s%#qD"
49044 msgstr ""
49046 #: cp/call.cc:3943
49047 #, gcc-internal-format
49048 msgid "  inherited here"
49049 msgstr ""
49051 #: cp/call.cc:3964
49052 #, gcc-internal-format
49053 msgid "  return type %qT of explicit conversion function cannot be converted to %qT with a qualification conversion"
49054 msgstr ""
49056 #: cp/call.cc:3970
49057 #, gcc-internal-format
49058 msgid "  conversion from return type %qT of template conversion function specialization to %qT is not an exact match"
49059 msgstr ""
49061 #: cp/call.cc:3981
49062 #, gcc-internal-format
49063 msgid "  substitution of deduced template arguments resulted in errors seen above"
49064 msgstr ""
49066 #. Re-run template unification with diagnostics.
49067 #: cp/call.cc:3986
49068 #, gcc-internal-format
49069 msgid "  template argument deduction/substitution failed:"
49070 msgstr ""
49072 #: cp/call.cc:4000
49073 #, gcc-internal-format
49074 msgid "  a constructor taking a single argument of its own class type is invalid"
49075 msgstr ""
49077 #: cp/call.cc:4007
49078 #, gcc-internal-format
49079 msgid "  an inherited constructor is not a candidate for initialization from an expression of the same or derived type"
49080 msgstr ""
49082 #: cp/call.cc:4143 cp/call.cc:4682
49083 #, gcc-internal-format
49084 msgid "designated initializers cannot be used with a non-aggregate type %qT"
49085 msgstr ""
49087 #: cp/call.cc:4579
49088 msgid "conversion from %qH to %qI is ambiguous"
49089 msgstr ""
49091 #: cp/call.cc:4688 cp/cvt.cc:864
49092 msgid "could not convert %qE from %qH to %qI"
49093 msgstr ""
49095 #: cp/call.cc:4755
49096 msgid "initializing %qH with %qI in converted constant expression does not bind directly"
49097 msgstr ""
49099 #: cp/call.cc:4776
49100 msgid "conversion from %qH to %qI in a converted constant expression"
49101 msgstr ""
49103 #: cp/call.cc:4964
49104 #, gcc-internal-format
49105 msgid "no matching function for call to %<%D(%A)%>"
49106 msgstr ""
49108 #: cp/call.cc:4967
49109 #, gcc-internal-format
49110 msgid "call of overloaded %<%D(%A)%> is ambiguous"
49111 msgstr ""
49113 #. It's no good looking for an overloaded operator() on a
49114 #. pointer-to-member-function.
49115 #: cp/call.cc:5254
49116 #, gcc-internal-format
49117 msgid "pointer-to-member function %qE cannot be called without an object; consider using %<.*%> or %<->*%>"
49118 msgstr ""
49120 #: cp/call.cc:5324
49121 #, gcc-internal-format
49122 msgid "no match for call to %<(%T) (%A)%>"
49123 msgstr ""
49125 #: cp/call.cc:5338
49126 #, gcc-internal-format
49127 msgid "call of %<(%T) (%A)%> is ambiguous"
49128 msgstr ""
49130 #: cp/call.cc:5384
49131 #, gcc-internal-format
49132 msgid "ambiguous overload for "
49133 msgstr ""
49135 #: cp/call.cc:5385
49136 #, gcc-internal-format
49137 msgid "no match for "
49138 msgstr ""
49140 #: cp/call.cc:5388
49141 #, gcc-internal-format
49142 msgid " (operand types are %qT, %qT, and %qT)"
49143 msgstr ""
49145 #: cp/call.cc:5390
49146 #, gcc-internal-format
49147 msgid " (operand types are %qT and %qT)"
49148 msgstr ""
49150 #: cp/call.cc:5392
49151 #, gcc-internal-format
49152 msgid " (operand type is %qT)"
49153 msgstr ""
49155 #: cp/call.cc:5409
49156 #, gcc-internal-format
49157 msgid "ternary %<operator?:%>"
49158 msgstr ""
49160 #: cp/call.cc:5413
49161 #, gcc-internal-format
49162 msgid "ternary %<operator?:%> in %<%E ? %E : %E%>"
49163 msgstr ""
49165 #: cp/call.cc:5422 cp/call.cc:5466 cp/call.cc:5476
49166 #, gcc-internal-format
49167 msgid "%<operator%s%>"
49168 msgstr ""
49170 #: cp/call.cc:5425
49171 #, gcc-internal-format
49172 msgid "%<operator%s%> in %<%E%s%>"
49173 msgstr ""
49175 #: cp/call.cc:5432
49176 #, gcc-internal-format
49177 msgid "%<operator[]%>"
49178 msgstr ""
49180 #: cp/call.cc:5435
49181 #, gcc-internal-format
49182 msgid "%<operator[]%> in %<%E[%E]%>"
49183 msgstr ""
49185 #: cp/call.cc:5443
49186 #, gcc-internal-format
49187 msgid "%qs"
49188 msgstr "%qs"
49190 #: cp/call.cc:5446
49191 #, gcc-internal-format
49192 msgid "%qs in %<%s %E%>"
49193 msgstr ""
49195 #: cp/call.cc:5452
49196 #, gcc-internal-format
49197 msgid "%<operator %s%>"
49198 msgstr ""
49200 #: cp/call.cc:5455
49201 #, gcc-internal-format
49202 msgid "%<operator %s%> in %<%s%E%>"
49203 msgstr ""
49205 #: cp/call.cc:5470
49206 #, gcc-internal-format
49207 msgid "%<operator%s%> in %<%E %s %E%>"
49208 msgstr ""
49210 #: cp/call.cc:5479
49211 #, gcc-internal-format
49212 msgid "%<operator%s%> in %<%s%E%>"
49213 msgstr ""
49215 #: cp/call.cc:5592
49216 #, gcc-internal-format
49217 msgid "ISO C++ forbids omitting the middle term of a %<?:%> expression"
49218 msgstr ""
49220 #: cp/call.cc:5667
49221 #, gcc-internal-format
49222 msgid "inferred scalar type %qT is not an integer or floating-point type of the same size as %qT"
49223 msgstr ""
49225 #: cp/call.cc:5684 cp/call.cc:5691
49226 msgid "conversion of scalar %qH to vector %qI involves truncation"
49227 msgstr ""
49229 #: cp/call.cc:5747
49230 #, gcc-internal-format
49231 msgid "incompatible vector types in conditional expression: %qT, %qT and %qT"
49232 msgstr ""
49234 #: cp/call.cc:5799 cp/call.cc:6151 cp/call.cc:6171
49235 #, gcc-internal-format
49236 msgid "operands to %<?:%> of types %qT and %qT have unordered conversion rank"
49237 msgstr ""
49239 #: cp/call.cc:5871
49240 #, gcc-internal-format
49241 msgid "second operand to the conditional operator is of type %<void%>, but the third operand is neither a throw-expression nor of type %<void%>"
49242 msgstr ""
49244 #: cp/call.cc:5876
49245 #, gcc-internal-format
49246 msgid "third operand to the conditional operator is of type %<void%>, but the second operand is neither a throw-expression nor of type %<void%>"
49247 msgstr ""
49249 #: cp/call.cc:5925 cp/call.cc:6040 cp/call.cc:6274
49250 #, gcc-internal-format
49251 msgid "operands to %<?:%> have different types %qT and %qT"
49252 msgstr ""
49254 #: cp/call.cc:5929
49255 #, gcc-internal-format
49256 msgid "  and each type can be converted to the other"
49257 msgstr ""
49259 #: cp/call.cc:6179
49260 msgid "implicit conversion from %qH to %qI to match other result of conditional"
49261 msgstr ""
49263 #: cp/call.cc:6195
49264 #, gcc-internal-format
49265 msgid "enumerated mismatch in conditional expression: %qT vs %qT"
49266 msgstr ""
49268 #: cp/call.cc:6208
49269 #, gcc-internal-format
49270 msgid "conditional expression between enumeration type %qT and floating-point type %qT is deprecated"
49271 msgstr ""
49273 #: cp/call.cc:6213
49274 #, gcc-internal-format
49275 msgid "conditional expression between floating-point type %qT and enumeration type %qT is deprecated"
49276 msgstr ""
49278 #: cp/call.cc:6229
49279 #, gcc-internal-format
49280 msgid "enumerated and non-enumerated type in conditional expression"
49281 msgstr ""
49283 #: cp/call.cc:7080
49284 #, gcc-internal-format
49285 msgid "no %<%D(int)%> declared for postfix %qs, trying prefix operator instead"
49286 msgstr ""
49288 #: cp/call.cc:7082
49289 #, gcc-internal-format
49290 msgid "no %<%D(int)%> declared for postfix %qs"
49291 msgstr ""
49293 #: cp/call.cc:7162
49294 #, gcc-internal-format
49295 msgid "in C++20 this comparison calls the current function recursively with reversed arguments"
49296 msgstr ""
49298 #: cp/call.cc:7215
49299 #, gcc-internal-format
49300 msgid "return type of %qD is not %qs"
49301 msgstr ""
49303 #: cp/call.cc:7217
49304 #, gcc-internal-format
49305 msgid "used as rewritten candidate for comparison of %qT and %qT"
49306 msgstr ""
49308 #: cp/call.cc:7294
49309 #, gcc-internal-format
49310 msgid "comparison between %q#T and %q#T"
49311 msgstr ""
49313 #: cp/call.cc:7487
49314 #, gcc-internal-format
49315 msgid "no match for call to %<%T::operator[] (%A)%>"
49316 msgstr ""
49318 #: cp/call.cc:7501
49319 #, gcc-internal-format
49320 msgid "call of %<%T::operator[] (%A)%> is ambiguous"
49321 msgstr ""
49323 #: cp/call.cc:7782
49324 #, gcc-internal-format
49325 msgid "exception cleanup for this placement new selects non-placement %<operator delete%>"
49326 msgstr ""
49328 #: cp/call.cc:7785
49329 #, gcc-internal-format
49330 msgid "%qD is a usual (non-placement) deallocation function in C++14 (or with %<-fsized-deallocation%>)"
49331 msgstr ""
49333 #: cp/call.cc:7822
49334 #, gcc-internal-format
49335 msgid "%qD is a usual (non-placement) deallocation function"
49336 msgstr ""
49338 #: cp/call.cc:8016
49339 #, gcc-internal-format
49340 msgid "no corresponding deallocation function for %qD"
49341 msgstr ""
49343 #: cp/call.cc:8019
49344 #, gcc-internal-format
49345 msgid "destroying delete %qD cannot be used to release the allocated memory if the initialization throws because the object is not constructed yet"
49346 msgstr ""
49348 #: cp/call.cc:8028
49349 #, gcc-internal-format
49350 msgid "no suitable %<operator %s%> for %qT"
49351 msgstr ""
49353 #: cp/call.cc:8064
49354 #, gcc-internal-format
49355 msgid "%q#D is private within this context"
49356 msgstr ""
49358 #: cp/call.cc:8065 cp/decl.cc:8895
49359 #, gcc-internal-format
49360 msgid "declared private here"
49361 msgstr ""
49363 #: cp/call.cc:8070
49364 #, gcc-internal-format
49365 msgid "%q#D is protected within this context"
49366 msgstr ""
49368 #: cp/call.cc:8071 cp/decl.cc:8896
49369 #, gcc-internal-format
49370 msgid "declared protected here"
49371 msgstr ""
49373 #: cp/call.cc:8078
49374 #, gcc-internal-format
49375 msgid "%q#D is inaccessible within this context"
49376 msgstr ""
49378 #: cp/call.cc:8159
49379 #, gcc-internal-format
49380 msgid "passing NULL to non-pointer argument %P of %qD"
49381 msgstr ""
49383 #: cp/call.cc:8162 cp/call.cc:8181 cp/decl.cc:10567 cp/decl.cc:10575
49384 #: cp/typeck.cc:4591
49385 #, gcc-internal-format
49386 msgid "  declared here"
49387 msgstr ""
49389 #: cp/call.cc:8166
49390 #, gcc-internal-format
49391 msgid "converting to non-pointer type %qT from NULL"
49392 msgstr ""
49394 #: cp/call.cc:8178
49395 #, gcc-internal-format
49396 msgid "converting %<false%> to pointer type for argument %P of %qD"
49397 msgstr ""
49399 #: cp/call.cc:8185
49400 #, gcc-internal-format
49401 msgid "converting %<false%> to pointer type %qT"
49402 msgstr ""
49404 #: cp/call.cc:8252
49405 #, gcc-internal-format
49406 msgid "  initializing argument %P of %qD"
49407 msgstr ""
49409 #: cp/call.cc:8273
49410 #, gcc-internal-format
49411 msgid "conversions to arrays of unknown bound are only available with %<-std=c++20%> or %<-std=gnu++20%>"
49412 msgstr ""
49414 #: cp/call.cc:8323
49415 #, gcc-internal-format
49416 msgid "too many braces around initializer for %qT"
49417 msgstr ""
49419 #: cp/call.cc:8334
49420 msgid "converting to %qH from %qI requires direct-initialization"
49421 msgstr ""
49423 #: cp/call.cc:8346
49424 msgid "converting to %qH from %qI with greater conversion rank"
49425 msgstr ""
49427 #: cp/call.cc:8353
49428 msgid "converting to %qH from %qI with unordered conversion ranks"
49429 msgstr ""
49431 #: cp/call.cc:8368
49432 msgid "invalid user-defined conversion from %qH to %qI"
49433 msgstr ""
49435 #: cp/call.cc:8408 cp/cvt.cc:227
49436 msgid "invalid conversion from %qH to %qI"
49437 msgstr ""
49439 #: cp/call.cc:8450 cp/call.cc:8457
49440 #, gcc-internal-format
49441 msgid "converting to %qT from initializer list would use explicit constructor %qD"
49442 msgstr ""
49444 #: cp/call.cc:8453
49445 #, gcc-internal-format
49446 msgid "in C++11 and above a default constructor can be explicit"
49447 msgstr ""
49449 #: cp/call.cc:8723
49450 msgid "cannot bind rvalue reference of type %qH to lvalue of type %qI"
49451 msgstr ""
49453 #: cp/call.cc:8732
49454 msgid "cannot bind non-const lvalue reference of type %qH to a value of type %qI"
49455 msgstr ""
49457 #: cp/call.cc:8737
49458 msgid "cannot bind non-const lvalue reference of type %qH to an rvalue of type %qI"
49459 msgstr ""
49461 #. extype is volatile
49462 #: cp/call.cc:8740
49463 msgid "cannot bind lvalue reference of type %qH to an rvalue of type %qI"
49464 msgstr ""
49466 #: cp/call.cc:8753
49467 msgid "cannot bind reference of type %qH to %qI due to different array bounds"
49468 msgstr ""
49470 #: cp/call.cc:8756
49471 msgid "binding reference of type %qH to %qI discards qualifiers"
49472 msgstr ""
49474 #: cp/call.cc:8795
49475 #, gcc-internal-format
49476 msgid "cannot bind bit-field %qE to %qT"
49477 msgstr ""
49479 #: cp/call.cc:8798 cp/call.cc:8816
49480 #, gcc-internal-format
49481 msgid "cannot bind packed field %qE to %qT"
49482 msgstr ""
49484 #: cp/call.cc:8801
49485 #, gcc-internal-format
49486 msgid "cannot bind rvalue %qE to %qT"
49487 msgstr ""
49489 #: cp/call.cc:9002
49490 msgid "implicit conversion from %qH to %qI when passing argument to function"
49491 msgstr ""
49493 #: cp/call.cc:9031 cp/cvt.cc:1992
49494 #, gcc-internal-format
49495 msgid "scoped enum %qT passed through %<...%> as %qT before %<-fabi-version=6%>, %qT after"
49496 msgstr ""
49498 #: cp/call.cc:9075
49499 #, gcc-internal-format
49500 msgid "passing objects of non-trivially-copyable type %q#T through %<...%> is conditionally supported"
49501 msgstr ""
49503 #: cp/call.cc:9111
49504 #, gcc-internal-format
49505 msgid "cannot receive reference type %qT through %<...%>"
49506 msgstr ""
49508 #: cp/call.cc:9121
49509 #, gcc-internal-format
49510 msgid "receiving objects of non-trivially-copyable type %q#T through %<...%> is conditionally-supported"
49511 msgstr ""
49513 #: cp/call.cc:9189
49514 #, gcc-internal-format
49515 msgid "recursive evaluation of default argument for %q#D"
49516 msgstr ""
49518 #: cp/call.cc:9198
49519 #, gcc-internal-format
49520 msgid "call to %qD uses the default argument for parameter %P, which is not yet defined"
49521 msgstr ""
49523 #: cp/call.cc:9298
49524 #, gcc-internal-format
49525 msgid "argument of function call might be a candidate for a format attribute"
49526 msgstr ""
49528 #: cp/call.cc:9368
49529 #, gcc-internal-format
49530 msgid "use of multiversioned function without a default"
49531 msgstr ""
49533 #: cp/call.cc:9993
49534 #, gcc-internal-format
49535 msgid "passing %qT as %<this%> argument discards qualifiers"
49536 msgstr ""
49538 #: cp/call.cc:9996 cp/call.cc:12790
49539 #, gcc-internal-format
49540 msgid "  in call to %qD"
49541 msgstr ""
49543 #: cp/call.cc:10021
49544 #, gcc-internal-format
49545 msgid "%qT is not an accessible base of %qT"
49546 msgstr ""
49548 #: cp/call.cc:10226
49549 #, gcc-internal-format
49550 msgid "passing arguments to ellipsis of inherited constructor %qD"
49551 msgstr ""
49553 #: cp/call.cc:10361
49554 #, gcc-internal-format
49555 msgid "assignment from temporary %<initializer_list%> does not extend the lifetime of the underlying array"
49556 msgstr ""
49558 #: cp/call.cc:10758
49559 #, gcc-internal-format
49560 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment"
49561 msgstr ""
49563 #: cp/call.cc:10761
49564 #, gcc-internal-format
49565 msgid "%qD writing to an object of non-trivial type %#qT%s"
49566 msgstr ""
49568 #: cp/call.cc:10766
49569 #, gcc-internal-format
49570 msgid "%qD writing to an object of type %#qT with %qs member %qD"
49571 msgstr ""
49573 #: cp/call.cc:10771
49574 #, gcc-internal-format
49575 msgid "%qD writing to an object of type %#qT containing a pointer to data member%s"
49576 msgstr ""
49578 #: cp/call.cc:10786
49579 #, gcc-internal-format
49580 msgid "; use assignment or value-initialization instead"
49581 msgstr ""
49583 #: cp/call.cc:10788
49584 #, gcc-internal-format
49585 msgid "; use assignment instead"
49586 msgstr ""
49588 #: cp/call.cc:10790
49589 #, gcc-internal-format
49590 msgid "; use value-initialization instead"
49591 msgstr ""
49593 #: cp/call.cc:10793
49594 #, gcc-internal-format
49595 msgid "%qD clearing an object of type %#qT with no trivial copy-assignment%s"
49596 msgstr ""
49598 #: cp/call.cc:10796
49599 #, gcc-internal-format
49600 msgid "%qD clearing an object of non-trivial type %#qT%s"
49601 msgstr ""
49603 #: cp/call.cc:10798
49604 #, gcc-internal-format
49605 msgid "%qD clearing an object of type %#qT containing a pointer-to-member%s"
49606 msgstr ""
49608 #: cp/call.cc:10819
49609 #, gcc-internal-format
49610 msgid "; use copy-assignment or copy-initialization instead"
49611 msgstr ""
49613 #: cp/call.cc:10821
49614 #, gcc-internal-format
49615 msgid "; use copy-assignment instead"
49616 msgstr ""
49618 #: cp/call.cc:10823
49619 #, gcc-internal-format
49620 msgid "; use copy-initialization instead"
49621 msgstr ""
49623 #: cp/call.cc:10826
49624 #, gcc-internal-format
49625 msgid "%qD writing to an object of type %#qT with no trivial copy-assignment%s"
49626 msgstr ""
49628 #: cp/call.cc:10829
49629 #, gcc-internal-format
49630 msgid "%qD writing to an object of non-trivially copyable type %#qT%s"
49631 msgstr ""
49633 #: cp/call.cc:10832
49634 #, gcc-internal-format
49635 msgid "%qD writing to an object with a deleted copy constructor"
49636 msgstr ""
49638 #: cp/call.cc:10843
49639 #, gcc-internal-format
49640 msgid "%qD copying an object of non-trivial type %#qT from an array of %#qT"
49641 msgstr ""
49643 #: cp/call.cc:10855
49644 #, gcc-internal-format
49645 msgid "%qD copying an object of type %#qT with %qs member %qD from an array of %#qT; use assignment or copy-initialization instead"
49646 msgstr ""
49648 #: cp/call.cc:10874
49649 #, gcc-internal-format
49650 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu bytes unchanged"
49651 msgstr ""
49653 #: cp/call.cc:10877
49654 #, gcc-internal-format
49655 msgid "%qD writing to an object of a non-trivial type %#qT leaves %wu byte unchanged"
49656 msgstr ""
49658 #: cp/call.cc:10887
49659 #, gcc-internal-format
49660 msgid "%qD moving an object of non-trivially copyable type %#qT; use %<new%> and %<delete%> instead"
49661 msgstr ""
49663 #: cp/call.cc:10890
49664 #, gcc-internal-format
49665 msgid "%qD moving an object of type %#qT with deleted copy constructor; use %<new%> and %<delete%> instead"
49666 msgstr ""
49668 #: cp/call.cc:10893
49669 #, gcc-internal-format
49670 msgid "%qD moving an object of type %#qT with deleted destructor"
49671 msgstr ""
49673 #: cp/call.cc:10902
49674 #, gcc-internal-format
49675 msgid "%qD moving an object of non-trivial type %#qT and size %E into a region of size %E"
49676 msgstr ""
49678 #: cp/call.cc:10924
49679 #, gcc-internal-format
49680 msgid "%#qT declared here"
49681 msgstr ""
49683 #: cp/call.cc:10978
49684 #, gcc-internal-format
49685 msgid "argument %u in call to function %qE has pointer to a non-trivially-copyable type (%qT)"
49686 msgstr ""
49688 #: cp/call.cc:11045
49689 #, gcc-internal-format
49690 msgid "constructor delegates to itself"
49691 msgstr ""
49693 #: cp/call.cc:11320 cp/typeck.cc:10277
49694 msgid "cannot convert %qH to %qI"
49695 msgstr ""
49697 #: cp/call.cc:11342
49698 #, gcc-internal-format
49699 msgid "no matching function for call to %<%T::operator %T(%A)%#V%>"
49700 msgstr ""
49702 #: cp/call.cc:11374
49703 #, gcc-internal-format
49704 msgid "no matching function for call to %<%T::%s%E(%A)%#V%>"
49705 msgstr ""
49707 #: cp/call.cc:11423
49708 #, gcc-internal-format
49709 msgid "call to non-function %qD"
49710 msgstr ""
49712 #: cp/call.cc:11461 cp/pt.cc:16913 cp/typeck.cc:3492
49713 #, gcc-internal-format
49714 msgid "cannot call constructor %<%T::%D%> directly"
49715 msgstr ""
49717 #: cp/call.cc:11463
49718 #, gcc-internal-format
49719 msgid "for a function-style cast, remove the redundant %<::%D%>"
49720 msgstr ""
49722 #: cp/call.cc:11651
49723 #, gcc-internal-format
49724 msgid "no matching function for call to %<%s(%A)%>"
49725 msgstr ""
49727 #: cp/call.cc:11654
49728 #, gcc-internal-format
49729 msgid "call of overloaded %<%s(%A)%> is ambiguous"
49730 msgstr ""
49732 #: cp/call.cc:11677
49733 #, gcc-internal-format
49734 msgid "pure virtual %q#D called from non-static data member initializer"
49735 msgstr ""
49737 #: cp/call.cc:11682
49738 #, gcc-internal-format
49739 msgid "pure virtual %q#D called from constructor"
49740 msgstr ""
49742 #: cp/call.cc:11683
49743 #, gcc-internal-format
49744 msgid "pure virtual %q#D called from destructor"
49745 msgstr ""
49747 #: cp/call.cc:11706
49748 #, gcc-internal-format
49749 msgid "cannot call member function %qD without object"
49750 msgstr ""
49752 #: cp/call.cc:12788
49753 #, gcc-internal-format
49754 msgid "passing %qT chooses %qT over %qT"
49755 msgstr ""
49757 #: cp/call.cc:12814
49758 #, gcc-internal-format
49759 msgid "C++20 says that these are ambiguous, even though the second is reversed:"
49760 msgstr ""
49762 #: cp/call.cc:12837
49763 #, gcc-internal-format
49764 msgid "try making the operator a %<const%> member function"
49765 msgstr ""
49767 #: cp/call.cc:12900
49768 #, gcc-internal-format
49769 msgid "choosing %qD over %qD"
49770 msgstr ""
49772 #: cp/call.cc:12901
49773 msgid "  for conversion from %qH to %qI"
49774 msgstr ""
49776 #: cp/call.cc:12904
49777 #, gcc-internal-format
49778 msgid "  because conversion sequence for the argument is better"
49779 msgstr ""
49781 #: cp/call.cc:13174
49782 #, gcc-internal-format
49783 msgid "default argument mismatch in overload resolution"
49784 msgstr ""
49786 #: cp/call.cc:13178
49787 #, gcc-internal-format
49788 msgid " candidate 1: %q#F"
49789 msgstr ""
49791 #: cp/call.cc:13180
49792 #, gcc-internal-format
49793 msgid " candidate 2: %q#F"
49794 msgstr ""
49796 #: cp/call.cc:13226
49797 #, gcc-internal-format
49798 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:"
49799 msgstr ""
49801 #: cp/call.cc:13627
49802 #, gcc-internal-format
49803 msgid "a temporary bound to %qD only persists until the constructor exits"
49804 msgstr ""
49806 #: cp/call.cc:13782
49807 msgid "invalid initialization of non-const reference of type %qH from an rvalue of type %qI"
49808 msgstr ""
49810 #: cp/call.cc:13786
49811 msgid "invalid initialization of reference of type %qH from expression of type %qI"
49812 msgstr ""
49814 #: cp/call.cc:14062
49815 #, gcc-internal-format
49816 msgid "possibly dangling reference to a temporary"
49817 msgstr ""
49819 #: cp/call.cc:14063
49820 #, gcc-internal-format
49821 msgid "the temporary was destroyed at the end of the full expression %qE"
49822 msgstr ""
49824 #: cp/class.cc:321
49825 #, gcc-internal-format
49826 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT because the base is virtual"
49827 msgstr ""
49829 #: cp/class.cc:325
49830 #, gcc-internal-format
49831 msgid "cannot convert from base class %qT to derived class %qT because the base is virtual"
49832 msgstr ""
49834 #: cp/class.cc:332
49835 #, gcc-internal-format
49836 msgid "cannot convert from pointer to base class %qT to pointer to derived class %qT via virtual base %qT"
49837 msgstr ""
49839 #: cp/class.cc:337
49840 #, gcc-internal-format
49841 msgid "cannot convert from base class %qT to derived class %qT via virtual base %qT"
49842 msgstr ""
49844 #: cp/class.cc:390
49845 #, gcc-internal-format
49846 msgid "cannot convert from %qT to base class %qT because %qT is incomplete"
49847 msgstr ""
49849 #: cp/class.cc:1209
49850 #, gcc-internal-format
49851 msgid "%q#D conflicts with version inherited from %qT"
49852 msgstr ""
49854 #: cp/class.cc:1212
49855 #, gcc-internal-format
49856 msgid "version inherited from %qT declared here"
49857 msgstr ""
49859 #: cp/class.cc:1231
49860 #, gcc-internal-format
49861 msgid "%q#D cannot be overloaded with %q#D"
49862 msgstr ""
49864 #: cp/class.cc:1233 cp/decl.cc:1870 cp/decl.cc:1882 cp/decl.cc:1907
49865 #: cp/decl.cc:1930 cp/name-lookup.cc:2720 cp/name-lookup.cc:3034
49866 #, gcc-internal-format
49867 msgid "previous declaration %q#D"
49868 msgstr ""
49870 #: cp/class.cc:1275
49871 #, gcc-internal-format
49872 msgid "conflicting access specifications for method %q+D, ignored"
49873 msgstr ""
49875 #: cp/class.cc:1278
49876 #, gcc-internal-format
49877 msgid "conflicting access specifications for field %qE, ignored"
49878 msgstr ""
49880 #: cp/class.cc:1381
49881 #, gcc-internal-format
49882 msgid "%qD invalid in %q#T because of local method %q#D with same name"
49883 msgstr ""
49885 #: cp/class.cc:1385
49886 #, gcc-internal-format
49887 msgid "local method %q#D declared here"
49888 msgstr ""
49890 #: cp/class.cc:1390
49891 #, gcc-internal-format
49892 msgid "%qD invalid in %q#T because of local member %q#D with same name"
49893 msgstr ""
49895 #: cp/class.cc:1394
49896 #, gcc-internal-format
49897 msgid "local member %q#D declared here"
49898 msgstr ""
49900 #: cp/class.cc:1465
49901 #, gcc-internal-format
49902 msgid "%qD inherits the %E ABI tag that %qT (used in its return type) has"
49903 msgstr ""
49905 #: cp/class.cc:1468 cp/class.cc:1475 cp/class.cc:1482 cp/class.cc:1494
49906 #: cp/cvt.cc:1102 rust/backend/rust-tree.cc:645
49907 #, gcc-internal-format
49908 msgid "%qT declared here"
49909 msgstr ""
49911 #: cp/class.cc:1473
49912 #, gcc-internal-format
49913 msgid "%qD inherits the %E ABI tag that %qT (used in its type) has"
49914 msgstr ""
49916 #: cp/class.cc:1480
49917 #, gcc-internal-format
49918 msgid "%qT does not have the %E ABI tag that base %qT has"
49919 msgstr ""
49921 #: cp/class.cc:1488
49922 #, gcc-internal-format
49923 msgid "%qT does not have the %E ABI tag that %qT (used in the type of %qD) has"
49924 msgstr ""
49926 #: cp/class.cc:1799
49927 #, gcc-internal-format
49928 msgid "cannot derive from %<final%> base %qT in derived type %qT"
49929 msgstr ""
49931 #: cp/class.cc:2273
49932 #, gcc-internal-format
49933 msgid "all member functions in class %qT are private"
49934 msgstr ""
49936 #: cp/class.cc:2285
49937 #, gcc-internal-format
49938 msgid "%q#T only defines a private destructor and has no friends"
49939 msgstr ""
49941 #: cp/class.cc:2328
49942 #, gcc-internal-format
49943 msgid "%q#T only defines private constructors and has no friends"
49944 msgstr ""
49946 #: cp/class.cc:2332
49947 #, gcc-internal-format
49948 msgid "%q#D is public, but requires an existing %q#T object"
49949 msgstr ""
49951 #: cp/class.cc:2622
49952 #, gcc-internal-format
49953 msgid "no unique final overrider for %qD in %qT"
49954 msgstr ""
49956 #: cp/class.cc:2982
49957 #, gcc-internal-format
49958 msgid "%qD can be marked override"
49959 msgstr ""
49961 #: cp/class.cc:2985
49962 #, gcc-internal-format
49963 msgid "%q+#D marked %<override%>, but does not override"
49964 msgstr ""
49966 #: cp/class.cc:3000
49967 #, gcc-internal-format
49968 msgid "%q+#D marked %<final%>, but is not virtual"
49969 msgstr ""
49971 #: cp/class.cc:3077
49972 #, gcc-internal-format
49973 msgid "%qD was hidden"
49974 msgstr ""
49976 #: cp/class.cc:3078
49977 #, gcc-internal-format
49978 msgid "  by %qD"
49979 msgstr ""
49981 #: cp/class.cc:3290
49982 #, gcc-internal-format
49983 msgid "the ellipsis in %qD is not inherited"
49984 msgstr ""
49986 #: cp/class.cc:3482
49987 #, gcc-internal-format
49988 msgid "bit-field %q#D with non-integral type %qT"
49989 msgstr ""
49991 #: cp/class.cc:3498
49992 #, gcc-internal-format
49993 msgid "bit-field %q+D width not an integer constant"
49994 msgstr ""
49996 #: cp/class.cc:3503
49997 #, gcc-internal-format
49998 msgid "negative width in bit-field %q+D"
49999 msgstr ""
50001 #: cp/class.cc:3508
50002 #, gcc-internal-format
50003 msgid "zero width for bit-field %q+D"
50004 msgstr ""
50006 #: cp/class.cc:3518
50007 #, gcc-internal-format
50008 msgid "width of %qD exceeds its type"
50009 msgstr ""
50011 #: cp/class.cc:3524
50012 #, gcc-internal-format
50013 msgid "%qD is too small to hold all values of %q#T"
50014 msgstr ""
50016 #: cp/class.cc:3585
50017 #, gcc-internal-format
50018 msgid "member %q+#D with constructor not allowed in union"
50019 msgstr ""
50021 #: cp/class.cc:3588
50022 #, gcc-internal-format
50023 msgid "member %q+#D with destructor not allowed in union"
50024 msgstr ""
50026 #: cp/class.cc:3590
50027 #, gcc-internal-format
50028 msgid "member %q+#D with copy assignment operator not allowed in union"
50029 msgstr ""
50031 #: cp/class.cc:3594
50032 #, gcc-internal-format
50033 msgid "unrestricted unions only available with %<-std=c++11%> or %<-std=gnu++11%>"
50034 msgstr ""
50036 #: cp/class.cc:3710
50037 #, gcc-internal-format
50038 msgid "in C++98 %q+D may not be static because it is a member of a union"
50039 msgstr ""
50041 #: cp/class.cc:3723
50042 #, gcc-internal-format
50043 msgid "non-static data member %q+D in a union may not have reference type %qT"
50044 msgstr ""
50046 #: cp/class.cc:3736
50047 #, gcc-internal-format
50048 msgid "data member %q+D invalidly declared function type"
50049 msgstr ""
50051 #: cp/class.cc:3742
50052 #, gcc-internal-format
50053 msgid "data member %q+D invalidly declared method type"
50054 msgstr ""
50056 #: cp/class.cc:3813
50057 #, gcc-internal-format
50058 msgid "ignoring packed attribute because of unpacked non-POD field %q#D"
50059 msgstr ""
50061 #: cp/class.cc:3865
50062 #, gcc-internal-format
50063 msgid "member %q+D cannot be declared as a %<mutable%> reference"
50064 msgstr ""
50066 #: cp/class.cc:3868
50067 #, gcc-internal-format
50068 msgid "member %q+D cannot be declared both %<const%> and %<mutable%>"
50069 msgstr ""
50071 #: cp/class.cc:3899
50072 #, gcc-internal-format
50073 msgid "multiple fields in union %qT initialized"
50074 msgstr ""
50076 #: cp/class.cc:3901
50077 #, gcc-internal-format
50078 msgid "initialized member %q+D declared here"
50079 msgstr ""
50081 #: cp/class.cc:3949
50082 #, gcc-internal-format
50083 msgid "field %q#D with same name as class"
50084 msgstr ""
50086 #: cp/class.cc:3977
50087 #, gcc-internal-format
50088 msgid "%q#T has pointer data members"
50089 msgstr ""
50091 #: cp/class.cc:3982
50092 #, gcc-internal-format
50093 msgid "  but does not declare %<%T(const %T&)%>"
50094 msgstr ""
50096 #: cp/class.cc:3984
50097 #, gcc-internal-format
50098 msgid "  or %<operator=(const %T&)%>"
50099 msgstr ""
50101 #: cp/class.cc:3988
50102 #, gcc-internal-format
50103 msgid "  but does not declare %<operator=(const %T&)%>"
50104 msgstr ""
50106 #: cp/class.cc:3990
50107 #, gcc-internal-format
50108 msgid "pointer member %q+D declared here"
50109 msgstr ""
50111 #: cp/class.cc:4447
50112 #, gcc-internal-format
50113 msgid "alignment of %qD increased in %<-fabi-version=9%> (GCC 5.2)"
50114 msgstr ""
50116 #: cp/class.cc:4450
50117 #, gcc-internal-format
50118 msgid "alignment of %qD will increase in %<-fabi-version=9%>"
50119 msgstr ""
50121 #: cp/class.cc:4778
50122 #, gcc-internal-format
50123 msgid "initializer specified for non-virtual method %q+D"
50124 msgstr ""
50126 #: cp/class.cc:4819
50127 #, gcc-internal-format
50128 msgid "no viable destructor for %qT"
50129 msgstr "nema održivog konstruktora za %qT"
50131 #: cp/class.cc:4821
50132 #, gcc-internal-format
50133 msgid "destructor for %qT is ambiguous"
50134 msgstr ""
50136 #: cp/class.cc:5287
50137 #, gcc-internal-format
50138 msgid "method overrides both %<transaction_pure%> and %qE methods"
50139 msgstr ""
50141 #: cp/class.cc:5308
50142 #, gcc-internal-format
50143 msgid "method declared %qE overriding %qE method"
50144 msgstr ""
50146 #: cp/class.cc:5932 cp/constexpr.cc:302
50147 #, gcc-internal-format
50148 msgid "enclosing class of %<constexpr%> non-static member function %q+#D is not a literal type"
50149 msgstr ""
50151 #: cp/class.cc:5958 rust/backend/rust-tree.cc:6024
50152 #, gcc-internal-format
50153 msgid "%q+T is not literal because:"
50154 msgstr ""
50156 #: cp/class.cc:5961 rust/backend/rust-tree.cc:6027
50157 #, gcc-internal-format
50158 msgid "  %qT is a closure type, which is only literal in C++17 and later"
50159 msgstr ""
50161 #: cp/class.cc:5964 rust/backend/rust-tree.cc:6035
50162 #, gcc-internal-format
50163 msgid "  %q+T has a non-trivial destructor"
50164 msgstr ""
50166 #: cp/class.cc:5967 rust/backend/rust-tree.cc:6032
50167 #, gcc-internal-format
50168 msgid "  %q+T does not have %<constexpr%> destructor"
50169 msgstr ""
50171 #: cp/class.cc:5975 rust/backend/rust-tree.cc:6040
50172 #, gcc-internal-format
50173 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"
50174 msgstr ""
50176 #: cp/class.cc:6008 rust/backend/rust-tree.cc:6072
50177 #, gcc-internal-format
50178 msgid "  base class %qT of %q+T is non-literal"
50179 msgstr ""
50181 #: cp/class.cc:6023 rust/backend/rust-tree.cc:6086
50182 #, gcc-internal-format
50183 msgid "  non-static data member %qD has non-literal type"
50184 msgstr ""
50186 #: cp/class.cc:6030 rust/backend/rust-tree.cc:6093
50187 #, gcc-internal-format
50188 msgid "  non-static data member %qD has volatile type"
50189 msgstr ""
50191 #: cp/class.cc:6163
50192 #, gcc-internal-format
50193 msgid "base class %q#T has accessible non-virtual destructor"
50194 msgstr ""
50196 #: cp/class.cc:6192
50197 #, gcc-internal-format
50198 msgid "non-static reference %q#D in class without a constructor"
50199 msgstr ""
50201 #: cp/class.cc:6198
50202 #, gcc-internal-format
50203 msgid "non-static const member %q#D in class without a constructor"
50204 msgstr ""
50206 #: cp/class.cc:6538
50207 #, gcc-internal-format
50208 msgid "offset of %qT base class for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC 12)"
50209 msgstr ""
50211 #: cp/class.cc:6542
50212 #, gcc-internal-format
50213 msgid "offset of %qD for %<-std=c++14%> and up changes in %<-fabi-version=17%> (GCC 12)"
50214 msgstr ""
50216 #: cp/class.cc:6582
50217 #, gcc-internal-format
50218 msgid "direct base %qT inaccessible in %qT due to ambiguity"
50219 msgstr ""
50221 #: cp/class.cc:6594
50222 #, gcc-internal-format
50223 msgid "virtual base %qT inaccessible in %qT due to ambiguity"
50224 msgstr ""
50226 #: cp/class.cc:6836
50227 #, gcc-internal-format
50228 msgid "offset of %qD is not ABI-compliant and may change in a future version of GCC"
50229 msgstr ""
50231 #: cp/class.cc:7031
50232 #, gcc-internal-format
50233 msgid "size of type %qT is too large (%qE bytes)"
50234 msgstr ""
50236 #: cp/class.cc:7317
50237 #, gcc-internal-format
50238 msgid "invalid use of %q#T with a zero-size array in %q#D"
50239 msgstr ""
50241 #: cp/class.cc:7319
50242 #, gcc-internal-format
50243 msgid "invalid use of %q#T with a flexible array member in %q#T"
50244 msgstr ""
50246 #: cp/class.cc:7324
50247 #, gcc-internal-format
50248 msgid "array member %q#D declared here"
50249 msgstr ""
50251 #: cp/class.cc:7352
50252 #, gcc-internal-format
50253 msgid "zero-size array member %qD not at end of %q#T"
50254 msgstr ""
50256 #: cp/class.cc:7354
50257 #, gcc-internal-format
50258 msgid "zero-size array member %qD in an otherwise empty %q#T"
50259 msgstr ""
50261 #: cp/class.cc:7363 cp/class.cc:7394
50262 #, gcc-internal-format
50263 msgid "in the definition of %q#T"
50264 msgstr ""
50266 #: cp/class.cc:7371
50267 #, gcc-internal-format
50268 msgid "flexible array member %qD not at end of %q#T"
50269 msgstr ""
50271 #: cp/class.cc:7373
50272 #, gcc-internal-format
50273 msgid "flexible array member %qD in an otherwise empty %q#T"
50274 msgstr ""
50276 #: cp/class.cc:7392
50277 #, gcc-internal-format
50278 msgid "next member %q#D declared here"
50279 msgstr ""
50281 #: cp/class.cc:7506 cp/decl.cc:17162 cp/parser.cc:26971
50282 #, gcc-internal-format
50283 msgid "redefinition of %q#T"
50284 msgstr ""
50286 #: cp/class.cc:7650
50287 #, gcc-internal-format
50288 msgid "%q#T has virtual functions and accessible non-virtual destructor"
50289 msgstr ""
50291 #: cp/class.cc:7678
50292 #, gcc-internal-format
50293 msgid "type transparent %q#T does not have any fields"
50294 msgstr ""
50296 #: cp/class.cc:7684
50297 #, gcc-internal-format
50298 msgid "type transparent class %qT has base classes"
50299 msgstr ""
50301 #: cp/class.cc:7688
50302 #, gcc-internal-format
50303 msgid "type transparent class %qT has virtual functions"
50304 msgstr ""
50306 #: cp/class.cc:7694
50307 #, gcc-internal-format
50308 msgid "type transparent %q#T cannot be made transparent because the type of the first field has a different ABI from the class overall"
50309 msgstr ""
50311 #: cp/class.cc:7843
50312 #, gcc-internal-format
50313 msgid "definition of %qD does not match %<#include <initializer_list>%>"
50314 msgstr ""
50316 #: cp/class.cc:7854
50317 #, gcc-internal-format
50318 msgid "trying to finish struct, but kicked out due to previous parse errors"
50319 msgstr ""
50321 #: cp/class.cc:8361
50322 #, gcc-internal-format
50323 msgid "language string %<\"%E\"%> not recognized"
50324 msgstr ""
50326 #: cp/class.cc:8451
50327 #, gcc-internal-format
50328 msgid "cannot resolve overloaded function %qD based on conversion to type %qT"
50329 msgstr ""
50331 #: cp/class.cc:8609
50332 #, gcc-internal-format
50333 msgid "no matches converting function %qD to type %q#T"
50334 msgstr ""
50336 #: cp/class.cc:8636
50337 #, gcc-internal-format
50338 msgid "converting overloaded function %qD to type %q#T is ambiguous"
50339 msgstr ""
50341 #: cp/class.cc:8663
50342 #, gcc-internal-format
50343 msgid "assuming pointer to member %qD"
50344 msgstr ""
50346 #: cp/class.cc:8666
50347 #, gcc-internal-format
50348 msgid "(a pointer to member can only be formed with %<&%E%>)"
50349 msgstr ""
50351 #: cp/class.cc:8744 cp/class.cc:8786
50352 #, gcc-internal-format
50353 msgid "not enough type information"
50354 msgstr ""
50356 #: cp/class.cc:8764
50357 #, gcc-internal-format
50358 msgid "cannot convert %qE from type %qT to type %qT"
50359 msgstr ""
50361 #: cp/class.cc:9072
50362 #, gcc-internal-format
50363 msgid "declaration of %q#D changes meaning of %qD"
50364 msgstr ""
50366 #: cp/class.cc:9075
50367 #, gcc-internal-format
50368 msgid "used here to mean %q#D"
50369 msgstr ""
50371 #: cp/constexpr.cc:112
50372 #, gcc-internal-format
50373 msgid "the type %qT of %<constexpr%> variable %qD is not literal"
50374 msgstr ""
50376 #: cp/constexpr.cc:123
50377 #, gcc-internal-format
50378 msgid "variable %qD of non-literal type %qT in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
50379 msgstr ""
50381 #: cp/constexpr.cc:136
50382 #, gcc-internal-format
50383 msgid "%<constexpr%> variable %qD has variably-modified type %qT"
50384 msgstr ""
50386 #: cp/constexpr.cc:236
50387 #, gcc-internal-format
50388 msgid "inherited constructor %qD is not %<constexpr%>"
50389 msgstr ""
50391 #. constexpr_fundef_p
50392 #: cp/constexpr.cc:250
50393 #, gcc-internal-format
50394 msgid "invalid type for parameter %d of %<constexpr%> function %q+#D"
50395 msgstr ""
50397 #: cp/constexpr.cc:263
50398 #, gcc-internal-format
50399 msgid "lambdas are implicitly %<constexpr%> only in C++17 and later"
50400 msgstr ""
50402 #: cp/constexpr.cc:272 cp/decl.cc:14256
50403 #, gcc-internal-format
50404 msgid "%<constexpr%> destructors only available with %<-std=c++20%> or %<-std=gnu++20%>"
50405 msgstr ""
50407 #. constexpr_fundef_p
50408 #: cp/constexpr.cc:286
50409 #, gcc-internal-format
50410 msgid "invalid return type %qT of %<constexpr%> function %q+D"
50411 msgstr ""
50413 #: cp/constexpr.cc:313
50414 #, gcc-internal-format
50415 msgid "%q#T has virtual base classes"
50416 msgstr ""
50418 #: cp/constexpr.cc:571
50419 #, gcc-internal-format
50420 msgid "%<constexpr%> constructor does not have empty body"
50421 msgstr ""
50423 #: cp/constexpr.cc:831
50424 #, gcc-internal-format
50425 msgid "%<constexpr%> constructor for union %qT must initialize exactly one non-static data member"
50426 msgstr ""
50428 #: cp/constexpr.cc:892
50429 #, gcc-internal-format
50430 msgid "member %qD must be initialized by mem-initializer in %<constexpr%> constructor"
50431 msgstr ""
50433 #: cp/constexpr.cc:955
50434 #, gcc-internal-format
50435 msgid "body of %<constexpr%> function %qD not a return-statement"
50436 msgstr ""
50438 #: cp/constexpr.cc:1083
50439 #, gcc-internal-format
50440 msgid "%qD is not usable as a %<constexpr%> function because:"
50441 msgstr ""
50443 #: cp/constexpr.cc:1534 cp/constexpr.cc:3141
50444 #: rust/backend/rust-constexpr.cc:3324 rust/backend/rust-constexpr.cc:3586
50445 #, gcc-internal-format
50446 msgid "%<constexpr%> call flows off the end of the function"
50447 msgstr ""
50449 #: cp/constexpr.cc:1536 cp/constexpr.cc:1635 cp/constexpr.cc:1644
50450 #: cp/constexpr.cc:3362 rust/backend/rust-constexpr.cc:3329
50451 #: rust/backend/rust-constexpr.cc:3339 rust/backend/rust-constexpr.cc:4320
50452 #, gcc-internal-format
50453 msgid "%q+E is not a constant expression"
50454 msgstr ""
50456 #: cp/constexpr.cc:1986
50457 #, gcc-internal-format
50458 msgid "the comparison reduces to %qE"
50459 msgstr ""
50461 #: cp/constexpr.cc:1989
50462 #, gcc-internal-format
50463 msgid "%qE evaluates to false"
50464 msgstr ""
50466 #: cp/constexpr.cc:2068
50467 #, gcc-internal-format
50468 msgid "failed %<assume%> attribute assumption"
50469 msgstr ""
50471 #: cp/constexpr.cc:2103 cp/constexpr.cc:9127
50472 #: rust/backend/rust-constexpr.cc:5754
50473 #, gcc-internal-format
50474 msgid "call to internal function %qE"
50475 msgstr ""
50477 #: cp/constexpr.cc:2157 rust/backend/rust-constexpr.cc:2613
50478 #, gcc-internal-format
50479 msgid "modifying a const object %qE is not allowed in a constant expression"
50480 msgstr ""
50482 #: cp/constexpr.cc:2159 rust/backend/rust-constexpr.cc:2616
50483 #, gcc-internal-format
50484 msgid "originally declared %<const%> here"
50485 msgstr ""
50487 #: cp/constexpr.cc:2384 cp/constexpr.cc:2439 cp/constexpr.cc:2471
50488 #: cp/constexpr.cc:2492
50489 #, gcc-internal-format
50490 msgid "reference %<dynamic_cast%> failed"
50491 msgstr ""
50493 #: cp/constexpr.cc:2385
50494 #, gcc-internal-format
50495 msgid "dynamic type %qT of its operand does not have a base class of type %qT"
50496 msgstr ""
50498 #: cp/constexpr.cc:2409
50499 #, gcc-internal-format
50500 msgid "virtual table pointer is used uninitialized"
50501 msgstr ""
50503 #: cp/constexpr.cc:2440 cp/constexpr.cc:2472
50504 #, gcc-internal-format
50505 msgid "static type %qT of its operand is a non-public base class of dynamic type %qT"
50506 msgstr ""
50508 #: cp/constexpr.cc:2494
50509 #, gcc-internal-format
50510 msgid "%qT is an ambiguous base class of dynamic type %qT of its operand"
50511 msgstr ""
50513 #: cp/constexpr.cc:2497
50514 #, gcc-internal-format
50515 msgid "dynamic type %qT of its operand does not have an unambiguous public base class %qT"
50516 msgstr ""
50518 #: cp/constexpr.cc:2574 cp/constexpr.cc:2848 cp/constexpr.cc:9159
50519 #: rust/backend/rust-constexpr.cc:5785
50520 #, gcc-internal-format
50521 msgid "call to non-%<constexpr%> function %qD"
50522 msgstr ""
50524 #. virtual_offset is only set for virtual bases, which make the
50525 #. class non-literal, so we don't need to handle it here.
50526 #: cp/constexpr.cc:2580
50527 #, gcc-internal-format
50528 msgid "calling constexpr member function %qD through virtual base subobject"
50529 msgstr ""
50531 #: cp/constexpr.cc:2696 rust/backend/rust-constexpr.cc:3384
50532 #, gcc-internal-format
50533 msgid "expression %qE does not designate a %<constexpr%> function"
50534 msgstr ""
50536 #: cp/constexpr.cc:2769
50537 #, gcc-internal-format
50538 msgid "array deallocation of object allocated with non-array allocation"
50539 msgstr ""
50541 #: cp/constexpr.cc:2773 cp/constexpr.cc:2795
50542 #, gcc-internal-format
50543 msgid "allocation performed here"
50544 msgstr ""
50546 #: cp/constexpr.cc:2791
50547 #, gcc-internal-format
50548 msgid "non-array deallocation of object allocated with array allocation"
50549 msgstr ""
50551 #: cp/constexpr.cc:2808
50552 #, gcc-internal-format
50553 msgid "deallocation of already deallocated storage"
50554 msgstr ""
50556 #: cp/constexpr.cc:2815
50557 #, gcc-internal-format
50558 msgid "deallocation of storage that was not previously allocated"
50559 msgstr ""
50561 #: cp/constexpr.cc:2929 rust/backend/rust-constexpr.cc:3439
50562 #, gcc-internal-format
50563 msgid "%qD called in a constant expression before its definition is complete"
50564 msgstr ""
50566 #: cp/constexpr.cc:2936
50567 #, gcc-internal-format
50568 msgid "%qD called in a constant expression"
50569 msgstr ""
50571 #: cp/constexpr.cc:2940 rust/backend/rust-constexpr.cc:3453
50572 #, gcc-internal-format
50573 msgid "%qD used before its definition"
50574 msgstr ""
50576 #: cp/constexpr.cc:3014 rust/backend/rust-constexpr.cc:3495
50577 #, gcc-internal-format
50578 msgid "call has circular dependency"
50579 msgstr ""
50581 #: cp/constexpr.cc:3025 rust/backend/rust-constexpr.cc:3506
50582 #, gcc-internal-format
50583 msgid "%<constexpr%> evaluation depth exceeds maximum of %d (use %<-fconstexpr-depth=%> to increase the maximum)"
50584 msgstr ""
50586 #: cp/constexpr.cc:3402
50587 #, gcc-internal-format
50588 msgid "right operand of shift expression %q+E is negative"
50589 msgstr ""
50591 #: cp/constexpr.cc:3409
50592 #, gcc-internal-format
50593 msgid "right operand of shift expression %q+E is greater than or equal to the precision %wu of the left operand"
50594 msgstr ""
50596 #: cp/constexpr.cc:3432
50597 #, gcc-internal-format
50598 msgid "left operand of shift expression %q+E is negative"
50599 msgstr ""
50601 #: cp/constexpr.cc:3451
50602 #, gcc-internal-format
50603 msgid "shift expression %q+E overflows"
50604 msgstr ""
50606 #: cp/constexpr.cc:3650
50607 #, gcc-internal-format
50608 msgid "arithmetic involving a null pointer in %qE"
50609 msgstr ""
50611 #: cp/constexpr.cc:4072 rust/backend/rust-constexpr.cc:4395
50612 #, gcc-internal-format
50613 msgid "array subscript value %qE is outside the bounds of array %qD of type %qT"
50614 msgstr ""
50616 #: cp/constexpr.cc:4075 rust/backend/rust-constexpr.cc:4400
50617 #, gcc-internal-format
50618 msgid "nonzero array subscript %qE is used with array %qD of type %qT with unknown bounds"
50619 msgstr ""
50621 #: cp/constexpr.cc:4080 rust/backend/rust-constexpr.cc:4407
50622 #, gcc-internal-format
50623 msgid "array subscript value %qE is outside the bounds of array type %qT"
50624 msgstr ""
50626 #: cp/constexpr.cc:4083 rust/backend/rust-constexpr.cc:4412
50627 #, gcc-internal-format
50628 msgid "nonzero array subscript %qE is used with array of type %qT with unknown bounds"
50629 msgstr ""
50631 #: cp/constexpr.cc:4268 rust/backend/rust-constexpr.cc:1664
50632 #, gcc-internal-format
50633 msgid "accessing uninitialized array element"
50634 msgstr ""
50636 #: cp/constexpr.cc:4323 rust/backend/rust-constexpr.cc:1721
50637 #, gcc-internal-format
50638 msgid "dereferencing a null pointer in %qE"
50639 msgstr ""
50641 #: cp/constexpr.cc:4342 cp/constexpr.cc:4442 cp/constexpr.cc:4454
50642 #: cp/constexpr.cc:6997 cp/constexpr.cc:7095 cp/constexpr.cc:9077
50643 #: rust/backend/rust-constexpr.cc:1735 rust/backend/rust-constexpr.cc:1980
50644 #: rust/backend/rust-constexpr.cc:2222 rust/backend/rust-constexpr.cc:4739
50645 #: rust/backend/rust-constexpr.cc:5708
50646 #, gcc-internal-format
50647 msgid "%qE is not a constant expression"
50648 msgstr ""
50650 #: cp/constexpr.cc:4350 rust/backend/rust-constexpr.cc:1741
50651 #, gcc-internal-format
50652 msgid "mutable %qD is not usable in a constant expression"
50653 msgstr ""
50655 #: cp/constexpr.cc:4380 cp/constexpr.cc:4402
50656 #: rust/backend/rust-constexpr.cc:1771 rust/backend/rust-constexpr.cc:1794
50657 #, gcc-internal-format
50658 msgid "accessing uninitialized member %qD"
50659 msgstr ""
50661 #: cp/constexpr.cc:4382 rust/backend/rust-constexpr.cc:1773
50662 #, gcc-internal-format
50663 msgid "accessing %qD member instead of initialized %qD member in constant expression"
50664 msgstr ""
50666 #: cp/constexpr.cc:4520
50667 #, gcc-internal-format
50668 msgid "%qs is not a constant expression because %qT is a union type"
50669 msgstr ""
50671 #: cp/constexpr.cc:4523
50672 #, gcc-internal-format
50673 msgid "%qs is not a constant expression because %qT contains a union type"
50674 msgstr ""
50676 #: cp/constexpr.cc:4534
50677 #, gcc-internal-format
50678 msgid "%qs is not a constant expression because %qT is a pointer type"
50679 msgstr ""
50681 #: cp/constexpr.cc:4537
50682 #, gcc-internal-format
50683 msgid "%qs is not a constant expression because %qT contains a pointer type"
50684 msgstr ""
50686 #: cp/constexpr.cc:4548
50687 #, gcc-internal-format
50688 msgid "%qs is not a constant expression because %qT is a reference type"
50689 msgstr ""
50691 #: cp/constexpr.cc:4551
50692 #, gcc-internal-format
50693 msgid "%qs is not a constant expression because %qT contains a reference type"
50694 msgstr ""
50696 #: cp/constexpr.cc:4562
50697 #, gcc-internal-format
50698 msgid "%qs is not a constant expression because %qT is a pointer to member type"
50699 msgstr ""
50701 #: cp/constexpr.cc:4566
50702 #, gcc-internal-format
50703 msgid "%qs is not a constant expression because %qT contains a pointer to member type"
50704 msgstr ""
50706 #: cp/constexpr.cc:4577
50707 #, gcc-internal-format
50708 msgid "%qs is not a constant expression because %qT is volatile"
50709 msgstr ""
50711 #: cp/constexpr.cc:4580
50712 #, gcc-internal-format
50713 msgid "%qs is not a constant expression because %qT contains a volatile subobject"
50714 msgstr ""
50716 #: cp/constexpr.cc:4733
50717 #, gcc-internal-format
50718 msgid "%qs cannot be constant evaluated on the target"
50719 msgstr ""
50721 #: cp/constexpr.cc:4742 cp/constexpr.cc:4752
50722 #, gcc-internal-format
50723 msgid "%qs cannot be constant evaluated because the type is too large"
50724 msgstr ""
50726 #: cp/constexpr.cc:4772
50727 #, gcc-internal-format
50728 msgid "%qs cannot be constant evaluated because the argument cannot be encoded"
50729 msgstr ""
50731 #: cp/constexpr.cc:4811
50732 #, gcc-internal-format
50733 msgid "%qs accessing uninitialized byte at offset %d"
50734 msgstr ""
50736 #: cp/constexpr.cc:4823
50737 #, gcc-internal-format
50738 msgid "%qs cannot be constant evaluated because the argument cannot be interpreted"
50739 msgstr ""
50741 #: cp/constexpr.cc:5632 cp/constexpr.cc:7723
50742 #: rust/backend/rust-constexpr.cc:872 rust/backend/rust-constexpr.cc:2492
50743 #, gcc-internal-format
50744 msgid "dereferencing a null pointer"
50745 msgstr ""
50747 #: cp/constexpr.cc:5652 rust/backend/rust-constexpr.cc:892
50748 #, gcc-internal-format
50749 msgid "accessing value of %qE through a %qT glvalue in a constant expression"
50750 msgstr ""
50752 #: cp/constexpr.cc:5698
50753 #, gcc-internal-format
50754 msgid "the content of uninitialized storage is not usable in a constant expression"
50755 msgstr ""
50757 #: cp/constexpr.cc:5700 cp/constexpr.cc:5707
50758 #, gcc-internal-format
50759 msgid "allocated here"
50760 msgstr ""
50762 #: cp/constexpr.cc:5705
50763 #, gcc-internal-format
50764 msgid "use of allocated storage after deallocation in a constant expression"
50765 msgstr ""
50767 #: cp/constexpr.cc:5710 rust/backend/rust-constexpr.cc:4037
50768 #, gcc-internal-format
50769 msgid "the value of %qD is not usable in a constant expression"
50770 msgstr ""
50772 #: cp/constexpr.cc:5718
50773 #, gcc-internal-format
50774 msgid "%qD used in its own initializer"
50775 msgstr ""
50777 #: cp/constexpr.cc:5723
50778 #, gcc-internal-format
50779 msgid "%q#D is not const"
50780 msgstr ""
50782 #: cp/constexpr.cc:5726
50783 #, gcc-internal-format
50784 msgid "%q#D is volatile"
50785 msgstr ""
50787 #: cp/constexpr.cc:5731 cp/constexpr.cc:5738
50788 #, gcc-internal-format
50789 msgid "%qD was not initialized with a constant expression"
50790 msgstr ""
50792 #: cp/constexpr.cc:5744
50793 #, gcc-internal-format
50794 msgid "%qD was not declared %<constexpr%>"
50795 msgstr ""
50797 #: cp/constexpr.cc:5747
50798 #, gcc-internal-format
50799 msgid "%qD does not have integral or enumeration type"
50800 msgstr ""
50802 #: cp/constexpr.cc:6016 rust/backend/rust-constexpr.cc:2751
50803 #, gcc-internal-format
50804 msgid "modification of %qE is not a constant expression"
50805 msgstr ""
50807 #: cp/constexpr.cc:6115
50808 #, gcc-internal-format
50809 msgid "change of the active member of a union from %qD to %qD"
50810 msgstr ""
50812 #: cp/constexpr.cc:6128 rust/backend/rust-constexpr.cc:2820
50813 #, gcc-internal-format
50814 msgid "change of the active member of a union from %qD to %qD during initialization"
50815 msgstr ""
50817 #: cp/constexpr.cc:6574 cp/constexpr.cc:8064 cp/constexpr.cc:8076
50818 #: rust/backend/rust-constexpr.cc:4664
50819 #, gcc-internal-format
50820 msgid "statement is not a constant expression"
50821 msgstr ""
50823 #: cp/constexpr.cc:6678 rust/backend/rust-constexpr.cc:4929
50824 #, gcc-internal-format
50825 msgid "%<constexpr%> loop iteration count exceeds limit of %d (use %<-fconstexpr-loop-limit=%> to increase the limit)"
50826 msgstr ""
50828 #: cp/constexpr.cc:6779 rust/backend/rust-constexpr.cc:996
50829 #, gcc-internal-format
50830 msgid "inline assembly is not a constant expression"
50831 msgstr ""
50833 #: cp/constexpr.cc:6781 rust/backend/rust-constexpr.cc:997
50834 #, gcc-internal-format
50835 msgid "only unevaluated inline assembly is allowed in a %<constexpr%> function in C++20"
50836 msgstr ""
50838 #: cp/constexpr.cc:6799
50839 #, gcc-internal-format
50840 msgid "use of %qD"
50841 msgstr ""
50843 #: cp/constexpr.cc:6803
50844 #, gcc-internal-format
50845 msgid "its value can vary between compiler versions or with different %<-mtune%> or %<-mcpu%> flags"
50846 msgstr ""
50848 #: cp/constexpr.cc:6805
50849 #, gcc-internal-format
50850 msgid "if this use is part of a public ABI, change it to instead use a constant variable you define"
50851 msgstr ""
50853 #: cp/constexpr.cc:6807
50854 #, gcc-internal-format, gfc-internal-format
50855 msgid "the default value for the current CPU tuning is %d bytes"
50856 msgstr ""
50858 #: cp/constexpr.cc:6809
50859 #, gcc-internal-format
50860 msgid "you can stabilize this value with %<--param hardware_destructive_interference_size=%d%>, or disable this warning with %<-Wno-interference-size%>"
50861 msgstr ""
50863 #: cp/constexpr.cc:6959
50864 #, gcc-internal-format
50865 msgid "value %qE of type %qT is not a constant expression"
50866 msgstr ""
50868 #: cp/constexpr.cc:6972
50869 #, gcc-internal-format
50870 msgid "%<constexpr%> evaluation operation count exceeds limit of %wd (use %<-fconstexpr-ops-limit=%> to increase the limit)"
50871 msgstr ""
50873 #: cp/constexpr.cc:7125
50874 #, gcc-internal-format
50875 msgid "control passes through definition of %qD with thread storage duration"
50876 msgstr ""
50878 #: cp/constexpr.cc:7128
50879 #, gcc-internal-format
50880 msgid "control passes through definition of %qD with static storage duration"
50881 msgstr ""
50883 #: cp/constexpr.cc:7193 cp/constexpr.cc:9791
50884 #: rust/backend/rust-constexpr.cc:2053 rust/backend/rust-constexpr.cc:6203
50885 #, gcc-internal-format
50886 msgid "temporary of non-literal type %qT in a constant expression"
50887 msgstr ""
50889 #: cp/constexpr.cc:7631 cp/constexpr.cc:9292
50890 #, gcc-internal-format
50891 msgid "%<reinterpret_cast%> is not a constant expression"
50892 msgstr ""
50894 #: cp/constexpr.cc:7659 rust/backend/rust-constexpr.cc:2459
50895 #, gcc-internal-format
50896 msgid "conversion from pointer type %qT to arithmetic type %qT in a constant expression"
50897 msgstr ""
50899 #: cp/constexpr.cc:7687 rust/backend/rust-constexpr.cc:2478
50900 #, gcc-internal-format
50901 msgid "cast from %qT is not allowed"
50902 msgstr ""
50904 #: cp/constexpr.cc:7700
50905 #, gcc-internal-format
50906 msgid "%qE is not a constant expression when the class %qT is still incomplete"
50907 msgstr ""
50909 #: cp/constexpr.cc:7734 rust/backend/rust-constexpr.cc:2504
50910 #, gcc-internal-format
50911 msgid "%<reinterpret_cast<%T>(%E)%> is not a constant expression"
50912 msgstr ""
50914 #: cp/constexpr.cc:7865 cp/constexpr.cc:9602 cp/constexpr.cc:10014
50915 #: rust/backend/rust-constexpr.cc:6096 rust/backend/rust-constexpr.cc:6412
50916 #, gcc-internal-format
50917 msgid "expression %qE is not a constant expression"
50918 msgstr ""
50920 #: cp/constexpr.cc:7910 cp/constexpr.cc:10055
50921 #, gcc-internal-format
50922 msgid "%<goto%> is not a constant expression"
50923 msgstr ""
50925 #: cp/constexpr.cc:7968
50926 #, gcc-internal-format
50927 msgid "contract predicate is false in constant expression"
50928 msgstr ""
50930 #: cp/constexpr.cc:7984
50931 #, gcc-internal-format
50932 msgid "unexpected template-id %qE"
50933 msgstr ""
50935 #: cp/constexpr.cc:7990 cp/constraint.cc:178 cp/constraint.cc:753
50936 #, gcc-internal-format
50937 msgid "function concept must be called"
50938 msgstr ""
50940 #: cp/constexpr.cc:8015
50941 #, gcc-internal-format
50942 msgid "address of a call to %qs is not a constant expression"
50943 msgstr ""
50945 #: cp/constexpr.cc:8079
50946 #, gcc-internal-format
50947 msgid "unexpected expression %qE of kind %s"
50948 msgstr ""
50950 #: cp/constexpr.cc:8338 rust/backend/rust-constexpr.cc:5154
50951 #, gcc-internal-format
50952 msgid "%qE is not a constant expression because it refers to mutable subobjects of %qT"
50953 msgstr ""
50955 #: cp/constexpr.cc:8346 rust/backend/rust-constexpr.cc:5163
50956 #, gcc-internal-format
50957 msgid "%qE is not a constant expression because it refers to an incompletely initialized variable"
50958 msgstr ""
50960 #: cp/constexpr.cc:8361 rust/backend/rust-constexpr.cc:5179
50961 #, gcc-internal-format
50962 msgid "%qE is not a constant expression because it refers to a result of %<operator new%>"
50963 msgstr ""
50965 #: cp/constexpr.cc:8372 rust/backend/rust-constexpr.cc:5191
50966 #, gcc-internal-format
50967 msgid "%qE is not a constant expression because allocated storage has not been deallocated"
50968 msgstr ""
50970 #: cp/constexpr.cc:8390 rust/backend/rust-constexpr.cc:5209
50971 #, gcc-internal-format
50972 msgid "immediate evaluation returns address of immediate function %qD"
50973 msgstr ""
50975 #: cp/constexpr.cc:9015 rust/backend/rust-constexpr.cc:5663
50976 #, gcc-internal-format
50977 msgid "lvalue-to-rvalue conversion of a volatile lvalue %qE with type %qT"
50978 msgstr ""
50980 #: cp/constexpr.cc:9257
50981 #, gcc-internal-format
50982 msgid "lambda capture of %qE is not a constant expression"
50983 msgstr ""
50985 #: cp/constexpr.cc:9260
50986 #, gcc-internal-format
50987 msgid "because it is used as a glvalue"
50988 msgstr ""
50990 #: cp/constexpr.cc:9316 rust/backend/rust-constexpr.cc:5889
50991 #, gcc-internal-format
50992 msgid "%<reinterpret_cast%> from integer to pointer"
50993 msgstr ""
50995 #: cp/constexpr.cc:9350 rust/backend/rust-constexpr.cc:5917
50996 #, gcc-internal-format
50997 msgid "address-of an object %qE with thread local or automatic storage is not a constant expression"
50998 msgstr ""
51000 #: cp/constexpr.cc:9389
51001 #, gcc-internal-format
51002 msgid "use of %<this%> in a constant expression"
51003 msgstr ""
51005 #: cp/constexpr.cc:9538
51006 #, gcc-internal-format
51007 msgid "lambda-expression is not a constant expression before C++17"
51008 msgstr ""
51010 #: cp/constexpr.cc:9550
51011 #, gcc-internal-format
51012 msgid "new-expression is not a constant expression before C++20"
51013 msgstr ""
51015 #: cp/constexpr.cc:9616
51016 #, gcc-internal-format
51017 msgid "virtual functions cannot be %<constexpr%> before C++20"
51018 msgstr ""
51020 #: cp/constexpr.cc:9632
51021 #, gcc-internal-format
51022 msgid "%<typeid%> is not a constant expression because %qE is of polymorphic type"
51023 msgstr ""
51025 #: cp/constexpr.cc:9695
51026 #, gcc-internal-format
51027 msgid "cast to non-integral type %qT in a constant expression"
51028 msgstr ""
51030 #: cp/constexpr.cc:9756
51031 #, gcc-internal-format
51032 msgid "%qD defined %<thread_local%> in %<constexpr%> context"
51033 msgstr ""
51035 #: cp/constexpr.cc:9764
51036 #, gcc-internal-format
51037 msgid "%qD defined %<static%> in %<constexpr%> context"
51038 msgstr ""
51040 #: cp/constexpr.cc:9841 rust/backend/rust-constexpr.cc:6248
51041 #, gcc-internal-format
51042 msgid "division by zero is not a constant expression"
51043 msgstr ""
51045 #: cp/constexpr.cc:9942 rust/backend/rust-constexpr.cc:6346
51046 #, gcc-internal-format
51047 msgid "%<delete[]%> is not a constant expression"
51048 msgstr ""
51050 #: cp/constexpr.cc:10011
51051 #, gcc-internal-format
51052 msgid "neither branch of %<if%> is a constant expression"
51053 msgstr ""
51055 #: cp/constexpr.cc:10024
51056 #, gcc-internal-format
51057 msgid "non-constant array initialization"
51058 msgstr ""
51060 #: cp/constexpr.cc:10072 rust/backend/rust-constexpr.cc:6424
51061 #, gcc-internal-format
51062 msgid "label definition in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
51063 msgstr ""
51065 #: cp/constexpr.cc:10103 rust/backend/rust-constexpr.cc:6435
51066 #, gcc-internal-format, gfc-internal-format
51067 msgid "unexpected AST of kind %s"
51068 msgstr ""
51070 #: cp/constraint.cc:166
51071 #, gcc-internal-format
51072 msgid "constraint expression does not have type %<bool%>"
51073 msgstr ""
51075 #: cp/constraint.cc:373
51076 #, gcc-internal-format
51077 msgid "function call of variable concept %qE"
51078 msgstr ""
51080 #: cp/constraint.cc:545
51081 #, gcc-internal-format
51082 msgid "MAP %qD TO %qT"
51083 msgstr ""
51085 #: cp/constraint.cc:547
51086 #, gcc-internal-format
51087 msgid "MAP %qD TO %qE"
51088 msgstr ""
51090 #: cp/constraint.cc:560
51091 #, gcc-internal-format
51092 msgid "argument %qT"
51093 msgstr ""
51095 #: cp/constraint.cc:562
51096 #, gcc-internal-format
51097 msgid "argument %qE"
51098 msgstr ""
51100 #: cp/constraint.cc:1225
51101 #, gcc-internal-format
51102 msgid "%qT does not match original declaration"
51103 msgstr ""
51105 #: cp/constraint.cc:1228
51106 #, gcc-internal-format
51107 msgid "original template declaration here"
51108 msgstr ""
51110 #: cp/constraint.cc:1428
51111 #, gcc-internal-format
51112 msgid "no matching concepts for %qE"
51113 msgstr ""
51115 #: cp/constraint.cc:1731
51116 #, gcc-internal-format
51117 msgid "%qE cannot be introduced with an ellipsis %<...%>"
51118 msgstr ""
51120 #: cp/constraint.cc:1732
51121 #, gcc-internal-format
51122 msgid "prototype declared here"
51123 msgstr ""
51125 #: cp/constraint.cc:1819
51126 #, gcc-internal-format
51127 msgid "all template parameters of %qD must be introduced"
51128 msgstr ""
51130 #: cp/constraint.cc:1847
51131 #, gcc-internal-format
51132 msgid "cannot deduce template parameters from introduction list"
51133 msgstr ""
51135 #: cp/constraint.cc:2011
51136 #, gcc-internal-format
51137 msgid "the required expression %qE is invalid, because"
51138 msgstr ""
51140 #: cp/constraint.cc:2018
51141 #, gcc-internal-format
51142 msgid "the required expression %qE is invalid"
51143 msgstr ""
51145 #. Replay the substitution error.
51146 #: cp/constraint.cc:2057
51147 #, gcc-internal-format
51148 msgid "the required type %qT is invalid, because"
51149 msgstr ""
51151 #: cp/constraint.cc:2061
51152 #, gcc-internal-format
51153 msgid "the required type %qT is invalid"
51154 msgstr ""
51156 #: cp/constraint.cc:2114 cp/constraint.cc:2187
51157 #, gcc-internal-format
51158 msgid "cannot convert %qE to %qT"
51159 msgstr ""
51161 #: cp/constraint.cc:2140
51162 #, gcc-internal-format
51163 msgid "%qE is not %<noexcept%>"
51164 msgstr ""
51166 #: cp/constraint.cc:2164
51167 #, gcc-internal-format
51168 msgid "%qE does not satisfy return-type-requirement, because"
51169 msgstr ""
51171 #: cp/constraint.cc:2171
51172 #, gcc-internal-format
51173 msgid "%qE does not satisfy return-type-requirement"
51174 msgstr "%qE ne zadovoljava ‘return-type-requirement’"
51176 #: cp/constraint.cc:2182
51177 #, gcc-internal-format
51178 msgid "cannot convert %qE to %qT because"
51179 msgstr ""
51181 #. Replay the substitution error.
51182 #: cp/constraint.cc:2214
51183 #, gcc-internal-format
51184 msgid "nested requirement %qE is not satisfied, because"
51185 msgstr ""
51187 #: cp/constraint.cc:2218
51188 #, gcc-internal-format
51189 msgid "nested requirement %qE is not satisfied"
51190 msgstr ""
51192 #: cp/constraint.cc:2711
51193 #, gcc-internal-format
51194 msgid "satisfaction of atomic constraint %qE depends on itself"
51195 msgstr ""
51197 #: cp/constraint.cc:2757
51198 #, gcc-internal-format
51199 msgid "satisfaction value of atomic constraint %qE changed from %qE to %qE"
51200 msgstr ""
51202 #: cp/constraint.cc:2760
51203 #, gcc-internal-format
51204 msgid "satisfaction value first evaluated to %qE from here"
51205 msgstr ""
51207 #: cp/constraint.cc:2877
51208 #, gcc-internal-format
51209 msgid "no operand of the disjunction is satisfied"
51210 msgstr ""
51212 #: cp/constraint.cc:2890
51213 #, gcc-internal-format
51214 msgid "the operand %qE is unsatisfied because"
51215 msgstr ""
51217 #: cp/constraint.cc:3532
51218 #, gcc-internal-format
51219 msgid "definition of concept %qD is empty"
51220 msgstr ""
51222 #: cp/constraint.cc:3535
51223 #, gcc-internal-format
51224 msgid "definition of concept %qD has multiple statements"
51225 msgstr ""
51227 #: cp/constraint.cc:3681
51228 #, gcc-internal-format
51229 msgid "  %qT is not nothrow copy assignable"
51230 msgstr "  %qT nije moguće dodijeliti kopiju pomoću ‘nothrow’"
51232 #: cp/constraint.cc:3684 cp/constraint.cc:3779
51233 #, gcc-internal-format
51234 msgid "  %qT is not nothrow default constructible"
51235 msgstr "  %qT se ne može sagraditi prema zadanim postavkama s ‘nothrow’"
51237 #: cp/constraint.cc:3687
51238 #, gcc-internal-format
51239 msgid "  %qT is not nothrow copy constructible"
51240 msgstr "  %qT se ne može konstruirati kopiranjem s ‘nothrow’"
51242 #: cp/constraint.cc:3690
51243 #, gcc-internal-format
51244 msgid "  %qT is not trivially copy assignable"
51245 msgstr ""
51247 #: cp/constraint.cc:3693 cp/constraint.cc:3773
51248 #, gcc-internal-format
51249 msgid "  %qT is not trivially default constructible"
51250 msgstr ""
51252 #: cp/constraint.cc:3696
51253 #, gcc-internal-format
51254 msgid "  %qT is not trivially copy constructible"
51255 msgstr ""
51257 #: cp/constraint.cc:3699
51258 #, gcc-internal-format
51259 msgid "  %qT is not trivially destructible"
51260 msgstr ""
51262 #: cp/constraint.cc:3702
51263 #, gcc-internal-format
51264 msgid "  %qT does not have a virtual destructor"
51265 msgstr ""
51267 #: cp/constraint.cc:3705
51268 #, gcc-internal-format
51269 msgid "  %qT is not an abstract class"
51270 msgstr ""
51272 #: cp/constraint.cc:3708
51273 #, gcc-internal-format
51274 msgid "  %qT is not a base of %qT"
51275 msgstr ""
51277 #: cp/constraint.cc:3711
51278 #, gcc-internal-format
51279 msgid "  %qT is not a class"
51280 msgstr ""
51282 #: cp/constraint.cc:3714
51283 #, gcc-internal-format
51284 msgid "  %qT is not an empty class"
51285 msgstr ""
51287 #: cp/constraint.cc:3717
51288 #, gcc-internal-format
51289 msgid "  %qT is not an enum"
51290 msgstr ""
51292 #: cp/constraint.cc:3720
51293 #, gcc-internal-format
51294 msgid "  %qT is not a final class"
51295 msgstr ""
51297 #: cp/constraint.cc:3723
51298 #, gcc-internal-format
51299 msgid "  %qT is not layout compatible with %qT"
51300 msgstr ""
51302 #: cp/constraint.cc:3726
51303 #, gcc-internal-format
51304 msgid "  %qT is not a literal type"
51305 msgstr ""
51307 #: cp/constraint.cc:3729
51308 #, gcc-internal-format
51309 msgid "  %qT is not pointer-interconvertible base of %qT"
51310 msgstr ""
51312 #: cp/constraint.cc:3733
51313 #, gcc-internal-format
51314 msgid "  %qT is not a POD type"
51315 msgstr ""
51317 #: cp/constraint.cc:3736
51318 #, gcc-internal-format
51319 msgid "  %qT is not a polymorphic type"
51320 msgstr ""
51322 #: cp/constraint.cc:3739
51323 #, gcc-internal-format
51324 msgid "  %qT is not the same as %qT"
51325 msgstr "  %qT nije ista vrsta kao %qT"
51327 #: cp/constraint.cc:3742
51328 #, gcc-internal-format
51329 msgid "  %qT is not an standard layout type"
51330 msgstr ""
51332 #: cp/constraint.cc:3745
51333 #, gcc-internal-format
51334 msgid "  %qT is not a trivial type"
51335 msgstr ""
51337 #: cp/constraint.cc:3748
51338 #, gcc-internal-format
51339 msgid "  %qT is not a union"
51340 msgstr ""
51342 #: cp/constraint.cc:3751
51343 #, gcc-internal-format
51344 msgid "  %qT is not an aggregate"
51345 msgstr "  %qT nije agregat"
51347 #: cp/constraint.cc:3754
51348 #, gcc-internal-format
51349 msgid "  %qT is not trivially copyable"
51350 msgstr "  %qT se ne može trivijalno kopirati"
51352 #: cp/constraint.cc:3757
51353 #, gcc-internal-format
51354 msgid "  %qT is not assignable from %qT"
51355 msgstr "  %qT se ne može dodijeliti iz %qT"
51357 #: cp/constraint.cc:3760
51358 #, gcc-internal-format
51359 msgid "  %qT is not trivially assignable from %qT"
51360 msgstr "  %qT se ne može trivijalno dodijeliti iz %qT"
51362 #: cp/constraint.cc:3763
51363 #, gcc-internal-format
51364 msgid "  %qT is not nothrow assignable from %qT"
51365 msgstr "  %qT se ne može dodijeliti s ‘nothrow’ od %qT"
51367 #: cp/constraint.cc:3767
51368 #, gcc-internal-format
51369 msgid "  %qT is not default constructible"
51370 msgstr "  %qT nema upotrebljiv zadani konstruktor"
51372 #: cp/constraint.cc:3769
51373 #, gcc-internal-format
51374 msgid "  %qT is not constructible from %qE"
51375 msgstr "  %qT se ne može konstruirati iz %qE"
51377 #: cp/constraint.cc:3775
51378 #, gcc-internal-format
51379 msgid "  %qT is not trivially constructible from %qE"
51380 msgstr "  %qT se ne može trivijalno konstruirati iz %qE"
51382 #: cp/constraint.cc:3781
51383 #, gcc-internal-format
51384 msgid "  %qT is not nothrow constructible from %qE"
51385 msgstr "  %qT se ne može izgraditi s ‘nothrow’ iz %qE"
51387 #: cp/constraint.cc:3784
51388 #, gcc-internal-format
51389 msgid "  %qT does not have unique object representations"
51390 msgstr ""
51392 #: cp/constraint.cc:3787
51393 #, gcc-internal-format
51394 msgid "  %qT is not convertible from %qE"
51395 msgstr "  %qT se ne može pretvoriti iz %qE"
51397 #: cp/constraint.cc:3790
51398 #, gcc-internal-format
51399 msgid "  %qT is not nothrow convertible from %qE"
51400 msgstr "  %qT se ne može pretvoriti s ‘nothrow’ iz %qE"
51402 #: cp/constraint.cc:3793
51403 #, gcc-internal-format
51404 msgid "  %qT is not a reference that binds to a temporary object of type %qT (direct-initialization)"
51405 msgstr ""
51407 #: cp/constraint.cc:3797
51408 #, gcc-internal-format
51409 msgid "  %qT is not a reference that binds to a temporary object of type %qT (copy-initialization)"
51410 msgstr ""
51412 #: cp/constraint.cc:3801
51413 #, gcc-internal-format
51414 msgid "  %qD is not deducible from %qT"
51415 msgstr "  %qD se ne može izvesti iz %qT"
51417 #: cp/constraint.cc:3828
51418 #, gcc-internal-format
51419 msgid "invalid constraints"
51420 msgstr ""
51422 #: cp/constraint.cc:3853
51423 #, gcc-internal-format
51424 msgid "constraint %qE has type %qT, not %<bool%>"
51425 msgstr ""
51427 #: cp/constraint.cc:3856
51428 #, gcc-internal-format
51429 msgid "the expression %qE evaluated to %<false%>"
51430 msgstr ""
51432 #: cp/constraint.cc:3907
51433 #, gcc-internal-format
51434 msgid "constraints not satisfied"
51435 msgstr ""
51437 #: cp/constraint.cc:3922
51438 #, gcc-internal-format
51439 msgid "set %qs to at least %d for more detail"
51440 msgstr ""
51442 #: cp/contracts.cc:183
51443 #, gcc-internal-format
51444 msgid "axiom contract semantic must be %<assume%> or %<ignore%>"
51445 msgstr ""
51447 #: cp/contracts.cc:186
51448 #, gcc-internal-format
51449 msgid "the %<audit%> semantic should be at least as strong as the %<default%> semantic"
51450 msgstr ""
51452 #: cp/contracts.cc:204
51453 #, gcc-internal-format, gfc-internal-format
51454 msgid "'%s' is not a valid explicit concrete semantic"
51455 msgstr ""
51457 #: cp/contracts.cc:344
51458 #, gcc-internal-format
51459 msgid "%<-fcontract-build-level=%> cannot be mixed with p1332/p1429"
51460 msgstr ""
51462 #: cp/contracts.cc:357
51463 #, gcc-internal-format
51464 msgid "%<-fcontract-build-level=%> must be off|default|audit"
51465 msgstr ""
51467 #: cp/contracts.cc:367
51468 #, gcc-internal-format
51469 msgid "%<-fcontract-assumption-mode=%> cannot be mixed with p1332/p1429"
51470 msgstr ""
51472 #: cp/contracts.cc:378
51473 #, gcc-internal-format
51474 msgid "%<-fcontract-assumption-mode=%> must be %<on%> or %<off%>"
51475 msgstr ""
51477 #: cp/contracts.cc:388
51478 #, gcc-internal-format
51479 msgid "%<-fcontract-continuation-mode=%> cannot be mixed with p1332/p1429"
51480 msgstr ""
51482 #: cp/contracts.cc:399
51483 #, gcc-internal-format
51484 msgid "%<-fcontract-continuation-mode=%> must be %<on%> or %<off%>"
51485 msgstr ""
51487 #: cp/contracts.cc:411
51488 #, gcc-internal-format
51489 msgid "%<-fcontract-role=%> must be in the form role:semantics"
51490 msgstr ""
51492 #: cp/contracts.cc:422 cp/contracts.cc:431
51493 #, gcc-internal-format
51494 msgid "%<-fcontract-role=%> semantics must include default,audit,axiom values"
51495 msgstr ""
51497 #: cp/contracts.cc:450
51498 #, gcc-internal-format
51499 msgid "%<-fcontract-role=%> cannot be mixed with std/p1429 contract flags"
51500 msgstr ""
51502 #. TODO: not enough space?
51503 #: cp/contracts.cc:464
51504 #, gcc-internal-format
51505 msgid "%<-fcontract-level=%> too many custom roles"
51506 msgstr ""
51508 #: cp/contracts.cc:476
51509 #, gcc-internal-format
51510 msgid "%<-fcontract-semantic=%> must be in the form level:semantic"
51511 msgstr ""
51513 #: cp/contracts.cc:482
51514 #, gcc-internal-format
51515 msgid "%<-fcontract-semantic=%> cannot be mixed with std/p1332 contract flags"
51516 msgstr ""
51518 #: cp/contracts.cc:490
51519 #, gcc-internal-format
51520 msgid "%<-fcontract-semantic=%> cannot find default role"
51521 msgstr ""
51523 #: cp/contracts.cc:506
51524 #, gcc-internal-format
51525 msgid "%<-fcontract-semantic=%> level must be default, audit, or axiom"
51526 msgstr ""
51528 #: cp/contracts.cc:643
51529 #, gcc-internal-format
51530 msgid "constructor does not return a value to test"
51531 msgstr ""
51533 #: cp/contracts.cc:645
51534 #, gcc-internal-format
51535 msgid "destructor does not return a value to test"
51536 msgstr ""
51538 #: cp/contracts.cc:646
51539 #, gcc-internal-format
51540 msgid "function does not return a value to test"
51541 msgstr ""
51543 #: cp/contracts.cc:1144
51544 #, gcc-internal-format
51545 msgid "mismatched contract attribute in declaration"
51546 msgstr ""
51548 #: cp/contracts.cc:1146 cp/contracts.cc:1177
51549 #, gcc-internal-format
51550 msgid "previous contract here"
51551 msgstr "prethodni kontrakt ovdje"
51553 #: cp/contracts.cc:1174
51554 #, gcc-internal-format
51555 msgid "mismatched contract condition in declaration"
51556 msgstr ""
51558 #: cp/contracts.cc:1217
51559 #, gcc-internal-format
51560 msgid "declaration has a different number of contracts than previously declared"
51561 msgstr ""
51563 #: cp/contracts.cc:1223
51564 #, gcc-internal-format
51565 msgid "original declaration with fewer contracts here"
51566 msgstr ""
51568 #: cp/contracts.cc:1960
51569 #, gcc-internal-format
51570 msgid "contracts must appertain to a function type"
51571 msgstr ""
51573 #: cp/contracts.cc:2173
51574 #, gcc-internal-format
51575 msgid "cannot add contracts after definition"
51576 msgstr ""
51578 #: cp/contracts.cc:2174
51579 #, gcc-internal-format
51580 msgid "original definition here"
51581 msgstr ""
51583 #: cp/contracts.cc:2182
51584 #, gcc-internal-format
51585 msgid "cannot add contracts to a virtual function"
51586 msgstr ""
51588 #: cp/contracts.cc:2183
51589 #, gcc-internal-format
51590 msgid "original declaration here"
51591 msgstr "originalna deklaracija ovdje"
51593 #: cp/contracts.cc:2193
51594 #, gcc-internal-format
51595 msgid "declaration adds contracts to %q#D"
51596 msgstr ""
51598 #: cp/coroutines.cc:303
51599 #, gcc-internal-format
51600 msgid "coroutines require a traits template; cannot find %<%E::%E%>"
51601 msgstr ""
51603 #: cp/coroutines.cc:305
51604 #, gcc-internal-format
51605 msgid "perhaps %<#include <coroutine>%> is missing"
51606 msgstr ""
51608 #: cp/coroutines.cc:360
51609 #, gcc-internal-format
51610 msgid "cannot instantiate %<coroutine traits%>"
51611 msgstr ""
51613 #: cp/coroutines.cc:382
51614 #, gcc-internal-format
51615 msgid "coroutines require a handle class template; cannot find %<%E::%E%>"
51616 msgstr ""
51618 #: cp/coroutines.cc:407
51619 #, gcc-internal-format
51620 msgid "cannot instantiate a %<coroutine handle%> for promise type %qT"
51621 msgstr ""
51623 #: cp/coroutines.cc:492
51624 #, gcc-internal-format
51625 msgid "unable to find the promise type for this coroutine"
51626 msgstr ""
51628 #: cp/coroutines.cc:511
51629 #, gcc-internal-format
51630 msgid "the coroutine promise type %qT declares both %<return_value%> and %<return_void%>"
51631 msgstr ""
51633 #: cp/coroutines.cc:515
51634 #, gcc-internal-format
51635 msgid "%<return_void%> declared here"
51636 msgstr ""
51638 #: cp/coroutines.cc:648 cp/coroutines.cc:726 cp/coroutines.cc:4314
51639 #, gcc-internal-format
51640 msgid "no member named %qE in %qT"
51641 msgstr ""
51643 #: cp/coroutines.cc:741
51644 #, gcc-internal-format
51645 msgid "%qs cannot be used outside a function"
51646 msgstr ""
51648 #. [basic.start.main] 3. The function main shall not be a coroutine.
51649 #: cp/coroutines.cc:749
51650 #, gcc-internal-format
51651 msgid "%qs cannot be used in the %<main%> function"
51652 msgstr ""
51654 #. [dcl.constexpr] 3.3 it shall not be a coroutine.
51655 #: cp/coroutines.cc:760
51656 #, gcc-internal-format
51657 msgid "%qs cannot be used in a %<constexpr%> function"
51658 msgstr ""
51660 #: cp/coroutines.cc:771
51661 #, gcc-internal-format
51662 msgid "%qs cannot be used in a function with a deduced return type"
51663 msgstr ""
51665 #: cp/coroutines.cc:782
51666 #, gcc-internal-format
51667 msgid "%qs cannot be used in a varargs function"
51668 msgstr ""
51670 #. [class.ctor] 7. a constructor shall not be a coroutine.
51671 #: cp/coroutines.cc:789
51672 #, gcc-internal-format
51673 msgid "%qs cannot be used in a constructor"
51674 msgstr ""
51676 #. [class.dtor] 21. a destructor shall not be a coroutine.
51677 #: cp/coroutines.cc:796
51678 #, gcc-internal-format
51679 msgid "%qs cannot be used in a destructor"
51680 msgstr ""
51682 #. TODO: record or extract positions of returns (and the first coro
51683 #. keyword) so that we can add notes to the diagnostic about where
51684 #. the bad keyword is and what made the function into a coro.
51685 #: cp/coroutines.cc:827
51686 #, gcc-internal-format
51687 msgid "a %<return%> statement is not allowed in coroutine; did you mean %<co_return%>?"
51688 msgstr ""
51690 #: cp/coroutines.cc:875
51691 #, gcc-internal-format
51692 msgid "the expression %qE is required to be non-throwing"
51693 msgstr ""
51695 #: cp/coroutines.cc:877
51696 #, gcc-internal-format
51697 msgid "must be declared with %<noexcept(true)%>"
51698 msgstr ""
51700 #: cp/coroutines.cc:962
51701 #, gcc-internal-format
51702 msgid "awaitable type %qT is not a structure"
51703 msgstr ""
51705 #: cp/coroutines.cc:1077
51706 #, gcc-internal-format
51707 msgid "%<await_suspend%> must return %<void%>, %<bool%> or a coroutine handle"
51708 msgstr ""
51710 #: cp/coroutines.cc:1391
51711 #, gcc-internal-format
51712 msgid "function declared %<noreturn%> has a %<co_return%> statement"
51713 msgstr ""
51715 #: cp/coroutines.cc:1429
51716 #, gcc-internal-format
51717 msgid "the align argument to %<__builtin_coro_promise%> must be a constant"
51718 msgstr ""
51720 #: cp/coroutines.cc:1439
51721 #, gcc-internal-format
51722 msgid "the direction argument to %<__builtin_coro_promise%> must be a constant"
51723 msgstr ""
51725 #: cp/coroutines.cc:1922
51726 #, gcc-internal-format
51727 msgid "no suspend point info for %qD"
51728 msgstr ""
51730 #: cp/coroutines.cc:2120 cp/coroutines.cc:4688
51731 #, gcc-internal-format
51732 msgid "%qE is provided by %qT but is not usable with the function signature %qD"
51733 msgstr ""
51735 #: cp/coroutines.cc:2570
51736 #, gcc-internal-format
51737 msgid "duplicate info for %qE"
51738 msgstr "dvostruke informacije za %qE"
51740 #: cp/coroutines.cc:3722
51741 #, gcc-internal-format
51742 msgid "await expressions are not permitted in handlers"
51743 msgstr "‘await’ izraz nije dopušten u rukovateljima (handlers)"
51745 #: cp/coroutines.cc:3954
51746 #, gcc-internal-format
51747 msgid "variable length arrays are not yet supported in coroutines"
51748 msgstr ""
51750 #: cp/coroutines.cc:4693
51751 #, gcc-internal-format
51752 msgid "%qE is provided by %qT but %qE is not marked %<throw()%> or %<noexcept%>"
51753 msgstr ""
51755 #: cp/coroutines.cc:4696
51756 #, gcc-internal-format
51757 msgid "%qE is marked %<throw()%> or %<noexcept%> but no usable %<get_return_object_on_allocation_failure%> is provided by %qT"
51758 msgstr ""
51760 #: cp/coroutines.cc:4725
51761 #, gcc-internal-format
51762 msgid "%qE is provided by %qT but %<std::nothrow%> cannot be found"
51763 msgstr ""
51765 #. We can't initialize a non-class return value from void.
51766 #: cp/coroutines.cc:5122
51767 #, gcc-internal-format
51768 msgid "cannot initialize a return object of type %qT with an rvalue of type %<void%>"
51769 msgstr ""
51771 #: cp/cp-gimplify.cc:176
51772 #, gcc-internal-format
51773 msgid "both branches of %<if%> statement marked as %qs"
51774 msgstr ""
51776 #: cp/cp-gimplify.cc:1054 cp/cp-gimplify.cc:1066
51777 #, gcc-internal-format
51778 msgid "taking address of an immediate function %qD"
51779 msgstr ""
51781 #: cp/cp-gimplify.cc:1657
51782 #, gcc-internal-format
51783 msgid "%<throw%> will always call %<terminate%>"
51784 msgstr ""
51786 #: cp/cp-gimplify.cc:1660
51787 #, gcc-internal-format
51788 msgid "in C++11 destructors default to %<noexcept%>"
51789 msgstr ""
51791 #: cp/cp-gimplify.cc:1672
51792 #, gcc-internal-format
51793 msgid "in C++11 this %<throw%> will call %<terminate%> because destructors default to %<noexcept%>"
51794 msgstr ""
51796 #: cp/cp-gimplify.cc:3233
51797 #, gcc-internal-format
51798 msgid "ignoring attribute %qE after earlier %qE"
51799 msgstr ""
51801 #: cp/cp-gimplify.cc:3275
51802 #, gcc-internal-format
51803 msgid "pack expansion of %qE attribute"
51804 msgstr ""
51806 #: cp/cp-gimplify.cc:3278
51807 #, gcc-internal-format
51808 msgid "use fold expression in the attribute argument instead"
51809 msgstr ""
51811 #: cp/cp-gimplify.cc:3317 cp/cp-gimplify.cc:3329 cp/decl.cc:4275
51812 #: cp/method.cc:978
51813 #, gcc-internal-format
51814 msgid "%qD is not a type"
51815 msgstr ""
51817 #: cp/cp-gimplify.cc:3335
51818 #, gcc-internal-format
51819 msgid "%qD is not a class type"
51820 msgstr ""
51822 #: cp/cp-gimplify.cc:3352
51823 #, gcc-internal-format
51824 msgid "%qD does not have %<const char *%> type"
51825 msgstr ""
51827 #: cp/cp-gimplify.cc:3362
51828 #, gcc-internal-format
51829 msgid "%qD does not have integral type"
51830 msgstr ""
51832 #: cp/cp-gimplify.cc:3374
51833 #, gcc-internal-format
51834 msgid "%<std::source_location::__impl%> does not contain only non-static data members %<_M_file_name%>, %<_M_function_name%>, %<_M_line%> and %<_M_column%>"
51835 msgstr ""
51837 #: cp/cvt.cc:92
51838 msgid "cannot convert from incomplete type %qH to %qI"
51839 msgstr ""
51841 #: cp/cvt.cc:102
51842 msgid "conversion of %qE from %qH to %qI is ambiguous"
51843 msgstr ""
51845 #: cp/cvt.cc:174 cp/cvt.cc:201 cp/cvt.cc:255
51846 msgid "cannot convert %qE from type %qH to type %qI"
51847 msgstr ""
51849 #: cp/cvt.cc:391
51850 #, gcc-internal-format
51851 msgid "initialization of volatile reference type %q#T from rvalue of type %qT"
51852 msgstr ""
51854 #: cp/cvt.cc:394
51855 #, gcc-internal-format
51856 msgid "conversion to volatile reference type %q#T from rvalue of type %qT"
51857 msgstr ""
51859 #: cp/cvt.cc:397
51860 #, gcc-internal-format
51861 msgid "initialization of non-const reference type %q#T from rvalue of type %qT"
51862 msgstr ""
51864 #: cp/cvt.cc:400
51865 #, gcc-internal-format
51866 msgid "conversion to non-const reference type %q#T from rvalue of type %qT"
51867 msgstr ""
51869 #: cp/cvt.cc:476
51870 msgid "conversion from %qH to %qI discards qualifiers"
51871 msgstr ""
51873 #: cp/cvt.cc:498 cp/typeck.cc:8710
51874 #, gcc-internal-format
51875 msgid "casting %qT to %qT does not dereference pointer"
51876 msgstr ""
51878 #: cp/cvt.cc:526
51879 msgid "cannot convert type %qH to type %qI"
51880 msgstr ""
51882 #: cp/cvt.cc:818
51883 #, gcc-internal-format
51884 msgid "conversion from %q#T to %q#T"
51885 msgstr ""
51887 #: cp/cvt.cc:836
51888 #, gcc-internal-format
51889 msgid "the result of the conversion is unspecified because %qE is outside the range of type %qT"
51890 msgstr ""
51892 #: cp/cvt.cc:847 cp/cvt.cc:902
51893 #, gcc-internal-format
51894 msgid "%q#T used where a %qT was expected"
51895 msgstr ""
51897 #: cp/cvt.cc:856
51898 #, gcc-internal-format
51899 msgid "could not convert %qE from %<void%> to %<bool%>"
51900 msgstr ""
51902 #: cp/cvt.cc:918
51903 #, gcc-internal-format
51904 msgid "%q#T used where a floating-point value was expected"
51905 msgstr ""
51907 #: cp/cvt.cc:976
51908 msgid "conversion from %qH to non-scalar type %qI requested"
51909 msgstr ""
51911 #: cp/cvt.cc:1072
51912 #, gcc-internal-format
51913 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>: %<%s%>"
51914 msgstr ""
51916 #: cp/cvt.cc:1074
51917 #, gcc-internal-format
51918 msgid "ignoring return value of %qD, declared with attribute %<nodiscard%>%s"
51919 msgstr ""
51921 #: cp/cvt.cc:1090
51922 #, gcc-internal-format
51923 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>: %<%s%>"
51924 msgstr ""
51926 #: cp/cvt.cc:1092
51927 #, gcc-internal-format
51928 msgid "ignoring returned value of type %qT, declared with attribute %<nodiscard%>%s"
51929 msgstr ""
51931 #: cp/cvt.cc:1114
51932 #, gcc-internal-format
51933 msgid "ignoring return value of %qD, declared with attribute %<warn_unused_result%>"
51934 msgstr ""
51936 #: cp/cvt.cc:1168
51937 #, gcc-internal-format
51938 msgid "pseudo-destructor is not called"
51939 msgstr ""
51941 #: cp/cvt.cc:1264 rust/backend/rust-tree.cc:341
51942 #, gcc-internal-format
51943 msgid "conversion to void will not access object of incomplete type %qT"
51944 msgstr ""
51946 #: cp/cvt.cc:1268 rust/backend/rust-tree.cc:347
51947 #, gcc-internal-format
51948 msgid "indirection will not access object of incomplete type %qT in second operand of conditional expression"
51949 msgstr ""
51951 #: cp/cvt.cc:1273 rust/backend/rust-tree.cc:354
51952 #, gcc-internal-format
51953 msgid "indirection will not access object of incomplete type %qT in third operand of conditional expression"
51954 msgstr ""
51956 #: cp/cvt.cc:1278 rust/backend/rust-tree.cc:361
51957 #, gcc-internal-format
51958 msgid "indirection will not access object of incomplete type %qT in right operand of comma operator"
51959 msgstr ""
51961 #: cp/cvt.cc:1283 rust/backend/rust-tree.cc:368
51962 #, gcc-internal-format
51963 msgid "indirection will not access object of incomplete type %qT in left operand of comma operator"
51964 msgstr ""
51966 #: cp/cvt.cc:1288 rust/backend/rust-tree.cc:375
51967 #, gcc-internal-format
51968 msgid "indirection will not access object of incomplete type %qT in statement"
51969 msgstr ""
51971 #: cp/cvt.cc:1292 rust/backend/rust-tree.cc:381
51972 #, gcc-internal-format
51973 msgid "indirection will not access object of incomplete type %qT in for increment expression"
51974 msgstr ""
51976 #: cp/cvt.cc:1308 rust/backend/rust-tree.cc:398
51977 #, gcc-internal-format
51978 msgid "conversion to void will not access object of type %qT"
51979 msgstr ""
51981 #: cp/cvt.cc:1312 rust/backend/rust-tree.cc:404
51982 #, gcc-internal-format
51983 msgid "implicit dereference will not access object of type %qT in second operand of conditional expression"
51984 msgstr ""
51986 #: cp/cvt.cc:1317 rust/backend/rust-tree.cc:411
51987 #, gcc-internal-format
51988 msgid "implicit dereference will not access object of type %qT in third operand of conditional expression"
51989 msgstr ""
51991 #: cp/cvt.cc:1322 rust/backend/rust-tree.cc:418
51992 #, gcc-internal-format
51993 msgid "implicit dereference will not access object of type %qT in right operand of comma operator"
51994 msgstr ""
51996 #: cp/cvt.cc:1327 rust/backend/rust-tree.cc:425
51997 #, gcc-internal-format
51998 msgid "implicit dereference will not access object of type %qT in left operand of comma operator"
51999 msgstr ""
52001 #: cp/cvt.cc:1332 rust/backend/rust-tree.cc:432
52002 #, gcc-internal-format
52003 msgid "implicit dereference will not access object of type %qT in statement"
52004 msgstr ""
52006 #: cp/cvt.cc:1336 rust/backend/rust-tree.cc:438
52007 #, gcc-internal-format
52008 msgid "implicit dereference will not access object of type %qT in for increment expression"
52009 msgstr ""
52011 #: cp/cvt.cc:1350 rust/backend/rust-tree.cc:452
52012 #, gcc-internal-format
52013 msgid "conversion to void will not access object of non-trivially-copyable type %qT"
52014 msgstr ""
52016 #: cp/cvt.cc:1355 rust/backend/rust-tree.cc:458
52017 #, gcc-internal-format
52018 msgid "indirection will not access object of non-trivially-copyable type %qT in second operand of conditional expression"
52019 msgstr ""
52021 #: cp/cvt.cc:1360 rust/backend/rust-tree.cc:465
52022 #, gcc-internal-format
52023 msgid "indirection will not access object of non-trivially-copyable type %qT in third operand of conditional expression"
52024 msgstr ""
52026 #: cp/cvt.cc:1365 rust/backend/rust-tree.cc:472
52027 #, gcc-internal-format
52028 msgid "indirection will not access object of non-trivially-copyable type %qT in right operand of comma operator"
52029 msgstr ""
52031 #: cp/cvt.cc:1370 rust/backend/rust-tree.cc:479
52032 #, gcc-internal-format
52033 msgid "indirection will not access object of non-trivially-copyable type %qT in left operand of comma operator"
52034 msgstr ""
52036 #: cp/cvt.cc:1375 rust/backend/rust-tree.cc:486
52037 #, gcc-internal-format
52038 msgid "indirection will not access object of non-trivially-copyable type %qT in statement"
52039 msgstr ""
52041 #: cp/cvt.cc:1380 rust/backend/rust-tree.cc:492
52042 #, gcc-internal-format
52043 msgid "indirection will not access object of non-trivially-copyable type %qT in for increment expression"
52044 msgstr ""
52046 #: cp/cvt.cc:1421 rust/backend/rust-tree.cc:533
52047 #, gcc-internal-format
52048 msgid "conversion to void will not access object %qE of incomplete type %qT"
52049 msgstr ""
52051 #: cp/cvt.cc:1425 rust/backend/rust-tree.cc:539
52052 #, gcc-internal-format
52053 msgid "variable %qE of incomplete type %qT will not be accessed in second operand of conditional expression"
52054 msgstr ""
52056 #: cp/cvt.cc:1430 rust/backend/rust-tree.cc:546
52057 #, gcc-internal-format
52058 msgid "variable %qE of incomplete type %qT will not be accessed in third operand of conditional expression"
52059 msgstr ""
52061 #: cp/cvt.cc:1435 rust/backend/rust-tree.cc:553
52062 #, gcc-internal-format
52063 msgid "variable %qE of incomplete type %qT will not be accessed in right operand of comma operator"
52064 msgstr ""
52066 #: cp/cvt.cc:1440 rust/backend/rust-tree.cc:559
52067 #, gcc-internal-format
52068 msgid "variable %qE of incomplete type %qT will not be accessed in left operand of comma operator"
52069 msgstr ""
52071 #: cp/cvt.cc:1445 rust/backend/rust-tree.cc:565
52072 #, gcc-internal-format
52073 msgid "variable %qE of incomplete type %qT will not be accessed in statement"
52074 msgstr ""
52076 #: cp/cvt.cc:1449 rust/backend/rust-tree.cc:571
52077 #, gcc-internal-format
52078 msgid "variable %qE of incomplete type %qT will not be accessed in for increment expression"
52079 msgstr ""
52081 #: cp/cvt.cc:1505
52082 #, gcc-internal-format
52083 msgid "conversion to void cannot resolve address of overloaded function"
52084 msgstr ""
52086 #: cp/cvt.cc:1509
52087 #, gcc-internal-format
52088 msgid "second operand of conditional expression cannot resolve address of overloaded function"
52089 msgstr ""
52091 #: cp/cvt.cc:1513
52092 #, gcc-internal-format
52093 msgid "third operand of conditional expression cannot resolve address of overloaded function"
52094 msgstr ""
52096 #: cp/cvt.cc:1517
52097 #, gcc-internal-format
52098 msgid "right operand of comma operator cannot resolve address of overloaded function"
52099 msgstr ""
52101 #: cp/cvt.cc:1521
52102 #, gcc-internal-format
52103 msgid "left operand of comma operator cannot resolve address of overloaded function"
52104 msgstr ""
52106 #: cp/cvt.cc:1525
52107 #, gcc-internal-format
52108 msgid "statement cannot resolve address of overloaded function"
52109 msgstr ""
52111 #: cp/cvt.cc:1529
52112 #, gcc-internal-format
52113 msgid "for increment expression cannot resolve address of overloaded function"
52114 msgstr ""
52116 #: cp/cvt.cc:1545
52117 #, gcc-internal-format
52118 msgid "second operand of conditional expression is a reference, not call, to function %qE"
52119 msgstr ""
52121 #: cp/cvt.cc:1550
52122 #, gcc-internal-format
52123 msgid "third operand of conditional expression is a reference, not call, to function %qE"
52124 msgstr ""
52126 #: cp/cvt.cc:1555
52127 #, gcc-internal-format
52128 msgid "right operand of comma operator is a reference, not call, to function %qE"
52129 msgstr ""
52131 #: cp/cvt.cc:1560
52132 #, gcc-internal-format
52133 msgid "left operand of comma operator is a reference, not call, to function %qE"
52134 msgstr ""
52136 #: cp/cvt.cc:1565
52137 #, gcc-internal-format
52138 msgid "statement is a reference, not call, to function %qE"
52139 msgstr ""
52141 #: cp/cvt.cc:1570
52142 #, gcc-internal-format
52143 msgid "for increment expression is a reference, not call, to function %qE"
52144 msgstr ""
52146 #: cp/cvt.cc:1599
52147 #, gcc-internal-format
52148 msgid "second operand of conditional expression has no effect"
52149 msgstr ""
52151 #: cp/cvt.cc:1604
52152 #, gcc-internal-format
52153 msgid "third operand of conditional expression has no effect"
52154 msgstr ""
52156 #: cp/cvt.cc:1609
52157 #, gcc-internal-format
52158 msgid "right operand of comma operator has no effect"
52159 msgstr ""
52161 #: cp/cvt.cc:1613
52162 #, gcc-internal-format
52163 msgid "left operand of comma operator has no effect"
52164 msgstr ""
52166 #: cp/cvt.cc:1617
52167 #, gcc-internal-format
52168 msgid "statement has no effect"
52169 msgstr ""
52171 #: cp/cvt.cc:1621
52172 #, gcc-internal-format
52173 msgid "for increment expression has no effect"
52174 msgstr ""
52176 #: cp/cvt.cc:1774
52177 #, gcc-internal-format
52178 msgid "converting NULL to non-pointer type"
52179 msgstr ""
52181 #: cp/cvt.cc:1892
52182 #, gcc-internal-format
52183 msgid "default type conversion cannot deduce template argument for %qD"
52184 msgstr ""
52186 #: cp/cvt.cc:1907
52187 #, gcc-internal-format
52188 msgid "ambiguous default type conversion from %qT"
52189 msgstr ""
52191 #: cp/cvt.cc:1910
52192 #, gcc-internal-format
52193 msgid "  candidate conversions include %qD and %qD"
52194 msgstr ""
52196 #: cp/cxx-pretty-print.cc:2295
52197 #, gcc-internal-format
52198 msgid "template-parameter-"
52199 msgstr ""
52201 #: cp/cxx-pretty-print.cc:2309
52202 #, gcc-internal-format
52203 msgid "requires"
52204 msgstr ""
52206 #: cp/cxx-pretty-print.cc:2818 cp/error.cc:397
52207 #, gcc-internal-format
52208 msgid "with"
52209 msgstr ""
52211 #: cp/decl.cc:692
52212 #, gcc-internal-format
52213 msgid "unused structured binding declaration"
52214 msgstr ""
52216 #: cp/decl.cc:695
52217 #, gcc-internal-format
52218 msgid "unused variable %qD"
52219 msgstr ""
52221 #: cp/decl.cc:705
52222 #, gcc-internal-format
52223 msgid "structured binding declaration set but not used"
52224 msgstr ""
52226 #: cp/decl.cc:860
52227 #, gcc-internal-format
52228 msgid "%qF declared %<static%> but never defined"
52229 msgstr ""
52231 #: cp/decl.cc:867
52232 #, gcc-internal-format
52233 msgid "odr-used inline variable %qD is not defined"
52234 msgstr ""
52236 #: cp/decl.cc:1280
52237 #, gcc-internal-format
52238 msgid "%qD was declared %<extern%> and later %<static%>"
52239 msgstr ""
52241 #: cp/decl.cc:1320
52242 #, gcc-internal-format
52243 msgid "declaration of %qF has a different exception specifier"
52244 msgstr ""
52246 #: cp/decl.cc:1334
52247 #, gcc-internal-format
52248 msgid "from previous declaration %qF"
52249 msgstr ""
52251 #: cp/decl.cc:1387
52252 #, gcc-internal-format
52253 msgid "redeclaration %qD differs in %qs from previous declaration"
52254 msgstr ""
52256 #: cp/decl.cc:1391 cp/decl.cc:16165
52257 #, gcc-internal-format
52258 msgid "previous declaration %qD"
52259 msgstr ""
52261 #: cp/decl.cc:1420
52262 #, gcc-internal-format
52263 msgid "cannot specialize concept %q#D"
52264 msgstr ""
52266 #: cp/decl.cc:1442
52267 #, gcc-internal-format
52268 msgid "redeclaration of %q#D may not have default arguments"
52269 msgstr ""
52271 #: cp/decl.cc:1471
52272 #, gcc-internal-format
52273 msgid "friend declaration of %q#D specifies default arguments and isn%'t the only declaration"
52274 msgstr ""
52276 #: cp/decl.cc:1474
52277 #, gcc-internal-format
52278 msgid "previous declaration of %q#D"
52279 msgstr ""
52281 #: cp/decl.cc:1523
52282 #, gcc-internal-format
52283 msgid "ambiguating new declaration %q+#D"
52284 msgstr ""
52286 #: cp/decl.cc:1525 cp/decl.cc:1946
52287 #, gcc-internal-format
52288 msgid "old declaration %q#D"
52289 msgstr ""
52291 #: cp/decl.cc:1565
52292 #, gcc-internal-format
52293 msgid "redefinition of default argument for %q+#D"
52294 msgstr ""
52296 #: cp/decl.cc:1567
52297 #, gcc-internal-format
52298 msgid "original definition appeared here"
52299 msgstr ""
52301 #: cp/decl.cc:1633
52302 #, gcc-internal-format
52303 msgid "built-in function %qD declared as non-function"
52304 msgstr ""
52306 #: cp/decl.cc:1646 cp/decl.cc:1772
52307 #, gcc-internal-format
52308 msgid "shadowing built-in function %q#D"
52309 msgstr ""
52311 #: cp/decl.cc:1647 cp/decl.cc:1773
52312 #, gcc-internal-format
52313 msgid "shadowing library function %q#D"
52314 msgstr ""
52316 #: cp/decl.cc:1655
52317 #, gcc-internal-format
52318 msgid "library function %q#D redeclared as non-function %q#D"
52319 msgstr ""
52321 #: cp/decl.cc:1659 cp/decl.cc:1720
52322 #, gcc-internal-format
52323 msgid "declaration of %q#D conflicts with built-in declaration %q#D"
52324 msgstr ""
52326 #: cp/decl.cc:1747
52327 #, gcc-internal-format
52328 msgid "definition of %q#D ambiguates built-in declaration %q#D"
52329 msgstr ""
52331 #: cp/decl.cc:1753 cp/decl.cc:1767
52332 #, gcc-internal-format
52333 msgid "new declaration %q#D ambiguates built-in declaration %q#D"
52334 msgstr ""
52336 #: cp/decl.cc:1757
52337 #, gcc-internal-format
52338 msgid "ignoring the %q#D declaration"
52339 msgstr ""
52341 #: cp/decl.cc:1861
52342 #, gcc-internal-format
52343 msgid "literal operator %q#D conflicts with raw literal operator"
52344 msgstr ""
52346 #: cp/decl.cc:1865
52347 #, gcc-internal-format
52348 msgid "raw literal operator %q#D conflicts with literal operator template"
52349 msgstr ""
52351 #: cp/decl.cc:1881
52352 #, gcc-internal-format
52353 msgid "%q#D redeclared as different kind of entity"
52354 msgstr ""
52356 #: cp/decl.cc:1905
52357 #, gcc-internal-format
52358 msgid "conflicting declaration of template %q#D"
52359 msgstr ""
52361 #: cp/decl.cc:1927
52362 #, gcc-internal-format
52363 msgid "conflicting declaration of C function %q#D"
52364 msgstr ""
52366 #: cp/decl.cc:1944
52367 #, gcc-internal-format
52368 msgid "ambiguating new declaration of %q#D"
52369 msgstr ""
52371 #: cp/decl.cc:1954
52372 #, gcc-internal-format
52373 msgid "conflicting declaration %q#D"
52374 msgstr ""
52376 #: cp/decl.cc:1956
52377 #, gcc-internal-format
52378 msgid "previous declaration as %q#D"
52379 msgstr ""
52381 #: cp/decl.cc:1966
52382 #, gcc-internal-format
52383 msgid "redeclaration of %<pragma omp declare reduction%>"
52384 msgstr ""
52386 #: cp/decl.cc:1968
52387 #, gcc-internal-format
52388 msgid "previous %<pragma omp declare reduction%> declaration"
52389 msgstr ""
52391 #: cp/decl.cc:2026
52392 #, gcc-internal-format
52393 msgid "%q#D previously defined here"
52394 msgstr ""
52396 #: cp/decl.cc:2027 cp/name-lookup.cc:3160 cp/name-lookup.cc:3189
52397 #: cp/name-lookup.cc:3213
52398 #, gcc-internal-format
52399 msgid "%q#D previously declared here"
52400 msgstr ""
52402 #: cp/decl.cc:2038
52403 #, gcc-internal-format
52404 msgid "prototype specified for %q#D"
52405 msgstr ""
52407 #: cp/decl.cc:2040
52408 #, gcc-internal-format
52409 msgid "previous non-prototype definition here"
52410 msgstr ""
52412 #: cp/decl.cc:2080
52413 #, gcc-internal-format
52414 msgid "conflicting declaration of %q#D with %qL linkage"
52415 msgstr ""
52417 #: cp/decl.cc:2083
52418 #, gcc-internal-format
52419 msgid "previous declaration with %qL linkage"
52420 msgstr ""
52422 #: cp/decl.cc:2132 cp/decl.cc:2142
52423 #, gcc-internal-format
52424 msgid "default argument given for parameter %d of %q#D"
52425 msgstr ""
52427 #: cp/decl.cc:2135 cp/decl.cc:2145
52428 #, gcc-internal-format
52429 msgid "previous specification in %q#D here"
52430 msgstr ""
52432 #: cp/decl.cc:2185
52433 #, gcc-internal-format
52434 msgid "declaration %qD conflicts with builtin"
52435 msgstr ""
52437 #: cp/decl.cc:2188
52438 #, gcc-internal-format
52439 msgid "declaration %qD conflicts with import"
52440 msgstr ""
52442 #: cp/decl.cc:2189
52443 #, gcc-internal-format
52444 msgid "import declared %q#D here"
52445 msgstr ""
52447 #: cp/decl.cc:2201
52448 #, gcc-internal-format
52449 msgid "conflicting exporting declaration %qD"
52450 msgstr ""
52452 #: cp/decl.cc:2202
52453 #, gcc-internal-format
52454 msgid "previous declaration %q#D here"
52455 msgstr ""
52457 #: cp/decl.cc:2229
52458 #, gcc-internal-format
52459 msgid "previous definition of %qD here"
52460 msgstr ""
52462 #: cp/decl.cc:2230
52463 #, gcc-internal-format
52464 msgid "previous declaration of %qD here"
52465 msgstr ""
52467 #: cp/decl.cc:2243
52468 #, gcc-internal-format
52469 msgid "function %qD declared %<[[noreturn]]%> but its first declaration was not"
52470 msgstr ""
52472 #: cp/decl.cc:2290
52473 #, gcc-internal-format
52474 msgid "redundant redeclaration of %qD in same scope"
52475 msgstr ""
52477 #: cp/decl.cc:2306
52478 #, gcc-internal-format
52479 msgid "deleted definition of %qD is not first declaration"
52480 msgstr ""
52482 #. From [temp.expl.spec]:
52484 #. If a template, a member template or the member of a class
52485 #. template is explicitly specialized then that
52486 #. specialization shall be declared before the first use of
52487 #. that specialization that would cause an implicit
52488 #. instantiation to take place, in every translation unit in
52489 #. which such a use occurs.
52490 #: cp/decl.cc:2804
52491 #, gcc-internal-format
52492 msgid "explicit specialization of %qD after first use"
52493 msgstr ""
52495 #: cp/decl.cc:2986
52496 #, gcc-internal-format
52497 msgid "%qD: visibility attribute ignored because it conflicts with previous declaration"
52498 msgstr ""
52500 #. Reject two definitions.
52501 #: cp/decl.cc:3250 cp/decl.cc:3279 cp/decl.cc:3321 cp/decl.cc:3338
52502 #: cp/decl.cc:3441
52503 #, gcc-internal-format
52504 msgid "redefinition of %q#D"
52505 msgstr ""
52507 #: cp/decl.cc:3266
52508 #, gcc-internal-format
52509 msgid "%qD conflicts with used function"
52510 msgstr ""
52512 #: cp/decl.cc:3276
52513 #, gcc-internal-format
52514 msgid "%q#D not declared in class"
52515 msgstr ""
52517 #: cp/decl.cc:3290 cp/decl.cc:3348
52518 #, gcc-internal-format
52519 msgid "%q+D redeclared inline with %<gnu_inline%> attribute"
52520 msgstr ""
52522 #: cp/decl.cc:3293 cp/decl.cc:3351
52523 #, gcc-internal-format
52524 msgid "%q+D redeclared inline without %<gnu_inline%> attribute"
52525 msgstr ""
52527 #: cp/decl.cc:3300 cp/decl.cc:3358
52528 #, gcc-internal-format
52529 msgid "deduction guide %q+D redeclared"
52530 msgstr ""
52532 #: cp/decl.cc:3307
52533 #, gcc-internal-format
52534 msgid "comparison operator %q+D defaulted after its first declaration"
52535 msgstr ""
52537 #. is_primary=
52538 #. is_partial=
52539 #. is_friend_decl=
52540 #: cp/decl.cc:3372
52541 #, gcc-internal-format
52542 msgid "redeclaration of friend %q#D may not have default template arguments"
52543 msgstr ""
52545 #: cp/decl.cc:3387
52546 #, gcc-internal-format
52547 msgid "thread-local declaration of %q#D follows non-thread-local declaration"
52548 msgstr ""
52550 #: cp/decl.cc:3390
52551 #, gcc-internal-format
52552 msgid "non-thread-local declaration of %q#D follows thread-local declaration"
52553 msgstr ""
52555 #: cp/decl.cc:3405 cp/decl.cc:3449 cp/name-lookup.cc:2715
52556 #: cp/name-lookup.cc:3187 cp/name-lookup.cc:3211
52557 #, gcc-internal-format
52558 msgid "redeclaration of %q#D"
52559 msgstr ""
52561 #: cp/decl.cc:3432
52562 #, gcc-internal-format
52563 msgid "redundant redeclaration of %<constexpr%> static data member %qD"
52564 msgstr ""
52566 #: cp/decl.cc:3500
52567 #, gcc-internal-format
52568 msgid "local label %qE conflicts with existing label"
52569 msgstr ""
52571 #: cp/decl.cc:3501
52572 #, gcc-internal-format
52573 msgid "previous label"
52574 msgstr ""
52576 #: cp/decl.cc:3591
52577 #, gcc-internal-format
52578 msgid "  from here"
52579 msgstr ""
52581 #: cp/decl.cc:3615 cp/decl.cc:3856
52582 #, gcc-internal-format
52583 msgid "  exits OpenMP structured block"
52584 msgstr ""
52586 #: cp/decl.cc:3643
52587 #, gcc-internal-format
52588 msgid "  crosses initialization of %q#D"
52589 msgstr ""
52591 #: cp/decl.cc:3646
52592 #, gcc-internal-format
52593 msgid "  enters scope of %q#D, which has non-trivial destructor"
52594 msgstr ""
52596 #: cp/decl.cc:3660 cp/decl.cc:3823
52597 #, gcc-internal-format
52598 msgid "  enters %<try%> block"
52599 msgstr ""
52601 #: cp/decl.cc:3666 cp/decl.cc:3805 cp/decl.cc:3825
52602 #, gcc-internal-format
52603 msgid "  enters %<catch%> block"
52604 msgstr ""
52606 #: cp/decl.cc:3672 cp/decl.cc:3839
52607 #, gcc-internal-format
52608 msgid "  enters OpenMP structured block"
52609 msgstr ""
52611 #: cp/decl.cc:3678 cp/decl.cc:3827
52612 #, gcc-internal-format
52613 msgid "  enters synchronized or atomic statement"
52614 msgstr ""
52616 #: cp/decl.cc:3684 cp/decl.cc:3833
52617 #, gcc-internal-format
52618 msgid "  enters statement expression"
52619 msgstr ""
52621 #: cp/decl.cc:3691 cp/decl.cc:3829
52622 #, gcc-internal-format
52623 msgid "  enters %<constexpr if%> statement"
52624 msgstr ""
52626 #: cp/decl.cc:3697 cp/decl.cc:3831
52627 #, gcc-internal-format
52628 msgid "  enters %<consteval if%> statement"
52629 msgstr ""
52631 #: cp/decl.cc:3812
52632 #, gcc-internal-format
52633 msgid "  skips initialization of %q#D"
52634 msgstr ""
52636 #: cp/decl.cc:3815
52637 #, gcc-internal-format
52638 msgid "  enters scope of %q#D which has non-trivial destructor"
52639 msgstr ""
52641 #: cp/decl.cc:4282 cp/parser.cc:7044
52642 #, gcc-internal-format
52643 msgid "%qD used without template arguments"
52644 msgstr ""
52646 #: cp/decl.cc:4288
52647 #, gcc-internal-format
52648 msgid "%qD is a function, not a type"
52649 msgstr ""
52651 #: cp/decl.cc:4299
52652 #, gcc-internal-format
52653 msgid "%q#T is not a class"
52654 msgstr ""
52656 #: cp/decl.cc:4338 cp/decl.cc:4439
52657 #, gcc-internal-format
52658 msgid "no class template named %q#T in %q#T"
52659 msgstr ""
52661 #: cp/decl.cc:4339
52662 #, gcc-internal-format
52663 msgid "no type named %q#T in %q#T"
52664 msgstr ""
52666 #: cp/decl.cc:4352
52667 #, gcc-internal-format
52668 msgid "lookup of %qT in %qT is ambiguous"
52669 msgstr ""
52671 #: cp/decl.cc:4361
52672 #, gcc-internal-format
52673 msgid "%<typename %T::%D%> names %q#T, which is not a class template"
52674 msgstr ""
52676 #: cp/decl.cc:4374
52677 #, gcc-internal-format
52678 msgid "%<typename %T::%D%> names %q#D, which is not a type"
52679 msgstr ""
52681 #: cp/decl.cc:4448
52682 #, gcc-internal-format
52683 msgid "template parameters do not match template %qD"
52684 msgstr ""
52686 #: cp/decl.cc:4805
52687 #, gcc-internal-format
52688 msgid "%<-faligned-new=%d%> is not a power of two"
52689 msgstr ""
52691 #: cp/decl.cc:4979
52692 #, gcc-internal-format
52693 msgid "%<--param destructive-interference-size=%d%> is less than %d"
52694 msgstr ""
52696 #: cp/decl.cc:4983
52697 #, gcc-internal-format
52698 msgid "%<--param destructive-interference-size=%d%> is less than %<--param l1-cache-line-size=%d%>"
52699 msgstr ""
52701 #: cp/decl.cc:4996
52702 #, gcc-internal-format
52703 msgid "%<--param constructive-interference-size=%d%> is less than %d"
52704 msgstr ""
52706 #: cp/decl.cc:5001
52707 #, gcc-internal-format
52708 msgid "%<--param constructive-interference-size=%d%> is greater than %<--param l1-cache-line-size=%d%>"
52709 msgstr ""
52711 #: cp/decl.cc:5327
52712 #, gcc-internal-format
52713 msgid "%q#D invalid; an anonymous union may only have public non-static data members"
52714 msgstr ""
52716 #: cp/decl.cc:5337 cp/parser.cc:23020
52717 #, gcc-internal-format
52718 msgid "this flexibility is deprecated and will be removed"
52719 msgstr ""
52721 #: cp/decl.cc:5366
52722 #, gcc-internal-format
52723 msgid "anonymous struct with base classes"
52724 msgstr ""
52726 #: cp/decl.cc:5378
52727 #, gcc-internal-format
52728 msgid "member %q+#D with constructor not allowed in anonymous aggregate"
52729 msgstr ""
52731 #: cp/decl.cc:5381
52732 #, gcc-internal-format
52733 msgid "member %q+#D with destructor not allowed in anonymous aggregate"
52734 msgstr ""
52736 #: cp/decl.cc:5384
52737 #, gcc-internal-format
52738 msgid "member %q+#D with copy assignment operator not allowed in anonymous aggregate"
52739 msgstr ""
52741 #: cp/decl.cc:5403
52742 #, gcc-internal-format
52743 msgid "attribute ignored in declaration of %q#T"
52744 msgstr ""
52746 #: cp/decl.cc:5406
52747 #, gcc-internal-format
52748 msgid "attribute for %q#T must follow the %qs keyword"
52749 msgstr ""
52751 #: cp/decl.cc:5448
52752 #, gcc-internal-format
52753 msgid "multiple types in one declaration"
52754 msgstr ""
52756 #: cp/decl.cc:5453
52757 #, gcc-internal-format
52758 msgid "redeclaration of C++ built-in type %qT"
52759 msgstr ""
52761 #: cp/decl.cc:5470
52762 #, gcc-internal-format
52763 msgid "%<auto%> can only be specified for variables or function declarations"
52764 msgstr ""
52766 #: cp/decl.cc:5503
52767 #, gcc-internal-format
52768 msgid "missing type-name in typedef-declaration"
52769 msgstr ""
52771 #: cp/decl.cc:5511
52772 #, gcc-internal-format
52773 msgid "ISO C++ prohibits anonymous structs"
52774 msgstr ""
52776 #: cp/decl.cc:5518
52777 #, gcc-internal-format
52778 msgid "%<inline%> can only be specified for functions"
52779 msgstr ""
52781 #: cp/decl.cc:5521
52782 #, gcc-internal-format
52783 msgid "%<virtual%> can only be specified for functions"
52784 msgstr ""
52786 #: cp/decl.cc:5526
52787 #, gcc-internal-format
52788 msgid "%<friend%> can only be specified inside a class"
52789 msgstr ""
52791 #: cp/decl.cc:5529
52792 #, gcc-internal-format
52793 msgid "%<explicit%> can only be specified for constructors"
52794 msgstr ""
52796 #: cp/decl.cc:5532
52797 #, gcc-internal-format
52798 msgid "a storage class can only be specified for objects and functions"
52799 msgstr ""
52801 #: cp/decl.cc:5536
52802 #, gcc-internal-format
52803 msgid "%<const%> can only be specified for objects and functions"
52804 msgstr ""
52806 #: cp/decl.cc:5540
52807 #, gcc-internal-format
52808 msgid "%<volatile%> can only be specified for objects and functions"
52809 msgstr ""
52811 #: cp/decl.cc:5544
52812 #, gcc-internal-format
52813 msgid "%<__restrict%> can only be specified for objects and functions"
52814 msgstr ""
52816 #: cp/decl.cc:5548
52817 #, gcc-internal-format
52818 msgid "%<__thread%> can only be specified for objects and functions"
52819 msgstr ""
52821 #: cp/decl.cc:5552
52822 #, gcc-internal-format
52823 msgid "%<typedef%> was ignored in this declaration"
52824 msgstr ""
52826 #: cp/decl.cc:5555 cp/decl.cc:5558 cp/decl.cc:5561
52827 #, gcc-internal-format
52828 msgid "%qs cannot be used for type declarations"
52829 msgstr ""
52831 #: cp/decl.cc:5583
52832 #, gcc-internal-format
52833 msgid "attribute ignored in explicit instantiation %q#T"
52834 msgstr ""
52836 #: cp/decl.cc:5586
52837 #, gcc-internal-format
52838 msgid "no attribute can be applied to an explicit instantiation"
52839 msgstr ""
52841 #: cp/decl.cc:5665
52842 #, gcc-internal-format
52843 msgid "ignoring attributes applied to class type %qT outside of definition"
52844 msgstr ""
52846 #. A template type parameter or other dependent type.
52847 #: cp/decl.cc:5669
52848 #, gcc-internal-format
52849 msgid "ignoring attributes applied to dependent type %qT without an associated declaration"
52850 msgstr ""
52852 #: cp/decl.cc:5735 cp/decl2.cc:1026
52853 #, gcc-internal-format
52854 msgid "typedef %qD is initialized (use %qs instead)"
52855 msgstr ""
52857 #: cp/decl.cc:5748
52858 #, gcc-internal-format
52859 msgid "declaration of %q#D has %<extern%> and is initialized"
52860 msgstr ""
52862 #: cp/decl.cc:5786
52863 #, gcc-internal-format
52864 msgid "definition of %q#D is marked %<dllimport%>"
52865 msgstr ""
52867 #: cp/decl.cc:5810
52868 #, gcc-internal-format
52869 msgid "%q+#D is not a static data member of %q#T"
52870 msgstr ""
52872 #: cp/decl.cc:5818
52873 #, gcc-internal-format
52874 msgid "non-member-template declaration of %qD"
52875 msgstr ""
52877 #: cp/decl.cc:5819
52878 #, gcc-internal-format
52879 msgid "does not match member template declaration here"
52880 msgstr ""
52882 #: cp/decl.cc:5831
52883 #, gcc-internal-format
52884 msgid "ISO C++ does not permit %<%T::%D%> to be defined as %<%T::%D%>"
52885 msgstr ""
52887 #: cp/decl.cc:5843
52888 #, gcc-internal-format
52889 msgid "duplicate initialization of %qD"
52890 msgstr ""
52892 #: cp/decl.cc:5893 cp/decl.cc:5897
52893 #, gcc-internal-format
52894 msgid "declaration of %q#D outside of class is not definition"
52895 msgstr ""
52897 #: cp/decl.cc:5915
52898 #, gcc-internal-format
52899 msgid "block-scope extern declaration %q#D not permitted in module purview"
52900 msgstr ""
52902 #: cp/decl.cc:5951
52903 #, gcc-internal-format
52904 msgid "%qD defined %<thread_local%> in %qs function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
52905 msgstr ""
52907 #: cp/decl.cc:5957
52908 #, gcc-internal-format
52909 msgid "%qD defined %<static%> in %qs function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
52910 msgstr ""
52912 #: cp/decl.cc:6022
52913 #, gcc-internal-format
52914 msgid "variable %q#D has initializer but incomplete type"
52915 msgstr ""
52917 #: cp/decl.cc:6028 cp/decl.cc:7347
52918 #, gcc-internal-format
52919 msgid "elements of array %q#D have incomplete type"
52920 msgstr ""
52922 #: cp/decl.cc:6038
52923 #, gcc-internal-format
52924 msgid "aggregate %q#D has incomplete type and cannot be defined"
52925 msgstr ""
52927 #: cp/decl.cc:6105
52928 #, gcc-internal-format
52929 msgid "%qD declared as reference but not initialized"
52930 msgstr ""
52932 #: cp/decl.cc:6188
52933 #, gcc-internal-format
52934 msgid "name used in a GNU-style designated initializer for an array"
52935 msgstr ""
52937 #: cp/decl.cc:6194
52938 #, gcc-internal-format
52939 msgid "name %qD used in a GNU-style designated initializer for an array"
52940 msgstr ""
52942 #: cp/decl.cc:6213
52943 #, gcc-internal-format
52944 msgid "non-trivial designated initializers not supported"
52945 msgstr ""
52947 #: cp/decl.cc:6217
52948 #, gcc-internal-format
52949 msgid "C99 designator %qE is not an integral constant-expression"
52950 msgstr ""
52952 #: cp/decl.cc:6278
52953 #, gcc-internal-format
52954 msgid "initializer fails to determine size of %qD"
52955 msgstr ""
52957 #: cp/decl.cc:6285
52958 #, gcc-internal-format
52959 msgid "array size missing in %qD"
52960 msgstr ""
52962 #: cp/decl.cc:6297
52963 #, gcc-internal-format
52964 msgid "zero-size array %qD"
52965 msgstr ""
52967 #: cp/decl.cc:6337
52968 #, gcc-internal-format
52969 msgid "storage size of %qD isn%'t known"
52970 msgstr ""
52972 #: cp/decl.cc:6362
52973 #, gcc-internal-format
52974 msgid "storage size of %qD isn%'t constant"
52975 msgstr ""
52977 #: cp/decl.cc:6445
52978 #, gcc-internal-format
52979 msgid "sorry: semantics of inline variable %q#D are wrong (you%'ll wind up with multiple copies)"
52980 msgstr ""
52982 #: cp/decl.cc:6449
52983 #, gcc-internal-format
52984 msgid "sorry: semantics of inline function static data %q#D are wrong (you%'ll wind up with multiple copies)"
52985 msgstr ""
52987 #: cp/decl.cc:6455
52988 #, gcc-internal-format
52989 msgid "you can work around this by removing the initializer"
52990 msgstr ""
52992 #: cp/decl.cc:6497 rust/backend/rust-tree.cc:3230
52993 #, gcc-internal-format
52994 msgid "uninitialized %<const %D%>"
52995 msgstr ""
52997 #: cp/decl.cc:6504 rust/backend/rust-tree.cc:3237
52998 #, gcc-internal-format
52999 msgid "uninitialized variable %qD in %<constexpr%> function"
53000 msgstr ""
53002 #: cp/decl.cc:6513 rust/backend/rust-tree.cc:3246
53003 #, gcc-internal-format
53004 msgid "uninitialized variable %qD in %<constexpr%> context"
53005 msgstr ""
53007 #: cp/decl.cc:6521
53008 #, gcc-internal-format
53009 msgid "%q#T has no user-provided default constructor"
53010 msgstr ""
53012 #: cp/decl.cc:6525
53013 #, gcc-internal-format
53014 msgid "constructor is not user-provided because it is explicitly defaulted in the class body"
53015 msgstr ""
53017 #: cp/decl.cc:6528
53018 #, gcc-internal-format
53019 msgid "and the implicitly-defined constructor does not initialize %q#D"
53020 msgstr ""
53022 #: cp/decl.cc:6720
53023 #, gcc-internal-format
53024 msgid "invalid type %qT as initializer for a vector of type %qT"
53025 msgstr ""
53027 #: cp/decl.cc:6792
53028 #, gcc-internal-format
53029 msgid "initializer for %qT must be brace-enclosed"
53030 msgstr ""
53032 #: cp/decl.cc:6836
53033 #, gcc-internal-format
53034 msgid "%<[%E] =%> used in a GNU-style designated initializer for class %qT"
53035 msgstr ""
53037 #: cp/decl.cc:6849
53038 #, gcc-internal-format
53039 msgid "%qT has no non-static data member named %qD"
53040 msgstr ""
53042 #: cp/decl.cc:6873
53043 #, gcc-internal-format
53044 msgid "%qD is not a direct member of %qT"
53045 msgstr ""
53047 #: cp/decl.cc:6928
53048 #, gcc-internal-format
53049 msgid "invalid initializer for %q#D"
53050 msgstr ""
53052 #: cp/decl.cc:6978
53053 #, gcc-internal-format
53054 msgid "C99 designator %qE outside aggregate initializer"
53055 msgstr ""
53057 #: cp/decl.cc:7017 cp/decl.cc:7305 cp/typeck2.cc:1613 cp/typeck2.cc:1943
53058 #: cp/typeck2.cc:1991 cp/typeck2.cc:2038
53059 #, gcc-internal-format
53060 msgid "too many initializers for %qT"
53061 msgstr ""
53063 #: cp/decl.cc:7059
53064 #, gcc-internal-format
53065 msgid "braces around scalar initializer for type %qT"
53066 msgstr ""
53068 #: cp/decl.cc:7069
53069 #, gcc-internal-format
53070 msgid "too many braces around scalar initializer for type %qT"
53071 msgstr ""
53073 #: cp/decl.cc:7202
53074 #, gcc-internal-format
53075 msgid "missing braces around initializer for %qT"
53076 msgstr ""
53078 #: cp/decl.cc:7335
53079 #, gcc-internal-format
53080 msgid "structured binding has incomplete type %qT"
53081 msgstr ""
53083 #: cp/decl.cc:7349
53084 #, gcc-internal-format
53085 msgid "elements of array %q#T have incomplete type"
53086 msgstr ""
53088 #: cp/decl.cc:7362
53089 #, gcc-internal-format
53090 msgid "variable-sized compound literal"
53091 msgstr ""
53093 #: cp/decl.cc:7418
53094 #, gcc-internal-format
53095 msgid "%q#D has incomplete type"
53096 msgstr ""
53098 #: cp/decl.cc:7439
53099 #, gcc-internal-format
53100 msgid "scalar object %qD requires one element in initializer"
53101 msgstr ""
53103 #: cp/decl.cc:7484
53104 #, gcc-internal-format
53105 msgid "in C++98 %qD must be initialized by constructor, not by %<{...}%>"
53106 msgstr ""
53108 #: cp/decl.cc:7627
53109 #, gcc-internal-format
53110 msgid "array %qD initialized by parenthesized string literal %qE"
53111 msgstr ""
53113 #: cp/decl.cc:7666
53114 #, gcc-internal-format
53115 msgid "initializer invalid for static member with constructor"
53116 msgstr ""
53118 #: cp/decl.cc:7668
53119 #, gcc-internal-format
53120 msgid "non-constant in-class initialization invalid for static member %qD"
53121 msgstr ""
53123 #: cp/decl.cc:7671
53124 #, gcc-internal-format
53125 msgid "non-constant in-class initialization invalid for non-inline static member %qD"
53126 msgstr ""
53128 #: cp/decl.cc:7676
53129 #, gcc-internal-format
53130 msgid "(an out of class initialization is required)"
53131 msgstr ""
53133 #: cp/decl.cc:7878
53134 #, gcc-internal-format
53135 msgid "reference %qD is initialized with itself"
53136 msgstr ""
53138 #: cp/decl.cc:8135
53139 #, gcc-internal-format
53140 msgid "could not find variant declaration"
53141 msgstr ""
53143 #: cp/decl.cc:8159
53144 #, gcc-internal-format
53145 msgid "%<declare variant%> on constructor %qD"
53146 msgstr ""
53148 #: cp/decl.cc:8164
53149 #, gcc-internal-format
53150 msgid "%<declare variant%> on destructor %qD"
53151 msgstr ""
53153 #: cp/decl.cc:8169
53154 #, gcc-internal-format
53155 msgid "%<declare variant%> on defaulted %qD"
53156 msgstr ""
53158 #: cp/decl.cc:8174
53159 #, gcc-internal-format
53160 msgid "%<declare variant%> on deleted %qD"
53161 msgstr ""
53163 #: cp/decl.cc:8179
53164 #, gcc-internal-format
53165 msgid "%<declare variant%> on virtual %qD"
53166 msgstr ""
53168 #: cp/decl.cc:8229
53169 #, gcc-internal-format
53170 msgid "assignment (not initialization) in declaration"
53171 msgstr ""
53173 #: cp/decl.cc:8250 cp/decl.cc:14808
53174 #, gcc-internal-format
53175 msgid "ISO C++17 does not allow %<register%> storage class specifier"
53176 msgstr ""
53178 #: cp/decl.cc:8254 cp/decl.cc:14812
53179 #, gcc-internal-format
53180 msgid "%<register%> storage class specifier used"
53181 msgstr ""
53183 #: cp/decl.cc:8299 cp/decl.cc:14775
53184 #, gcc-internal-format
53185 msgid "declaration of %q#D has no initializer"
53186 msgstr ""
53188 #: cp/decl.cc:8335
53189 #, gcc-internal-format
53190 msgid "initializer for %<decltype(auto) %D%> has function type; did you forget the %<()%>?"
53191 msgstr ""
53193 #: cp/decl.cc:8346
53194 #, gcc-internal-format
53195 msgid "deduced type %qT for %qD is incomplete"
53196 msgstr ""
53198 #: cp/decl.cc:8476
53199 #, gcc-internal-format
53200 msgid "variable concept has no initializer"
53201 msgstr ""
53203 #: cp/decl.cc:8535
53204 #, gcc-internal-format
53205 msgid "shadowing previous type declaration of %q#D"
53206 msgstr ""
53208 #: cp/decl.cc:8578
53209 #, gcc-internal-format
53210 msgid "%<constinit%> can only be applied to a variable with static or thread storage duration"
53211 msgstr ""
53213 #: cp/decl.cc:8770
53214 #, gcc-internal-format
53215 msgid "function %q#D is initialized like a variable"
53216 msgstr ""
53218 #: cp/decl.cc:8881
53219 #, gcc-internal-format
53220 msgid "cannot decompose class type %qT because it has an anonymous struct member"
53221 msgstr ""
53223 #: cp/decl.cc:8884
53224 #, gcc-internal-format
53225 msgid "cannot decompose class type %qT because it has an anonymous union member"
53226 msgstr ""
53228 #: cp/decl.cc:8891
53229 #, gcc-internal-format
53230 msgid "cannot decompose inaccessible member %qD of %qT"
53231 msgstr ""
53233 #: cp/decl.cc:8917
53234 #, gcc-internal-format
53235 msgid "cannot decompose class type %qT: both it and its base class %qT have non-static data members"
53236 msgstr ""
53238 #: cp/decl.cc:8926
53239 #, gcc-internal-format
53240 msgid "cannot decompose class type %qT: its base classes %qT and %qT have non-static data members"
53241 msgstr ""
53243 #: cp/decl.cc:9136
53244 #, gcc-internal-format
53245 msgid "structured binding refers to incomplete type %qT"
53246 msgstr ""
53248 #: cp/decl.cc:9152
53249 #, gcc-internal-format
53250 msgid "cannot decompose variable length array %qT"
53251 msgstr ""
53253 #: cp/decl.cc:9161 cp/decl.cc:9240
53254 #, gcc-internal-format, gfc-internal-format
53255 msgid "%u name provided for structured binding"
53256 msgid_plural "%u names provided for structured binding"
53257 msgstr[0] ""
53258 msgstr[1] ""
53259 msgstr[2] ""
53261 #: cp/decl.cc:9165
53262 #, gcc-internal-format, gfc-internal-format
53263 msgid "only %u name provided for structured binding"
53264 msgid_plural "only %u names provided for structured binding"
53265 msgstr[0] ""
53266 msgstr[1] ""
53267 msgstr[2] ""
53269 #: cp/decl.cc:9168
53270 #, gcc-internal-format
53271 msgid "while %qT decomposes into %wu element"
53272 msgid_plural "while %qT decomposes into %wu elements"
53273 msgstr[0] ""
53274 msgstr[1] ""
53275 msgstr[2] ""
53277 #: cp/decl.cc:9209
53278 #, gcc-internal-format
53279 msgid "cannot decompose variable length vector %qT"
53280 msgstr ""
53282 #: cp/decl.cc:9233
53283 #, gcc-internal-format
53284 msgid "%<std::tuple_size<%T>::value%> is not an integral constant expression"
53285 msgstr ""
53287 #: cp/decl.cc:9242
53288 #, gcc-internal-format
53289 msgid "while %qT decomposes into %E elements"
53290 msgstr ""
53292 #: cp/decl.cc:9263
53293 #, gcc-internal-format
53294 msgid "%<std::tuple_element<%u, %T>::type%> is %<void%>"
53295 msgstr ""
53297 #: cp/decl.cc:9269
53298 #, gcc-internal-format
53299 msgid "in initialization of structured binding variable %qD"
53300 msgstr ""
53302 #: cp/decl.cc:9298
53303 #, gcc-internal-format
53304 msgid "cannot decompose union type %qT"
53305 msgstr ""
53307 #: cp/decl.cc:9303
53308 #, gcc-internal-format
53309 msgid "cannot decompose non-array non-class type %qT"
53310 msgstr ""
53312 #: cp/decl.cc:9308
53313 #, gcc-internal-format
53314 msgid "cannot decompose lambda closure type %qT"
53315 msgstr ""
53317 #: cp/decl.cc:9314
53318 #, gcc-internal-format
53319 msgid "structured binding refers to incomplete class type %qT"
53320 msgstr ""
53322 #: cp/decl.cc:9323
53323 #, gcc-internal-format
53324 msgid "cannot decompose class type %qT without non-static data members"
53325 msgstr ""
53327 #: cp/decl.cc:9790
53328 #, gcc-internal-format
53329 msgid "non-local variable %qD declared %<__thread%> needs dynamic initialization"
53330 msgstr ""
53332 #: cp/decl.cc:9793
53333 #, gcc-internal-format
53334 msgid "non-local variable %qD declared %<__thread%> has a non-trivial destructor"
53335 msgstr ""
53337 #: cp/decl.cc:9798
53338 #, gcc-internal-format
53339 msgid "C++11 %<thread_local%> allows dynamic initialization and destruction"
53340 msgstr ""
53342 #: cp/decl.cc:10017
53343 #, gcc-internal-format
53344 msgid "initializer fails to determine size of %qT"
53345 msgstr ""
53347 #: cp/decl.cc:10021
53348 #, gcc-internal-format
53349 msgid "array size missing in %qT"
53350 msgstr ""
53352 #: cp/decl.cc:10024
53353 #, gcc-internal-format
53354 msgid "zero-size array %qT"
53355 msgstr ""
53357 #: cp/decl.cc:10040
53358 #, gcc-internal-format
53359 msgid "destructor for alien class %qT cannot be a member"
53360 msgstr ""
53362 #: cp/decl.cc:10042
53363 #, gcc-internal-format
53364 msgid "constructor for alien class %qT cannot be a member"
53365 msgstr ""
53367 #: cp/decl.cc:10068
53368 #, gcc-internal-format
53369 msgid "%qD declared as a %<virtual%> variable"
53370 msgstr ""
53372 #: cp/decl.cc:10070
53373 #, gcc-internal-format
53374 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in variable declaration"
53375 msgstr ""
53377 #: cp/decl.cc:10076
53378 #, gcc-internal-format
53379 msgid "%qD declared as a %<virtual%> parameter"
53380 msgstr ""
53382 #: cp/decl.cc:10079
53383 #, gcc-internal-format
53384 msgid "%qD declared as an %<inline%> parameter"
53385 msgstr ""
53387 #: cp/decl.cc:10081
53388 #, gcc-internal-format
53389 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in parameter declaration"
53390 msgstr ""
53392 #: cp/decl.cc:10087
53393 #, gcc-internal-format
53394 msgid "%qD declared as a %<virtual%> type"
53395 msgstr ""
53397 #: cp/decl.cc:10090
53398 #, gcc-internal-format
53399 msgid "%qD declared as an %<inline%> type"
53400 msgstr ""
53402 #: cp/decl.cc:10092
53403 #, gcc-internal-format
53404 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in type declaration"
53405 msgstr ""
53407 #: cp/decl.cc:10098
53408 #, gcc-internal-format
53409 msgid "%qD declared as a %<virtual%> field"
53410 msgstr ""
53412 #: cp/decl.cc:10101
53413 #, gcc-internal-format
53414 msgid "%qD declared as an %<inline%> field"
53415 msgstr ""
53417 #: cp/decl.cc:10103
53418 #, gcc-internal-format
53419 msgid "%<const%> and %<volatile%> function specifiers on %qD invalid in field declaration"
53420 msgstr ""
53422 #: cp/decl.cc:10110
53423 #, gcc-internal-format
53424 msgid "%q+D declared as a friend"
53425 msgstr ""
53427 #: cp/decl.cc:10117
53428 #, gcc-internal-format
53429 msgid "%q+D declared with an exception specification"
53430 msgstr ""
53432 #: cp/decl.cc:10149
53433 #, gcc-internal-format
53434 msgid "definition of %qD is not in namespace enclosing %qT"
53435 msgstr ""
53437 #: cp/decl.cc:10189
53438 #, gcc-internal-format
53439 msgid "static member function %q#D declared with type qualifiers"
53440 msgstr ""
53442 #: cp/decl.cc:10200
53443 #, gcc-internal-format
53444 msgid "concept %q#D declared with function parameters"
53445 msgstr ""
53447 #: cp/decl.cc:10207
53448 #, gcc-internal-format
53449 msgid "concept %q#D declared with a deduced return type"
53450 msgstr ""
53452 #: cp/decl.cc:10210
53453 #, gcc-internal-format
53454 msgid "concept %q#D with non-%<bool%> return type %qT"
53455 msgstr ""
53457 #: cp/decl.cc:10286
53458 #, gcc-internal-format
53459 msgid "concept %qD has no definition"
53460 msgstr ""
53462 #: cp/decl.cc:10315
53463 #, gcc-internal-format
53464 msgid "a function concept cannot be constrained"
53465 msgstr ""
53467 #: cp/decl.cc:10325
53468 #, gcc-internal-format
53469 msgid "constraints on a non-templated function"
53470 msgstr ""
53472 #: cp/decl.cc:10370
53473 #, gcc-internal-format
53474 msgid "defining explicit specialization %qD in friend declaration"
53475 msgstr ""
53477 #: cp/decl.cc:10381
53478 #, gcc-internal-format
53479 msgid "invalid use of template-id %qD in declaration of primary template"
53480 msgstr ""
53482 #: cp/decl.cc:10399
53483 #, gcc-internal-format
53484 msgid "default arguments are not allowed in declaration of friend template specialization %qD"
53485 msgstr ""
53487 #: cp/decl.cc:10408
53488 #, gcc-internal-format
53489 msgid "%<inline%> is not allowed in declaration of friend template specialization %qD"
53490 msgstr ""
53492 #: cp/decl.cc:10425
53493 #, gcc-internal-format
53494 msgid "friend declaration of %qD specifies default arguments and isn%'t a definition"
53495 msgstr ""
53497 #: cp/decl.cc:10470
53498 #, gcc-internal-format
53499 msgid "cannot declare %<::main%> to be a template"
53500 msgstr ""
53502 #: cp/decl.cc:10473
53503 #, gcc-internal-format
53504 msgid "cannot declare %<::main%> to be inline"
53505 msgstr ""
53507 #: cp/decl.cc:10476 cp/decl.cc:10479
53508 #, gcc-internal-format
53509 msgid "cannot declare %<::main%> to be %qs"
53510 msgstr ""
53512 #: cp/decl.cc:10481
53513 #, gcc-internal-format
53514 msgid "cannot declare %<::main%> to be static"
53515 msgstr ""
53517 #: cp/decl.cc:10543
53518 #, gcc-internal-format
53519 msgid "static member function %qD cannot have cv-qualifier"
53520 msgstr ""
53522 #: cp/decl.cc:10544
53523 #, gcc-internal-format
53524 msgid "non-member function %qD cannot have cv-qualifier"
53525 msgstr ""
53527 #: cp/decl.cc:10552
53528 #, gcc-internal-format
53529 msgid "static member function %qD cannot have ref-qualifier"
53530 msgstr ""
53532 #: cp/decl.cc:10553
53533 #, gcc-internal-format
53534 msgid "non-member function %qD cannot have ref-qualifier"
53535 msgstr ""
53537 #: cp/decl.cc:10565
53538 #, gcc-internal-format
53539 msgid "deduction guide %qD must be declared in the same scope as %qT"
53540 msgstr ""
53542 #: cp/decl.cc:10573
53543 #, gcc-internal-format
53544 msgid "deduction guide %qD must have the same access as %qT"
53545 msgstr "deduction guide %qD mora imati isti pristup kao %qT"
53547 #: cp/decl.cc:10579
53548 #, gcc-internal-format
53549 msgid "deduction guide %qD must not have a function body"
53550 msgstr ""
53552 #: cp/decl.cc:10592
53553 #, gcc-internal-format
53554 msgid "literal operator with C linkage"
53555 msgstr ""
53557 #: cp/decl.cc:10602
53558 #, gcc-internal-format
53559 msgid "%qD has invalid argument list"
53560 msgstr ""
53562 #: cp/decl.cc:10610
53563 #, gcc-internal-format
53564 msgid "integer suffix %qs shadowed by implementation"
53565 msgstr ""
53567 #: cp/decl.cc:10616
53568 #, gcc-internal-format
53569 msgid "floating-point suffix %qs shadowed by implementation"
53570 msgstr ""
53572 #: cp/decl.cc:10623
53573 #, gcc-internal-format
53574 msgid "literal operator suffixes not preceded by %<_%> are reserved for future standardization"
53575 msgstr ""
53577 #: cp/decl.cc:10628
53578 #, gcc-internal-format
53579 msgid "%qD must be a non-member function"
53580 msgstr ""
53582 #: cp/decl.cc:10714
53583 #, gcc-internal-format
53584 msgid "%<::main%> must return %<int%>"
53585 msgstr ""
53587 #: cp/decl.cc:10754
53588 #, gcc-internal-format
53589 msgid "definition of implicitly-declared %qD"
53590 msgstr ""
53592 #: cp/decl.cc:10759
53593 #, gcc-internal-format
53594 msgid "definition of explicitly-defaulted %q+D"
53595 msgstr ""
53597 #: cp/decl.cc:10761
53598 #, gcc-internal-format
53599 msgid "%q#D explicitly defaulted here"
53600 msgstr ""
53602 #: cp/decl.cc:10778
53603 #, gcc-internal-format
53604 msgid "no %q#D member function declared in class %qT"
53605 msgstr ""
53607 #: cp/decl.cc:10971
53608 #, gcc-internal-format
53609 msgid "cannot declare %<::main%> to be a global variable"
53610 msgstr ""
53612 #: cp/decl.cc:10980
53613 #, gcc-internal-format
53614 msgid "a non-template variable cannot be %<concept%>"
53615 msgstr ""
53617 #: cp/decl.cc:10986
53618 #, gcc-internal-format
53619 msgid "concept must be defined at namespace scope"
53620 msgstr ""
53622 #: cp/decl.cc:10993
53623 #, gcc-internal-format
53624 msgid "concept must have type %<bool%>"
53625 msgstr ""
53627 #: cp/decl.cc:10996
53628 #, gcc-internal-format
53629 msgid "a variable concept cannot be constrained"
53630 msgstr ""
53632 #: cp/decl.cc:11118
53633 #, gcc-internal-format
53634 msgid "in-class initialization of static data member %q#D of incomplete type"
53635 msgstr ""
53637 #: cp/decl.cc:11122
53638 #, gcc-internal-format
53639 msgid "%<constexpr%> needed for in-class initialization of static data member %q#D of non-integral type"
53640 msgstr ""
53642 #: cp/decl.cc:11126
53643 #, gcc-internal-format
53644 msgid "in-class initialization of static data member %q#D of non-literal type"
53645 msgstr ""
53647 #: cp/decl.cc:11137
53648 #, gcc-internal-format
53649 msgid "invalid in-class initialization of static data member of non-integral type %qT"
53650 msgstr ""
53652 #: cp/decl.cc:11142
53653 #, gcc-internal-format
53654 msgid "ISO C++ forbids in-class initialization of non-const static member %qD"
53655 msgstr ""
53657 #: cp/decl.cc:11147
53658 #, gcc-internal-format
53659 msgid "ISO C++ forbids initialization of member constant %qD of non-integral type %qT"
53660 msgstr ""
53662 #: cp/decl.cc:11258
53663 #, gcc-internal-format
53664 msgid "size of array %qD has non-integral type %qT"
53665 msgstr ""
53667 #: cp/decl.cc:11261
53668 #, gcc-internal-format
53669 msgid "size of array has non-integral type %qT"
53670 msgstr ""
53672 #: cp/decl.cc:11292 cp/decl.cc:11364
53673 #, gcc-internal-format
53674 msgid "size of array %qD is not an integral constant-expression"
53675 msgstr ""
53677 #: cp/decl.cc:11296 cp/decl.cc:11367
53678 #, gcc-internal-format
53679 msgid "size of array is not an integral constant-expression"
53680 msgstr ""
53682 #: cp/decl.cc:11347
53683 #, gcc-internal-format
53684 msgid "ISO C++ forbids zero-size array %qD"
53685 msgstr ""
53687 #: cp/decl.cc:11350
53688 #, gcc-internal-format
53689 msgid "ISO C++ forbids zero-size array"
53690 msgstr ""
53692 #: cp/decl.cc:11374
53693 #, gcc-internal-format
53694 msgid "ISO C++ forbids variable length array %qD"
53695 msgstr ""
53697 #: cp/decl.cc:11377
53698 #, gcc-internal-format
53699 msgid "ISO C++ forbids variable length array"
53700 msgstr ""
53702 #: cp/decl.cc:11383
53703 #, gcc-internal-format
53704 msgid "variable length array %qD is used"
53705 msgstr ""
53707 #: cp/decl.cc:11386
53708 #, gcc-internal-format
53709 msgid "variable length array is used"
53710 msgstr ""
53712 #: cp/decl.cc:11438
53713 #, gcc-internal-format
53714 msgid "overflow in array dimension"
53715 msgstr ""
53717 #: cp/decl.cc:11498
53718 #, gcc-internal-format
53719 msgid "%qD declared as array of template placeholder type %qT"
53720 msgstr ""
53722 #: cp/decl.cc:11501
53723 #, gcc-internal-format
53724 msgid "creating array of template placeholder type %qT"
53725 msgstr ""
53727 #: cp/decl.cc:11511
53728 #, gcc-internal-format
53729 msgid "declaration of %qD as array of void"
53730 msgstr ""
53732 #: cp/decl.cc:11513
53733 #, gcc-internal-format
53734 msgid "creating array of void"
53735 msgstr ""
53737 #: cp/decl.cc:11518
53738 #, gcc-internal-format
53739 msgid "declaration of %qD as array of functions"
53740 msgstr ""
53742 #: cp/decl.cc:11520
53743 #, gcc-internal-format
53744 msgid "creating array of functions"
53745 msgstr ""
53747 #: cp/decl.cc:11525
53748 #, gcc-internal-format
53749 msgid "declaration of %qD as array of references"
53750 msgstr ""
53752 #: cp/decl.cc:11527
53753 #, gcc-internal-format
53754 msgid "creating array of references"
53755 msgstr ""
53757 #: cp/decl.cc:11532
53758 #, gcc-internal-format
53759 msgid "declaration of %qD as array of function members"
53760 msgstr ""
53762 #: cp/decl.cc:11535
53763 #, gcc-internal-format
53764 msgid "creating array of function members"
53765 msgstr ""
53767 #: cp/decl.cc:11553
53768 #, gcc-internal-format
53769 msgid "declaration of %qD as multidimensional array must have bounds for all dimensions except the first"
53770 msgstr ""
53772 #: cp/decl.cc:11557
53773 #, gcc-internal-format
53774 msgid "multidimensional array must have bounds for all dimensions except the first"
53775 msgstr ""
53777 #: cp/decl.cc:11571
53778 #, gcc-internal-format
53779 msgid "variable-length array of %<auto%>"
53780 msgstr ""
53782 #: cp/decl.cc:11647
53783 #, gcc-internal-format
53784 msgid "return type specification for constructor invalid"
53785 msgstr ""
53787 #: cp/decl.cc:11650
53788 #, gcc-internal-format
53789 msgid "qualifiers are not allowed on constructor declaration"
53790 msgstr ""
53792 #: cp/decl.cc:11661
53793 #, gcc-internal-format
53794 msgid "return type specification for destructor invalid"
53795 msgstr ""
53797 #: cp/decl.cc:11664
53798 #, gcc-internal-format
53799 msgid "qualifiers are not allowed on destructor declaration"
53800 msgstr ""
53802 #: cp/decl.cc:11677
53803 #, gcc-internal-format
53804 msgid "return type specified for %<operator %T%>"
53805 msgstr ""
53807 #: cp/decl.cc:11680
53808 #, gcc-internal-format
53809 msgid "qualifiers are not allowed on declaration of %<operator %T%>"
53810 msgstr ""
53812 #: cp/decl.cc:11689
53813 #, gcc-internal-format
53814 msgid "return type specified for deduction guide"
53815 msgstr ""
53817 #: cp/decl.cc:11692
53818 #, gcc-internal-format
53819 msgid "qualifiers are not allowed on declaration of deduction guide"
53820 msgstr ""
53822 #: cp/decl.cc:11696
53823 #, gcc-internal-format
53824 msgid "template template parameter %qT in declaration of deduction guide"
53825 msgstr ""
53827 #: cp/decl.cc:11705
53828 #, gcc-internal-format
53829 msgid "%<decl-specifier%> in declaration of deduction guide"
53830 msgstr ""
53832 #: cp/decl.cc:11726
53833 #, gcc-internal-format
53834 msgid "unnamed variable or field declared void"
53835 msgstr ""
53837 #: cp/decl.cc:11734
53838 #, gcc-internal-format
53839 msgid "variable or field declared void"
53840 msgstr ""
53842 #: cp/decl.cc:11749
53843 #, gcc-internal-format
53844 msgid "%<inline%> specifier invalid for variable %qD declared at block scope"
53845 msgstr ""
53847 #: cp/decl.cc:11754
53848 #, gcc-internal-format
53849 msgid "inline variables are only available with %<-std=c++17%> or %<-std=gnu++17%>"
53850 msgstr ""
53852 #: cp/decl.cc:11810
53853 #, gcc-internal-format
53854 msgid "%qT as type rather than plain %<decltype(auto)%>"
53855 msgstr ""
53857 #: cp/decl.cc:11816
53858 #, gcc-internal-format
53859 msgid "%<decltype(auto)%> cannot be cv-qualified"
53860 msgstr ""
53862 #: cp/decl.cc:12032
53863 #, gcc-internal-format
53864 msgid "invalid use of qualified-name %<::%D%>"
53865 msgstr ""
53867 #: cp/decl.cc:12035 cp/decl.cc:12057
53868 #, gcc-internal-format
53869 msgid "invalid use of qualified-name %<%T::%D%>"
53870 msgstr ""
53872 #: cp/decl.cc:12038
53873 #, gcc-internal-format
53874 msgid "invalid use of qualified-name %<%D::%D%>"
53875 msgstr ""
53877 #: cp/decl.cc:12048
53878 #, gcc-internal-format
53879 msgid "%q#T is not a class or namespace"
53880 msgstr ""
53882 #: cp/decl.cc:12072
53883 #, gcc-internal-format
53884 msgid "declaration of %qE as non-function"
53885 msgstr ""
53887 #: cp/decl.cc:12079
53888 #, gcc-internal-format
53889 msgid "declaration of %qE as non-member"
53890 msgstr ""
53892 #: cp/decl.cc:12107
53893 #, gcc-internal-format
53894 msgid "declarator-id missing; using reserved word %qD"
53895 msgstr ""
53897 #: cp/decl.cc:12158
53898 #, gcc-internal-format
53899 msgid "function definition does not declare parameters"
53900 msgstr ""
53902 #: cp/decl.cc:12166 cp/decl.cc:12175 cp/decl.cc:14033
53903 #, gcc-internal-format
53904 msgid "declaration of %qD as non-function"
53905 msgstr ""
53907 #: cp/decl.cc:12183
53908 #, gcc-internal-format
53909 msgid "declaration of %qD as %<typedef%>"
53910 msgstr ""
53912 #: cp/decl.cc:12188
53913 #, gcc-internal-format
53914 msgid "declaration of %qD as parameter"
53915 msgstr ""
53917 #: cp/decl.cc:12223
53918 #, gcc-internal-format
53919 msgid "both %qs and %qs specified"
53920 msgstr ""
53922 #: cp/decl.cc:12230 cp/decl.cc:12237 cp/decl.cc:12244 cp/decl.cc:12251
53923 #, gcc-internal-format
53924 msgid "%qs cannot appear in a typedef declaration"
53925 msgstr ""
53927 #: cp/decl.cc:12262
53928 #, gcc-internal-format
53929 msgid "can use at most one of the %<constinit%> and %<constexpr%> specifiers"
53930 msgstr ""
53932 #: cp/decl.cc:12272
53933 #, gcc-internal-format
53934 msgid "two or more data types in declaration of %qs"
53935 msgstr ""
53937 #: cp/decl.cc:12326
53938 #, gcc-internal-format
53939 msgid "ISO C++ does not support plain %<complex%> meaning %<double complex%>"
53940 msgstr ""
53942 #: cp/decl.cc:12375 cp/decl.cc:12379 cp/decl.cc:12382
53943 #, gcc-internal-format
53944 msgid "ISO C++ forbids declaration of %qs with no type"
53945 msgstr ""
53947 #: cp/decl.cc:12399
53948 #, gcc-internal-format
53949 msgid "%<__int%d%> is not supported by this target"
53950 msgstr ""
53952 #: cp/decl.cc:12407
53953 #, gcc-internal-format
53954 msgid "ISO C++ does not support %<__int%d%> for %qs"
53955 msgstr ""
53957 #: cp/decl.cc:12461
53958 #, gcc-internal-format
53959 msgid "%<signed%> and %<unsigned%> specified together"
53960 msgstr ""
53962 #: cp/decl.cc:12467
53963 #, gcc-internal-format
53964 msgid "%<long%> and %<short%> specified together"
53965 msgstr ""
53967 #: cp/decl.cc:12475
53968 #, gcc-internal-format
53969 msgid "%qs specified with %qT"
53970 msgstr ""
53972 #: cp/decl.cc:12482
53973 #, gcc-internal-format
53974 msgid "%qs specified with typedef-name %qD"
53975 msgstr ""
53977 #: cp/decl.cc:12491
53978 #, gcc-internal-format
53979 msgid "%qs specified with %<decltype%>"
53980 msgstr ""
53982 #: cp/decl.cc:12493
53983 #, gcc-internal-format
53984 msgid "%qs specified with %<typeof%>"
53985 msgstr ""
53987 #: cp/decl.cc:12562
53988 #, gcc-internal-format
53989 msgid "complex invalid for %qs"
53990 msgstr ""
53992 #: cp/decl.cc:12606
53993 #, gcc-internal-format
53994 msgid "missing template argument list after %qE; for deduction, template placeholder must be followed by a simple declarator-id"
53995 msgstr ""
53997 #: cp/decl.cc:12632
53998 #, gcc-internal-format
53999 msgid "member %qD cannot be declared both %<virtual%> and %<static%>"
54000 msgstr ""
54002 #: cp/decl.cc:12641
54003 #, gcc-internal-format
54004 msgid "member %qD can be declared both %<virtual%> and %<constexpr%> only in %<-std=c++20%> or %<-std=gnu++20%>"
54005 msgstr ""
54007 #: cp/decl.cc:12654
54008 #, gcc-internal-format
54009 msgid "typedef declaration invalid in parameter declaration"
54010 msgstr ""
54012 #: cp/decl.cc:12661
54013 #, gcc-internal-format
54014 msgid "storage class specified for template parameter %qs"
54015 msgstr ""
54017 #: cp/decl.cc:12671 cp/decl.cc:12848
54018 #, gcc-internal-format
54019 msgid "storage class specified for parameter %qs"
54020 msgstr ""
54022 #: cp/decl.cc:12679 cp/decl.cc:12688 cp/decl.cc:12694 cp/decl.cc:12700
54023 #, gcc-internal-format
54024 msgid "a parameter cannot be declared %qs"
54025 msgstr ""
54027 #: cp/decl.cc:12710
54028 #, gcc-internal-format
54029 msgid "%<virtual%> outside class declaration"
54030 msgstr ""
54032 #: cp/decl.cc:12720 cp/decl.cc:12723 cp/decl.cc:12725 cp/decl.cc:12728
54033 #: cp/decl.cc:12738 cp/decl.cc:12748 cp/decl.cc:12758 cp/decl.cc:12762
54034 #, gcc-internal-format
54035 msgid "structured binding declaration cannot be %qs"
54036 msgstr ""
54038 #: cp/decl.cc:12732 cp/decl.cc:12754
54039 #, gcc-internal-format
54040 msgid "structured binding declaration can be %qs only in %<-std=c++20%> or %<-std=gnu++20%>"
54041 msgstr ""
54043 #: cp/decl.cc:12742
54044 #, gcc-internal-format
54045 msgid "%<volatile%>-qualified structured binding is deprecated"
54046 msgstr ""
54048 #: cp/decl.cc:12766
54049 #, gcc-internal-format
54050 msgid "structured binding declaration cannot be C++98 %<auto%>"
54051 msgstr ""
54053 #: cp/decl.cc:12778
54054 #, gcc-internal-format
54055 msgid "structured binding declaration cannot have type %qT"
54056 msgstr ""
54058 #: cp/decl.cc:12781
54059 #, gcc-internal-format
54060 msgid "type must be cv-qualified %<auto%> or reference to cv-qualified %<auto%>"
54061 msgstr ""
54063 #: cp/decl.cc:12789
54064 #, gcc-internal-format
54065 msgid "structured binding declaration cannot have constrained %<auto%> type %qT"
54066 msgstr ""
54068 #: cp/decl.cc:12820
54069 #, gcc-internal-format
54070 msgid "multiple storage classes in declaration of %qs"
54071 msgstr ""
54073 #: cp/decl.cc:12846
54074 #, gcc-internal-format
54075 msgid "storage class specified for %qs"
54076 msgstr ""
54078 #: cp/decl.cc:12860
54079 #, gcc-internal-format
54080 msgid "nested function %qs declared %<extern%>"
54081 msgstr ""
54083 #: cp/decl.cc:12865
54084 #, gcc-internal-format
54085 msgid "top-level declaration of %qs specifies %<auto%>"
54086 msgstr ""
54088 #: cp/decl.cc:12873
54089 #, gcc-internal-format
54090 msgid "function-scope %qs implicitly auto and declared %<__thread%>"
54091 msgstr "%qs opseg funkcije je implicitno auto i deklariran kao %<__thread%>"
54093 #: cp/decl.cc:12887
54094 #, gcc-internal-format
54095 msgid "storage class specifiers invalid in friend function declarations"
54096 msgstr ""
54098 #: cp/decl.cc:12919 cp/decl.cc:14411 cp/parser.cc:14950 cp/parser.cc:20813
54099 #: cp/parser.cc:27390
54100 #, gcc-internal-format
54101 msgid "attribute ignored"
54102 msgstr ""
54104 #: cp/decl.cc:12920
54105 #, gcc-internal-format
54106 msgid "an attribute that appertains to a type-specifier is ignored"
54107 msgstr ""
54109 #: cp/decl.cc:12988
54110 #, gcc-internal-format
54111 msgid "unnecessary parentheses in declaration of %qs"
54112 msgstr ""
54114 #: cp/decl.cc:12994
54115 #, gcc-internal-format
54116 msgid "remove parentheses"
54117 msgstr ""
54119 #: cp/decl.cc:13043
54120 #, gcc-internal-format
54121 msgid "requires-clause on return type"
54122 msgstr ""
54124 #: cp/decl.cc:13063
54125 #, gcc-internal-format
54126 msgid "%qs function uses %<auto%> type specifier without trailing return type"
54127 msgstr ""
54129 #: cp/decl.cc:13067
54130 #, gcc-internal-format
54131 msgid "deduced return type only available with %<-std=c++14%> or %<-std=gnu++14%>"
54132 msgstr ""
54134 #: cp/decl.cc:13072
54135 #, gcc-internal-format
54136 msgid "virtual function cannot have deduced return type"
54137 msgstr ""
54139 #: cp/decl.cc:13079
54140 #, gcc-internal-format
54141 msgid "%qs function with trailing return type has %qT as its type rather than plain %<auto%>"
54142 msgstr ""
54144 #: cp/decl.cc:13088
54145 #, gcc-internal-format
54146 msgid "%qs function with trailing return type has %<decltype(auto)%> as its type rather than plain %<auto%>"
54147 msgstr ""
54149 #: cp/decl.cc:13093
54150 #, gcc-internal-format
54151 msgid "invalid use of %<decltype(auto)%>"
54152 msgstr ""
54154 #: cp/decl.cc:13105
54155 #, gcc-internal-format
54156 msgid "deduced class type %qD in function return type"
54157 msgstr ""
54159 #: cp/decl.cc:13114
54160 #, gcc-internal-format
54161 msgid "deduction guide for %qT must have trailing return type"
54162 msgstr ""
54164 #: cp/decl.cc:13127
54165 #, gcc-internal-format
54166 msgid "trailing return type %qT of deduction guide is not a specialization of %qT"
54167 msgstr ""
54169 #: cp/decl.cc:13141
54170 #, gcc-internal-format
54171 msgid "trailing return type only available with %<-std=c++11%> or %<-std=gnu++11%>"
54172 msgstr ""
54174 #: cp/decl.cc:13144
54175 #, gcc-internal-format
54176 msgid "%qs function with trailing return type not declared with %<auto%> type specifier"
54177 msgstr ""
54179 #: cp/decl.cc:13151
54180 #, gcc-internal-format
54181 msgid "a conversion function cannot have a trailing return type"
54182 msgstr ""
54184 #: cp/decl.cc:13177
54185 #, gcc-internal-format
54186 msgid "%<volatile%>-qualified return type is deprecated"
54187 msgstr ""
54189 #: cp/decl.cc:13189
54190 #, gcc-internal-format
54191 msgid "%qs declared as function returning a function"
54192 msgstr ""
54194 #: cp/decl.cc:13195
54195 #, gcc-internal-format
54196 msgid "%qs declared as function returning an array"
54197 msgstr ""
54199 #: cp/decl.cc:13202
54200 #, gcc-internal-format
54201 msgid "%<constinit%> on function return type is not allowed"
54202 msgstr ""
54204 #: cp/decl.cc:13235
54205 #, gcc-internal-format
54206 msgid "destructor cannot be static member function"
54207 msgstr ""
54209 #: cp/decl.cc:13237
54210 #, gcc-internal-format
54211 msgid "constructor cannot be static member function"
54212 msgstr ""
54214 #: cp/decl.cc:13242
54215 #, gcc-internal-format
54216 msgid "destructors may not be cv-qualified"
54217 msgstr ""
54219 #: cp/decl.cc:13243
54220 #, gcc-internal-format
54221 msgid "constructors may not be cv-qualified"
54222 msgstr ""
54224 #: cp/decl.cc:13251
54225 #, gcc-internal-format
54226 msgid "destructors may not be ref-qualified"
54227 msgstr ""
54229 #: cp/decl.cc:13252
54230 #, gcc-internal-format
54231 msgid "constructors may not be ref-qualified"
54232 msgstr ""
54234 #: cp/decl.cc:13270
54235 #, gcc-internal-format
54236 msgid "constructors cannot be declared %<virtual%>"
54237 msgstr ""
54239 #: cp/decl.cc:13287
54240 #, gcc-internal-format
54241 msgid "virtual functions cannot be friends"
54242 msgstr ""
54244 #: cp/decl.cc:13292
54245 #, gcc-internal-format
54246 msgid "friend declaration not in class definition"
54247 msgstr ""
54249 #: cp/decl.cc:13296
54250 #, gcc-internal-format
54251 msgid "cannot define friend function %qs in a local class definition"
54252 msgstr ""
54254 #: cp/decl.cc:13306
54255 #, gcc-internal-format
54256 msgid "friend function definition %qs cannot have a name qualified with %<::%>"
54257 msgstr ""
54259 #: cp/decl.cc:13310
54260 #, gcc-internal-format
54261 msgid "friend function definition %qs cannot have a name qualified with %<%D::%>"
54262 msgstr ""
54264 #: cp/decl.cc:13348
54265 #, gcc-internal-format
54266 msgid "destructors may not have parameters"
54267 msgstr ""
54269 #: cp/decl.cc:13405
54270 #, gcc-internal-format
54271 msgid "cannot declare pointer to %q#T"
54272 msgstr ""
54274 #: cp/decl.cc:13418 cp/decl.cc:13425
54275 #, gcc-internal-format
54276 msgid "cannot declare reference to %q#T"
54277 msgstr ""
54279 #: cp/decl.cc:13427
54280 #, gcc-internal-format
54281 msgid "cannot declare pointer to %q#T member"
54282 msgstr ""
54284 #: cp/decl.cc:13456
54285 #, gcc-internal-format
54286 msgid "cannot declare reference to qualified function type %qT"
54287 msgstr ""
54289 #: cp/decl.cc:13457
54290 #, gcc-internal-format
54291 msgid "cannot declare pointer to qualified function type %qT"
54292 msgstr ""
54294 #: cp/decl.cc:13530
54295 #, gcc-internal-format
54296 msgid "cannot declare reference to %q#T, which is not a typedef or a template type argument"
54297 msgstr ""
54299 #: cp/decl.cc:13610
54300 #, gcc-internal-format
54301 msgid "template-id %qD used as a declarator"
54302 msgstr ""
54304 #: cp/decl.cc:13636
54305 #, gcc-internal-format
54306 msgid "member functions are implicitly friends of their class"
54307 msgstr ""
54309 #: cp/decl.cc:13641
54310 #, gcc-internal-format
54311 msgid "extra qualification %<%T::%> on member %qs"
54312 msgstr ""
54314 #: cp/decl.cc:13671
54315 #, gcc-internal-format
54316 msgid "cannot define member function %<%T::%s%> within %qT"
54317 msgstr ""
54319 #: cp/decl.cc:13673
54320 #, gcc-internal-format
54321 msgid "cannot declare member function %<%T::%s%> within %qT"
54322 msgstr ""
54324 #: cp/decl.cc:13681
54325 #, gcc-internal-format
54326 msgid "cannot declare member %<%T::%s%> within %qT"
54327 msgstr ""
54329 #: cp/decl.cc:13721
54330 #, gcc-internal-format
54331 msgid "non-parameter %qs cannot be a parameter pack"
54332 msgstr ""
54334 #: cp/decl.cc:13730
54335 #, gcc-internal-format
54336 msgid "data member may not have variably modified type %qT"
54337 msgstr ""
54339 #: cp/decl.cc:13733
54340 #, gcc-internal-format
54341 msgid "parameter may not have variably modified type %qT"
54342 msgstr ""
54344 #: cp/decl.cc:13744
54345 #, gcc-internal-format
54346 msgid "%<explicit%> outside class declaration"
54347 msgstr ""
54349 #: cp/decl.cc:13747
54350 #, gcc-internal-format
54351 msgid "%<explicit%> in friend declaration"
54352 msgstr ""
54354 #: cp/decl.cc:13750
54355 #, gcc-internal-format
54356 msgid "only declarations of constructors and conversion operators can be %<explicit%>"
54357 msgstr ""
54359 #: cp/decl.cc:13760
54360 #, gcc-internal-format
54361 msgid "non-member %qs cannot be declared %<mutable%>"
54362 msgstr ""
54364 #: cp/decl.cc:13767
54365 #, gcc-internal-format
54366 msgid "non-object member %qs cannot be declared %<mutable%>"
54367 msgstr ""
54369 #: cp/decl.cc:13773
54370 #, gcc-internal-format
54371 msgid "function %qs cannot be declared %<mutable%>"
54372 msgstr ""
54374 #: cp/decl.cc:13779
54375 #, gcc-internal-format
54376 msgid "%<static%> %qs cannot be declared %<mutable%>"
54377 msgstr ""
54379 #: cp/decl.cc:13785
54380 #, gcc-internal-format
54381 msgid "%<const%> %qs cannot be declared %<mutable%>"
54382 msgstr ""
54384 #: cp/decl.cc:13791
54385 #, gcc-internal-format
54386 msgid "reference %qs cannot be declared %<mutable%>"
54387 msgstr ""
54389 #: cp/decl.cc:13807
54390 #, gcc-internal-format
54391 msgid "typedef may not be a function definition"
54392 msgstr ""
54394 #: cp/decl.cc:13810
54395 #, gcc-internal-format
54396 msgid "typedef may not be a member function definition"
54397 msgstr ""
54399 #: cp/decl.cc:13836
54400 #, gcc-internal-format
54401 msgid "%<auto%> not allowed in alias declaration"
54402 msgstr ""
54404 #: cp/decl.cc:13839
54405 #, gcc-internal-format
54406 msgid "typedef declared %<auto%>"
54407 msgstr ""
54409 #: cp/decl.cc:13844
54410 #, gcc-internal-format
54411 msgid "requires-clause on typedef"
54412 msgstr ""
54414 #: cp/decl.cc:13848
54415 #, gcc-internal-format
54416 msgid "typedef name may not be a nested-name-specifier"
54417 msgstr ""
54419 #: cp/decl.cc:13874
54420 #, gcc-internal-format
54421 msgid "ISO C++ forbids nested type %qD with same name as enclosing class"
54422 msgstr ""
54424 #: cp/decl.cc:13963
54425 #, gcc-internal-format
54426 msgid "%<inline%> specified for friend class declaration"
54427 msgstr ""
54429 #: cp/decl.cc:13971
54430 #, gcc-internal-format
54431 msgid "template parameters cannot be friends"
54432 msgstr ""
54434 #: cp/decl.cc:13973
54435 #, gcc-internal-format
54436 msgid "friend declaration requires class-key, i.e. %<friend class %T::%D%>"
54437 msgstr ""
54439 #: cp/decl.cc:13977
54440 #, gcc-internal-format
54441 msgid "friend declaration requires class-key, i.e. %<friend %#T%>"
54442 msgstr ""
54444 #: cp/decl.cc:13990
54445 #, gcc-internal-format
54446 msgid "trying to make class %qT a friend of global scope"
54447 msgstr ""
54449 #: cp/decl.cc:14010
54450 #, gcc-internal-format
54451 msgid "invalid qualifiers on non-member function type"
54452 msgstr ""
54454 #: cp/decl.cc:14014
54455 #, gcc-internal-format
54456 msgid "requires-clause on type-id"
54457 msgstr ""
54459 #: cp/decl.cc:14024
54460 #, gcc-internal-format
54461 msgid "abstract declarator %qT used as declaration"
54462 msgstr ""
54464 #: cp/decl.cc:14039
54465 #, gcc-internal-format
54466 msgid "requires-clause on declaration of non-function type %qT"
54467 msgstr ""
54469 #: cp/decl.cc:14058
54470 #, gcc-internal-format
54471 msgid "cannot use %<::%> in parameter declaration"
54472 msgstr ""
54474 #: cp/decl.cc:14067 cp/parser.cc:20247
54475 #, gcc-internal-format
54476 msgid "cannot declare a parameter with %<decltype(auto)%>"
54477 msgstr ""
54479 #: cp/decl.cc:14074
54480 #, gcc-internal-format
54481 msgid "missing template argument list after %qE; template placeholder not permitted in parameter"
54482 msgstr ""
54484 #: cp/decl.cc:14077
54485 #, gcc-internal-format
54486 msgid "or use %<auto%> for an abbreviated function template"
54487 msgstr ""
54489 #: cp/decl.cc:14083
54490 #, gcc-internal-format
54491 msgid "%<auto%> parameter not permitted in this context"
54492 msgstr ""
54494 #: cp/decl.cc:14086
54495 #, gcc-internal-format
54496 msgid "parameter declared %<auto%>"
54497 msgstr ""
54499 #: cp/decl.cc:14137 cp/parser.cc:3561
54500 #, gcc-internal-format
54501 msgid "invalid use of template-name %qE without an argument list"
54502 msgstr ""
54504 #: cp/decl.cc:14141
54505 #, gcc-internal-format
54506 msgid "non-static data member declared with placeholder %qT"
54507 msgstr ""
54509 #: cp/decl.cc:14162
54510 #, gcc-internal-format
54511 msgid "ISO C++ forbids flexible array member %qs"
54512 msgstr ""
54514 #: cp/decl.cc:14165
54515 #, gcc-internal-format
54516 msgid "ISO C++ forbids flexible array members"
54517 msgstr ""
54519 #. Something like struct S { int N::j; };
54520 #: cp/decl.cc:14181
54521 #, gcc-internal-format
54522 msgid "invalid use of %<::%>"
54523 msgstr ""
54525 #: cp/decl.cc:14202
54526 #, gcc-internal-format
54527 msgid "declaration of function %qD in invalid context"
54528 msgstr ""
54530 #: cp/decl.cc:14212
54531 #, gcc-internal-format
54532 msgid "function %qD declared %<virtual%> inside a union"
54533 msgstr ""
54535 #: cp/decl.cc:14222
54536 #, gcc-internal-format
54537 msgid "%qD cannot be declared %<virtual%>, since it is always static"
54538 msgstr ""
54540 #: cp/decl.cc:14236
54541 #, gcc-internal-format
54542 msgid "expected qualified name in friend declaration for destructor %qD"
54543 msgstr ""
54545 #: cp/decl.cc:14243
54546 #, gcc-internal-format
54547 msgid "declaration of %qD as member of %qT"
54548 msgstr ""
54550 #: cp/decl.cc:14250 cp/decl.cc:14263
54551 #, gcc-internal-format
54552 msgid "a destructor cannot be %qs"
54553 msgstr ""
54555 #: cp/decl.cc:14269
54556 #, gcc-internal-format
54557 msgid "expected qualified name in friend declaration for constructor %qD"
54558 msgstr ""
54560 #: cp/decl.cc:14278
54561 #, gcc-internal-format
54562 msgid "a constructor cannot be %<concept%>"
54563 msgstr ""
54565 #: cp/decl.cc:14284
54566 #, gcc-internal-format
54567 msgid "a concept cannot be a member function"
54568 msgstr ""
54570 #: cp/decl.cc:14292 cp/decl.cc:14643
54571 #, gcc-internal-format
54572 msgid "%qD cannot be %qs"
54573 msgstr "%qD ne može bit %qs"
54575 #: cp/decl.cc:14301
54576 #, gcc-internal-format
54577 msgid "specialization of variable template %qD declared as function"
54578 msgstr ""
54580 #: cp/decl.cc:14304
54581 #, gcc-internal-format
54582 msgid "variable template declared here"
54583 msgstr ""
54585 #: cp/decl.cc:14366
54586 #, gcc-internal-format
54587 msgid "field %qD has incomplete type %qT"
54588 msgstr ""
54590 #: cp/decl.cc:14371
54591 #, gcc-internal-format
54592 msgid "name %qT has incomplete type"
54593 msgstr ""
54595 #: cp/decl.cc:14391
54596 #, gcc-internal-format
54597 msgid "%qE is neither function nor member function; cannot be declared friend"
54598 msgstr ""
54600 #: cp/decl.cc:14394
54601 #, gcc-internal-format
54602 msgid "unnamed field is neither function nor member function; cannot be declared friend"
54603 msgstr ""
54605 #: cp/decl.cc:14412 cp/parser.cc:20814 cp/parser.cc:27391
54606 #, gcc-internal-format
54607 msgid "an attribute that appertains to a friend declaration that is not a definition is ignored"
54608 msgstr ""
54610 #: cp/decl.cc:14462 cp/decl.cc:14473
54611 #, gcc-internal-format
54612 msgid "static data member %qE declared %qs"
54613 msgstr ""
54615 #: cp/decl.cc:14467
54616 #, gcc-internal-format
54617 msgid "%<constexpr%> static data member %qD must have an initializer"
54618 msgstr ""
54620 #: cp/decl.cc:14510 cp/decl.cc:14518 cp/decl.cc:14525 cp/decl.cc:14532
54621 #, gcc-internal-format
54622 msgid "non-static data member %qE declared %qs"
54623 msgstr ""
54625 #: cp/decl.cc:14584
54626 #, gcc-internal-format
54627 msgid "storage class %<auto%> invalid for function %qs"
54628 msgstr ""
54630 #: cp/decl.cc:14587
54631 #, gcc-internal-format
54632 msgid "storage class %<register%> invalid for function %qs"
54633 msgstr ""
54635 #: cp/decl.cc:14593
54636 #, gcc-internal-format
54637 msgid "storage class %<__thread%> invalid for function %qs"
54638 msgstr ""
54640 #: cp/decl.cc:14597
54641 #, gcc-internal-format
54642 msgid "storage class %<thread_local%> invalid for function %qs"
54643 msgstr ""
54645 #: cp/decl.cc:14602
54646 #, gcc-internal-format
54647 msgid "virt-specifiers in %qs not allowed outside a class definition"
54648 msgstr ""
54650 #: cp/decl.cc:14614
54651 #, gcc-internal-format
54652 msgid "%<static%> specifier invalid for function %qs declared out of global scope"
54653 msgstr ""
54655 #: cp/decl.cc:14618
54656 #, gcc-internal-format
54657 msgid "%<inline%> specifier invalid for function %qs declared out of global scope"
54658 msgstr ""
54660 #: cp/decl.cc:14626
54661 #, gcc-internal-format
54662 msgid "virtual non-class function %qs"
54663 msgstr ""
54665 #: cp/decl.cc:14633
54666 #, gcc-internal-format
54667 msgid "%qs defined in a non-class scope"
54668 msgstr ""
54670 #: cp/decl.cc:14634
54671 #, gcc-internal-format
54672 msgid "%qs declared in a non-class scope"
54673 msgstr ""
54675 #: cp/decl.cc:14677
54676 #, gcc-internal-format
54677 msgid "cannot declare member function %qD to have static linkage"
54678 msgstr ""
54680 #: cp/decl.cc:14686
54681 #, gcc-internal-format
54682 msgid "cannot declare static function inside another function"
54683 msgstr ""
54685 #: cp/decl.cc:14727
54686 #, gcc-internal-format
54687 msgid "%<static%> may not be used when defining (as opposed to declaring) a static data member"
54688 msgstr ""
54690 #: cp/decl.cc:14734
54691 #, gcc-internal-format
54692 msgid "static member %qD declared %<register%>"
54693 msgstr ""
54695 #: cp/decl.cc:14740
54696 #, gcc-internal-format
54697 msgid "cannot explicitly declare member %q#D to have extern linkage"
54698 msgstr ""
54700 #: cp/decl.cc:14748
54701 #, gcc-internal-format
54702 msgid "declaration of %<constexpr%> variable %qD is not a definition"
54703 msgstr ""
54705 #: cp/decl.cc:14755
54706 #, gcc-internal-format
54707 msgid "a variable cannot be declared %<consteval%>"
54708 msgstr ""
54710 #: cp/decl.cc:14787
54711 #, gcc-internal-format
54712 msgid "%qs initialized and declared %<extern%>"
54713 msgstr ""
54715 #: cp/decl.cc:14792
54716 #, gcc-internal-format
54717 msgid "%qs has both %<extern%> and initializer"
54718 msgstr ""
54720 #: cp/decl.cc:14989
54721 #, gcc-internal-format
54722 msgid "default argument %qE uses %qD"
54723 msgstr ""
54725 #: cp/decl.cc:14992
54726 #, gcc-internal-format
54727 msgid "default argument %qE uses local variable %qD"
54728 msgstr ""
54730 #: cp/decl.cc:15119
54731 #, gcc-internal-format
54732 msgid "invalid use of cv-qualified type %qT in parameter declaration"
54733 msgstr ""
54735 #: cp/decl.cc:15123
54736 #, gcc-internal-format
54737 msgid "invalid use of type %<void%> in parameter declaration"
54738 msgstr ""
54740 #: cp/decl.cc:15152
54741 #, gcc-internal-format
54742 msgid "%<volatile%>-qualified parameter is deprecated"
54743 msgstr ""
54745 #: cp/decl.cc:15160
54746 #, gcc-internal-format
54747 msgid "parameter %qD invalidly declared method type"
54748 msgstr ""
54750 #: cp/decl.cc:15185
54751 #, gcc-internal-format
54752 msgid "parameter %qD includes pointer to array of unknown bound %qT"
54753 msgstr ""
54755 #: cp/decl.cc:15187
54756 #, gcc-internal-format
54757 msgid "parameter %qD includes reference to array of unknown bound %qT"
54758 msgstr ""
54760 #: cp/decl.cc:15446
54761 #, gcc-internal-format
54762 msgid "invalid constructor; you probably meant %<%T (const %T&)%>"
54763 msgstr ""
54765 #: cp/decl.cc:15525
54766 #, gcc-internal-format
54767 msgid "%qD may not be declared within a namespace"
54768 msgstr ""
54770 #: cp/decl.cc:15532
54771 #, gcc-internal-format
54772 msgid "%qD may not be declared as static"
54773 msgstr ""
54775 #: cp/decl.cc:15560
54776 #, gcc-internal-format
54777 msgid "%qD must be a non-static member function"
54778 msgstr ""
54780 #: cp/decl.cc:15568
54781 #, gcc-internal-format
54782 msgid "%qD must be a member function"
54783 msgstr "%qD mora biti član funkcije"
54785 #: cp/decl.cc:15576
54786 #, gcc-internal-format
54787 msgid "%qD may be a static member function only with %<-std=c++23%> or %<-std=gnu++23%>"
54788 msgstr ""
54790 #: cp/decl.cc:15586
54791 #, gcc-internal-format
54792 msgid "%qD must be either a non-static member function or a non-member function"
54793 msgstr ""
54795 #: cp/decl.cc:15596
54796 #, gcc-internal-format
54797 msgid "%qD must have an argument of class or enumerated type"
54798 msgstr ""
54800 #. 13.4.0.3
54801 #: cp/decl.cc:15627
54802 #, gcc-internal-format
54803 msgid "ISO C++ prohibits overloading %<operator ?:%>"
54804 msgstr ""
54806 #: cp/decl.cc:15637
54807 #, gcc-internal-format
54808 msgid "%qD must not have variable number of arguments"
54809 msgstr ""
54811 #: cp/decl.cc:15663
54812 #, gcc-internal-format
54813 msgid "%qD must have either zero or one argument"
54814 msgstr ""
54816 #: cp/decl.cc:15664
54817 #, gcc-internal-format
54818 msgid "%qD must have either one or two arguments"
54819 msgstr ""
54821 #: cp/decl.cc:15676
54822 #, gcc-internal-format
54823 msgid "postfix %qD must have %<int%> as its argument"
54824 msgstr ""
54826 #: cp/decl.cc:15677
54827 #, gcc-internal-format
54828 msgid "postfix %qD must have %<int%> as its second argument"
54829 msgstr ""
54831 #: cp/decl.cc:15688
54832 #, gcc-internal-format
54833 msgid "%qD must have no arguments"
54834 msgstr ""
54836 #: cp/decl.cc:15689 cp/decl.cc:15699
54837 #, gcc-internal-format
54838 msgid "%qD must have exactly one argument"
54839 msgstr ""
54841 #: cp/decl.cc:15700
54842 #, gcc-internal-format
54843 msgid "%qD must have exactly two arguments"
54844 msgstr ""
54846 #: cp/decl.cc:15715
54847 #, gcc-internal-format
54848 msgid "%qD cannot have default arguments"
54849 msgstr ""
54851 #: cp/decl.cc:15739
54852 #, gcc-internal-format
54853 msgid "converting %qT to %<void%> will never use a type conversion operator"
54854 msgstr ""
54856 #: cp/decl.cc:15746
54857 #, gcc-internal-format
54858 msgid "converting %qT to a reference to the same type will never use a type conversion operator"
54859 msgstr ""
54861 #: cp/decl.cc:15748
54862 #, gcc-internal-format
54863 msgid "converting %qT to the same type will never use a type conversion operator"
54864 msgstr ""
54866 #: cp/decl.cc:15757
54867 #, gcc-internal-format
54868 msgid "converting %qT to a reference to a base class %qT will never use a type conversion operator"
54869 msgstr ""
54871 #: cp/decl.cc:15759
54872 #, gcc-internal-format
54873 msgid "converting %qT to a base class %qT will never use a type conversion operator"
54874 msgstr ""
54876 #: cp/decl.cc:15775
54877 #, gcc-internal-format
54878 msgid "user-defined %qD always evaluates both arguments"
54879 msgstr ""
54881 #: cp/decl.cc:15794
54882 #, gcc-internal-format
54883 msgid "prefix %qD should return %qT"
54884 msgstr ""
54886 #: cp/decl.cc:15801
54887 #, gcc-internal-format
54888 msgid "postfix %qD should return %qT"
54889 msgstr ""
54891 #: cp/decl.cc:15813
54892 #, gcc-internal-format
54893 msgid "%qD should return by value"
54894 msgstr ""
54896 #: cp/decl.cc:15868
54897 #, gcc-internal-format
54898 msgid "using template type parameter %qT after %qs"
54899 msgstr ""
54901 #: cp/decl.cc:15891
54902 #, gcc-internal-format
54903 msgid "using alias template specialization %qT after %qs"
54904 msgstr ""
54906 #: cp/decl.cc:15894
54907 #, gcc-internal-format
54908 msgid "using typedef-name %qD after %qs"
54909 msgstr ""
54911 #: cp/decl.cc:15896
54912 #, gcc-internal-format
54913 msgid "%qD has a previous declaration here"
54914 msgstr ""
54916 #: cp/decl.cc:15904
54917 #, gcc-internal-format
54918 msgid "%qT referred to as %qs"
54919 msgstr ""
54921 #: cp/decl.cc:15905 cp/decl.cc:15912
54922 #, gcc-internal-format
54923 msgid "%qT has a previous declaration here"
54924 msgstr ""
54926 #: cp/decl.cc:15911
54927 #, gcc-internal-format
54928 msgid "%qT referred to as enum"
54929 msgstr ""
54931 #. If a class template appears as elaborated type specifier
54932 #. without a template header such as:
54934 #. template <class T> class C {};
54935 #. void f(class C);             // No template header here
54937 #. then the required template argument is missing.
54938 #: cp/decl.cc:15926
54939 #, gcc-internal-format
54940 msgid "template argument required for %<%s %T%>"
54941 msgstr ""
54943 #: cp/decl.cc:15969 cp/name-lookup.cc:5719 cp/name-lookup.cc:5851
54944 #: cp/parser.cc:7054 cp/parser.cc:31407
54945 #, gcc-internal-format
54946 msgid "reference to %qD is ambiguous"
54947 msgstr ""
54949 #: cp/decl.cc:15978
54950 #, gcc-internal-format
54951 msgid "class template %qD redeclared as non-template"
54952 msgstr ""
54954 #: cp/decl.cc:16000 cp/name-lookup.cc:5409
54955 #, gcc-internal-format
54956 msgid "%qD has the same name as the class in which it is declared"
54957 msgstr ""
54959 #: cp/decl.cc:16028 cp/friend.cc:317 cp/parser.cc:3386 cp/parser.cc:6759
54960 #: cp/pt.cc:9838
54961 #, gcc-internal-format
54962 msgid "%qT is not a template"
54963 msgstr ""
54965 #: cp/decl.cc:16033
54966 #, gcc-internal-format
54967 msgid "perhaps you want to explicitly add %<%T::%>"
54968 msgstr ""
54970 #: cp/decl.cc:16138
54971 #, gcc-internal-format
54972 msgid "use of enum %q#D without previous declaration"
54973 msgstr ""
54975 #: cp/decl.cc:16164
54976 #, gcc-internal-format
54977 msgid "redeclaration of %qT as a non-template"
54978 msgstr ""
54980 #: cp/decl.cc:16175 cp/semantics.cc:3548
54981 #, gcc-internal-format
54982 msgid "cannot declare %qD in a different module"
54983 msgstr ""
54985 #: cp/decl.cc:16291
54986 #, gcc-internal-format
54987 msgid "derived union %qT invalid"
54988 msgstr ""
54990 #: cp/decl.cc:16298
54991 #, gcc-internal-format
54992 msgid "%qT defined with multiple direct bases"
54993 msgstr ""
54995 #: cp/decl.cc:16309
54996 #, gcc-internal-format
54997 msgid "%qT defined with direct virtual base"
54998 msgstr ""
55000 #: cp/decl.cc:16334
55001 #, gcc-internal-format
55002 msgid "base type %qT fails to be a struct or class type"
55003 msgstr ""
55005 #: cp/decl.cc:16364
55006 #, gcc-internal-format
55007 msgid "recursive type %qT undefined"
55008 msgstr ""
55010 #: cp/decl.cc:16366
55011 #, gcc-internal-format
55012 msgid "duplicate base type %qT invalid"
55013 msgstr ""
55015 #: cp/decl.cc:16511
55016 #, gcc-internal-format
55017 msgid "scoped/unscoped mismatch in enum %q#T"
55018 msgstr ""
55020 #: cp/decl.cc:16514 cp/decl.cc:16522 cp/decl.cc:16532 cp/decl.cc:17131
55021 #: cp/parser.cc:21163
55022 #, gcc-internal-format
55023 msgid "previous definition here"
55024 msgstr ""
55026 #: cp/decl.cc:16519
55027 #, gcc-internal-format
55028 msgid "underlying type mismatch in enum %q#T"
55029 msgstr ""
55031 #: cp/decl.cc:16529
55032 #, gcc-internal-format
55033 msgid "different underlying type in enum %q#T"
55034 msgstr ""
55036 #: cp/decl.cc:16540
55037 #, gcc-internal-format
55038 msgid "cannot define %qD in different module"
55039 msgstr ""
55041 #: cp/decl.cc:16615
55042 #, gcc-internal-format
55043 msgid "underlying type %qT of %qT must be an integral type"
55044 msgstr ""
55046 #. DR 377
55048 #. IF no integral type can represent all the enumerator values, the
55049 #. enumeration is ill-formed.
55050 #: cp/decl.cc:16764
55051 #, gcc-internal-format
55052 msgid "no integral type can represent all of the enumerator values for %qT"
55053 msgstr ""
55055 #: cp/decl.cc:16939
55056 #, gcc-internal-format
55057 msgid "enumerator value for %qD must have integral or unscoped enumeration type"
55058 msgstr ""
55060 #: cp/decl.cc:16949
55061 #, gcc-internal-format
55062 msgid "enumerator value for %qD is not an integer constant"
55063 msgstr ""
55065 #: cp/decl.cc:16998
55066 #, gcc-internal-format
55067 msgid "incremented enumerator value is too large for %<unsigned long%>"
55068 msgstr ""
55070 #: cp/decl.cc:16999
55071 #, gcc-internal-format
55072 msgid "incremented enumerator value is too large for %<long%>"
55073 msgstr ""
55075 #: cp/decl.cc:17010
55076 #, gcc-internal-format
55077 msgid "overflow in enumeration values at %qD"
55078 msgstr ""
55080 #: cp/decl.cc:17030
55081 #, gcc-internal-format
55082 msgid "enumerator value %qE is outside the range of underlying type %qT"
55083 msgstr ""
55085 #: cp/decl.cc:17129 cp/parser.cc:21161
55086 #, gcc-internal-format
55087 msgid "multiple definition of %q#T"
55088 msgstr ""
55090 #: cp/decl.cc:17203
55091 #, gcc-internal-format
55092 msgid "return type %q#T is incomplete"
55093 msgstr ""
55095 #: cp/decl.cc:17363 cp/typeck.cc:11114
55096 #, gcc-internal-format
55097 msgid "%<operator=%> should return a reference to %<*this%>"
55098 msgstr ""
55100 #: cp/decl.cc:18176
55101 #, gcc-internal-format
55102 msgid "no return statements in function returning %qT"
55103 msgstr ""
55105 #: cp/decl.cc:18178 cp/typeck.cc:10994
55106 #, gcc-internal-format
55107 msgid "only plain %<auto%> return type can be deduced to %<void%>"
55108 msgstr ""
55110 #: cp/decl.cc:18240
55111 #, gcc-internal-format
55112 msgid "no return statement in %<constexpr%> function returning non-void"
55113 msgstr ""
55115 #: cp/decl.cc:18433
55116 #, gcc-internal-format
55117 msgid "%qD is already defined in class %qT"
55118 msgstr ""
55120 #: cp/decl.cc:18821
55121 #, gcc-internal-format
55122 msgid "using %qs"
55123 msgstr "koristimo %qs"
55125 #: cp/decl.cc:18833
55126 #, gcc-internal-format
55127 msgid "use of %qD before deduction of %<auto%>"
55128 msgstr ""
55130 #: cp/decl2.cc:384
55131 #, gcc-internal-format
55132 msgid "name missing for member function"
55133 msgstr ""
55135 #: cp/decl2.cc:482 cp/decl2.cc:525
55136 #, gcc-internal-format
55137 msgid "top-level comma expression in array subscript changed meaning in C++23"
55138 msgstr ""
55140 #: cp/decl2.cc:515
55141 #, gcc-internal-format
55142 msgid "built-in subscript operator without expression list"
55143 msgstr ""
55145 #: cp/decl2.cc:529
55146 #, gcc-internal-format
55147 msgid "built-in subscript operator with more than one expression in expression list"
55148 msgstr ""
55150 #: cp/decl2.cc:556 cp/decl2.cc:570
55151 #, gcc-internal-format
55152 msgid "ambiguous conversion for array subscript"
55153 msgstr ""
55155 #: cp/decl2.cc:564
55156 #, gcc-internal-format
55157 msgid "invalid types %<%T[%T]%> for array subscript"
55158 msgstr ""
55160 #: cp/decl2.cc:646
55161 #, gcc-internal-format
55162 msgid "deleting array %q#E"
55163 msgstr ""
55165 #: cp/decl2.cc:654
55166 #, gcc-internal-format
55167 msgid "type %q#T argument given to %<delete%>, expected pointer"
55168 msgstr ""
55170 #: cp/decl2.cc:668
55171 #, gcc-internal-format
55172 msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to %<delete%>"
55173 msgstr ""
55175 #: cp/decl2.cc:678
55176 #, gcc-internal-format
55177 msgid "deleting %qT is undefined"
55178 msgstr ""
55180 #: cp/decl2.cc:726 cp/pt.cc:5921
55181 #, gcc-internal-format
55182 msgid "template declaration of %q#D"
55183 msgstr ""
55185 #: cp/decl2.cc:766
55186 #, gcc-internal-format
55187 msgid "template parameter lists provided don%'t match the template parameters of %qD"
55188 msgstr ""
55190 #: cp/decl2.cc:781 cp/pt.cc:5889
55191 #, gcc-internal-format
55192 msgid "destructor %qD declared as member template"
55193 msgstr ""
55195 #: cp/decl2.cc:877
55196 #, gcc-internal-format
55197 msgid "no declaration matches %q#D"
55198 msgstr ""
55200 #: cp/decl2.cc:882
55201 #, gcc-internal-format
55202 msgid "no conversion operators declared"
55203 msgstr ""
55205 #: cp/decl2.cc:885
55206 #, gcc-internal-format
55207 msgid "no functions named %qD"
55208 msgstr "nema funkcije nazvane %qD"
55210 #: cp/decl2.cc:887
55211 #, gcc-internal-format
55212 msgid "%#qT defined here"
55213 msgstr ""
55215 #: cp/decl2.cc:947
55216 #, gcc-internal-format
55217 msgid "local class %q#T shall not have static data member %q#D"
55218 msgstr ""
55220 #: cp/decl2.cc:956
55221 #, gcc-internal-format
55222 msgid "static data member %qD in unnamed class"
55223 msgstr ""
55225 #: cp/decl2.cc:958
55226 #, gcc-internal-format
55227 msgid "unnamed class defined here"
55228 msgstr ""
55230 #: cp/decl2.cc:1039
55231 #, gcc-internal-format
55232 msgid "explicit template argument list not allowed"
55233 msgstr ""
55235 #: cp/decl2.cc:1081
55236 #, gcc-internal-format
55237 msgid "%qD is already defined in %qT"
55238 msgstr ""
55240 #: cp/decl2.cc:1110 cp/decl2.cc:1118
55241 #, gcc-internal-format
55242 msgid "invalid initializer for member function %qD"
55243 msgstr ""
55245 #: cp/decl2.cc:1127
55246 #, gcc-internal-format
55247 msgid "initializer specified for friend function %qD"
55248 msgstr ""
55250 #: cp/decl2.cc:1130
55251 #, gcc-internal-format
55252 msgid "initializer specified for static member function %qD"
55253 msgstr ""
55255 #: cp/decl2.cc:1178
55256 #, gcc-internal-format
55257 msgid "%<asm%> specifiers are not permitted on non-static data members"
55258 msgstr ""
55260 #: cp/decl2.cc:1235
55261 #, gcc-internal-format
55262 msgid "bit-field %qD with non-integral type %qT"
55263 msgstr ""
55265 #: cp/decl2.cc:1243
55266 #, gcc-internal-format
55267 msgid "cannot declare %qD to be a bit-field type"
55268 msgstr ""
55270 #: cp/decl2.cc:1254
55271 #, gcc-internal-format
55272 msgid "cannot declare bit-field %qD with function type"
55273 msgstr ""
55275 #: cp/decl2.cc:1260
55276 #, gcc-internal-format
55277 msgid "cannot declare bit-field %qD with %<warn_if_not_aligned%> type"
55278 msgstr ""
55280 #: cp/decl2.cc:1267
55281 #, gcc-internal-format
55282 msgid "%qD is already defined in the class %qT"
55283 msgstr ""
55285 #: cp/decl2.cc:1275
55286 #, gcc-internal-format
55287 msgid "static member %qD cannot be a bit-field"
55288 msgstr ""
55290 #: cp/decl2.cc:1289
55291 #, gcc-internal-format
55292 msgid "width of bit-field %qD has non-integral type %qT"
55293 msgstr ""
55295 #: cp/decl2.cc:1687
55296 #, gcc-internal-format
55297 msgid "%q+D static data member inside of declare target directive"
55298 msgstr ""
55300 #: cp/decl2.cc:1749 cp/name-lookup.cc:8373
55301 #, gcc-internal-format
55302 msgid "%<omp::%E%> not allowed to be specified in this context"
55303 msgstr ""
55305 #: cp/decl2.cc:1818
55306 #, gcc-internal-format
55307 msgid "anonymous struct not inside named type"
55308 msgstr ""
55310 #: cp/decl2.cc:1834
55311 #, gcc-internal-format
55312 msgid "%q#D invalid; an anonymous union can only have non-static data members"
55313 msgstr ""
55315 #: cp/decl2.cc:1841
55316 #, gcc-internal-format
55317 msgid "private member %q#D in anonymous union"
55318 msgstr ""
55320 #: cp/decl2.cc:1844
55321 #, gcc-internal-format
55322 msgid "protected member %q#D in anonymous union"
55323 msgstr ""
55325 #: cp/decl2.cc:1909
55326 #, gcc-internal-format
55327 msgid "namespace-scope anonymous aggregates must be static"
55328 msgstr ""
55330 #: cp/decl2.cc:1918
55331 #, gcc-internal-format
55332 msgid "anonymous union with no members"
55333 msgstr ""
55335 #: cp/decl2.cc:1955
55336 #, gcc-internal-format
55337 msgid "%<operator new%> must return type %qT"
55338 msgstr ""
55340 #. [basic.stc.dynamic.allocation]
55342 #. The first parameter shall not have an associated default
55343 #. argument.
55344 #: cp/decl2.cc:1967
55345 #, gcc-internal-format
55346 msgid "the first parameter of %<operator new%> cannot have a default argument"
55347 msgstr ""
55349 #: cp/decl2.cc:1983
55350 #, gcc-internal-format
55351 msgid "%<operator new%> takes type %<size_t%> (%qT) as first parameter"
55352 msgstr ""
55354 #: cp/decl2.cc:2013
55355 #, gcc-internal-format
55356 msgid "%<operator delete%> must return type %qT"
55357 msgstr ""
55359 #: cp/decl2.cc:2028
55360 #, gcc-internal-format
55361 msgid "destroying %<operator delete%> must be a member function"
55362 msgstr ""
55364 #: cp/decl2.cc:2031
55365 #, gcc-internal-format
55366 msgid "%<operator delete[]%> cannot be a destroying delete"
55367 msgstr ""
55369 #: cp/decl2.cc:2033
55370 #, gcc-internal-format
55371 msgid "destroying %<operator delete%> must be a usual deallocation function"
55372 msgstr ""
55374 #: cp/decl2.cc:2043
55375 #, gcc-internal-format
55376 msgid "%<operator delete%> takes type %qT as first parameter"
55377 msgstr ""
55379 #: cp/decl2.cc:3034
55380 #, gcc-internal-format
55381 msgid "%qT has a field %q#D whose type has no linkage"
55382 msgstr ""
55384 #: cp/decl2.cc:3038
55385 #, gcc-internal-format
55386 msgid "%qT has a field %qD whose type depends on the type %qT which has no linkage"
55387 msgstr ""
55389 #: cp/decl2.cc:3044
55390 #, gcc-internal-format
55391 msgid "%qT has a field %q#D whose type has internal linkage"
55392 msgstr ""
55394 #. In C++98 this can only happen with unnamed namespaces.
55395 #: cp/decl2.cc:3048
55396 #, gcc-internal-format
55397 msgid "%qT has a field %q#D whose type uses the anonymous namespace"
55398 msgstr ""
55400 #: cp/decl2.cc:3056
55401 #, gcc-internal-format
55402 msgid "%qT declared with greater visibility than the type of its field %qD"
55403 msgstr ""
55405 #: cp/decl2.cc:3075
55406 #, gcc-internal-format
55407 msgid "%qT has a base %qT which has no linkage"
55408 msgstr ""
55410 #: cp/decl2.cc:3079
55411 #, gcc-internal-format
55412 msgid "%qT has a base %qT which depends on the type %qT which has no linkage"
55413 msgstr ""
55415 #: cp/decl2.cc:3085
55416 #, gcc-internal-format
55417 msgid "%qT has a base %qT which has internal linkage"
55418 msgstr ""
55420 #. In C++98 this can only happen with unnamed namespaces.
55421 #: cp/decl2.cc:3089
55422 #, gcc-internal-format
55423 msgid "%qT has a base %qT which uses the anonymous namespace"
55424 msgstr ""
55426 #: cp/decl2.cc:3096
55427 #, gcc-internal-format
55428 msgid "%qT declared with greater visibility than its base %qT"
55429 msgstr ""
55431 #: cp/decl2.cc:4571
55432 #, gcc-internal-format
55433 msgid "%q#D, declared using unnamed type, is used but never defined"
55434 msgstr ""
55436 #. DRs 132, 319 and 389 seem to indicate types with
55437 #. no linkage can only be used to declare extern "C"
55438 #. entities.  Since it's not always an error in the
55439 #. ISO C++ 90 Standard, we only issue a warning.
55440 #: cp/decl2.cc:4580
55441 #, gcc-internal-format
55442 msgid "unnamed type with no linkage used to declare variable %q#D with linkage"
55443 msgstr ""
55445 #: cp/decl2.cc:4584
55446 #, gcc-internal-format
55447 msgid "unnamed type with no linkage used to declare function %q#D with linkage"
55448 msgstr ""
55450 #: cp/decl2.cc:4588
55451 #, gcc-internal-format
55452 msgid "%q#D does not refer to the unqualified type, so it is not used for linkage"
55453 msgstr ""
55455 #: cp/decl2.cc:4596
55456 #, gcc-internal-format
55457 msgid "%q#D, declared using local type %qT, is used but never defined"
55458 msgstr ""
55460 #: cp/decl2.cc:4600
55461 #, gcc-internal-format
55462 msgid "type %qT with no linkage used to declare variable %q#D with linkage"
55463 msgstr ""
55465 #: cp/decl2.cc:4603
55466 #, gcc-internal-format
55467 msgid "type %qT with no linkage used to declare function %q#D with linkage"
55468 msgstr ""
55470 #: cp/decl2.cc:4800
55471 #, gcc-internal-format
55472 msgid "mangling of %q#D as %qE conflicts with a previous mangle"
55473 msgstr ""
55475 #: cp/decl2.cc:4803
55476 #, gcc-internal-format
55477 msgid "previous mangling %q#D"
55478 msgstr ""
55480 #: cp/decl2.cc:4805
55481 #, gcc-internal-format
55482 msgid "a later %<-fabi-version=%> (or =0) avoids this error with a change in mangling"
55483 msgstr ""
55485 #: cp/decl2.cc:4877 cp/decl2.cc:4880
55486 #, gcc-internal-format
55487 msgid "the program should also define %qD"
55488 msgstr ""
55490 #: cp/decl2.cc:5214
55491 #, gcc-internal-format
55492 msgid "inline function %qD used but never defined"
55493 msgstr ""
55495 #: cp/decl2.cc:5441
55496 #, gcc-internal-format
55497 msgid "default argument missing for parameter %P of %q#D"
55498 msgstr ""
55500 #: cp/decl2.cc:5446
55501 #, gcc-internal-format
55502 msgid "...following parameter %P which has a default argument"
55503 msgstr ""
55505 #: cp/decl2.cc:5570
55506 #, gcc-internal-format
55507 msgid "implicitly-declared %qD is deprecated"
55508 msgstr ""
55510 #: cp/decl2.cc:5574
55511 #, gcc-internal-format
55512 msgid "because %qT has user-provided %qD"
55513 msgstr ""
55515 #. We mark a lambda conversion op as deleted if we can't
55516 #. generate it properly; see maybe_add_lambda_conv_op.
55517 #: cp/decl2.cc:5715
55518 #, gcc-internal-format
55519 msgid "converting lambda that uses %<...%> to function pointer"
55520 msgstr ""
55522 #: cp/decl2.cc:5718
55523 #, gcc-internal-format
55524 msgid "use of deleted function %qD"
55525 msgstr ""
55527 #: cp/decl2.cc:5772
55528 #, gcc-internal-format
55529 msgid "use of function %qD with unsatisfied constraints"
55530 msgstr "funkcija %qD se koristi s nezadovoljenim ograničenjima"
55532 #: cp/decl2.cc:5802
55533 #, gcc-internal-format
55534 msgid "use of built-in parameter pack %qD outside of a template"
55535 msgstr ""
55537 #: cp/error.cc:4092
55538 #, gcc-internal-format
55539 msgid "(no argument)"
55540 msgstr ""
55542 #: cp/error.cc:4184
55543 #, gcc-internal-format
55544 msgid "[...]"
55545 msgstr ""
55547 #: cp/error.cc:4531
55548 #, gcc-internal-format
55549 msgid "extended initializer lists only available with %<-std=c++11%> or %<-std=gnu++11%>"
55550 msgstr ""
55552 #: cp/error.cc:4536
55553 #, gcc-internal-format
55554 msgid "explicit conversion operators only available with %<-std=c++11%> or %<-std=gnu++11%>"
55555 msgstr ""
55557 #: cp/error.cc:4541
55558 #, gcc-internal-format
55559 msgid "variadic templates only available with %<-std=c++11%> or %<-std=gnu++11%>"
55560 msgstr ""
55562 #: cp/error.cc:4546
55563 #, gcc-internal-format
55564 msgid "lambda expressions only available with %<-std=c++11%> or %<-std=gnu++11%>"
55565 msgstr ""
55567 #: cp/error.cc:4551
55568 #, gcc-internal-format
55569 msgid "C++11 auto only available with %<-std=c++11%> or %<-std=gnu++11%>"
55570 msgstr ""
55572 #: cp/error.cc:4556
55573 #, gcc-internal-format
55574 msgid "scoped enums only available with %<-std=c++11%> or %<-std=gnu++11%>"
55575 msgstr ""
55577 #: cp/error.cc:4561
55578 #, gcc-internal-format
55579 msgid "defaulted and deleted functions only available with %<-std=c++11%> or %<-std=gnu++11%>"
55580 msgstr ""
55582 #: cp/error.cc:4567
55583 #, gcc-internal-format
55584 msgid "inline namespaces only available with %<-std=c++11%> or %<-std=gnu++11%>"
55585 msgstr ""
55587 #: cp/error.cc:4572
55588 #, gcc-internal-format
55589 msgid "override controls (override/final) only available with %<-std=c++11%> or %<-std=gnu++11%>"
55590 msgstr ""
55592 #: cp/error.cc:4577
55593 #, gcc-internal-format
55594 msgid "non-static data member initializers only available with %<-std=c++11%> or %<-std=gnu++11%>"
55595 msgstr ""
55597 #: cp/error.cc:4582
55598 #, gcc-internal-format
55599 msgid "user-defined literals only available with %<-std=c++11%> or %<-std=gnu++11%>"
55600 msgstr ""
55602 #: cp/error.cc:4587
55603 #, gcc-internal-format
55604 msgid "delegating constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
55605 msgstr ""
55607 #: cp/error.cc:4592
55608 #, gcc-internal-format
55609 msgid "inheriting constructors only available with %<-std=c++11%> or %<-std=gnu++11%>"
55610 msgstr ""
55612 #: cp/error.cc:4597
55613 #, gcc-internal-format
55614 msgid "C++11 attributes only available with %<-std=c++11%> or %<-std=gnu++11%>"
55615 msgstr ""
55617 #: cp/error.cc:4602
55618 #, gcc-internal-format
55619 msgid "ref-qualifiers only available with %<-std=c++11%> or %<-std=gnu++11%>"
55620 msgstr ""
55622 #: cp/error.cc:4652
55623 #, gcc-internal-format
55624 msgid "incomplete type %qT used in nested name specifier"
55625 msgstr ""
55627 #: cp/error.cc:4656
55628 #, gcc-internal-format
55629 msgid "reference to %<%T::%D%> is ambiguous"
55630 msgstr ""
55632 #: cp/error.cc:4670
55633 #, gcc-internal-format
55634 msgid "%qD is not a member of %qT; did you mean %qs?"
55635 msgstr ""
55637 #: cp/error.cc:4674 cp/typeck.cc:2883
55638 #, gcc-internal-format
55639 msgid "%qD is not a member of %qT"
55640 msgstr ""
55642 #: cp/error.cc:4696
55643 #, gcc-internal-format
55644 msgid "%qD is not a member of %qD; did you mean %qs?"
55645 msgstr ""
55647 #: cp/error.cc:4700 cp/typeck.cc:3476
55648 #, gcc-internal-format
55649 msgid "%qD is not a member of %qD"
55650 msgstr ""
55652 #: cp/error.cc:4711
55653 #, gcc-internal-format
55654 msgid "%<::%D%> has not been declared; did you mean %qs?"
55655 msgstr ""
55657 #: cp/error.cc:4715
55658 #, gcc-internal-format
55659 msgid "%<::%D%> has not been declared"
55660 msgstr ""
55662 #: cp/except.cc:377
55663 #, gcc-internal-format
55664 msgid "exception handling disabled, use %<-fexceptions%> to enable"
55665 msgstr ""
55667 #: cp/except.cc:623
55668 #, gcc-internal-format
55669 msgid "throwing NULL, which has integral, not pointer type"
55670 msgstr ""
55672 #: cp/except.cc:736
55673 #, gcc-internal-format
55674 msgid "  in thrown expression"
55675 msgstr ""
55677 #: cp/except.cc:881
55678 #, gcc-internal-format
55679 msgid "cannot declare %<catch%> parameter to be of rvalue reference type %qT"
55680 msgstr ""
55682 #: cp/except.cc:889
55683 #, gcc-internal-format
55684 msgid "cannot throw expression of type %qT because it involves types of variable size"
55685 msgstr ""
55687 #: cp/except.cc:892
55688 #, gcc-internal-format
55689 msgid "cannot catch type %qT because it involves types of variable size"
55690 msgstr ""
55692 #: cp/except.cc:992
55693 #, gcc-internal-format
55694 msgid "exception of type %qT will be caught by earlier handler"
55695 msgstr ""
55697 #: cp/except.cc:994
55698 #, gcc-internal-format
55699 msgid "for type %qT"
55700 msgstr ""
55702 #: cp/except.cc:1023
55703 #, gcc-internal-format
55704 msgid "%<...%> handler must be the last handler for its try block"
55705 msgstr ""
55707 #: cp/except.cc:1119
55708 #, gcc-internal-format
55709 msgid "noexcept-expression evaluates to %<false%> because of a call to %qD"
55710 msgstr ""
55712 #: cp/except.cc:1122
55713 #, gcc-internal-format
55714 msgid "but %qD does not throw; perhaps it should be declared %<noexcept%>"
55715 msgstr ""
55717 #: cp/expr.cc:233
55718 #, gcc-internal-format
55719 msgid "using value of assignment with %<volatile%>-qualified left operand is deprecated"
55720 msgstr ""
55722 #: cp/friend.cc:194
55723 #, gcc-internal-format
55724 msgid "%qD is already a friend of class %qT"
55725 msgstr ""
55727 #: cp/friend.cc:291
55728 #, gcc-internal-format
55729 msgid "invalid type %qT declared %<friend%>"
55730 msgstr ""
55732 #. template <class U> friend class T::X<U>;
55733 #. [temp.friend]
55734 #. Friend declarations shall not declare partial
55735 #. specializations.
55736 #: cp/friend.cc:308 cp/friend.cc:356
55737 #, gcc-internal-format
55738 msgid "partial specialization %qT declared %<friend%>"
55739 msgstr ""
55741 #: cp/friend.cc:322
55742 #, gcc-internal-format
55743 msgid "perhaps you need explicit template arguments in your nested-name-specifier"
55744 msgstr ""
55746 #: cp/friend.cc:334
55747 #, gcc-internal-format
55748 msgid "class %qT is implicitly friends with itself"
55749 msgstr ""
55751 #: cp/friend.cc:397
55752 #, gcc-internal-format
55753 msgid "%qT is not a member of %qT"
55754 msgstr ""
55756 #: cp/friend.cc:403
55757 #, gcc-internal-format
55758 msgid "%qT is not a member class template of %qT"
55759 msgstr ""
55761 #: cp/friend.cc:413
55762 #, gcc-internal-format
55763 msgid "%qT is not a nested class of %qT"
55764 msgstr ""
55766 #. template <class T> friend class T;
55767 #: cp/friend.cc:427
55768 #, gcc-internal-format
55769 msgid "template parameter type %qT declared %<friend%>"
55770 msgstr ""
55772 #. template <class T> friend class A; where A is not a template
55773 #: cp/friend.cc:435
55774 #, gcc-internal-format
55775 msgid "%q#T is not a template"
55776 msgstr ""
55778 #: cp/friend.cc:458
55779 #, gcc-internal-format
55780 msgid "%qD is already a friend of %qT"
55781 msgstr ""
55783 #: cp/friend.cc:468
55784 #, gcc-internal-format
55785 msgid "%qT is already a friend of %qT"
55786 msgstr ""
55788 #: cp/friend.cc:521
55789 #, gcc-internal-format
55790 msgid "friend declaration %qD may not have virt-specifiers"
55791 msgstr ""
55793 #: cp/friend.cc:607
55794 #, gcc-internal-format
55795 msgid "member %qD declared as friend before type %qT defined"
55796 msgstr ""
55798 #: cp/friend.cc:657
55799 #, gcc-internal-format
55800 msgid "friend declaration %q#D declares a non-template function"
55801 msgstr ""
55803 #: cp/friend.cc:661
55804 #, gcc-internal-format
55805 msgid "(if this is not what you intended, make sure the function template has already been declared and add %<<>%> after the function name here)"
55806 msgstr ""
55808 #: cp/init.cc:398
55809 #, gcc-internal-format
55810 msgid "value-initialization of incomplete type %qT"
55811 msgstr ""
55813 #: cp/init.cc:481
55814 #, gcc-internal-format
55815 msgid "cannot value-initialize array of unknown bound %qT"
55816 msgstr ""
55818 #: cp/init.cc:520
55819 #, gcc-internal-format
55820 msgid "value-initialization of function type %qT"
55821 msgstr ""
55823 #: cp/init.cc:526
55824 #, gcc-internal-format
55825 msgid "value-initialization of reference type %qT"
55826 msgstr ""
55828 #: cp/init.cc:597
55829 #, gcc-internal-format
55830 msgid "recursive instantiation of default member initializer for %qD"
55831 msgstr ""
55833 #: cp/init.cc:665
55834 #, gcc-internal-format
55835 msgid "default member initializer for %qD required before the end of its enclosing class"
55836 msgstr ""
55838 #: cp/init.cc:735
55839 #, gcc-internal-format
55840 msgid "initializer for flexible array member %q#D"
55841 msgstr ""
55843 #: cp/init.cc:800
55844 #, gcc-internal-format
55845 msgid "initializing %qD from %qE does not extend the lifetime of the underlying array"
55846 msgstr ""
55848 #: cp/init.cc:904 cp/init.cc:985
55849 #, gcc-internal-format
55850 msgid "%qD is initialized with itself"
55851 msgstr ""
55853 #: cp/init.cc:910
55854 #, gcc-internal-format
55855 msgid "reference %qD is not yet bound to a value when used here"
55856 msgstr ""
55858 #: cp/init.cc:914
55859 #, gcc-internal-format
55860 msgid "member %qD is used uninitialized"
55861 msgstr ""
55863 #: cp/init.cc:962
55864 #, gcc-internal-format
55865 msgid "%qD should be initialized in the member initialization list"
55866 msgstr ""
55868 #: cp/init.cc:1106
55869 #, gcc-internal-format
55870 msgid "invalid initializer for array member %q#D"
55871 msgstr ""
55873 #: cp/init.cc:1121 cp/init.cc:1147 cp/init.cc:2742 cp/method.cc:2450
55874 #, gcc-internal-format
55875 msgid "uninitialized const member in %q#T"
55876 msgstr ""
55878 #: cp/init.cc:1123 cp/init.cc:1141 cp/init.cc:1149 cp/init.cc:2727
55879 #: cp/init.cc:2755 cp/method.cc:2453 cp/method.cc:2464
55880 #, gcc-internal-format
55881 msgid "%q#D should be initialized"
55882 msgstr ""
55884 #: cp/init.cc:1139 cp/init.cc:2714 cp/method.cc:2461
55885 #, gcc-internal-format
55886 msgid "uninitialized reference member in %q#T"
55887 msgstr ""
55889 #: cp/init.cc:1324
55890 #, gcc-internal-format
55891 msgid "%qD will be initialized after"
55892 msgstr ""
55894 #: cp/init.cc:1327
55895 #, gcc-internal-format
55896 msgid "base %qT will be initialized after"
55897 msgstr ""
55899 #: cp/init.cc:1331
55900 #, gcc-internal-format
55901 msgid "  %q#D"
55902 msgstr ""
55904 #: cp/init.cc:1333
55905 #, gcc-internal-format
55906 msgid "  base %qT"
55907 msgstr ""
55909 #: cp/init.cc:1335
55910 #, gcc-internal-format
55911 msgid "  when initialized here"
55912 msgstr ""
55914 #: cp/init.cc:1352
55915 #, gcc-internal-format
55916 msgid "multiple initializations given for %qD"
55917 msgstr ""
55919 #: cp/init.cc:1356
55920 #, gcc-internal-format
55921 msgid "multiple initializations given for base %qT"
55922 msgstr ""
55924 #: cp/init.cc:1443
55925 #, gcc-internal-format
55926 msgid "initializations for multiple members of %qT"
55927 msgstr ""
55929 #: cp/init.cc:1552
55930 #, gcc-internal-format
55931 msgid "base class %q#T should be explicitly initialized in the copy constructor"
55932 msgstr ""
55934 #: cp/init.cc:1788 cp/init.cc:1807
55935 #, gcc-internal-format
55936 msgid "class %qT does not have any field named %qD"
55937 msgstr ""
55939 #: cp/init.cc:1794
55940 #, gcc-internal-format
55941 msgid "%q#D is a static data member; it can only be initialized at its definition"
55942 msgstr ""
55944 #: cp/init.cc:1801
55945 #, gcc-internal-format
55946 msgid "%q#D is not a non-static data member of %qT"
55947 msgstr ""
55949 #: cp/init.cc:1840
55950 #, gcc-internal-format
55951 msgid "unnamed initializer for %qT, which has no base classes"
55952 msgstr ""
55954 #: cp/init.cc:1848
55955 #, gcc-internal-format
55956 msgid "unnamed initializer for %qT, which uses multiple inheritance"
55957 msgstr ""
55959 #: cp/init.cc:1895
55960 #, gcc-internal-format
55961 msgid "%qD is both a direct base and an indirect virtual base"
55962 msgstr ""
55964 #: cp/init.cc:1903
55965 #, gcc-internal-format
55966 msgid "type %qT is not a direct or virtual base of %qT"
55967 msgstr ""
55969 #: cp/init.cc:1906
55970 #, gcc-internal-format
55971 msgid "type %qT is not a direct base of %qT"
55972 msgstr ""
55974 #: cp/init.cc:2018 cp/init.cc:4906 cp/typeck2.cc:1375
55975 #, gcc-internal-format
55976 msgid "array must be initialized with a brace-enclosed initializer"
55977 msgstr ""
55979 #: cp/init.cc:2339 cp/semantics.cc:3825 rust/backend/rust-tree.cc:4120
55980 #, gcc-internal-format
55981 msgid "%qT is not a class type"
55982 msgstr ""
55984 #: cp/init.cc:2397
55985 #, gcc-internal-format
55986 msgid "incomplete type %qT does not have member %qD"
55987 msgstr ""
55989 #: cp/init.cc:2411
55990 #, gcc-internal-format
55991 msgid "invalid pointer to bit-field %qD"
55992 msgstr ""
55994 #: cp/init.cc:2497 cp/typeck.cc:2361 rust/backend/rust-tree.cc:3763
55995 #, gcc-internal-format
55996 msgid "invalid use of non-static member function %qD"
55997 msgstr ""
55999 #: cp/init.cc:2504 cp/semantics.cc:2191
56000 #, gcc-internal-format
56001 msgid "invalid use of non-static data member %qD"
56002 msgstr ""
56004 #: cp/init.cc:2711
56005 #, gcc-internal-format
56006 msgid "uninitialized reference member in %q#T using %<new%> without new-initializer"
56007 msgstr ""
56009 #: cp/init.cc:2719
56010 #, gcc-internal-format
56011 msgid "uninitialized reference member in base %q#T of %q#T using %<new%> without new-initializer"
56012 msgstr ""
56014 #: cp/init.cc:2723
56015 #, gcc-internal-format
56016 msgid "uninitialized reference member in base %q#T of %q#T"
56017 msgstr ""
56019 #: cp/init.cc:2739
56020 #, gcc-internal-format
56021 msgid "uninitialized const member in %q#T using %<new%> without new-initializer"
56022 msgstr ""
56024 #: cp/init.cc:2747
56025 #, gcc-internal-format
56026 msgid "uninitialized const member in base %q#T of %q#T using %<new%> without new-initializer"
56027 msgstr ""
56029 #: cp/init.cc:2751
56030 #, gcc-internal-format
56031 msgid "uninitialized const member in base %q#T of %q#T"
56032 msgstr ""
56034 #: cp/init.cc:2866
56035 #, gcc-internal-format
56036 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size %qwi"
56037 msgstr ""
56039 #: cp/init.cc:2869
56040 #, gcc-internal-format
56041 msgid "placement new constructing an object of type %<%T [%wu]%> and size %qwu in a region of type %qT and size at most %qwu"
56042 msgstr ""
56044 #: cp/init.cc:2879
56045 #, gcc-internal-format
56046 msgid "placement new constructing an array of objects of type %qT and size %qwu in a region of type %qT and size %qwi"
56047 msgstr ""
56049 #: cp/init.cc:2882
56050 #, gcc-internal-format
56051 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"
56052 msgstr ""
56054 #: cp/init.cc:2891
56055 #, gcc-internal-format
56056 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size %qwi"
56057 msgstr ""
56059 #: cp/init.cc:2894
56060 #, gcc-internal-format
56061 msgid "placement new constructing an object of type %qT and size %qwu in a region of type %qT and size at most %qwu"
56062 msgstr ""
56064 #: cp/init.cc:2911
56065 #, gcc-internal-format
56066 msgid "at offset %wi from %qD declared here"
56067 msgstr ""
56069 #: cp/init.cc:2915
56070 #, gcc-internal-format
56071 msgid "at offset [%wi, %wi] from %qD declared here"
56072 msgstr ""
56074 #: cp/init.cc:3113
56075 #, gcc-internal-format
56076 msgid "integer overflow in array size"
56077 msgstr ""
56079 #: cp/init.cc:3123
56080 #, gcc-internal-format
56081 msgid "array size in new-expression must be constant"
56082 msgstr ""
56084 #: cp/init.cc:3141
56085 #, gcc-internal-format
56086 msgid "variably modified type not allowed in new-expression"
56087 msgstr ""
56089 #: cp/init.cc:3157
56090 #, gcc-internal-format
56091 msgid "non-constant array new length must be specified directly, not by %<typedef%>"
56092 msgstr ""
56094 #: cp/init.cc:3159
56095 #, gcc-internal-format
56096 msgid "non-constant array new length must be specified without parentheses around the type-id"
56097 msgstr ""
56099 #: cp/init.cc:3169
56100 #, gcc-internal-format
56101 msgid "invalid type %<void%> for %<new%>"
56102 msgstr ""
56104 #: cp/init.cc:3175
56105 #, gcc-internal-format
56106 msgid "%<new%> of %<initializer_list%> does not extend the lifetime of the underlying array"
56107 msgstr ""
56109 #: cp/init.cc:3217
56110 #, gcc-internal-format
56111 msgid "uninitialized const in %<new%> of %q#T"
56112 msgstr ""
56114 #: cp/init.cc:3373
56115 #, gcc-internal-format
56116 msgid "no suitable %qD found in class %qT"
56117 msgstr ""
56119 #: cp/init.cc:3380 cp/search.cc:1200
56120 #, gcc-internal-format
56121 msgid "request for member %qD is ambiguous"
56122 msgstr ""
56124 #: cp/init.cc:3461
56125 #, gcc-internal-format
56126 msgid "%<new%> of type %qT with extended alignment %d"
56127 msgstr ""
56129 #: cp/init.cc:3464
56130 #, gcc-internal-format
56131 msgid "uses %qD, which does not have an alignment parameter"
56132 msgstr ""
56134 #: cp/init.cc:3467
56135 #, gcc-internal-format
56136 msgid "use %<-faligned-new%> to enable C++17 over-aligned new support"
56137 msgstr ""
56139 #: cp/init.cc:3663
56140 #, gcc-internal-format
56141 msgid "parenthesized initializer in array new"
56142 msgstr ""
56144 #: cp/init.cc:3939
56145 #, gcc-internal-format
56146 msgid "size in array new must have integral type"
56147 msgstr ""
56149 #: cp/init.cc:3968
56150 #, gcc-internal-format
56151 msgid "new cannot be applied to a reference type"
56152 msgstr ""
56154 #: cp/init.cc:3977
56155 #, gcc-internal-format
56156 msgid "new cannot be applied to a function type"
56157 msgstr ""
56159 #: cp/init.cc:4097
56160 #, gcc-internal-format
56161 msgid "possible problem detected in invocation of operator %<delete []%>"
56162 msgstr ""
56164 #: cp/init.cc:4101
56165 #, gcc-internal-format
56166 msgid "neither the destructor nor the class-specific operator %<delete []%> will be called, even if they are declared when the class is defined"
56167 msgstr ""
56169 #: cp/init.cc:4810
56170 #, gcc-internal-format
56171 msgid "initializer ends prematurely"
56172 msgstr ""
56174 #: cp/init.cc:5106
56175 #, gcc-internal-format
56176 msgid "unknown array size in delete"
56177 msgstr ""
56179 #: cp/init.cc:5140
56180 #, gcc-internal-format
56181 msgid "possible problem detected in invocation of %<operator delete%>"
56182 msgstr ""
56184 #: cp/init.cc:5145
56185 #, gcc-internal-format
56186 msgid "neither the destructor nor the class-specific %<operator delete%> will be called, even if they are declared when the class is defined"
56187 msgstr ""
56189 #: cp/init.cc:5160
56190 #, gcc-internal-format
56191 msgid "deleting object of abstract class type %qT which has non-virtual destructor will cause undefined behavior"
56192 msgstr ""
56194 #: cp/init.cc:5165
56195 #, gcc-internal-format
56196 msgid "deleting object of polymorphic class type %qT which has non-virtual destructor might cause undefined behavior"
56197 msgstr ""
56199 #: cp/init.cc:5472
56200 #, gcc-internal-format
56201 msgid "type to vector delete is neither pointer or array type"
56202 msgstr ""
56204 #: cp/lambda.cc:546
56205 #, gcc-internal-format
56206 msgid "array of runtime bound cannot be captured by copy, only by reference"
56207 msgstr ""
56209 #: cp/lambda.cc:561
56210 #, gcc-internal-format
56211 msgid "capture of variably-modified type %qT that is not an N3639 array of runtime bound"
56212 msgstr ""
56214 #: cp/lambda.cc:565
56215 #, gcc-internal-format
56216 msgid "because the array element type %qT has variable size"
56217 msgstr ""
56219 #: cp/lambda.cc:589
56220 #, gcc-internal-format
56221 msgid "cannot capture %qE by reference"
56222 msgstr ""
56224 #: cp/lambda.cc:599
56225 #, gcc-internal-format
56226 msgid "capture by copy of incomplete type %qT"
56227 msgstr ""
56229 #: cp/lambda.cc:654
56230 #, gcc-internal-format
56231 msgid "trying to capture %qD in instantiation of generic lambda"
56232 msgstr ""
56234 #: cp/lambda.cc:730
56235 #, gcc-internal-format
56236 msgid "implicit capture of %qE via %<[=]%> is deprecated in C++20"
56237 msgstr ""
56239 #: cp/lambda.cc:732
56240 #, gcc-internal-format
56241 msgid "add explicit %<this%> or %<*this%> capture"
56242 msgstr ""
56244 #: cp/lambda.cc:852
56245 #, gcc-internal-format
56246 msgid "%<this%> was not captured for this lambda function"
56247 msgstr ""
56249 #: cp/lex.cc:610
56250 #, gcc-internal-format
56251 msgid "invalid %<#pragma %s%>"
56252 msgstr ""
56254 #: cp/lex.cc:618
56255 #, gcc-internal-format
56256 msgid "%<#pragma vtable%> no longer supported"
56257 msgstr ""
56259 #: cp/lex.cc:690
56260 #, gcc-internal-format
56261 msgid "%<#pragma implementation%> for %qs appears after file is included"
56262 msgstr ""
56264 #: cp/lex.cc:718
56265 #, gcc-internal-format
56266 msgid "%qD not defined"
56267 msgstr ""
56269 #: cp/lex.cc:730
56270 #, gcc-internal-format
56271 msgid "%qD was not declared in this scope; did you mean %qs?"
56272 msgstr ""
56274 #: cp/lex.cc:734
56275 #, gcc-internal-format
56276 msgid "%qD was not declared in this scope"
56277 msgstr ""
56279 #. In a template, it is invalid to write "f()" or "f(3)" if no
56280 #. declaration of "f" is available.  Historically, G++ and most
56281 #. other compilers accepted that usage since they deferred all name
56282 #. lookup until instantiation time rather than doing unqualified
56283 #. name lookup at template definition time; explain to the user what
56284 #. is going wrong.
56286 #. Note that we have the exact wording of the following message in
56287 #. the manual (trouble.texi, node "Name lookup"), so they need to
56288 #. be kept in synch.
56289 #: cp/lex.cc:776
56290 #, gcc-internal-format
56291 msgid "there are no arguments to %qD that depend on a template parameter, so a declaration of %qD must be available"
56292 msgstr ""
56294 #: cp/lex.cc:785
56295 #, gcc-internal-format
56296 msgid "(if you use %<-fpermissive%>, G++ will accept your code, but allowing the use of an undeclared name is deprecated)"
56297 msgstr ""
56299 #: cp/logic.cc:303
56300 #, gcc-internal-format
56301 msgid "  # %E"
56302 msgstr ""
56304 #: cp/mangle.cc:2503
56305 #, gcc-internal-format
56306 msgid "mangling %<typeof%>, use %<decltype%> instead"
56307 msgstr ""
56309 #: cp/mangle.cc:2507
56310 #, gcc-internal-format
56311 msgid "use of built-in trait %qT in function signature; use library traits instead"
56312 msgstr ""
56314 #: cp/mangle.cc:3561
56315 #, gcc-internal-format
56316 msgid "use of built-in trait %qE in function signature; use library traits instead"
56317 msgstr ""
56319 #: cp/mangle.cc:3566
56320 #, gcc-internal-format, gfc-internal-format
56321 msgid "mangling %C"
56322 msgstr ""
56324 #: cp/mangle.cc:3642
56325 #, gcc-internal-format
56326 msgid "omitted middle operand to %<?:%> operand cannot be mangled"
56327 msgstr ""
56329 #: cp/mangle.cc:4210
56330 #, gcc-internal-format
56331 msgid "mangled name for %qD will change in C++17 because the exception specification is part of a function type"
56332 msgstr ""
56334 #: cp/mangle.cc:4256
56335 #, gcc-internal-format
56336 msgid "the mangled name of %qD changed between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
56337 msgstr ""
56339 #: cp/mangle.cc:4262
56340 #, gcc-internal-format
56341 msgid "the mangled name of %qD changes between %<%s=%d%> (%qD) and %<%s=%d%> (%qD)"
56342 msgstr ""
56344 #: cp/mangle.cc:4534
56345 #, gcc-internal-format
56346 msgid "the mangled name of a thunk for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56347 msgstr ""
56349 #: cp/mangle.cc:4539
56350 #, gcc-internal-format
56351 msgid "the mangled name of %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56352 msgstr ""
56354 #: cp/mangle.cc:4544
56355 #, gcc-internal-format
56356 msgid "the mangled name of the initialization guard variable for %qD changes between %<-fabi-version=%d%> and %<-fabi-version=%d%>"
56357 msgstr ""
56359 #: cp/mapper-client.cc:312
56360 #, gcc-internal-format
56361 msgid "failed %s mapper %qs line %u"
56362 msgstr ""
56364 #: cp/mapper-client.cc:313
56365 #, gcc-internal-format
56366 msgid "failed %s mapper %qs"
56367 msgstr "neuspješni %s ‘mapper’ %ss"
56369 #: cp/mapper-client.cc:325
56370 #, gcc-internal-format, gfc-internal-format
56371 msgid "failed mapper handshake %s"
56372 msgstr ""
56374 #: cp/mapper-client.cc:359
56375 #, gcc-internal-format, gfc-internal-format
56376 msgid "mapper died by signal %s"
56377 msgstr ""
56379 #: cp/mapper-client.cc:362
56380 #, gcc-internal-format, gfc-internal-format
56381 msgid "mapper exit status %d"
56382 msgstr ""
56384 #: cp/method.cc:855 cp/method.cc:2403
56385 #, gcc-internal-format
56386 msgid "non-static const member %q#D, cannot use default assignment operator"
56387 msgstr ""
56389 #: cp/method.cc:861 cp/method.cc:2409
56390 #, gcc-internal-format
56391 msgid "non-static reference member %q#D, cannot use default assignment operator"
56392 msgstr ""
56394 #: cp/method.cc:951
56395 #, gcc-internal-format
56396 msgid "%qD is not a static data member"
56397 msgstr ""
56399 #: cp/method.cc:952
56400 #, gcc-internal-format
56401 msgid "determining value of %qs"
56402 msgstr ""
56404 #: cp/method.cc:979
56405 #, gcc-internal-format
56406 msgid "forming type of %qs"
56407 msgstr ""
56409 #: cp/method.cc:1170
56410 #, gcc-internal-format
56411 msgid "defaulted %qD only available with %<-std=c++20%> or %<-std=gnu++20%>"
56412 msgstr ""
56414 #: cp/method.cc:1185
56415 #, gcc-internal-format
56416 msgid "defaulted %qD must return %<bool%>"
56417 msgstr ""
56419 #: cp/method.cc:1193
56420 #, gcc-internal-format
56421 msgid "defaulted %qD must be %<const%>"
56422 msgstr ""
56424 #: cp/method.cc:1198
56425 #, gcc-internal-format
56426 msgid "defaulted %qD must not have %<&&%> ref-qualifier"
56427 msgstr ""
56429 #: cp/method.cc:1225
56430 #, gcc-internal-format
56431 msgid "defaulted %qD is not a friend of %qT"
56432 msgstr ""
56434 #: cp/method.cc:1234
56435 #, gcc-internal-format
56436 msgid "defaulted member %qD must have parameter type %<const %T&%>"
56437 msgstr ""
56439 #: cp/method.cc:1237
56440 #, gcc-internal-format
56441 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT"
56442 msgstr ""
56444 #: cp/method.cc:1240
56445 #, gcc-internal-format
56446 msgid "defaulted %qD must have parameters of either type %<const %T&%> or %qT, not both"
56447 msgstr ""
56449 #. Return type is auto, suggest changing it.
56450 #: cp/method.cc:1397
56451 #, gcc-internal-format
56452 msgid "changing the return type from %qs to a comparison category type will allow the comparison to use %qs and %qs"
56453 msgstr ""
56455 #: cp/method.cc:1417
56456 #, gcc-internal-format
56457 msgid "three-way comparison of %qD has type %qT, not a comparison category type"
56458 msgstr ""
56460 #: cp/method.cc:1426
56461 #, gcc-internal-format
56462 msgid "three-way comparison of %qD has type %qT, which does not convert to %qT"
56463 msgstr ""
56465 #: cp/method.cc:1471
56466 #, gcc-internal-format
56467 msgid "cannot default compare union %qT"
56468 msgstr ""
56470 #: cp/method.cc:1539
56471 #, gcc-internal-format
56472 msgid "cannot default compare reference member %qD"
56473 msgstr ""
56475 #: cp/method.cc:1548
56476 #, gcc-internal-format
56477 msgid "cannot default compare anonymous union member"
56478 msgstr ""
56480 #: cp/method.cc:1566
56481 #, gcc-internal-format
56482 msgid "cannot default compare flexible array member"
56483 msgstr ""
56485 #: cp/method.cc:1853
56486 #, gcc-internal-format
56487 msgid "synthesized method %qD first required here"
56488 msgstr ""
56490 #: cp/method.cc:2326
56491 #, gcc-internal-format
56492 msgid "union member %q+D with non-trivial %qD"
56493 msgstr ""
56495 #: cp/method.cc:2337
56496 #, gcc-internal-format
56497 msgid "defaulted destructor calls non-%<constexpr%> %qD"
56498 msgstr ""
56500 #: cp/method.cc:2338
56501 #, gcc-internal-format
56502 msgid "defaulted constructor calls non-%<constexpr%> %qD"
56503 msgstr ""
56505 #: cp/method.cc:2426
56506 #, gcc-internal-format
56507 msgid "initializer for %q#D is invalid"
56508 msgstr ""
56510 #: cp/method.cc:2483
56511 #, gcc-internal-format
56512 msgid "defaulted default constructor does not initialize %q#D"
56513 msgstr ""
56515 #: cp/method.cc:2494
56516 #, gcc-internal-format
56517 msgid "copying non-static data member %q#D of rvalue reference type"
56518 msgstr ""
56520 #. A trivial constructor doesn't have any NSDMI.
56521 #: cp/method.cc:2712
56522 #, gcc-internal-format
56523 msgid "defaulted default constructor does not initialize any non-static data member"
56524 msgstr ""
56526 #: cp/method.cc:2755
56527 #, gcc-internal-format
56528 msgid "defaulted move assignment for %qT calls a non-trivial move assignment operator for virtual base %qT"
56529 msgstr ""
56531 #: cp/method.cc:2886
56532 #, gcc-internal-format
56533 msgid "a lambda closure type has a deleted default constructor"
56534 msgstr ""
56536 #: cp/method.cc:2889
56537 #, gcc-internal-format
56538 msgid "a lambda closure type has a deleted copy assignment operator"
56539 msgstr ""
56541 #: cp/method.cc:2898
56542 #, gcc-internal-format
56543 msgid "%q#D is implicitly declared as deleted because %qT declares a move constructor or move assignment operator"
56544 msgstr ""
56546 #: cp/method.cc:2909
56547 #, gcc-internal-format
56548 msgid "%q#D inherits from multiple base subobjects"
56549 msgstr ""
56551 #: cp/method.cc:2917 cp/method.cc:2941
56552 #, gcc-internal-format
56553 msgid "%q#D is implicitly deleted because the default definition would be ill-formed:"
56554 msgstr ""
56556 #: cp/method.cc:2950
56557 msgid "%q#F is implicitly deleted because its exception-specification does not match the implicit exception-specification %qX"
56558 msgstr ""
56560 #: cp/method.cc:3353
56561 #, gcc-internal-format
56562 msgid "defaulted declaration %q+D does not match the expected signature"
56563 msgstr ""
56565 #: cp/method.cc:3356
56566 #, gcc-internal-format
56567 msgid "expected signature: %qD"
56568 msgstr ""
56570 #: cp/method.cc:3388
56571 #, gcc-internal-format
56572 msgid "explicitly defaulted function %q+D cannot be declared %qs because the implicit declaration is not %qs:"
56573 msgstr ""
56575 #: cp/method.cc:3408
56576 #, gcc-internal-format
56577 msgid "a template cannot be defaulted"
56578 msgstr ""
56580 #: cp/method.cc:3443
56581 #, gcc-internal-format
56582 msgid "%qD cannot be defaulted"
56583 msgstr ""
56585 #: cp/method.cc:3452
56586 #, gcc-internal-format
56587 msgid "defaulted function %q+D with default argument"
56588 msgstr ""
56590 #: cp/module.cc:1551
56591 #, gcc-internal-format
56592 msgid "section %qs is missing or corrupted"
56593 msgstr ""
56595 #: cp/module.cc:1553
56596 #, gcc-internal-format, gfc-internal-format
56597 msgid "section #%u is missing or corrupted"
56598 msgstr ""
56600 #: cp/module.cc:1775
56601 #, gcc-internal-format
56602 msgid "not Encapsulated Lazy Records of Named Declarations"
56603 msgstr ""
56605 #: cp/module.cc:1790
56606 #, gcc-internal-format
56607 msgid "unexpected encapsulation format or type"
56608 msgstr ""
56610 #: cp/module.cc:1799
56611 #, gcc-internal-format
56612 msgid "encapsulation is malformed"
56613 msgstr ""
56615 #: cp/module.cc:11308
56616 #, gcc-internal-format
56617 msgid "conflicting global module declaration %#qD"
56618 msgstr ""
56620 #: cp/module.cc:11310
56621 #, gcc-internal-format
56622 msgid "existing declaration %#qD"
56623 msgstr ""
56625 #: cp/module.cc:12327
56626 #, gcc-internal-format
56627 msgid "definition of %qD does not match"
56628 msgstr ""
56630 #: cp/module.cc:12329
56631 #, gcc-internal-format
56632 msgid "existing definition %qD"
56633 msgstr ""
56635 #: cp/module.cc:12341
56636 #, gcc-internal-format
56637 msgid "... this enumerator %qD"
56638 msgstr ""
56640 #: cp/module.cc:12343
56641 #, gcc-internal-format
56642 msgid "enumerator %qD does not match ..."
56643 msgstr ""
56645 #: cp/module.cc:12349
56646 #, gcc-internal-format
56647 msgid "additional enumerators beginning with %qD"
56648 msgstr ""
56650 #: cp/module.cc:12353
56651 #, gcc-internal-format
56652 msgid "enumeration range differs"
56653 msgstr ""
56655 #: cp/module.cc:13482
56656 #, gcc-internal-format
56657 msgid "%q#D references internal linkage entity %q#D"
56658 msgstr ""
56660 #: cp/module.cc:14059
56661 #, gcc-internal-format
56662 msgid "recursive lazy load"
56663 msgstr ""
56665 #. Cannot import the current module.
56666 #: cp/module.cc:14078
56667 #, gcc-internal-format
56668 msgid "cannot import module in its own purview"
56669 msgstr ""
56671 #: cp/module.cc:14079 cp/module.cc:19271
56672 #, gcc-internal-format
56673 msgid "module %qs declared here"
56674 msgstr ""
56676 #: cp/module.cc:14423
56677 #, gcc-internal-format
56678 msgid "indirect import %qs is not already loaded"
56679 msgstr ""
56681 #: cp/module.cc:14429
56682 #, gcc-internal-format
56683 msgid "import %qs has CRC mismatch"
56684 msgstr ""
56686 #: cp/module.cc:16226
56687 #, gcc-internal-format
56688 msgid "unable to represent further imported source locations"
56689 msgstr ""
56691 #: cp/module.cc:17099
56692 #, gcc-internal-format
56693 msgid "not exporting %<#define %E%> as it is a keyword"
56694 msgstr ""
56696 #: cp/module.cc:17339
56697 #, gcc-internal-format
56698 msgid "macro definitions of %qE corrupted"
56699 msgstr ""
56701 #: cp/module.cc:17363 cp/module.cc:17366
56702 #, gcc-internal-format
56703 msgid "inconsistent imported macro definition %qE"
56704 msgstr ""
56706 #: cp/module.cc:17372
56707 #, gcc-internal-format
56708 msgid "%<#undef %E%>"
56709 msgstr ""
56711 #: cp/module.cc:17374
56712 #, gcc-internal-format
56713 msgid "%<#define %s%>"
56714 msgstr ""
56716 #: cp/module.cc:17606
56717 #, gcc-internal-format
56718 msgid "compiled module file is %qs"
56719 msgstr ""
56721 #: cp/module.cc:17643 cp/module.cc:17648
56722 #, gcc-internal-format, gfc-internal-format
56723 msgid "compiled module is %sversion %s"
56724 msgstr "kompilirani modul je %sversion %s"
56726 #: cp/module.cc:17654
56727 #, gcc-internal-format, gfc-internal-format
56728 msgid "compiler is %sversion %s%s%s"
56729 msgstr "kompajler je %sversion %s%s%s"
56731 #: cp/module.cc:17684
56732 #, gcc-internal-format
56733 msgid "module %qs found"
56734 msgstr ""
56736 #: cp/module.cc:17686
56737 #, gcc-internal-format
56738 msgid "header module expected, module %qs found"
56739 msgstr ""
56741 #: cp/module.cc:17687
56742 #, gcc-internal-format
56743 msgid "module %qs expected, header module found"
56744 msgstr ""
56746 #: cp/module.cc:17702
56747 #, gcc-internal-format
56748 msgid "module %qs CRC mismatch"
56749 msgstr ""
56751 #: cp/module.cc:17716
56752 #, gcc-internal-format
56753 msgid "target & host is %qs:%qs, expected %qs:%qs"
56754 msgstr ""
56756 #: cp/module.cc:17728
56757 #, gcc-internal-format
56758 msgid "language dialect differs %qs, expected %qs"
56759 msgstr ""
56761 #: cp/module.cc:17744
56762 #, gcc-internal-format
56763 msgid "module contains OpenMP, use %<-fopenmp%> to enable"
56764 msgstr ""
56766 #: cp/module.cc:17761
56767 #, gcc-internal-format
56768 msgid "fixed tree mismatch"
56769 msgstr ""
56771 #: cp/module.cc:17852
56772 #, gcc-internal-format
56773 msgid "interface partition is not exported"
56774 msgstr ""
56776 #: cp/module.cc:18409
56777 #, gcc-internal-format, gfc-internal-format
56778 msgid "failed to read compiled module cluster %u: %s"
56779 msgstr ""
56781 #: cp/module.cc:18447
56782 #, gcc-internal-format, gfc-internal-format
56783 msgid "failed to read compiled module: %s"
56784 msgstr "nije uspjelo pročitati kompilirani modul: %s"
56786 #: cp/module.cc:18457
56787 #, gcc-internal-format
56788 msgid "consider using %<-fno-module-lazy%>, increasing %<-param-lazy-modules=%u%> value, or increasing the per-process file descriptor limit"
56789 msgstr ""
56791 #: cp/module.cc:18462
56792 #, gcc-internal-format
56793 msgid "imports must be built before being imported"
56794 msgstr ""
56796 #: cp/module.cc:18465
56797 #, gcc-internal-format
56798 msgid "returning to the gate for a mechanical issue"
56799 msgstr ""
56801 #: cp/module.cc:18968
56802 #, gcc-internal-format
56803 msgid "reading CMI %qs"
56804 msgstr "čitamo CMI %qs"
56806 #: cp/module.cc:19116
56807 #, gcc-internal-format
56808 msgid "failed to load binding %<%E%s%E%>"
56809 msgstr "nije uspjelo učitati vezanja %<%E%s%E%>"
56811 #: cp/module.cc:19117
56812 #, gcc-internal-format
56813 msgid "failed to load binding %<%E%s%E@%s%>"
56814 msgstr ""
56816 #: cp/module.cc:19124
56817 #, gcc-internal-format
56818 msgid "during load of binding %<%E%s%E%>"
56819 msgstr ""
56821 #: cp/module.cc:19125
56822 #, gcc-internal-format
56823 msgid "during load of binding %<%E%s%E@%s%>"
56824 msgstr ""
56826 #: cp/module.cc:19187
56827 #, gcc-internal-format
56828 msgid "failed to load pendings for %<%E%s%E%>"
56829 msgstr "nije uspjelo učitati jedinice na čekanju za %<%E%s%E%>"
56831 #: cp/module.cc:19191
56832 #, gcc-internal-format
56833 msgid "during load of pendings for %<%E%s%E%>"
56834 msgstr ""
56836 #. Only header units should appear inside language
56837 #. specifications.  The std doesn't specify this, but I think
56838 #. that's an error in resolving US 033, because language linkage
56839 #. is also our escape clause to getting things into the global
56840 #. module, so we don't want to confuse things by having to think
56841 #. about whether 'extern "C++" { import foo; }' puts foo's
56842 #. contents into the global module all of a sudden.
56843 #: cp/module.cc:19236
56844 #, gcc-internal-format
56845 msgid "import of named module %qs inside language-linkage block"
56846 msgstr ""
56848 #: cp/module.cc:19266
56849 #, gcc-internal-format
56850 msgid "module already declared"
56851 msgstr ""
56853 #: cp/module.cc:19267
56854 #, gcc-internal-format
56855 msgid "module already imported"
56856 msgstr ""
56858 #: cp/module.cc:19272
56859 #, gcc-internal-format
56860 msgid "module %qs imported here"
56861 msgstr ""
56863 #: cp/module.cc:19479
56864 #, gcc-internal-format, gfc-internal-format
56865 msgid "unknown Compiled Module Interface: %s"
56866 msgstr ""
56868 #: cp/module.cc:19522
56869 #, gcc-internal-format
56870 msgid "cannot determine %<#include%> translation of %s: %s"
56871 msgstr ""
56873 #: cp/module.cc:19540
56874 #, gcc-internal-format
56875 msgid "include %qs translated to import"
56876 msgstr ""
56878 #: cp/module.cc:19541
56879 #, gcc-internal-format
56880 msgid "include %qs processed textually"
56881 msgstr ""
56883 #: cp/module.cc:19899
56884 #, gcc-internal-format
56885 msgid "C++ modules are incompatible with precompiled headers"
56886 msgstr ""
56888 #: cp/module.cc:19903
56889 #, gcc-internal-format
56890 msgid "C++ modules are incompatible with traditional preprocessing"
56891 msgstr ""
56893 #: cp/module.cc:19913
56894 #, gcc-internal-format
56895 msgid "macro debug output may be incomplete with modules"
56896 msgstr ""
56898 #: cp/module.cc:19914
56899 #, gcc-internal-format
56900 msgid "module dependencies require preprocessing"
56901 msgstr ""
56903 #: cp/module.cc:19916
56904 #, gcc-internal-format
56905 msgid "you should use the %<-%s%> option"
56906 msgstr ""
56908 #: cp/module.cc:19951 cp/module.cc:19980
56909 #, gcc-internal-format
56910 msgid "invalid header name %qs"
56911 msgstr ""
56913 #: cp/module.cc:19990
56914 #, gcc-internal-format
56915 msgid "invalid module name %qs"
56916 msgstr ""
56918 #: cp/module.cc:20180
56919 #, gcc-internal-format
56920 msgid "%<-fmodule-only%> used for non-interface"
56921 msgstr ""
56923 #: cp/module.cc:20220
56924 #, gcc-internal-format
56925 msgid "writing CMI %qs"
56926 msgstr ""
56928 #: cp/module.cc:20227
56929 #, gcc-internal-format
56930 msgid "not writing module %qs due to errors"
56931 msgstr ""
56933 #: cp/module.cc:20292
56934 #, gcc-internal-format, gfc-internal-format
56935 msgid "failed to write compiled module: %s"
56936 msgstr "nije uspjelo zapisati kompilirani modul: %s"
56938 #: cp/module.cc:20389
56939 #, gcc-internal-format
56940 msgid "unknown header kind %qs"
56941 msgstr ""
56943 #: cp/name-lookup.cc:2712
56944 #, gcc-internal-format
56945 msgid "redeclaration of %q#D with different template parameters"
56946 msgstr ""
56948 #: cp/name-lookup.cc:2718
56949 #, gcc-internal-format
56950 msgid "%q#D conflicts with a previous declaration"
56951 msgstr ""
56953 #: cp/name-lookup.cc:2883
56954 #, gcc-internal-format
56955 msgid "%q#D hides constructor for %q#D"
56956 msgstr "%q#D skriva konstruktora za %q#D"
56958 #: cp/name-lookup.cc:3032
56959 #, gcc-internal-format
56960 msgid "conflicting C language linkage declaration %q#D"
56961 msgstr ""
56963 #: cp/name-lookup.cc:3037
56964 #, gcc-internal-format
56965 msgid "due to different exception specifications"
56966 msgstr ""
56968 #: cp/name-lookup.cc:3135
56969 #, gcc-internal-format
56970 msgid "lambda parameter %qD previously declared as a capture"
56971 msgstr ""
56973 #: cp/name-lookup.cc:3158
56974 #, gcc-internal-format
56975 msgid "declaration of %q#D shadows a parameter"
56976 msgstr ""
56978 #: cp/name-lookup.cc:3297
56979 #, gcc-internal-format
56980 msgid "declaration of %qD shadows a member of %qT"
56981 msgstr ""
56983 #: cp/name-lookup.cc:3760
56984 #, gcc-internal-format
56985 msgid "friend declaration %qD in local class without prior local declaration"
56986 msgstr ""
56988 #: cp/name-lookup.cc:4228
56989 #, gcc-internal-format
56990 msgid "%s %<%s(%E)%> %p %d"
56991 msgstr ""
56993 #: cp/name-lookup.cc:4231
56994 #, gcc-internal-format
56995 msgid "%s %s %p %d"
56996 msgstr "%s %s %p %d"
56998 #: cp/name-lookup.cc:4842
56999 #, gcc-internal-format
57000 msgid "%q#D does not have external linkage"
57001 msgstr ""
57003 #: cp/name-lookup.cc:4844 cp/parser.cc:11424 cp/parser.cc:11434
57004 #: cp/semantics.cc:4011 cp/semantics.cc:4026
57005 #, gcc-internal-format
57006 msgid "%q#D declared here"
57007 msgstr ""
57009 #: cp/name-lookup.cc:5556
57010 #, gcc-internal-format
57011 msgid "%<%T%s%D%> names destructor"
57012 msgstr ""
57014 #: cp/name-lookup.cc:5572
57015 #, gcc-internal-format
57016 msgid "using-declaration for non-member at class scope"
57017 msgstr ""
57019 #: cp/name-lookup.cc:5580
57020 #, gcc-internal-format
57021 msgid "%<using%> with enumeration scope %q#T only available with %<-std=c++20%> or %<-std=gnu++20%>"
57022 msgstr ""
57024 #: cp/name-lookup.cc:5596 cp/pt.cc:18928
57025 #, gcc-internal-format
57026 msgid "%qT is not a class, namespace, or enumeration"
57027 msgstr ""
57029 #: cp/name-lookup.cc:5606
57030 #, gcc-internal-format
57031 msgid "non-member using-declaration names constructor of %qT"
57032 msgstr ""
57034 #: cp/name-lookup.cc:5617 cp/name-lookup.cc:5690
57035 #, gcc-internal-format
57036 msgid "using-declaration for member at non-class scope"
57037 msgstr ""
57039 #: cp/name-lookup.cc:5640
57040 #, gcc-internal-format
57041 msgid "%qT is not a direct base of %qT"
57042 msgstr ""
57044 #: cp/name-lookup.cc:5700
57045 #, gcc-internal-format
57046 msgid "did you mean %<using enum %T::%D%>?"
57047 msgstr ""
57049 #: cp/name-lookup.cc:5712
57050 #, gcc-internal-format
57051 msgid "%qD has not been declared in %qD"
57052 msgstr ""
57054 #: cp/name-lookup.cc:5726
57055 #, gcc-internal-format
57056 msgid "using-declaration may not name namespace %qD"
57057 msgstr ""
57059 #: cp/name-lookup.cc:5737
57060 #, gcc-internal-format
57061 msgid "%<%T::%D%> names constructor in %qT"
57062 msgstr ""
57064 #: cp/name-lookup.cc:5830
57065 #, gcc-internal-format
57066 msgid "declaration of %qD not in a namespace surrounding %qD"
57067 msgstr ""
57069 #: cp/name-lookup.cc:5871
57070 #, gcc-internal-format
57071 msgid "explicit qualification in declaration of %qD"
57072 msgstr ""
57074 #: cp/name-lookup.cc:5881
57075 #, gcc-internal-format
57076 msgid "%qD should have been declared inside %qD"
57077 msgstr ""
57079 #: cp/name-lookup.cc:5949
57080 #, gcc-internal-format
57081 msgid "%qD has not been declared within %qD"
57082 msgstr ""
57084 #: cp/name-lookup.cc:5951
57085 #, gcc-internal-format
57086 msgid "only here as a %<friend%>"
57087 msgstr ""
57089 #: cp/name-lookup.cc:6005
57090 #, gcc-internal-format
57091 msgid "%qD attribute requires a single NTBS argument"
57092 msgstr ""
57094 #: cp/name-lookup.cc:6012
57095 #, gcc-internal-format
57096 msgid "%qD attribute is meaningless since members of the anonymous namespace get local symbols"
57097 msgstr ""
57099 #: cp/name-lookup.cc:6022 cp/name-lookup.cc:6049
57100 #, gcc-internal-format
57101 msgid "ignoring %qD attribute on anonymous namespace"
57102 msgstr ""
57104 #: cp/name-lookup.cc:6028
57105 #, gcc-internal-format
57106 msgid "ignoring %qD attribute on non-inline namespace"
57107 msgstr ""
57109 #: cp/name-lookup.cc:6065 cp/name-lookup.cc:8378
57110 #, gcc-internal-format
57111 msgid "%qD attribute directive ignored"
57112 msgstr ""
57114 #: cp/name-lookup.cc:6391
57115 #, gcc-internal-format
57116 msgid "maximum limit of %d namespaces searched for %qE"
57117 msgstr ""
57119 #: cp/name-lookup.cc:6443
57120 #, gcc-internal-format
57121 msgid "suggested alternative:"
57122 msgid_plural "suggested alternatives:"
57123 msgstr[0] ""
57124 msgstr[1] ""
57125 msgstr[2] ""
57127 #: cp/name-lookup.cc:6449
57128 #, gcc-internal-format
57129 msgid "  %qE"
57130 msgstr ""
57132 #: cp/name-lookup.cc:6761
57133 #, gcc-internal-format
57134 msgid "%<std::%s%> is defined in header %qs; did you forget to %<#include %s%>?"
57135 msgstr ""
57137 #: cp/name-lookup.cc:6767
57138 #, gcc-internal-format
57139 msgid "%<std::%s%> is only available from %s onwards"
57140 msgstr ""
57142 #: cp/name-lookup.cc:7203
57143 #, gcc-internal-format
57144 msgid "the macro %qs had not yet been defined"
57145 msgstr ""
57147 #: cp/name-lookup.cc:7206
57148 #, gcc-internal-format
57149 msgid "it was later defined here"
57150 msgstr ""
57152 #: cp/name-lookup.cc:7969
57153 #, gcc-internal-format
57154 msgid "declaration of %<std::initializer_list%> does not match %<#include <initializer_list>%>, isn%'t a template"
57155 msgstr ""
57157 #: cp/name-lookup.cc:8362
57158 #, gcc-internal-format
57159 msgid "%<strong%> using directive no longer supported"
57160 msgstr ""
57162 #: cp/name-lookup.cc:8365
57163 #, gcc-internal-format
57164 msgid "you can use an inline namespace instead"
57165 msgstr ""
57167 #. We only allow depth 255.
57168 #: cp/name-lookup.cc:8464
57169 #, gcc-internal-format, gfc-internal-format
57170 msgid "cannot nest more than %d namespaces"
57171 msgstr ""
57173 #: cp/name-lookup.cc:8561
57174 #, gcc-internal-format
57175 msgid "%<namespace %E%> is ambiguous"
57176 msgstr ""
57178 #: cp/name-lookup.cc:8577
57179 #, gcc-internal-format
57180 msgid "namespace alias %qD not allowed here, assuming %qD"
57181 msgstr ""
57183 #: cp/name-lookup.cc:8664
57184 #, gcc-internal-format
57185 msgid "inline namespace must be specified at initial definition"
57186 msgstr ""
57188 #: cp/name-lookup.cc:8665
57189 #, gcc-internal-format
57190 msgid "%qD defined here"
57191 msgstr ""
57193 #: cp/name-lookup.cc:8714
57194 #, gcc-internal-format
57195 msgid "%s namespace %qD conflicts with reachable definition"
57196 msgstr ""
57198 #: cp/name-lookup.cc:8716
57199 #, gcc-internal-format, gfc-internal-format
57200 msgid "reachable %s definition here"
57201 msgstr ""
57203 #: cp/name-lookup.cc:8759
57204 #, gcc-internal-format
57205 msgid "XXX entering %<pop_everything ()%>"
57206 msgstr ""
57208 #: cp/name-lookup.cc:8768
57209 #, gcc-internal-format
57210 msgid "XXX leaving %<pop_everything ()%>"
57211 msgstr ""
57213 #: cp/optimize.cc:605
57214 #, gcc-internal-format
57215 msgid "making multiple clones of %qD"
57216 msgstr ""
57218 #: cp/parser.cc:980
57219 #, gcc-internal-format
57220 msgid "identifier %qE is a keyword in C++11"
57221 msgstr ""
57223 #: cp/parser.cc:994
57224 #, gcc-internal-format
57225 msgid "identifier %qE is a keyword in C++20"
57226 msgstr ""
57228 #: cp/parser.cc:1493 cp/parser.cc:1506
57229 #, gcc-internal-format
57230 msgid "%<LEXER_DEBUGGING_ENABLED_P%> is not set to true"
57231 msgstr ""
57233 #: cp/parser.cc:1531 cp/parser.cc:46296
57234 #, gcc-internal-format
57235 msgid "%<#pragma omp declare %s%> not immediately followed by function declaration or definition"
57236 msgstr ""
57238 #: cp/parser.cc:1571
57239 #, gcc-internal-format
57240 msgid "%<declare %s%> directive not immediately followed by function declaration or definition"
57241 msgstr ""
57243 #: cp/parser.cc:3100
57244 #, gcc-internal-format
57245 msgid "%<#pragma%> is not allowed here"
57246 msgstr ""
57248 #: cp/parser.cc:3229
57249 #, gcc-internal-format
57250 msgid "%<%E::%E%> has not been declared"
57251 msgstr ""
57253 #: cp/parser.cc:3232
57254 #, gcc-internal-format
57255 msgid "%<::%E%> has not been declared"
57256 msgstr ""
57258 #: cp/parser.cc:3235
57259 #, gcc-internal-format
57260 msgid "request for member %qE in non-class type %qT"
57261 msgstr ""
57263 #: cp/parser.cc:3238 cp/parser.cc:21100
57264 #, gcc-internal-format
57265 msgid "%<%T::%E%> has not been declared"
57266 msgstr ""
57268 #: cp/parser.cc:3248
57269 #, gcc-internal-format
57270 msgid "%<%E::%E%> is not a type"
57271 msgstr ""
57273 #: cp/parser.cc:3252
57274 #, gcc-internal-format
57275 msgid "%<%E::%E%> is not a class or namespace"
57276 msgstr ""
57278 #: cp/parser.cc:3257
57279 #, gcc-internal-format
57280 msgid "%<%E::%E%> is not a class, namespace, or enumeration"
57281 msgstr ""
57283 #: cp/parser.cc:3270
57284 #, gcc-internal-format
57285 msgid "%<::%E%> is not a type"
57286 msgstr ""
57288 #: cp/parser.cc:3273
57289 #, gcc-internal-format
57290 msgid "%<::%E%> is not a class or namespace"
57291 msgstr ""
57293 #: cp/parser.cc:3277
57294 #, gcc-internal-format
57295 msgid "%<::%E%> is not a class, namespace, or enumeration"
57296 msgstr ""
57298 #: cp/parser.cc:3289
57299 #, gcc-internal-format
57300 msgid "%qE is not a type"
57301 msgstr ""
57303 #: cp/parser.cc:3292
57304 #, gcc-internal-format
57305 msgid "%qE is not a class or namespace"
57306 msgstr ""
57308 #: cp/parser.cc:3296
57309 #, gcc-internal-format
57310 msgid "%qE is not a class, namespace, or enumeration"
57311 msgstr ""
57313 #: cp/parser.cc:3360
57314 #, gcc-internal-format
57315 msgid "new types may not be defined in a return type"
57316 msgstr ""
57318 #: cp/parser.cc:3362
57319 #, gcc-internal-format
57320 msgid "(perhaps a semicolon is missing after the definition of %qT)"
57321 msgstr ""
57323 #: cp/parser.cc:3390
57324 #, gcc-internal-format
57325 msgid "%qE is not a class template"
57326 msgstr ""
57328 #: cp/parser.cc:3392
57329 #, gcc-internal-format
57330 msgid "%qE is not a template"
57331 msgstr ""
57333 #: cp/parser.cc:3395
57334 #, gcc-internal-format
57335 msgid "invalid template-id"
57336 msgstr ""
57338 #: cp/parser.cc:3429
57339 #, gcc-internal-format
57340 msgid "ISO C++ forbids using a floating-point literal in a constant-expression"
57341 msgstr ""
57343 #: cp/parser.cc:3433
57344 #, gcc-internal-format
57345 msgid "a cast to a type other than an integral or enumeration type cannot appear in a constant-expression"
57346 msgstr ""
57348 #: cp/parser.cc:3438
57349 #, gcc-internal-format
57350 msgid "%<typeid%> operator cannot appear in a constant-expression"
57351 msgstr ""
57353 #: cp/parser.cc:3442
57354 #, gcc-internal-format
57355 msgid "non-constant compound literals cannot appear in a constant-expression"
57356 msgstr ""
57358 #: cp/parser.cc:3446
57359 #, gcc-internal-format
57360 msgid "a function call cannot appear in a constant-expression"
57361 msgstr ""
57363 #: cp/parser.cc:3450
57364 #, gcc-internal-format
57365 msgid "an increment cannot appear in a constant-expression"
57366 msgstr ""
57368 #: cp/parser.cc:3454
57369 #, gcc-internal-format
57370 msgid "an decrement cannot appear in a constant-expression"
57371 msgstr ""
57373 #: cp/parser.cc:3458
57374 #, gcc-internal-format
57375 msgid "an array reference cannot appear in a constant-expression"
57376 msgstr ""
57378 #: cp/parser.cc:3462
57379 #, gcc-internal-format
57380 msgid "the address of a label cannot appear in a constant-expression"
57381 msgstr ""
57383 #: cp/parser.cc:3466
57384 #, gcc-internal-format
57385 msgid "calls to overloaded operators cannot appear in a constant-expression"
57386 msgstr ""
57388 #: cp/parser.cc:3470
57389 #, gcc-internal-format
57390 msgid "an assignment cannot appear in a constant-expression"
57391 msgstr ""
57393 #: cp/parser.cc:3473
57394 #, gcc-internal-format
57395 msgid "a comma operator cannot appear in a constant-expression"
57396 msgstr ""
57398 #: cp/parser.cc:3477
57399 #, gcc-internal-format
57400 msgid "a call to a constructor cannot appear in a constant-expression"
57401 msgstr ""
57403 #: cp/parser.cc:3481
57404 #, gcc-internal-format
57405 msgid "a transaction expression cannot appear in a constant-expression"
57406 msgstr ""
57408 #: cp/parser.cc:3527
57409 #, gcc-internal-format
57410 msgid "%qs cannot appear in a constant-expression"
57411 msgstr ""
57413 #: cp/parser.cc:3564
57414 #, gcc-internal-format
57415 msgid "class template argument deduction is only available with %<-std=c++17%> or %<-std=gnu++17%>"
57416 msgstr ""
57418 #: cp/parser.cc:3569
57419 #, gcc-internal-format
57420 msgid "invalid use of destructor %qD as a type"
57421 msgstr ""
57423 #. Something like 'unsigned A a;'
57424 #: cp/parser.cc:3572
57425 #, gcc-internal-format
57426 msgid "invalid combination of multiple type-specifiers"
57427 msgstr ""
57429 #: cp/parser.cc:3585
57430 #, gcc-internal-format
57431 msgid "%qE does not name a type; did you mean %qs?"
57432 msgstr ""
57434 #: cp/parser.cc:3589
57435 #, gcc-internal-format
57436 msgid "%qE does not name a type"
57437 msgstr ""
57439 #: cp/parser.cc:3598
57440 #, gcc-internal-format
57441 msgid "C++11 %<constexpr%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57442 msgstr ""
57444 #: cp/parser.cc:3601
57445 #, gcc-internal-format
57446 msgid "C++11 %<noexcept%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57447 msgstr ""
57449 #: cp/parser.cc:3607
57450 #, gcc-internal-format
57451 msgid "%qE is not recognized as a module control-line"
57452 msgstr ""
57454 #: cp/parser.cc:3610
57455 #, gcc-internal-format
57456 msgid "C++20 %qE only available with %<-fmodules-ts%>"
57457 msgstr ""
57459 #: cp/parser.cc:3613
57460 #, gcc-internal-format
57461 msgid "C++20 %qE only available with %<-fmodules-ts%>, which is not yet enabled with %<-std=c++20%>"
57462 msgstr ""
57464 #: cp/parser.cc:3619
57465 #, gcc-internal-format
57466 msgid "C++11 %<thread_local%> only available with %<-std=c++11%> or %<-std=gnu++11%>"
57467 msgstr ""
57469 #: cp/parser.cc:3622
57470 #, gcc-internal-format
57471 msgid "C++20 %<constinit%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
57472 msgstr ""
57474 #: cp/parser.cc:3625
57475 #, gcc-internal-format
57476 msgid "%<concept%> only available with %<-std=c++20%> or %<-fconcepts%>"
57477 msgstr ""
57479 #: cp/parser.cc:3628 cp/parser.cc:30650
57480 #, gcc-internal-format
57481 msgid "%<requires%> only available with %<-std=c++20%> or %<-fconcepts%>"
57482 msgstr ""
57484 #: cp/parser.cc:3650
57485 #, gcc-internal-format
57486 msgid "(perhaps %<typename %T::%E%> was intended)"
57487 msgstr ""
57489 #: cp/parser.cc:3678 cp/parser.cc:3690
57490 #, gcc-internal-format
57491 msgid "%qE in namespace %qE does not name a template type; did you mean %qs?"
57492 msgstr ""
57494 #: cp/parser.cc:3683 cp/parser.cc:3695
57495 #, gcc-internal-format
57496 msgid "%qE in namespace %qE does not name a template type"
57497 msgstr ""
57499 #: cp/parser.cc:3703
57500 #, gcc-internal-format
57501 msgid "%qE in namespace %qE does not name a type; did you mean %qs?"
57502 msgstr ""
57504 #: cp/parser.cc:3708
57505 #, gcc-internal-format
57506 msgid "%qE in namespace %qE does not name a type"
57507 msgstr ""
57509 #: cp/parser.cc:3719
57510 #, gcc-internal-format
57511 msgid "%<%T::%E%> names the constructor, not the type"
57512 msgstr ""
57514 #: cp/parser.cc:3722
57515 #, gcc-internal-format
57516 msgid "and %qT has no template constructors"
57517 msgstr ""
57519 #: cp/parser.cc:3732
57520 #, gcc-internal-format
57521 msgid "need %<typename%> before %<%T::%D::%E%> because %<%T::%D%> is a dependent scope"
57522 msgstr ""
57524 #: cp/parser.cc:3740
57525 #, gcc-internal-format
57526 msgid "need %<typename%> before %<%T::%E%> because %qT is a dependent scope"
57527 msgstr ""
57529 #: cp/parser.cc:3752 cp/parser.cc:3756
57530 #, gcc-internal-format
57531 msgid "%qE in %q#T does not name a template type"
57532 msgstr ""
57534 #: cp/parser.cc:3760
57535 #, gcc-internal-format
57536 msgid "%qE in %q#T does not name a type"
57537 msgstr ""
57539 #: cp/parser.cc:4442
57540 #, gcc-internal-format
57541 msgid "expected string-literal"
57542 msgstr ""
57544 #: cp/parser.cc:4514
57545 #, gcc-internal-format
57546 msgid "inconsistent user-defined literal suffixes %qD and %qD in string literal"
57547 msgstr ""
57549 #: cp/parser.cc:4533
57550 #, gcc-internal-format
57551 msgid "concatenation of string literals with conflicting encoding prefixes"
57552 msgstr ""
57554 #: cp/parser.cc:4737
57555 #, gcc-internal-format
57556 msgid "unable to find character literal operator %qD with %qT argument"
57557 msgstr ""
57559 #: cp/parser.cc:4843
57560 #, gcc-internal-format
57561 msgid "integer literal exceeds range of %qT type"
57562 msgstr ""
57564 #: cp/parser.cc:4850
57565 #, gcc-internal-format
57566 msgid "floating literal exceeds range of %qT type"
57567 msgstr ""
57569 #: cp/parser.cc:4854
57570 #, gcc-internal-format
57571 msgid "floating literal truncated to zero"
57572 msgstr ""
57574 #: cp/parser.cc:4883
57575 #, gcc-internal-format
57576 msgid "failed to translate literal to execution character set %qT"
57577 msgstr ""
57579 #: cp/parser.cc:4917
57580 #, gcc-internal-format
57581 msgid "unable to find numeric literal operator %qD"
57582 msgstr ""
57584 #: cp/parser.cc:4923
57585 #, gcc-internal-format
57586 msgid "add %<using namespace std::complex_literals%> (from %<<complex>%>) to enable the C++14 user-defined literal suffixes"
57587 msgstr ""
57589 #: cp/parser.cc:4927
57590 #, gcc-internal-format
57591 msgid "or use %<j%> instead of %<i%> for the GNU built-in suffix"
57592 msgstr ""
57594 #: cp/parser.cc:4931
57595 #, gcc-internal-format
57596 msgid "use %<-fext-numeric-literals%> to enable more built-in suffixes"
57597 msgstr ""
57599 #: cp/parser.cc:5015
57600 #, gcc-internal-format
57601 msgid "unable to find string literal operator %qD with %qT, %qT arguments"
57602 msgstr ""
57604 #: cp/parser.cc:5109
57605 #, gcc-internal-format
57606 msgid "global module fragment contents must be from preprocessor inclusion"
57607 msgstr ""
57609 #: cp/parser.cc:5124 cp/parser.cc:15295
57610 #, gcc-internal-format
57611 msgid "expected declaration"
57612 msgstr ""
57614 #: cp/parser.cc:5485 cp/parser.cc:5500
57615 #, gcc-internal-format
57616 msgid "expected binary operator"
57617 msgstr ""
57619 #: cp/parser.cc:5506
57620 #, gcc-internal-format
57621 msgid "expected ..."
57622 msgstr "očekujemo ..."
57624 #: cp/parser.cc:5518
57625 #, gcc-internal-format
57626 msgid "binary expression in operand of fold-expression"
57627 msgstr "binarni izraz u operandu od ‘fold-expression’"
57629 #: cp/parser.cc:5523
57630 #, gcc-internal-format
57631 msgid "conditional expression in operand of fold-expression"
57632 msgstr ""
57634 #: cp/parser.cc:5531
57635 #, gcc-internal-format
57636 msgid "mismatched operator in fold-expression"
57637 msgstr ""
57639 #: cp/parser.cc:5635
57640 #, gcc-internal-format
57641 msgid "fixed-point types not supported in C++"
57642 msgstr ""
57644 #: cp/parser.cc:5725
57645 #, gcc-internal-format
57646 msgid "ISO C++ forbids braced-groups within expressions"
57647 msgstr ""
57649 #: cp/parser.cc:5737
57650 #, gcc-internal-format
57651 msgid "statement-expressions are not allowed outside functions nor in template-argument lists"
57652 msgstr ""
57654 #: cp/parser.cc:5777
57655 #, gcc-internal-format
57656 msgid "fold-expressions only available with %<-std=c++17%> or %<-std=gnu++17%>"
57657 msgstr ""
57659 #: cp/parser.cc:5838 cp/parser.cc:5999 cp/parser.cc:6180 cp/semantics.cc:4169
57660 #, gcc-internal-format
57661 msgid "expected primary-expression"
57662 msgstr ""
57664 #: cp/parser.cc:5868
57665 #, gcc-internal-format
57666 msgid "%<this%> may not be used in this context"
57667 msgstr ""
57669 #: cp/parser.cc:5993
57670 #, gcc-internal-format
57671 msgid "a template declaration cannot appear at block scope"
57672 msgstr ""
57674 #: cp/parser.cc:6208
57675 #, gcc-internal-format
57676 msgid "expected %qs keyword before dependent template name"
57677 msgstr ""
57679 #: cp/parser.cc:6351
57680 #, gcc-internal-format
57681 msgid "expected id-expression"
57682 msgstr ""
57684 #: cp/parser.cc:6514
57685 #, gcc-internal-format
57686 msgid "scope %qT before %<~%> is not a class-name"
57687 msgstr ""
57689 #: cp/parser.cc:6524
57690 #, gcc-internal-format
57691 msgid "%<template%> keyword not permitted in destructor name"
57692 msgstr ""
57694 #: cp/parser.cc:6561 cp/parser.cc:8665
57695 #, gcc-internal-format
57696 msgid "%<~auto%> only available with %<-std=c++14%> or %<-std=gnu++14%>"
57697 msgstr ""
57699 #: cp/parser.cc:6573
57700 #, gcc-internal-format
57701 msgid "template-id not allowed for destructor"
57702 msgstr ""
57704 #: cp/parser.cc:6682
57705 #, gcc-internal-format
57706 msgid "declaration of %<~%T%> as member of %qT"
57707 msgstr ""
57709 #: cp/parser.cc:6697
57710 #, gcc-internal-format
57711 msgid "typedef-name %qD used as destructor declarator"
57712 msgstr ""
57714 #: cp/parser.cc:6733 cp/parser.cc:23606
57715 #, gcc-internal-format
57716 msgid "expected unqualified-id"
57717 msgstr ""
57719 #: cp/parser.cc:6760 cp/typeck.cc:3173 cp/typeck.cc:3176 cp/typeck.cc:3193
57720 #, gcc-internal-format
57721 msgid "%qD is not a template"
57722 msgstr ""
57724 #: cp/parser.cc:6874
57725 #, gcc-internal-format
57726 msgid "found %<:%> in nested-name-specifier, expected %<::%>"
57727 msgstr ""
57729 #: cp/parser.cc:6955
57730 #, gcc-internal-format
57731 msgid "%<decltype%> evaluates to %qT, which is not a class or enumeration type"
57732 msgstr ""
57734 #: cp/parser.cc:6982 cp/parser.cc:6993
57735 #, gcc-internal-format
57736 msgid "concept-id %qD in nested-name-specifier"
57737 msgstr ""
57739 #: cp/parser.cc:6985
57740 #, gcc-internal-format
57741 msgid "function template-id %qD in nested-name-specifier"
57742 msgstr ""
57744 #: cp/parser.cc:6999
57745 #, gcc-internal-format
57746 msgid "variable template-id %qD in nested-name-specifier"
57747 msgstr ""
57749 #: cp/parser.cc:7173
57750 #, gcc-internal-format
57751 msgid "expected nested-name-specifier"
57752 msgstr ""
57754 #: cp/parser.cc:7380 cp/parser.cc:9910
57755 #, gcc-internal-format
57756 msgid "types may not be defined in casts"
57757 msgstr ""
57759 #: cp/parser.cc:7469
57760 #, gcc-internal-format
57761 msgid "types may not be defined in a %<typeid%> expression"
57762 msgstr ""
57764 #: cp/parser.cc:7561
57765 #, gcc-internal-format
57766 msgid "wrong number of arguments to %<__builtin_addressof%>"
57767 msgstr ""
57769 #: cp/parser.cc:7573 cp/pt.cc:21257
57770 #, gcc-internal-format
57771 msgid "wrong number of arguments to %<__builtin_launder%>"
57772 msgstr ""
57774 #: cp/parser.cc:7586
57775 #, gcc-internal-format
57776 msgid "wrong number of arguments to %<__builtin_assoc_barrier%>"
57777 msgstr ""
57779 #: cp/parser.cc:7612
57780 #, gcc-internal-format
57781 msgid "wrong number of arguments to %<__builtin_shufflevector%>"
57782 msgstr ""
57784 #: cp/parser.cc:7750
57785 #, gcc-internal-format
57786 msgid "ISO C++ forbids compound-literals"
57787 msgstr ""
57789 #: cp/parser.cc:7809
57790 #, gcc-internal-format
57791 msgid "two consecutive %<[%> shall only introduce an attribute"
57792 msgstr ""
57794 #: cp/parser.cc:8449 cp/typeck.cc:3061
57795 #, gcc-internal-format
57796 msgid "invalid use of %qD"
57797 msgstr ""
57799 #: cp/parser.cc:8458
57800 #, gcc-internal-format
57801 msgid "%<%D::%D%> is not a class member"
57802 msgstr ""
57804 #: cp/parser.cc:8717
57805 #, gcc-internal-format
57806 msgid "non-scalar type"
57807 msgstr ""
57809 #: cp/parser.cc:8827
57810 #, gcc-internal-format
57811 msgid "ISO C++ does not allow %<alignof%> with a non-type"
57812 msgstr ""
57814 #: cp/parser.cc:8922
57815 #, gcc-internal-format
57816 msgid "types may not be defined in %<noexcept%> expressions"
57817 msgstr ""
57819 #: cp/parser.cc:9196 cp/parser.cc:33271
57820 #, gcc-internal-format
57821 msgid "types may not be defined in %qs expressions"
57822 msgstr ""
57824 #: cp/parser.cc:9261
57825 #, gcc-internal-format
57826 msgid "%<__builtin_has_attribute%> with dependent argument not supported yet"
57827 msgstr ""
57829 #: cp/parser.cc:9347
57830 #, gcc-internal-format
57831 msgid "types may not be defined in a new-expression"
57832 msgstr ""
57834 #: cp/parser.cc:9363
57835 #, gcc-internal-format
57836 msgid "array bound forbidden after parenthesized type-id"
57837 msgstr ""
57839 #: cp/parser.cc:9365
57840 #, gcc-internal-format
57841 msgid "try removing the parentheses around the type-id"
57842 msgstr ""
57844 #: cp/parser.cc:9397
57845 #, gcc-internal-format
57846 msgid "initialization of new-expression for type %<auto%> requires exactly one element"
57847 msgstr ""
57849 #: cp/parser.cc:9442
57850 #, gcc-internal-format
57851 msgid "expected expression-list or type-id"
57852 msgstr ""
57854 #: cp/parser.cc:9471
57855 #, gcc-internal-format
57856 msgid "types may not be defined in a new-type-id"
57857 msgstr ""
57859 #: cp/parser.cc:9606
57860 #, gcc-internal-format
57861 msgid "expression in new-declarator must have integral or enumeration type"
57862 msgstr ""
57864 #: cp/parser.cc:10015
57865 #, gcc-internal-format
57866 msgid "use of old-style cast to %q#T"
57867 msgstr ""
57869 #: cp/parser.cc:10164
57870 #, gcc-internal-format
57871 msgid "%<>>%> operator is treated as two right angle brackets in C++11"
57872 msgstr ""
57874 #: cp/parser.cc:10167
57875 #, gcc-internal-format
57876 msgid "suggest parentheses around %<>>%> expression"
57877 msgstr ""
57879 #: cp/parser.cc:10393
57880 #, gcc-internal-format
57881 msgid "ISO C++ does not allow %<?:%> with omitted middle operand"
57882 msgstr ""
57884 #: cp/parser.cc:10704
57885 #, gcc-internal-format
57886 msgid "top-level comma expression in array subscript is deprecated"
57887 msgstr ""
57889 #: cp/parser.cc:10853
57890 #, gcc-internal-format
57891 msgid "types may not be defined within %<__builtin_offsetof%>"
57892 msgstr ""
57894 #: cp/parser.cc:11070
57895 #, gcc-internal-format
57896 msgid "lambda-expression in template parameter type"
57897 msgstr ""
57899 #: cp/parser.cc:11080
57900 #, gcc-internal-format
57901 msgid "lambda-expression in unevaluated context only available with %<-std=c++20%> or %<-std=gnu++20%>"
57902 msgstr ""
57904 #: cp/parser.cc:11090
57905 #, gcc-internal-format
57906 msgid "lambda-expression in template-argument only available with %<-std=c++20%> or %<-std=gnu++20%>"
57907 msgstr ""
57909 #: cp/parser.cc:11247
57910 #, gcc-internal-format
57911 msgid "non-local lambda expression cannot have a capture-default"
57912 msgstr ""
57914 #: cp/parser.cc:11269
57915 #, gcc-internal-format
57916 msgid "expected end of capture-list"
57917 msgstr ""
57919 #: cp/parser.cc:11285
57920 #, gcc-internal-format
57921 msgid "explicit by-copy capture of %<this%> with by-copy capture default only available with %<-std=c++20%> or %<-std=gnu++20%>"
57922 msgstr ""
57924 #: cp/parser.cc:11291 cp/parser.cc:11313 cp/parser.cc:11506
57925 #, gcc-internal-format
57926 msgid "already captured %qD in lambda expression"
57927 msgstr ""
57929 #: cp/parser.cc:11307
57930 #, gcc-internal-format
57931 msgid "%<*this%> capture only available with %<-std=c++17%> or %<-std=gnu++17%>"
57932 msgstr ""
57934 #: cp/parser.cc:11327
57935 #, gcc-internal-format
57936 msgid "%<this%> cannot be captured by reference"
57937 msgstr ""
57939 #: cp/parser.cc:11347
57940 #, gcc-internal-format
57941 msgid "pack init-capture only available with %<-std=c++20%> or %<-std=gnu++20%>"
57942 msgstr ""
57944 #: cp/parser.cc:11358
57945 #, gcc-internal-format
57946 msgid "%<&%> should come before %<...%>"
57947 msgstr ""
57949 #: cp/parser.cc:11389
57950 #, gcc-internal-format
57951 msgid "lambda capture initializers only available with %<-std=c++14%> or %<-std=gnu++14%>"
57952 msgstr ""
57954 #: cp/parser.cc:11396
57955 #, gcc-internal-format
57956 msgid "empty initializer for lambda init-capture"
57957 msgstr ""
57959 #: cp/parser.cc:11420
57960 #, gcc-internal-format
57961 msgid "capture of non-variable %qE"
57962 msgstr ""
57964 #: cp/parser.cc:11430
57965 #, gcc-internal-format
57966 msgid "capture of variable %qD with non-automatic storage duration"
57967 msgstr ""
57969 #: cp/parser.cc:11468
57970 #, gcc-internal-format
57971 msgid "too many %<...%> in lambda capture"
57972 msgstr ""
57974 #: cp/parser.cc:11479
57975 #, gcc-internal-format
57976 msgid "explicit by-copy capture of %qD redundant with by-copy capture default"
57977 msgstr ""
57979 #: cp/parser.cc:11484
57980 #, gcc-internal-format
57981 msgid "explicit by-reference capture of %qD redundant with by-reference capture default"
57982 msgstr ""
57984 #: cp/parser.cc:11563
57985 #, gcc-internal-format
57986 msgid "lambda templates are only available with %<-std=c++14%> or %<-std=gnu++14%>"
57987 msgstr ""
57989 #: cp/parser.cc:11567
57990 #, gcc-internal-format
57991 msgid "lambda templates are only available with %<-std=c++20%> or %<-std=gnu++20%>"
57992 msgstr ""
57994 #: cp/parser.cc:11616
57995 #, gcc-internal-format
57996 msgid "default argument specified for lambda parameter"
57997 msgstr ""
57999 #: cp/parser.cc:11635
58000 #, gcc-internal-format
58001 msgid "parameter declaration before lambda declaration specifiers only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
58002 msgstr ""
58004 #: cp/parser.cc:11651
58005 #, gcc-internal-format
58006 msgid "%<static%> lambda specifier with lambda capture"
58007 msgstr ""
58009 #: cp/parser.cc:11663
58010 #, gcc-internal-format
58011 msgid "parameter declaration before lambda transaction qualifier only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
58012 msgstr ""
58014 #: cp/parser.cc:11676
58015 #, gcc-internal-format
58016 msgid "parameter declaration before lambda exception specification only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
58017 msgstr ""
58019 #: cp/parser.cc:11694
58020 #, gcc-internal-format
58021 msgid "parameter declaration before lambda trailing return type only optional with %<-std=c++2b%> or %<-std=gnu++2b%>"
58022 msgstr ""
58024 #: cp/parser.cc:11736
58025 #, gcc-internal-format
58026 msgid "%<constexpr%> lambda only available with %<-std=c++17%> or %<-std=gnu++17%>"
58027 msgstr ""
58029 #: cp/parser.cc:11904 cp/parser.cc:12047 cp/parser.cc:47102
58030 #, gcc-internal-format
58031 msgid "mixing OpenMP directives with attribute and pragma syntax on the same statement"
58032 msgstr ""
58034 #: cp/parser.cc:11930 cp/parser.cc:47084
58035 #, gcc-internal-format
58036 msgid "unknown OpenMP directive name in %<omp::directive%> attribute argument"
58037 msgstr ""
58039 #: cp/parser.cc:12016
58040 #, gcc-internal-format
58041 msgid "OpenMP construct among %<omp::directive%> attributes requires all %<omp::directive%> attributes on the same statement to be in the same %<omp::sequence%>"
58042 msgstr ""
58044 #: cp/parser.cc:12024
58045 #, gcc-internal-format
58046 msgid "multiple OpenMP standalone directives among %<omp::directive%> attributes must be all within the same %<omp::sequence%>"
58047 msgstr ""
58049 #: cp/parser.cc:12036
58050 #, gcc-internal-format
58051 msgid "standalone OpenMP directives in %<omp::directive%> attribute can only appear on an empty statement"
58052 msgstr ""
58054 #: cp/parser.cc:12166
58055 #, gcc-internal-format
58056 msgid "mixing OpenMP directives with attribute and pragma syntax on the same declaration"
58057 msgstr ""
58059 #: cp/parser.cc:12293
58060 #, gcc-internal-format
58061 msgid "preconditions cannot be statements"
58062 msgstr ""
58064 #: cp/parser.cc:12296
58065 #, gcc-internal-format
58066 msgid "postconditions cannot be statements"
58067 msgstr ""
58069 #: cp/parser.cc:12301
58070 #, gcc-internal-format
58071 msgid "assertions must be followed by %<;%>"
58072 msgstr ""
58074 #: cp/parser.cc:12465
58075 #, gcc-internal-format
58076 msgid "label at end of compound statement only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58077 msgstr ""
58079 #: cp/parser.cc:12638 cp/parser.cc:12845
58080 #, gcc-internal-format
58081 msgid "attributes at the beginning of statement are ignored"
58082 msgstr ""
58084 #: cp/parser.cc:12682
58085 #, gcc-internal-format
58086 msgid "expected labeled-statement"
58087 msgstr ""
58089 #: cp/parser.cc:12731
58090 #, gcc-internal-format
58091 msgid "case label %qE not within a switch statement"
58092 msgstr ""
58094 #: cp/parser.cc:12852
58095 #, gcc-internal-format
58096 msgid "need %<typename%> before %qE because %qT is a dependent scope"
58097 msgstr ""
58099 #: cp/parser.cc:12861
58100 #, gcc-internal-format
58101 msgid "%<%T::%D%> names the constructor, not the type"
58102 msgstr ""
58104 #: cp/parser.cc:12913
58105 #, gcc-internal-format
58106 msgid "compound-statement in %<constexpr%> function"
58107 msgstr ""
58109 #: cp/parser.cc:13077
58110 #, gcc-internal-format
58111 msgid "%<if constexpr%> only available with %<-std=c++17%> or %<-std=gnu++17%>"
58112 msgstr ""
58114 #: cp/parser.cc:13099
58115 #, gcc-internal-format
58116 msgid "%<if consteval%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58117 msgstr ""
58119 #: cp/parser.cc:13124 cp/parser.cc:13159
58120 #, gcc-internal-format
58121 msgid "%<if consteval%> requires compound statement"
58122 msgstr ""
58124 #: cp/parser.cc:13201
58125 #, gcc-internal-format
58126 msgid "init-statement in selection statements only available with %<-std=c++17%> or %<-std=gnu++17%>"
58127 msgstr ""
58129 #: cp/parser.cc:13369 cp/parser.cc:33780
58130 #, gcc-internal-format
58131 msgid "expected selection-statement"
58132 msgstr ""
58134 #: cp/parser.cc:13410
58135 #, gcc-internal-format
58136 msgid "condition declares an array"
58137 msgstr ""
58139 #: cp/parser.cc:13412
58140 #, gcc-internal-format
58141 msgid "condition declares a function"
58142 msgstr ""
58144 #: cp/parser.cc:13452
58145 #, gcc-internal-format
58146 msgid "types may not be defined in conditions"
58147 msgstr ""
58149 #. Anything else is an error.
58150 #: cp/parser.cc:13534 cp/parser.cc:22890 cp/parser.cc:25454
58151 #, gcc-internal-format
58152 msgid "expected initializer"
58153 msgstr ""
58155 #: cp/parser.cc:13584
58156 #, gcc-internal-format
58157 msgid "range-based %<for%> loops with initializer only available with %<-std=c++20%> or %<-std=gnu++20%>"
58158 msgstr ""
58160 #: cp/parser.cc:13840
58161 #, gcc-internal-format
58162 msgid "loop variable %qD of type %qT binds to a temporary constructed from type %qT"
58163 msgstr ""
58165 #. rval
58166 #: cp/parser.cc:13847
58167 #, gcc-internal-format
58168 msgid "use non-reference type %qT to make the copy explicit or %qT to prevent copying"
58169 msgstr ""
58171 #: cp/parser.cc:13871
58172 #, gcc-internal-format
58173 msgid "loop variable %qD creates a copy from type %qT"
58174 msgstr ""
58176 #: cp/parser.cc:13876
58177 #, gcc-internal-format
58178 msgid "use reference type to prevent copying"
58179 msgstr ""
58181 #: cp/parser.cc:14020
58182 #, gcc-internal-format
58183 msgid "range-based %<for%> expression of type %qT has incomplete type"
58184 msgstr ""
58186 #: cp/parser.cc:14104
58187 #, gcc-internal-format
58188 msgid "inconsistent begin/end types in range-based %<for%> statement: %qT and %qT"
58189 msgstr ""
58191 #: cp/parser.cc:14247 cp/parser.cc:33783
58192 #, gcc-internal-format
58193 msgid "expected iteration-statement"
58194 msgstr ""
58196 #: cp/parser.cc:14292
58197 #, gcc-internal-format
58198 msgid "alias-declaration in init-statement only available with %<-std=c++23%> or %<-std=gnu++23%>"
58199 msgstr ""
58201 #: cp/parser.cc:14309
58202 #, gcc-internal-format
58203 msgid "range-based %<for%> loops only available with %<-std=c++11%> or %<-std=gnu++11%>"
58204 msgstr ""
58206 #: cp/parser.cc:14441
58207 #, gcc-internal-format
58208 msgid "%<goto%> in %<constexpr%> function only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
58209 msgstr ""
58211 #. Issue a warning about this use of a GNU extension.
58212 #: cp/parser.cc:14450
58213 #, gcc-internal-format
58214 msgid "ISO C++ forbids computed gotos"
58215 msgstr ""
58217 #: cp/parser.cc:14463 cp/parser.cc:33786
58218 #, gcc-internal-format
58219 msgid "expected jump-statement"
58220 msgstr ""
58222 #: cp/parser.cc:14640
58223 #, gcc-internal-format
58224 msgid "expected module-name"
58225 msgstr "očekivano je ime modula"
58227 #: cp/parser.cc:14675
58228 #, gcc-internal-format
58229 msgid "module-declaration not permitted in header-unit"
58230 msgstr ""
58232 #: cp/parser.cc:14701
58233 #, gcc-internal-format
58234 msgid "private module fragment"
58235 msgstr ""
58237 #: cp/parser.cc:14705
58238 #, gcc-internal-format
58239 msgid "private module fragment only permitted in purview of module interface or partition"
58240 msgstr ""
58242 #. Neither the first declaration, nor in a GMF.
58243 #: cp/parser.cc:14711
58244 #, gcc-internal-format
58245 msgid "module-declaration only permitted as first declaration, or ending a global module fragment"
58246 msgstr ""
58248 #: cp/parser.cc:14745
58249 #, gcc-internal-format
58250 msgid "post-module-declaration imports must be contiguous"
58251 msgstr ""
58253 #: cp/parser.cc:14748
58254 #, gcc-internal-format
58255 msgid "perhaps insert a line break, or other disambiguation, to prevent this being considered a module control-line"
58256 msgstr ""
58258 #: cp/parser.cc:14756
58259 #, gcc-internal-format
58260 msgid "import-declaration must be at global scope"
58261 msgstr ""
58263 #: cp/parser.cc:14769
58264 #, gcc-internal-format
58265 msgid "import cannot appear directly in a linkage-specification"
58266 msgstr ""
58268 #: cp/parser.cc:14779
58269 #, gcc-internal-format
58270 msgid "post-module-declaration imports must not be include-translated"
58271 msgstr ""
58273 #: cp/parser.cc:14782
58274 #, gcc-internal-format
58275 msgid "post-module-declaration imports must not be from header inclusion"
58276 msgstr ""
58278 #: cp/parser.cc:14803
58279 #, gcc-internal-format
58280 msgid "%qE may only occur after a module interface declaration"
58281 msgstr ""
58283 #: cp/parser.cc:14811
58284 #, gcc-internal-format
58285 msgid "%qE may only occur once in an export declaration"
58286 msgstr ""
58288 #: cp/parser.cc:14832
58289 #, gcc-internal-format
58290 msgid "%<export%> not part of following module-directive"
58291 msgstr ""
58293 #: cp/parser.cc:14919 cp/parser.cc:27347
58294 #, gcc-internal-format
58295 msgid "extra %<;%>"
58296 msgstr ""
58298 #: cp/parser.cc:14977
58299 #, gcc-internal-format
58300 msgid "attributes are not permitted in this position"
58301 msgstr ""
58303 #: cp/parser.cc:14981
58304 #, gcc-internal-format
58305 msgid "attributes may be inserted here"
58306 msgstr ""
58308 #: cp/parser.cc:15200
58309 #, gcc-internal-format
58310 msgid "%<__label__%> not at the beginning of a block"
58311 msgstr ""
58313 #: cp/parser.cc:15433
58314 #, gcc-internal-format
58315 msgid "non-variable %qD in declaration with more than one declarator with placeholder type"
58316 msgstr ""
58318 #: cp/parser.cc:15453
58319 #, gcc-internal-format
58320 msgid "inconsistent deduction for %qT: %qT and then %qT"
58321 msgstr ""
58323 #: cp/parser.cc:15474
58324 #, gcc-internal-format
58325 msgid "mixing declarations and function-definitions is forbidden"
58326 msgstr ""
58328 #: cp/parser.cc:15499
58329 #, gcc-internal-format
58330 msgid "types may not be defined in a for-range-declaration"
58331 msgstr ""
58333 #: cp/parser.cc:15554
58334 #, gcc-internal-format
58335 msgid "initializer in range-based %<for%> loop"
58336 msgstr ""
58338 #: cp/parser.cc:15557
58339 #, gcc-internal-format
58340 msgid "multiple declarations in range-based %<for%> loop"
58341 msgstr ""
58343 #: cp/parser.cc:15610
58344 #, gcc-internal-format
58345 msgid "structured bindings only available with %<-std=c++17%> or %<-std=gnu++17%>"
58346 msgstr ""
58348 #: cp/parser.cc:15662
58349 #, gcc-internal-format
58350 msgid "empty structured binding declaration"
58351 msgstr ""
58353 #: cp/parser.cc:15680
58354 #, gcc-internal-format
58355 msgid "invalid initializer for structured binding declaration"
58356 msgstr ""
58358 #: cp/parser.cc:15861
58359 #, gcc-internal-format
58360 msgid "%<friend%> used outside of class"
58361 msgstr ""
58363 #: cp/parser.cc:15900
58364 #, gcc-internal-format
58365 msgid "the %<bool%> keyword is not allowed in a C++20 concept definition"
58366 msgstr ""
58368 #: cp/parser.cc:15903
58369 #, gcc-internal-format
58370 msgid "C++20 concept definition syntax is %<concept <name> = <expr>%>"
58371 msgstr ""
58373 #: cp/parser.cc:15954
58374 #, gcc-internal-format
58375 msgid "%<typedef%> specifier conflicts with %qs"
58376 msgstr ""
58378 #: cp/parser.cc:15980
58379 #, gcc-internal-format
58380 msgid "%<auto%> changes meaning in C++11; please remove it"
58381 msgstr ""
58383 #: cp/parser.cc:16016
58384 #, gcc-internal-format
58385 msgid "%qD invalid in condition"
58386 msgstr ""
58388 #: cp/parser.cc:16025
58389 #, gcc-internal-format
58390 msgid "%qD invalid in lambda"
58391 msgstr ""
58393 #: cp/parser.cc:16029
58394 #, gcc-internal-format
58395 msgid "%qD only valid in lambda with %<-std=c++23%> or %<-std=gnu++23%>"
58396 msgstr ""
58398 #: cp/parser.cc:16111
58399 #, gcc-internal-format
58400 msgid "type-specifier invalid in lambda"
58401 msgstr ""
58403 #: cp/parser.cc:16123
58404 #, gcc-internal-format
58405 msgid "standard attributes in middle of decl-specifiers"
58406 msgstr ""
58408 #: cp/parser.cc:16125
58409 #, gcc-internal-format
58410 msgid "standard attributes must precede the decl-specifiers to apply to the declaration, or follow them to apply to the type"
58411 msgstr ""
58413 #: cp/parser.cc:16140
58414 #, gcc-internal-format
58415 msgid "class definition may not be declared a friend"
58416 msgstr ""
58418 #: cp/parser.cc:16213 cp/parser.cc:27892
58419 #, gcc-internal-format
58420 msgid "templates may not be %<virtual%>"
58421 msgstr ""
58423 #: cp/parser.cc:16232
58424 #, gcc-internal-format
58425 msgid "types may not be defined in explicit-specifier"
58426 msgstr ""
58428 #: cp/parser.cc:16236
58429 #, gcc-internal-format
58430 msgid "%<explicit(bool)%> only available with %<-std=c++20%> or %<-std=gnu++20%>"
58431 msgstr ""
58433 #: cp/parser.cc:16300
58434 #, gcc-internal-format
58435 msgid "invalid linkage-specification"
58436 msgstr ""
58438 #: cp/parser.cc:16407
58439 #, gcc-internal-format
58440 msgid "%<static_assert%> without a message only available with %<-std=c++17%> or %<-std=gnu++17%>"
58441 msgstr ""
58443 #: cp/parser.cc:16608
58444 #, gcc-internal-format
58445 msgid "%<decltype(auto)%> type specifier only available with %<-std=c++14%> or %<-std=gnu++14%>"
58446 msgstr ""
58448 #: cp/parser.cc:16621
58449 #, gcc-internal-format
58450 msgid "types may not be defined in %<decltype%> expressions"
58451 msgstr ""
58453 #: cp/parser.cc:16794
58454 #, gcc-internal-format
58455 msgid "types may not be defined in a conversion-type-id"
58456 msgstr ""
58458 #: cp/parser.cc:16823
58459 #, gcc-internal-format
58460 msgid "invalid use of %<auto%> in conversion operator"
58461 msgstr ""
58463 #: cp/parser.cc:16827
58464 #, gcc-internal-format
58465 msgid "use of %<auto%> in member template conversion operator can never be deduced"
58466 msgstr ""
58468 #: cp/parser.cc:16911
58469 #, gcc-internal-format
58470 msgid "only constructors take member initializers"
58471 msgstr ""
58473 #: cp/parser.cc:16938
58474 #, gcc-internal-format
58475 msgid "cannot expand initializer for member %qD"
58476 msgstr ""
58478 #: cp/parser.cc:16950 cp/pt.cc:27470
58479 #, gcc-internal-format
58480 msgid "mem-initializer for %qD follows constructor delegation"
58481 msgstr ""
58483 #: cp/parser.cc:16962 cp/pt.cc:27482
58484 #, gcc-internal-format
58485 msgid "constructor delegation follows mem-initializer for %qD"
58486 msgstr ""
58488 #: cp/parser.cc:17014
58489 #, gcc-internal-format
58490 msgid "anachronistic old-style base class initializer"
58491 msgstr ""
58493 #: cp/parser.cc:17099
58494 #, gcc-internal-format
58495 msgid "keyword %<typename%> not allowed in this context (a qualified member initializer is implicitly a type)"
58496 msgstr ""
58498 #: cp/parser.cc:17499
58499 #, gcc-internal-format
58500 msgid "unexpected keyword; remove space between quotes and suffix identifier"
58501 msgstr ""
58503 #: cp/parser.cc:17505
58504 #, gcc-internal-format
58505 msgid "expected suffix identifier"
58506 msgstr ""
58508 #: cp/parser.cc:17514
58509 #, gcc-internal-format
58510 msgid "expected empty string after %<operator%> keyword"
58511 msgstr ""
58513 #: cp/parser.cc:17520
58514 #, gcc-internal-format
58515 msgid "invalid encoding prefix in literal operator"
58516 msgstr "nevaljani prefiks kodiranja u doslovnom (literal) operatoru"
58518 #: cp/parser.cc:17554
58519 #, gcc-internal-format
58520 msgid "expected operator"
58521 msgstr ""
58523 #: cp/parser.cc:17601
58524 #, gcc-internal-format
58525 msgid "keyword %<export%> not implemented, and will be ignored"
58526 msgstr ""
58528 #: cp/parser.cc:17603
58529 #, gcc-internal-format
58530 msgid "keyword %<export%> is deprecated, and is ignored"
58531 msgstr ""
58533 #: cp/parser.cc:17605
58534 #, gcc-internal-format
58535 msgid "keyword %<export%> is enabled with %<-fmodules-ts%>"
58536 msgstr ""
58538 #: cp/parser.cc:17784
58539 #, gcc-internal-format
58540 msgid "invalid constrained type parameter"
58541 msgstr ""
58543 #: cp/parser.cc:17792
58544 #, gcc-internal-format
58545 msgid "cv-qualified type parameter"
58546 msgstr ""
58548 #: cp/parser.cc:17939
58549 #, gcc-internal-format
58550 msgid "invalid use of %<auto%> in default template argument"
58551 msgstr ""
58553 #: cp/parser.cc:18175 cp/parser.cc:18261 cp/parser.cc:25221
58554 #, gcc-internal-format
58555 msgid "template parameter pack %qD cannot have a default argument"
58556 msgstr ""
58558 #: cp/parser.cc:18179 cp/parser.cc:18265
58559 #, gcc-internal-format
58560 msgid "template parameter packs cannot have default arguments"
58561 msgstr ""
58563 #: cp/parser.cc:18332
58564 #, gcc-internal-format
58565 msgid "expected template-id"
58566 msgstr ""
58568 #: cp/parser.cc:18394
58569 #, gcc-internal-format
58570 msgid "%<<::%> cannot begin a template-argument list"
58571 msgstr ""
58573 #: cp/parser.cc:18398
58574 #, gcc-internal-format
58575 msgid "%<<:%> is an alternate spelling for %<[%>. Insert whitespace between %<<%> and %<::%>"
58576 msgstr ""
58578 #: cp/parser.cc:18402
58579 #, gcc-internal-format
58580 msgid "(if you use %<-fpermissive%> or %<-std=c++11%>, or %<-std=gnu++11%> G++ will accept your code)"
58581 msgstr ""
58583 #: cp/parser.cc:18432
58584 #, gcc-internal-format
58585 msgid "invalid template-argument-list"
58586 msgstr ""
58588 #: cp/parser.cc:18433
58589 #, gcc-internal-format
58590 msgid "function name as the left hand operand of %<<%> is ill-formed in C++20; wrap the function name in %<()%>"
58591 msgstr ""
58593 #: cp/parser.cc:18440
58594 #, gcc-internal-format
58595 msgid "expected %<(%> after template-argument-list"
58596 msgstr ""
58598 #: cp/parser.cc:18554
58599 #, gcc-internal-format
58600 msgid "parse error in template argument list"
58601 msgstr ""
58603 #. The name does not name a template.
58604 #: cp/parser.cc:18639 cp/parser.cc:18830 cp/parser.cc:19028
58605 #, gcc-internal-format
58606 msgid "expected template-name"
58607 msgstr ""
58609 #. Explain what went wrong.
58610 #: cp/parser.cc:18685
58611 #, gcc-internal-format
58612 msgid "non-template %qD used as template"
58613 msgstr ""
58615 #: cp/parser.cc:18687
58616 #, gcc-internal-format
58617 msgid "use %<%T::template %D%> to indicate that it is a template"
58618 msgstr ""
58620 #: cp/parser.cc:18892
58621 #, gcc-internal-format
58622 msgid "expected parameter pack before %<...%>"
58623 msgstr ""
58625 #: cp/parser.cc:18993 cp/parser.cc:19011 cp/parser.cc:19184
58626 #, gcc-internal-format
58627 msgid "expected template-argument"
58628 msgstr ""
58630 #: cp/parser.cc:19151
58631 #, gcc-internal-format
58632 msgid "invalid non-type template argument"
58633 msgstr ""
58635 #: cp/parser.cc:19293
58636 #, gcc-internal-format
58637 msgid "explicit instantiation shall not use %<inline%> specifier"
58638 msgstr ""
58640 #: cp/parser.cc:19297
58641 #, gcc-internal-format
58642 msgid "explicit instantiation shall not use %<constexpr%> specifier"
58643 msgstr ""
58645 #: cp/parser.cc:19301
58646 #, gcc-internal-format
58647 msgid "explicit instantiation shall not use %<consteval%> specifier"
58648 msgstr ""
58650 #: cp/parser.cc:19361
58651 #, gcc-internal-format
58652 msgid "template specialization with C linkage"
58653 msgstr ""
58655 #: cp/parser.cc:19590
58656 #, gcc-internal-format
58657 msgid "expected type specifier"
58658 msgstr ""
58660 #: cp/parser.cc:19790
58661 #, gcc-internal-format
58662 msgid "use of %<auto%> in lambda parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
58663 msgstr ""
58665 #: cp/parser.cc:19796
58666 #, gcc-internal-format
58667 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++14%> or %<-std=gnu++14%>"
58668 msgstr ""
58670 #: cp/parser.cc:19801
58671 #, gcc-internal-format
58672 msgid "use of %<auto%> in parameter declaration only available with %<-std=c++20%> or %<-fconcepts%>"
58673 msgstr ""
58675 #: cp/parser.cc:19953
58676 #, gcc-internal-format
58677 msgid "expected template-id for type"
58678 msgstr ""
58680 #: cp/parser.cc:20083
58681 #, gcc-internal-format
58682 msgid "expected type-name"
58683 msgstr ""
58685 #: cp/parser.cc:20195
58686 #, gcc-internal-format
58687 msgid "%qE does not constrain a type"
58688 msgstr ""
58690 #: cp/parser.cc:20196
58691 #, gcc-internal-format
58692 msgid "concept defined here"
58693 msgstr ""
58695 #: cp/parser.cc:20228
58696 #, gcc-internal-format
58697 msgid "expected %<auto%> or %<decltype(auto)%> after %qE"
58698 msgstr "očekivano je %<auto%> ili %<decltype(auto)%> iza %qE"
58700 #: cp/parser.cc:20235
58701 #, gcc-internal-format
58702 msgid "unexpected placeholder in constrained result type"
58703 msgstr ""
58705 #: cp/parser.cc:20478
58706 #, gcc-internal-format
58707 msgid "elaborated-type-specifier for a scoped enum must not use the %qD keyword"
58708 msgstr ""
58710 #: cp/parser.cc:20554
58711 #, gcc-internal-format
58712 msgid "%<template%> must follow a nested-name-specifier"
58713 msgstr ""
58715 #: cp/parser.cc:20716
58716 #, gcc-internal-format
58717 msgid "declaration %qD does not declare anything"
58718 msgstr ""
58720 #: cp/parser.cc:20804
58721 #, gcc-internal-format
58722 msgid "attributes ignored on uninstantiated type"
58723 msgstr ""
58725 #: cp/parser.cc:20810
58726 #, gcc-internal-format
58727 msgid "attributes ignored on template instantiation"
58728 msgstr ""
58730 #: cp/parser.cc:20821
58731 #, gcc-internal-format
58732 msgid "attributes ignored on elaborated-type-specifier that is not a forward declaration"
58733 msgstr ""
58735 #: cp/parser.cc:20962
58736 #, gcc-internal-format
58737 msgid "%qD is an enumeration template"
58738 msgstr ""
58740 #: cp/parser.cc:20973
58741 #, gcc-internal-format
58742 msgid "%qD does not name an enumeration in %qT"
58743 msgstr ""
58745 #: cp/parser.cc:20988
58746 #, gcc-internal-format
58747 msgid "unnamed scoped enum is not allowed"
58748 msgstr ""
58750 #: cp/parser.cc:21004
58751 #, gcc-internal-format
58752 msgid "types may not be defined in enum-base"
58753 msgstr ""
58755 #: cp/parser.cc:21049
58756 #, gcc-internal-format
58757 msgid "expected %<;%> or %<{%>"
58758 msgstr ""
58760 #: cp/parser.cc:21094
58761 #, gcc-internal-format
58762 msgid "cannot add an enumerator list to a template instantiation"
58763 msgstr ""
58765 #: cp/parser.cc:21108
58766 #, gcc-internal-format
58767 msgid "nested name specifier %qT for enum declaration does not name a class or namespace"
58768 msgstr ""
58770 #: cp/parser.cc:21120 cp/parser.cc:26804
58771 #, gcc-internal-format
58772 msgid "declaration of %qD in namespace %qD which does not enclose %qD"
58773 msgstr ""
58775 #: cp/parser.cc:21125 cp/parser.cc:26809
58776 #, gcc-internal-format
58777 msgid "declaration of %qD in %qD which does not enclose %qD"
58778 msgstr ""
58780 #: cp/parser.cc:21137 cp/parser.cc:26822
58781 #, gcc-internal-format
58782 msgid "extra qualification not allowed"
58783 msgstr ""
58785 #: cp/parser.cc:21176
58786 #, gcc-internal-format
58787 msgid "ISO C++ forbids empty unnamed enum"
58788 msgstr ""
58790 #: cp/parser.cc:21200
58791 #, gcc-internal-format
58792 msgid "opaque-enum-specifier without name"
58793 msgstr ""
58795 #: cp/parser.cc:21203
58796 #, gcc-internal-format
58797 msgid "opaque-enum-specifier must use a simple identifier"
58798 msgstr ""
58800 #: cp/parser.cc:21324
58801 #, gcc-internal-format
58802 msgid "unexpanded parameter pack in enumerator in lambda"
58803 msgstr ""
58805 #: cp/parser.cc:21399
58806 #, gcc-internal-format
58807 msgid "%qD is not a namespace-name; did you mean %qs?"
58808 msgstr ""
58810 #: cp/parser.cc:21403
58811 #, gcc-internal-format
58812 msgid "%qD is not a namespace-name"
58813 msgstr ""
58815 #: cp/parser.cc:21407
58816 #, gcc-internal-format
58817 msgid "expected namespace-name"
58818 msgstr ""
58820 #: cp/parser.cc:21468
58821 #, gcc-internal-format
58822 msgid "nested inline namespace definitions only available with %<-std=c++20%> or %<-std=gnu++20%>"
58823 msgstr ""
58825 #: cp/parser.cc:21480
58826 #, gcc-internal-format
58827 msgid "standard attributes on namespaces must precede the namespace name"
58828 msgstr ""
58830 #: cp/parser.cc:21499
58831 #, gcc-internal-format
58832 msgid "nested namespace definitions only available with %<-std=c++17%> or %<-std=gnu++17%>"
58833 msgstr ""
58835 #: cp/parser.cc:21509
58836 #, gcc-internal-format
58837 msgid "nested namespace name required"
58838 msgstr ""
58840 #: cp/parser.cc:21514
58841 #, gcc-internal-format
58842 msgid "namespace name required"
58843 msgstr ""
58845 #: cp/parser.cc:21518
58846 #, gcc-internal-format
58847 msgid "a nested namespace definition cannot have attributes"
58848 msgstr ""
58850 #: cp/parser.cc:21521
58851 #, gcc-internal-format
58852 msgid "a nested namespace definition cannot be inline"
58853 msgstr ""
58855 #: cp/parser.cc:21528
58856 #, gcc-internal-format
58857 msgid "namespace %qD entered"
58858 msgstr ""
58860 #: cp/parser.cc:21583
58861 #, gcc-internal-format
58862 msgid "%<namespace%> definition is not allowed here"
58863 msgstr ""
58865 #: cp/parser.cc:21765
58866 #, gcc-internal-format
58867 msgid "pack expansion in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
58868 msgstr ""
58870 #: cp/parser.cc:21809
58871 #, gcc-internal-format
58872 msgid "a template-id may not appear in a using-declaration"
58873 msgstr ""
58875 #: cp/parser.cc:21827
58876 #, gcc-internal-format
58877 msgid "comma-separated list in using-declaration only available with %<-std=c++17%> or %<-std=gnu++17%>"
58878 msgstr ""
58880 #: cp/parser.cc:21837
58881 #, gcc-internal-format
58882 msgid "access declarations are deprecated in favour of using-declarations; suggestion: add the %<using%> keyword"
58883 msgstr ""
58885 #: cp/parser.cc:21902
58886 #, gcc-internal-format
58887 msgid "opaque-enum-declaration here"
58888 msgstr ""
58890 #: cp/parser.cc:21972
58891 #, gcc-internal-format
58892 msgid "types may not be defined in alias template declarations"
58893 msgstr ""
58895 #: cp/parser.cc:22150
58896 #, gcc-internal-format
58897 msgid "%<asm%> in %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
58898 msgstr ""
58900 #: cp/parser.cc:22170 cp/parser.cc:22187 cp/parser.cc:22201
58901 #, gcc-internal-format
58902 msgid "duplicate %<asm%> qualifier %qT"
58903 msgstr ""
58905 #: cp/parser.cc:22177
58906 #, gcc-internal-format
58907 msgid "%<asm%> qualifier %qT ignored outside of function body"
58908 msgstr ""
58910 #: cp/parser.cc:22214
58911 #, gcc-internal-format
58912 msgid "%qT is not an %<asm%> qualifier"
58913 msgstr ""
58915 #: cp/parser.cc:22230
58916 #, gcc-internal-format
58917 msgid "%<asm%> qualifier outside of function body"
58918 msgstr ""
58920 #: cp/parser.cc:22459
58921 #, gcc-internal-format
58922 msgid "empty parentheses were disambiguated as a function declaration"
58923 msgstr ""
58925 #: cp/parser.cc:22470
58926 #, gcc-internal-format
58927 msgid "remove parentheses to default-initialize a variable"
58928 msgstr ""
58930 #: cp/parser.cc:22475
58931 #, gcc-internal-format
58932 msgid "or replace parentheses with braces to aggregate-initialize a variable"
58933 msgstr ""
58935 #: cp/parser.cc:22478
58936 #, gcc-internal-format
58937 msgid "or replace parentheses with braces to value-initialize a variable"
58938 msgstr ""
58940 #: cp/parser.cc:22495 cp/parser.cc:22520
58941 #, gcc-internal-format
58942 msgid "parentheses were disambiguated as a function declaration"
58943 msgstr ""
58945 #: cp/parser.cc:22507 cp/parser.cc:22528
58946 #, gcc-internal-format
58947 msgid "replace parentheses with braces to declare a variable"
58948 msgstr ""
58950 #: cp/parser.cc:22514
58951 #, gcc-internal-format
58952 msgid "add parentheses to declare a variable"
58953 msgstr ""
58955 #: cp/parser.cc:22761
58956 #, gcc-internal-format
58957 msgid "a function-definition is not allowed here"
58958 msgstr ""
58960 #: cp/parser.cc:22772
58961 #, gcc-internal-format
58962 msgid "an %<asm%> specification is not allowed on a function-definition"
58963 msgstr ""
58965 #: cp/parser.cc:22776
58966 #, gcc-internal-format
58967 msgid "attributes are not allowed on a function-definition"
58968 msgstr ""
58970 #: cp/parser.cc:22827
58971 #, gcc-internal-format
58972 msgid "expected constructor, destructor, or type conversion"
58973 msgstr ""
58975 #: cp/parser.cc:22971
58976 #, gcc-internal-format
58977 msgid "initializer provided for function"
58978 msgstr ""
58980 #: cp/parser.cc:23013
58981 #, gcc-internal-format
58982 msgid "attributes after parenthesized initializer ignored"
58983 msgstr ""
58985 #: cp/parser.cc:23027
58986 #, gcc-internal-format
58987 msgid "non-function %qD declared as implicit template"
58988 msgstr ""
58990 #: cp/parser.cc:23526
58991 #, gcc-internal-format
58992 msgid "array bound is not an integer constant"
58993 msgstr ""
58995 #: cp/parser.cc:23652
58996 #, gcc-internal-format
58997 msgid "cannot define member of dependent typedef %qT"
58998 msgstr ""
59000 #: cp/parser.cc:23656
59001 #, gcc-internal-format
59002 msgid "%<%T::%E%> is not a type"
59003 msgstr ""
59005 #. We do not attempt to print the declarator
59006 #. here because we do not have enough
59007 #. information about its original syntactic
59008 #. form.
59009 #: cp/parser.cc:23685
59010 #, gcc-internal-format
59011 msgid "invalid declarator"
59012 msgstr ""
59014 #: cp/parser.cc:23693
59015 #, gcc-internal-format
59016 msgid "invalid use of constructor as a template"
59017 msgstr ""
59019 #: cp/parser.cc:23695
59020 #, gcc-internal-format
59021 msgid "use %<%T::%D%> instead of %<%T::%D%> to name the constructor in a qualified name"
59022 msgstr ""
59024 #. But declarations with qualified-ids can't appear in a
59025 #. function.
59026 #: cp/parser.cc:23810
59027 #, gcc-internal-format
59028 msgid "qualified-id in declaration"
59029 msgstr ""
59031 #: cp/parser.cc:23835
59032 #, gcc-internal-format
59033 msgid "expected declarator"
59034 msgstr ""
59036 #: cp/parser.cc:23956
59037 #, gcc-internal-format
59038 msgid "%qD is a namespace"
59039 msgstr ""
59041 #: cp/parser.cc:23958
59042 #, gcc-internal-format
59043 msgid "cannot form pointer to member of non-class %q#T"
59044 msgstr ""
59046 #: cp/parser.cc:23979
59047 #, gcc-internal-format
59048 msgid "expected ptr-operator"
59049 msgstr ""
59051 #: cp/parser.cc:24040
59052 #, gcc-internal-format
59053 msgid "duplicate cv-qualifier"
59054 msgstr ""
59056 #: cp/parser.cc:24094
59057 #, gcc-internal-format
59058 msgid "multiple ref-qualifiers"
59059 msgstr ""
59061 #: cp/parser.cc:24131
59062 #, gcc-internal-format
59063 msgid "%qE requires %<-fgnu-tm%>"
59064 msgstr ""
59066 #: cp/parser.cc:24189
59067 #, gcc-internal-format
59068 msgid "duplicate virt-specifier"
59069 msgstr ""
59071 #: cp/parser.cc:24454
59072 #, gcc-internal-format
59073 msgid "missing template arguments after %qE"
59074 msgstr ""
59076 #: cp/parser.cc:24460
59077 #, gcc-internal-format
59078 msgid "%qT not permitted in template argument"
59079 msgstr ""
59081 #: cp/parser.cc:24463 cp/typeck2.cc:336 cp/typeck2.cc:383 cp/typeck2.cc:2490
59082 #: rust/backend/rust-tree.cc:3861
59083 #, gcc-internal-format
59084 msgid "invalid use of %qT"
59085 msgstr ""
59087 #: cp/parser.cc:24490
59088 #, gcc-internal-format
59089 msgid "types may not be defined in template arguments"
59090 msgstr ""
59092 #: cp/parser.cc:24495
59093 #, gcc-internal-format
59094 msgid "invalid use of %<auto%> in template argument"
59095 msgstr ""
59097 #: cp/parser.cc:24601
59098 #, gcc-internal-format
59099 msgid "expected type-specifier"
59100 msgstr ""
59102 #: cp/parser.cc:24928
59103 #, gcc-internal-format
59104 msgid "expected %<,%> or %<...%>"
59105 msgstr ""
59107 #: cp/parser.cc:25006
59108 #, gcc-internal-format
59109 msgid "types may not be defined in parameter types"
59110 msgstr ""
59112 #: cp/parser.cc:25205
59113 #, gcc-internal-format
59114 msgid "default arguments are only permitted for function parameters"
59115 msgstr ""
59117 #: cp/parser.cc:25223
59118 #, gcc-internal-format
59119 msgid "parameter pack %qD cannot have a default argument"
59120 msgstr ""
59122 #: cp/parser.cc:25229
59123 #, gcc-internal-format
59124 msgid "template parameter pack cannot have a default argument"
59125 msgstr ""
59127 #: cp/parser.cc:25231
59128 #, gcc-internal-format
59129 msgid "parameter pack cannot have a default argument"
59130 msgstr ""
59132 #: cp/parser.cc:25361
59133 #, gcc-internal-format
59134 msgid "function-try-block body of %<constexpr%> constructor only available with %<-std=c++20%> or %<-std=gnu++20%>"
59135 msgstr "tijelo function-try-block  u %<constexpr%> konstruktoru dostupno je samo s %<-std=c++20%> ili %<-std=gnu++20%>"
59137 #: cp/parser.cc:25365
59138 #, gcc-internal-format
59139 msgid "function-try-block body of %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
59140 msgstr ""
59142 #: cp/parser.cc:25700
59143 #, gcc-internal-format
59144 msgid "C++ designated initializers only available with %<-std=c++20%> or %<-std=gnu++20%>"
59145 msgstr ""
59147 #: cp/parser.cc:25720
59148 #, gcc-internal-format
59149 msgid "ISO C++ does not allow GNU designated initializers"
59150 msgstr ""
59152 #: cp/parser.cc:25758
59153 #, gcc-internal-format
59154 msgid "ISO C++ does not allow C99 designated initializers"
59155 msgstr ""
59157 #: cp/parser.cc:25772
59158 #, gcc-internal-format
59159 msgid "either all initializer clauses should be designated or none of them should be"
59160 msgstr ""
59162 #: cp/parser.cc:25797
59163 #, gcc-internal-format
59164 msgid "%<...%> not allowed in designated initializer list"
59165 msgstr ""
59167 #: cp/parser.cc:25848
59168 #, gcc-internal-format
59169 msgid "%<.%s%> designator used multiple times in the same initializer list"
59170 msgstr ""
59172 #: cp/parser.cc:25904 cp/parser.cc:26041
59173 #, gcc-internal-format
59174 msgid "expected class-name"
59175 msgstr ""
59177 #: cp/parser.cc:26288
59178 #, gcc-internal-format
59179 msgid "expected %<;%> after class definition"
59180 msgstr ""
59182 #: cp/parser.cc:26291
59183 #, gcc-internal-format
59184 msgid "expected %<;%> after struct definition"
59185 msgstr ""
59187 #: cp/parser.cc:26294
59188 #, gcc-internal-format
59189 msgid "expected %<;%> after union definition"
59190 msgstr ""
59192 #: cp/parser.cc:26746
59193 #, gcc-internal-format
59194 msgid "expected %<{%> or %<:%>"
59195 msgstr ""
59197 #: cp/parser.cc:26757
59198 #, gcc-internal-format
59199 msgid "cannot specify %<override%> for a class"
59200 msgstr "ne možete specificirati %<override%> za klasu"
59202 #: cp/parser.cc:26765
59203 #, gcc-internal-format
59204 msgid "global qualification of class name is invalid"
59205 msgstr ""
59207 #: cp/parser.cc:26772
59208 #, gcc-internal-format
59209 msgid "qualified name does not name a class"
59210 msgstr ""
59212 #: cp/parser.cc:26784
59213 #, gcc-internal-format
59214 msgid "keyword %<template%> not allowed in class-head-name"
59215 msgstr ""
59217 #: cp/parser.cc:26790
59218 #, gcc-internal-format
59219 msgid "invalid class name in declaration of %qD"
59220 msgstr ""
59222 #: cp/parser.cc:26844
59223 #, gcc-internal-format
59224 msgid "an explicit specialization must be preceded by %<template <>%>"
59225 msgstr ""
59227 #: cp/parser.cc:26876
59228 #, gcc-internal-format
59229 msgid "function template %qD redeclared as a class template"
59230 msgstr ""
59232 #: cp/parser.cc:26909
59233 #, gcc-internal-format
59234 msgid "could not resolve typename type"
59235 msgstr ""
59237 #: cp/parser.cc:26973
59238 #, gcc-internal-format
59239 msgid "previous definition of %q#T"
59240 msgstr ""
59242 #. In a lambda this should work, but doesn't currently.
59243 #. We're in a lambda, but it isn't the innermost class.
59244 #. This should work, but currently doesn't.
59245 #: cp/parser.cc:26987 cp/pt.cc:4307
59246 #, gcc-internal-format
59247 msgid "unexpanded parameter pack in local class in lambda"
59248 msgstr ""
59250 #: cp/parser.cc:27087 cp/parser.cc:33789
59251 #, gcc-internal-format
59252 msgid "expected class-key"
59253 msgstr ""
59255 #: cp/parser.cc:27112
59256 #, gcc-internal-format
59257 msgid "ISO C++ forbids typename key in template template parameter; use %<-std=c++17%> or %<-std=gnu++17%>"
59258 msgstr ""
59260 #: cp/parser.cc:27116
59261 #, gcc-internal-format
59262 msgid "expected %<class%> or %<typename%>"
59263 msgstr "očekivano je %<class%> ili %<typename%>"
59265 #: cp/parser.cc:27366
59266 #, gcc-internal-format
59267 msgid "in C++03 a class-key must be used when declaring a friend"
59268 msgstr ""
59270 #: cp/parser.cc:27397
59271 #, gcc-internal-format
59272 msgid "friend declaration does not name a class or function"
59273 msgstr ""
59275 #: cp/parser.cc:27415
59276 #, gcc-internal-format
59277 msgid "a storage class on an anonymous aggregate in class scope is not allowed"
59278 msgstr ""
59280 #: cp/parser.cc:27517
59281 #, gcc-internal-format
59282 msgid "default member initializers for bit-fields only available with %<-std=c++20%> or %<-std=gnu++20%>"
59283 msgstr ""
59285 #: cp/parser.cc:27524
59286 #, gcc-internal-format
59287 msgid "default member initializer for unnamed bit-field"
59288 msgstr ""
59290 #: cp/parser.cc:27537
59291 #, gcc-internal-format
59292 msgid "ISO C++ allows bit-field attributes only before the %<:%> token"
59293 msgstr ""
59295 #: cp/parser.cc:27699
59296 #, gcc-internal-format
59297 msgid "bit-field %qD has non-integral type %qT"
59298 msgstr ""
59300 #: cp/parser.cc:27727
59301 #, gcc-internal-format
59302 msgid "pure-specifier on function-definition"
59303 msgstr ""
59305 #: cp/parser.cc:27748
59306 #, gcc-internal-format
59307 msgid "extra %<;%> after in-class function definition"
59308 msgstr ""
59310 #: cp/parser.cc:27797
59311 #, gcc-internal-format
59312 msgid "stray %<,%> at end of member declaration"
59313 msgstr ""
59315 #: cp/parser.cc:27811
59316 #, gcc-internal-format
59317 msgid "expected %<;%> at end of member declaration"
59318 msgstr ""
59320 #: cp/parser.cc:27886
59321 #, gcc-internal-format
59322 msgid "invalid pure specifier (only %<= 0%> is allowed)"
59323 msgstr ""
59325 #: cp/parser.cc:27921
59326 #, gcc-internal-format
59327 msgid "a brace-enclosed initializer is not allowed here"
59328 msgstr ""
59330 #: cp/parser.cc:28051
59331 #, gcc-internal-format
59332 msgid "%<virtual%> specified more than once in base-specifier"
59333 msgstr ""
59335 #: cp/parser.cc:28071
59336 #, gcc-internal-format
59337 msgid "more than one access specifier in base-specifier"
59338 msgstr ""
59340 #: cp/parser.cc:28095
59341 #, gcc-internal-format
59342 msgid "keyword %<typename%> not allowed outside of templates"
59343 msgstr ""
59345 #: cp/parser.cc:28098
59346 #, gcc-internal-format
59347 msgid "keyword %<typename%> not allowed in this context (the base class is implicitly a type)"
59348 msgstr ""
59350 #: cp/parser.cc:28297 cp/parser.cc:28391
59351 #, gcc-internal-format
59352 msgid "types may not be defined in an exception-specification"
59353 msgstr ""
59355 #: cp/parser.cc:28399
59356 #, gcc-internal-format
59357 msgid "ISO C++17 does not allow dynamic exception specifications"
59358 msgstr ""
59360 #: cp/parser.cc:28405
59361 #, gcc-internal-format
59362 msgid "dynamic exception specifications are deprecated in C++11"
59363 msgstr ""
59365 #: cp/parser.cc:28449
59366 #, gcc-internal-format
59367 msgid "invalid use of %<auto%> in exception-specification"
59368 msgstr ""
59370 #: cp/parser.cc:28490
59371 #, gcc-internal-format
59372 msgid "%<try%> in %<constexpr%> function only available with %<-std=c++20%> or %<-std=gnu++20%>"
59373 msgstr ""
59375 #: cp/parser.cc:28602
59376 #, gcc-internal-format
59377 msgid "types may not be defined in exception-declarations"
59378 msgstr ""
59380 #: cp/parser.cc:29160
59381 #, gcc-internal-format
59382 msgid "expected OpenMP directive name"
59383 msgstr "očekivano je ime direktive OpenMP"
59385 #: cp/parser.cc:29169
59386 #, gcc-internal-format
59387 msgid "expected attribute argument as balanced token sequence"
59388 msgstr ""
59390 #: cp/parser.cc:29214
59391 #, gcc-internal-format
59392 msgid "expected %<directive%> or %<sequence%>"
59393 msgstr "očekivano je %<directive%> ili %<sequence%>"
59395 #: cp/parser.cc:29313
59396 #, gcc-internal-format
59397 msgid "attribute using prefix used together with scoped attribute token"
59398 msgstr ""
59400 #: cp/parser.cc:29327
59401 #, gcc-internal-format
59402 msgid "expected an identifier for the attribute name"
59403 msgstr ""
59405 #: cp/parser.cc:29382
59406 #, gcc-internal-format
59407 msgid "%<omp::%E%> attribute requires argument"
59408 msgstr ""
59410 #. e.g. [[attr()]].
59411 #: cp/parser.cc:29454
59412 #, gcc-internal-format
59413 msgid "parentheses must be omitted if %qE attribute argument list is empty"
59414 msgstr ""
59416 #: cp/parser.cc:29489
59417 #, gcc-internal-format
59418 msgid "attribute %qs specified multiple times"
59419 msgstr ""
59421 #: cp/parser.cc:29531
59422 #, gcc-internal-format
59423 msgid "expected attribute before %<...%>"
59424 msgstr "očekivan je atribut ispred %<...%>"
59426 #: cp/parser.cc:29574
59427 #, gcc-internal-format
59428 msgid "expected contract-role"
59429 msgstr "očekivana je ugovorna uloga"
59431 #. We got some other token other than a ':'.
59432 #: cp/parser.cc:29655
59433 #, gcc-internal-format
59434 msgid "expected contract semantic or level"
59435 msgstr "očekivana je semantika ugovora ili očekivana razina"
59437 #: cp/parser.cc:29665
59438 #, gcc-internal-format
59439 msgid "expected contract level: %<default%>, %<audit%>, or %<axiom%>"
59440 msgstr "očekivana je razina kontrakta %<default%>, %<audit%> ili %<axiom%>"
59442 #: cp/parser.cc:29675
59443 #, gcc-internal-format
59444 msgid "invalid use of contract role for explicit semantic"
59445 msgstr ""
59447 #: cp/parser.cc:29812
59448 #, gcc-internal-format
59449 msgid "contracts are only available with %<-fcontracts%>"
59450 msgstr ""
59452 #: cp/parser.cc:29967
59453 #, gcc-internal-format
59454 msgid "attribute using prefix only available with %<-std=c++17%> or %<-std=gnu++17%>"
59455 msgstr ""
59457 #: cp/parser.cc:30312 cp/parser.cc:30321
59458 #, gcc-internal-format
59459 msgid "expression must be enclosed in parentheses"
59460 msgstr ""
59462 #: cp/parser.cc:30667
59463 #, gcc-internal-format
59464 msgid "missing additional %<requires%> to start a requires-expression"
59465 msgstr ""
59467 #: cp/parser.cc:30910
59468 #, gcc-internal-format
59469 msgid "testing if a concept-id is a valid expression; add %<requires%> to check satisfaction"
59470 msgstr ""
59472 #: cp/parser.cc:31048
59473 #, gcc-internal-format
59474 msgid "result type is not a plain type-constraint"
59475 msgstr ""
59477 #: cp/parser.cc:31056
59478 #, gcc-internal-format
59479 msgid "return-type-requirement is not a type-constraint"
59480 msgstr ""
59482 #: cp/parser.cc:31568
59483 #, gcc-internal-format
59484 msgid "specializing member %<%T::%E%> requires %<template<>%> syntax"
59485 msgstr ""
59487 #: cp/parser.cc:31573
59488 #, gcc-internal-format
59489 msgid "invalid declaration of %<%T::%E%>"
59490 msgstr ""
59492 #: cp/parser.cc:31577
59493 #, gcc-internal-format
59494 msgid "too few template-parameter-lists"
59495 msgstr ""
59497 #. Otherwise, there are too many template parameter lists.  We have
59498 #. something like:
59500 #. template <class T> template <class U> void S::f();
59501 #: cp/parser.cc:31584
59502 #, gcc-internal-format
59503 msgid "too many template-parameter-lists"
59504 msgstr ""
59506 #: cp/parser.cc:31977
59507 #, gcc-internal-format
59508 msgid "named return values are no longer supported"
59509 msgstr ""
59511 #: cp/parser.cc:32150
59512 #, gcc-internal-format
59513 msgid "ISO C++ did not adopt string literal operator templates taking an argument pack of characters"
59514 msgstr ""
59516 #: cp/parser.cc:32159
59517 #, gcc-internal-format
59518 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%> or single non-type parameter of class type"
59519 msgstr ""
59521 #: cp/parser.cc:32165
59522 #, gcc-internal-format
59523 msgid "literal operator template %qD has invalid parameter list; expected non-type template parameter pack %<<char...>%>"
59524 msgstr ""
59526 #: cp/parser.cc:32272
59527 #, gcc-internal-format
59528 msgid "template-introductions are not part of C++20 concepts; use %qs to enable"
59529 msgstr ""
59531 #: cp/parser.cc:32282
59532 #, gcc-internal-format
59533 msgid "no matching concept for template-introduction"
59534 msgstr ""
59536 #: cp/parser.cc:32305
59537 #, gcc-internal-format
59538 msgid "invalid declaration of member template in local class"
59539 msgstr ""
59541 #: cp/parser.cc:32314
59542 #, gcc-internal-format
59543 msgid "template with C linkage"
59544 msgstr ""
59546 #: cp/parser.cc:32334
59547 #, gcc-internal-format
59548 msgid "invalid explicit specialization"
59549 msgstr ""
59551 #: cp/parser.cc:32446
59552 #, gcc-internal-format
59553 msgid "template declaration of %<typedef%>"
59554 msgstr ""
59556 #: cp/parser.cc:32497
59557 #, gcc-internal-format
59558 msgid "a class template declaration must not declare anything else"
59559 msgstr ""
59561 #: cp/parser.cc:32549
59562 #, gcc-internal-format
59563 msgid "explicit template specialization cannot have a storage class"
59564 msgstr ""
59566 #: cp/parser.cc:32856
59567 #, gcc-internal-format
59568 msgid "%<>>%> should be %<> >%> within a nested template argument list"
59569 msgstr ""
59571 #: cp/parser.cc:32869
59572 #, gcc-internal-format
59573 msgid "spurious %<>>%>, use %<>%> to terminate a template argument list"
59574 msgstr ""
59576 #: cp/parser.cc:32900
59577 #, gcc-internal-format
59578 msgid "%qs should be %qs to terminate a template argument list"
59579 msgstr ""
59581 #: cp/parser.cc:33218
59582 #, gcc-internal-format
59583 msgid "%<sizeof...%> argument must be surrounded by parentheses"
59584 msgstr ""
59586 #: cp/parser.cc:33395
59587 #, gcc-internal-format
59588 msgid "invalid use of %qD in linkage specification"
59589 msgstr ""
59591 #: cp/parser.cc:33406
59592 #, gcc-internal-format
59593 msgid "duplicate %qD specifier"
59594 msgstr ""
59596 #: cp/parser.cc:33409
59597 #, gcc-internal-format
59598 msgid "%qD specifier conflicts with %qs"
59599 msgstr ""
59601 #: cp/parser.cc:33421
59602 #, gcc-internal-format
59603 msgid "%<__thread%> before %qD"
59604 msgstr ""
59606 #: cp/parser.cc:33437
59607 #, gcc-internal-format
59608 msgid "%qD specifier conflicts with %<typedef%>"
59609 msgstr ""
59611 #: cp/parser.cc:33546
59612 #, gcc-internal-format
59613 msgid "ISO C++ 1998 does not support %<long long%>"
59614 msgstr ""
59616 #: cp/parser.cc:33557
59617 #, gcc-internal-format
59618 msgid "both %<__thread%> and %<thread_local%> specified"
59619 msgstr ""
59621 #: cp/parser.cc:33562
59622 #, gcc-internal-format
59623 msgid "duplicate %qD"
59624 msgstr ""
59626 #: cp/parser.cc:33588
59627 #, gcc-internal-format
59628 msgid "duplicate %qs"
59629 msgstr ""
59631 #: cp/parser.cc:33640
59632 #, gcc-internal-format
59633 msgid "expected %<new%>"
59634 msgstr ""
59636 #: cp/parser.cc:33643
59637 #, gcc-internal-format
59638 msgid "expected %<delete%>"
59639 msgstr ""
59641 #: cp/parser.cc:33646
59642 #, gcc-internal-format
59643 msgid "expected %<return%>"
59644 msgstr ""
59646 #: cp/parser.cc:33652
59647 #, gcc-internal-format
59648 msgid "expected %<extern%>"
59649 msgstr ""
59651 #: cp/parser.cc:33655
59652 #, gcc-internal-format
59653 msgid "expected %<static_assert%>"
59654 msgstr ""
59656 #: cp/parser.cc:33658
59657 #, gcc-internal-format
59658 msgid "expected %<decltype%>"
59659 msgstr ""
59661 #: cp/parser.cc:33661
59662 #, gcc-internal-format
59663 msgid "expected %<operator%>"
59664 msgstr ""
59666 #: cp/parser.cc:33664
59667 #, gcc-internal-format
59668 msgid "expected %<class%>"
59669 msgstr ""
59671 #: cp/parser.cc:33667
59672 #, gcc-internal-format
59673 msgid "expected %<template%>"
59674 msgstr ""
59676 #: cp/parser.cc:33670
59677 #, gcc-internal-format
59678 msgid "expected %<namespace%>"
59679 msgstr ""
59681 #: cp/parser.cc:33673
59682 #, gcc-internal-format
59683 msgid "expected %<using%>"
59684 msgstr ""
59686 #: cp/parser.cc:33676
59687 #, gcc-internal-format
59688 msgid "expected %<asm%>"
59689 msgstr ""
59691 #: cp/parser.cc:33679
59692 #, gcc-internal-format
59693 msgid "expected %<try%>"
59694 msgstr ""
59696 #: cp/parser.cc:33682
59697 #, gcc-internal-format
59698 msgid "expected %<catch%>"
59699 msgstr ""
59701 #: cp/parser.cc:33685
59702 #, gcc-internal-format
59703 msgid "expected %<throw%>"
59704 msgstr ""
59706 #: cp/parser.cc:33688
59707 #, gcc-internal-format
59708 msgid "expected %<auto%>"
59709 msgstr "očekivano je %<auto%>"
59711 #: cp/parser.cc:33691
59712 #, gcc-internal-format
59713 msgid "expected %<__label__%>"
59714 msgstr ""
59716 #: cp/parser.cc:33694
59717 #, gcc-internal-format
59718 msgid "expected %<@try%>"
59719 msgstr ""
59721 #: cp/parser.cc:33697
59722 #, gcc-internal-format
59723 msgid "expected %<@synchronized%>"
59724 msgstr ""
59726 #: cp/parser.cc:33700
59727 #, gcc-internal-format
59728 msgid "expected %<@throw%>"
59729 msgstr ""
59731 #: cp/parser.cc:33703
59732 #, gcc-internal-format
59733 msgid "expected %<__transaction_atomic%>"
59734 msgstr ""
59736 #: cp/parser.cc:33706
59737 #, gcc-internal-format
59738 msgid "expected %<__transaction_relaxed%>"
59739 msgstr ""
59741 #: cp/parser.cc:33709
59742 #, gcc-internal-format
59743 msgid "expected %<co_yield%>"
59744 msgstr "očekivano je %<co_yield%>"
59746 #: cp/parser.cc:33741
59747 #, gcc-internal-format
59748 msgid "expected %<::%>"
59749 msgstr ""
59751 #: cp/parser.cc:33753
59752 #, gcc-internal-format
59753 msgid "expected %<...%>"
59754 msgstr ""
59756 #: cp/parser.cc:33756
59757 #, gcc-internal-format
59758 msgid "expected %<*%>"
59759 msgstr ""
59761 #: cp/parser.cc:33759
59762 #, gcc-internal-format
59763 msgid "expected %<~%>"
59764 msgstr ""
59766 #: cp/parser.cc:33765
59767 #, gcc-internal-format
59768 msgid "expected %<:%> or %<::%>"
59769 msgstr ""
59771 #: cp/parser.cc:33792
59772 #, gcc-internal-format
59773 msgid "expected %<class%>, %<typename%>, or %<template%>"
59774 msgstr ""
59776 #: cp/parser.cc:34127
59777 #, gcc-internal-format
59778 msgid "redundant enum-key %<enum%s%> in reference to %q#T"
59779 msgstr ""
59781 #: cp/parser.cc:34278
59782 #, gcc-internal-format
59783 msgid "%qs tag used in naming %q#T"
59784 msgstr ""
59786 #: cp/parser.cc:34283
59787 #, gcc-internal-format
59788 msgid "%q#T was previously declared here"
59789 msgstr ""
59791 #: cp/parser.cc:34404
59792 #, gcc-internal-format
59793 msgid "redundant class-key %qs in reference to %q#T"
59794 msgstr ""
59796 #: cp/parser.cc:34562 cp/parser.cc:34596
59797 #, gcc-internal-format
59798 msgid "%qT declared with a mismatched class-key %qs"
59799 msgstr ""
59801 #: cp/parser.cc:34569 cp/parser.cc:34602
59802 #, gcc-internal-format
59803 msgid "remove the class-key or replace it with %qs"
59804 msgstr ""
59806 #: cp/parser.cc:34570 cp/parser.cc:34603
59807 #, gcc-internal-format
59808 msgid "replace the class-key with %qs"
59809 msgstr ""
59811 #: cp/parser.cc:34577
59812 #, gcc-internal-format
59813 msgid "%qT defined as %qs here"
59814 msgstr ""
59816 #: cp/parser.cc:34578
59817 #, gcc-internal-format
59818 msgid "%qT first declared as %qs here"
59819 msgstr ""
59821 #: cp/parser.cc:34660
59822 #, gcc-internal-format
59823 msgid "%qD redeclared with different access"
59824 msgstr ""
59826 #: cp/parser.cc:34681
59827 #, gcc-internal-format
59828 msgid "in C++98 %<template%> (as a disambiguator) is only allowed within templates"
59829 msgstr ""
59831 #: cp/parser.cc:34931
59832 #, gcc-internal-format
59833 msgid "file ends in default argument"
59834 msgstr ""
59836 #: cp/parser.cc:35172 cp/parser.cc:36480 cp/parser.cc:36669
59837 #, gcc-internal-format
59838 msgid "misplaced %<@%D%> Objective-C++ construct"
59839 msgstr ""
59841 #: cp/parser.cc:35243
59842 #, gcc-internal-format
59843 msgid "objective-c++ message receiver expected"
59844 msgstr ""
59846 #: cp/parser.cc:35313
59847 #, gcc-internal-format
59848 msgid "objective-c++ message argument(s) are expected"
59849 msgstr ""
59851 #: cp/parser.cc:35344
59852 #, gcc-internal-format
59853 msgid "%<@encode%> must specify a type as an argument"
59854 msgstr ""
59856 #: cp/parser.cc:35748
59857 #, gcc-internal-format
59858 msgid "invalid Objective-C++ selector name"
59859 msgstr ""
59861 #: cp/parser.cc:35823 cp/parser.cc:35841
59862 #, gcc-internal-format
59863 msgid "objective-c++ method declaration is expected"
59864 msgstr ""
59866 #: cp/parser.cc:35835 cp/parser.cc:35901
59867 #, gcc-internal-format
59868 msgid "method attributes must be specified at the end"
59869 msgstr ""
59871 #: cp/parser.cc:35944
59872 #, gcc-internal-format
59873 msgid "stray %qs between Objective-C++ methods"
59874 msgstr ""
59876 #: cp/parser.cc:36141 cp/parser.cc:36148 cp/parser.cc:36155
59877 #, gcc-internal-format
59878 msgid "invalid type for instance variable"
59879 msgstr ""
59881 #: cp/parser.cc:36272
59882 #, gcc-internal-format
59883 msgid "identifier expected after %<@protocol%>"
59884 msgstr ""
59886 #: cp/parser.cc:36445
59887 #, gcc-internal-format
59888 msgid "attributes may not be specified before the %<@%D%> Objective-C++ keyword"
59889 msgstr ""
59891 #: cp/parser.cc:36452
59892 #, gcc-internal-format
59893 msgid "prefix attributes are ignored before %<@%D%>"
59894 msgstr ""
59896 #: cp/parser.cc:36732 cp/parser.cc:36739 cp/parser.cc:36746
59897 #, gcc-internal-format
59898 msgid "invalid type for property"
59899 msgstr ""
59901 #: cp/parser.cc:36908
59902 #, gcc-internal-format
59903 msgid "unknown property attribute %qE"
59904 msgstr ""
59906 #: cp/parser.cc:38037
59907 #, gcc-internal-format
59908 msgid "expected integer expression list"
59909 msgstr ""
59911 #: cp/parser.cc:38054
59912 #, gcc-internal-format
59913 msgid "%<wait%> expression must be integral"
59914 msgstr ""
59916 #: cp/parser.cc:39143
59917 #, gcc-internal-format
59918 msgid "invalid reduction-identifier"
59919 msgstr ""
59921 #: cp/parser.cc:40112
59922 #, gcc-internal-format
59923 msgid "types may not be defined in iterator type"
59924 msgstr ""
59926 #: cp/parser.cc:43018
59927 #, gcc-internal-format
59928 msgid "parenthesized initialization is not allowed in OpenMP %<for%> loop"
59929 msgstr ""
59931 #: cp/parser.cc:43466
59932 #, gcc-internal-format
59933 msgid "%<[[omp::directive(%s)]]%> must be the only specified attribute on a statement"
59934 msgstr ""
59936 #: cp/parser.cc:43711
59937 #, gcc-internal-format
59938 msgid "%<ordered%> clause with parameter on range-based %<for%> loop"
59939 msgstr ""
59941 #: cp/parser.cc:43798 cp/pt.cc:18576
59942 #, gcc-internal-format
59943 msgid "iteration variable %qD should not be reduction"
59944 msgstr ""
59946 #: cp/parser.cc:43891
59947 #, gcc-internal-format
59948 msgid "not enough for loops to collapse"
59949 msgstr ""
59951 #: cp/parser.cc:46258
59952 #, gcc-internal-format
59953 msgid "%<#pragma omp declare %s%> followed by %<#pragma omp declare %s%>"
59954 msgstr ""
59956 #: cp/parser.cc:47093
59957 #, gcc-internal-format
59958 msgid "OpenMP directive other than %<declare simd%> or %<declare variant%> appertains to a declaration"
59959 msgstr ""
59961 #: cp/parser.cc:47439 cp/parser.cc:47470
59962 #, gcc-internal-format
59963 msgid "%qs in attribute syntax terminated with %qs in pragma syntax"
59964 msgstr ""
59966 #: cp/parser.cc:47446 cp/parser.cc:47475
59967 #, gcc-internal-format
59968 msgid "%qs in pragma syntax terminated with %qs in attribute syntax"
59969 msgstr ""
59971 #: cp/parser.cc:47587
59972 #, gcc-internal-format
59973 msgid "invalid initializer clause"
59974 msgstr ""
59976 #: cp/parser.cc:47617
59977 #, gcc-internal-format
59978 msgid "expected id-expression (arguments)"
59979 msgstr ""
59981 #: cp/parser.cc:47629
59982 #, gcc-internal-format
59983 msgid "one of the initializer call arguments should be %<omp_priv%> or %<&omp_priv%>"
59984 msgstr ""
59986 #: cp/parser.cc:47732
59987 #, gcc-internal-format
59988 msgid "types may not be defined in declare reduction type list"
59989 msgstr ""
59991 #: cp/parser.cc:47752 cp/semantics.cc:6128
59992 #, gcc-internal-format
59993 msgid "predeclared arithmetic type %qT in %<#pragma omp declare reduction%>"
59994 msgstr ""
59996 #: cp/parser.cc:47756 cp/semantics.cc:6136
59997 #, gcc-internal-format
59998 msgid "function or array type %qT in %<#pragma omp declare reduction%>"
59999 msgstr ""
60001 #: cp/parser.cc:47759 cp/pt.cc:14486 cp/semantics.cc:6142
60002 #, gcc-internal-format
60003 msgid "reference type %qT in %<#pragma omp declare reduction%>"
60004 msgstr ""
60006 #: cp/parser.cc:47762 cp/semantics.cc:6148
60007 #, gcc-internal-format
60008 msgid "%<const%>, %<volatile%> or %<__restrict%>-qualified type %qT in %<#pragma omp declare reduction%>"
60009 msgstr ""
60011 #: cp/parser.cc:48476
60012 #, gcc-internal-format
60013 msgid "%<#pragma acc routine%> names a set of overloads"
60014 msgstr ""
60016 #: cp/parser.cc:48486
60017 #, gcc-internal-format
60018 msgid "%qD does not refer to a namespace scope function"
60019 msgstr ""
60021 #. cancel-and-throw is unimplemented.
60022 #: cp/parser.cc:48847
60023 #, gcc-internal-format
60024 msgid "%<atomic_cancel%>"
60025 msgstr ""
60027 #: cp/parser.cc:48894 cp/semantics.cc:11155
60028 #, gcc-internal-format
60029 msgid "%<__transaction_relaxed%> without transactional memory support enabled"
60030 msgstr ""
60032 #: cp/parser.cc:48896 cp/semantics.cc:11157
60033 #, gcc-internal-format
60034 msgid "%<__transaction_atomic%> without transactional memory support enabled"
60035 msgstr ""
60037 #: cp/parser.cc:49042
60038 #, gcc-internal-format
60039 msgid "outer %<__transaction_cancel%> not within outer %<__transaction_atomic%>"
60040 msgstr ""
60042 #: cp/parser.cc:49045
60043 #, gcc-internal-format
60044 msgid "  or a %<transaction_may_cancel_outer%> function"
60045 msgstr ""
60047 #: cp/parser.cc:49092
60048 #, gcc-internal-format
60049 msgid "malformed %<#pragma GCC pch_preprocess%>"
60050 msgstr ""
60052 #: cp/parser.cc:49390
60053 #, gcc-internal-format
60054 msgid "%<#pragma omp requires%> may only be used at file or namespace scope"
60055 msgstr ""
60057 #: cp/parser.cc:49401
60058 #, gcc-internal-format
60059 msgid "%<#pragma omp assumes%> may only be used at file or namespace scope"
60060 msgstr ""
60062 #: cp/parser.cc:49456
60063 #, gcc-internal-format
60064 msgid "%<#pragma GCC ivdep%> must be inside a function"
60065 msgstr ""
60067 #: cp/parser.cc:49488
60068 #, gcc-internal-format
60069 msgid "%<#pragma GCC unroll%> must be inside a function"
60070 msgstr ""
60072 #: cp/parser.cc:49569
60073 #, gcc-internal-format
60074 msgid "multi-source compilation not implemented for C++"
60075 msgstr ""
60077 #: cp/parser.cc:49606
60078 #, gcc-internal-format
60079 msgid "placeholder type not allowed in this context"
60080 msgstr ""
60082 #: cp/parser.cc:49815
60083 #, gcc-internal-format
60084 msgid "implicit templates may not be %<virtual%>"
60085 msgstr ""
60087 #: cp/parser.cc:49871
60088 #, gcc-internal-format
60089 msgid "%<extern \"C\"%> linkage started here"
60090 msgstr ""
60092 #: cp/pt.cc:308
60093 #, gcc-internal-format
60094 msgid "data member %qD cannot be a member template"
60095 msgstr ""
60097 #: cp/pt.cc:321
60098 #, gcc-internal-format
60099 msgid "invalid member template declaration %qD"
60100 msgstr ""
60102 #: cp/pt.cc:749
60103 #, gcc-internal-format
60104 msgid "explicit specialization in non-namespace scope %qD"
60105 msgstr ""
60107 #: cp/pt.cc:763
60108 #, gcc-internal-format
60109 msgid "enclosing class templates are not explicitly specialized"
60110 msgstr ""
60112 #: cp/pt.cc:847
60113 #, gcc-internal-format
60114 msgid "specialization of %qD must appear at namespace scope"
60115 msgstr ""
60117 #: cp/pt.cc:858 cp/pt.cc:1099
60118 #, gcc-internal-format
60119 msgid "specialization of %qD in different namespace"
60120 msgstr ""
60122 #: cp/pt.cc:860
60123 #, gcc-internal-format
60124 msgid "  from definition of %q#D"
60125 msgstr ""
60127 #: cp/pt.cc:877
60128 #, gcc-internal-format
60129 msgid "explicit instantiation of %qD in namespace %qD (which does not enclose namespace %qD)"
60130 msgstr ""
60132 #: cp/pt.cc:1011
60133 #, gcc-internal-format
60134 msgid "name of class shadows template template parameter %qD"
60135 msgstr ""
60137 #: cp/pt.cc:1023
60138 #, gcc-internal-format
60139 msgid "specialization of alias template %qD"
60140 msgstr ""
60142 #: cp/pt.cc:1026 cp/pt.cc:1165
60143 #, gcc-internal-format
60144 msgid "explicit specialization of non-template %qT"
60145 msgstr ""
60147 #: cp/pt.cc:1058
60148 #, gcc-internal-format
60149 msgid "specialization of %qT after instantiation"
60150 msgstr ""
60152 #: cp/pt.cc:1102
60153 #, gcc-internal-format
60154 msgid "from definition of %q#D"
60155 msgstr ""
60157 #. But if we've had an implicit instantiation, that's a
60158 #. problem ([temp.expl.spec]/6).
60159 #: cp/pt.cc:1143
60160 #, gcc-internal-format
60161 msgid "specialization %qT after instantiation %qT"
60162 msgstr ""
60164 #: cp/pt.cc:1161
60165 #, gcc-internal-format
60166 msgid "template specialization of %qD not allowed by ISO C++"
60167 msgstr ""
60169 #: cp/pt.cc:1552
60170 #, gcc-internal-format
60171 msgid "specialization of %qD after instantiation"
60172 msgstr ""
60174 #: cp/pt.cc:2025 cp/semantics.cc:5998
60175 #, gcc-internal-format
60176 msgid "%s %#qD"
60177 msgstr ""
60179 #: cp/pt.cc:2161
60180 #, gcc-internal-format
60181 msgid "%qD is not a function template"
60182 msgstr ""
60184 #: cp/pt.cc:2166
60185 #, gcc-internal-format
60186 msgid "%qD is not a variable template"
60187 msgstr ""
60189 #: cp/pt.cc:2449
60190 #, gcc-internal-format
60191 msgid "template-id %qD for %q+D does not match any template declaration"
60192 msgstr ""
60194 #: cp/pt.cc:2453
60195 #, gcc-internal-format
60196 msgid "saw %d %<template<>%>, need %d for specializing a member function template"
60197 msgstr ""
60199 #: cp/pt.cc:2463
60200 #, gcc-internal-format
60201 msgid "ambiguous template specialization %qD for %q+D"
60202 msgstr ""
60204 #: cp/pt.cc:2667
60205 #, gcc-internal-format
60206 msgid "variable templates only available with %<-std=c++14%> or %<-std=gnu++14%>"
60207 msgstr ""
60209 #: cp/pt.cc:2677
60210 #, gcc-internal-format
60211 msgid "too many template headers for %qD (should be %d)"
60212 msgstr ""
60214 #: cp/pt.cc:2683
60215 #, gcc-internal-format
60216 msgid "members of an explicitly specialized class are defined without a template header"
60217 msgstr ""
60219 #: cp/pt.cc:2707
60220 #, gcc-internal-format
60221 msgid "explicit specialization of %qD outside its namespace must use a nested-name-specifier"
60222 msgstr ""
60224 #. This was allowed in C++98, so only pedwarn.
60225 #: cp/pt.cc:2712
60226 #, gcc-internal-format
60227 msgid "explicit instantiation of %qD outside its namespace must use a nested-name-specifier"
60228 msgstr ""
60230 #: cp/pt.cc:2748
60231 #, gcc-internal-format
60232 msgid "explicit specialization %q#D may be missing attributes"
60233 msgstr ""
60235 #: cp/pt.cc:2752
60236 #, gcc-internal-format, gfc-internal-format
60237 msgid "missing primary template attributes %s"
60238 msgstr ""
60240 #: cp/pt.cc:2753
60241 #, gcc-internal-format, gfc-internal-format
60242 msgid "missing primary template attribute %s"
60243 msgstr ""
60245 #: cp/pt.cc:2845 cp/pt.cc:2905
60246 #, gcc-internal-format
60247 msgid "template-id %qE in declaration of primary template"
60248 msgstr ""
60250 #: cp/pt.cc:2858
60251 #, gcc-internal-format
60252 msgid "template parameter list used in explicit instantiation"
60253 msgstr ""
60255 #: cp/pt.cc:2864
60256 #, gcc-internal-format
60257 msgid "definition provided for explicit instantiation"
60258 msgstr ""
60260 #: cp/pt.cc:2872
60261 #, gcc-internal-format
60262 msgid "too many template parameter lists in declaration of %qD"
60263 msgstr ""
60265 #: cp/pt.cc:2875
60266 #, gcc-internal-format
60267 msgid "too few template parameter lists in declaration of %qD"
60268 msgstr ""
60270 #: cp/pt.cc:2877
60271 #, gcc-internal-format
60272 msgid "explicit specialization of %qD must be introduced by %<template <>%>"
60273 msgstr ""
60275 #: cp/pt.cc:2883
60276 #, gcc-internal-format
60277 msgid "explicit specialization declared %<concept%>"
60278 msgstr ""
60280 #: cp/pt.cc:2916
60281 #, gcc-internal-format
60282 msgid "non-type partial specialization %qE is not allowed"
60283 msgstr ""
60285 #: cp/pt.cc:2920
60286 #, gcc-internal-format
60287 msgid "non-class, non-variable partial specialization %qE is not allowed"
60288 msgstr ""
60290 #: cp/pt.cc:2952
60291 #, gcc-internal-format
60292 msgid "default argument specified in explicit specialization"
60293 msgstr ""
60295 #: cp/pt.cc:2995
60296 #, gcc-internal-format
60297 msgid "%qD is not a template function"
60298 msgstr ""
60300 #. From [temp.expl.spec]:
60302 #. If such an explicit specialization for the member
60303 #. of a class template names an implicitly-declared
60304 #. special member function (clause _special_), the
60305 #. program is ill-formed.
60307 #. Similar language is found in [temp.explicit].
60308 #: cp/pt.cc:3057
60309 #, gcc-internal-format
60310 msgid "specialization of implicitly-declared special member function"
60311 msgstr ""
60313 #: cp/pt.cc:3073
60314 #, gcc-internal-format
60315 msgid "no member function %qD declared in %qT"
60316 msgstr ""
60318 #: cp/pt.cc:3104
60319 #, gcc-internal-format
60320 msgid "friend declaration %qD is not visible to explicit specialization"
60321 msgstr ""
60323 #: cp/pt.cc:3107
60324 #, gcc-internal-format
60325 msgid "friend declaration here"
60326 msgstr ""
60328 #: cp/pt.cc:3218
60329 #, gcc-internal-format
60330 msgid "explicit specialization of function concept %qD"
60331 msgstr ""
60333 #: cp/pt.cc:3819
60334 #, gcc-internal-format
60335 msgid "argument to %<__integer_pack%> must be between 0 and %d"
60336 msgstr ""
60338 #: cp/pt.cc:4170
60339 #, gcc-internal-format
60340 msgid "base initializer expansion %qT contains no parameter packs"
60341 msgstr ""
60343 #: cp/pt.cc:4238
60344 #, gcc-internal-format
60345 msgid "expansion pattern %qT contains no parameter packs"
60346 msgstr ""
60348 #: cp/pt.cc:4240
60349 #, gcc-internal-format
60350 msgid "expansion pattern %qE contains no parameter packs"
60351 msgstr ""
60353 #: cp/pt.cc:4324
60354 #, gcc-internal-format
60355 msgid "parameter packs not expanded with %<...%>:"
60356 msgstr ""
60358 #: cp/pt.cc:4341 cp/pt.cc:5211
60359 #, gcc-internal-format
60360 msgid "        %qD"
60361 msgstr ""
60363 #: cp/pt.cc:4343
60364 #, gcc-internal-format, gfc-internal-format
60365 msgid "        %s"
60366 msgstr ""
60368 #: cp/pt.cc:4469
60369 #, gcc-internal-format
60370 msgid "declaration of template parameter %q+D shadows template parameter"
60371 msgstr ""
60373 #: cp/pt.cc:4472
60374 #, gcc-internal-format
60375 msgid "declaration of %q+#D shadows template parameter"
60376 msgstr ""
60378 #: cp/pt.cc:4474
60379 #, gcc-internal-format
60380 msgid "template parameter %qD declared here"
60381 msgstr ""
60383 #: cp/pt.cc:5147
60384 #, gcc-internal-format
60385 msgid "specialization of variable concept %q#D"
60386 msgstr ""
60388 #: cp/pt.cc:5206
60389 #, gcc-internal-format
60390 msgid "template parameters not deducible in partial specialization:"
60391 msgstr ""
60393 #: cp/pt.cc:5229
60394 #, gcc-internal-format
60395 msgid "partial specialization %q+D does not specialize any template arguments; to define the primary template, remove the template argument list"
60396 msgstr ""
60398 #: cp/pt.cc:5233
60399 #, gcc-internal-format
60400 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"
60401 msgstr ""
60403 #: cp/pt.cc:5237 cp/pt.cc:5248 cp/pt.cc:5256
60404 #, gcc-internal-format
60405 msgid "primary template here"
60406 msgstr ""
60408 #: cp/pt.cc:5245
60409 #, gcc-internal-format
60410 msgid "partial specialization is not more specialized than the primary template because it replaces multiple parameters with a pack expansion"
60411 msgstr ""
60413 #: cp/pt.cc:5255
60414 #, gcc-internal-format
60415 msgid "too many arguments for partial specialization %qT"
60416 msgstr ""
60418 #: cp/pt.cc:5270
60419 #, gcc-internal-format
60420 msgid "partial specialization %qD is not more specialized than"
60421 msgstr ""
60423 #: cp/pt.cc:5272
60424 #, gcc-internal-format
60425 msgid "primary template %qD"
60426 msgstr ""
60428 #: cp/pt.cc:5314
60429 #, gcc-internal-format
60430 msgid "parameter pack argument %qE must be at the end of the template argument list"
60431 msgstr ""
60433 #: cp/pt.cc:5317
60434 #, gcc-internal-format
60435 msgid "parameter pack argument %qT must be at the end of the template argument list"
60436 msgstr ""
60438 #: cp/pt.cc:5379
60439 #, gcc-internal-format
60440 msgid "type %qT of template argument %qE depends on a template parameter"
60441 msgid_plural "type %qT of template argument %qE depends on template parameters"
60442 msgstr[0] ""
60443 msgstr[1] ""
60444 msgstr[2] ""
60446 #: cp/pt.cc:5438
60447 #, gcc-internal-format
60448 msgid "declaration of %qD ambiguates earlier template instantiation for %qD"
60449 msgstr ""
60451 #: cp/pt.cc:5442
60452 #, gcc-internal-format
60453 msgid "partial specialization of %qD after instantiation of %qD"
60454 msgstr ""
60456 #: cp/pt.cc:5625
60457 #, gcc-internal-format
60458 msgid "no default argument for %qD"
60459 msgstr ""
60461 #. A primary class template, primary variable template
60462 #. (DR 2032), or alias template can only have one
60463 #. parameter pack, at the end of the template
60464 #. parameter list.
60465 #: cp/pt.cc:5648
60466 #, gcc-internal-format
60467 msgid "parameter pack %q+D must be at the end of the template parameter list"
60468 msgstr ""
60470 #: cp/pt.cc:5684
60471 #, gcc-internal-format
60472 msgid "default template arguments may not be used in function template friend re-declaration"
60473 msgstr ""
60475 #: cp/pt.cc:5687
60476 #, gcc-internal-format
60477 msgid "default template arguments may not be used in template friend declarations"
60478 msgstr ""
60480 #: cp/pt.cc:5690
60481 #, gcc-internal-format
60482 msgid "default template arguments may not be used in function templates without %<-std=c++11%> or %<-std=gnu++11%>"
60483 msgstr ""
60485 #: cp/pt.cc:5693
60486 #, gcc-internal-format
60487 msgid "default template arguments may not be used in partial specializations"
60488 msgstr ""
60490 #: cp/pt.cc:5696 cp/pt.cc:5754
60491 #, gcc-internal-format
60492 msgid "default argument for template parameter for class enclosing %qD"
60493 msgstr ""
60495 #: cp/pt.cc:5865
60496 #, gcc-internal-format
60497 msgid "template %qD declared"
60498 msgstr ""
60500 #: cp/pt.cc:5873
60501 #, gcc-internal-format
60502 msgid "template class without a name"
60503 msgstr ""
60505 #: cp/pt.cc:5881
60506 #, gcc-internal-format
60507 msgid "member template %qD may not have virt-specifiers"
60508 msgstr ""
60510 #. [basic.stc.dynamic.allocation]
60512 #. An allocation function can be a function
60513 #. template. ... Template allocation functions shall
60514 #. have two or more parameters.
60515 #: cp/pt.cc:5904
60516 #, gcc-internal-format
60517 msgid "invalid template declaration of %qD"
60518 msgstr ""
60520 #: cp/pt.cc:6056
60521 #, gcc-internal-format
60522 msgid "template definition of non-template %q#D"
60523 msgstr ""
60525 #: cp/pt.cc:6095
60526 #, gcc-internal-format
60527 msgid "expected %d levels of template parms for %q#D, got %d"
60528 msgstr ""
60530 #: cp/pt.cc:6109
60531 #, gcc-internal-format
60532 msgid "got %d template parameters for %q#D"
60533 msgstr ""
60535 #: cp/pt.cc:6112
60536 #, gcc-internal-format
60537 msgid "got %d template parameters for %q#T"
60538 msgstr ""
60540 #: cp/pt.cc:6114
60541 #, gcc-internal-format, gfc-internal-format
60542 msgid "  but %d required"
60543 msgstr ""
60545 #: cp/pt.cc:6135
60546 #, gcc-internal-format
60547 msgid "template arguments to %qD do not match original template %qD"
60548 msgstr ""
60550 #: cp/pt.cc:6138
60551 #, gcc-internal-format
60552 msgid "use %<template<>%> for an explicit specialization"
60553 msgstr ""
60555 #: cp/pt.cc:6160
60556 #, gcc-internal-format
60557 msgid "redeclaration of %qD with different constraints"
60558 msgstr "ponovna deklaracija %qD s drukčijim ograničenjima"
60560 #: cp/pt.cc:6307
60561 #, gcc-internal-format
60562 msgid "%qT is not a template type"
60563 msgstr ""
60565 #: cp/pt.cc:6320
60566 #, gcc-internal-format
60567 msgid "template specifiers not specified in declaration of %qD"
60568 msgstr ""
60570 #: cp/pt.cc:6331
60571 #, gcc-internal-format, gfc-internal-format
60572 msgid "redeclared with %d template parameter"
60573 msgid_plural "redeclared with %d template parameters"
60574 msgstr[0] ""
60575 msgstr[1] ""
60576 msgstr[2] ""
60578 #: cp/pt.cc:6335
60579 #, gcc-internal-format
60580 msgid "previous declaration %qD used %d template parameter"
60581 msgid_plural "previous declaration %qD used %d template parameters"
60582 msgstr[0] ""
60583 msgstr[1] ""
60584 msgstr[2] ""
60586 #: cp/pt.cc:6369
60587 #, gcc-internal-format
60588 msgid "template parameter %q+#D"
60589 msgstr ""
60591 #: cp/pt.cc:6371
60592 #, gcc-internal-format
60593 msgid "redeclared here as %q#D"
60594 msgstr ""
60596 #: cp/pt.cc:6373
60597 #, gcc-internal-format
60598 msgid "redeclared here"
60599 msgstr "ponovno deklarirano ovdje"
60601 #: cp/pt.cc:6384
60602 #, gcc-internal-format
60603 msgid "declaration of template parameter %q+#D with different constraints"
60604 msgstr ""
60606 #: cp/pt.cc:6387 cp/pt.cc:6414
60607 #, gcc-internal-format
60608 msgid "original declaration appeared here"
60609 msgstr ""
60611 #: cp/pt.cc:6411
60612 #, gcc-internal-format
60613 msgid "redeclaration of %q#D with different constraints"
60614 msgstr "ponovljena deklaracija %q#D s drugačijim ograničenjima"
60616 #: cp/pt.cc:6770 cp/pt.cc:6840
60617 #, gcc-internal-format
60618 msgid "%qE is not a valid template argument for type %qT"
60619 msgstr ""
60621 #: cp/pt.cc:6773
60622 #, gcc-internal-format
60623 msgid "it must be the address of a function with external linkage"
60624 msgstr ""
60626 #: cp/pt.cc:6776
60627 #, gcc-internal-format
60628 msgid "it must be the name of a function with external linkage"
60629 msgstr ""
60631 #: cp/pt.cc:6790
60632 #, gcc-internal-format
60633 msgid "%qE is not a valid template argument for type %qT because %qD has no linkage"
60634 msgstr ""
60636 #: cp/pt.cc:6794
60637 #, gcc-internal-format
60638 msgid "%qE is not a valid template argument for type %qT because %qD does not have external linkage"
60639 msgstr ""
60641 #: cp/pt.cc:6843
60642 #, gcc-internal-format
60643 msgid "it must be a pointer-to-member of the form %<&X::Y%>"
60644 msgstr ""
60646 #: cp/pt.cc:6845
60647 #, gcc-internal-format
60648 msgid "because it is a member of %qT"
60649 msgstr ""
60651 #: cp/pt.cc:6914
60652 #, gcc-internal-format
60653 msgid "  couldn%'t deduce template parameter %qD"
60654 msgstr ""
60656 #: cp/pt.cc:6923
60657 #, gcc-internal-format
60658 msgid "  types %qT and %qT have incompatible cv-qualifiers"
60659 msgstr ""
60661 #: cp/pt.cc:6932
60662 #, gcc-internal-format
60663 msgid "  mismatched types %qT and %qT"
60664 msgstr ""
60666 #: cp/pt.cc:6941
60667 #, gcc-internal-format
60668 msgid "  template parameter %qD is not a parameter pack, but argument %qD is"
60669 msgstr ""
60671 #: cp/pt.cc:6952
60672 #, gcc-internal-format
60673 msgid "  template argument %qE does not match pointer-to-member constant %qE"
60674 msgstr ""
60676 #: cp/pt.cc:6962
60677 #, gcc-internal-format
60678 msgid "  %qE is not equivalent to %qE"
60679 msgstr ""
60681 #: cp/pt.cc:6971
60682 #, gcc-internal-format
60683 msgid "  inconsistent parameter pack deduction with %qT and %qT"
60684 msgstr ""
60686 #: cp/pt.cc:6983
60687 #, gcc-internal-format
60688 msgid "  deduced conflicting types for parameter %qT (%qT and %qT)"
60689 msgstr ""
60691 #: cp/pt.cc:6987
60692 #, gcc-internal-format
60693 msgid "  deduced conflicting values for non-type parameter %qE (%qE and %qE)"
60694 msgstr ""
60696 #: cp/pt.cc:6998
60697 #, gcc-internal-format
60698 msgid "  variable-sized array type %qT is not a valid template argument"
60699 msgstr ""
60701 #: cp/pt.cc:7009
60702 #, gcc-internal-format
60703 msgid "  member function type %qT is not a valid template argument"
60704 msgstr ""
60706 #: cp/pt.cc:7052
60707 #, gcc-internal-format
60708 msgid "  cannot convert %qE (type %qT) to type %qT"
60709 msgstr ""
60711 #: cp/pt.cc:7065
60712 #, gcc-internal-format
60713 msgid "  %qT is an ambiguous base class of %qT"
60714 msgstr ""
60716 #: cp/pt.cc:7069
60717 #, gcc-internal-format
60718 msgid "  %qT is not derived from %qT"
60719 msgstr ""
60721 #: cp/pt.cc:7080
60722 #, gcc-internal-format
60723 msgid "  template parameters of a template template argument are inconsistent with other deduced template arguments"
60724 msgstr ""
60726 #: cp/pt.cc:7090
60727 #, gcc-internal-format
60728 msgid "  cannot deduce a template for %qT from non-template type %qT"
60729 msgstr ""
60731 #: cp/pt.cc:7100
60732 #, gcc-internal-format
60733 msgid "  template argument %qE does not match %qE"
60734 msgstr ""
60736 #: cp/pt.cc:7151
60737 #, gcc-internal-format
60738 msgid "%qE is not a valid template argument of type %qT because %qE is not a variable or function"
60739 msgstr ""
60741 #: cp/pt.cc:7160
60742 #, gcc-internal-format
60743 msgid "%qE is not a valid template argument of type %qT in C++98 because %qD does not have external linkage"
60744 msgstr ""
60746 #: cp/pt.cc:7170
60747 #, gcc-internal-format
60748 msgid "%qE is not a valid template argument of type %qT because %qD has no linkage"
60749 msgstr ""
60751 #: cp/pt.cc:7185
60752 #, gcc-internal-format
60753 msgid "the address of %qD is not a valid template argument"
60754 msgstr ""
60756 #: cp/pt.cc:7195
60757 #, gcc-internal-format
60758 msgid "the address of the %qT subobject of %qD is not a valid template argument"
60759 msgstr ""
60761 #: cp/pt.cc:7202
60762 #, gcc-internal-format
60763 msgid "the address of %qD is not a valid template argument because it does not have static storage duration"
60764 msgstr ""
60766 #: cp/pt.cc:7220
60767 #, gcc-internal-format
60768 msgid "%qD is not a valid template argument because %qD is a variable, not the address of a variable"
60769 msgstr ""
60771 #: cp/pt.cc:7228
60772 #, gcc-internal-format
60773 msgid "%qE is not a valid template argument for %qT because it is not the address of a variable"
60774 msgstr ""
60776 #: cp/pt.cc:7349
60777 #, gcc-internal-format
60778 msgid "%qE is not a valid template argument for type %qT because string literals can never be used in this context"
60779 msgstr ""
60781 #: cp/pt.cc:7514
60782 #, gcc-internal-format
60783 msgid "in template argument for type %qT"
60784 msgstr ""
60786 #: cp/pt.cc:7528
60787 #, gcc-internal-format
60788 msgid "template argument %qE for type %qT not a compile-time constant"
60789 msgstr ""
60791 #: cp/pt.cc:7614
60792 #, gcc-internal-format
60793 msgid "%qE is not a valid template argument for type %qT because of conflicts in cv-qualification"
60794 msgstr ""
60796 #: cp/pt.cc:7622
60797 #, gcc-internal-format
60798 msgid "%qE is not a valid template argument for type %qT because it is not an lvalue"
60799 msgstr ""
60801 #: cp/pt.cc:7640
60802 #, gcc-internal-format
60803 msgid "%q#D is not a valid template argument for type %qT because a reference variable does not have a constant address"
60804 msgstr ""
60806 #: cp/pt.cc:7699
60807 #, gcc-internal-format
60808 msgid "%qE is not a valid template argument for type %qT because it is a pointer"
60809 msgstr ""
60811 #: cp/pt.cc:7701
60812 #, gcc-internal-format
60813 msgid "try using %qE instead"
60814 msgstr ""
60816 #: cp/pt.cc:7755
60817 #, gcc-internal-format
60818 msgid "%qE is not a valid template argument for type %qT because it is of type %qT"
60819 msgstr ""
60821 #: cp/pt.cc:8314
60822 #, gcc-internal-format
60823 msgid "ignoring attributes on template argument %qT"
60824 msgstr ""
60826 #: cp/pt.cc:8330
60827 #, gcc-internal-format
60828 msgid "ignoring attributes in template argument %qE"
60829 msgstr ""
60831 #: cp/pt.cc:8466
60832 #, gcc-internal-format
60833 msgid "injected-class-name %qD used as template template argument"
60834 msgstr ""
60836 #: cp/pt.cc:8495
60837 #, gcc-internal-format
60838 msgid "invalid use of destructor %qE as a type"
60839 msgstr ""
60841 #: cp/pt.cc:8500
60842 #, gcc-internal-format
60843 msgid "to refer to a type member of a template parameter, use %<typename %E%>"
60844 msgstr ""
60846 #: cp/pt.cc:8516 cp/pt.cc:8550 cp/pt.cc:8600
60847 #, gcc-internal-format
60848 msgid "type/value mismatch at argument %d in template parameter list for %qD"
60849 msgstr ""
60851 #: cp/pt.cc:8524
60852 #, gcc-internal-format
60853 msgid "  expected a constant of type %qT, got %qT"
60854 msgstr ""
60856 #: cp/pt.cc:8532
60857 #, gcc-internal-format
60858 msgid "  ambiguous template argument for non-type template parameter is treated as function type"
60859 msgstr ""
60861 #: cp/pt.cc:8538
60862 #, gcc-internal-format
60863 msgid "  expected a class template, got %qE"
60864 msgstr ""
60866 #: cp/pt.cc:8541
60867 #, gcc-internal-format
60868 msgid "  expected a type, got %qE"
60869 msgstr ""
60871 #: cp/pt.cc:8555
60872 #, gcc-internal-format
60873 msgid "  expected a type, got %qT"
60874 msgstr ""
60876 #: cp/pt.cc:8558
60877 #, gcc-internal-format
60878 msgid "  expected a class template, got %qT"
60879 msgstr ""
60881 #: cp/pt.cc:8604
60882 #, gcc-internal-format
60883 msgid "  expected a template of type %qD, got %qT"
60884 msgstr ""
60886 #: cp/pt.cc:8618
60887 #, gcc-internal-format
60888 msgid "constraint mismatch at argument %d in template parameter list for %qD"
60889 msgstr ""
60891 #: cp/pt.cc:8621
60892 #, gcc-internal-format
60893 msgid "  expected %qD but got %qD"
60894 msgstr ""
60896 #: cp/pt.cc:8694
60897 #, gcc-internal-format
60898 msgid "could not convert template argument %qE from %qT to %qT"
60899 msgstr ""
60901 #: cp/pt.cc:8832 cp/pt.cc:9158
60902 #, gcc-internal-format, gfc-internal-format
60903 msgid "template argument %d is invalid"
60904 msgstr ""
60906 #: cp/pt.cc:8847 cp/pt.cc:8992
60907 #, gcc-internal-format, gfc-internal-format
60908 msgid "wrong number of template arguments (%d, should be %d)"
60909 msgstr ""
60911 #: cp/pt.cc:8988
60912 #, gcc-internal-format, gfc-internal-format
60913 msgid "wrong number of template arguments (%d, should be at least %d)"
60914 msgstr ""
60916 #: cp/pt.cc:8997
60917 #, gcc-internal-format
60918 msgid "provided for %qD"
60919 msgstr ""
60921 #: cp/pt.cc:9022
60922 #, gcc-internal-format
60923 msgid "pack expansion argument for non-pack parameter %qD of alias template %qD"
60924 msgstr ""
60926 #: cp/pt.cc:9026
60927 #, gcc-internal-format
60928 msgid "pack expansion argument for non-pack parameter %qD of concept %qD"
60929 msgstr ""
60931 #: cp/pt.cc:9124
60932 #, gcc-internal-format
60933 msgid "so any instantiation with a non-empty parameter pack would be ill-formed"
60934 msgstr ""
60936 #: cp/pt.cc:9687
60937 #, gcc-internal-format
60938 msgid "%q#D is not a function template"
60939 msgstr ""
60941 #: cp/pt.cc:9850
60942 #, gcc-internal-format
60943 msgid "non-template type %qT used as a template"
60944 msgstr ""
60946 #: cp/pt.cc:9852
60947 #, gcc-internal-format
60948 msgid "for template declaration %q+D"
60949 msgstr ""
60951 #: cp/pt.cc:9996 cp/pt.cc:22218
60952 #, gcc-internal-format
60953 msgid "template constraint failure for %qD"
60954 msgstr ""
60956 #: cp/pt.cc:10381
60957 #, gcc-internal-format
60958 msgid "use of invalid variable template %qE"
60959 msgstr ""
60961 #: cp/pt.cc:11116
60962 #, gcc-internal-format
60963 msgid "template instantiation depth exceeds maximum of %d (use %<-ftemplate-depth=%> to increase the maximum)"
60964 msgstr ""
60966 #: cp/pt.cc:12449
60967 #, gcc-internal-format
60968 msgid "flexible array member %qD in union"
60969 msgstr ""
60971 #: cp/pt.cc:12939
60972 #, gcc-internal-format
60973 msgid "fold of empty expansion over %O"
60974 msgstr ""
60976 #: cp/pt.cc:13393
60977 #, gcc-internal-format
60978 msgid "%qE is not the entire pattern of the pack expansion"
60979 msgstr ""
60981 #: cp/pt.cc:13481
60982 #, gcc-internal-format
60983 msgid "mismatched argument pack lengths while expanding %qT"
60984 msgstr ""
60986 #: cp/pt.cc:13484
60987 #, gcc-internal-format
60988 msgid "mismatched argument pack lengths while expanding %qE"
60989 msgstr ""
60991 #: cp/pt.cc:14163
60992 #, gcc-internal-format
60993 msgid "  when instantiating default argument for call to %qD"
60994 msgstr ""
60996 #: cp/pt.cc:14259
60997 #, gcc-internal-format
60998 msgid "creating pointer to member function of non-class type %qT"
60999 msgstr ""
61001 #: cp/pt.cc:15157
61002 #, gcc-internal-format, gfc-internal-format
61003 msgid "mismatched argument pack lengths (%d vs %d)"
61004 msgstr ""
61006 #. It may seem that this case cannot occur, since:
61008 #. typedef void f();
61009 #. void g() { f x; }
61011 #. declares a function, not a variable.  However:
61013 #. typedef void f();
61014 #. template <typename T> void g() { T t; }
61015 #. template void g<f>();
61017 #. is an attempt to declare a variable with function
61018 #. type.
61019 #: cp/pt.cc:15350
61020 #, gcc-internal-format
61021 msgid "variable %qD has function type"
61022 msgstr ""
61024 #: cp/pt.cc:15549
61025 #, gcc-internal-format
61026 msgid "invalid parameter type %qT"
61027 msgstr ""
61029 #: cp/pt.cc:15551
61030 #, gcc-internal-format
61031 msgid "in declaration %q+D"
61032 msgstr ""
61034 #: cp/pt.cc:15678
61035 #, gcc-internal-format
61036 msgid "function returning an array"
61037 msgstr "funkcija vraća polje"
61039 #: cp/pt.cc:15680
61040 #, gcc-internal-format
61041 msgid "function returning a function"
61042 msgstr "funkcija vraća funkciju"
61044 #: cp/pt.cc:16380
61045 #, gcc-internal-format
61046 msgid "forming reference to void"
61047 msgstr ""
61049 #: cp/pt.cc:16382
61050 #, gcc-internal-format
61051 msgid "forming pointer to reference type %qT"
61052 msgstr ""
61054 #: cp/pt.cc:16384
61055 #, gcc-internal-format
61056 msgid "forming reference to reference type %qT"
61057 msgstr ""
61059 #: cp/pt.cc:16397
61060 #, gcc-internal-format
61061 msgid "forming pointer to qualified function type %qT"
61062 msgstr ""
61064 #: cp/pt.cc:16400
61065 #, gcc-internal-format
61066 msgid "forming reference to qualified function type %qT"
61067 msgstr ""
61069 #: cp/pt.cc:16448
61070 #, gcc-internal-format
61071 msgid "creating pointer to member of non-class type %qT"
61072 msgstr ""
61074 #: cp/pt.cc:16454
61075 #, gcc-internal-format
61076 msgid "creating pointer to member reference type %qT"
61077 msgstr ""
61079 #: cp/pt.cc:16460
61080 #, gcc-internal-format
61081 msgid "creating pointer to member of type void"
61082 msgstr ""
61084 #: cp/pt.cc:16526
61085 #, gcc-internal-format
61086 msgid "creating array of %qT"
61087 msgstr ""
61089 #: cp/pt.cc:16563
61090 #, gcc-internal-format
61091 msgid "%qD is instantiated for an empty pack"
61092 msgstr ""
61094 #: cp/pt.cc:16584
61095 #, gcc-internal-format
61096 msgid "%qT is not a class, struct, or union type"
61097 msgstr ""
61099 #: cp/pt.cc:16624
61100 #, gcc-internal-format
61101 msgid "%qT resolves to %qT, which is not an enumeration type"
61102 msgstr ""
61104 #: cp/pt.cc:16632
61105 #, gcc-internal-format
61106 msgid "%qT resolves to %qT, which is not a class type"
61107 msgstr ""
61109 #: cp/pt.cc:16745
61110 #, gcc-internal-format
61111 msgid "use of %qs in template"
61112 msgstr ""
61114 #: cp/pt.cc:17055
61115 #, gcc-internal-format
61116 msgid "qualifying type %qT does not match destructor name ~%qT"
61117 msgstr ""
61119 #: cp/pt.cc:17070
61120 #, gcc-internal-format
61121 msgid "dependent-name %qE is parsed as a non-type, but instantiation yields a type"
61122 msgstr ""
61124 #: cp/pt.cc:17072
61125 #, gcc-internal-format
61126 msgid "say %<typename %E%> if a type is meant"
61127 msgstr ""
61129 #: cp/pt.cc:17165
61130 #, gcc-internal-format
61131 msgid "initializer for %q#D expands to an empty list of expressions"
61132 msgstr ""
61134 #: cp/pt.cc:17356
61135 #, gcc-internal-format
61136 msgid "using invalid field %qD"
61137 msgstr ""
61139 #: cp/pt.cc:17889 cp/pt.cc:19876
61140 #, gcc-internal-format
61141 msgid "invalid use of pack expansion expression"
61142 msgstr ""
61144 #: cp/pt.cc:17893 cp/pt.cc:19880
61145 #, gcc-internal-format
61146 msgid "use %<...%> to expand argument pack"
61147 msgstr ""
61149 #: cp/pt.cc:20017
61150 #, gcc-internal-format
61151 msgid "empty initializer in lambda init-capture"
61152 msgstr ""
61154 #: cp/pt.cc:21172
61155 #, gcc-internal-format
61156 msgid "%qD was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation"
61157 msgstr ""
61159 #: cp/pt.cc:21207
61160 #, gcc-internal-format
61161 msgid "declarations in dependent base %qT are not found by unqualified lookup"
61162 msgstr ""
61164 #: cp/pt.cc:21212
61165 #, gcc-internal-format
61166 msgid "use %<this->%D%> instead"
61167 msgstr ""
61169 #: cp/pt.cc:21215
61170 #, gcc-internal-format
61171 msgid "use %<%T::%D%> instead"
61172 msgstr ""
61174 #: cp/pt.cc:21220
61175 #, gcc-internal-format
61176 msgid "%qD declared here, later in the translation unit"
61177 msgstr ""
61179 #: cp/pt.cc:21271
61180 #, gcc-internal-format
61181 msgid "wrong number of arguments to %<__builtin_convertvector%>"
61182 msgstr ""
61184 #: cp/pt.cc:21298
61185 #, gcc-internal-format
61186 msgid "wrong number of arguments to %<assume%> attribute"
61187 msgstr ""
61189 #: cp/pt.cc:21534
61190 #, gcc-internal-format
61191 msgid "%qT is not a class or namespace"
61192 msgstr ""
61194 #: cp/pt.cc:21537
61195 #, gcc-internal-format
61196 msgid "%qD is not a class or namespace"
61197 msgstr ""
61199 #: cp/pt.cc:21887
61200 #, gcc-internal-format
61201 msgid "%qT is/uses unnamed type"
61202 msgstr ""
61204 #: cp/pt.cc:21889
61205 #, gcc-internal-format
61206 msgid "template argument for %qD uses local type %qT"
61207 msgstr ""
61209 #: cp/pt.cc:21899
61210 #, gcc-internal-format
61211 msgid "%qT is a variably modified type"
61212 msgstr ""
61214 #: cp/pt.cc:21914
61215 #, gcc-internal-format
61216 msgid "integral expression %qE is not constant"
61217 msgstr ""
61219 #: cp/pt.cc:21932
61220 #, gcc-internal-format
61221 msgid "  trying to instantiate %qD"
61222 msgstr ""
61224 #: cp/pt.cc:26165
61225 #, gcc-internal-format
61226 msgid "ambiguous template instantiation for %q#T"
61227 msgstr ""
61229 #: cp/pt.cc:26167
61230 #, gcc-internal-format
61231 msgid "ambiguous template instantiation for %q#D"
61232 msgstr ""
61234 #: cp/pt.cc:26173
61235 msgid "%s %#qS"
61236 msgstr ""
61238 #: cp/pt.cc:26197 cp/pt.cc:26292
61239 #, gcc-internal-format
61240 msgid "explicit instantiation of non-template %q#D"
61241 msgstr ""
61243 #: cp/pt.cc:26203
61244 #, gcc-internal-format
61245 msgid "explicit instantiation of variable concept %q#D"
61246 msgstr ""
61248 #: cp/pt.cc:26205
61249 #, gcc-internal-format
61250 msgid "explicit instantiation of function concept %q#D"
61251 msgstr ""
61253 #: cp/pt.cc:26224
61254 #, gcc-internal-format
61255 msgid "%qD is not a static data member of a class template"
61256 msgstr ""
61258 #: cp/pt.cc:26230 cp/pt.cc:26287
61259 #, gcc-internal-format
61260 msgid "no matching template for %qD found"
61261 msgstr ""
61263 #: cp/pt.cc:26235
61264 #, gcc-internal-format
61265 msgid "type %qT for explicit instantiation %qD does not match declared type %qT"
61266 msgstr ""
61268 #: cp/pt.cc:26243
61269 #, gcc-internal-format
61270 msgid "explicit instantiation of %q#D"
61271 msgstr ""
61273 #: cp/pt.cc:26279
61274 #, gcc-internal-format
61275 msgid "duplicate explicit instantiation of %q#D"
61276 msgstr ""
61278 #: cp/pt.cc:26302 cp/pt.cc:26369
61279 #, gcc-internal-format
61280 msgid "ISO C++ 1998 forbids the use of %<extern%> on explicit instantiations"
61281 msgstr ""
61283 #: cp/pt.cc:26307 cp/pt.cc:26384
61284 #, gcc-internal-format
61285 msgid "storage class %qD applied to template instantiation"
61286 msgstr ""
61288 #: cp/pt.cc:26341
61289 #, gcc-internal-format
61290 msgid "explicit instantiation of non-class template %qD"
61291 msgstr ""
61293 #: cp/pt.cc:26344
61294 #, gcc-internal-format
61295 msgid "explicit instantiation of non-template type %qT"
61296 msgstr ""
61298 #: cp/pt.cc:26353
61299 #, gcc-internal-format
61300 msgid "explicit instantiation of %q#T before definition of template"
61301 msgstr ""
61303 #: cp/pt.cc:26374
61304 #, gcc-internal-format
61305 msgid "ISO C++ forbids the use of %qE on explicit instantiations"
61306 msgstr ""
61308 #: cp/pt.cc:26414
61309 #, gcc-internal-format
61310 msgid "duplicate explicit instantiation of %q#T"
61311 msgstr ""
61313 #: cp/pt.cc:26724
61314 #, gcc-internal-format
61315 msgid "exception specification of %qD depends on itself"
61316 msgstr ""
61318 #. [temp.explicit]
61320 #. The definition of a non-exported function template, a
61321 #. non-exported member function template, or a non-exported
61322 #. member function or static data member of a class template
61323 #. shall be present in every translation unit in which it is
61324 #. explicitly instantiated.
61325 #: cp/pt.cc:27200
61326 #, gcc-internal-format
61327 msgid "explicit instantiation of %qD but no definition available"
61328 msgstr ""
61330 #: cp/pt.cc:27247
61331 #, gcc-internal-format
61332 msgid "template instantiation depth exceeds maximum of %d instantiating %q+D, possibly from virtual table generation (use %<-ftemplate-depth=%> to increase the maximum)"
61333 msgstr ""
61335 #: cp/pt.cc:27617
61336 #, gcc-internal-format
61337 msgid "non-type template parameters of deduced class type only available with %<-std=c++20%> or %<-std=gnu++20%>"
61338 msgstr ""
61340 #: cp/pt.cc:27647
61341 #, gcc-internal-format
61342 msgid "%qT is not a valid type for a template non-type parameter because it is not structural"
61343 msgstr ""
61345 #: cp/pt.cc:27656
61346 #, gcc-internal-format
61347 msgid "non-type template parameters of class type only available with %<-std=c++20%> or %<-std=gnu++20%>"
61348 msgstr ""
61350 #: cp/pt.cc:27664
61351 #, gcc-internal-format
61352 msgid "invalid template non-type parameter"
61353 msgstr ""
61355 #: cp/pt.cc:27666
61356 #, gcc-internal-format
61357 msgid "%q#T is not a valid type for a template non-type parameter"
61358 msgstr ""
61360 #: cp/pt.cc:29094
61361 #, gcc-internal-format
61362 msgid "keyword %<template%> not allowed in declarator-id"
61363 msgstr ""
61365 #: cp/pt.cc:29384
61366 #, gcc-internal-format
61367 msgid "a concept cannot be constrained"
61368 msgstr ""
61370 #: cp/pt.cc:29393
61371 #, gcc-internal-format
61372 msgid "concept %qE not in namespace scope"
61373 msgstr ""
61375 #: cp/pt.cc:29399
61376 #, gcc-internal-format
61377 msgid "concept %qE has multiple template parameter lists"
61378 msgstr ""
61380 #: cp/pt.cc:29430
61381 #, gcc-internal-format
61382 msgid "deducing from brace-enclosed initializer list requires %<#include <initializer_list>%>"
61383 msgstr ""
61385 #: cp/pt.cc:30578
61386 #, gcc-internal-format
61387 msgid "non-deducible template %qT used without template arguments"
61388 msgstr ""
61390 #: cp/pt.cc:30590
61391 #, gcc-internal-format
61392 msgid "alias template deduction only available with %<-std=c++20%> or %<-std=gnu++20%>"
61393 msgstr ""
61395 #: cp/pt.cc:30596
61396 #, gcc-internal-format
61397 msgid "use %qD directly instead"
61398 msgstr ""
61400 #: cp/pt.cc:30707
61401 #, gcc-internal-format
61402 msgid "cannot deduce template arguments for copy-initialization of %qT, as it has no non-explicit deduction guides or user-declared constructors"
61403 msgstr ""
61405 #: cp/pt.cc:30714
61406 #, gcc-internal-format
61407 msgid "cannot deduce template arguments of %qT, as it has no viable deduction guides"
61408 msgstr ""
61410 #: cp/pt.cc:30726
61411 #, gcc-internal-format
61412 msgid "class template argument deduction failed:"
61413 msgstr ""
61415 #: cp/pt.cc:30729
61416 #, gcc-internal-format
61417 msgid "explicit deduction guides not considered for copy-initialization"
61418 msgstr ""
61420 #. TODO: Pass down location from cp_finish_decl.
61421 #: cp/pt.cc:30743
61422 #, gcc-internal-format
61423 msgid "class template argument deduction for %qT failed: explicit deduction guide selected in copy-list-initialization"
61424 msgstr ""
61426 #: cp/pt.cc:30747
61427 #, gcc-internal-format
61428 msgid "explicit deduction guide declared here"
61429 msgstr ""
61431 #: cp/pt.cc:30761
61432 #, gcc-internal-format
61433 msgid "%qT may not intend to support class template argument deduction"
61434 msgstr ""
61436 #: cp/pt.cc:30763
61437 #, gcc-internal-format
61438 msgid "add a deduction guide to suppress this warning"
61439 msgstr ""
61441 #: cp/pt.cc:30874
61442 #, gcc-internal-format
61443 msgid "direct-list-initialization of %<auto%> requires exactly one element"
61444 msgstr ""
61446 #: cp/pt.cc:30877
61447 #, gcc-internal-format
61448 msgid "for deduction to %<std::initializer_list%>, use copy-list-initialization (i.e. add %<=%> before the %<{%>)"
61449 msgstr ""
61451 #: cp/pt.cc:30956
61452 #, gcc-internal-format
61453 msgid "unable to deduce lambda return type from %qE"
61454 msgstr ""
61456 #: cp/pt.cc:30959
61457 #, gcc-internal-format
61458 msgid "unable to deduce %qT from %qE"
61459 msgstr ""
61461 #: cp/pt.cc:31034
61462 #, gcc-internal-format
61463 msgid "placeholder constraints not satisfied"
61464 msgstr "ograničenja rezerviranog mjesta nisu zadovoljena"
61466 #: cp/pt.cc:31038
61467 #, gcc-internal-format
61468 msgid "deduced initializer does not satisfy placeholder constraints"
61469 msgstr "izvedeni povratni tip ne zadovoljava ograničenja rezerviranog mjesta"
61471 #: cp/pt.cc:31042
61472 #, gcc-internal-format
61473 msgid "deduced return type does not satisfy placeholder constraints"
61474 msgstr "izvedeni povratni tip ne zadovoljava ograničenja rezerviranog mjesta"
61476 #: cp/pt.cc:31046
61477 #, gcc-internal-format
61478 msgid "deduced expression type does not satisfy placeholder constraints"
61479 msgstr "izvedeni povratni tip ne zadovoljava ograničenja rezerviranog mjesta"
61481 #: cp/pt.cc:31186
61482 #, gcc-internal-format
61483 msgid "invalid use of %qT in template argument"
61484 msgstr ""
61486 #: cp/rtti.cc:310
61487 #, gcc-internal-format
61488 msgid "cannot use %<typeid%> with %<-fno-rtti%>"
61489 msgstr ""
61491 #: cp/rtti.cc:323
61492 #, gcc-internal-format
61493 msgid "must %<#include <typeinfo>%> before using %<typeid%>"
61494 msgstr ""
61496 #: cp/rtti.cc:424
61497 #, gcc-internal-format
61498 msgid "cannot create type information for type %qT because it involves types of variable size"
61499 msgstr ""
61501 #: cp/rtti.cc:524
61502 #, gcc-internal-format
61503 msgid "%<typeid%> of qualified function type %qT"
61504 msgstr ""
61506 #: cp/rtti.cc:714 cp/rtti.cc:730
61507 #, gcc-internal-format
61508 msgid "%<dynamic_cast<%#T>(%#D)%> can never succeed"
61509 msgstr ""
61511 #: cp/rtti.cc:742
61512 #, gcc-internal-format
61513 msgid "%<dynamic_cast%> not permitted with %<-fno-rtti%>"
61514 msgstr ""
61516 #: cp/rtti.cc:822
61517 #, gcc-internal-format
61518 msgid "cannot %<dynamic_cast%> %qE (of type %q#T) to type %q#T (%s)"
61519 msgstr ""
61521 #: cp/search.cc:279
61522 #, gcc-internal-format
61523 msgid "%qT is an ambiguous base of %qT"
61524 msgstr ""
61526 #: cp/search.cc:295
61527 #, gcc-internal-format
61528 msgid "%qT is an inaccessible base of %qT"
61529 msgstr ""
61531 #: cp/search.cc:1934
61532 #, gcc-internal-format
61533 msgid "looser exception specification on overriding virtual function %q+#F"
61534 msgstr ""
61536 #: cp/search.cc:1937
61537 #, gcc-internal-format
61538 msgid "overridden function is %q#F"
61539 msgstr ""
61541 #: cp/search.cc:2012
61542 #, gcc-internal-format
61543 msgid "invalid covariant return type for %q#D"
61544 msgstr ""
61546 #: cp/search.cc:2014 cp/search.cc:2031 cp/search.cc:2048
61547 #, gcc-internal-format
61548 msgid "overridden function is %q#D"
61549 msgstr ""
61551 #: cp/search.cc:2027
61552 #, gcc-internal-format
61553 msgid "invalid covariant return type for %q+#D"
61554 msgstr ""
61556 #: cp/search.cc:2029
61557 #, gcc-internal-format
61558 msgid "conflicting return type specified for %q+#D"
61559 msgstr ""
61561 #: cp/search.cc:2046
61562 #, gcc-internal-format
61563 msgid "conflicting type attributes specified for %q+#D"
61564 msgstr ""
61566 #: cp/search.cc:2061
61567 #, gcc-internal-format
61568 msgid "%<consteval%> function %q+D overriding non-%<consteval%> function"
61569 msgstr ""
61571 #: cp/search.cc:2064
61572 #, gcc-internal-format
61573 msgid "non-%<consteval%> function %q+D overriding %<consteval%> function"
61574 msgstr ""
61576 #: cp/search.cc:2067 cp/search.cc:2096 cp/search.cc:2105 cp/search.cc:2116
61577 #: cp/search.cc:2141
61578 #, gcc-internal-format
61579 msgid "overridden function is %qD"
61580 msgstr ""
61582 #: cp/search.cc:2083
61583 #, gcc-internal-format
61584 msgid "%qD declared %<transaction_safe_dynamic%>"
61585 msgstr ""
61587 #: cp/search.cc:2085
61588 #, gcc-internal-format
61589 msgid "overriding %qD declared %<transaction_safe%>"
61590 msgstr ""
61592 #: cp/search.cc:2093
61593 #, gcc-internal-format
61594 msgid "deleted function %q+D overriding non-deleted function"
61595 msgstr ""
61597 #: cp/search.cc:2102
61598 #, gcc-internal-format
61599 msgid "non-deleted function %q+D overriding deleted function"
61600 msgstr ""
61602 #: cp/search.cc:2113
61603 #, gcc-internal-format
61604 msgid "function with contracts %q+D overriding contractless function"
61605 msgstr ""
61607 #: cp/search.cc:2139
61608 #, gcc-internal-format
61609 msgid "virtual function %q+D overriding final function"
61610 msgstr ""
61612 #: cp/search.cc:2224
61613 #, gcc-internal-format
61614 msgid "%q+#D cannot be declared"
61615 msgstr ""
61617 #: cp/search.cc:2225
61618 #, gcc-internal-format
61619 msgid "  since %q+#D declared in base class"
61620 msgstr ""
61622 #: cp/semantics.cc:1015
61623 #, gcc-internal-format
61624 msgid "%<std::is_constant_evaluated%> always evaluates to true in %<if constexpr%>"
61625 msgstr ""
61627 #: cp/semantics.cc:1019
61628 #, gcc-internal-format
61629 msgid "%<std::is_constant_evaluated%> always evaluates to false in a non-%<constexpr%> function"
61630 msgstr ""
61632 #: cp/semantics.cc:1023
61633 #, gcc-internal-format
61634 msgid "%<std::is_constant_evaluated%> always evaluates to true in a %<consteval%> function"
61635 msgstr ""
61637 #: cp/semantics.cc:1194
61638 #, gcc-internal-format
61639 msgid "suggest explicit braces around empty body in %<do%> statement"
61640 msgstr ""
61642 #: cp/semantics.cc:1707
61643 #, gcc-internal-format
61644 msgid "catching polymorphic type %q#T by value"
61645 msgstr ""
61647 #: cp/semantics.cc:1712
61648 #, gcc-internal-format
61649 msgid "catching type %q#T by value"
61650 msgstr ""
61652 #: cp/semantics.cc:1717
61653 #, gcc-internal-format
61654 msgid "catching non-reference type %q#T"
61655 msgstr ""
61657 #: cp/semantics.cc:1929
61658 #, gcc-internal-format
61659 msgid "type of %<asm%> operand %qE could not be determined"
61660 msgstr ""
61662 #: cp/semantics.cc:2011
61663 #, gcc-internal-format
61664 msgid "%<__label__%> declarations are only allowed in function scopes"
61665 msgstr ""
61667 #: cp/semantics.cc:2181
61668 #, gcc-internal-format
61669 msgid "invalid use of member %qD in static member function"
61670 msgstr ""
61672 #: cp/semantics.cc:2185
61673 #, gcc-internal-format
61674 msgid "invalid use of member %qD in constructor %<pre%> contract"
61675 msgstr ""
61677 #: cp/semantics.cc:2189
61678 #, gcc-internal-format
61679 msgid "invalid use of member %qD in destructor %<post%> contract"
61680 msgstr ""
61682 #: cp/semantics.cc:2442
61683 #, gcc-internal-format
61684 msgid "%qE missing template arguments"
61685 msgstr ""
61687 #: cp/semantics.cc:2502
61688 #, gcc-internal-format
61689 msgid "a statement expression is an insufficient context for overload resolution"
61690 msgstr ""
61692 #: cp/semantics.cc:2862
61693 #, gcc-internal-format
61694 msgid "cannot call a concept as a function"
61695 msgstr ""
61697 #: cp/semantics.cc:2930
61698 #, gcc-internal-format
61699 msgid "arguments to destructor are not allowed"
61700 msgstr ""
61702 #: cp/semantics.cc:3032
61703 #, gcc-internal-format
61704 msgid "%<this%> is unavailable for static member functions"
61705 msgstr ""
61707 #: cp/semantics.cc:3034
61708 #, gcc-internal-format
61709 msgid "invalid use of %<this%> before it is valid"
61710 msgstr ""
61712 #: cp/semantics.cc:3036
61713 #, gcc-internal-format
61714 msgid "invalid use of %<this%> after it is valid"
61715 msgstr ""
61717 #: cp/semantics.cc:3038
61718 #, gcc-internal-format
61719 msgid "invalid use of %<this%> in non-member function"
61720 msgstr ""
61722 #: cp/semantics.cc:3040
61723 #, gcc-internal-format
61724 msgid "invalid use of %<this%> at top level"
61725 msgstr ""
61727 #: cp/semantics.cc:3062
61728 #, gcc-internal-format
61729 msgid "invalid qualifying scope in pseudo-destructor name"
61730 msgstr ""
61732 #: cp/semantics.cc:3070 cp/typeck.cc:3093
61733 #, gcc-internal-format
61734 msgid "qualified type %qT does not match destructor name ~%qT"
61735 msgstr ""
61737 #: cp/semantics.cc:3092
61738 #, gcc-internal-format
61739 msgid "%qE is not of type %qT"
61740 msgstr ""
61742 #: cp/semantics.cc:3206
61743 #, gcc-internal-format
61744 msgid "compound literal of non-object type %qT"
61745 msgstr ""
61747 #: cp/semantics.cc:3226
61748 #, gcc-internal-format
61749 msgid "%<auto{x}%> cannot be constrained"
61750 msgstr ""
61752 #: cp/semantics.cc:3231
61753 #, gcc-internal-format
61754 msgid "%<auto{x}%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
61755 msgstr ""
61757 #: cp/semantics.cc:3423
61758 #, gcc-internal-format
61759 msgid "template type parameters must use the keyword %<class%> or %<typename%>"
61760 msgstr ""
61762 #: cp/semantics.cc:3476
61763 #, gcc-internal-format
61764 msgid "invalid use of type %qT as a default value for a template template-parameter"
61765 msgstr ""
61767 #: cp/semantics.cc:3480
61768 #, gcc-internal-format
61769 msgid "invalid default argument for a template template parameter"
61770 msgstr ""
61772 #: cp/semantics.cc:3497
61773 #, gcc-internal-format
61774 msgid "definition of %q#T inside template parameter list"
61775 msgstr ""
61777 #: cp/semantics.cc:3528
61778 #, gcc-internal-format
61779 msgid "invalid definition of qualified type %qT"
61780 msgstr ""
61782 #: cp/semantics.cc:3820
61783 #, gcc-internal-format
61784 msgid "invalid base-class specification"
61785 msgstr ""
61787 #: cp/semantics.cc:3985
61788 #, gcc-internal-format
61789 msgid "cannot capture member %qD of anonymous union"
61790 msgstr ""
61792 #: cp/semantics.cc:4002 cp/semantics.cc:12399
61793 #, gcc-internal-format
61794 msgid "%qD is not captured"
61795 msgstr ""
61797 #: cp/semantics.cc:4006
61798 #, gcc-internal-format
61799 msgid "the lambda has no capture-default"
61800 msgstr ""
61802 #: cp/semantics.cc:4008
61803 #, gcc-internal-format
61804 msgid "lambda in local class %q+T cannot capture variables from the enclosing context"
61805 msgstr ""
61807 #: cp/semantics.cc:4023
61808 #, gcc-internal-format
61809 msgid "use of local variable with automatic storage from containing function"
61810 msgstr ""
61812 #: cp/semantics.cc:4025
61813 #, gcc-internal-format
61814 msgid "use of parameter from containing function"
61815 msgstr ""
61817 #: cp/semantics.cc:4153
61818 #, gcc-internal-format
61819 msgid "use of parameter outside function body"
61820 msgstr ""
61822 #: cp/semantics.cc:4163
61823 #, gcc-internal-format
61824 msgid "missing template arguments"
61825 msgstr ""
61827 #: cp/semantics.cc:4199
61828 #, gcc-internal-format
61829 msgid "template parameter %qD of type %qT is not allowed in an integral constant expression because it is not of integral or enumeration type"
61830 msgstr ""
61832 #: cp/semantics.cc:4250
61833 #, gcc-internal-format
61834 msgid "use of class template %qT as expression"
61835 msgstr ""
61837 #. Ambiguous reference to base members.
61838 #: cp/semantics.cc:4257
61839 #, gcc-internal-format
61840 msgid "request for member %qD is ambiguous in multiple inheritance lattice"
61841 msgstr ""
61843 #: cp/semantics.cc:4285
61844 #, gcc-internal-format
61845 msgid "%qD cannot appear in a constant-expression"
61846 msgstr ""
61848 #: cp/semantics.cc:4438
61849 #, gcc-internal-format
61850 msgid "type of %qE is unknown"
61851 msgstr ""
61853 #: cp/semantics.cc:4456 rust/backend/rust-tree.cc:5459
61854 #, gcc-internal-format
61855 msgid "%qT is not an enumeration type"
61856 msgstr ""
61858 #. Parameter packs can only be used in templates
61859 #: cp/semantics.cc:4590
61860 #, gcc-internal-format
61861 msgid "parameter pack %<__bases%> only valid in template declaration"
61862 msgstr ""
61864 #: cp/semantics.cc:4622
61865 #, gcc-internal-format
61866 msgid "cannot apply %<offsetof%> to destructor %<~%T%>"
61867 msgstr ""
61869 #: cp/semantics.cc:4635
61870 #, gcc-internal-format
61871 msgid "cannot apply %<offsetof%> to member function %qD"
61872 msgstr ""
61874 #: cp/semantics.cc:4639
61875 #, gcc-internal-format
61876 msgid "cannot apply %<offsetof%> to member function"
61877 msgstr ""
61879 #: cp/semantics.cc:4644
61880 #, gcc-internal-format
61881 msgid "cannot apply %<offsetof%> to an enumerator %qD"
61882 msgstr ""
61884 #: cp/semantics.cc:4655
61885 #, gcc-internal-format
61886 msgid "%<offsetof%> within non-standard-layout type %qT is conditionally-supported"
61887 msgstr ""
61889 #: cp/semantics.cc:5995
61890 #, gcc-internal-format
61891 msgid "user defined reduction lookup is ambiguous"
61892 msgstr ""
61894 #: cp/semantics.cc:6268
61895 #, gcc-internal-format
61896 msgid "%qE in %<reduction%> clause is a zero size array"
61897 msgstr ""
61899 #: cp/semantics.cc:6314
61900 #, gcc-internal-format
61901 msgid "%qE has const type for %<reduction%>"
61902 msgstr ""
61904 #: cp/semantics.cc:6433
61905 #, gcc-internal-format
61906 msgid "user defined reduction with constructor initializer for base class %qT"
61907 msgstr ""
61909 #: cp/semantics.cc:6904
61910 #, gcc-internal-format
61911 msgid "modifier other than %<val%> specified in %<linear%> clause on %<simd%> or %<for%> constructs when using OpenMP 5.2 modifiers"
61912 msgstr ""
61914 #: cp/semantics.cc:6919
61915 #, gcc-internal-format
61916 msgid "linear clause with %qs modifier applied to non-reference variable with %qT type"
61917 msgstr ""
61919 #: cp/semantics.cc:6934
61920 #, gcc-internal-format
61921 msgid "linear clause applied to non-integral non-pointer variable with %qT type"
61922 msgstr ""
61924 #: cp/semantics.cc:6958
61925 #, gcc-internal-format
61926 msgid "linear step expression must be integral"
61927 msgstr ""
61929 #: cp/semantics.cc:7051 cp/semantics.cc:7183 cp/semantics.cc:7242
61930 #: cp/semantics.cc:7640 cp/semantics.cc:8802
61931 #, gcc-internal-format
61932 msgid "%<this%> allowed in OpenMP only in %<declare simd%> clauses"
61933 msgstr ""
61935 #: cp/semantics.cc:7063 cp/semantics.cc:8815
61936 #, gcc-internal-format
61937 msgid "%qD is not a variable in clause %qs"
61938 msgstr ""
61940 #: cp/semantics.cc:7196
61941 #, gcc-internal-format
61942 msgid "%qD is not a variable in clause %<firstprivate%>"
61943 msgstr ""
61945 #: cp/semantics.cc:7255
61946 #, gcc-internal-format
61947 msgid "%qD is not a variable in clause %<lastprivate%>"
61948 msgstr ""
61950 #: cp/semantics.cc:7305
61951 #, gcc-internal-format
61952 msgid "%<gang%> static expression must be integral"
61953 msgstr ""
61955 #: cp/semantics.cc:7319
61956 #, gcc-internal-format
61957 msgid "%<gang%> static value must be positive"
61958 msgstr ""
61960 #: cp/semantics.cc:7353
61961 #, gcc-internal-format
61962 msgid "%<gang%> num expression must be integral"
61963 msgstr ""
61965 #: cp/semantics.cc:7356
61966 #, gcc-internal-format
61967 msgid "%<vector%> length expression must be integral"
61968 msgstr ""
61970 #: cp/semantics.cc:7360
61971 #, gcc-internal-format
61972 msgid "%<worker%> num expression must be integral"
61973 msgstr ""
61975 #: cp/semantics.cc:7382
61976 #, gcc-internal-format
61977 msgid "%<gang%> num value must be positive"
61978 msgstr ""
61980 #: cp/semantics.cc:7386
61981 #, gcc-internal-format
61982 msgid "%<vector%> length value must be positive"
61983 msgstr ""
61985 #: cp/semantics.cc:7391
61986 #, gcc-internal-format
61987 msgid "%<worker%> num value must be positive"
61988 msgstr ""
61990 #: cp/semantics.cc:7465
61991 #, gcc-internal-format
61992 msgid "schedule chunk size expression must be integral"
61993 msgstr ""
61995 #: cp/semantics.cc:7498
61996 #, gcc-internal-format
61997 msgid "%qs length expression must be integral"
61998 msgstr ""
62000 #: cp/semantics.cc:7512
62001 #, gcc-internal-format
62002 msgid "%qs length expression must be positive constant integer expression"
62003 msgstr ""
62005 #: cp/semantics.cc:7532
62006 #, gcc-internal-format
62007 msgid "%<async%> expression must be integral"
62008 msgstr ""
62010 #: cp/semantics.cc:7561
62011 #, gcc-internal-format
62012 msgid "%<thread_limit%> expression must be integral"
62013 msgstr ""
62015 #: cp/semantics.cc:7591
62016 #, gcc-internal-format
62017 msgid "%<device%> id must be integral"
62018 msgstr ""
62020 #: cp/semantics.cc:7622
62021 #, gcc-internal-format
62022 msgid "%<dist_schedule%> chunk size expression must be integral"
62023 msgstr ""
62025 #: cp/semantics.cc:7651
62026 #, gcc-internal-format
62027 msgid "%qD is not a variable in %<aligned%> clause"
62028 msgstr ""
62030 #: cp/semantics.cc:7666
62031 #, gcc-internal-format
62032 msgid "%qE in %<aligned%> clause is neither a pointer nor an array nor a reference to pointer or array"
62033 msgstr ""
62035 #: cp/semantics.cc:7673
62036 #, gcc-internal-format
62037 msgid "%qD appears more than once in %<aligned%> clauses"
62038 msgstr ""
62040 #: cp/semantics.cc:7688
62041 #, gcc-internal-format
62042 msgid "%<aligned%> clause alignment expression must be integral"
62043 msgstr ""
62045 #: cp/semantics.cc:7721
62046 #, gcc-internal-format
62047 msgid "%qD is not a variable in %<nontemporal%> clause"
62048 msgstr ""
62050 #: cp/semantics.cc:7732
62051 #, gcc-internal-format
62052 msgid "%qD appears more than once in %<nontemporal%> clauses"
62053 msgstr ""
62055 #: cp/semantics.cc:7749
62056 #, gcc-internal-format
62057 msgid "%<this%> not allowed in %<allocate%> clause"
62058 msgstr ""
62060 #: cp/semantics.cc:7761
62061 #, gcc-internal-format
62062 msgid "%qD is not a variable in %<allocate%> clause"
62063 msgstr ""
62065 #: cp/semantics.cc:7770
62066 #, gcc-internal-format
62067 msgid "%qD appears more than once in %<allocate%> clauses"
62068 msgstr ""
62070 #: cp/semantics.cc:7918
62071 #, gcc-internal-format
62072 msgid "%qD is not lvalue expression nor array section in %qs clause"
62073 msgstr ""
62075 #: cp/semantics.cc:8457
62076 #, gcc-internal-format
62077 msgid "template %qE in clause %qs"
62078 msgstr ""
62080 #: cp/semantics.cc:8460
62081 #, gcc-internal-format
62082 msgid "overloaded function name %qE in clause %qs"
62083 msgstr ""
62085 #: cp/semantics.cc:8529
62086 #, gcc-internal-format
62087 msgid "%<grainsize%> expression must be integral"
62088 msgstr ""
62090 #: cp/semantics.cc:8559
62091 #, gcc-internal-format
62092 msgid "%<priority%> expression must be integral"
62093 msgstr ""
62095 #: cp/semantics.cc:8589
62096 #, gcc-internal-format
62097 msgid "%<hint%> expression must be integral"
62098 msgstr ""
62100 #: cp/semantics.cc:8602
62101 #, gcc-internal-format
62102 msgid "%<hint%> expression must be constant integer expression"
62103 msgstr ""
62105 #: cp/semantics.cc:8619
62106 #, gcc-internal-format
62107 msgid "%<filter%> expression must be integral"
62108 msgstr ""
62110 #: cp/semantics.cc:8650
62111 #, gcc-internal-format
62112 msgid "%qs variable is neither a pointer nor reference to pointer"
62113 msgstr ""
62115 #: cp/semantics.cc:8660
62116 #, gcc-internal-format
62117 msgid "%qs variable is neither a pointer, nor an array nor reference to pointer or array"
62118 msgstr ""
62120 #: cp/semantics.cc:8743
62121 #, gcc-internal-format
62122 msgid "%<tile%> argument needs integral type"
62123 msgstr ""
62125 #: cp/semantics.cc:9159
62126 #, gcc-internal-format
62127 msgid "%<const%> qualified %qE without %<mutable%> member may appear only in %<shared%> or %<firstprivate%> clauses"
62128 msgstr ""
62130 #: cp/semantics.cc:9386
62131 #, gcc-internal-format
62132 msgid "%<threadprivate%> %qD is not file, namespace or block scope variable"
62133 msgstr ""
62135 #: cp/semantics.cc:9400
62136 #, gcc-internal-format
62137 msgid "%<threadprivate%> %qE directive not in %qT definition"
62138 msgstr ""
62140 #: cp/semantics.cc:10129
62141 #, gcc-internal-format
62142 msgid "difference between %qE and %qD does not have integer type"
62143 msgstr ""
62145 #: cp/semantics.cc:10597
62146 #, gcc-internal-format
62147 msgid "%<#pragma omp simd%> used with class iteration variable %qE"
62148 msgstr ""
62150 #: cp/semantics.cc:10907 cp/semantics.cc:10917
62151 #, gcc-internal-format
62152 msgid "%<#pragma omp atomic update%> uses two different expressions for memory"
62153 msgstr ""
62155 #: cp/semantics.cc:11300
62156 #, gcc-internal-format, gfc-internal-format
62157 msgid "static assertion failed: %s"
62158 msgstr ""
62160 #: cp/semantics.cc:11307
62161 #, gcc-internal-format
62162 msgid "non-constant condition for static assertion"
62163 msgstr ""
62165 #: cp/semantics.cc:11336
62166 #, gcc-internal-format
62167 msgid "argument to %<decltype%> must be an expression"
62168 msgstr ""
62170 #: cp/semantics.cc:11381
62171 #, gcc-internal-format
62172 msgid "%<decltype%> cannot resolve address of overloaded function"
62173 msgstr ""
62175 #: cp/semantics.cc:11616 rust/backend/rust-tree.cc:5173
62176 #, gcc-internal-format
62177 msgid "%<__builtin_is_pointer_interconvertible_with_class%> needs a single argument"
62178 msgstr ""
62180 #: cp/semantics.cc:11625 rust/backend/rust-tree.cc:5182
62181 #, gcc-internal-format
62182 msgid "%<__builtin_is_pointer_interconvertible_with_class%> argument is not pointer to member"
62183 msgstr ""
62185 #: cp/semantics.cc:11796 rust/backend/rust-tree.cc:5786
62186 #, gcc-internal-format
62187 msgid "%<__builtin_is_corresponding_member%> not well defined for anonymous unions"
62188 msgstr ""
62190 #: cp/semantics.cc:11820 rust/backend/rust-tree.cc:5830
62191 #, gcc-internal-format
62192 msgid "%<__builtin_is_corresponding_member%> needs two arguments"
62193 msgstr ""
62195 #: cp/semantics.cc:11831 rust/backend/rust-tree.cc:5840
62196 #, gcc-internal-format
62197 msgid "%<__builtin_is_corresponding_member%> argument is not pointer to member"
62198 msgstr ""
62200 #: cp/semantics.cc:12227
62201 #, gcc-internal-format
62202 msgid "%qD is not a class or alias template"
62203 msgstr ""
62205 #: cp/semantics.cc:12438
62206 #, gcc-internal-format
62207 msgid "operand of fold expression has no unexpanded parameter packs"
62208 msgstr ""
62210 #: cp/semantics.cc:12497
62211 #, gcc-internal-format
62212 msgid "both arguments in binary fold have unexpanded parameter packs"
62213 msgstr ""
62215 #: cp/semantics.cc:12499
62216 #, gcc-internal-format
62217 msgid "no unexpanded parameter packs in binary fold"
62218 msgstr ""
62220 #: cp/semantics.cc:12517
62221 #, gcc-internal-format
62222 msgid "non-pointer argument to %<__builtin_launder%>"
62223 msgstr ""
62225 #. std::bit_cast for destination ARRAY_TYPE is not possible,
62226 #. as functions may not return an array, so don't bother trying
62227 #. to support this (and then deal with VLAs etc.).
62228 #: cp/semantics.cc:12566
62229 #, gcc-internal-format
62230 msgid "%<__builtin_bit_cast%> destination type %qT is an array type"
62231 msgstr ""
62233 #: cp/semantics.cc:12572
62234 #, gcc-internal-format
62235 msgid "%<__builtin_bit_cast%> destination type %qT is not trivially copyable"
62236 msgstr ""
62238 #: cp/semantics.cc:12599
62239 #, gcc-internal-format
62240 msgid "%<__builtin_bit_cast%> source type %qT is not trivially copyable"
62241 msgstr ""
62243 #: cp/semantics.cc:12607
62244 #, gcc-internal-format
62245 msgid "%<__builtin_bit_cast%> source size %qE not equal to destination type size %qE"
62246 msgstr ""
62248 #: cp/tree.cc:1485 rust/backend/rust-tree.cc:2561
62249 #, gcc-internal-format
62250 msgid "%qV qualifiers cannot be applied to %qT"
62251 msgstr ""
62253 #: cp/tree.cc:2028
62254 #, gcc-internal-format
62255 msgid "statement-expression in a constant expression"
62256 msgstr ""
62258 #: cp/tree.cc:4543
62259 #, gcc-internal-format
62260 msgid "%<-fabi-version=13%> (GCC 8.2) fixes the calling convention for %qT, which was accidentally changed in 8.1"
62261 msgstr ""
62263 #: cp/tree.cc:4547
62264 #, gcc-internal-format
62265 msgid "%<-fabi-version=12%> (GCC 8.1) accidentally changes the calling convention for %qT"
62266 msgstr ""
62268 #: cp/tree.cc:4551
62269 #, gcc-internal-format
62270 msgid " declared here"
62271 msgstr ""
62273 #: cp/tree.cc:4556
62274 #, gcc-internal-format
62275 msgid "the calling convention for %qT changes in %<-fabi-version=13%> (GCC 8.2)"
62276 msgstr ""
62278 #: cp/tree.cc:4558
62279 #, gcc-internal-format
62280 msgid " because all of its copy and move constructors are deleted"
62281 msgstr ""
62283 #: cp/tree.cc:4985
62284 #, gcc-internal-format
62285 msgid "base class %qT is not public"
62286 msgstr ""
62288 #: cp/tree.cc:4988
62289 #, gcc-internal-format
62290 msgid "%qD is not public"
62291 msgstr ""
62293 #: cp/tree.cc:4995
62294 #, gcc-internal-format
62295 msgid "%qD is mutable"
62296 msgstr ""
62298 #: cp/tree.cc:5003
62299 #, gcc-internal-format
62300 msgid "%qD has a non-structural type"
62301 msgstr ""
62303 #: cp/tree.cc:5026
62304 #, gcc-internal-format
62305 msgid "%qE attribute can only be applied to functions or parameters"
62306 msgstr ""
62308 #: cp/tree.cc:5047
62309 #, gcc-internal-format
62310 msgid "%qE attribute argument must be a string constant"
62311 msgstr ""
62313 #: cp/tree.cc:5062
62314 #, gcc-internal-format
62315 msgid "%qE attribute can only be applied to functions or to class or enumeration types"
62316 msgstr ""
62318 #: cp/tree.cc:5080
62319 #, gcc-internal-format
62320 msgid "%qE attribute can only be applied to non-static data members"
62321 msgstr ""
62323 #: cp/tree.cc:5086
62324 #, gcc-internal-format
62325 msgid "%qE attribute cannot be applied to a bit-field"
62326 msgstr ""
62328 #: cp/tree.cc:5106
62329 #, gcc-internal-format
62330 msgid "%qE attribute takes no arguments"
62331 msgstr ""
62333 #: cp/tree.cc:5110
62334 #, gcc-internal-format
62335 msgid "ISO C++ %qE attribute does not apply to functions; treating as %<[[gnu::%E]]%>"
62336 msgstr ""
62338 #: cp/tree.cc:5184
62339 #, gcc-internal-format
62340 msgid "requested %<init_priority%> is not an integer constant"
62341 msgstr ""
62343 #: cp/tree.cc:5206
62344 #, gcc-internal-format
62345 msgid "can only use %qE attribute on file-scope definitions of objects of class type"
62346 msgstr ""
62348 #: cp/tree.cc:5214
62349 #, gcc-internal-format
62350 msgid "requested %<init_priority%> %i is out of range [0, %i]"
62351 msgstr ""
62353 #: cp/tree.cc:5225
62354 #, gcc-internal-format
62355 msgid "requested %<init_priority%> %i is reserved for internal use"
62356 msgstr ""
62358 #: cp/tree.cc:5255
62359 #, gcc-internal-format
62360 msgid "redeclaration of %qD adds abi tag %qE"
62361 msgstr ""
62363 #: cp/tree.cc:5275
62364 #, gcc-internal-format
62365 msgid "the %qE attribute requires arguments"
62366 msgstr ""
62368 #: cp/tree.cc:5286
62369 #, gcc-internal-format
62370 msgid "arguments to the %qE attribute must be narrow string literals"
62371 msgstr ""
62373 #: cp/tree.cc:5299 cp/tree.cc:5312
62374 #, gcc-internal-format
62375 msgid "arguments to the %qE attribute must contain valid identifiers"
62376 msgstr ""
62378 #: cp/tree.cc:5301
62379 #, gcc-internal-format
62380 msgid "%<%c%> is not a valid first character for an identifier"
62381 msgstr ""
62383 #: cp/tree.cc:5314
62384 #, gcc-internal-format
62385 msgid "%<%c%> is not a valid character in an identifier"
62386 msgstr ""
62388 #: cp/tree.cc:5338
62389 #, gcc-internal-format
62390 msgid "%qE attribute applied to non-class, non-enum type %qT"
62391 msgstr ""
62393 #: cp/tree.cc:5344
62394 #, gcc-internal-format
62395 msgid "%qE attribute applied to %qT after its definition"
62396 msgstr ""
62398 #: cp/tree.cc:5351
62399 #, gcc-internal-format
62400 msgid "ignoring %qE attribute applied to template instantiation %qT"
62401 msgstr ""
62403 #: cp/tree.cc:5358
62404 #, gcc-internal-format
62405 msgid "ignoring %qE attribute applied to template specialization %qT"
62406 msgstr ""
62408 #: cp/tree.cc:5380
62409 #, gcc-internal-format
62410 msgid "%qE attribute applied to non-function, non-variable %qD"
62411 msgstr ""
62413 #: cp/tree.cc:5386
62414 #, gcc-internal-format
62415 msgid "%qE attribute applied to extern \"C\" declaration %qD"
62416 msgstr ""
62418 #: cp/tree.cc:6285
62419 #, gcc-internal-format
62420 msgid "zero as null pointer constant"
62421 msgstr ""
62423 #: cp/tree.cc:6326 rust/backend/rust-tree.cc:3141
62424 #, gcc-internal-format
62425 msgid "%<lang_*%> check: failed in %s, at %s:%d"
62426 msgstr ""
62428 #: cp/typeck.cc:625
62429 #, gcc-internal-format
62430 msgid "comparison between distinct pointer types %qT and %qT lacks a cast"
62431 msgstr ""
62433 #: cp/typeck.cc:631
62434 #, gcc-internal-format
62435 msgid "conversion between distinct pointer types %qT and %qT lacks a cast"
62436 msgstr ""
62438 #: cp/typeck.cc:637
62439 #, gcc-internal-format
62440 msgid "conditional expression between distinct pointer types %qT and %qT lacks a cast"
62441 msgstr ""
62443 #: cp/typeck.cc:785
62444 #, gcc-internal-format
62445 msgid "ISO C++ forbids comparison between pointer of type %<void *%> and pointer-to-function"
62446 msgstr ""
62448 #: cp/typeck.cc:790
62449 #, gcc-internal-format
62450 msgid "ISO C++ forbids conversion between pointer of type %<void *%> and pointer-to-function"
62451 msgstr ""
62453 #: cp/typeck.cc:795
62454 #, gcc-internal-format
62455 msgid "ISO C++ forbids conditional expression between pointer of type %<void *%> and pointer-to-function"
62456 msgstr ""
62458 #: cp/typeck.cc:874
62459 #, gcc-internal-format
62460 msgid "comparison between distinct pointer-to-member types %qT and %qT lacks a cast"
62461 msgstr ""
62463 #: cp/typeck.cc:879
62464 #, gcc-internal-format
62465 msgid "conversion between distinct pointer-to-member types %qT and %qT lacks a cast"
62466 msgstr ""
62468 #: cp/typeck.cc:884
62469 #, gcc-internal-format
62470 msgid "conditional expression between distinct pointer-to-member types %qT and %qT lacks a cast"
62471 msgstr ""
62473 #: cp/typeck.cc:1710
62474 #, gcc-internal-format
62475 msgid "canonical types differ for identical types %qT and %qT"
62476 msgstr ""
62478 #: cp/typeck.cc:1717
62479 #, gcc-internal-format
62480 msgid "same canonical type node for different types %qT and %qT"
62481 msgstr ""
62483 #: cp/typeck.cc:2047
62484 #, gcc-internal-format
62485 msgid "invalid application of %qs to a member function"
62486 msgstr ""
62488 #: cp/typeck.cc:2152
62489 #, gcc-internal-format
62490 msgid "invalid application of %<sizeof%> to a bit-field"
62491 msgstr ""
62493 #: cp/typeck.cc:2160
62494 #, gcc-internal-format
62495 msgid "ISO C++ forbids applying %<sizeof%> to an expression of function type"
62496 msgstr ""
62498 #: cp/typeck.cc:2225
62499 #, gcc-internal-format
62500 msgid "invalid application of %<__alignof%> to a bit-field"
62501 msgstr ""
62503 #: cp/typeck.cc:2236
62504 #, gcc-internal-format
62505 msgid "ISO C++ forbids applying %<__alignof%> to an expression of function type"
62506 msgstr ""
62508 #: cp/typeck.cc:2320
62509 #, gcc-internal-format
62510 msgid "%<alignas%> argument has non-integral type %qT"
62511 msgstr ""
62513 #: cp/typeck.cc:2366 rust/backend/rust-tree.cc:3769
62514 #, gcc-internal-format
62515 msgid "invalid use of non-static member function of type %qT"
62516 msgstr ""
62518 #: cp/typeck.cc:2542
62519 #, gcc-internal-format
62520 msgid "taking address of temporary array"
62521 msgstr ""
62523 #: cp/typeck.cc:2724
62524 #, gcc-internal-format
62525 msgid "ISO C++ forbids converting a string constant to %qT"
62526 msgstr ""
62528 #: cp/typeck.cc:2728
62529 #, gcc-internal-format
62530 msgid "deprecated conversion from string constant to %qT"
62531 msgstr ""
62533 #: cp/typeck.cc:2843 cp/typeck.cc:3408
62534 #, gcc-internal-format
62535 msgid "request for member %qD in %qE, which is of pointer type %qT (maybe you meant to use %<->%> ?)"
62536 msgstr ""
62538 #: cp/typeck.cc:2847 cp/typeck.cc:3412
62539 #, gcc-internal-format
62540 msgid "request for member %qD in %qE, which is of non-class type %qT"
62541 msgstr ""
62543 #: cp/typeck.cc:2881
62544 #, gcc-internal-format
62545 msgid "invalid use of non-static data member %qE"
62546 msgstr ""
62548 #: cp/typeck.cc:2958
62549 #, gcc-internal-format
62550 msgid "invalid access to non-static data member %qD in virtual base of NULL object"
62551 msgstr ""
62553 #: cp/typeck.cc:3108
62554 #, gcc-internal-format
62555 msgid "object type %qT does not match destructor name ~%qT"
62556 msgstr ""
62558 #: cp/typeck.cc:3117
62559 #, gcc-internal-format
62560 msgid "the type being destroyed is %qT, but the destructor refers to %qT"
62561 msgstr ""
62563 #: cp/typeck.cc:3259
62564 #, gcc-internal-format
62565 msgid "field %q#D can be accessed via %q#D"
62566 msgstr ""
62568 #. No hint.
62569 #: cp/typeck.cc:3278
62570 #, gcc-internal-format
62571 msgid "%q#T has no member named %qE"
62572 msgstr ""
62574 #: cp/typeck.cc:3301
62575 #, gcc-internal-format
62576 msgid "%q#T has no member named %qE; did you mean %q#D? (accessible via %q#D)"
62577 msgstr ""
62579 #: cp/typeck.cc:3312
62580 #, gcc-internal-format
62581 msgid "%q#T has no member named %qE; did you mean %q#D? (not accessible from this context)"
62582 msgstr ""
62584 #: cp/typeck.cc:3327
62585 #, gcc-internal-format
62586 msgid "%q#T has no member named %qE; did you mean %qE?"
62587 msgstr ""
62589 #: cp/typeck.cc:3442 cp/typeck.cc:3468
62590 #, gcc-internal-format
62591 msgid "%<%D::%D%> is not a member of %qT"
62592 msgstr ""
62594 #: cp/typeck.cc:3507
62595 #, gcc-internal-format
62596 msgid "%qT is not a base of %qT"
62597 msgstr ""
62599 #: cp/typeck.cc:3570
62600 #, gcc-internal-format
62601 msgid "%qD is not a member template function"
62602 msgstr ""
62604 #: cp/typeck.cc:3836
62605 #, gcc-internal-format
62606 msgid "%qT is not a pointer-to-object type"
62607 msgstr ""
62609 #: cp/typeck.cc:3868
62610 #, gcc-internal-format
62611 msgid "invalid use of array indexing on pointer to member"
62612 msgstr ""
62614 #: cp/typeck.cc:3871
62615 #, gcc-internal-format
62616 msgid "invalid use of unary %<*%> on pointer to member"
62617 msgstr ""
62619 #: cp/typeck.cc:3874
62620 #, gcc-internal-format
62621 msgid "invalid use of implicit conversion on pointer to member"
62622 msgstr ""
62624 #: cp/typeck.cc:3878
62625 #, gcc-internal-format
62626 msgid "left hand operand of %<->*%> must be a pointer to class, but is a pointer to member of type %qT"
62627 msgstr ""
62629 #: cp/typeck.cc:3943
62630 #, gcc-internal-format
62631 msgid "subscript missing in array reference"
62632 msgstr ""
62634 #: cp/typeck.cc:4040
62635 #, gcc-internal-format
62636 msgid "subscripting array declared %<register%>"
62637 msgstr ""
62639 #: cp/typeck.cc:4078
62640 #, gcc-internal-format
62641 msgid "subscripted value is neither array nor pointer"
62642 msgstr ""
62644 #: cp/typeck.cc:4150
62645 #, gcc-internal-format
62646 msgid "object missing in use of %qE"
62647 msgstr ""
62649 #: cp/typeck.cc:4375
62650 #, gcc-internal-format
62651 msgid "ISO C++ forbids calling %<::main%> from within program"
62652 msgstr ""
62654 #: cp/typeck.cc:4396
62655 #, gcc-internal-format
62656 msgid "must use %<.*%> or %<->*%> to call pointer-to-member function in %<%E (...)%>, e.g. %<(... ->* %E) (...)%>"
62657 msgstr ""
62659 #: cp/typeck.cc:4413
62660 #, gcc-internal-format
62661 msgid "%qE cannot be used as a function"
62662 msgstr ""
62664 #: cp/typeck.cc:4416
62665 #, gcc-internal-format
62666 msgid "%qD cannot be used as a function"
62667 msgstr ""
62669 #: cp/typeck.cc:4419
62670 #, gcc-internal-format
62671 msgid "expression cannot be used as a function"
62672 msgstr ""
62674 #: cp/typeck.cc:4477
62675 #, gcc-internal-format
62676 msgid "too many arguments to constructor %q#D"
62677 msgstr ""
62679 #: cp/typeck.cc:4478
62680 #, gcc-internal-format
62681 msgid "too few arguments to constructor %q#D"
62682 msgstr ""
62684 #: cp/typeck.cc:4483
62685 #, gcc-internal-format
62686 msgid "too many arguments to member function %q#D"
62687 msgstr ""
62689 #: cp/typeck.cc:4484
62690 #, gcc-internal-format
62691 msgid "too few arguments to member function %q#D"
62692 msgstr ""
62694 #: cp/typeck.cc:4490
62695 #, gcc-internal-format
62696 msgid "too many arguments to function %q#D"
62697 msgstr ""
62699 #: cp/typeck.cc:4491
62700 #, gcc-internal-format
62701 msgid "too few arguments to function %q#D"
62702 msgstr ""
62704 #: cp/typeck.cc:4501
62705 #, gcc-internal-format
62706 msgid "too many arguments to method %q#D"
62707 msgstr ""
62709 #: cp/typeck.cc:4502
62710 #, gcc-internal-format
62711 msgid "too few arguments to method %q#D"
62712 msgstr ""
62714 #: cp/typeck.cc:4505
62715 #, gcc-internal-format
62716 msgid "too many arguments to function"
62717 msgstr ""
62719 #: cp/typeck.cc:4506
62720 #, gcc-internal-format
62721 msgid "too few arguments to function"
62722 msgstr ""
62724 #: cp/typeck.cc:4588
62725 #, gcc-internal-format
62726 msgid "parameter %P of %qD has incomplete type %qT"
62727 msgstr ""
62729 #: cp/typeck.cc:4594
62730 #, gcc-internal-format
62731 msgid "parameter %P has incomplete type %qT"
62732 msgstr ""
62734 #: cp/typeck.cc:4860
62735 #, gcc-internal-format
62736 msgid "the address %qE will never be NULL"
62737 msgstr ""
62739 #: cp/typeck.cc:4906
62740 #, gcc-internal-format
62741 msgid "the address of %qD will never be NULL"
62742 msgstr ""
62744 #: cp/typeck.cc:4921
62745 #, gcc-internal-format
62746 msgid "the compiler can assume that the address of %qE will never be NULL"
62747 msgstr ""
62749 #: cp/typeck.cc:4924
62750 #, gcc-internal-format
62751 msgid "comparing the result of pointer addition %qE and NULL"
62752 msgstr ""
62754 #: cp/typeck.cc:4939
62755 #, gcc-internal-format
62756 msgid "the compiler can assume that the address of %qD will never be NULL"
62757 msgstr ""
62759 #: cp/typeck.cc:4988
62760 #, gcc-internal-format
62761 msgid "bitwise operation between different enumeration types %qT and %qT is deprecated"
62762 msgstr ""
62764 #: cp/typeck.cc:4993
62765 #, gcc-internal-format
62766 msgid "arithmetic between different enumeration types %qT and %qT is deprecated"
62767 msgstr ""
62769 #: cp/typeck.cc:5023
62770 #, gcc-internal-format
62771 msgid "comparison of enumeration type %qT with floating-point type %qT is deprecated"
62772 msgstr ""
62774 #: cp/typeck.cc:5027
62775 #, gcc-internal-format
62776 msgid "comparison of floating-point type %qT with enumeration type %qT is deprecated"
62777 msgstr ""
62779 #: cp/typeck.cc:5036
62780 #, gcc-internal-format
62781 msgid "arithmetic between enumeration type %qT and floating-point type %qT is deprecated"
62782 msgstr ""
62784 #: cp/typeck.cc:5040
62785 #, gcc-internal-format
62786 msgid "arithmetic between floating-point type %qT and enumeration type %qT is deprecated"
62787 msgstr ""
62789 #: cp/typeck.cc:5174 cp/typeck.cc:5186
62790 #, gcc-internal-format
62791 msgid "assuming cast to type %qT from overloaded function"
62792 msgstr ""
62794 #: cp/typeck.cc:5300
62795 #, gcc-internal-format
62796 msgid "NULL used in arithmetic"
62797 msgstr ""
62799 #: cp/typeck.cc:5757 cp/typeck.cc:5766 cp/typeck.cc:6067 cp/typeck.cc:6076
62800 #, gcc-internal-format
62801 msgid "ISO C++ forbids comparison between pointer and integer"
62802 msgstr ""
62804 #: cp/typeck.cc:5989 cp/typeck.cc:6002
62805 #, gcc-internal-format
62806 msgid "operand types are %qT and %qT"
62807 msgstr ""
62809 #: cp/typeck.cc:6025
62810 #, gcc-internal-format
62811 msgid "three-way comparison of vectors"
62812 msgstr ""
62814 #: cp/typeck.cc:6059
62815 #, gcc-internal-format
62816 msgid "ordered comparison of pointer with integer zero (%qT and %qT)"
62817 msgstr ""
62819 #: cp/typeck.cc:6106
62820 #, gcc-internal-format
62821 msgid "unordered comparison on non-floating-point argument"
62822 msgstr ""
62824 #: cp/typeck.cc:6173
62825 msgid "implicit conversion from %qH to %qI to match other operand of binary expression"
62826 msgstr ""
62828 #: cp/typeck.cc:6283
62829 #, gcc-internal-format
62830 msgid "invalid operands of types %qT and %qT to binary %qO"
62831 msgstr ""
62833 #: cp/typeck.cc:6691
62834 #, gcc-internal-format
62835 msgid "ISO C++ forbids using pointer of type %<void *%> in subtraction"
62836 msgstr ""
62838 #: cp/typeck.cc:6699
62839 #, gcc-internal-format
62840 msgid "ISO C++ forbids using pointer to a function in subtraction"
62841 msgstr ""
62843 #: cp/typeck.cc:6707
62844 #, gcc-internal-format
62845 msgid "ISO C++ forbids using pointer to a method in subtraction"
62846 msgstr ""
62848 #: cp/typeck.cc:6760
62849 #, gcc-internal-format
62850 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
62851 msgstr ""
62853 #: cp/typeck.cc:6839
62854 #, gcc-internal-format
62855 msgid "taking address of constructor %qD"
62856 msgstr ""
62858 #: cp/typeck.cc:6840
62859 #, gcc-internal-format
62860 msgid "taking address of destructor %qD"
62861 msgstr ""
62863 #: cp/typeck.cc:6856
62864 #, gcc-internal-format
62865 msgid "invalid use of %qE to form a pointer-to-member-function"
62866 msgstr ""
62868 #: cp/typeck.cc:6859
62869 #, gcc-internal-format
62870 msgid "  a qualified-id is required"
62871 msgstr ""
62873 #: cp/typeck.cc:6866
62874 #, gcc-internal-format
62875 msgid "parentheses around %qE cannot be used to form a pointer-to-member-function"
62876 msgstr ""
62878 #: cp/typeck.cc:7057
62879 #, gcc-internal-format
62880 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%>"
62881 msgstr ""
62883 #: cp/typeck.cc:7063
62884 #, gcc-internal-format
62885 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say %<&%T::%D%>"
62886 msgstr ""
62888 #. Make this a permerror because we used to accept it.
62889 #: cp/typeck.cc:7098
62890 #, gcc-internal-format
62891 msgid "taking address of rvalue"
62892 msgstr ""
62894 #: cp/typeck.cc:7115
62895 #, gcc-internal-format
62896 msgid "ISO C++ forbids taking address of function %<::main%>"
62897 msgstr ""
62899 #: cp/typeck.cc:7173
62900 #, gcc-internal-format
62901 msgid "cannot create pointer to reference member %qD"
62902 msgstr ""
62904 #: cp/typeck.cc:7199 cp/typeck.cc:7774 rust/backend/rust-tree.cc:4662
62905 #, gcc-internal-format
62906 msgid "attempt to take address of bit-field"
62907 msgstr ""
62909 #: cp/typeck.cc:7363
62910 #, gcc-internal-format
62911 msgid "%<~%> on an expression of type %<bool%>"
62912 msgstr ""
62914 #: cp/typeck.cc:7364
62915 #, gcc-internal-format
62916 msgid "did you mean to use logical not (%<!%>)?"
62917 msgstr ""
62919 #: cp/typeck.cc:7494
62920 #, gcc-internal-format
62921 msgid "ISO C++ forbids incrementing an enum"
62922 msgstr ""
62924 #: cp/typeck.cc:7495
62925 #, gcc-internal-format
62926 msgid "ISO C++ forbids decrementing an enum"
62927 msgstr ""
62929 #: cp/typeck.cc:7511
62930 #, gcc-internal-format
62931 msgid "cannot increment a pointer to incomplete type %qT"
62932 msgstr ""
62934 #: cp/typeck.cc:7513
62935 #, gcc-internal-format
62936 msgid "cannot decrement a pointer to incomplete type %qT"
62937 msgstr ""
62939 #: cp/typeck.cc:7525
62940 #, gcc-internal-format
62941 msgid "ISO C++ forbids incrementing a pointer of type %qT"
62942 msgstr ""
62944 #: cp/typeck.cc:7527
62945 #, gcc-internal-format
62946 msgid "ISO C++ forbids decrementing a pointer of type %qT"
62947 msgstr ""
62949 #: cp/typeck.cc:7566
62950 #, gcc-internal-format
62951 msgid "%qs expression of %<volatile%>-qualified type is deprecated"
62952 msgstr ""
62954 #: cp/typeck.cc:7579
62955 #, gcc-internal-format
62956 msgid "use of an operand of type %qT in %<operator--%> is forbidden"
62957 msgstr ""
62959 #: cp/typeck.cc:7589
62960 #, gcc-internal-format
62961 msgid "use of an operand of type %qT in %<operator++%> is forbidden in C++17"
62962 msgstr ""
62964 #: cp/typeck.cc:7597
62965 #, gcc-internal-format
62966 msgid "use of an operand of type %qT in %<operator++%> is deprecated"
62967 msgstr ""
62969 #: cp/typeck.cc:7786 rust/backend/rust-tree.cc:4674
62970 #, gcc-internal-format
62971 msgid "cannot take the address of %<this%>, which is an rvalue expression"
62972 msgstr ""
62974 #: cp/typeck.cc:7808 d/d-codegen.cc:719 rust/backend/rust-tree.cc:4693
62975 #, gcc-internal-format
62976 msgid "address of explicit register variable %qD requested"
62977 msgstr ""
62979 #: cp/typeck.cc:7813 rust/backend/rust-tree.cc:4700
62980 #, gcc-internal-format
62981 msgid "address requested for %qD, which is declared %<register%>"
62982 msgstr ""
62984 #: cp/typeck.cc:7888
62985 #, gcc-internal-format
62986 msgid "list-initializer for non-class type must not be parenthesized"
62987 msgstr ""
62989 #: cp/typeck.cc:7900
62990 #, gcc-internal-format
62991 msgid "expression list treated as compound expression in initializer"
62992 msgstr ""
62994 #: cp/typeck.cc:7904
62995 #, gcc-internal-format
62996 msgid "expression list treated as compound expression in mem-initializer"
62997 msgstr ""
62999 #: cp/typeck.cc:7908
63000 #, gcc-internal-format
63001 msgid "expression list treated as compound expression in functional cast"
63002 msgstr ""
63004 #: cp/typeck.cc:7946
63005 #, gcc-internal-format, gfc-internal-format
63006 msgid "%s expression list treated as compound expression"
63007 msgstr ""
63009 #: cp/typeck.cc:8049
63010 #, gcc-internal-format
63011 msgid "no context to resolve type of %qE"
63012 msgstr ""
63014 #: cp/typeck.cc:8086
63015 #, gcc-internal-format
63016 msgid "cast from type %qT to type %qT casts away qualifiers"
63017 msgstr ""
63019 #: cp/typeck.cc:8092
63020 #, gcc-internal-format
63021 msgid "%<static_cast%> from type %qT to type %qT casts away qualifiers"
63022 msgstr ""
63024 #: cp/typeck.cc:8099
63025 #, gcc-internal-format
63026 msgid "%<reinterpret_cast%> from type %qT to type %qT casts away qualifiers"
63027 msgstr ""
63029 #: cp/typeck.cc:8125
63030 #, gcc-internal-format
63031 msgid "useless cast to type %q#T"
63032 msgstr ""
63034 #: cp/typeck.cc:8139
63035 #, gcc-internal-format
63036 msgid "type qualifiers ignored on cast result type"
63037 msgstr ""
63039 #: cp/typeck.cc:8582
63040 #, gcc-internal-format
63041 msgid "invalid %<static_cast%> from type %qT to type %qT"
63042 msgstr ""
63044 #: cp/typeck.cc:8588 cp/typeck.cc:8594 cp/typeck.cc:10305
63045 #, gcc-internal-format
63046 msgid "class type %qT is incomplete"
63047 msgstr ""
63049 #: cp/typeck.cc:8622
63050 msgid "converting from %qH to %qI"
63051 msgstr ""
63053 #: cp/typeck.cc:8697
63054 #, gcc-internal-format
63055 msgid "invalid cast of a prvalue expression of type %qT to type %qT"
63056 msgstr ""
63058 #: cp/typeck.cc:8767
63059 msgid "cast from %qH to %qI loses precision"
63060 msgstr ""
63062 #: cp/typeck.cc:8792
63063 msgid "cast between incompatible function types from %qH to %qI"
63064 msgstr ""
63066 #: cp/typeck.cc:8803
63067 msgid "cast between incompatible pointer to member types from %qH to %qI"
63068 msgstr ""
63070 #: cp/typeck.cc:8824 cp/typeck.cc:9014
63071 msgid "cast from %qH to %qI increases required alignment of target type"
63072 msgstr ""
63074 #: cp/typeck.cc:8841
63075 #, gcc-internal-format
63076 msgid "casting between pointer-to-function and pointer-to-object is conditionally-supported"
63077 msgstr ""
63079 #: cp/typeck.cc:8855
63080 #, gcc-internal-format
63081 msgid "invalid cast from type %qT to type %qT"
63082 msgstr ""
63084 #: cp/typeck.cc:8928
63085 #, gcc-internal-format
63086 msgid "invalid use of %<const_cast%> with type %qT, which is not a pointer, reference, nor a pointer-to-data-member type"
63087 msgstr ""
63089 #: cp/typeck.cc:8937
63090 #, gcc-internal-format
63091 msgid "invalid use of %<const_cast%> with type %qT, which is a pointer or reference to a function type"
63092 msgstr ""
63094 #: cp/typeck.cc:8979
63095 #, gcc-internal-format
63096 msgid "invalid %<const_cast%> of an rvalue of type %qT to type %qT"
63097 msgstr ""
63099 #: cp/typeck.cc:9049
63100 #, gcc-internal-format
63101 msgid "invalid %<const_cast%> from type %qT to type %qT"
63102 msgstr ""
63104 #: cp/typeck.cc:9150 cp/typeck.cc:9159
63105 #, gcc-internal-format
63106 msgid "ISO C++ forbids casting to an array type %qT"
63107 msgstr ""
63109 #: cp/typeck.cc:9168
63110 #, gcc-internal-format
63111 msgid "invalid cast to function type %qT"
63112 msgstr ""
63114 #: cp/typeck.cc:9279
63115 #, gcc-internal-format
63116 msgid "moving %qE of type %qT to itself"
63117 msgstr ""
63119 #: cp/typeck.cc:9280 cp/typeck.cc:10825 cp/typeck.cc:10841 cp/typeck.cc:10866
63120 #: cp/typeck.cc:10903
63121 #, gcc-internal-format
63122 msgid "remove %<std::move%> call"
63123 msgstr ""
63125 #: cp/typeck.cc:9540
63126 #, gcc-internal-format
63127 msgid "  in evaluation of %<%Q(%#T, %#T)%>"
63128 msgstr ""
63130 #: cp/typeck.cc:9600
63131 #, gcc-internal-format
63132 msgid "assigning to an array from an initializer list"
63133 msgstr ""
63135 #: cp/typeck.cc:9627
63136 #, gcc-internal-format
63137 msgid "incompatible types in assignment of %qT to %qT"
63138 msgstr ""
63140 #: cp/typeck.cc:9643
63141 #, gcc-internal-format
63142 msgid "array used as initializer"
63143 msgstr ""
63145 #: cp/typeck.cc:9645
63146 #, gcc-internal-format
63147 msgid "invalid array assignment"
63148 msgstr ""
63150 #: cp/typeck.cc:9789
63151 #, gcc-internal-format
63152 msgid "   in pointer to member function conversion"
63153 msgstr ""
63155 #: cp/typeck.cc:9803
63156 #, gcc-internal-format
63157 msgid "pointer to member conversion via virtual base %qT"
63158 msgstr ""
63160 #: cp/typeck.cc:9850 cp/typeck.cc:9869
63161 #, gcc-internal-format
63162 msgid "   in pointer to member conversion"
63163 msgstr ""
63165 #: cp/typeck.cc:9950
63166 #, gcc-internal-format
63167 msgid "invalid conversion to type %qT from type %qT"
63168 msgstr ""
63170 #: cp/typeck.cc:10268
63171 msgid "cannot convert %qH to %qI in default argument"
63172 msgstr ""
63174 #: cp/typeck.cc:10273
63175 msgid "cannot convert %qH to %qI in argument passing"
63176 msgstr ""
63178 #: cp/typeck.cc:10282
63179 msgid "cannot convert %qH to %qI in initialization"
63180 msgstr ""
63182 #: cp/typeck.cc:10286
63183 msgid "cannot convert %qH to %qI in return"
63184 msgstr ""
63186 #: cp/typeck.cc:10291
63187 msgid "cannot convert %qH to %qI in assignment"
63188 msgstr ""
63190 #: cp/typeck.cc:10323
63191 #, gcc-internal-format
63192 msgid "parameter %qP of %qD might be a candidate for a format attribute"
63193 msgstr ""
63195 #: cp/typeck.cc:10327
63196 #, gcc-internal-format
63197 msgid "parameter might be a candidate for a format attribute"
63198 msgstr ""
63200 #: cp/typeck.cc:10332
63201 #, gcc-internal-format
63202 msgid "target of conversion might be a candidate for a format attribute"
63203 msgstr ""
63205 #: cp/typeck.cc:10337
63206 #, gcc-internal-format
63207 msgid "target of initialization might be a candidate for a format attribute"
63208 msgstr ""
63210 #: cp/typeck.cc:10347
63211 #, gcc-internal-format
63212 msgid "left-hand side of assignment might be a candidate for a format attribute"
63213 msgstr ""
63215 #: cp/typeck.cc:10443
63216 #, gcc-internal-format
63217 msgid "in passing argument %P of %qD"
63218 msgstr ""
63220 #: cp/typeck.cc:10525
63221 #, gcc-internal-format
63222 msgid "returning reference to temporary"
63223 msgstr ""
63225 #: cp/typeck.cc:10528
63226 #, gcc-internal-format
63227 msgid "returning temporary %<initializer_list%> does not extend the lifetime of the underlying array"
63228 msgstr ""
63230 #: cp/typeck.cc:10564
63231 #, gcc-internal-format
63232 msgid "reference to local variable %qD returned"
63233 msgstr ""
63235 #: cp/typeck.cc:10568
63236 #, gcc-internal-format
63237 msgid "returning local %<initializer_list%> variable %qD does not extend the lifetime of the underlying array"
63238 msgstr ""
63240 #: cp/typeck.cc:10574
63241 #, gcc-internal-format
63242 msgid "address of label %qD returned"
63243 msgstr ""
63245 #: cp/typeck.cc:10578
63246 #, gcc-internal-format
63247 msgid "address of local variable %qD returned"
63248 msgstr ""
63250 #: cp/typeck.cc:10824
63251 #, gcc-internal-format
63252 msgid "moving a temporary object prevents copy elision"
63253 msgstr ""
63255 #: cp/typeck.cc:10839
63256 #, gcc-internal-format
63257 msgid "moving a local object in a return statement prevents copy elision"
63258 msgstr ""
63260 #: cp/typeck.cc:10865 cp/typeck.cc:10900
63261 #, gcc-internal-format
63262 msgid "redundant move in return statement"
63263 msgstr ""
63265 #: cp/typeck.cc:10902
63266 #, gcc-internal-format
63267 msgid "redundant move in initialization"
63268 msgstr ""
63270 #: cp/typeck.cc:10938
63271 #, gcc-internal-format
63272 msgid "returning a value from a destructor"
63273 msgstr ""
63275 #. If a return statement appears in a handler of the
63276 #. function-try-block of a constructor, the program is ill-formed.
63277 #: cp/typeck.cc:10950
63278 #, gcc-internal-format
63279 msgid "cannot return from a handler of a function-try-block of a constructor"
63280 msgstr ""
63282 #. You can't return a value from a constructor.
63283 #: cp/typeck.cc:10953
63284 #, gcc-internal-format
63285 msgid "returning a value from a constructor"
63286 msgstr ""
63288 #. Give a helpful error message.
63289 #: cp/typeck.cc:10992 cp/typeck.cc:11038
63290 #, gcc-internal-format
63291 msgid "return-statement with no value, in function returning %qT"
63292 msgstr ""
63294 #: cp/typeck.cc:11000
63295 #, gcc-internal-format
63296 msgid "returning initializer list"
63297 msgstr ""
63299 #: cp/typeck.cc:11019
63300 #, gcc-internal-format
63301 msgid "inconsistent types %qT and %qT deduced for lambda return type"
63302 msgstr ""
63304 #: cp/typeck.cc:11022
63305 #, gcc-internal-format
63306 msgid "inconsistent deduction for auto return type: %qT and then %qT"
63307 msgstr ""
63309 #: cp/typeck.cc:11057
63310 #, gcc-internal-format
63311 msgid "return-statement with a value, in function returning %qT"
63312 msgstr ""
63314 #: cp/typeck.cc:11086
63315 #, gcc-internal-format
63316 msgid "%<operator new%> must not return NULL unless it is declared %<throw()%> (or %<-fcheck-new%> is in effect)"
63317 msgstr ""
63319 #: cp/typeck.cc:11745
63320 #, gcc-internal-format
63321 msgid "using rvalue as lvalue"
63322 msgstr ""
63324 #: cp/typeck2.cc:51
63325 #, gcc-internal-format
63326 msgid "type %qT is not a base type for type %qT"
63327 msgstr ""
63329 #: cp/typeck2.cc:107
63330 #, gcc-internal-format
63331 msgid "assignment of constant field %qD"
63332 msgstr ""
63334 #: cp/typeck2.cc:108
63335 #, gcc-internal-format
63336 msgid "constant field %qD used as %<asm%> output"
63337 msgstr ""
63339 #: cp/typeck2.cc:109
63340 #, gcc-internal-format
63341 msgid "increment of constant field %qD"
63342 msgstr ""
63344 #: cp/typeck2.cc:110
63345 #, gcc-internal-format
63346 msgid "decrement of constant field %qD"
63347 msgstr ""
63349 #: cp/typeck2.cc:117
63350 #, gcc-internal-format
63351 msgid "assignment of read-only reference %qD"
63352 msgstr ""
63354 #: cp/typeck2.cc:118
63355 #, gcc-internal-format
63356 msgid "read-only reference %qD used as %<asm%> output"
63357 msgstr ""
63359 #: cp/typeck2.cc:119
63360 #, gcc-internal-format
63361 msgid "increment of read-only reference %qD"
63362 msgstr ""
63364 #: cp/typeck2.cc:120
63365 #, gcc-internal-format
63366 msgid "decrement of read-only reference %qD"
63367 msgstr ""
63369 #: cp/typeck2.cc:175
63370 #, gcc-internal-format
63371 msgid "cannot declare variable %q+D to be of abstract type %qT"
63372 msgstr ""
63374 #: cp/typeck2.cc:180
63375 #, gcc-internal-format
63376 msgid "cannot declare parameter %q+D to be of abstract type %qT"
63377 msgstr ""
63379 #: cp/typeck2.cc:183
63380 #, gcc-internal-format
63381 msgid "cannot declare parameter to be of abstract type %qT"
63382 msgstr ""
63384 #: cp/typeck2.cc:187
63385 #, gcc-internal-format
63386 msgid "cannot declare field %q+D to be of abstract type %qT"
63387 msgstr ""
63389 #: cp/typeck2.cc:191
63390 #, gcc-internal-format
63391 msgid "invalid abstract return type for member function %q+#D"
63392 msgstr ""
63394 #: cp/typeck2.cc:193
63395 #, gcc-internal-format
63396 msgid "invalid abstract return type for function %q+#D"
63397 msgstr ""
63399 #. Here we do not have location information.
63400 #: cp/typeck2.cc:196
63401 #, gcc-internal-format
63402 msgid "invalid abstract type %qT for %qE"
63403 msgstr ""
63405 #: cp/typeck2.cc:198
63406 #, gcc-internal-format
63407 msgid "invalid abstract type for %q+D"
63408 msgstr ""
63410 #: cp/typeck2.cc:203
63411 #, gcc-internal-format
63412 msgid "creating array of %qT, which is an abstract class type"
63413 msgstr ""
63415 #: cp/typeck2.cc:206
63416 #, gcc-internal-format
63417 msgid "invalid cast to abstract class type %qT"
63418 msgstr ""
63420 #: cp/typeck2.cc:209
63421 #, gcc-internal-format
63422 msgid "invalid new-expression of abstract class type %qT"
63423 msgstr "nevaljani new-izraz apstraktne klase vrste %qT"
63425 #: cp/typeck2.cc:212
63426 #, gcc-internal-format
63427 msgid "invalid abstract return type %qT"
63428 msgstr ""
63430 #: cp/typeck2.cc:215
63431 #, gcc-internal-format
63432 msgid "invalid abstract parameter type %qT"
63433 msgstr ""
63435 #: cp/typeck2.cc:218
63436 #, gcc-internal-format
63437 msgid "expression of abstract class type %qT cannot be used in throw-expression"
63438 msgstr ""
63440 #: cp/typeck2.cc:222
63441 #, gcc-internal-format
63442 msgid "cannot declare %<catch%> parameter to be of abstract class type %qT"
63443 msgstr ""
63445 #: cp/typeck2.cc:226
63446 #, gcc-internal-format
63447 msgid "cannot allocate an object of abstract type %qT"
63448 msgstr ""
63450 #: cp/typeck2.cc:236
63451 #, gcc-internal-format
63452 msgid "  because the following virtual functions are pure within %qT:"
63453 msgstr ""
63455 #: cp/typeck2.cc:242
63456 #, gcc-internal-format
63457 msgid "    %#qD"
63458 msgstr ""
63460 #: cp/typeck2.cc:282
63461 #, gcc-internal-format
63462 msgid "definition of %q#T is not complete until the closing brace"
63463 msgstr ""
63465 #: cp/typeck2.cc:285
63466 #, gcc-internal-format
63467 msgid "forward declaration of %q#T"
63468 msgstr ""
63470 #: cp/typeck2.cc:287
63471 #, gcc-internal-format
63472 msgid "declaration of %q#T"
63473 msgstr ""
63475 #: cp/typeck2.cc:314
63476 #, gcc-internal-format
63477 msgid "%qD has incomplete type"
63478 msgstr ""
63480 #: cp/typeck2.cc:328
63481 #, gcc-internal-format
63482 msgid "invalid use of incomplete type %q#T"
63483 msgstr ""
63485 #: cp/typeck2.cc:365 rust/backend/rust-tree.cc:3888
63486 #, gcc-internal-format
63487 msgid "invalid use of member function %qD (did you forget the %<()%> ?)"
63488 msgstr ""
63490 #: cp/typeck2.cc:370 rust/backend/rust-tree.cc:3894
63491 #, gcc-internal-format
63492 msgid "invalid use of member %qD (did you forget the %<&%> ?)"
63493 msgstr ""
63495 #: cp/typeck2.cc:380
63496 #, gcc-internal-format
63497 msgid "invalid use of placeholder %qT"
63498 msgstr ""
63500 #: cp/typeck2.cc:387
63501 #, gcc-internal-format
63502 msgid "invalid use of template type parameter %qT"
63503 msgstr ""
63505 #: cp/typeck2.cc:392
63506 #, gcc-internal-format
63507 msgid "invalid use of template template parameter %qT"
63508 msgstr ""
63510 #: cp/typeck2.cc:398
63511 #, gcc-internal-format
63512 msgid "invalid use of pack expansion %qT"
63513 msgstr ""
63515 #: cp/typeck2.cc:404
63516 #, gcc-internal-format
63517 msgid "invalid use of dependent type %qT"
63518 msgstr ""
63520 #: cp/typeck2.cc:411 rust/backend/rust-tree.cc:3904
63521 #, gcc-internal-format
63522 msgid "invalid use of brace-enclosed initializer list"
63523 msgstr ""
63525 #: cp/typeck2.cc:419 rust/backend/rust-tree.cc:3912
63526 #, gcc-internal-format
63527 msgid "address of overloaded function with no contextual type information"
63528 msgstr ""
63530 #: cp/typeck2.cc:423 rust/backend/rust-tree.cc:3917
63531 #, gcc-internal-format
63532 msgid "overloaded function with no contextual type information"
63533 msgstr ""
63535 #: cp/typeck2.cc:426 rust/backend/rust-tree.cc:3921
63536 #, gcc-internal-format
63537 msgid "insufficient contextual information to determine type"
63538 msgstr ""
63540 #: cp/typeck2.cc:833
63541 #, gcc-internal-format
63542 msgid "constructor syntax used, but no constructor declared for type %qT"
63543 msgstr ""
63545 #: cp/typeck2.cc:903
63546 #, gcc-internal-format
63547 msgid "%<constinit%> variable %qD does not have a constant initializer"
63548 msgstr ""
63550 #: cp/typeck2.cc:1082
63551 msgid "narrowing conversion of %qE from %qH to %qI is ill-formed in C++11"
63552 msgstr ""
63554 #: cp/typeck2.cc:1094 cp/typeck2.cc:1108
63555 msgid "narrowing conversion of %qE from %qH to %qI"
63556 msgstr ""
63558 #: cp/typeck2.cc:1097
63559 #, gcc-internal-format
63560 msgid " the expression has a constant value but is not a C++ constant-expression"
63561 msgstr ""
63563 #: cp/typeck2.cc:1272
63564 #, gcc-internal-format
63565 msgid "initializer-string for %qT is too long"
63566 msgstr ""
63568 #: cp/typeck2.cc:1335
63569 #, gcc-internal-format
63570 msgid "initializing a base class of type %qT results in object slicing"
63571 msgstr ""
63573 #: cp/typeck2.cc:1337
63574 #, gcc-internal-format
63575 msgid "remove %<{ }%> around initializer"
63576 msgstr ""
63578 #: cp/typeck2.cc:1357
63579 #, gcc-internal-format
63580 msgid "cannot initialize aggregate of type %qT with a compound literal"
63581 msgstr ""
63583 #: cp/typeck2.cc:1841 cp/typeck2.cc:1871
63584 #, gcc-internal-format
63585 msgid "missing initializer for member %qD"
63586 msgstr ""
63588 #: cp/typeck2.cc:1848
63589 #, gcc-internal-format
63590 msgid "member %qD is uninitialized reference"
63591 msgstr ""
63593 #: cp/typeck2.cc:1855
63594 #, gcc-internal-format
63595 msgid "member %qD with uninitialized reference fields"
63596 msgstr ""
63598 #: cp/typeck2.cc:1940
63599 #, gcc-internal-format
63600 msgid "designator order for field %qD does not match declaration order in %qT"
63601 msgstr ""
63603 #: cp/typeck2.cc:2013
63604 #, gcc-internal-format
63605 msgid "no field %qD found in union being initialized"
63606 msgstr ""
63608 #: cp/typeck2.cc:2024
63609 #, gcc-internal-format
63610 msgid "index value instead of field name in union initializer"
63611 msgstr ""
63613 #: cp/typeck2.cc:2240
63614 #, gcc-internal-format
63615 msgid "circular pointer delegation detected"
63616 msgstr ""
63618 #: cp/typeck2.cc:2254
63619 #, gcc-internal-format
63620 msgid "base operand of %<->%> has non-pointer type %qT"
63621 msgstr ""
63623 #: cp/typeck2.cc:2284
63624 #, gcc-internal-format
63625 msgid "result of %<operator->()%> yields non-pointer result"
63626 msgstr ""
63628 #: cp/typeck2.cc:2286
63629 #, gcc-internal-format
63630 msgid "base operand of %<->%> is not a pointer"
63631 msgstr ""
63633 #: cp/typeck2.cc:2313
63634 #, gcc-internal-format
63635 msgid "%qE cannot be used as a member pointer, since it is of type %qT"
63636 msgstr ""
63638 #: cp/typeck2.cc:2322
63639 #, gcc-internal-format
63640 msgid "cannot apply member pointer %qE to %qE, which is of non-class type %qT"
63641 msgstr ""
63643 #: cp/typeck2.cc:2344
63644 #, gcc-internal-format
63645 msgid "pointer to member type %qT incompatible with object type %qT"
63646 msgstr ""
63648 #: cp/typeck2.cc:2402
63649 #, gcc-internal-format
63650 msgid "pointer-to-member-function type %qT requires an rvalue"
63651 msgstr ""
63653 #: cp/typeck2.cc:2413
63654 #, gcc-internal-format
63655 msgid "pointer-to-member-function type %qT requires an lvalue"
63656 msgstr ""
63658 #: cp/typeck2.cc:2421
63659 #, gcc-internal-format
63660 msgid "pointer-to-member-function type %qT requires an lvalue before C++20"
63661 msgstr ""
63663 #: cp/typeck2.cc:2462
63664 #, gcc-internal-format
63665 msgid "functional cast to array type %qT"
63666 msgstr ""
63668 #: cp/typeck2.cc:2479
63669 #, gcc-internal-format
63670 msgid "%<auto(x)%> cannot be constrained"
63671 msgstr ""
63673 #: cp/typeck2.cc:2484
63674 #, gcc-internal-format
63675 msgid "%<auto(x)%> only available with %<-std=c++2b%> or %<-std=gnu++2b%>"
63676 msgstr ""
63678 #: cp/typeck2.cc:2509
63679 #, gcc-internal-format
63680 msgid "invalid value-initialization of reference type"
63681 msgstr ""
63683 #: cp/typeck2.cc:2750
63684 #, gcc-internal-format
63685 msgid "call to function %qD which throws incomplete type %q#T"
63686 msgstr ""
63688 #: cp/typeck2.cc:2753
63689 #, gcc-internal-format
63690 msgid "call to function which throws incomplete type %q#T"
63691 msgstr ""
63693 #: cp/vtable-class-hierarchy.cc:706
63694 #, gcc-internal-format
63695 msgid "unable to open log file %<vtv_class_set_sizes.log%>: %m"
63696 msgstr ""
63698 #: cp/vtable-class-hierarchy.cc:846
63699 #, gcc-internal-format
63700 msgid "unable to open log file %<vtv_set_ptr_data.log%>: %m"
63701 msgstr ""
63703 #: cp/vtable-class-hierarchy.cc:1095
63704 #, gcc-internal-format
63705 msgid "unable to open log file %<vtv_count_data.log%>: %m"
63706 msgstr ""
63708 #: d/d-attribs.cc:372 d/d-attribs.cc:389
63709 #, gcc-internal-format
63710 msgid "unknown attribute %qs"
63711 msgstr ""
63713 #: d/d-attribs.cc:1150
63714 #, gcc-internal-format
63715 msgid "%q+D declared weak after being used"
63716 msgstr ""
63718 #: d/d-attribs.cc:1529
63719 #, gcc-internal-format
63720 msgid "only %<inbranch%> and %<notinbranch%> flags are allowed for %<simd%> attribute"
63721 msgstr ""
63723 #: d/d-builtins.cc:819
63724 #, gcc-internal-format
63725 msgid "conflicting types for built-in function %qs; expected %qs"
63726 msgstr ""
63728 #: d/d-codegen.cc:331
63729 #, gcc-internal-format
63730 msgid "cannot determine the length of a %qs"
63731 msgstr ""
63733 #: d/d-codegen.cc:1241
63734 #, gcc-internal-format
63735 msgid "overlapping initializer for field %qT.%qD"
63736 msgstr ""
63738 #: d/d-codegen.cc:1436
63739 #, gcc-internal-format
63740 msgid "the address of %qD will never be %<null%>"
63741 msgstr ""
63743 #: d/d-codegen.cc:2164
63744 #, gcc-internal-format
63745 msgid "need %<this%> to access member %qE"
63746 msgstr ""
63748 #: d/d-codegen.cc:2303
63749 #, gcc-internal-format
63750 msgid "tried to perform floating-point modulo division on %qT"
63751 msgstr ""
63753 #: d/d-codegen.cc:2354
63754 #, gcc-internal-format
63755 msgid "cannot get frame pointer to %qs"
63756 msgstr ""
63758 #. Should instead error on line that references `fd'.
63759 #: d/d-codegen.cc:2380
63760 #, gcc-internal-format
63761 msgid "nested function missing body"
63762 msgstr ""
63764 #: d/d-codegen.cc:2422
63765 #, gcc-internal-format
63766 msgid "%qs is a nested function and cannot be accessed from %qs"
63767 msgstr ""
63769 #: d/d-codegen.cc:2731
63770 #, gcc-internal-format
63771 msgid "variable %qs has scoped destruction, cannot build closure"
63772 msgstr ""
63774 #: d/d-codegen.cc:2739
63775 #, gcc-internal-format
63776 msgid "explicit register variable %qs cannot be used in nested function"
63777 msgstr ""
63779 #: d/d-codegen.cc:2964
63780 #, gcc-internal-format
63781 msgid "forward reference to frame of %qs"
63782 msgstr ""
63784 #: d/d-convert.cc:379
63785 #, gcc-internal-format
63786 msgid "cannot convert a delegate expression to %qs"
63787 msgstr ""
63789 #: d/d-convert.cc:395
63790 #, gcc-internal-format
63791 msgid "cannot convert struct %qs to %qs"
63792 msgstr ""
63794 #. Casting from a C++ interface to a class/non-C++ interface
63795 #. always results in null as there is no run-time information,
63796 #. and no way one can derive from the other.
63797 #: d/d-convert.cc:442
63798 #, gcc-internal-format
63799 msgid "cast to %qs will produce null result"
63800 msgstr ""
63802 #: d/d-convert.cc:482
63803 #, gcc-internal-format
63804 msgid "cannot cast %qs to %qs since sizes do not line up"
63805 msgstr ""
63807 #: d/d-convert.cc:516
63808 #, gcc-internal-format
63809 msgid "cannot cast expression of type %qs to type %qs"
63810 msgstr ""
63812 #: d/d-convert.cc:563
63813 #, gcc-internal-format
63814 msgid "cannot cast expression of type %qs to %qs"
63815 msgstr ""
63817 #: d/d-convert.cc:610
63818 #, gcc-internal-format
63819 msgid "cast from %qs to %qs will produce zero result"
63820 msgstr ""
63822 #: d/d-lang.cc:467
63823 #, gcc-internal-format
63824 msgid "bad argument for %<-fdebug%>: %qs"
63825 msgstr ""
63827 #: d/d-lang.cc:521
63828 #, gcc-internal-format
63829 msgid "bad argument for %<-fextern-std%>: %qs"
63830 msgstr ""
63832 #: d/d-lang.cc:540
63833 #, gcc-internal-format
63834 msgid "bad argument for %<-fmodule-file%>: %qs"
63835 msgstr ""
63837 #: d/d-lang.cc:704
63838 #, gcc-internal-format
63839 msgid "bad argument for %<-fversion%>: %qs"
63840 msgstr ""
63842 #: d/d-lang.cc:1011
63843 #, gcc-internal-format
63844 msgid "%<-fonly=%> argument is different from first input file name"
63845 msgstr ""
63847 #: d/d-lang.cc:1191
63848 #, gcc-internal-format
63849 msgid "unable to resolve forward reference in definition"
63850 msgstr ""
63852 #: d/d-lang.cc:1311
63853 #, gcc-internal-format
63854 msgid "opening json file %s: %m"
63855 msgstr ""
63857 #: d/d-lang.cc:1322
63858 #, gcc-internal-format
63859 msgid "closing json file %s: %m"
63860 msgstr ""
63862 #: d/d-lang.cc:1393
63863 #, gcc-internal-format
63864 msgid "closing mixin file %s: %m"
63865 msgstr ""
63867 #: d/d-lang.cc:1398
63868 #, gcc-internal-format
63869 msgid "opening mixin file %s: %m"
63870 msgstr ""
63872 #: d/d-target.cc:156
63873 #, gcc-internal-format
63874 msgid "D does not support pointers on this target."
63875 msgstr ""
63877 #: d/d-target.cc:252
63878 #, gcc-internal-format
63879 msgid "cannot represent built-in %<va_list%> type in D"
63880 msgstr ""
63882 #: d/decl.cc:375
63883 #, gcc-internal-format, gfc-internal-format
63884 msgid "pragma(%s) not implemented"
63885 msgstr ""
63887 #: d/decl.cc:482 d/decl.cc:597 d/decl.cc:671 d/decl.cc:714 d/decl.cc:753
63888 #, gcc-internal-format
63889 msgid "had semantic errors when compiling"
63890 msgstr ""
63892 #: d/decl.cc:569
63893 #, gcc-internal-format
63894 msgid "use of %qs"
63895 msgstr ""
63897 #: d/decl.cc:571
63898 #, gcc-internal-format
63899 msgid "is hidden by %qs"
63900 msgstr ""
63902 #: d/decl.cc:574
63903 #, gcc-internal-format
63904 msgid "use %<alias %s = %s.%s;%> to introduce base class overload set"
63905 msgstr ""
63907 #: d/decl.cc:811
63908 #, gcc-internal-format
63909 msgid "size is too large"
63910 msgstr ""
63912 #: d/decl.cc:1394
63913 #, gcc-internal-format
63914 msgid "function requires a dual-context, which is not yet supported by GDC"
63915 msgstr ""
63917 #: d/decl.cc:1571
63918 #, gcc-internal-format
63919 msgid "explicit register variable %qs declared %<extern%>"
63920 msgstr ""
63922 #: d/decl.cc:1574
63923 #, gcc-internal-format
63924 msgid "explicit register variable %qs declared thread local"
63925 msgstr ""
63927 #: d/decl.cc:1787
63928 #, gcc-internal-format
63929 msgid "mismatch between declaration %qE size (%wd) and its initializer size (%wd)"
63930 msgstr ""
63932 #: d/expr.cc:553
63933 #, gcc-internal-format
63934 msgid "cannot handle comparison of type %<%s == %s%>"
63935 msgstr ""
63937 #. Static arrays have already been handled by the front-end.
63938 #: d/expr.cc:1306
63939 #, gcc-internal-format
63940 msgid "unexpected type for array length: %qs"
63941 msgstr ""
63943 #: d/expr.cc:1441
63944 #, gcc-internal-format
63945 msgid "don%'t know how to delete %qs"
63946 msgstr ""
63948 #: d/expr.cc:1465
63949 #, gcc-internal-format
63950 msgid "%qs is not an associative array"
63951 msgstr ""
63953 #: d/expr.cc:1749 d/expr.cc:2125
63954 #, gcc-internal-format
63955 msgid "need %<this%> to access member %qs"
63956 msgstr ""
63958 #: d/expr.cc:1825
63959 #, gcc-internal-format
63960 msgid "delegates are only for non-static functions"
63961 msgstr ""
63963 #: d/expr.cc:1897
63964 #, gcc-internal-format
63965 msgid "%qs is not a field, but a %qs"
63966 msgstr ""
63968 #: d/expr.cc:2161
63969 #, gcc-internal-format
63970 msgid "recursive reference %qs"
63971 msgstr ""
63973 #: d/expr.cc:2180 d/expr.cc:3079
63974 #, gcc-internal-format
63975 msgid "non-constant expression %qs"
63976 msgstr ""
63978 #: d/expr.cc:3046
63979 #, gcc-internal-format
63980 msgid "%qs is not an expression"
63981 msgstr ""
63983 #: d/expr.cc:3053
63984 #, gcc-internal-format
63985 msgid "type %qs is not an expression"
63986 msgstr ""
63988 #: d/intrinsics.cc:218
63989 #, gcc-internal-format
63990 msgid "mismatch in return type of intrinsic function %qD (%qT, should be %qs)"
63991 msgstr ""
63993 #: d/intrinsics.cc:232
63994 #, gcc-internal-format
63995 msgid "mismatch in argument %u type of intrinsic function %qD (%qT, should be %qs)"
63996 msgstr ""
63998 #: d/intrinsics.cc:244 d/intrinsics.cc:249
63999 #, gcc-internal-format
64000 msgid "mismatch in argument %u type of intrinsic function %qD (%qT, should be %qT)"
64001 msgstr ""
64003 #: d/intrinsics.cc:434
64004 #, gcc-internal-format
64005 msgid "argument %qE cannot be read at compile time"
64006 msgstr ""
64008 #: d/intrinsics.cc:443
64009 #, gcc-internal-format
64010 msgid "element index %qE is out of bounds %<[0 .. %E]%>"
64011 msgstr ""
64013 #: d/intrinsics.cc:490
64014 #, gcc-internal-format
64015 msgid "mismatch in call of intrinsic function %qD"
64016 msgstr ""
64018 #: d/modules.cc:415
64019 #, gcc-internal-format
64020 msgid "%<-fmoduleinfo%> is not supported on this target"
64021 msgstr ""
64023 #: d/toir.cc:387 d/toir.cc:412
64024 #, gcc-internal-format
64025 msgid "cannot %<goto%> into %<try%> block"
64026 msgstr ""
64028 #: d/toir.cc:390 d/toir.cc:414
64029 #, gcc-internal-format
64030 msgid "cannot %<goto%> into %<catch%> block"
64031 msgstr ""
64033 #: d/toir.cc:429
64034 #, gcc-internal-format, gfc-internal-format
64035 msgid "label %s referenced outside of any function"
64036 msgstr ""
64038 #: d/toir.cc:804
64039 #, gcc-internal-format, gfc-internal-format
64040 msgid "cannot handle switch condition of type %s"
64041 msgstr ""
64043 #: d/toir.cc:1181
64044 #, gcc-internal-format
64045 msgid "exception handling disabled; use %<-fexceptions%> to enable"
64046 msgstr ""
64048 #: d/toir.cc:1188
64049 #, gcc-internal-format
64050 msgid "cannot throw C++ classes"
64051 msgstr ""
64053 #: d/toir.cc:1190
64054 #, gcc-internal-format
64055 msgid "cannot throw COM objects"
64056 msgstr ""
64058 #: d/toir.cc:1323
64059 #, gcc-internal-format
64060 msgid "D inline assembler statements are not supported in GDC."
64061 msgstr ""
64063 #: d/typeinfo.cc:1408
64064 #, gcc-internal-format
64065 msgid "expression %qs requires %<object.TypeInfo%> and cannot be used with %<-fno-rtti%>"
64066 msgstr ""
64068 #: d/typeinfo.cc:1412
64069 #, gcc-internal-format
64070 msgid "%<object.TypeInfo%> cannot be used with %<-fno-rtti%>"
64071 msgstr ""
64073 #: d/typeinfo.cc:1427
64074 #, gcc-internal-format
64075 msgid "%<object.TypeInfo%> could not be found, but is implicitly used"
64076 msgstr ""
64078 #: d/types.cc:161
64079 #, gcc-internal-format
64080 msgid "missing or corrupt object.d"
64081 msgstr ""
64083 #: d/types.cc:902
64084 #, gcc-internal-format, gfc-internal-format
64085 msgid "invalid expression for static array dimension: %s"
64086 msgstr "nevaljani izraz za statičko polje (array) dimenzije: %s"
64088 #: d/types.cc:1110
64089 #, gcc-internal-format
64090 msgid "size of %qs (%wd) differ from its declared size (%wd)"
64091 msgstr "veličina %qs (%wd) je različita od deklarirane veličine (%wd)"
64093 #: fortran/arith.cc:47
64094 #, gcc-internal-format, gfc-internal-format
64095 msgid "Conversion of an Infinity or Not-a-Number at %L to INTEGER"
64096 msgstr ""
64098 #: fortran/arith.cc:97
64099 #, gcc-internal-format, gfc-internal-format
64100 msgid "Arithmetic OK at %L"
64101 msgstr ""
64103 #: fortran/arith.cc:100
64104 #, gcc-internal-format, gfc-internal-format
64105 msgid "Arithmetic overflow at %L"
64106 msgstr ""
64108 #: fortran/arith.cc:103
64109 #, gcc-internal-format, gfc-internal-format
64110 msgid "Arithmetic underflow at %L"
64111 msgstr ""
64113 #: fortran/arith.cc:106
64114 #, gcc-internal-format, gfc-internal-format
64115 msgid "Arithmetic NaN at %L"
64116 msgstr ""
64118 #: fortran/arith.cc:109
64119 #, gcc-internal-format, gfc-internal-format
64120 msgid "Division by zero at %L"
64121 msgstr ""
64123 #: fortran/arith.cc:112
64124 #, gcc-internal-format, gfc-internal-format
64125 msgid "Array operands are incommensurate at %L"
64126 msgstr ""
64128 #: fortran/arith.cc:115
64129 #, gcc-internal-format, gfc-internal-format
64130 msgid "Integer outside symmetric range implied by Standard Fortran at %L"
64131 msgstr ""
64133 #: fortran/arith.cc:119
64134 #, gcc-internal-format, gfc-internal-format
64135 msgid "Illegal type in character concatenation at %L"
64136 msgstr ""
64138 #: fortran/arith.cc:122
64139 #, gcc-internal-format, gfc-internal-format
64140 msgid "Invalid type in arithmetic operation at %L"
64141 msgstr "Nevaljan tip u aritmetičkom operandu kod %L"
64143 #: fortran/arith.cc:126 fortran/arith.cc:2071
64144 #, gcc-internal-format
64145 msgid "gfc_arith_error(): Bad error code"
64146 msgstr ""
64148 #: fortran/arith.cc:159
64149 #, gcc-internal-format
64150 msgid "Fix min_int calculation"
64151 msgstr ""
64153 #: fortran/arith.cc:554
64154 #, gcc-internal-format
64155 msgid "gfc_range_check(): Bad type"
64156 msgstr ""
64158 #: fortran/arith.cc:627
64159 #, gcc-internal-format
64160 msgid "gfc_arith_uminus(): Bad basic type"
64161 msgstr ""
64163 #: fortran/arith.cc:664
64164 #, gcc-internal-format
64165 msgid "gfc_arith_plus(): Bad basic type"
64166 msgstr ""
64168 #: fortran/arith.cc:701
64169 #, gcc-internal-format
64170 msgid "gfc_arith_minus(): Bad basic type"
64171 msgstr ""
64173 #: fortran/arith.cc:739
64174 #, gcc-internal-format
64175 msgid "gfc_arith_times(): Bad basic type"
64176 msgstr ""
64178 #: fortran/arith.cc:781
64179 #, gcc-internal-format
64180 msgid "Integer division truncated to constant %qs at %L"
64181 msgstr ""
64183 #: fortran/arith.cc:827
64184 #, gcc-internal-format
64185 msgid "gfc_arith_divide(): Bad basic type"
64186 msgstr ""
64188 #: fortran/arith.cc:883
64189 #, gcc-internal-format
64190 msgid "arith_power(): Bad base"
64191 msgstr ""
64193 #: fortran/arith.cc:922
64194 #, gcc-internal-format, gfc-internal-format
64195 msgid "Negative exponent of integer has zero result at %L"
64196 msgstr ""
64198 #: fortran/arith.cc:942
64199 #, gcc-internal-format, gfc-internal-format
64200 msgid "Result of exponentiation at %L exceeds the range of %s"
64201 msgstr ""
64203 #: fortran/arith.cc:979 fortran/arith.cc:1004
64204 #, gcc-internal-format, gfc-internal-format
64205 msgid "Noninteger exponent in an initialization expression at %L"
64206 msgstr ""
64208 #: fortran/arith.cc:990
64209 #, gcc-internal-format, gfc-internal-format
64210 msgid "Raising a negative REAL at %L to a REAL power is prohibited"
64211 msgstr ""
64213 #: fortran/arith.cc:1018
64214 #, gcc-internal-format
64215 msgid "arith_power(): unknown type"
64216 msgstr ""
64218 #: fortran/arith.cc:1089
64219 #, gcc-internal-format
64220 msgid "compare_real(): Bad operator"
64221 msgstr ""
64223 #: fortran/arith.cc:1129
64224 #, gcc-internal-format
64225 msgid "gfc_compare_expr(): Bad basic type"
64226 msgstr ""
64228 #: fortran/arith.cc:1718
64229 #, gcc-internal-format
64230 msgid "eval_intrinsic(): Bad operator"
64231 msgstr ""
64233 #: fortran/arith.cc:1777
64234 #, gcc-internal-format
64235 msgid "eval_type_intrinsic0(): op NULL"
64236 msgstr ""
64238 #: fortran/arith.cc:2039
64239 #, gcc-internal-format, gfc-internal-format
64240 msgid "Arithmetic OK converting %s to %s at %L"
64241 msgstr ""
64243 #: fortran/arith.cc:2043
64244 #, gcc-internal-format
64245 msgid "Arithmetic overflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64246 msgstr ""
64248 #: fortran/arith.cc:2048
64249 #, gcc-internal-format
64250 msgid "Arithmetic underflow converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64251 msgstr ""
64253 #: fortran/arith.cc:2053
64254 #, gcc-internal-format
64255 msgid "Arithmetic NaN converting %s to %s at %L. This check can be disabled with the option %<-fno-range-check%>"
64256 msgstr ""
64258 #: fortran/arith.cc:2058
64259 #, gcc-internal-format, gfc-internal-format
64260 msgid "Division by zero converting %s to %s at %L"
64261 msgstr ""
64263 #: fortran/arith.cc:2062
64264 #, gcc-internal-format, gfc-internal-format
64265 msgid "Array operands are incommensurate converting %s to %s at %L"
64266 msgstr ""
64268 #: fortran/arith.cc:2066
64269 #, gcc-internal-format, gfc-internal-format
64270 msgid "Integer outside symmetric range implied by Standard Fortran converting %s to %s at %L"
64271 msgstr ""
64273 #: fortran/arith.cc:2156 fortran/arith.cc:2275 fortran/arith.cc:2338
64274 #: fortran/arith.cc:2393 fortran/arith.cc:2456 fortran/arith.cc:2528
64275 #: fortran/arith.cc:2598
64276 #, gcc-internal-format
64277 msgid "Conversion from %qs to %qs at %L"
64278 msgstr ""
64280 #: fortran/arith.cc:2188 fortran/arith.cc:2224 fortran/arith.cc:2266
64281 #: fortran/arith.cc:2328 fortran/arith.cc:2383 fortran/arith.cc:2446
64282 #: fortran/arith.cc:2518 fortran/arith.cc:2590
64283 #, gcc-internal-format
64284 msgid "Change of value in conversion from %qs to %qs at %L"
64285 msgstr ""
64287 #: fortran/arith.cc:2432 fortran/arith.cc:2504
64288 #, gcc-internal-format
64289 msgid "Non-zero imaginary part discarded in conversion from %qs to %qs at %L"
64290 msgstr ""
64292 #: fortran/arith.cc:2683
64293 #, gcc-internal-format
64294 msgid "The Hollerith constant at %L is truncated in conversion to %qs"
64295 msgstr ""
64297 #: fortran/arith.cc:2712
64298 #, gcc-internal-format, gfc-internal-format
64299 msgid "The character constant at %L is truncated in conversion to %s"
64300 msgstr ""
64302 #: fortran/array.cc:98 fortran/array.cc:130 fortran/array.cc:158
64303 #, gcc-internal-format, gfc-internal-format
64304 msgid "Invalid BOZ literal constant used in subscript at %C"
64305 msgstr ""
64307 #: fortran/array.cc:103
64308 #, gcc-internal-format, gfc-internal-format
64309 msgid "Expected array subscript at %C"
64310 msgstr ""
64312 #: fortran/array.cc:112
64313 #, gcc-internal-format
64314 msgid "Unexpected %<*%> in coarray subscript at %C"
64315 msgstr ""
64317 #: fortran/array.cc:139
64318 #, gcc-internal-format, gfc-internal-format
64319 msgid "Missing lower bound in assumed size coarray specification at %C"
64320 msgstr ""
64322 #: fortran/array.cc:149
64323 #, gcc-internal-format, gfc-internal-format
64324 msgid "Strides not allowed in coarray subscript at %C"
64325 msgstr ""
64327 #: fortran/array.cc:163
64328 #, gcc-internal-format, gfc-internal-format
64329 msgid "Expected array subscript stride at %C"
64330 msgstr ""
64332 #: fortran/array.cc:223
64333 #, gcc-internal-format, gfc-internal-format
64334 msgid "Invalid form of array reference at %C"
64335 msgstr ""
64337 #: fortran/array.cc:230
64338 #, gcc-internal-format, gfc-internal-format
64339 msgid "Array reference at %C has more than 7 dimensions"
64340 msgstr ""
64342 #: fortran/array.cc:233 fortran/array.cc:334
64343 #, gcc-internal-format, gfc-internal-format
64344 msgid "Array reference at %C cannot have more than %d dimensions"
64345 msgstr ""
64347 #: fortran/array.cc:248 fortran/array.cc:716 fortran/check.cc:3418
64348 #: fortran/check.cc:5941 fortran/check.cc:5986 fortran/check.cc:6028
64349 #: fortran/check.cc:6055 fortran/check.cc:6318 fortran/match.cc:1852
64350 #: fortran/match.cc:3314 fortran/match.cc:3656 fortran/match.cc:3852
64351 #: fortran/simplify.cc:3012 fortran/simplify.cc:3042 fortran/simplify.cc:6364
64352 #: fortran/simplify.cc:8385
64353 #, gcc-internal-format
64354 msgid "Coarrays disabled at %C, use %<-fcoarray=%> to enable"
64355 msgstr ""
64357 #: fortran/array.cc:254
64358 #, gcc-internal-format, gfc-internal-format
64359 msgid "Unexpected coarray designator at %C"
64360 msgstr ""
64362 #: fortran/array.cc:276
64363 #, gcc-internal-format, gfc-internal-format
64364 msgid "TEAM= attribute in %C misplaced"
64365 msgstr ""
64367 #: fortran/array.cc:288
64368 #, gcc-internal-format, gfc-internal-format
64369 msgid "STAT= attribute in %C misplaced"
64370 msgstr ""
64372 #: fortran/array.cc:297
64373 #, gcc-internal-format, gfc-internal-format
64374 msgid "Too few codimensions at %C, expected %d not %d"
64375 msgstr ""
64377 #: fortran/array.cc:303
64378 #, gcc-internal-format, gfc-internal-format
64379 msgid "Too many codimensions at %C, expected %d not %d"
64380 msgstr ""
64382 #: fortran/array.cc:313 fortran/array.cc:321
64383 #, gcc-internal-format
64384 msgid "Unexpected %<*%> for codimension %d of %d at %C"
64385 msgstr ""
64387 #: fortran/array.cc:316
64388 #, gcc-internal-format, gfc-internal-format
64389 msgid "Invalid form of coarray reference at %C"
64390 msgstr ""
64392 #: fortran/array.cc:328
64393 #, gcc-internal-format, gfc-internal-format
64394 msgid "Invalid codimension %d at %C, only %d codimensions exist"
64395 msgstr ""
64397 #: fortran/array.cc:392
64398 #, gcc-internal-format
64399 msgid "Variable %qs at %L in this context must be constant"
64400 msgstr ""
64402 #: fortran/array.cc:395
64403 #, gcc-internal-format, gfc-internal-format
64404 msgid "Expression at %L in this context must be constant"
64405 msgstr ""
64407 #. F2018:R821: "assumed-implied-spec  is  [ lower-bound : ] *".
64408 #: fortran/array.cc:497
64409 #, gcc-internal-format, gfc-internal-format
64410 msgid "A lower bound must precede colon in assumed-size array specification at %L"
64411 msgstr ""
64413 #: fortran/array.cc:509
64414 #, gcc-internal-format, gfc-internal-format
64415 msgid "Expected expression in array specification at %C"
64416 msgstr ""
64418 #: fortran/array.cc:522 fortran/array.cc:554
64419 #, gcc-internal-format, gfc-internal-format
64420 msgid "Expecting a scalar INTEGER expression at %C, found %s"
64421 msgstr ""
64423 #: fortran/array.cc:591
64424 #, gcc-internal-format, gfc-internal-format
64425 msgid "Assumed-rank array at %C"
64426 msgstr ""
64428 #: fortran/array.cc:625
64429 #, gcc-internal-format, gfc-internal-format
64430 msgid "Bad array specification for implied-shape array at %C"
64431 msgstr ""
64433 #: fortran/array.cc:641 fortran/array.cc:754
64434 #, gcc-internal-format, gfc-internal-format
64435 msgid "Bad array specification for an explicitly shaped array at %C"
64436 msgstr ""
64438 #: fortran/array.cc:651 fortran/array.cc:764
64439 #, gcc-internal-format, gfc-internal-format
64440 msgid "Bad array specification for assumed shape array at %C"
64441 msgstr ""
64443 #: fortran/array.cc:665 fortran/array.cc:778
64444 #, gcc-internal-format, gfc-internal-format
64445 msgid "Bad specification for deferred shape array at %C"
64446 msgstr ""
64448 #: fortran/array.cc:675 fortran/array.cc:782
64449 #, gcc-internal-format, gfc-internal-format
64450 msgid "Bad specification for assumed size array at %C"
64451 msgstr ""
64453 #: fortran/array.cc:687 fortran/array.cc:794
64454 #, gcc-internal-format, gfc-internal-format
64455 msgid "Expected another dimension in array declaration at %C"
64456 msgstr ""
64458 #: fortran/array.cc:693 fortran/array.cc:722 fortran/array.cc:800
64459 #, gcc-internal-format, gfc-internal-format
64460 msgid "Array specification at %C has more than %d dimensions"
64461 msgstr ""
64463 #: fortran/array.cc:699
64464 #, gcc-internal-format, gfc-internal-format
64465 msgid "Array specification at %C with more than 7 dimensions"
64466 msgstr ""
64468 #: fortran/array.cc:711
64469 #, gcc-internal-format, gfc-internal-format
64470 msgid "Coarray declaration at %C"
64471 msgstr ""
64473 #: fortran/array.cc:808
64474 #, gcc-internal-format
64475 msgid "Upper bound of last coarray dimension must be %<*%> at %C"
64476 msgstr ""
64478 #: fortran/array.cc:882
64479 #, gcc-internal-format
64480 msgid "The assumed-rank array %qs at %L shall not have a codimension"
64481 msgstr ""
64483 #: fortran/array.cc:938
64484 #, gcc-internal-format
64485 msgid "rank + corank of %qs exceeds %d at %C"
64486 msgstr ""
64488 #: fortran/array.cc:1061
64489 #, gcc-internal-format
64490 msgid "DO-iterator %qs at %L is inside iterator of the same name"
64491 msgstr ""
64493 #: fortran/array.cc:1153 fortran/array.cc:1381
64494 #, gcc-internal-format, gfc-internal-format
64495 msgid "Syntax error in array constructor at %C"
64496 msgstr ""
64498 #: fortran/array.cc:1183
64499 #, gcc-internal-format, gfc-internal-format
64500 msgid "BOZ literal constant at %L cannot appear in an array constructor"
64501 msgstr ""
64503 #: fortran/array.cc:1192
64504 #, gcc-internal-format, gfc-internal-format
64505 msgid "NULL() at %C cannot appear in an array constructor"
64506 msgstr ""
64508 #: fortran/array.cc:1254
64509 #, gcc-internal-format, gfc-internal-format
64510 msgid "[...] style array constructors at %C"
64511 msgstr ""
64513 #: fortran/array.cc:1274
64514 #, gcc-internal-format, gfc-internal-format
64515 msgid "Array constructor including type specification at %C"
64516 msgstr ""
64518 #: fortran/array.cc:1280 fortran/match.cc:4288
64519 #, gcc-internal-format, gfc-internal-format
64520 msgid "Type-spec at %L cannot contain a deferred type parameter"
64521 msgstr ""
64523 #: fortran/array.cc:1288
64524 #, gcc-internal-format, gfc-internal-format
64525 msgid "Type-spec at %L cannot contain an asterisk for a type parameter"
64526 msgstr ""
64528 #: fortran/array.cc:1306
64529 #, gcc-internal-format, gfc-internal-format
64530 msgid "Empty array constructor at %C is not allowed"
64531 msgstr ""
64533 #: fortran/array.cc:1343 fortran/array.cc:1353
64534 #, gcc-internal-format, gfc-internal-format
64535 msgid "Incompatible typespec for array element at %L"
64536 msgstr ""
64538 #: fortran/array.cc:1428
64539 #, gcc-internal-format, gfc-internal-format
64540 msgid "Element in %s array constructor at %L is %s"
64541 msgstr ""
64543 #: fortran/array.cc:1759
64544 #, gcc-internal-format, gfc-internal-format
64545 msgid "Iterator step at %L cannot be zero"
64546 msgstr ""
64548 #: fortran/array.cc:1918
64549 #, gcc-internal-format
64550 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"
64551 msgstr ""
64553 #: fortran/array.cc:2097
64554 #, gcc-internal-format, gfc-internal-format
64555 msgid "AC-IMPLIED-DO initial expression references control variable at %L"
64556 msgstr ""
64558 #: fortran/array.cc:2104
64559 #, gcc-internal-format, gfc-internal-format
64560 msgid "AC-IMPLIED-DO final expression references control variable at %L"
64561 msgstr ""
64563 #: fortran/array.cc:2111
64564 #, gcc-internal-format, gfc-internal-format
64565 msgid "AC-IMPLIED-DO step expression references control variable at %L"
64566 msgstr ""
64568 #: fortran/array.cc:2123
64569 #, gcc-internal-format, gfc-internal-format
64570 msgid "Array constructor value at %L shall not be unlimited polymorphic [F2008: C4106]"
64571 msgstr ""
64573 #: fortran/array.cc:2215
64574 #, gcc-internal-format, gfc-internal-format
64575 msgid "Different CHARACTER lengths (%ld/%ld) in array constructor at %L"
64576 msgstr ""
64578 #: fortran/array.cc:2336
64579 #, gcc-internal-format
64580 msgid "spec_dimen_size(): Bad dimension"
64581 msgstr ""
64583 #: fortran/array.cc:2402
64584 #, gcc-internal-format
64585 msgid "gfc_ref_dimen_size(): Bad dimension"
64586 msgstr ""
64588 #: fortran/array.cc:2406
64589 #, gcc-internal-format, gfc-internal-format
64590 msgid "Bad array dimension at %L"
64591 msgstr ""
64593 #: fortran/array.cc:2544
64594 #, gcc-internal-format
64595 msgid "gfc_ref_dimen_size(): Bad dimen_type"
64596 msgstr ""
64598 #: fortran/array.cc:2595
64599 #, gcc-internal-format
64600 msgid "gfc_array_dimen_size(): Bad dimension"
64601 msgstr ""
64603 #: fortran/array.cc:2640
64604 #, gcc-internal-format
64605 msgid "gfc_array_dimen_size(): Bad EXPR_ARRAY expr"
64606 msgstr ""
64608 #: fortran/array.cc:2788
64609 #, gcc-internal-format
64610 msgid "gfc_find_array_ref(): No ref found"
64611 msgstr ""
64613 #. if (c == 0)
64614 #: fortran/bbt.cc:119
64615 #, gcc-internal-format
64616 msgid "insert_bbt(): Duplicate key found"
64617 msgstr ""
64619 #: fortran/check.cc:87
64620 #, gcc-internal-format
64621 msgid "BOZ literal constant at %L cannot be an actual argument to %qs"
64622 msgstr ""
64624 #: fortran/check.cc:103
64625 #, gcc-internal-format
64626 msgid "Arguments of %qs at %L and %L cannot both be BOZ literal constants"
64627 msgstr ""
64629 #: fortran/check.cc:123 fortran/resolve.cc:11196
64630 #, gcc-internal-format, gfc-internal-format
64631 msgid "Invalid use of BOZ literal constant at %L"
64632 msgstr ""
64634 #: fortran/check.cc:371
64635 #, gcc-internal-format, gfc-internal-format
64636 msgid "Failure in conversion of BOZ to REAL at %L"
64637 msgstr ""
64639 #: fortran/check.cc:477
64640 #, gcc-internal-format
64641 msgid "%qs argument of %qs intrinsic at %L must be a scalar"
64642 msgstr ""
64644 #: fortran/check.cc:493
64645 #, gcc-internal-format
64646 msgid "%qs argument of %qs intrinsic at %L must be %s"
64647 msgstr ""
64649 #: fortran/check.cc:527
64650 #, gcc-internal-format
64651 msgid "%qs argument of %qs intrinsic at %L must have a numeric type"
64652 msgstr ""
64654 #: fortran/check.cc:542 fortran/check.cc:572
64655 #, gcc-internal-format
64656 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL"
64657 msgstr ""
64659 #: fortran/check.cc:560
64660 #, gcc-internal-format
64661 msgid "Fortran 2003: Character for %qs argument of %qs intrinsic at %L"
64662 msgstr ""
64664 #: fortran/check.cc:567
64665 #, gcc-internal-format
64666 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or REAL or CHARACTER"
64667 msgstr ""
64669 #: fortran/check.cc:590 fortran/check.cc:3373
64670 #, gcc-internal-format
64671 msgid "%qs argument of %qs intrinsic at %L must be of intrinsic type"
64672 msgstr ""
64674 #: fortran/check.cc:605
64675 #, gcc-internal-format
64676 msgid "%qs argument of %qs intrinsic at %L must be REAL or COMPLEX"
64677 msgstr ""
64679 #: fortran/check.cc:622
64680 #, gcc-internal-format
64681 msgid "%qs argument of %qs intrinsic at %L must be INTEGER or PROCEDURE"
64682 msgstr ""
64684 #: fortran/check.cc:651 fortran/check.cc:7526
64685 #, gcc-internal-format
64686 msgid "%qs argument of %qs intrinsic at %L must be a constant"
64687 msgstr ""
64689 #: fortran/check.cc:660
64690 #, gcc-internal-format, gfc-internal-format
64691 msgid "Invalid kind for %s at %L"
64692 msgstr ""
64694 #: fortran/check.cc:679
64695 #, gcc-internal-format
64696 msgid "%qs argument of %qs intrinsic at %L must be double precision"
64697 msgstr ""
64699 #: fortran/check.cc:702
64700 #, gcc-internal-format
64701 msgid "Expected coarray variable as %qs argument to the %s intrinsic at %L"
64702 msgstr ""
64704 #: fortran/check.cc:719
64705 #, gcc-internal-format
64706 msgid "%qs argument of %qs intrinsic at %L must be a logical array"
64707 msgstr ""
64709 #: fortran/check.cc:744
64710 #, gcc-internal-format
64711 msgid "%qs argument of %qs intrinsic at %L must be an array"
64712 msgstr ""
64714 #: fortran/check.cc:765
64715 #, gcc-internal-format
64716 msgid "%qs at %L must be nonnegative"
64717 msgstr ""
64719 #: fortran/check.cc:786
64720 #, gcc-internal-format
64721 msgid "%qs argument of %qs intrinsic at %L must be positive"
64722 msgstr ""
64724 #: fortran/check.cc:819
64725 #, gcc-internal-format
64726 msgid "The absolute value of SHIFT at %L must be less than or equal to BIT_SIZE(%qs)"
64727 msgstr ""
64729 #: fortran/check.cc:830
64730 #, gcc-internal-format
64731 msgid "%qs at %L must be less than or equal to BIT_SIZE(%qs)"
64732 msgstr ""
64734 #: fortran/check.cc:840
64735 #, gcc-internal-format
64736 msgid "%qs at %L must be less than BIT_SIZE(%qs)"
64737 msgstr ""
64739 #: fortran/check.cc:867
64740 #, gcc-internal-format
64741 msgid "%qs at %L must be less than or equal to the BIT_SIZE of INTEGER(KIND=%d)"
64742 msgstr ""
64744 #: fortran/check.cc:893
64745 #, gcc-internal-format
64746 msgid "%<%s + %s%> at %L must be less than or equal to BIT_SIZE(%qs)"
64747 msgstr ""
64749 #: fortran/check.cc:926
64750 #, gcc-internal-format
64751 msgid "%qs argument of %qs intrinsic at %L must be the same type and kind as %qs"
64752 msgstr ""
64754 #: fortran/check.cc:943
64755 #, gcc-internal-format
64756 msgid "%qs argument of %qs intrinsic at %L must be of rank %d"
64757 msgstr ""
64759 #: fortran/check.cc:958
64760 #, gcc-internal-format
64761 msgid "%qs argument of %qs intrinsic at %L must not be OPTIONAL"
64762 msgstr ""
64764 #: fortran/check.cc:980
64765 #, gcc-internal-format
64766 msgid "%qs argument of %qs intrinsic at %L must be ALLOCATABLE"
64767 msgstr ""
64769 #: fortran/check.cc:998
64770 #, gcc-internal-format
64771 msgid "%qs argument of %qs intrinsic at %L must be of kind %d"
64772 msgstr ""
64774 #: fortran/check.cc:1017
64775 #, gcc-internal-format
64776 msgid "%qs argument of %qs intrinsic at %L cannot be INTENT(IN)"
64777 msgstr ""
64779 #: fortran/check.cc:1044
64780 #, gcc-internal-format
64781 msgid "%qs argument of %qs intrinsic at %L must be a variable"
64782 msgstr ""
64784 #: fortran/check.cc:1093
64785 #, gcc-internal-format
64786 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid codimension index"
64787 msgstr ""
64789 #: fortran/check.cc:1145
64790 #, gcc-internal-format
64791 msgid "%<dim%> argument of %qs intrinsic at %L is not a valid dimension index"
64792 msgstr ""
64794 #: fortran/check.cc:1248
64795 #, gcc-internal-format, gfc-internal-format
64796 msgid "Unequal character lengths (%ld/%ld) in %s at %L"
64797 msgstr ""
64799 #: fortran/check.cc:1305
64800 #, gcc-internal-format, gfc-internal-format
64801 msgid "BOZ literal constant at %L cannot appear in ACHAR intrinsic subprogram"
64802 msgstr ""
64804 #: fortran/check.cc:1396
64805 #, gcc-internal-format
64806 msgid "%qs and %qs arguments of %qs intrinsic at %L must have the same type"
64807 msgstr ""
64809 #: fortran/check.cc:1405 fortran/check.cc:3690
64810 #, gcc-internal-format, gfc-internal-format
64811 msgid "Different type kinds at %L"
64812 msgstr ""
64814 #: fortran/check.cc:1428
64815 #, gcc-internal-format
64816 msgid "NULL at %L is not permitted as actual argument to %qs intrinsic function"
64817 msgstr ""
64819 #: fortran/check.cc:1450
64820 #, gcc-internal-format
64821 msgid "%qs argument of %qs intrinsic at %L must be a POINTER"
64822 msgstr ""
64824 #: fortran/check.cc:1459 fortran/check.cc:1494 fortran/check.cc:4382
64825 #, gcc-internal-format
64826 msgid "%qs argument of %qs intrinsic at %L shall not be coindexed"
64827 msgstr ""
64829 #: fortran/check.cc:1476
64830 #, gcc-internal-format
64831 msgid "%qs argument of %qs intrinsic at %L must be a pointer or target VARIABLE or FUNCTION"
64832 msgstr ""
64834 #: fortran/check.cc:1485
64835 #, gcc-internal-format
64836 msgid "%qs argument of %qs intrinsic at %L must be a POINTER or a TARGET"
64837 msgstr ""
64839 #: fortran/check.cc:1512
64840 #, gcc-internal-format, gfc-internal-format
64841 msgid "Array section with a vector subscript at %L shall not be the target of a pointer"
64842 msgstr ""
64844 #: fortran/check.cc:1559
64845 #, gcc-internal-format, gfc-internal-format
64846 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND or a logical of ATOMIC_LOGICAL_KIND"
64847 msgstr ""
64849 #: fortran/check.cc:1567
64850 #, gcc-internal-format, gfc-internal-format
64851 msgid "ATOM argument at %L of the %s intrinsic function shall be a coarray or coindexed"
64852 msgstr ""
64854 #: fortran/check.cc:1574
64855 #, gcc-internal-format
64856 msgid "%qs argument of %qs intrinsic at %L shall have the same type as %qs at %L"
64857 msgstr ""
64859 #: fortran/check.cc:1592 fortran/check.cc:1805
64860 #, gcc-internal-format, gfc-internal-format
64861 msgid "STAT= argument to %s at %L"
64862 msgstr ""
64864 #: fortran/check.cc:1611 fortran/check.cc:1745 fortran/check.cc:1842
64865 #, gcc-internal-format, gfc-internal-format
64866 msgid "ATOM argument of the %s intrinsic function at %L shall be definable"
64867 msgstr ""
64869 #: fortran/check.cc:1625 fortran/check.cc:1825
64870 #, gcc-internal-format, gfc-internal-format
64871 msgid "ATOM argument at %L to intrinsic function %s shall be an integer of ATOMIC_INT_KIND"
64872 msgstr ""
64874 #: fortran/check.cc:1645
64875 #, gcc-internal-format, gfc-internal-format
64876 msgid "VALUE argument of the %s intrinsic function at %L shall be definable"
64877 msgstr ""
64879 #: fortran/check.cc:1664 fortran/check.cc:1678 fortran/check.cc:1713
64880 #, gcc-internal-format
64881 msgid "%qs argument of %qs intrinsic at %L not yet supported"
64882 msgstr ""
64884 #: fortran/check.cc:1698
64885 #, gcc-internal-format
64886 msgid "%qs argument of %qs intrinsic at %L shall specify a valid integer kind"
64887 msgstr ""
64889 #: fortran/check.cc:1752 fortran/check.cc:1849
64890 #, gcc-internal-format, gfc-internal-format
64891 msgid "OLD argument of the %s intrinsic function at %L shall be definable"
64892 msgstr ""
64894 #: fortran/check.cc:1767
64895 #, gcc-internal-format, gfc-internal-format
64896 msgid "EVENT argument at %L to the intrinsic EVENT_QUERY shall be of type EVENT_TYPE"
64897 msgstr ""
64899 #: fortran/check.cc:1777
64900 #, gcc-internal-format, gfc-internal-format
64901 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall be definable"
64902 msgstr ""
64904 #: fortran/check.cc:1790
64905 #, gcc-internal-format, gfc-internal-format
64906 msgid "COUNT argument of the EVENT_QUERY intrinsic function at %L shall have at least the range of the default integer"
64907 msgstr ""
64909 #: fortran/check.cc:1869
64910 #, gcc-internal-format, gfc-internal-format
64911 msgid "Negative argument N at %L"
64912 msgstr ""
64914 #: fortran/check.cc:1967
64915 #, gcc-internal-format, gfc-internal-format
64916 msgid "BOZ literal constant at %L cannot appear in CHAR intrinsic subprogram"
64917 msgstr ""
64919 #: fortran/check.cc:2091 fortran/check.cc:2581
64920 #, gcc-internal-format
64921 msgid "%qs argument of %qs intrinsic at %L must not be present if %<x%> is COMPLEX"
64922 msgstr ""
64924 #: fortran/check.cc:2100 fortran/check.cc:2590
64925 #, gcc-internal-format
64926 msgid "%qs argument of %qs intrinsic at %L must have a type of either REAL or INTEGER"
64927 msgstr ""
64929 #: fortran/check.cc:2110 fortran/check.cc:2116
64930 #, gcc-internal-format, gfc-internal-format
64931 msgid "Conversion from %s to default-kind COMPLEX(%d) at %L might lose precision, consider using the KIND argument"
64932 msgstr ""
64934 #: fortran/check.cc:2138
64935 #, gcc-internal-format
64936 msgid "Argument %<A%> with INTENT(INOUT) at %L of the intrinsic subroutine %s shall not have a vector subscript"
64937 msgstr ""
64939 #: fortran/check.cc:2146
64940 #, gcc-internal-format, gfc-internal-format
64941 msgid "The A argument at %L to the intrinsic %s shall not be coindexed"
64942 msgstr ""
64944 #: fortran/check.cc:2169
64945 #, gcc-internal-format, gfc-internal-format
64946 msgid "The stat= argument at %L must be a kind=4 integer variable"
64947 msgstr ""
64949 #: fortran/check.cc:2185
64950 #, gcc-internal-format, gfc-internal-format
64951 msgid "The errmsg= argument at %L must be a default-kind character variable"
64952 msgstr ""
64954 #: fortran/check.cc:2193
64955 #, gcc-internal-format
64956 msgid "Coarrays disabled at %L, use %<-fcoarray=%> to enable"
64957 msgstr ""
64959 #: fortran/check.cc:2208
64960 #, gcc-internal-format, gfc-internal-format
64961 msgid "Support for the A argument at %L which is polymorphic A argument or has allocatable components is not yet implemented"
64962 msgstr ""
64964 #: fortran/check.cc:2227
64965 #, gcc-internal-format, gfc-internal-format
64966 msgid "The A argument at %L of CO_REDUCE shall not be polymorphic"
64967 msgstr ""
64969 #: fortran/check.cc:2234
64970 #, gcc-internal-format, gfc-internal-format
64971 msgid "Support for the A argument at %L with allocatable components is not yet implemented"
64972 msgstr ""
64974 #: fortran/check.cc:2248
64975 #, gcc-internal-format, gfc-internal-format
64976 msgid "OPERATION argument at %L must be a PURE function"
64977 msgstr ""
64979 #. None of the intrinsics fulfills the criteria of taking two arguments,
64980 #. returning the same type and kind as the arguments and being permitted
64981 #. as actual argument.
64982 #: fortran/check.cc:2258
64983 #, gcc-internal-format, gfc-internal-format
64984 msgid "Intrinsic function %s at %L is not permitted for CO_REDUCE"
64985 msgstr ""
64987 #: fortran/check.cc:2275
64988 #, gcc-internal-format, gfc-internal-format
64989 msgid "The function passed as OPERATION at %L shall have two arguments"
64990 msgstr ""
64992 #: fortran/check.cc:2285
64993 #, gcc-internal-format, gfc-internal-format
64994 msgid "The A argument at %L has type %s but the function passed as OPERATION at %L returns %s"
64995 msgstr ""
64997 #: fortran/check.cc:2294
64998 #, gcc-internal-format, gfc-internal-format
64999 msgid "The function passed as OPERATION at %L has arguments of type %s and %s but shall have type %s"
65000 msgstr ""
65002 #: fortran/check.cc:2305
65003 #, gcc-internal-format, gfc-internal-format
65004 msgid "The function passed as OPERATION at %L shall have scalar nonallocatable nonpointer arguments and return a nonallocatable nonpointer scalar"
65005 msgstr ""
65007 #: fortran/check.cc:2313
65008 #, gcc-internal-format, gfc-internal-format
65009 msgid "The function passed as OPERATION at %L shall have the VALUE attribute either for none or both arguments"
65010 msgstr ""
65012 #: fortran/check.cc:2320
65013 #, gcc-internal-format, gfc-internal-format
65014 msgid "The function passed as OPERATION at %L shall have the TARGET attribute either for none or both arguments"
65015 msgstr ""
65017 #: fortran/check.cc:2327
65018 #, gcc-internal-format, gfc-internal-format
65019 msgid "The function passed as OPERATION at %L shall have the ASYNCHRONOUS attribute either for none or both arguments"
65020 msgstr ""
65022 #: fortran/check.cc:2335
65023 #, gcc-internal-format, gfc-internal-format
65024 msgid "The function passed as OPERATION at %L shall not have the OPTIONAL attribute for either of the arguments"
65025 msgstr ""
65027 #: fortran/check.cc:2365
65028 #, gcc-internal-format, gfc-internal-format
65029 msgid "The character length of the A argument at %L and of the arguments of the OPERATION at %L shall be the same"
65030 msgstr ""
65032 #: fortran/check.cc:2372
65033 #, gcc-internal-format, gfc-internal-format
65034 msgid "The character length of the A argument at %L and of the function result of the OPERATION at %L shall be the same"
65035 msgstr ""
65037 #: fortran/check.cc:2390
65038 #, gcc-internal-format
65039 msgid "%qs argument of %qs intrinsic at %L shall be of type integer, real or character"
65040 msgstr ""
65042 #: fortran/check.cc:2418 fortran/check.cc:2432
65043 #, gcc-internal-format, gfc-internal-format
65044 msgid "BOZ constant at %L cannot appear in the COMPLEX intrinsic subprogram"
65045 msgstr ""
65047 #: fortran/check.cc:2469 fortran/check.cc:3099 fortran/check.cc:3182
65048 #: fortran/check.cc:3404 fortran/check.cc:3452 fortran/check.cc:4927
65049 #: fortran/check.cc:5052 fortran/check.cc:5122 fortran/check.cc:6304
65050 #: fortran/check.cc:6435
65051 #, gcc-internal-format
65052 msgid "%qs intrinsic with KIND argument at %L"
65053 msgstr ""
65055 #: fortran/check.cc:2516 fortran/check.cc:2785 fortran/check.cc:2845
65056 #, gcc-internal-format
65057 msgid "%qs argument of %qs intrinsic at %L has invalid shape in dimension %d (%ld/%ld)"
65058 msgstr ""
65060 #: fortran/check.cc:2531 fortran/check.cc:2800 fortran/check.cc:2860
65061 #, gcc-internal-format
65062 msgid "%qs argument of intrinsic %qs at %L of must have rank %d or be a scalar"
65063 msgstr ""
65065 #: fortran/check.cc:2643 fortran/check.cc:3784 fortran/check.cc:3792
65066 #, gcc-internal-format
65067 msgid "%qs argument of %qs intrinsic at %L must be numeric or LOGICAL"
65068 msgstr ""
65070 #: fortran/check.cc:2657
65071 #, gcc-internal-format
65072 msgid "Different shape for arguments %qs and %qs at %L for intrinsic %<dot_product%>"
65073 msgstr ""
65075 #: fortran/check.cc:2677 fortran/check.cc:2685
65076 #, gcc-internal-format
65077 msgid "%qs argument of %qs intrinsic at %L must be default real"
65078 msgstr ""
65080 #: fortran/check.cc:2821
65081 #, gcc-internal-format
65082 msgid "%qs must be of same type and kind as %qs at %L in %qs"
65083 msgstr ""
65085 #: fortran/check.cc:2879
65086 #, gcc-internal-format
65087 msgid "Missing %qs argument to %qs intrinsic at %L for %qs of type %qs"
65088 msgstr ""
65090 #: fortran/check.cc:2897
65091 #, gcc-internal-format, gfc-internal-format
65092 msgid "BOZ literal constant at %L cannot appear in the FLOAT intrinsic subprogram"
65093 msgstr ""
65095 #: fortran/check.cc:2911
65096 #, gcc-internal-format, gfc-internal-format
65097 msgid "non-default INTEGER kind argument to %s intrinsic at %L"
65098 msgstr ""
65100 #: fortran/check.cc:2972
65101 #, gcc-internal-format
65102 msgid "COMPLEX argument %qs of %qs intrinsic at %L"
65103 msgstr ""
65105 #: fortran/check.cc:3054
65106 #, gcc-internal-format
65107 msgid "Arguments of %qs have different kind type parameters at %L"
65108 msgstr ""
65110 #: fortran/check.cc:3150
65111 #, gcc-internal-format, gfc-internal-format
65112 msgid "Argument of %s at %L must be of length one"
65113 msgstr ""
65115 #: fortran/check.cc:3189
65116 #, gcc-internal-format
65117 msgid "%qs argument of %qs intrinsic at %L must be the same kind as %qs"
65118 msgstr ""
65120 #: fortran/check.cc:3223
65121 #, gcc-internal-format
65122 msgid "%qs intrinsic subprogram at %L has been removed.  Use INT intrinsic subprogram."
65123 msgstr ""
65125 #: fortran/check.cc:3275
65126 #, gcc-internal-format, gfc-internal-format
65127 msgid "SIZE at %L must be positive"
65128 msgstr ""
65130 #: fortran/check.cc:3287
65131 #, gcc-internal-format, gfc-internal-format
65132 msgid "The absolute value of SHIFT at %L must be less than or equal to SIZE at %L"
65133 msgstr ""
65135 #: fortran/check.cc:3346
65136 #, gcc-internal-format, gfc-internal-format
65137 msgid "STATUS at %L shall be an INTENT(OUT) variable"
65138 msgstr ""
65140 #: fortran/check.cc:3355
65141 #, gcc-internal-format
65142 msgid "%qs at %L shall be an INTENT(OUT) variable"
65143 msgstr ""
65145 #: fortran/check.cc:3380
65146 #, gcc-internal-format
65147 msgid "%qs argument of %qs intrinsic at %L must be a data entity"
65148 msgstr ""
65150 #: fortran/check.cc:3594
65151 #, gcc-internal-format
65152 msgid "Intrinsic %qs at %L must have at least two arguments"
65153 msgstr ""
65155 #: fortran/check.cc:3642
65156 #, gcc-internal-format
65157 msgid "Missing %qs argument to the %s intrinsic at %L"
65158 msgstr ""
65160 #: fortran/check.cc:3657
65161 #, gcc-internal-format
65162 msgid "Duplicate argument %qs at %L to intrinsic %s"
65163 msgstr ""
65165 #: fortran/check.cc:3662
65166 #, gcc-internal-format
65167 msgid "Unknown argument %qs at %L to intrinsic %s"
65168 msgstr ""
65170 #: fortran/check.cc:3687
65171 #, gcc-internal-format, gfc-internal-format
65172 msgid "Different character kinds at %L"
65173 msgstr ""
65175 #: fortran/check.cc:3696
65176 #, gcc-internal-format
65177 msgid "%<a%d%> argument of %qs intrinsic at %L must be %s(%d)"
65178 msgstr ""
65180 #: fortran/check.cc:3727
65181 #, gcc-internal-format
65182 msgid "%qs intrinsic with CHARACTER argument at %L"
65183 msgstr ""
65185 #: fortran/check.cc:3734
65186 #, gcc-internal-format
65187 msgid "%<a1%> argument of %qs intrinsic at %L must be INTEGER, REAL or CHARACTER"
65188 msgstr ""
65190 #: fortran/check.cc:3801
65191 #, gcc-internal-format
65192 msgid "Argument types of %qs intrinsic at %L must match (%s/%s)"
65193 msgstr ""
65195 #: fortran/check.cc:3815
65196 #, gcc-internal-format
65197 msgid "Different shape on dimension 1 for arguments %qs and %qs at %L for intrinsic matmul"
65198 msgstr ""
65200 #: fortran/check.cc:3834
65201 #, gcc-internal-format
65202 msgid "Different shape on dimension 2 for argument %qs and dimension 1 for argument %qs at %L for intrinsic matmul"
65203 msgstr ""
65205 #: fortran/check.cc:3843
65206 #, gcc-internal-format
65207 msgid "%qs argument of %qs intrinsic at %L must be of rank 1 or 2"
65208 msgstr ""
65210 #: fortran/check.cc:4008
65211 #, gcc-internal-format
65212 msgid "Argument %qs of %qs intrinsic at %L must be in type conformance to argument %qs at %L"
65213 msgstr ""
65215 #: fortran/check.cc:4126 fortran/check.cc:7446 fortran/check.cc:7461
65216 #, gcc-internal-format
65217 msgid "%qs argument of %qs intrinsic at %L must be INTEGER"
65218 msgstr ""
65220 #: fortran/check.cc:4209
65221 #, gcc-internal-format, gfc-internal-format
65222 msgid "The FROM argument to MOVE_ALLOC at %L shall not be coindexed"
65223 msgstr ""
65225 #: fortran/check.cc:4220
65226 #, gcc-internal-format, gfc-internal-format
65227 msgid "The TO argument to MOVE_ALLOC at %L shall not be coindexed"
65228 msgstr ""
65230 #: fortran/check.cc:4227
65231 #, gcc-internal-format, gfc-internal-format
65232 msgid "The TO arguments in MOVE_ALLOC at %L must be polymorphic if FROM is polymorphic"
65233 msgstr ""
65235 #: fortran/check.cc:4238
65236 #, gcc-internal-format, gfc-internal-format
65237 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same rank %d/%d"
65238 msgstr ""
65240 #: fortran/check.cc:4247
65241 #, gcc-internal-format, gfc-internal-format
65242 msgid "The FROM and TO arguments of the MOVE_ALLOC intrinsic at %L must have the same corank %d/%d"
65243 msgstr ""
65245 #: fortran/check.cc:4287
65246 #, gcc-internal-format, gfc-internal-format
65247 msgid "The FROM and TO arguments at %L violate aliasing restrictions (F2003 12.4.1.7)"
65248 msgstr ""
65250 #: fortran/check.cc:4314
65251 #, gcc-internal-format
65252 msgid "Argument %<S%> of NEAREST at %L shall not be zero"
65253 msgstr ""
65255 #: fortran/check.cc:4367
65256 #, gcc-internal-format
65257 msgid "%qs argument of %qs intrinsic at %L must be a POINTER, ALLOCATABLE or procedure pointer"
65258 msgstr ""
65260 #: fortran/check.cc:4375
65261 #, gcc-internal-format, gfc-internal-format
65262 msgid "NULL intrinsic with allocatable MOLD at %L"
65263 msgstr ""
65265 #: fortran/check.cc:4454 fortran/check.cc:6382
65266 #, gcc-internal-format
65267 msgid "%qs argument of %qs intrinsic at %L must provide at least as many elements as there are .TRUE. values in %qs (%ld/%d)"
65268 msgstr ""
65270 #: fortran/check.cc:4515
65271 #, gcc-internal-format
65272 msgid "%qs argument of %qs intrinsic at %L must be of a dummy variable"
65273 msgstr ""
65275 #: fortran/check.cc:4525
65276 #, gcc-internal-format
65277 msgid "%qs argument of %qs intrinsic at %L must be of an OPTIONAL dummy variable"
65278 msgstr ""
65280 #: fortran/check.cc:4544
65281 #, gcc-internal-format
65282 msgid "%qs argument of %qs intrinsic at %L must not be a subobject of %qs"
65283 msgstr ""
65285 #: fortran/check.cc:4595
65286 #, gcc-internal-format, gfc-internal-format
65287 msgid "The argument of the RANK intrinsic at %L must be a data object"
65288 msgstr ""
65290 #: fortran/check.cc:4703
65291 #, gcc-internal-format
65292 msgid "%<shape%> argument of %<reshape%> intrinsic at %L must be an array of constant size"
65293 msgstr ""
65295 #: fortran/check.cc:4713
65296 #, gcc-internal-format
65297 msgid "%qs argument of %qs intrinsic at %L is empty"
65298 msgstr ""
65300 #: fortran/check.cc:4720
65301 #, gcc-internal-format
65302 msgid "%<shape%> argument of %<reshape%> intrinsic at %L has more than %d elements"
65303 msgstr ""
65305 #: fortran/check.cc:4741
65306 #, gcc-internal-format
65307 msgid "%qs argument of %qs intrinsic at %L has negative element (%d)"
65308 msgstr ""
65310 #: fortran/check.cc:4781
65311 #, gcc-internal-format
65312 msgid "%qs argument of %qs intrinsic at %L has wrong number of elements (%d/%d)"
65313 msgstr ""
65315 #: fortran/check.cc:4799
65316 #, gcc-internal-format
65317 msgid "%qs argument of %qs intrinsic at %L has out-of-range dimension (%d)"
65318 msgstr ""
65320 #: fortran/check.cc:4808
65321 #, gcc-internal-format
65322 msgid "%qs argument of %qs intrinsic at %L has invalid permutation of dimensions (dimension %qd duplicated)"
65323 msgstr ""
65325 #: fortran/check.cc:4843
65326 #, gcc-internal-format, gfc-internal-format
65327 msgid "Without padding, there are not enough elements in the intrinsic RESHAPE source at %L to match the shape"
65328 msgstr ""
65330 #: fortran/check.cc:4860 fortran/check.cc:4879
65331 #, gcc-internal-format
65332 msgid "%qs argument of %qs intrinsic at %L cannot be of type %s"
65333 msgstr ""
65335 #: fortran/check.cc:4870 fortran/check.cc:4889
65336 #, gcc-internal-format
65337 msgid "%qs argument of %qs intrinsic at %L must be of an extensible type"
65338 msgstr ""
65340 #: fortran/check.cc:4988
65341 #, gcc-internal-format
65342 msgid "SELECTED_REAL_KIND with neither %<P%> nor %<R%> argument at %L"
65343 msgstr ""
65345 #: fortran/check.cc:5019
65346 #, gcc-internal-format
65347 msgid "%qs intrinsic with RADIX argument at %L"
65348 msgstr ""
65350 #: fortran/check.cc:5067
65351 #, gcc-internal-format
65352 msgid "%<source%> argument of %<shape%> intrinsic at %L must not be an assumed size array"
65353 msgstr ""
65355 #: fortran/check.cc:5140 fortran/check.cc:7506
65356 #, gcc-internal-format
65357 msgid "%qs argument of %qs intrinsic at %L shall not be a procedure"
65358 msgstr ""
65360 #: fortran/check.cc:5156 fortran/check.cc:5307 fortran/check.cc:7498
65361 #, gcc-internal-format
65362 msgid "%qs argument of %qs intrinsic at %L shall not be TYPE(*)"
65363 msgstr ""
65365 #: fortran/check.cc:5167 fortran/check.cc:5319
65366 #, gcc-internal-format
65367 msgid "%qs argument of %qs intrinsic at %L shall not be an assumed-size array"
65368 msgstr ""
65370 #: fortran/check.cc:5249
65371 #, gcc-internal-format
65372 msgid "is_c_interoperable(): gfc_simplify_expr failed"
65373 msgstr ""
65375 #: fortran/check.cc:5298
65376 #, gcc-internal-format
65377 msgid "%qs argument of %qs intrinsic at %L must be an interoperable data entity: %s"
65378 msgstr ""
65380 #: fortran/check.cc:5337
65381 #, gcc-internal-format, gfc-internal-format
65382 msgid "Argument C_PTR_1 at %L to C_ASSOCIATED shall have the type TYPE(C_PTR) or TYPE(C_FUNPTR)"
65383 msgstr ""
65385 #: fortran/check.cc:5351
65386 #, gcc-internal-format, gfc-internal-format
65387 msgid "Argument C_PTR_2 at %L to C_ASSOCIATED shall have the same type as C_PTR_1: %s instead of %s"
65388 msgstr ""
65390 #: fortran/check.cc:5375
65391 #, gcc-internal-format, gfc-internal-format
65392 msgid "Argument CPTR at %L to C_F_POINTER shall have the type TYPE(C_PTR)"
65393 msgstr ""
65395 #: fortran/check.cc:5387
65396 #, gcc-internal-format, gfc-internal-format
65397 msgid "Argument FPTR at %L to C_F_POINTER must be a pointer"
65398 msgstr ""
65400 #: fortran/check.cc:5394
65401 #, gcc-internal-format, gfc-internal-format
65402 msgid "FPTR argument at %L to C_F_POINTER shall not be polymorphic"
65403 msgstr ""
65405 #: fortran/check.cc:5401
65406 #, gcc-internal-format, gfc-internal-format
65407 msgid "Argument FPTR at %L to C_F_POINTER shall not be coindexed"
65408 msgstr ""
65410 #: fortran/check.cc:5408
65411 #, gcc-internal-format, gfc-internal-format
65412 msgid "Unexpected SHAPE argument at %L to C_F_POINTER with scalar FPTR"
65413 msgstr ""
65415 #: fortran/check.cc:5414
65416 #, gcc-internal-format, gfc-internal-format
65417 msgid "Expected SHAPE argument to C_F_POINTER with array FPTR at %L"
65418 msgstr ""
65420 #: fortran/check.cc:5433
65421 #, gcc-internal-format, gfc-internal-format
65422 msgid "SHAPE argument at %L to C_F_POINTER must have the same size as the RANK of FPTR"
65423 msgstr ""
65425 #: fortran/check.cc:5443
65426 #, gcc-internal-format, gfc-internal-format
65427 msgid "Polymorphic FPTR at %L to C_F_POINTER"
65428 msgstr ""
65430 #: fortran/check.cc:5448
65431 #, gcc-internal-format, gfc-internal-format
65432 msgid "Noninteroperable array FPTR at %L to C_F_POINTER: %s"
65433 msgstr ""
65435 #: fortran/check.cc:5464
65436 #, gcc-internal-format, gfc-internal-format
65437 msgid "Argument CPTR at %L to C_F_PROCPOINTER shall have the type TYPE(C_FUNPTR)"
65438 msgstr ""
65440 #: fortran/check.cc:5476
65441 #, gcc-internal-format, gfc-internal-format
65442 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall be a procedure pointer"
65443 msgstr ""
65445 #: fortran/check.cc:5483
65446 #, gcc-internal-format, gfc-internal-format
65447 msgid "Argument FPTR at %L to C_F_PROCPOINTER shall not be coindexed"
65448 msgstr ""
65450 #: fortran/check.cc:5489
65451 #, gcc-internal-format, gfc-internal-format
65452 msgid "Noninteroperable procedure pointer at %L to C_F_PROCPOINTER"
65453 msgstr ""
65455 #: fortran/check.cc:5503
65456 #, gcc-internal-format, gfc-internal-format
65457 msgid "Argument X at %L to C_FUNLOC shall not be coindexed"
65458 msgstr ""
65460 #: fortran/check.cc:5515
65461 #, gcc-internal-format
65462 msgid "Function result %qs at %L is invalid as X argument to C_FUNLOC"
65463 msgstr ""
65465 #: fortran/check.cc:5522
65466 #, gcc-internal-format, gfc-internal-format
65467 msgid "Argument X at %L to C_FUNLOC shall be a procedure or a procedure pointer"
65468 msgstr ""
65470 #: fortran/check.cc:5528
65471 #, gcc-internal-format, gfc-internal-format
65472 msgid "Noninteroperable procedure at %L to C_FUNLOC"
65473 msgstr ""
65475 #: fortran/check.cc:5542
65476 #, gcc-internal-format, gfc-internal-format
65477 msgid "Argument X at %L to C_LOC shall not be coindexed"
65478 msgstr ""
65480 #: fortran/check.cc:5548
65481 #, gcc-internal-format, gfc-internal-format
65482 msgid "X argument at %L to C_LOC shall not be polymorphic"
65483 msgstr ""
65485 #: fortran/check.cc:5559
65486 #, gcc-internal-format, gfc-internal-format
65487 msgid "Argument X at %L to C_LOC shall have either the POINTER or the TARGET attribute"
65488 msgstr ""
65490 #: fortran/check.cc:5567
65491 #, gcc-internal-format, gfc-internal-format
65492 msgid "Argument X at %L to C_LOC shall be not be a zero-sized string"
65493 msgstr ""
65495 #: fortran/check.cc:5576
65496 #, gcc-internal-format, gfc-internal-format
65497 msgid "Argument at %L to C_LOC shall not be polymorphic"
65498 msgstr ""
65500 #: fortran/check.cc:5583
65501 #, gcc-internal-format, gfc-internal-format
65502 msgid "Noninteroperable array at %L as argument to C_LOC: %s"
65503 msgstr ""
65505 #: fortran/check.cc:5594
65506 #, gcc-internal-format, gfc-internal-format
65507 msgid "Array of interoperable type at %L to C_LOC which is nonallocatable and neither assumed size nor explicit size"
65508 msgstr ""
65510 #: fortran/check.cc:5599
65511 #, gcc-internal-format, gfc-internal-format
65512 msgid "Array section at %L to C_LOC"
65513 msgstr ""
65515 #: fortran/check.cc:5627
65516 #, gcc-internal-format, gfc-internal-format
65517 msgid "non double precision REAL argument to %s intrinsic at %L"
65518 msgstr ""
65520 #: fortran/check.cc:5643
65521 #, gcc-internal-format
65522 msgid "%qs argument of %qs intrinsic at %L must be less than rank %d"
65523 msgstr ""
65525 #: fortran/check.cc:5662
65526 #, gcc-internal-format
65527 msgid "%qs argument of %qs intrinsic at %L is not a valid dimension index"
65528 msgstr ""
65530 #: fortran/check.cc:5686
65531 #, gcc-internal-format
65532 msgid "%qs argument of %qs intrinsic at %L must have length at least 1"
65533 msgstr ""
65535 #: fortran/check.cc:5950
65536 #, gcc-internal-format, gfc-internal-format
65537 msgid "%s argument to IMAGE_INDEX must be a rank one array at %L"
65538 msgstr ""
65540 #: fortran/check.cc:5957
65541 #, gcc-internal-format, gfc-internal-format
65542 msgid "Type of %s argument of IMAGE_INDEX at %L shall be INTEGER"
65543 msgstr ""
65545 #: fortran/check.cc:5968
65546 #, gcc-internal-format, gfc-internal-format
65547 msgid "The number of array elements of the SUB argument to IMAGE_INDEX at %L shall be %d (corank) not %d"
65548 msgstr ""
65550 #: fortran/check.cc:6001
65551 #, gcc-internal-format, gfc-internal-format
65552 msgid "DISTANCE= argument to NUM_IMAGES at %L"
65553 msgstr ""
65555 #: fortran/check.cc:6014
65556 #, gcc-internal-format, gfc-internal-format
65557 msgid "FAILED= argument to NUM_IMAGES at %L"
65558 msgstr ""
65560 #: fortran/check.cc:6038
65561 #, gcc-internal-format, gfc-internal-format
65562 msgid "TEAM argument at %L to the intrinsic TEAM_NUMBER shall be of type TEAM_TYPE"
65563 msgstr ""
65565 #: fortran/check.cc:6064
65566 #, gcc-internal-format, gfc-internal-format
65567 msgid "DIM argument without COARRAY argument not allowed for THIS_IMAGE intrinsic at %L"
65568 msgstr ""
65570 #: fortran/check.cc:6071
65571 #, gcc-internal-format, gfc-internal-format
65572 msgid "The DISTANCE argument may not be specified together with the COARRAY or DIM argument in intrinsic at %L"
65573 msgstr ""
65575 #: fortran/check.cc:6082
65576 #, gcc-internal-format, gfc-internal-format
65577 msgid "Unexpected DIM argument with noncoarray argument at %L"
65578 msgstr ""
65580 #: fortran/check.cc:6100
65581 #, gcc-internal-format, gfc-internal-format
65582 msgid "DISTANCE= argument to THIS_IMAGE at %L"
65583 msgstr ""
65585 #: fortran/check.cc:6158
65586 #, gcc-internal-format
65587 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"
65588 msgstr ""
65590 #: fortran/check.cc:6210
65591 #, gcc-internal-format
65592 msgid "%<SOURCE%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
65593 msgstr ""
65595 #: fortran/check.cc:6229
65596 #, gcc-internal-format
65597 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be a %s"
65598 msgstr ""
65600 #: fortran/check.cc:6237
65601 #, gcc-internal-format
65602 msgid "%<MOLD%> argument of %<TRANSFER%> intrinsic at %L must not be %s"
65603 msgstr ""
65605 #: fortran/check.cc:6272
65606 #, gcc-internal-format, gfc-internal-format
65607 msgid "Intrinsic TRANSFER at %L has partly undefined result: source size %ld < result size %ld"
65608 msgstr ""
65610 #: fortran/check.cc:6396
65611 #, gcc-internal-format
65612 msgid "%qs argument of %qs intrinsic at %L must have the same rank as %qs or be a scalar"
65613 msgstr ""
65615 #: fortran/check.cc:6409
65616 #, gcc-internal-format
65617 msgid "%qs and %qs arguments of %qs intrinsic at %L must have identical shape."
65618 msgstr ""
65620 #: fortran/check.cc:6675 fortran/check.cc:6707
65621 #, gcc-internal-format
65622 msgid "Size of %qs argument of %qs intrinsic at %L too small (%i/%i)"
65623 msgstr ""
65625 #: fortran/check.cc:6715
65626 #, gcc-internal-format, gfc-internal-format
65627 msgid "Too many arguments to %s at %L"
65628 msgstr ""
65630 #: fortran/check.cc:6733
65631 #, gcc-internal-format
65632 msgid "fe_runtime_error string must be null terminated"
65633 msgstr ""
65635 #: fortran/check.cc:6745
65636 #, gcc-internal-format, gfc-internal-format
65637 msgid "fe_runtime_error: Wrong number of arguments (%d instead of %d)"
65638 msgstr ""
65640 #: fortran/check.cc:6785
65641 #, gcc-internal-format, gfc-internal-format
65642 msgid "COUNT argument to SYSTEM_CLOCK at %L has non-default kind"
65643 msgstr ""
65645 #: fortran/check.cc:6804
65646 #, gcc-internal-format, gfc-internal-format
65647 msgid "Real COUNT_RATE argument to SYSTEM_CLOCK at %L"
65648 msgstr ""
65650 #: fortran/check.cc:6814
65651 #, gcc-internal-format, gfc-internal-format
65652 msgid "COUNT_RATE argument to SYSTEM_CLOCK at %L has non-default kind"
65653 msgstr ""
65655 #: fortran/check.cc:6831
65656 #, gcc-internal-format, gfc-internal-format
65657 msgid "COUNT_MAX argument to SYSTEM_CLOCK at %L has non-default kind"
65658 msgstr ""
65660 #: fortran/check.cc:7048
65661 #, gcc-internal-format
65662 msgid "%qs argument of %qs intrinsic at %L must be of a kind not wider than the default kind (%d)"
65663 msgstr ""
65665 #: fortran/check.cc:7230
65666 #, gcc-internal-format
65667 msgid "Actual argument at %L of %qs intrinsic shall be an associated pointer"
65668 msgstr ""
65670 #: fortran/check.cc:7419 fortran/check.cc:7430
65671 #, gcc-internal-format
65672 msgid "%qs argument of %qs intrinsic at %L must be INTEGER, LOGICAL, or a BOZ literal constant"
65673 msgstr ""
65675 #: fortran/check.cc:7490
65676 #, gcc-internal-format, gfc-internal-format
65677 msgid "Intrinsic function NULL at %L cannot be an actual argument to STORAGE_SIZE, because it returns a disassociated pointer"
65678 msgstr ""
65680 #. Since the extension field is 8 bit wide, we can only have
65681 #. up to 255 extension levels.
65682 #: fortran/class.cc:795 fortran/decl.cc:4055 fortran/decl.cc:10732
65683 #, gcc-internal-format
65684 msgid "Maximum extension level reached with type %qs at %L"
65685 msgstr ""
65687 #: fortran/class.cc:3055 fortran/class.cc:3129
65688 #, gcc-internal-format
65689 msgid "%qs of %qs is PRIVATE at %L"
65690 msgstr ""
65692 #: fortran/cpp.cc:501
65693 #, gcc-internal-format
65694 msgid "To enable preprocessing, use %<-cpp%>"
65695 msgstr ""
65697 #: fortran/cpp.cc:580 fortran/cpp.cc:591 fortran/cpp.cc:719
65698 #, gcc-internal-format
65699 msgid "opening output file %qs: %s"
65700 msgstr "otvaramo izlaznu datoteku %qs: %s"
65702 #: fortran/data.cc:65
65703 #, gcc-internal-format, gfc-internal-format
65704 msgid "non-constant array in DATA statement %L"
65705 msgstr ""
65707 #: fortran/data.cc:140
65708 #, gcc-internal-format, gfc-internal-format
65709 msgid "failure to simplify substring reference in DATA statement at %L"
65710 msgstr ""
65712 #: fortran/data.cc:173
65713 #, gcc-internal-format, gfc-internal-format
65714 msgid "Unused initialization string at %L because variable has zero length"
65715 msgstr ""
65717 #: fortran/data.cc:179
65718 #, gcc-internal-format, gfc-internal-format
65719 msgid "Initialization string at %L was truncated to fit the variable (%ld/%ld)"
65720 msgstr ""
65722 #: fortran/data.cc:188 fortran/resolve.cc:5258
65723 #, gcc-internal-format, gfc-internal-format
65724 msgid "Substring start index at %L is less than one"
65725 msgstr ""
65727 #: fortran/data.cc:194 fortran/resolve.cc:5288
65728 #, gcc-internal-format, gfc-internal-format
65729 msgid "Substring end index at %L exceeds the string length"
65730 msgstr ""
65732 #: fortran/data.cc:284
65733 #, gcc-internal-format
65734 msgid "%qs at %L already is initialized at %L"
65735 msgstr ""
65737 #: fortran/data.cc:308
65738 #, gcc-internal-format, gfc-internal-format
65739 msgid "Data element below array lower bound at %L"
65740 msgstr ""
65742 #: fortran/data.cc:325 fortran/data.cc:414
65743 #, gcc-internal-format, gfc-internal-format
65744 msgid "Data element above array upper bound at %L"
65745 msgstr ""
65747 #: fortran/data.cc:355 fortran/data.cc:580
65748 #, gcc-internal-format
65749 msgid "re-initialization of %qs at %L"
65750 msgstr ""
65752 #: fortran/data.cc:525
65753 #, gcc-internal-format, gfc-internal-format
65754 msgid "LEN or KIND inquiry ref in DATA statement at %L"
65755 msgstr ""
65757 #: fortran/data.cc:603
65758 #, gcc-internal-format
65759 msgid "Nonpointer object %qs with default initialization shall not appear in a DATA statement at %L"
65760 msgstr ""
65762 #: fortran/data.cc:655 fortran/data.cc:674 fortran/data.cc:688
65763 #: fortran/data.cc:817
65764 #, gcc-internal-format
65765 msgid "Simplification error"
65766 msgstr ""
65768 #: fortran/data.cc:830
65769 #, gcc-internal-format
65770 msgid "TODO: Vector sections in data statements"
65771 msgstr ""
65773 #: fortran/decl.cc:293
65774 #, gcc-internal-format, gfc-internal-format
65775 msgid "Inquiry parameter cannot appear in a data-stmt-object-list at %C"
65776 msgstr ""
65778 #: fortran/decl.cc:307
65779 #, gcc-internal-format
65780 msgid "Host associated variable %qs may not be in the DATA statement at %C"
65781 msgstr ""
65783 #: fortran/decl.cc:314
65784 #, gcc-internal-format
65785 msgid "initialization of common block variable %qs in DATA statement at %C"
65786 msgstr ""
65788 #: fortran/decl.cc:449
65789 #, gcc-internal-format
65790 msgid "Symbol %qs must be a PARAMETER in DATA statement at %C"
65791 msgstr ""
65793 #: fortran/decl.cc:475
65794 #, gcc-internal-format, gfc-internal-format
65795 msgid "Invalid initializer %s in Data statement at %C"
65796 msgstr ""
65798 #: fortran/decl.cc:580
65799 #, gcc-internal-format, gfc-internal-format
65800 msgid "BOZ at %L cannot appear in an old-style initialization"
65801 msgstr ""
65803 #: fortran/decl.cc:588
65804 #, gcc-internal-format
65805 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable in an old-style initialization"
65806 msgstr ""
65808 #: fortran/decl.cc:598
65809 #, gcc-internal-format, gfc-internal-format
65810 msgid "Initialization at %C is not allowed in a PURE procedure"
65811 msgstr ""
65813 #: fortran/decl.cc:645
65814 #, gcc-internal-format, gfc-internal-format
65815 msgid "DATA statement at %C cannot appear within an INTERFACE"
65816 msgstr ""
65818 #: fortran/decl.cc:669
65819 #, gcc-internal-format, gfc-internal-format
65820 msgid "Invalid substring in data-implied-do at %L in DATA statement"
65821 msgstr ""
65823 #: fortran/decl.cc:692
65824 #, gcc-internal-format, gfc-internal-format
65825 msgid "Allocatable component or deferred-shaped array near %C in DATA statement"
65826 msgstr ""
65828 #: fortran/decl.cc:734
65829 #, gcc-internal-format, gfc-internal-format
65830 msgid "BOZ literal constant at %L cannot appear in a structure constructor"
65831 msgstr ""
65833 #: fortran/decl.cc:750
65834 #, gcc-internal-format, gfc-internal-format
65835 msgid "DATA statement at %C is not allowed in a PURE procedure"
65836 msgstr ""
65838 #: fortran/decl.cc:759
65839 #, gcc-internal-format, gfc-internal-format
65840 msgid "part-ref with pointer attribute near %L is not rightmost part-ref of data-stmt-object"
65841 msgstr ""
65843 #: fortran/decl.cc:798
65844 #, gcc-internal-format, gfc-internal-format
65845 msgid "Empty old style initializer list at %C"
65846 msgstr ""
65848 #: fortran/decl.cc:807
65849 #, gcc-internal-format, gfc-internal-format
65850 msgid "Array in initializer list at %L must have an explicit shape"
65851 msgstr ""
65853 #: fortran/decl.cc:830
65854 #, gcc-internal-format, gfc-internal-format
65855 msgid "Repeat spec invalid in scalar initializer at %C"
65856 msgstr ""
65858 #: fortran/decl.cc:835
65859 #, gcc-internal-format, gfc-internal-format
65860 msgid "Repeat spec must be an integer at %C"
65861 msgstr ""
65863 #: fortran/decl.cc:846
65864 #, gcc-internal-format, gfc-internal-format
65865 msgid "Expected data constant after repeat spec at %C"
65866 msgstr ""
65868 #: fortran/decl.cc:878
65869 #, gcc-internal-format, gfc-internal-format
65870 msgid "End of scalar initializer expected at %C"
65871 msgstr ""
65873 #: fortran/decl.cc:906
65874 #, gcc-internal-format, gfc-internal-format
65875 msgid "Not enough elements in array initializer at %C"
65876 msgstr ""
65878 #: fortran/decl.cc:908
65879 #, gcc-internal-format, gfc-internal-format
65880 msgid "Too many elements in array initializer at %C"
65881 msgstr ""
65883 #: fortran/decl.cc:934
65884 #, gcc-internal-format, gfc-internal-format
65885 msgid "Syntax error in old style initializer list at %C"
65886 msgstr ""
65888 #: fortran/decl.cc:958
65889 #, gcc-internal-format, gfc-internal-format
65890 msgid "The assumed-rank array at %C shall not have a codimension"
65891 msgstr ""
65893 #: fortran/decl.cc:1023
65894 #, gcc-internal-format, gfc-internal-format
65895 msgid "Sum of array rank %d and corank %d at %C exceeds maximum allowed dimensions of %d"
65896 msgstr ""
65898 #: fortran/decl.cc:1047
65899 #, gcc-internal-format, gfc-internal-format
65900 msgid "Bad INTENT specification at %C"
65901 msgstr ""
65903 #: fortran/decl.cc:1068
65904 #, gcc-internal-format, gfc-internal-format
65905 msgid "deferred type parameter at %C"
65906 msgstr ""
65908 #: fortran/decl.cc:1159 fortran/resolve.cc:12984
65909 #, gcc-internal-format, gfc-internal-format
65910 msgid "Scalar INTEGER expression expected at %L"
65911 msgstr ""
65913 #: fortran/decl.cc:1185
65914 #, gcc-internal-format, gfc-internal-format
65915 msgid "Old-style character length at %C"
65916 msgstr ""
65918 #: fortran/decl.cc:1216
65919 #, gcc-internal-format, gfc-internal-format
65920 msgid "Syntax error in character length specification at %C"
65921 msgstr ""
65923 #: fortran/decl.cc:1368 fortran/decl.cc:1375 fortran/decl.cc:1439
65924 #, gcc-internal-format
65925 msgid "Procedure %qs at %C is already defined at %L"
65926 msgstr ""
65928 #: fortran/decl.cc:1383
65929 #, gcc-internal-format
65930 msgid "Contained procedure %qs at %C clashes with procedure defined at %L"
65931 msgstr ""
65933 #: fortran/decl.cc:1395
65934 #, gcc-internal-format
65935 msgid "Name %qs at %C is already defined as a generic interface at %L"
65936 msgstr ""
65938 #: fortran/decl.cc:1411
65939 #, gcc-internal-format
65940 msgid "Procedure %qs at %C has an explicit interface from a previous declaration"
65941 msgstr ""
65943 #: fortran/decl.cc:1427
65944 #, gcc-internal-format
65945 msgid "Procedure %qs defined in interface body at %L clashes with internal procedure defined at %C"
65946 msgstr ""
65948 #: fortran/decl.cc:1510
65949 #, gcc-internal-format
65950 msgid "Procedure %qs at %L must have the BIND(C) attribute to be C interoperable"
65951 msgstr ""
65953 #: fortran/decl.cc:1537
65954 #, gcc-internal-format
65955 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"
65956 msgstr ""
65958 #: fortran/decl.cc:1544
65959 #, gcc-internal-format
65960 msgid "Variable %qs at %L is a dummy argument to the BIND(C) procedure %qs but is not C interoperable because it is polymorphic"
65961 msgstr ""
65963 #: fortran/decl.cc:1551
65964 #, gcc-internal-format
65965 msgid "Variable %qs at %L is a dummy argument of the BIND(C) procedure %qs but may not be C interoperable"
65966 msgstr ""
65968 #: fortran/decl.cc:1560
65969 #, gcc-internal-format
65970 msgid "Dummy argument %qs at %L may not be a pointer with CONTIGUOUS attribute as procedure %qs is BIND(C)"
65971 msgstr ""
65973 #: fortran/decl.cc:1570
65974 #, gcc-internal-format
65975 msgid "Default-initialized %s dummy argument %qs at %L is not permitted in BIND(C) procedure %qs"
65976 msgstr ""
65978 #: fortran/decl.cc:1591
65979 #, gcc-internal-format
65980 msgid "Allocatable character dummy argument %qs at %L must have deferred length as procedure %qs is BIND(C)"
65981 msgstr ""
65983 #: fortran/decl.cc:1596
65984 #, gcc-internal-format
65985 msgid "Pointer character dummy argument %qs at %L must have deferred length as procedure %qs is BIND(C)"
65986 msgstr ""
65988 #: fortran/decl.cc:1603
65989 #, gcc-internal-format
65990 msgid "Deferred-length character dummy argument %qs at %L of procedure %qs with BIND(C) attribute"
65991 msgstr ""
65993 #: fortran/decl.cc:1615
65994 #, gcc-internal-format
65995 msgid "Character dummy argument %qs at %L must be of length 1 as it has the VALUE attribute"
65996 msgstr ""
65998 #: fortran/decl.cc:1626
65999 #, gcc-internal-format
66000 msgid "Assumed-length character dummy argument %qs at %L of procedure %qs with BIND(C) attribute"
66001 msgstr ""
66003 #: fortran/decl.cc:1640
66004 #, gcc-internal-format
66005 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"
66006 msgstr ""
66008 #: fortran/decl.cc:1658
66009 #, gcc-internal-format
66010 msgid "Variable %qs at %L with ALLOCATABLE attribute in procedure %qs with BIND(C)"
66011 msgstr ""
66013 #: fortran/decl.cc:1666
66014 #, gcc-internal-format
66015 msgid "Variable %qs at %L with POINTER attribute in procedure %qs with BIND(C)"
66016 msgstr ""
66018 #: fortran/decl.cc:1675
66019 #, gcc-internal-format
66020 msgid "Variable %qs at %L cannot have both the OPTIONAL and the VALUE attribute because procedure %qs is BIND(C)"
66021 msgstr ""
66023 #: fortran/decl.cc:1682
66024 #, gcc-internal-format
66025 msgid "Variable %qs at %L with OPTIONAL attribute in procedure %qs which is BIND(C)"
66026 msgstr ""
66028 #: fortran/decl.cc:1693
66029 #, gcc-internal-format
66030 msgid "Assumed-shape array %qs at %L as dummy argument to the BIND(C) procedure %qs at %L"
66031 msgstr ""
66033 #: fortran/decl.cc:1761
66034 #, gcc-internal-format
66035 msgid "Symbol %qs at %C also declared as a type at %L"
66036 msgstr ""
66038 #: fortran/decl.cc:1820
66039 #, gcc-internal-format
66040 msgid "Variable %qs in common block %qs at %C must be declared with a C interoperable kind since common block %qs is BIND(C)"
66041 msgstr ""
66043 #: fortran/decl.cc:1860
66044 #, gcc-internal-format, gfc-internal-format
66045 msgid "CHARACTER length must be a constant at %L"
66046 msgstr ""
66048 #: fortran/decl.cc:1875
66049 #, gcc-internal-format, gfc-internal-format
66050 msgid "CHARACTER expression at %L is being truncated (%ld/%ld)"
66051 msgstr ""
66053 #: fortran/decl.cc:1883
66054 #, gcc-internal-format, gfc-internal-format
66055 msgid "The CHARACTER elements of the array constructor at %L must have the same length (%ld/%ld)"
66056 msgstr ""
66058 #: fortran/decl.cc:1982
66059 #, gcc-internal-format
66060 msgid "Initializer not allowed for PARAMETER %qs at %C"
66061 msgstr ""
66063 #: fortran/decl.cc:1995
66064 #, gcc-internal-format, gfc-internal-format
66065 msgid "PARAMETER at %L is missing an initializer"
66066 msgstr ""
66068 #: fortran/decl.cc:2005
66069 #, gcc-internal-format
66070 msgid "Variable %qs at %C with an initializer already appears in a DATA statement"
66071 msgstr ""
66073 #: fortran/decl.cc:2048
66074 #, gcc-internal-format, gfc-internal-format
66075 msgid "Cannot initialize parameter array at %L with variable length elements"
66076 msgstr ""
66078 #: fortran/decl.cc:2112
66079 #, gcc-internal-format, gfc-internal-format
66080 msgid "Rank mismatch of array at %L and its initializer (%d/%d)"
66081 msgstr ""
66083 #: fortran/decl.cc:2125
66084 #, gcc-internal-format, gfc-internal-format
66085 msgid "Cannot initialize implied-shape array at %L with scalar"
66086 msgstr ""
66088 #: fortran/decl.cc:2135
66089 #, gcc-internal-format, gfc-internal-format
66090 msgid "Bad shape of initializer at %L"
66091 msgstr "Loš oblik inicijalizatora kod %L"
66093 #: fortran/decl.cc:2142
66094 #, gcc-internal-format, gfc-internal-format
66095 msgid "Cannot determine shape of initializer at %L"
66096 msgstr ""
66098 #: fortran/decl.cc:2177
66099 #, gcc-internal-format, gfc-internal-format
66100 msgid "Non-constant lower bound in implied-shape declaration at %L"
66101 msgstr ""
66103 #: fortran/decl.cc:2227
66104 #, gcc-internal-format
66105 msgid "Entity %qs at %L is incompatible with a BOZ literal constant"
66106 msgstr ""
66108 #: fortran/decl.cc:2293 fortran/decl.cc:2300
66109 #, gcc-internal-format, gfc-internal-format
66110 msgid "Component at %C must have the POINTER attribute"
66111 msgstr ""
66113 #: fortran/decl.cc:2309
66114 #, gcc-internal-format
66115 msgid "Component %qs with CLASS at %C must be allocatable or pointer"
66116 msgstr ""
66118 #: fortran/decl.cc:2318
66119 #, gcc-internal-format, gfc-internal-format
66120 msgid "Array component of structure at %C must have explicit or deferred shape"
66121 msgstr ""
66123 #: fortran/decl.cc:2342 fortran/symbol.cc:2270
66124 #, gcc-internal-format
66125 msgid "Component %qs at %C already declared at %L"
66126 msgstr ""
66128 #: fortran/decl.cc:2390
66129 #, gcc-internal-format, gfc-internal-format
66130 msgid "Pointer array component of structure at %C must have a deferred shape"
66131 msgstr ""
66133 #: fortran/decl.cc:2399
66134 #, gcc-internal-format, gfc-internal-format
66135 msgid "Allocatable component of structure at %C must have a deferred shape"
66136 msgstr ""
66138 #: fortran/decl.cc:2408
66139 #, gcc-internal-format, gfc-internal-format
66140 msgid "Array component of structure at %C must have an explicit shape"
66141 msgstr ""
66143 #: fortran/decl.cc:2425
66144 #, gcc-internal-format
66145 msgid "Type parameter %qs at %C has no corresponding entry in the type parameter name list at %L"
66146 msgstr ""
66148 #: fortran/decl.cc:2482
66149 #, gcc-internal-format, gfc-internal-format
66150 msgid "NULL() initialization at %C is ambiguous"
66151 msgstr ""
66153 #: fortran/decl.cc:2499
66154 #, gcc-internal-format, gfc-internal-format
66155 msgid "NULL() initialization at %C may not have MOLD"
66156 msgstr ""
66158 #: fortran/decl.cc:2516
66159 #, gcc-internal-format, gfc-internal-format
66160 msgid "Initialization of pointer at %C is not allowed in a PURE procedure"
66161 msgstr ""
66163 #: fortran/decl.cc:2537
66164 #, gcc-internal-format, gfc-internal-format
66165 msgid "Error in pointer initialization at %C"
66166 msgstr ""
66168 #: fortran/decl.cc:2544
66169 #, gcc-internal-format, gfc-internal-format
66170 msgid "non-NULL pointer initialization at %C"
66171 msgstr ""
66173 #: fortran/decl.cc:2567
66174 #, gcc-internal-format
66175 msgid "RESULT variable %qs at %L prohibits FUNCTION name %qs at %C from appearing in a specification statement"
66176 msgstr ""
66178 #: fortran/decl.cc:2621
66179 #, gcc-internal-format
66180 msgid "%qs not allowed outside STRUCTURE at %C"
66181 msgstr ""
66183 #: fortran/decl.cc:2623
66184 #, gcc-internal-format
66185 msgid "%qs at %C is a DEC extension, enable with %<-fdec-structure%>"
66186 msgstr ""
66188 #: fortran/decl.cc:2631
66189 #, gcc-internal-format
66190 msgid "%qs entity cannot have attributes at %C"
66191 msgstr ""
66193 #: fortran/decl.cc:2641
66194 #, gcc-internal-format
66195 msgid "Invalid character %qc in variable name at %C"
66196 msgstr ""
66198 #: fortran/decl.cc:2683
66199 #, gcc-internal-format
66200 msgid "Non-PARAMETER symbol %qs at %L cannot be implied-shape"
66201 msgstr ""
66203 #: fortran/decl.cc:2693
66204 #, gcc-internal-format, gfc-internal-format
66205 msgid "Implied-shape array at %L"
66206 msgstr ""
66208 #: fortran/decl.cc:2750
66209 #, gcc-internal-format, gfc-internal-format
66210 msgid "Explicit array shape at %C must be constant of INTEGER type and not %s type"
66211 msgstr ""
66213 #: fortran/decl.cc:2758
66214 #, gcc-internal-format, gfc-internal-format
66215 msgid "Explicit shaped array with nonconstant bounds at %C"
66216 msgstr ""
66218 #: fortran/decl.cc:2859
66219 #, gcc-internal-format
66220 msgid "%qs at %C is a redefinition of the declaration in the corresponding interface for MODULE PROCEDURE %qs"
66221 msgstr ""
66223 #: fortran/decl.cc:2870
66224 #, gcc-internal-format
66225 msgid "%qs entity cannot have an initializer at %C"
66226 msgstr ""
66228 #: fortran/decl.cc:2895 fortran/decl.cc:8962
66229 #, gcc-internal-format, gfc-internal-format
66230 msgid "Duplicate array spec for Cray pointee at %C"
66231 msgstr ""
66233 #: fortran/decl.cc:2903
66234 #, gcc-internal-format
66235 msgid "Cannot set pointee array spec."
66236 msgstr ""
66238 #: fortran/decl.cc:2966
66239 #, gcc-internal-format, gfc-internal-format
66240 msgid "Old-style initialization at %C"
66241 msgstr ""
66243 #: fortran/decl.cc:2974
66244 #, gcc-internal-format, gfc-internal-format
66245 msgid "Invalid old style initialization for derived type component at %C"
66246 msgstr ""
66248 #: fortran/decl.cc:2987
66249 #, gcc-internal-format, gfc-internal-format
66250 msgid "Syntax error in old style initialization of %s at %C"
66251 msgstr ""
66253 #: fortran/decl.cc:3007 fortran/decl.cc:7177
66254 #, gcc-internal-format, gfc-internal-format
66255 msgid "Initialization at %C isn't for a pointer variable"
66256 msgstr ""
66258 #: fortran/decl.cc:3030
66259 #, gcc-internal-format
66260 msgid "Pointer initialization at %C requires %<=>%>, not %<=%>"
66261 msgstr ""
66263 #: fortran/decl.cc:3039 fortran/decl.cc:10906
66264 #, gcc-internal-format, gfc-internal-format
66265 msgid "Expected an initialization expression at %C"
66266 msgstr ""
66268 #: fortran/decl.cc:3046
66269 #, gcc-internal-format, gfc-internal-format
66270 msgid "Initialization of variable at %C is not allowed in a PURE procedure"
66271 msgstr ""
66273 #: fortran/decl.cc:3063
66274 #, gcc-internal-format, gfc-internal-format
66275 msgid "Initialization of allocatable component at %C is not allowed"
66276 msgstr ""
66278 #: fortran/decl.cc:3072
66279 #, gcc-internal-format, gfc-internal-format
66280 msgid "Initialization of structure component with a HOLLERITH constant at %L is not allowed"
66281 msgstr ""
66283 #: fortran/decl.cc:3086
66284 #, gcc-internal-format, gfc-internal-format
66285 msgid "The component with KIND or LEN attribute at %C does not not appear in the type parameter list at %L"
66286 msgstr ""
66288 #: fortran/decl.cc:3094
66289 #, gcc-internal-format, gfc-internal-format
66290 msgid "The component at %C that appears in the type parameter list at %L has neither the KIND nor LEN attribute"
66291 msgstr ""
66293 #: fortran/decl.cc:3102
66294 #, gcc-internal-format, gfc-internal-format
66295 msgid "The component at %C which is a type parameter must be a scalar"
66296 msgstr ""
66298 #: fortran/decl.cc:3111
66299 #, gcc-internal-format, gfc-internal-format
66300 msgid "BOZ literal constant at %L cannot appear as an initializer"
66301 msgstr ""
66303 #: fortran/decl.cc:3128
66304 #, gcc-internal-format
66305 msgid "Incompatible initialization between a derived type entity and an entity with %qs type at %C"
66306 msgstr ""
66308 #: fortran/decl.cc:3191 fortran/decl.cc:3226
66309 #, gcc-internal-format, gfc-internal-format
66310 msgid "Old-style type declaration %s*%d not supported at %C"
66311 msgstr ""
66313 #: fortran/decl.cc:3232
66314 #, gcc-internal-format, gfc-internal-format
66315 msgid "Nonstandard type declaration %s*%d at %C"
66316 msgstr ""
66318 #: fortran/decl.cc:3291 fortran/decl.cc:3368
66319 #, gcc-internal-format, gfc-internal-format
66320 msgid "Missing right parenthesis at %C"
66321 msgstr ""
66323 #: fortran/decl.cc:3304 fortran/decl.cc:3438
66324 #, gcc-internal-format, gfc-internal-format
66325 msgid "Expected initialization expression at %C"
66326 msgstr ""
66328 #: fortran/decl.cc:3312 fortran/decl.cc:3444
66329 #, gcc-internal-format, gfc-internal-format
66330 msgid "Expected scalar initialization expression at %C"
66331 msgstr ""
66333 #: fortran/decl.cc:3342 fortran/decl.cc:4076
66334 #, gcc-internal-format, gfc-internal-format
66335 msgid "Kind %d not supported for type %s at %C"
66336 msgstr ""
66338 #: fortran/decl.cc:3355
66339 #, gcc-internal-format, gfc-internal-format
66340 msgid "C kind type parameter is for type %s but type at %L is %s"
66341 msgstr ""
66343 #: fortran/decl.cc:3366
66344 #, gcc-internal-format, gfc-internal-format
66345 msgid "Missing right parenthesis or comma at %C"
66346 msgstr ""
66348 #: fortran/decl.cc:3470
66349 #, gcc-internal-format, gfc-internal-format
66350 msgid "Kind %d is not supported for CHARACTER at %C"
66351 msgstr ""
66353 #: fortran/decl.cc:3602
66354 #, gcc-internal-format, gfc-internal-format
66355 msgid "Syntax error in CHARACTER declaration at %C"
66356 msgstr ""
66358 #: fortran/decl.cc:3703
66359 #, gcc-internal-format
66360 msgid "RECORD at %C is an extension, enable it with %<-fdec-structure%>"
66361 msgstr ""
66363 #: fortran/decl.cc:3716
66364 #, gcc-internal-format, gfc-internal-format
66365 msgid "Structure name expected after RECORD at %C"
66366 msgstr ""
66368 #: fortran/decl.cc:3829
66369 #, gcc-internal-format, gfc-internal-format
66370 msgid "The type parameter spec list at %C cannot contain both ASSUMED and DEFERRED parameters"
66371 msgstr ""
66373 #: fortran/decl.cc:3853
66374 #, gcc-internal-format, gfc-internal-format
66375 msgid "The type parameter spec list at %C does not contain enough parameter expressions"
66376 msgstr ""
66378 #: fortran/decl.cc:3877
66379 #, gcc-internal-format
66380 msgid "The derived parameter %qs at %C does not have a default value"
66381 msgstr ""
66383 #: fortran/decl.cc:3910
66384 #, gcc-internal-format, gfc-internal-format
66385 msgid "The parameter expression at %C must be of INTEGER type and not %s type"
66386 msgstr ""
66388 #: fortran/decl.cc:3917
66389 #, gcc-internal-format, gfc-internal-format
66390 msgid "The parameter expression at %C does not simplify to an INTEGER constant"
66391 msgstr ""
66393 #: fortran/decl.cc:3944
66394 #, gcc-internal-format
66395 msgid "The KIND parameter %qs at %C cannot either be ASSUMED or DEFERRED"
66396 msgstr ""
66398 #: fortran/decl.cc:3951
66399 #, gcc-internal-format
66400 msgid "The value for the KIND parameter %qs at %C does not reduce to a constant expression"
66401 msgstr ""
66403 #: fortran/decl.cc:3966
66404 #, gcc-internal-format, gfc-internal-format
66405 msgid "The type parameter spec list at %C contains too many parameter expressions"
66406 msgstr ""
66408 #: fortran/decl.cc:3975
66409 #, gcc-internal-format, gfc-internal-format
66410 msgid "Parameterized derived type at %C is ambiguous"
66411 msgstr ""
66413 #: fortran/decl.cc:4211
66414 #, gcc-internal-format, gfc-internal-format
66415 msgid "BYTE type at %C"
66416 msgstr ""
66418 #: fortran/decl.cc:4223
66419 #, gcc-internal-format, gfc-internal-format
66420 msgid "BYTE type used at %C is not available on the target machine"
66421 msgstr ""
66423 #: fortran/decl.cc:4285
66424 #, gcc-internal-format, gfc-internal-format
66425 msgid "Assumed type at %C is not allowed for components"
66426 msgstr ""
66428 #: fortran/decl.cc:4288
66429 #, gcc-internal-format, gfc-internal-format
66430 msgid "Assumed type at %C"
66431 msgstr ""
66433 #: fortran/decl.cc:4310 fortran/decl.cc:4344 fortran/decl.cc:4377
66434 #: fortran/decl.cc:4676
66435 #, gcc-internal-format, gfc-internal-format
66436 msgid "TYPE with intrinsic-type-spec at %C"
66437 msgstr ""
66439 #: fortran/decl.cc:4322 fortran/decl.cc:4350 fortran/decl.cc:4383
66440 #: fortran/decl.cc:4409 fortran/decl.cc:4701 fortran/decl.cc:4716
66441 #, gcc-internal-format, gfc-internal-format
66442 msgid "Malformed type-spec at %C"
66443 msgstr ""
66445 #: fortran/decl.cc:4373
66446 #, gcc-internal-format, gfc-internal-format
66447 msgid "DOUBLE COMPLEX at %C"
66448 msgstr ""
66450 #: fortran/decl.cc:4425 fortran/decl.cc:4567 fortran/decl.cc:4579
66451 #: fortran/decl.cc:4593 fortran/decl.cc:5075 fortran/decl.cc:5083
66452 #, gcc-internal-format
66453 msgid "Type name %qs at %C is ambiguous"
66454 msgstr ""
66456 #: fortran/decl.cc:4526
66457 #, gcc-internal-format, gfc-internal-format
66458 msgid "CLASS statement at %C"
66459 msgstr ""
66461 #: fortran/decl.cc:4608
66462 #, gcc-internal-format
66463 msgid "Type name %qs at %C conflicts with previously declared entity at %L, which has the same name"
66464 msgstr ""
66466 #: fortran/decl.cc:4751
66467 #, gcc-internal-format, gfc-internal-format
66468 msgid "Duplicate IMPLICIT NONE statement at %C"
66469 msgstr ""
66471 #: fortran/decl.cc:4760
66472 #, gcc-internal-format, gfc-internal-format
66473 msgid "IMPLICIT NONE with spec list at %C"
66474 msgstr ""
66476 #: fortran/decl.cc:4819
66477 #, gcc-internal-format, gfc-internal-format
66478 msgid "Missing character range in IMPLICIT at %C"
66479 msgstr ""
66481 #: fortran/decl.cc:4865
66482 #, gcc-internal-format, gfc-internal-format
66483 msgid "Letters must be in alphabetic order in IMPLICIT statement at %C"
66484 msgstr ""
66486 #: fortran/decl.cc:4918
66487 #, gcc-internal-format, gfc-internal-format
66488 msgid "IMPLICIT statement at %C following an IMPLICIT NONE (type) statement"
66489 msgstr ""
66491 #: fortran/decl.cc:4928
66492 #, gcc-internal-format, gfc-internal-format
66493 msgid "Empty IMPLICIT statement at %C"
66494 msgstr ""
66496 #: fortran/decl.cc:5034
66497 #, gcc-internal-format, gfc-internal-format
66498 msgid "IMPORT statement at %C only permitted in an INTERFACE body"
66499 msgstr ""
66501 #: fortran/decl.cc:5041
66502 #, gcc-internal-format, gfc-internal-format
66503 msgid "F2008: C1210 IMPORT statement at %C is not permitted in a module procedure interface body"
66504 msgstr ""
66506 #: fortran/decl.cc:5046
66507 #, gcc-internal-format, gfc-internal-format
66508 msgid "IMPORT statement at %C"
66509 msgstr ""
66511 #: fortran/decl.cc:5060
66512 #, gcc-internal-format, gfc-internal-format
66513 msgid "Expecting list of named entities at %C"
66514 msgstr ""
66516 #: fortran/decl.cc:5089
66517 #, gcc-internal-format
66518 msgid "Cannot IMPORT %qs from host scoping unit at %C - does not exist."
66519 msgstr ""
66521 #: fortran/decl.cc:5096
66522 #, gcc-internal-format
66523 msgid "%qs is already IMPORTed from host scoping unit at %C"
66524 msgstr ""
66526 #: fortran/decl.cc:5137
66527 #, gcc-internal-format, gfc-internal-format
66528 msgid "Syntax error in IMPORT statement at %C"
66529 msgstr ""
66531 #: fortran/decl.cc:5477
66532 #, gcc-internal-format, gfc-internal-format
66533 msgid "Missing codimension specification at %C"
66534 msgstr ""
66536 #: fortran/decl.cc:5479
66537 #, gcc-internal-format, gfc-internal-format
66538 msgid "Missing dimension specification at %C"
66539 msgstr ""
66541 #: fortran/decl.cc:5574
66542 #, gcc-internal-format, gfc-internal-format
66543 msgid "Duplicate %s attribute at %L"
66544 msgstr ""
66546 #: fortran/decl.cc:5591
66547 #, gcc-internal-format
66548 msgid "%s at %L is a DEC extension, enable with %<-fdec-static%>"
66549 msgstr ""
66551 #: fortran/decl.cc:5610
66552 #, gcc-internal-format, gfc-internal-format
66553 msgid "ALLOCATABLE attribute at %C in a TYPE definition"
66554 msgstr ""
66556 #: fortran/decl.cc:5612
66557 #, gcc-internal-format, gfc-internal-format
66558 msgid "ALLOCATABLE attribute at %C in a STRUCTURE definition"
66559 msgstr ""
66561 #: fortran/decl.cc:5622
66562 #, gcc-internal-format, gfc-internal-format
66563 msgid "KIND attribute at %C in a TYPE definition"
66564 msgstr ""
66566 #: fortran/decl.cc:5624
66567 #, gcc-internal-format, gfc-internal-format
66568 msgid "KIND attribute at %C in a STRUCTURE definition"
66569 msgstr ""
66571 #: fortran/decl.cc:5632
66572 #, gcc-internal-format, gfc-internal-format
66573 msgid "Component with KIND attribute at %C must be INTEGER"
66574 msgstr ""
66576 #: fortran/decl.cc:5641
66577 #, gcc-internal-format, gfc-internal-format
66578 msgid "LEN attribute at %C in a TYPE definition"
66579 msgstr ""
66581 #: fortran/decl.cc:5643
66582 #, gcc-internal-format, gfc-internal-format
66583 msgid "LEN attribute at %C in a STRUCTURE definition"
66584 msgstr ""
66586 #: fortran/decl.cc:5651
66587 #, gcc-internal-format, gfc-internal-format
66588 msgid "Component with LEN attribute at %C must be INTEGER"
66589 msgstr ""
66591 #: fortran/decl.cc:5659
66592 #, gcc-internal-format, gfc-internal-format
66593 msgid "Attribute at %L is not allowed in a TYPE definition"
66594 msgstr ""
66596 #: fortran/decl.cc:5661
66597 #, gcc-internal-format, gfc-internal-format
66598 msgid "Attribute at %L is not allowed in a STRUCTURE definition"
66599 msgstr ""
66601 #: fortran/decl.cc:5679
66602 #, gcc-internal-format, gfc-internal-format
66603 msgid "Attribute %s at %L in a TYPE definition"
66604 msgstr ""
66606 #: fortran/decl.cc:5689
66607 #, gcc-internal-format, gfc-internal-format
66608 msgid "%s attribute at %L is not allowed outside of the specification part of a module"
66609 msgstr ""
66611 #: fortran/decl.cc:5699
66612 #, gcc-internal-format, gfc-internal-format
66613 msgid "Attribute at %L is not allowed outside a TYPE definition"
66614 msgstr ""
66616 #: fortran/decl.cc:5712
66617 #, gcc-internal-format, gfc-internal-format
66618 msgid "ASYNCHRONOUS attribute at %C"
66619 msgstr ""
66621 #: fortran/decl.cc:5723
66622 #, gcc-internal-format, gfc-internal-format
66623 msgid "CONTIGUOUS attribute at %C"
66624 msgstr ""
66626 #: fortran/decl.cc:5778 fortran/decl.cc:9264
66627 #, gcc-internal-format, gfc-internal-format
66628 msgid "PROTECTED at %C only allowed in specification part of a module"
66629 msgstr ""
66631 #: fortran/decl.cc:5784
66632 #, gcc-internal-format, gfc-internal-format
66633 msgid "PROTECTED attribute at %C"
66634 msgstr ""
66636 #: fortran/decl.cc:5818
66637 #, gcc-internal-format, gfc-internal-format
66638 msgid "VALUE attribute at %C"
66639 msgstr ""
66641 #: fortran/decl.cc:5825
66642 #, gcc-internal-format, gfc-internal-format
66643 msgid "VOLATILE attribute at %C"
66644 msgstr ""
66646 #: fortran/decl.cc:5832
66647 #, gcc-internal-format
66648 msgid "match_attr_spec(): Bad attribute"
66649 msgstr ""
66651 #: fortran/decl.cc:5873
66652 #, gcc-internal-format, gfc-internal-format
66653 msgid "Multiple identifiers provided with single NAME= specifier at %C"
66654 msgstr ""
66656 #: fortran/decl.cc:5971
66657 #, gcc-internal-format
66658 msgid "Implicitly declared BIND(C) function %qs at %L may not be C interoperable"
66659 msgstr ""
66661 #: fortran/decl.cc:5993
66662 #, gcc-internal-format
66663 msgid "Variable %qs in common block %qs at %L may not be a C interoperable kind though common block %qs is BIND(C)"
66664 msgstr ""
66666 #: fortran/decl.cc:6004
66667 #, gcc-internal-format
66668 msgid "Type declaration %qs at %L is not C interoperable but it is BIND(C)"
66669 msgstr ""
66671 #: fortran/decl.cc:6010
66672 #, gcc-internal-format
66673 msgid "Variable %qs at %L may not be a C interoperable kind but it is BIND(C)"
66674 msgstr ""
66676 #: fortran/decl.cc:6022
66677 #, gcc-internal-format
66678 msgid "Variable %qs in common block %qs at %L cannot be declared with BIND(C) since it is not a global"
66679 msgstr ""
66681 #: fortran/decl.cc:6036
66682 #, gcc-internal-format
66683 msgid "Variable %qs at %L cannot have both the POINTER and BIND(C) attributes"
66684 msgstr ""
66686 #: fortran/decl.cc:6044
66687 #, gcc-internal-format
66688 msgid "Variable %qs at %L cannot have both the ALLOCATABLE and BIND(C) attributes"
66689 msgstr ""
66691 #: fortran/decl.cc:6056
66692 #, gcc-internal-format
66693 msgid "Return type of BIND(C) function %qs at %L cannot be an array"
66694 msgstr ""
66696 #: fortran/decl.cc:6064
66697 #, gcc-internal-format
66698 msgid "Return type of BIND(C) function %qs of character type at %L must have length 1"
66699 msgstr ""
66701 #. Use gfc_warning_now because we won't say that the symbol fails
66702 #. just because of this.
66703 #: fortran/decl.cc:6075
66704 #, gcc-internal-format
66705 msgid "Symbol %qs at %L is marked PRIVATE but has been given the binding label %qs"
66706 msgstr ""
66708 #: fortran/decl.cc:6149
66709 #, gcc-internal-format, gfc-internal-format
66710 msgid "Need either entity or common block name for attribute specification statement at %C"
66711 msgstr ""
66713 #: fortran/decl.cc:6194
66714 #, gcc-internal-format, gfc-internal-format
66715 msgid "Missing entity or common block name for attribute specification statement at %C"
66716 msgstr ""
66718 #: fortran/decl.cc:6201
66719 #, gcc-internal-format
66720 msgid "Missing symbol"
66721 msgstr ""
66723 #: fortran/decl.cc:6230
66724 #, gcc-internal-format, gfc-internal-format
66725 msgid "BIND(C) statement at %C"
66726 msgstr ""
66728 #: fortran/decl.cc:6292
66729 #, gcc-internal-format, gfc-internal-format
66730 msgid "CLASS entity at %C cannot have the PARAMETER attribute"
66731 msgstr ""
66733 #: fortran/decl.cc:6324
66734 #, gcc-internal-format, gfc-internal-format
66735 msgid "Derived type at %C has not been previously defined and so cannot appear in a derived type definition"
66736 msgstr ""
66738 #: fortran/decl.cc:6366
66739 #, gcc-internal-format, gfc-internal-format
66740 msgid "Syntax error in anonymous structure declaration at %C"
66741 msgstr ""
66743 #: fortran/decl.cc:6375
66744 #, gcc-internal-format, gfc-internal-format
66745 msgid "Syntax error in data declaration at %C"
66746 msgstr ""
66748 #: fortran/decl.cc:6447
66749 #, gcc-internal-format, gfc-internal-format
66750 msgid "MODULE prefix at %C"
66751 msgstr ""
66753 #: fortran/decl.cc:6452
66754 #, gcc-internal-format, gfc-internal-format
66755 msgid "MODULE prefix at %C found outside of a module, submodule, or interface"
66756 msgstr ""
66758 #: fortran/decl.cc:6503
66759 #, gcc-internal-format, gfc-internal-format
66760 msgid "IMPURE procedure at %C"
66761 msgstr ""
66763 #: fortran/decl.cc:6515
66764 #, gcc-internal-format, gfc-internal-format
66765 msgid "PURE and IMPURE must not appear both at %C"
66766 msgstr ""
66768 #: fortran/decl.cc:6561
66769 #, gcc-internal-format, gfc-internal-format
66770 msgid "ELEMENTAL prefix in MODULE PROCEDURE interface is missing at %L"
66771 msgstr ""
66773 #: fortran/decl.cc:6568
66774 #, gcc-internal-format, gfc-internal-format
66775 msgid "PURE prefix in MODULE PROCEDURE interface is missing at %L"
66776 msgstr ""
66778 #: fortran/decl.cc:6575
66779 #, gcc-internal-format, gfc-internal-format
66780 msgid "RECURSIVE prefix in MODULE PROCEDURE interface is missing at %L"
66781 msgstr ""
66783 #: fortran/decl.cc:6636
66784 #, gcc-internal-format, gfc-internal-format
66785 msgid "A type parameter list is required at %C"
66786 msgstr ""
66788 #: fortran/decl.cc:6650 fortran/primary.cc:1885
66789 #, gcc-internal-format, gfc-internal-format
66790 msgid "Alternate-return argument at %C"
66791 msgstr ""
66793 #: fortran/decl.cc:6656 fortran/decl.cc:6664
66794 #, gcc-internal-format, gfc-internal-format
66795 msgid "A parameter name is required at %C"
66796 msgstr ""
66798 #: fortran/decl.cc:6704
66799 #, gcc-internal-format
66800 msgid "Name %qs at %C is the name of the procedure"
66801 msgstr ""
66803 #: fortran/decl.cc:6717
66804 #, gcc-internal-format, gfc-internal-format
66805 msgid "Expected parameter list in type declaration at %C"
66806 msgstr ""
66808 #: fortran/decl.cc:6720
66809 #, gcc-internal-format, gfc-internal-format
66810 msgid "Unexpected junk in formal argument list at %C"
66811 msgstr ""
66813 #: fortran/decl.cc:6738
66814 #, gcc-internal-format
66815 msgid "Duplicate name %qs in parameter list at %C"
66816 msgstr ""
66818 #: fortran/decl.cc:6741
66819 #, gcc-internal-format
66820 msgid "Duplicate symbol %qs in formal argument list at %C"
66821 msgstr ""
66823 #: fortran/decl.cc:6780
66824 #, gcc-internal-format, gfc-internal-format
66825 msgid "Mismatch in MODULE PROCEDURE formal argument names (%s/%s) at %C"
66826 msgstr ""
66828 #: fortran/decl.cc:6786
66829 #, gcc-internal-format, gfc-internal-format
66830 msgid "Mismatch in number of MODULE PROCEDURE formal arguments at %C"
66831 msgstr ""
66833 #: fortran/decl.cc:6825
66834 #, gcc-internal-format, gfc-internal-format
66835 msgid "RESULT variable at %C must be different than function name"
66836 msgstr ""
66838 #: fortran/decl.cc:6902
66839 #, gcc-internal-format, gfc-internal-format
66840 msgid "Unexpected junk after function declaration at %C"
66841 msgstr ""
66843 #: fortran/decl.cc:6912 fortran/decl.cc:8050
66844 #, gcc-internal-format, gfc-internal-format
66845 msgid "BIND(C) attribute at %L may not be specified for an internal procedure"
66846 msgstr ""
66848 #: fortran/decl.cc:7116
66849 #, gcc-internal-format, gfc-internal-format
66850 msgid "BIND(C) attribute at %C requires an interface with BIND(C)"
66851 msgstr ""
66853 #: fortran/decl.cc:7123
66854 #, gcc-internal-format, gfc-internal-format
66855 msgid "BIND(C) procedure with NAME may not have POINTER attribute at %C"
66856 msgstr ""
66858 #: fortran/decl.cc:7129
66859 #, gcc-internal-format, gfc-internal-format
66860 msgid "Dummy procedure at %C may not have BIND(C) attribute with NAME"
66861 msgstr ""
66863 #: fortran/decl.cc:7152
66864 #, gcc-internal-format
66865 msgid "Procedure %qs at %L already has basic type of %s"
66866 msgstr ""
66868 #: fortran/decl.cc:7198 fortran/decl.cc:7386 fortran/decl.cc:11390
66869 #, gcc-internal-format, gfc-internal-format
66870 msgid "Syntax error in PROCEDURE statement at %C"
66871 msgstr ""
66873 #: fortran/decl.cc:7247 fortran/decl.cc:11290
66874 #, gcc-internal-format
66875 msgid "Expected %<::%> after binding-attributes at %C"
66876 msgstr ""
66878 #: fortran/decl.cc:7254
66879 #, gcc-internal-format, gfc-internal-format
66880 msgid "NOPASS or explicit interface required at %C"
66881 msgstr ""
66883 #: fortran/decl.cc:7258
66884 #, gcc-internal-format, gfc-internal-format
66885 msgid "Procedure pointer component at %C"
66886 msgstr ""
66888 #: fortran/decl.cc:7330
66889 #, gcc-internal-format, gfc-internal-format
66890 msgid "Syntax error in procedure pointer component at %C"
66891 msgstr ""
66893 #: fortran/decl.cc:7348
66894 #, gcc-internal-format, gfc-internal-format
66895 msgid "PROCEDURE at %C must be in a generic interface"
66896 msgstr ""
66898 #: fortran/decl.cc:7357 fortran/decl.cc:10030
66899 #, gcc-internal-format, gfc-internal-format
66900 msgid "double colon in MODULE PROCEDURE statement at %L"
66901 msgstr ""
66903 #: fortran/decl.cc:7427
66904 #, gcc-internal-format, gfc-internal-format
66905 msgid "PROCEDURE statement at %C"
66906 msgstr ""
66908 #: fortran/decl.cc:7499
66909 #, gcc-internal-format, gfc-internal-format
66910 msgid "Expected formal argument list in function definition at %C"
66911 msgstr ""
66913 #: fortran/decl.cc:7529 fortran/decl.cc:7808 fortran/decl.cc:8017
66914 #: fortran/symbol.cc:1910
66915 #, gcc-internal-format, gfc-internal-format
66916 msgid "BIND(C) attribute at %L can only be used for variables or common blocks"
66917 msgstr ""
66919 #: fortran/decl.cc:7559 fortran/decl.cc:8075
66920 #, gcc-internal-format
66921 msgid "Mismatch in BIND(C) names (%qs/%qs) at %C"
66922 msgstr ""
66924 #: fortran/decl.cc:7702
66925 #, gcc-internal-format, gfc-internal-format
66926 msgid "ENTRY statement at %C"
66927 msgstr ""
66929 #: fortran/decl.cc:7711
66930 #, gcc-internal-format, gfc-internal-format
66931 msgid "ENTRY statement at %C cannot appear within a PROGRAM"
66932 msgstr ""
66934 #: fortran/decl.cc:7714
66935 #, gcc-internal-format, gfc-internal-format
66936 msgid "ENTRY statement at %C cannot appear within a MODULE"
66937 msgstr ""
66939 #: fortran/decl.cc:7717
66940 #, gcc-internal-format, gfc-internal-format
66941 msgid "ENTRY statement at %C cannot appear within a SUBMODULE"
66942 msgstr ""
66944 #: fortran/decl.cc:7720
66945 #, gcc-internal-format, gfc-internal-format
66946 msgid "ENTRY statement at %C cannot appear within a BLOCK DATA"
66947 msgstr ""
66949 #: fortran/decl.cc:7724 fortran/decl.cc:7769
66950 #, gcc-internal-format, gfc-internal-format
66951 msgid "ENTRY statement at %C cannot appear within an INTERFACE"
66952 msgstr ""
66954 #: fortran/decl.cc:7728
66955 #, gcc-internal-format, gfc-internal-format
66956 msgid "ENTRY statement at %C cannot appear within a STRUCTURE block"
66957 msgstr ""
66959 #: fortran/decl.cc:7732
66960 #, gcc-internal-format, gfc-internal-format
66961 msgid "ENTRY statement at %C cannot appear within a DERIVED TYPE block"
66962 msgstr ""
66964 #: fortran/decl.cc:7736
66965 #, gcc-internal-format, gfc-internal-format
66966 msgid "ENTRY statement at %C cannot appear within an IF-THEN block"
66967 msgstr ""
66969 #: fortran/decl.cc:7741
66970 #, gcc-internal-format, gfc-internal-format
66971 msgid "ENTRY statement at %C cannot appear within a DO block"
66972 msgstr ""
66974 #: fortran/decl.cc:7745
66975 #, gcc-internal-format, gfc-internal-format
66976 msgid "ENTRY statement at %C cannot appear within a SELECT block"
66977 msgstr ""
66979 #: fortran/decl.cc:7749
66980 #, gcc-internal-format, gfc-internal-format
66981 msgid "ENTRY statement at %C cannot appear within a FORALL block"
66982 msgstr ""
66984 #: fortran/decl.cc:7753
66985 #, gcc-internal-format, gfc-internal-format
66986 msgid "ENTRY statement at %C cannot appear within a WHERE block"
66987 msgstr ""
66989 #: fortran/decl.cc:7757
66990 #, gcc-internal-format, gfc-internal-format
66991 msgid "ENTRY statement at %C cannot appear within a contained subprogram"
66992 msgstr ""
66994 #: fortran/decl.cc:7761
66995 #, gcc-internal-format, gfc-internal-format
66996 msgid "Unexpected ENTRY statement at %C"
66997 msgstr ""
66999 #: fortran/decl.cc:7782
67000 #, gcc-internal-format, gfc-internal-format
67001 msgid "ENTRY statement at %C cannot appear in a contained procedure"
67002 msgstr ""
67004 #: fortran/decl.cc:7833 fortran/decl.cc:8057
67005 #, gcc-internal-format, gfc-internal-format
67006 msgid "Missing required parentheses before BIND(C) at %C"
67007 msgstr ""
67009 #: fortran/decl.cc:7927
67010 #, gcc-internal-format, gfc-internal-format
67011 msgid "ENTRY statement at %L with BIND(C) prohibited in an elemental procedure"
67012 msgstr ""
67014 #: fortran/decl.cc:8084
67015 #, gcc-internal-format, gfc-internal-format
67016 msgid "Alternate return dummy argument cannot appear in a SUBROUTINE with the BIND(C) attribute at %L"
67017 msgstr ""
67019 #: fortran/decl.cc:8147 fortran/decl.cc:8154
67020 #, gcc-internal-format, gfc-internal-format
67021 msgid "Invalid C identifier in NAME= specifier at %C"
67022 msgstr ""
67024 #: fortran/decl.cc:8194
67025 #, gcc-internal-format, gfc-internal-format
67026 msgid "Syntax error in NAME= specifier for binding label at %C"
67027 msgstr ""
67029 #: fortran/decl.cc:8210
67030 #, gcc-internal-format, gfc-internal-format
67031 msgid "NAME= specifier at %C should be a constant expression"
67032 msgstr ""
67034 #: fortran/decl.cc:8218
67035 #, gcc-internal-format, gfc-internal-format
67036 msgid "NAME= specifier at %C should be a scalar of default character kind"
67037 msgstr ""
67039 #: fortran/decl.cc:8237
67040 #, gcc-internal-format, gfc-internal-format
67041 msgid "Missing closing paren for binding label at %C"
67042 msgstr ""
67044 #: fortran/decl.cc:8243
67045 #, gcc-internal-format, gfc-internal-format
67046 msgid "No binding name is allowed in BIND(C) at %C"
67047 msgstr ""
67049 #: fortran/decl.cc:8249
67050 #, gcc-internal-format, gfc-internal-format
67051 msgid "For dummy procedure %s, no binding name is allowed in BIND(C) at %C"
67052 msgstr ""
67054 #: fortran/decl.cc:8278
67055 #, gcc-internal-format, gfc-internal-format
67056 msgid "NAME not allowed on BIND(C) for ABSTRACT INTERFACE at %C"
67057 msgstr ""
67059 #: fortran/decl.cc:8525
67060 #, gcc-internal-format, gfc-internal-format
67061 msgid "Unexpected END statement at %C"
67062 msgstr ""
67064 #: fortran/decl.cc:8534
67065 #, gcc-internal-format, gfc-internal-format
67066 msgid "END statement instead of %s statement at %L"
67067 msgstr ""
67069 #. We would have required END [something].
67070 #: fortran/decl.cc:8543
67071 #, gcc-internal-format, gfc-internal-format
67072 msgid "%s statement expected at %L"
67073 msgstr ""
67075 #: fortran/decl.cc:8554
67076 #, gcc-internal-format, gfc-internal-format
67077 msgid "Expecting %s statement at %L"
67078 msgstr ""
67080 #: fortran/decl.cc:8574
67081 #, gcc-internal-format
67082 msgid "Expected block name of %qs in %s statement at %L"
67083 msgstr ""
67085 #: fortran/decl.cc:8591
67086 #, gcc-internal-format, gfc-internal-format
67087 msgid "Expected terminating name at %C"
67088 msgstr ""
67090 #: fortran/decl.cc:8605 fortran/decl.cc:8613
67091 #, gcc-internal-format
67092 msgid "Expected label %qs for %s statement at %C"
67093 msgstr ""
67095 #: fortran/decl.cc:8712
67096 #, gcc-internal-format, gfc-internal-format
67097 msgid "Missing array specification at %L in DIMENSION statement"
67098 msgstr ""
67100 #: fortran/decl.cc:8720
67101 #, gcc-internal-format, gfc-internal-format
67102 msgid "Dimensions specified for %s at %L after its initialization"
67103 msgstr ""
67105 #: fortran/decl.cc:8728
67106 #, gcc-internal-format, gfc-internal-format
67107 msgid "Missing array specification at %L in CODIMENSION statement"
67108 msgstr ""
67110 #: fortran/decl.cc:8737
67111 #, gcc-internal-format, gfc-internal-format
67112 msgid "Array specification must be deferred at %L"
67113 msgstr ""
67115 #: fortran/decl.cc:8842
67116 #, gcc-internal-format, gfc-internal-format
67117 msgid "Unexpected character in variable list at %C"
67118 msgstr ""
67120 #: fortran/decl.cc:8879
67121 #, gcc-internal-format
67122 msgid "Expected %<(%> at %C"
67123 msgstr "Očekivano je %<(%> pri %C"
67125 #: fortran/decl.cc:8893 fortran/decl.cc:8933
67126 #, gcc-internal-format, gfc-internal-format
67127 msgid "Expected variable name at %C"
67128 msgstr ""
67130 #: fortran/decl.cc:8909
67131 #, gcc-internal-format, gfc-internal-format
67132 msgid "Cray pointer at %C must be an integer"
67133 msgstr ""
67135 #: fortran/decl.cc:8913
67136 #, gcc-internal-format, gfc-internal-format
67137 msgid "Cray pointer at %C has %d bytes of precision; memory addresses require %d bytes"
67138 msgstr ""
67140 #: fortran/decl.cc:8919
67141 #, gcc-internal-format, gfc-internal-format
67142 msgid "Expected \",\" at %C"
67143 msgstr ""
67145 #: fortran/decl.cc:8958
67146 #, gcc-internal-format
67147 msgid "Cannot set Cray pointee array spec."
67148 msgstr ""
67150 #: fortran/decl.cc:8982
67151 #, gcc-internal-format, gfc-internal-format
67152 msgid "Expected \")\" at %C"
67153 msgstr ""
67155 #: fortran/decl.cc:8994
67156 #, gcc-internal-format
67157 msgid "Expected %<,%> or end of statement at %C"
67158 msgstr ""
67160 #: fortran/decl.cc:9020
67161 #, gcc-internal-format, gfc-internal-format
67162 msgid "INTENT is not allowed inside of BLOCK at %C"
67163 msgstr ""
67165 #: fortran/decl.cc:9052
67166 #, gcc-internal-format, gfc-internal-format
67167 msgid "OPTIONAL is not allowed inside of BLOCK at %C"
67168 msgstr ""
67170 #: fortran/decl.cc:9071
67171 #, gcc-internal-format
67172 msgid "Cray pointer declaration at %C requires %<-fcray-pointer%> flag"
67173 msgstr ""
67175 #: fortran/decl.cc:9110
67176 #, gcc-internal-format, gfc-internal-format
67177 msgid "CONTIGUOUS statement at %C"
67178 msgstr ""
67180 #: fortran/decl.cc:9208
67181 #, gcc-internal-format, gfc-internal-format
67182 msgid "Access specification of the %s operator at %C has already been specified"
67183 msgstr ""
67185 #: fortran/decl.cc:9224
67186 #, gcc-internal-format, gfc-internal-format
67187 msgid "Access specification of the .%s. operator at %C has already been specified"
67188 msgstr ""
67190 #: fortran/decl.cc:9272
67191 #, gcc-internal-format, gfc-internal-format
67192 msgid "PROTECTED statement at %C"
67193 msgstr ""
67195 #: fortran/decl.cc:9306
67196 #, gcc-internal-format, gfc-internal-format
67197 msgid "Syntax error in PROTECTED statement at %C"
67198 msgstr ""
67200 #: fortran/decl.cc:9333 fortran/decl.cc:9358
67201 #, gcc-internal-format, gfc-internal-format
67202 msgid "PRIVATE statement at %C is only allowed in the specification part of a module"
67203 msgstr ""
67205 #: fortran/decl.cc:9379 fortran/decl.cc:9399
67206 #, gcc-internal-format, gfc-internal-format
67207 msgid "PUBLIC statement at %C is only allowed in the specification part of a module"
67208 msgstr ""
67210 #: fortran/decl.cc:9421
67211 #, gcc-internal-format, gfc-internal-format
67212 msgid "Expected variable name at %C in PARAMETER statement"
67213 msgstr ""
67215 #: fortran/decl.cc:9428
67216 #, gcc-internal-format, gfc-internal-format
67217 msgid "Expected = sign in PARAMETER statement at %C"
67218 msgstr ""
67220 #: fortran/decl.cc:9434
67221 #, gcc-internal-format, gfc-internal-format
67222 msgid "Expected expression at %C in PARAMETER statement"
67223 msgstr ""
67225 #: fortran/decl.cc:9454
67226 #, gcc-internal-format, gfc-internal-format
67227 msgid "Initializing already initialized variable at %C"
67228 msgstr ""
67230 #. With legacy PARAMETER statements, don't expect a terminating ')'.
67231 #: fortran/decl.cc:9479
67232 #, gcc-internal-format, gfc-internal-format
67233 msgid "PARAMETER without '()' at %C"
67234 msgstr ""
67236 #: fortran/decl.cc:9495
67237 #, gcc-internal-format, gfc-internal-format
67238 msgid "Unexpected characters in PARAMETER statement at %C"
67239 msgstr ""
67241 #: fortran/decl.cc:9514 fortran/decl.cc:9570
67242 #, gcc-internal-format
67243 msgid "%s at %C is a DEC extension, enable with %<-fdec-static%>"
67244 msgstr ""
67246 #: fortran/decl.cc:9549
67247 #, gcc-internal-format, gfc-internal-format
67248 msgid "Expected entity-list in AUTOMATIC statement at %C"
67249 msgstr ""
67251 #: fortran/decl.cc:9556
67252 #, gcc-internal-format, gfc-internal-format
67253 msgid "Syntax error in AUTOMATIC statement at %C"
67254 msgstr ""
67256 #: fortran/decl.cc:9605
67257 #, gcc-internal-format, gfc-internal-format
67258 msgid "Expected entity-list in STATIC statement at %C"
67259 msgstr ""
67261 #: fortran/decl.cc:9612
67262 #, gcc-internal-format, gfc-internal-format
67263 msgid "Syntax error in STATIC statement at %C"
67264 msgstr ""
67266 #: fortran/decl.cc:9631
67267 #, gcc-internal-format, gfc-internal-format
67268 msgid "Blanket SAVE statement at %C follows previous SAVE statement"
67269 msgstr ""
67271 #: fortran/decl.cc:9642
67272 #, gcc-internal-format, gfc-internal-format
67273 msgid "SAVE statement at %C follows blanket SAVE statement"
67274 msgstr ""
67276 #: fortran/decl.cc:9690
67277 #, gcc-internal-format, gfc-internal-format
67278 msgid "Syntax error in SAVE statement at %C"
67279 msgstr ""
67281 #: fortran/decl.cc:9707
67282 #, gcc-internal-format, gfc-internal-format
67283 msgid "VALUE is not allowed inside of BLOCK at %C"
67284 msgstr ""
67286 #: fortran/decl.cc:9711
67287 #, gcc-internal-format, gfc-internal-format
67288 msgid "VALUE statement at %C"
67289 msgstr ""
67291 #: fortran/decl.cc:9749
67292 #, gcc-internal-format, gfc-internal-format
67293 msgid "Syntax error in VALUE statement at %C"
67294 msgstr ""
67296 #: fortran/decl.cc:9761
67297 #, gcc-internal-format, gfc-internal-format
67298 msgid "VOLATILE statement at %C"
67299 msgstr ""
67301 #: fortran/decl.cc:9788
67302 #, gcc-internal-format
67303 msgid "Specifying VOLATILE for coarray variable %qs at %C, which is use-/host-associated"
67304 msgstr ""
67306 #: fortran/decl.cc:9813
67307 #, gcc-internal-format, gfc-internal-format
67308 msgid "Syntax error in VOLATILE statement at %C"
67309 msgstr ""
67311 #: fortran/decl.cc:9825
67312 #, gcc-internal-format, gfc-internal-format
67313 msgid "ASYNCHRONOUS statement at %C"
67314 msgstr ""
67316 #: fortran/decl.cc:9869
67317 #, gcc-internal-format, gfc-internal-format
67318 msgid "Syntax error in ASYNCHRONOUS statement at %C"
67319 msgstr ""
67321 #: fortran/decl.cc:9894
67322 #, gcc-internal-format, gfc-internal-format
67323 msgid "MODULE PROCEDURE declaration at %C"
67324 msgstr ""
67326 #: fortran/decl.cc:10005
67327 #, gcc-internal-format, gfc-internal-format
67328 msgid "MODULE PROCEDURE at %C must be in a generic module interface"
67329 msgstr ""
67331 #: fortran/decl.cc:10063
67332 #, gcc-internal-format, gfc-internal-format
67333 msgid "Intrinsic procedure at %L cannot be a MODULE PROCEDURE"
67334 msgstr ""
67336 #: fortran/decl.cc:10112
67337 #, gcc-internal-format, gfc-internal-format
67338 msgid "Ambiguous symbol in TYPE definition at %C"
67339 msgstr ""
67341 #: fortran/decl.cc:10121
67342 #, gcc-internal-format
67343 msgid "Symbol %qs at %C has not been previously defined"
67344 msgstr ""
67346 #: fortran/decl.cc:10127
67347 #, gcc-internal-format
67348 msgid "%qs in EXTENDS expression at %C is not a derived type"
67349 msgstr ""
67351 #: fortran/decl.cc:10134
67352 #, gcc-internal-format
67353 msgid "%qs cannot be extended at %C because it is BIND(C)"
67354 msgstr ""
67356 #: fortran/decl.cc:10141
67357 #, gcc-internal-format
67358 msgid "%qs cannot be extended at %C because it is a SEQUENCE type"
67359 msgstr ""
67361 #: fortran/decl.cc:10164
67362 #, gcc-internal-format, gfc-internal-format
67363 msgid "Derived type at %C can only be PRIVATE in the specification part of a module"
67364 msgstr ""
67366 #: fortran/decl.cc:10176
67367 #, gcc-internal-format, gfc-internal-format
67368 msgid "Derived type at %C can only be PUBLIC in the specification part of a module"
67369 msgstr ""
67371 #: fortran/decl.cc:10197
67372 #, gcc-internal-format, gfc-internal-format
67373 msgid "ABSTRACT type at %C"
67374 msgstr ""
67376 #: fortran/decl.cc:10243
67377 #, gcc-internal-format, gfc-internal-format
67378 msgid "Failed to create structure type '%s' at %C"
67379 msgstr "Nije uspjelo stvoriti strukturu tipa ‘%s’ pri %C"
67381 #: fortran/decl.cc:10249
67382 #, gcc-internal-format
67383 msgid "Type definition of %qs at %C was already defined at %L"
67384 msgstr ""
67386 #: fortran/decl.cc:10296
67387 #, gcc-internal-format, gfc-internal-format
67388 msgid "Junk after MAP statement at %C"
67389 msgstr ""
67391 #: fortran/decl.cc:10329
67392 #, gcc-internal-format, gfc-internal-format
67393 msgid "Junk after UNION statement at %C"
67394 msgstr ""
67396 #: fortran/decl.cc:10364
67397 #, gcc-internal-format
67398 msgid "%s at %C is a DEC extension, enable with %<-fdec-structure%>"
67399 msgstr ""
67401 #: fortran/decl.cc:10378
67402 #, gcc-internal-format, gfc-internal-format
67403 msgid "Structure name expected in non-nested structure declaration at %C"
67404 msgstr ""
67406 #: fortran/decl.cc:10396
67407 #, gcc-internal-format, gfc-internal-format
67408 msgid "Junk after non-nested STRUCTURE statement at %C"
67409 msgstr ""
67411 #: fortran/decl.cc:10403
67412 #, gcc-internal-format
67413 msgid "Structure name %qs at %C cannot be the same as an intrinsic type"
67414 msgstr "Ime strukture %qs pri %C ne može biti isto kao intrinsična vrsta"
67416 #: fortran/decl.cc:10566
67417 #, gcc-internal-format, gfc-internal-format
67418 msgid "Expected :: in TYPE definition at %C"
67419 msgstr ""
67421 #: fortran/decl.cc:10579
67422 #, gcc-internal-format, gfc-internal-format
67423 msgid "Mangled derived type definition at %C"
67424 msgstr ""
67426 #: fortran/decl.cc:10608
67427 #, gcc-internal-format
67428 msgid "Type name %qs at %C cannot be the same as an intrinsic type"
67429 msgstr "Ime vrste %qs pri %C ne može biti isto kao intrinsična vrsta"
67431 #: fortran/decl.cc:10619
67432 #, gcc-internal-format
67433 msgid "Derived type name %qs at %C already has a basic type of %s"
67434 msgstr ""
67436 #: fortran/decl.cc:10622
67437 #, gcc-internal-format
67438 msgid "Derived type name %qs at %C already has a basic type"
67439 msgstr ""
67441 #: fortran/decl.cc:10637
67442 #, gcc-internal-format
67443 msgid "Dummy argument %qs at %L cannot be a derived type at %C"
67444 msgstr ""
67446 #: fortran/decl.cc:10646
67447 #, gcc-internal-format
67448 msgid "Derived type definition of %qs at %C has already been defined"
67449 msgstr ""
67451 #: fortran/decl.cc:10709
67452 #, gcc-internal-format, gfc-internal-format
67453 msgid "Garbage after PARAMETERIZED TYPE declaration at %C"
67454 msgstr ""
67456 #: fortran/decl.cc:10792
67457 #, gcc-internal-format, gfc-internal-format
67458 msgid "Cray Pointee at %C cannot be assumed shape array"
67459 msgstr ""
67461 #: fortran/decl.cc:10812
67462 #, gcc-internal-format, gfc-internal-format
67463 msgid "ENUM and ENUMERATOR at %C"
67464 msgstr ""
67466 #: fortran/decl.cc:10844
67467 #, gcc-internal-format, gfc-internal-format
67468 msgid "Enumerator exceeds the C integer type at %C"
67469 msgstr ""
67471 #: fortran/decl.cc:10923
67472 #, gcc-internal-format, gfc-internal-format
67473 msgid "ENUMERATOR %L not initialized with integer expression"
67474 msgstr ""
67476 #: fortran/decl.cc:10971
67477 #, gcc-internal-format, gfc-internal-format
67478 msgid "ENUM definition statement expected before %C"
67479 msgstr ""
67481 #: fortran/decl.cc:11007
67482 #, gcc-internal-format, gfc-internal-format
67483 msgid "Syntax error in ENUMERATOR definition at %C"
67484 msgstr ""
67486 #: fortran/decl.cc:11054 fortran/decl.cc:11069
67487 #, gcc-internal-format, gfc-internal-format
67488 msgid "Duplicate access-specifier at %C"
67489 msgstr ""
67491 #: fortran/decl.cc:11089
67492 #, gcc-internal-format, gfc-internal-format
67493 msgid "Binding attributes already specify passing, illegal NOPASS at %C"
67494 msgstr ""
67496 #: fortran/decl.cc:11109
67497 #, gcc-internal-format, gfc-internal-format
67498 msgid "Binding attributes already specify passing, illegal PASS at %C"
67499 msgstr ""
67501 #: fortran/decl.cc:11136
67502 #, gcc-internal-format, gfc-internal-format
67503 msgid "Duplicate POINTER attribute at %C"
67504 msgstr ""
67506 #: fortran/decl.cc:11154
67507 #, gcc-internal-format, gfc-internal-format
67508 msgid "Duplicate NON_OVERRIDABLE at %C"
67509 msgstr ""
67511 #: fortran/decl.cc:11170
67512 #, gcc-internal-format, gfc-internal-format
67513 msgid "Duplicate DEFERRED at %C"
67514 msgstr ""
67516 #: fortran/decl.cc:11183
67517 #, gcc-internal-format, gfc-internal-format
67518 msgid "Expected access-specifier at %C"
67519 msgstr ""
67521 #: fortran/decl.cc:11185
67522 #, gcc-internal-format, gfc-internal-format
67523 msgid "Expected binding attribute at %C"
67524 msgstr ""
67526 #: fortran/decl.cc:11193
67527 #, gcc-internal-format, gfc-internal-format
67528 msgid "NON_OVERRIDABLE and DEFERRED cannot both appear at %C"
67529 msgstr ""
67531 #: fortran/decl.cc:11206
67532 #, gcc-internal-format, gfc-internal-format
67533 msgid "POINTER attribute is required for procedure pointer component at %C"
67534 msgstr ""
67536 #: fortran/decl.cc:11248
67537 #, gcc-internal-format
67538 msgid "Interface-name expected after %<(%> at %C"
67539 msgstr ""
67541 #: fortran/decl.cc:11254
67542 #, gcc-internal-format
67543 msgid "%<)%> expected at %C"
67544 msgstr ""
67546 #: fortran/decl.cc:11274
67547 #, gcc-internal-format, gfc-internal-format
67548 msgid "Interface must be specified for DEFERRED binding at %C"
67549 msgstr ""
67551 #: fortran/decl.cc:11279
67552 #, gcc-internal-format, gfc-internal-format
67553 msgid "PROCEDURE(interface) at %C should be declared DEFERRED"
67554 msgstr ""
67556 #: fortran/decl.cc:11302
67557 #, gcc-internal-format, gfc-internal-format
67558 msgid "Expected binding name at %C"
67559 msgstr ""
67561 #: fortran/decl.cc:11306
67562 #, gcc-internal-format, gfc-internal-format
67563 msgid "PROCEDURE list at %C"
67564 msgstr ""
67566 #: fortran/decl.cc:11318
67567 #, gcc-internal-format
67568 msgid "%<=> target%> is invalid for DEFERRED binding at %C"
67569 msgstr ""
67571 #: fortran/decl.cc:11324
67572 #, gcc-internal-format
67573 msgid "%<::%> needed in PROCEDURE binding with explicit target at %C"
67574 msgstr ""
67576 #: fortran/decl.cc:11334
67577 #, gcc-internal-format
67578 msgid "Expected binding target after %<=>%> at %C"
67579 msgstr ""
67581 #: fortran/decl.cc:11351
67582 #, gcc-internal-format
67583 msgid "Type %qs containing DEFERRED binding at %C is not ABSTRACT"
67584 msgstr ""
67586 #: fortran/decl.cc:11362
67587 #, gcc-internal-format
67588 msgid "There is already a procedure with binding name %qs for the derived type %qs at %C"
67589 msgstr ""
67591 #: fortran/decl.cc:11413
67592 #, gcc-internal-format, gfc-internal-format
67593 msgid "GENERIC at %C must be inside a derived-type CONTAINS"
67594 msgstr ""
67596 #: fortran/decl.cc:11433
67597 #, gcc-internal-format
67598 msgid "Expected %<::%> at %C"
67599 msgstr "Očekivano je %<::%> pri %C"
67601 #: fortran/decl.cc:11445
67602 #, gcc-internal-format, gfc-internal-format
67603 msgid "Expected generic name or operator descriptor at %C"
67604 msgstr ""
67606 #: fortran/decl.cc:11466
67607 #, gcc-internal-format, gfc-internal-format
67608 msgid "Malformed GENERIC statement at %C"
67609 msgstr ""
67611 #: fortran/decl.cc:11477
67612 #, gcc-internal-format
67613 msgid "Expected %<=>%> at %C"
67614 msgstr "Očekivano je %<=>%> pri %C"
67616 #: fortran/decl.cc:11513
67617 #, gcc-internal-format
67618 msgid "There's already a non-generic procedure with binding name %qs for the derived type %qs at %C"
67619 msgstr ""
67621 #: fortran/decl.cc:11521
67622 #, gcc-internal-format
67623 msgid "Binding at %C must have the same access as already defined binding %qs"
67624 msgstr "Vezanje pri %C mora imati isti pristup kao već definirano vezanje %qs"
67626 #: fortran/decl.cc:11569
67627 #, gcc-internal-format, gfc-internal-format
67628 msgid "Expected specific binding name at %C"
67629 msgstr ""
67631 #: fortran/decl.cc:11579
67632 #, gcc-internal-format
67633 msgid "%qs already defined as specific binding for the generic %qs at %C"
67634 msgstr ""
67636 #: fortran/decl.cc:11597
67637 #, gcc-internal-format, gfc-internal-format
67638 msgid "Junk after GENERIC binding at %C"
67639 msgstr ""
67641 #: fortran/decl.cc:11632
67642 #, gcc-internal-format, gfc-internal-format
67643 msgid "FINAL declaration at %C must be inside a derived type CONTAINS section"
67644 msgstr ""
67646 #: fortran/decl.cc:11643
67647 #, gcc-internal-format, gfc-internal-format
67648 msgid "Derived type declaration with FINAL at %C must be in the specification part of a MODULE"
67649 msgstr ""
67651 #: fortran/decl.cc:11665
67652 #, gcc-internal-format, gfc-internal-format
67653 msgid "Empty FINAL at %C"
67654 msgstr ""
67656 #: fortran/decl.cc:11672
67657 #, gcc-internal-format, gfc-internal-format
67658 msgid "Expected module procedure name at %C"
67659 msgstr ""
67661 #: fortran/decl.cc:11682
67662 #, gcc-internal-format
67663 msgid "Expected %<,%> at %C"
67664 msgstr "Očekivano je %<,%> pri %C"
67666 #: fortran/decl.cc:11688
67667 #, gcc-internal-format
67668 msgid "Unknown procedure name %qs at %C"
67669 msgstr ""
67671 #: fortran/decl.cc:11701
67672 #, gcc-internal-format
67673 msgid "%qs at %C is already defined as FINAL procedure"
67674 msgstr ""
67676 #: fortran/decl.cc:11775
67677 #, gcc-internal-format, gfc-internal-format
67678 msgid "Unknown attribute in !GCC$ ATTRIBUTES statement at %C"
67679 msgstr ""
67681 #: fortran/decl.cc:11821
67682 #, gcc-internal-format, gfc-internal-format
67683 msgid "Syntax error in !GCC$ ATTRIBUTES statement at %C"
67684 msgstr ""
67686 #: fortran/decl.cc:11842
67687 #, gcc-internal-format
67688 msgid "%<GCC unroll%> directive requires a non-negative integral constant less than or equal to %u at %C"
67689 msgstr ""
67691 #: fortran/decl.cc:11856
67692 #, gcc-internal-format, gfc-internal-format
67693 msgid "Syntax error in !GCC$ UNROLL directive at %C"
67694 msgstr ""
67696 #: fortran/decl.cc:11920
67697 #, gcc-internal-format, gfc-internal-format
67698 msgid "Syntax error in !GCC$ IVDEP directive at %C"
67699 msgstr ""
67701 #: fortran/decl.cc:11937
67702 #, gcc-internal-format, gfc-internal-format
67703 msgid "Syntax error in !GCC$ VECTOR directive at %C"
67704 msgstr ""
67706 #: fortran/decl.cc:11954
67707 #, gcc-internal-format, gfc-internal-format
67708 msgid "Syntax error in !GCC$ NOVECTOR directive at %C"
67709 msgstr ""
67711 #: fortran/dependency.cc:106
67712 #, gcc-internal-format
67713 msgid "identical_array_ref(): inconsistent dimensions"
67714 msgstr ""
67716 #: fortran/dependency.cc:199
67717 #, gcc-internal-format
67718 msgid "are_identical_variables: Bad type"
67719 msgstr ""
67721 #: fortran/dependency.cc:989
67722 #, gcc-internal-format, gfc-internal-format
67723 msgid "INTENT(%s) actual argument at %L might interfere with actual argument at %L."
67724 msgstr ""
67726 #: fortran/dependency.cc:1293
67727 #, gcc-internal-format
67728 msgid "gfc_check_dependency: expecting an EXPR_VARIABLE"
67729 msgstr ""
67731 #: fortran/dump-parse-tree.cc:282
67732 #, gcc-internal-format
67733 msgid "show_array_spec(): Unhandled array shape type."
67734 msgstr ""
67736 #: fortran/dump-parse-tree.cc:361
67737 #, gcc-internal-format
67738 msgid "show_array_ref(): Unknown array reference"
67739 msgstr ""
67741 #: fortran/dump-parse-tree.cc:435
67742 #, gcc-internal-format
67743 msgid "show_ref(): Bad component code"
67744 msgstr ""
67746 #: fortran/dump-parse-tree.cc:708
67747 #, gcc-internal-format
67748 msgid "show_expr(): Bad intrinsic in expression"
67749 msgstr ""
67751 #: fortran/dump-parse-tree.cc:751
67752 #, gcc-internal-format
67753 msgid "show_expr(): Don't know how to show expr"
67754 msgstr ""
67756 #: fortran/dump-parse-tree.cc:3485
67757 #, gcc-internal-format
67758 msgid "show_code_node(): Bad statement code"
67759 msgstr ""
67761 #: fortran/dump-parse-tree.cc:3821 fortran/dump-parse-tree.cc:3926
67762 #, gcc-internal-format
67763 msgid "Cannot convert %qs to interoperable type at %L"
67764 msgstr ""
67766 #: fortran/error.cc:388
67767 #, gcc-internal-format, gfc-internal-format
67768 msgid "    Included at %s:%d:"
67769 msgstr ""
67771 #: fortran/error.cc:474
67772 #, gcc-internal-format
67773 msgid "<During initialization>\n"
67774 msgstr ""
67776 #: fortran/expr.cc:149
67777 #, gcc-internal-format
67778 msgid "gfc_get_constant_expr(): locus %<where%> cannot be NULL"
67779 msgstr ""
67781 #: fortran/expr.cc:357
67782 #, gcc-internal-format
67783 msgid "gfc_copy_expr(): Bad expr node"
67784 msgstr ""
67786 #: fortran/expr.cc:514
67787 #, gcc-internal-format
67788 msgid "free_expr0(): Bad expr type"
67789 msgstr ""
67791 #: fortran/expr.cc:669 fortran/expr.cc:671 fortran/expr.cc:722
67792 #: fortran/expr.cc:724
67793 #, gcc-internal-format, gfc-internal-format
67794 msgid "Constant expression required at %C"
67795 msgstr ""
67797 #: fortran/expr.cc:678 fortran/expr.cc:680 fortran/expr.cc:731
67798 #: fortran/expr.cc:733
67799 #, gcc-internal-format, gfc-internal-format
67800 msgid "Integer expression required at %C"
67801 msgstr ""
67803 #: fortran/expr.cc:688 fortran/expr.cc:690 fortran/expr.cc:744
67804 #: fortran/expr.cc:746
67805 #, gcc-internal-format, gfc-internal-format
67806 msgid "Integer value too large in expression at %C"
67807 msgstr ""
67809 #: fortran/expr.cc:1109
67810 #, gcc-internal-format
67811 msgid "gfc_is_constant_expr(): Unknown expression type"
67812 msgstr ""
67814 #: fortran/expr.cc:1304
67815 #, gcc-internal-format
67816 msgid "simplify_intrinsic_op(): Bad operator"
67817 msgstr ""
67819 #: fortran/expr.cc:1409
67820 #, gcc-internal-format, gfc-internal-format
67821 msgid "Index in dimension %d is out of bounds at %L"
67822 msgstr ""
67824 #: fortran/expr.cc:1607 fortran/expr.cc:1658
67825 #, gcc-internal-format, gfc-internal-format
67826 msgid "index in dimension %d is out of bounds at %L"
67827 msgstr ""
67829 #: fortran/expr.cc:1734
67830 #, gcc-internal-format
67831 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"
67832 msgstr ""
67834 #: fortran/expr.cc:1744
67835 #, gcc-internal-format, gfc-internal-format
67836 msgid "Error in array constructor referenced at %L"
67837 msgstr ""
67839 #: fortran/expr.cc:1848 fortran/primary.cc:2292 fortran/primary.cc:2436
67840 #, gcc-internal-format, gfc-internal-format
67841 msgid "LEN part_ref at %C"
67842 msgstr ""
67844 #: fortran/expr.cc:1866 fortran/primary.cc:2287 fortran/primary.cc:2451
67845 #, gcc-internal-format, gfc-internal-format
67846 msgid "KIND part_ref at %C"
67847 msgstr ""
67849 #: fortran/expr.cc:1877
67850 #, gcc-internal-format, gfc-internal-format
67851 msgid "RE part_ref at %C"
67852 msgstr ""
67854 #: fortran/expr.cc:1889
67855 #, gcc-internal-format, gfc-internal-format
67856 msgid "IM part_ref at %C"
67857 msgstr ""
67859 #: fortran/expr.cc:2537
67860 #, gcc-internal-format, gfc-internal-format
67861 msgid "elemental function arguments at %C are not compliant"
67862 msgstr ""
67864 #: fortran/expr.cc:2581
67865 #, gcc-internal-format, gfc-internal-format
67866 msgid "Numeric or CHARACTER operands are required in expression at %L"
67867 msgstr ""
67869 #: fortran/expr.cc:2606
67870 #, gcc-internal-format, gfc-internal-format
67871 msgid "Concatenation operator in expression at %L must have two CHARACTER operands"
67872 msgstr ""
67874 #: fortran/expr.cc:2613
67875 #, gcc-internal-format, gfc-internal-format
67876 msgid "Concat operator at %L must concatenate strings of the same kind"
67877 msgstr ""
67879 #: fortran/expr.cc:2623
67880 #, gcc-internal-format, gfc-internal-format
67881 msgid ".NOT. operator in expression at %L must have a LOGICAL operand"
67882 msgstr ""
67884 #: fortran/expr.cc:2639
67885 #, gcc-internal-format, gfc-internal-format
67886 msgid "LOGICAL operands are required in expression at %L"
67887 msgstr ""
67889 #: fortran/expr.cc:2650
67890 #, gcc-internal-format, gfc-internal-format
67891 msgid "Only intrinsic operators can be used in expression at %L"
67892 msgstr ""
67894 #: fortran/expr.cc:2658
67895 #, gcc-internal-format, gfc-internal-format
67896 msgid "Numeric operands are required in expression at %L"
67897 msgstr ""
67899 #: fortran/expr.cc:2681
67900 #, gcc-internal-format
67901 msgid "Invalid initialization expression for ALLOCATABLE component %qs in structure constructor at %L"
67902 msgstr ""
67904 #: fortran/expr.cc:2818
67905 #, gcc-internal-format
67906 msgid "Assumed or deferred character length variable %qs in constant expression at %L"
67907 msgstr ""
67909 #: fortran/expr.cc:2893
67910 #, gcc-internal-format
67911 msgid "transformational intrinsic %qs at %L is not permitted in an initialization expression"
67912 msgstr ""
67914 #: fortran/expr.cc:2924
67915 #, gcc-internal-format, gfc-internal-format
67916 msgid "Evaluation of nonstandard initialization expression at %L"
67917 msgstr ""
67919 #: fortran/expr.cc:3001 fortran/resolve.cc:2833
67920 #, gcc-internal-format
67921 msgid "Function %qs in initialization expression at %L must be an intrinsic function"
67922 msgstr ""
67924 #: fortran/expr.cc:3013
67925 #, gcc-internal-format
67926 msgid "Intrinsic function %qs at %L is not permitted in an initialization expression"
67927 msgstr ""
67929 #: fortran/expr.cc:3052
67930 #, gcc-internal-format
67931 msgid "PARAMETER %qs is used at %L before its definition is complete"
67932 msgstr ""
67934 #: fortran/expr.cc:3072
67935 #, gcc-internal-format
67936 msgid "Assumed size array %qs at %L is not permitted in an initialization expression"
67937 msgstr ""
67939 #: fortran/expr.cc:3078
67940 #, gcc-internal-format
67941 msgid "Assumed shape array %qs at %L is not permitted in an initialization expression"
67942 msgstr ""
67944 #: fortran/expr.cc:3087
67945 #, gcc-internal-format
67946 msgid "Assumed-shape array %qs at %L is not permitted in an initialization expression"
67947 msgstr ""
67949 #: fortran/expr.cc:3091
67950 #, gcc-internal-format
67951 msgid "Deferred array %qs at %L is not permitted in an initialization expression"
67952 msgstr ""
67954 #: fortran/expr.cc:3097
67955 #, gcc-internal-format
67956 msgid "Array %qs at %L is a variable, which does not reduce to a constant expression"
67957 msgstr ""
67959 #: fortran/expr.cc:3103
67960 #, gcc-internal-format
67961 msgid "Assumed-rank array %qs at %L is not permitted in an initialization expression"
67962 msgstr ""
67964 #: fortran/expr.cc:3113
67965 #, gcc-internal-format
67966 msgid "Parameter %qs at %L has not been declared or is a variable, which does not reduce to a constant expression"
67967 msgstr ""
67969 #: fortran/expr.cc:3167
67970 #, gcc-internal-format
67971 msgid "check_init_expr(): Unknown expression type"
67972 msgstr ""
67974 #: fortran/expr.cc:3302
67975 #, gcc-internal-format
67976 msgid "Specification function %qs at %L cannot be a statement function"
67977 msgstr ""
67979 #: fortran/expr.cc:3309
67980 #, gcc-internal-format
67981 msgid "Specification function %qs at %L cannot be an internal function"
67982 msgstr ""
67984 #: fortran/expr.cc:3316
67985 #, gcc-internal-format
67986 msgid "Specification function %qs at %L must be PURE"
67987 msgstr ""
67989 #: fortran/expr.cc:3324
67990 #, gcc-internal-format
67991 msgid "Specification function %qs at %L cannot be RECURSIVE"
67992 msgstr ""
67994 #: fortran/expr.cc:3471
67995 #, gcc-internal-format
67996 msgid "Dummy argument %qs not allowed in expression at %L"
67997 msgstr ""
67999 #: fortran/expr.cc:3479
68000 #, gcc-internal-format
68001 msgid "Dummy argument %qs at %L cannot be OPTIONAL"
68002 msgstr ""
68004 #: fortran/expr.cc:3486
68005 #, gcc-internal-format
68006 msgid "Dummy argument %qs at %L cannot be INTENT(OUT)"
68007 msgstr ""
68009 #: fortran/expr.cc:3513
68010 #, gcc-internal-format
68011 msgid "Variable %qs cannot appear in the expression at %L"
68012 msgstr ""
68014 #: fortran/expr.cc:3544
68015 #, gcc-internal-format
68016 msgid "check_restricted(): Unknown expression type"
68017 msgstr ""
68019 #: fortran/expr.cc:3564
68020 #, gcc-internal-format, gfc-internal-format
68021 msgid "Expression at %L must be of INTEGER type, found %s"
68022 msgstr ""
68024 #: fortran/expr.cc:3576
68025 #, gcc-internal-format
68026 msgid "Function %qs at %L must be PURE"
68027 msgstr ""
68029 #: fortran/expr.cc:3585
68030 #, gcc-internal-format, gfc-internal-format
68031 msgid "Expression at %L must be scalar"
68032 msgstr ""
68034 #. Reject truncation.
68035 #: fortran/expr.cc:3617
68036 #, gcc-internal-format, gfc-internal-format
68037 msgid "optype_msgid overflow: %d"
68038 msgstr ""
68040 #: fortran/expr.cc:3621
68041 #, gcc-internal-format, gfc-internal-format
68042 msgid "Incompatible ranks in %s (%d and %d) at %L"
68043 msgstr ""
68045 #: fortran/expr.cc:3635
68046 #, gcc-internal-format, gfc-internal-format
68047 msgid "Different shape for %s at %L on dimension %d (%d and %d)"
68048 msgstr ""
68050 #: fortran/expr.cc:3683
68051 #, gcc-internal-format, gfc-internal-format
68052 msgid "Assignment to a LEN or KIND part_ref at %L is not allowed"
68053 msgstr ""
68055 #: fortran/expr.cc:3739
68056 #, gcc-internal-format
68057 msgid "%qs at %L is not a VALUE"
68058 msgstr ""
68060 #: fortran/expr.cc:3750
68061 #, gcc-internal-format, gfc-internal-format
68062 msgid "Illegal assignment to external procedure at %L"
68063 msgstr ""
68065 #: fortran/expr.cc:3758
68066 #, gcc-internal-format, gfc-internal-format
68067 msgid "Incompatible ranks %d and %d in assignment at %L"
68068 msgstr ""
68070 #: fortran/expr.cc:3765
68071 #, gcc-internal-format, gfc-internal-format
68072 msgid "Variable type is UNKNOWN in assignment at %L"
68073 msgstr ""
68075 #: fortran/expr.cc:3777
68076 #, gcc-internal-format, gfc-internal-format
68077 msgid "NULL appears on right-hand side in assignment at %L"
68078 msgstr ""
68080 #: fortran/expr.cc:3787
68081 #, gcc-internal-format, gfc-internal-format
68082 msgid "POINTER-valued function appears on right-hand side of assignment at %L"
68083 msgstr ""
68085 #: fortran/expr.cc:3830
68086 #, gcc-internal-format
68087 msgid "BOZ literal constant near %L cannot be assigned to a %qs variable"
68088 msgstr ""
68090 #: fortran/expr.cc:3837
68091 #, gcc-internal-format, gfc-internal-format
68092 msgid "The assignment to a KIND or LEN component of a parameterized type at %L is not allowed"
68093 msgstr ""
68095 #: fortran/expr.cc:3867
68096 #, gcc-internal-format, gfc-internal-format
68097 msgid "Incompatible types in DATA statement at %L; attempted conversion of %s to %s"
68098 msgstr ""
68100 #: fortran/expr.cc:3911
68101 #, gcc-internal-format, gfc-internal-format
68102 msgid "Pointer assignment target is not a POINTER at %L"
68103 msgstr ""
68105 #: fortran/expr.cc:3919
68106 #, gcc-internal-format
68107 msgid "%qs in the pointer assignment at %L cannot be an l-value since it is a procedure"
68108 msgstr ""
68110 #: fortran/expr.cc:3943
68111 #, gcc-internal-format
68112 msgid "Expected bounds specification for %qs at %L"
68113 msgstr ""
68115 #: fortran/expr.cc:3948
68116 #, gcc-internal-format
68117 msgid "Bounds specification for %qs in pointer assignment at %L"
68118 msgstr ""
68120 #: fortran/expr.cc:3977
68121 #, gcc-internal-format, gfc-internal-format
68122 msgid "Stride must not be present at %L"
68123 msgstr ""
68125 #: fortran/expr.cc:3983 fortran/expr.cc:4003
68126 #, gcc-internal-format
68127 msgid "Rank remapping requires a list of %<lower-bound : upper-bound%> specifications at %L"
68128 msgstr ""
68130 #: fortran/expr.cc:3991 fortran/expr.cc:4010
68131 #, gcc-internal-format
68132 msgid "Expected list of %<lower-bound :%> or list of %<lower-bound : upper-bound%> specifications at %L"
68133 msgstr ""
68135 #: fortran/expr.cc:4037
68136 #, gcc-internal-format, gfc-internal-format
68137 msgid "Pointer object at %L shall not have a coindex"
68138 msgstr ""
68140 #: fortran/expr.cc:4058
68141 #, gcc-internal-format, gfc-internal-format
68142 msgid "Invalid procedure pointer assignment at %L"
68143 msgstr ""
68145 #: fortran/expr.cc:4083
68146 #, gcc-internal-format
68147 msgid "Function result %qs is invalid as proc-target in procedure pointer assignment at %L"
68148 msgstr ""
68150 #: fortran/expr.cc:4092
68151 #, gcc-internal-format
68152 msgid "Abstract interface %qs is invalid in procedure pointer assignment at %L"
68153 msgstr ""
68155 #: fortran/expr.cc:4102
68156 #, gcc-internal-format
68157 msgid "Statement function %qs is invalid in procedure pointer assignment at %L"
68158 msgstr ""
68160 #: fortran/expr.cc:4108
68161 #, gcc-internal-format
68162 msgid "Internal procedure %qs is invalid in procedure pointer assignment at %L"
68163 msgstr ""
68165 #: fortran/expr.cc:4115
68166 #, gcc-internal-format
68167 msgid "Intrinsic %qs at %L is invalid in procedure pointer assignment"
68168 msgstr ""
68170 #: fortran/expr.cc:4123
68171 #, gcc-internal-format
68172 msgid "Nonintrinsic elemental procedure %qs is invalid in procedure pointer assignment at %L"
68173 msgstr ""
68175 #: fortran/expr.cc:4146
68176 #, gcc-internal-format, gfc-internal-format
68177 msgid "Mismatch in the procedure pointer assignment at %L: mismatch in the calling convention"
68178 msgstr ""
68180 #: fortran/expr.cc:4199
68181 #, gcc-internal-format
68182 msgid "Interface mismatch in procedure pointer assignment at %L: %qs is not a subroutine"
68183 msgstr ""
68185 #: fortran/expr.cc:4209 fortran/expr.cc:4224
68186 #, gcc-internal-format
68187 msgid "Explicit interface required for component %qs at %L: %s"
68188 msgstr ""
68190 #: fortran/expr.cc:4215 fortran/expr.cc:4230 fortran/resolve.cc:2713
68191 #, gcc-internal-format
68192 msgid "Explicit interface required for %qs at %L: %s"
68193 msgstr ""
68195 #: fortran/expr.cc:4242
68196 #, gcc-internal-format, gfc-internal-format
68197 msgid "Interface mismatch in procedure pointer assignment at %L: %s"
68198 msgstr ""
68200 #: fortran/expr.cc:4251
68201 #, gcc-internal-format
68202 msgid "Procedure pointer target %qs at %L must be either an intrinsic, host or use associated, referenced or have the EXTERNAL attribute"
68203 msgstr ""
68205 #: fortran/expr.cc:4264
68206 #, gcc-internal-format, gfc-internal-format
68207 msgid "Pointer assignment target cannot be a constant at %L"
68208 msgstr ""
68210 #: fortran/expr.cc:4278
68211 #, gcc-internal-format, gfc-internal-format
68212 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"
68213 msgstr ""
68215 #: fortran/expr.cc:4283
68216 #, gcc-internal-format, gfc-internal-format
68217 msgid "Different types in pointer assignment at %L; attempted assignment of %s to %s"
68218 msgstr ""
68220 #: fortran/expr.cc:4291
68221 #, gcc-internal-format, gfc-internal-format
68222 msgid "Different kind type parameters in pointer assignment at %L"
68223 msgstr ""
68225 #: fortran/expr.cc:4298
68226 #, gcc-internal-format, gfc-internal-format
68227 msgid "Different ranks in pointer assignment at %L"
68228 msgstr ""
68230 #: fortran/expr.cc:4317
68231 #, gcc-internal-format, gfc-internal-format
68232 msgid "Rank remapping target is smaller than size of the pointer (%ld < %ld) at %L"
68233 msgstr ""
68235 #: fortran/expr.cc:4330
68236 #, gcc-internal-format, gfc-internal-format
68237 msgid "Rank remapping target must be rank 1 or simply contiguous at %L"
68238 msgstr ""
68240 #: fortran/expr.cc:4334
68241 #, gcc-internal-format, gfc-internal-format
68242 msgid "Rank remapping target is not rank 1 at %L"
68243 msgstr ""
68245 #. The test above might need to be extend when F08, Note 5.4 has to be
68246 #. interpreted in the way that target and pointer with the same coindex
68247 #. are allowed.
68248 #: fortran/expr.cc:4359 fortran/expr.cc:4485
68249 #, gcc-internal-format, gfc-internal-format
68250 msgid "Data target at %L shall not have a coindex"
68251 msgstr ""
68253 #: fortran/expr.cc:4362
68254 #, gcc-internal-format, gfc-internal-format
68255 msgid "Target expression in pointer assignment at %L must deliver a pointer result"
68256 msgstr ""
68258 #: fortran/expr.cc:4376
68259 #, gcc-internal-format, gfc-internal-format
68260 msgid "Zero-sized array detected at %L where an entity with the TARGET attribute is expected"
68261 msgstr ""
68263 #: fortran/expr.cc:4382 fortran/expr.cc:4397
68264 #, gcc-internal-format, gfc-internal-format
68265 msgid "Pointer assignment target in initialization expression does not have the TARGET attribute at %L"
68266 msgstr ""
68268 #: fortran/expr.cc:4413
68269 #, gcc-internal-format, gfc-internal-format
68270 msgid "Every subscript of target specification at %L must be a constant expression"
68271 msgstr ""
68273 #: fortran/expr.cc:4424
68274 #, gcc-internal-format, gfc-internal-format
68275 msgid "Substring starting and ending points of target specification at %L must be constant expressions"
68276 msgstr ""
68278 #: fortran/expr.cc:4440
68279 #, gcc-internal-format, gfc-internal-format
68280 msgid "Pointer assignment target is neither TARGET nor POINTER at %L"
68281 msgstr ""
68283 #: fortran/expr.cc:4455
68284 #, gcc-internal-format, gfc-internal-format
68285 msgid "Bad target in pointer assignment in PURE procedure at %L"
68286 msgstr ""
68288 #: fortran/expr.cc:4464
68289 #, gcc-internal-format, gfc-internal-format
68290 msgid "Pointer assignment with vector subscript on rhs at %L"
68291 msgstr ""
68293 #: fortran/expr.cc:4472
68294 #, gcc-internal-format, gfc-internal-format
68295 msgid "Pointer assignment target has PROTECTED attribute at %L"
68296 msgstr ""
68298 #: fortran/expr.cc:4500 fortran/expr.cc:4505
68299 #, gcc-internal-format, gfc-internal-format
68300 msgid "Assignment to contiguous pointer from non-contiguous target at %L"
68301 msgstr ""
68303 #: fortran/expr.cc:4545
68304 #, gcc-internal-format, gfc-internal-format
68305 msgid "Pointer at %L in pointer assignment might outlive the pointer target"
68306 msgstr ""
68308 #: fortran/expr.cc:4621 fortran/resolve.cc:1552
68309 #, gcc-internal-format, gfc-internal-format
68310 msgid "Pointer initialization target at %L must not be ALLOCATABLE"
68311 msgstr ""
68313 #: fortran/expr.cc:4627
68314 #, gcc-internal-format, gfc-internal-format
68315 msgid "Pointer initialization target at %L must have the TARGET attribute"
68316 msgstr ""
68318 #: fortran/expr.cc:4642 fortran/resolve.cc:1558
68319 #, gcc-internal-format, gfc-internal-format
68320 msgid "Pointer initialization target at %L must have the SAVE attribute"
68321 msgstr ""
68323 #: fortran/expr.cc:4654
68324 #, gcc-internal-format, gfc-internal-format
68325 msgid "Procedure pointer initialization target at %L may not be a procedure pointer"
68326 msgstr ""
68328 #: fortran/expr.cc:4660
68329 #, gcc-internal-format
68330 msgid "Internal procedure %qs is invalid in procedure pointer initialization at %L"
68331 msgstr ""
68333 #: fortran/expr.cc:4667
68334 #, gcc-internal-format
68335 msgid "Dummy procedure %qs is invalid in procedure pointer initialization at %L"
68336 msgstr ""
68338 #: fortran/expr.cc:5135
68339 #, gcc-internal-format
68340 msgid "generate_isocbinding_initializer(): bad iso_c_binding type, expected %<c_ptr%> or %<c_funptr%>"
68341 msgstr ""
68343 #: fortran/expr.cc:6235
68344 #, gcc-internal-format, gfc-internal-format
68345 msgid "Fortran 2008: Pointer functions in variable definition context (%s) at %L"
68346 msgstr ""
68348 #: fortran/expr.cc:6243
68349 #, gcc-internal-format, gfc-internal-format
68350 msgid "Non-variable expression in variable definition context (%s) at %L"
68351 msgstr ""
68353 #: fortran/expr.cc:6251
68354 #, gcc-internal-format
68355 msgid "Named constant %qs in variable definition context (%s) at %L"
68356 msgstr ""
68358 #: fortran/expr.cc:6262
68359 #, gcc-internal-format
68360 msgid "%qs in variable definition context (%s) at %L is not a variable"
68361 msgstr ""
68363 #: fortran/expr.cc:6273
68364 #, gcc-internal-format, gfc-internal-format
68365 msgid "Non-POINTER in pointer association context (%s) at %L"
68366 msgstr ""
68368 #: fortran/expr.cc:6282
68369 #, gcc-internal-format, gfc-internal-format
68370 msgid "Type inaccessible in variable definition context (%s) at %L"
68371 msgstr ""
68373 #: fortran/expr.cc:6295
68374 #, gcc-internal-format, gfc-internal-format
68375 msgid "LOCK_TYPE in variable definition context (%s) at %L"
68376 msgstr ""
68378 #: fortran/expr.cc:6308
68379 #, gcc-internal-format, gfc-internal-format
68380 msgid "LOCK_EVENT in variable definition context (%s) at %L"
68381 msgstr ""
68383 #: fortran/expr.cc:6339
68384 #, gcc-internal-format
68385 msgid "%qs parameter inquiry for %qs in variable definition context (%s) at %L"
68386 msgstr ""
68388 #: fortran/expr.cc:6356
68389 #, gcc-internal-format
68390 msgid "Dummy argument %qs with INTENT(IN) in pointer association context (%s) at %L"
68391 msgstr ""
68393 #: fortran/expr.cc:6366
68394 #, gcc-internal-format
68395 msgid "Dummy argument %qs with INTENT(IN) in variable definition context (%s) at %L"
68396 msgstr ""
68398 #: fortran/expr.cc:6379
68399 #, gcc-internal-format
68400 msgid "Variable %qs is PROTECTED and cannot appear in a pointer association context (%s) at %L"
68401 msgstr ""
68403 #: fortran/expr.cc:6387
68404 #, gcc-internal-format
68405 msgid "Variable %qs is PROTECTED and cannot appear in a variable definition context (%s) at %L"
68406 msgstr ""
68408 #: fortran/expr.cc:6402
68409 #, gcc-internal-format
68410 msgid "Variable %qs cannot appear in a variable definition context (%s) at %L in PURE procedure"
68411 msgstr ""
68413 #: fortran/expr.cc:6461
68414 #, gcc-internal-format
68415 msgid "%qs at %L associated to vector-indexed target cannot be used in a variable definition context (%s)"
68416 msgstr ""
68418 #: fortran/expr.cc:6466
68419 #, gcc-internal-format
68420 msgid "%qs at %L associated to expression cannot be used in a variable definition context (%s)"
68421 msgstr ""
68423 #: fortran/expr.cc:6478
68424 #, gcc-internal-format
68425 msgid "Associate-name %qs cannot appear in a variable definition context (%s) at %L because its target at %L cannot, either"
68426 msgstr ""
68428 #: fortran/expr.cc:6520
68429 #, gcc-internal-format, gfc-internal-format
68430 msgid "Elements with the same value at %L and %L in vector subscript in a variable definition context (%s)"
68431 msgstr ""
68433 #: fortran/frontend-passes.cc:195
68434 #, gcc-internal-format
68435 msgid "Inconsistent internal state: No location in statement"
68436 msgstr ""
68438 #: fortran/frontend-passes.cc:211
68439 #, gcc-internal-format, gfc-internal-format
68440 msgid "Inconsistent internal state: No location in expression near %L"
68441 msgstr ""
68443 #: fortran/frontend-passes.cc:419
68444 #, gcc-internal-format
68445 msgid "Illegal id in copy_walk_reduction_arg"
68446 msgstr ""
68448 #: fortran/frontend-passes.cc:870 fortran/trans-array.cc:1496
68449 #: fortran/trans-array.cc:6953 fortran/trans-array.cc:8588
68450 #: fortran/trans-intrinsic.cc:8463
68451 #, gcc-internal-format, gfc-internal-format
68452 msgid "Creating array temporary at %L"
68453 msgstr ""
68455 #: fortran/frontend-passes.cc:897
68456 #, gcc-internal-format
68457 msgid "Removing call to impure function %qs at %L"
68458 msgstr ""
68460 #: fortran/frontend-passes.cc:901
68461 #, gcc-internal-format, gfc-internal-format
68462 msgid "Removing call to impure function at %L"
68463 msgstr ""
68465 #: fortran/frontend-passes.cc:1356 fortran/frontend-passes.cc:1395
68466 #, gcc-internal-format
68467 msgid "bad expression"
68468 msgstr "loši izraz"
68470 #: fortran/frontend-passes.cc:1391
68471 #, gcc-internal-format
68472 msgid "bad op"
68473 msgstr ""
68475 #: fortran/frontend-passes.cc:2175
68476 #, gcc-internal-format
68477 msgid "illegal OP in optimize_comparison"
68478 msgstr ""
68480 #: fortran/frontend-passes.cc:2352
68481 #, gcc-internal-format
68482 msgid "Index variable %qs set to undefined as INTENT(OUT) argument at %L in procedure %qs called from within DO loop at %L"
68483 msgstr ""
68485 #: fortran/frontend-passes.cc:2361
68486 #, gcc-internal-format
68487 msgid "Index variable %qs not definable as INTENT(INOUT) argument at %L in procedure %qs called from within DO loop at %L"
68488 msgstr ""
68490 #: fortran/frontend-passes.cc:2499
68491 #, gcc-internal-format
68492 msgid "Index variable %qs set to undefined as INTENT(OUT) argument at %L in subroutine %qs called from within DO loop at %L"
68493 msgstr ""
68495 #: fortran/frontend-passes.cc:2508
68496 #, gcc-internal-format
68497 msgid "Index variable %qs not definable as INTENT(INOUT) argument at %L in subroutine %qs called from within DO loop at %L"
68498 msgstr ""
68500 #: fortran/frontend-passes.cc:2661
68501 #, gcc-internal-format
68502 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to subroutine %qs"
68503 msgstr ""
68505 #: fortran/frontend-passes.cc:2668
68506 #, gcc-internal-format
68507 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to subroutine %qs"
68508 msgstr ""
68510 #: fortran/frontend-passes.cc:2931 fortran/frontend-passes.cc:2957
68511 #, gcc-internal-format, gfc-internal-format
68512 msgid "Array reference at %L out of bounds (%ld < %ld) in loop beginning at %L"
68513 msgstr ""
68515 #: fortran/frontend-passes.cc:2941 fortran/frontend-passes.cc:2967
68516 #, gcc-internal-format, gfc-internal-format
68517 msgid "Array reference at %L out of bounds (%ld > %ld) in loop beginning at %L"
68518 msgstr ""
68520 #: fortran/frontend-passes.cc:3059
68521 #, gcc-internal-format
68522 msgid "Variable %qs at %L set to undefined value inside loop beginning at %L as INTENT(OUT) argument to function %qs"
68523 msgstr ""
68525 #: fortran/frontend-passes.cc:3065
68526 #, gcc-internal-format
68527 msgid "Variable %qs at %L not definable inside loop beginning at %L as INTENT(INOUT) argument to function %qs"
68528 msgstr ""
68530 #: fortran/frontend-passes.cc:3481 fortran/trans-expr.cc:1881
68531 #, gcc-internal-format, gfc-internal-format
68532 msgid "Code for reallocating the allocatable array at %L will be added"
68533 msgstr ""
68535 #: fortran/frontend-passes.cc:4006
68536 #, gcc-internal-format
68537 msgid "Scalarization using DIMEN_RANGE unimplemented"
68538 msgstr ""
68540 #: fortran/frontend-passes.cc:5215
68541 #, gcc-internal-format, gfc-internal-format
68542 msgid "Interchanging loops at %L"
68543 msgstr ""
68545 #: fortran/frontend-passes.cc:5852
68546 #, gcc-internal-format, gfc-internal-format
68547 msgid "%s between %L and %L"
68548 msgstr ""
68550 #: fortran/gfortranspec.cc:146 m2/gm2spec.cc:250
68551 #, gcc-internal-format
68552 msgid "overflowed output argument list for %qs"
68553 msgstr ""
68555 #: fortran/gfortranspec.cc:301
68556 #, gcc-internal-format
68557 msgid "no input files; unwilling to write output files"
68558 msgstr ""
68560 #: fortran/interface.cc:225
68561 #, gcc-internal-format, gfc-internal-format
68562 msgid "Syntax error in generic specification at %C"
68563 msgstr ""
68565 #: fortran/interface.cc:252
68566 #, gcc-internal-format, gfc-internal-format
68567 msgid "Syntax error: Trailing garbage in INTERFACE statement at %C"
68568 msgstr ""
68570 #: fortran/interface.cc:272
68571 #, gcc-internal-format
68572 msgid "Dummy procedure %qs at %C cannot have a generic interface"
68573 msgstr ""
68575 #: fortran/interface.cc:305
68576 #, gcc-internal-format, gfc-internal-format
68577 msgid "ABSTRACT INTERFACE at %C"
68578 msgstr ""
68580 #: fortran/interface.cc:312
68581 #, gcc-internal-format, gfc-internal-format
68582 msgid "Syntax error in ABSTRACT INTERFACE statement at %C"
68583 msgstr ""
68585 #: fortran/interface.cc:343
68586 #, gcc-internal-format, gfc-internal-format
68587 msgid "Syntax error: Trailing garbage in END INTERFACE statement at %C"
68588 msgstr ""
68590 #: fortran/interface.cc:356
68591 #, gcc-internal-format, gfc-internal-format
68592 msgid "Expected a nameless interface at %C"
68593 msgstr ""
68595 #: fortran/interface.cc:369
68596 #, gcc-internal-format
68597 msgid "Expected %<END INTERFACE ASSIGNMENT (=)%> at %C"
68598 msgstr ""
68600 #: fortran/interface.cc:400
68601 #, gcc-internal-format
68602 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C"
68603 msgstr ""
68605 #: fortran/interface.cc:403
68606 #, gcc-internal-format
68607 msgid "Expecting %<END INTERFACE OPERATOR (%s)%> at %C, but got %qs"
68608 msgstr ""
68610 #: fortran/interface.cc:417
68611 #, gcc-internal-format
68612 msgid "Expecting %<END INTERFACE OPERATOR (.%s.)%> at %C"
68613 msgstr ""
68615 #: fortran/interface.cc:429
68616 #, gcc-internal-format
68617 msgid "Expecting %<END INTERFACE %s%> at %C"
68618 msgstr ""
68620 #: fortran/interface.cc:619
68621 #, gcc-internal-format
68622 msgid "gfc_compare_derived_types: invalid derived type"
68623 msgstr ""
68625 #: fortran/interface.cc:899
68626 #, gcc-internal-format, gfc-internal-format
68627 msgid "Alternate return cannot appear in operator interface at %L"
68628 msgstr ""
68630 #: fortran/interface.cc:928
68631 #, gcc-internal-format, gfc-internal-format
68632 msgid "Assignment operator interface at %L must have two arguments"
68633 msgstr ""
68635 #: fortran/interface.cc:931
68636 #, gcc-internal-format, gfc-internal-format
68637 msgid "Operator interface at %L has the wrong number of arguments"
68638 msgstr ""
68640 #: fortran/interface.cc:944
68641 #, gcc-internal-format, gfc-internal-format
68642 msgid "Assignment operator interface at %L must be a SUBROUTINE"
68643 msgstr ""
68645 #: fortran/interface.cc:962
68646 #, gcc-internal-format, gfc-internal-format
68647 msgid "Assignment operator interface at %L must not redefine an INTRINSIC type assignment"
68648 msgstr ""
68650 #: fortran/interface.cc:971
68651 #, gcc-internal-format, gfc-internal-format
68652 msgid "Intrinsic operator interface at %L must be a FUNCTION"
68653 msgstr ""
68655 #: fortran/interface.cc:982
68656 #, gcc-internal-format, gfc-internal-format
68657 msgid "First argument of defined assignment at %L must be INTENT(OUT) or INTENT(INOUT)"
68658 msgstr ""
68660 #: fortran/interface.cc:989
68661 #, gcc-internal-format, gfc-internal-format
68662 msgid "Second argument of defined assignment at %L must be INTENT(IN)"
68663 msgstr ""
68665 #: fortran/interface.cc:998 fortran/resolve.cc:17810
68666 #, gcc-internal-format, gfc-internal-format
68667 msgid "First argument of operator interface at %L must be INTENT(IN)"
68668 msgstr ""
68670 #: fortran/interface.cc:1005 fortran/resolve.cc:17828
68671 #, gcc-internal-format, gfc-internal-format
68672 msgid "Second argument of operator interface at %L must be INTENT(IN)"
68673 msgstr ""
68675 #: fortran/interface.cc:1110
68676 #, gcc-internal-format, gfc-internal-format
68677 msgid "Operator interface at %L conflicts with intrinsic interface"
68678 msgstr ""
68680 #: fortran/interface.cc:1474 fortran/interface.cc:1546
68681 #, gcc-internal-format, gfc-internal-format
68682 msgid "check_dummy_characteristics: Unexpected result %i of gfc_dep_compare_expr"
68683 msgstr ""
68685 #: fortran/interface.cc:1659
68686 #, gcc-internal-format, gfc-internal-format
68687 msgid "check_result_characteristics (1): Unexpected result %i of gfc_dep_compare_expr"
68688 msgstr ""
68690 #: fortran/interface.cc:1706
68691 #, gcc-internal-format, gfc-internal-format
68692 msgid "check_result_characteristics (2): Unexpected result %i of gfc_dep_compare_expr"
68693 msgstr ""
68695 #: fortran/interface.cc:1895
68696 #, gcc-internal-format
68697 msgid "Procedure %qs in %s at %L has no explicit interface; did you mean %qs?"
68698 msgstr ""
68700 #: fortran/interface.cc:1900
68701 #, gcc-internal-format
68702 msgid "Procedure %qs in %s at %L has no explicit interface"
68703 msgstr ""
68705 #: fortran/interface.cc:1904
68706 #, gcc-internal-format
68707 msgid "Procedure %qs in %s at %L is neither function nor subroutine; did you mean %qs?"
68708 msgstr ""
68710 #: fortran/interface.cc:1908
68711 #, gcc-internal-format
68712 msgid "Procedure %qs in %s at %L is neither function nor subroutine"
68713 msgstr ""
68715 #: fortran/interface.cc:1920
68716 #, gcc-internal-format, gfc-internal-format
68717 msgid "In %s at %L procedures must be either all SUBROUTINEs or all FUNCTIONs"
68718 msgstr ""
68720 #: fortran/interface.cc:1924
68721 #, gcc-internal-format, gfc-internal-format
68722 msgid "In %s at %L procedures must be all FUNCTIONs as the generic name is also the name of a derived type"
68723 msgstr ""
68725 #: fortran/interface.cc:1932
68726 #, gcc-internal-format
68727 msgid "Internal procedure %qs in %s at %L"
68728 msgstr ""
68730 #: fortran/interface.cc:1989 fortran/interface.cc:1994
68731 #, gcc-internal-format
68732 msgid "Ambiguous interfaces in %s for %qs at %L and %qs at %L"
68733 msgstr ""
68735 #: fortran/interface.cc:1999
68736 #, gcc-internal-format
68737 msgid "Although not referenced, %qs has ambiguous interfaces at %L"
68738 msgstr ""
68740 #: fortran/interface.cc:2037
68741 #, gcc-internal-format
68742 msgid "%qs at %L is not a module procedure"
68743 msgstr ""
68745 #: fortran/interface.cc:2242
68746 #, gcc-internal-format
68747 msgid "The assumed-rank array at %L requires that the dummy argument %qs has assumed-rank"
68748 msgstr ""
68750 #: fortran/interface.cc:2245
68751 #, gcc-internal-format
68752 msgid "Rank mismatch in argument %qs at %L (scalar and rank-%d)"
68753 msgstr ""
68755 #: fortran/interface.cc:2248
68756 #, gcc-internal-format
68757 msgid "Rank mismatch in argument %qs at %L (rank-%d and scalar)"
68758 msgstr ""
68760 #: fortran/interface.cc:2251
68761 #, gcc-internal-format
68762 msgid "Rank mismatch in argument %qs at %L (rank-%d and rank-%d)"
68763 msgstr ""
68765 #: fortran/interface.cc:2263
68766 #, gcc-internal-format, gfc-internal-format
68767 msgid "Rank mismatch between actual argument at %L and actual argument at %L (scalar and rank-%d)"
68768 msgstr ""
68770 #: fortran/interface.cc:2267
68771 #, gcc-internal-format, gfc-internal-format
68772 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and scalar)"
68773 msgstr ""
68775 #: fortran/interface.cc:2271
68776 #, gcc-internal-format, gfc-internal-format
68777 msgid "Rank mismatch between actual argument at %L and actual argument at %L (rank-%d and rank-%d)"
68778 msgstr ""
68780 #: fortran/interface.cc:2394
68781 #, gcc-internal-format, gfc-internal-format
68782 msgid "Invalid procedure argument at %L"
68783 msgstr ""
68785 #: fortran/interface.cc:2402 fortran/interface.cc:2429
68786 #, gcc-internal-format
68787 msgid "Interface mismatch in dummy procedure %qs at %L: %s"
68788 msgstr ""
68790 #: fortran/interface.cc:2440
68791 #, gcc-internal-format
68792 msgid "Actual argument to contiguous pointer dummy %qs at %L must be simply contiguous"
68793 msgstr ""
68795 #: fortran/interface.cc:2463
68796 #, gcc-internal-format, gfc-internal-format
68797 msgid "Type mismatch between actual argument at %L and actual argument at %L (%s/%s)."
68798 msgstr ""
68800 #: fortran/interface.cc:2473
68801 #, gcc-internal-format
68802 msgid "Type mismatch in argument %qs at %L; passed %s to %s"
68803 msgstr ""
68805 #: fortran/interface.cc:2483
68806 #, gcc-internal-format
68807 msgid "Assumed-type actual argument at %L requires that dummy argument %qs is of assumed type"
68808 msgstr ""
68810 #: fortran/interface.cc:2497
68811 #, gcc-internal-format
68812 msgid "Assumed-type actual argument at %L corresponding to assumed-rank dummy argument %qs must be assumed-shape or assumed-rank"
68813 msgstr ""
68815 #: fortran/interface.cc:2514
68816 #, gcc-internal-format
68817 msgid "Actual argument to %qs at %L must be polymorphic"
68818 msgstr ""
68820 #: fortran/interface.cc:2524
68821 #, gcc-internal-format
68822 msgid "Actual argument to %qs at %L must have the same declared type"
68823 msgstr ""
68825 #: fortran/interface.cc:2539
68826 #, gcc-internal-format
68827 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]"
68828 msgstr ""
68830 #: fortran/interface.cc:2555
68831 #, gcc-internal-format
68832 msgid "Actual argument to %qs at %L must be a coarray"
68833 msgstr ""
68835 #: fortran/interface.cc:2577
68836 #, gcc-internal-format
68837 msgid "Corank mismatch in argument %qs at %L (%d and %d)"
68838 msgstr ""
68840 #: fortran/interface.cc:2595
68841 #, gcc-internal-format
68842 msgid "Actual argument to %qs at %L must be simply contiguous or an element of such an array"
68843 msgstr ""
68845 #: fortran/interface.cc:2610
68846 #, gcc-internal-format
68847 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is LOCK_TYPE or has a LOCK_TYPE component"
68848 msgstr ""
68850 #: fortran/interface.cc:2625
68851 #, gcc-internal-format
68852 msgid "Actual argument to non-INTENT(INOUT) dummy %qs at %L, which is EVENT_TYPE or has a EVENT_TYPE component"
68853 msgstr ""
68855 #: fortran/interface.cc:2644
68856 #, gcc-internal-format
68857 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"
68858 msgstr ""
68860 #: fortran/interface.cc:2657
68861 #, gcc-internal-format
68862 msgid "Passing coarray at %L to allocatable, noncoarray, INTENT(OUT) dummy argument %qs"
68863 msgstr ""
68865 #: fortran/interface.cc:2664
68866 #, gcc-internal-format
68867 msgid "Passing coarray at %L to allocatable, noncoarray dummy argument %qs, which is invalid if the allocation status is modified"
68868 msgstr ""
68870 #: fortran/interface.cc:2750
68871 #, gcc-internal-format
68872 msgid "Polymorphic scalar passed to array dummy argument %qs at %L"
68873 msgstr ""
68875 #: fortran/interface.cc:2761
68876 #, gcc-internal-format, gfc-internal-format
68877 msgid "Element of assumed-shape or pointer array as actual argument at %L cannot correspond to actual argument at %L"
68878 msgstr ""
68880 #: fortran/interface.cc:2766
68881 #, gcc-internal-format
68882 msgid "Element of assumed-shape or pointer array passed to array dummy argument %qs at %L"
68883 msgstr ""
68885 #: fortran/interface.cc:2779
68886 #, gcc-internal-format
68887 msgid "Extension: Scalar non-default-kind, non-C_CHAR-kind CHARACTER actual argument with array dummy argument %qs at %L"
68888 msgstr ""
68890 #: fortran/interface.cc:2787
68891 #, gcc-internal-format
68892 msgid "Fortran 2003: Scalar CHARACTER actual argument with array dummy argument %qs at %L"
68893 msgstr ""
68895 #: fortran/interface.cc:3175
68896 #, gcc-internal-format
68897 msgid "Keyword argument %qs at %L is invalid in a statement function"
68898 msgstr ""
68900 #: fortran/interface.cc:3198
68901 #, gcc-internal-format
68902 msgid "Keyword argument %qs at %L is not in the procedure; did you mean %qs?"
68903 msgstr ""
68905 #: fortran/interface.cc:3202
68906 #, gcc-internal-format
68907 msgid "Keyword argument %qs at %L is not in the procedure"
68908 msgstr ""
68910 #: fortran/interface.cc:3211
68911 #, gcc-internal-format
68912 msgid "Keyword argument %qs at %L is already associated with another actual argument"
68913 msgstr ""
68915 #: fortran/interface.cc:3221
68916 #, gcc-internal-format, gfc-internal-format
68917 msgid "More actual than formal arguments in procedure call at %L"
68918 msgstr ""
68920 #: fortran/interface.cc:3234
68921 #, gcc-internal-format, gfc-internal-format
68922 msgid "Missing alternate return specifier in subroutine call at %L"
68923 msgstr ""
68925 #: fortran/interface.cc:3248
68926 #, gcc-internal-format, gfc-internal-format
68927 msgid "Unexpected alternate return specifier in subroutine call at %L"
68928 msgstr ""
68930 #: fortran/interface.cc:3277
68931 #, gcc-internal-format
68932 msgid "Unexpected NULL() intrinsic at %L to dummy %qs"
68933 msgstr ""
68935 #: fortran/interface.cc:3280
68936 #, gcc-internal-format
68937 msgid "Fortran 2008: Null pointer at %L to non-pointer dummy %qs"
68938 msgstr ""
68940 #: fortran/interface.cc:3306
68941 #, gcc-internal-format, gfc-internal-format
68942 msgid "Actual argument at %L to assumed-type dummy has type parameters or is of derived type with type-bound or FINAL procedures"
68943 msgstr ""
68945 #: fortran/interface.cc:3332
68946 #, gcc-internal-format
68947 msgid "Character length mismatch (%ld/%ld) between actual argument and pointer or allocatable dummy argument %qs at %L"
68948 msgstr ""
68950 #: fortran/interface.cc:3339
68951 #, gcc-internal-format
68952 msgid "Character length mismatch (%ld/%ld) between actual argument and assumed-shape dummy argument %qs at %L"
68953 msgstr ""
68955 #: fortran/interface.cc:3354
68956 #, gcc-internal-format
68957 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"
68958 msgstr ""
68960 #: fortran/interface.cc:3373
68961 #, gcc-internal-format
68962 msgid "Character length of actual argument shorter than of dummy argument %qs (%lu/%lu) at %L"
68963 msgstr ""
68965 #: fortran/interface.cc:3383 fortran/interface.cc:3388
68966 #, gcc-internal-format
68967 msgid "Actual argument contains too few elements for dummy argument %qs (%lu/%lu) at %L"
68968 msgstr ""
68970 #: fortran/interface.cc:3409
68971 #, gcc-internal-format
68972 msgid "Expected a procedure pointer for argument %qs at %L"
68973 msgstr ""
68975 #: fortran/interface.cc:3426
68976 #, gcc-internal-format
68977 msgid "Expected a procedure for argument %qs at %L"
68978 msgstr ""
68980 #: fortran/interface.cc:3491
68981 #, gcc-internal-format
68982 msgid "Actual argument for %qs cannot be an assumed-size array at %L"
68983 msgstr ""
68985 #: fortran/interface.cc:3520
68986 #, gcc-internal-format
68987 msgid "Actual argument to assumed-rank INTENT(OUT) dummy %qs at %L cannot be of unknown size"
68988 msgstr ""
68990 #: fortran/interface.cc:3535
68991 #, gcc-internal-format
68992 msgid "Actual argument for %qs at %L must be a pointer"
68993 msgstr ""
68995 #: fortran/interface.cc:3544
68996 #, gcc-internal-format
68997 msgid "Fortran 2008: Non-pointer actual argument at %L to pointer dummy %qs"
68998 msgstr ""
69000 #: fortran/interface.cc:3553
69001 #, gcc-internal-format
69002 msgid "Actual argument for %qs at %L must be a pointer or a valid target for the dummy pointer in a pointer assignment statement"
69003 msgstr ""
69005 #: fortran/interface.cc:3567
69006 #, gcc-internal-format
69007 msgid "Coindexed actual argument at %L to pointer dummy %qs"
69008 msgstr ""
69010 #: fortran/interface.cc:3581
69011 #, gcc-internal-format
69012 msgid "Coindexed actual argument at %L to allocatable dummy %qs requires INTENT(IN)"
69013 msgstr ""
69015 #: fortran/interface.cc:3596
69016 #, gcc-internal-format
69017 msgid "Coindexed ASYNCHRONOUS or VOLATILE actual argument at %L requires that dummy %qs has neither ASYNCHRONOUS nor VOLATILE"
69018 msgstr ""
69020 #: fortran/interface.cc:3611
69021 #, gcc-internal-format
69022 msgid "Coindexed actual argument at %L with allocatable ultimate component to dummy %qs requires either VALUE or INTENT(IN)"
69023 msgstr ""
69025 #: fortran/interface.cc:3624
69026 #, gcc-internal-format
69027 msgid "Actual CLASS array argument for %qs must be a full array at %L"
69028 msgstr ""
69030 #: fortran/interface.cc:3635
69031 #, gcc-internal-format
69032 msgid "Actual argument for %qs must be ALLOCATABLE at %L"
69033 msgstr ""
69035 #: fortran/interface.cc:3672
69036 #, gcc-internal-format
69037 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"
69038 msgstr ""
69040 #: fortran/interface.cc:3692
69041 #, gcc-internal-format
69042 msgid "Assumed-shape actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
69043 msgstr ""
69045 #: fortran/interface.cc:3710
69046 #, gcc-internal-format
69047 msgid "Array-section actual argument at %L is incompatible with the non-assumed-shape dummy argument %qs due to VOLATILE attribute"
69048 msgstr ""
69050 #: fortran/interface.cc:3731
69051 #, gcc-internal-format
69052 msgid "Pointer-array actual argument at %L requires an assumed-shape or pointer-array dummy argument %qs due to VOLATILE attribute"
69053 msgstr ""
69055 #: fortran/interface.cc:3759
69056 #, gcc-internal-format, gfc-internal-format
69057 msgid "Missing alternate return spec in subroutine call at %L"
69058 msgstr ""
69060 #: fortran/interface.cc:3772
69061 #, gcc-internal-format
69062 msgid "Missing actual argument for argument %qs at %L"
69063 msgstr ""
69065 #: fortran/interface.cc:3900
69066 #, gcc-internal-format
69067 msgid "compare_actual_expr(): Bad component code"
69068 msgstr ""
69070 #: fortran/interface.cc:3929
69071 #, gcc-internal-format
69072 msgid "check_some_aliasing(): List mismatch"
69073 msgstr ""
69075 #: fortran/interface.cc:3955
69076 #, gcc-internal-format
69077 msgid "check_some_aliasing(): corrupted data"
69078 msgstr ""
69080 #: fortran/interface.cc:3965
69081 #, gcc-internal-format
69082 msgid "Same actual argument associated with INTENT(%s) argument %qs and INTENT(%s) argument %qs at %L"
69083 msgstr "Isti stvarni argument pridružen s INTENT(%s) argumentom %qs i INTENT(%s) argumentom %qs na %L"
69085 #: fortran/interface.cc:3995
69086 #, gcc-internal-format
69087 msgid "check_intents(): List mismatch"
69088 msgstr ""
69090 #: fortran/interface.cc:4015
69091 #, gcc-internal-format, gfc-internal-format
69092 msgid "Procedure argument at %L is local to a PURE procedure and has the POINTER attribute"
69093 msgstr ""
69095 #: fortran/interface.cc:4027
69096 #, gcc-internal-format, gfc-internal-format
69097 msgid "Coindexed actual argument at %L in PURE procedure is passed to an INTENT(%s) argument"
69098 msgstr ""
69100 #: fortran/interface.cc:4037
69101 #, gcc-internal-format, gfc-internal-format
69102 msgid "Coindexed actual argument at %L in PURE procedure is passed to a POINTER dummy argument"
69103 msgstr ""
69105 #: fortran/interface.cc:4048
69106 #, gcc-internal-format
69107 msgid "Coindexed polymorphic actual argument at %L is passed polymorphic dummy argument %qs"
69108 msgstr ""
69110 #: fortran/interface.cc:4090
69111 #, gcc-internal-format
69112 msgid "Procedure %qs called at %L is not explicitly declared; did you mean %qs?"
69113 msgstr ""
69115 #: fortran/interface.cc:4094 fortran/interface.cc:4104
69116 #, gcc-internal-format
69117 msgid "Procedure %qs called at %L is not explicitly declared"
69118 msgstr ""
69120 #: fortran/interface.cc:4100
69121 #, gcc-internal-format
69122 msgid "Procedure %qs called with an implicit interface at %L"
69123 msgstr ""
69125 #: fortran/interface.cc:4113
69126 #, gcc-internal-format
69127 msgid "The pointer object %qs at %L must have an explicit function interface or be declared as array"
69128 msgstr ""
69130 #: fortran/interface.cc:4121
69131 #, gcc-internal-format
69132 msgid "The allocatable object %qs at %L must have an explicit function interface or be declared as array"
69133 msgstr ""
69135 #: fortran/interface.cc:4129
69136 #, gcc-internal-format
69137 msgid "Allocatable function %qs at %L must have an explicit function interface"
69138 msgstr ""
69140 #: fortran/interface.cc:4146
69141 #, gcc-internal-format, gfc-internal-format
69142 msgid "Explicit interface required for polymorphic argument at %L"
69143 msgstr ""
69145 #: fortran/interface.cc:4155
69146 #, gcc-internal-format
69147 msgid "Keyword argument requires explicit interface for procedure %qs at %L"
69148 msgstr ""
69150 #: fortran/interface.cc:4164
69151 #, gcc-internal-format, gfc-internal-format
69152 msgid "Assumed-type argument %s at %L requires an explicit interface"
69153 msgstr ""
69155 #: fortran/interface.cc:4179
69156 #, gcc-internal-format
69157 msgid "Actual argument of LOCK_TYPE or with LOCK_TYPE component at %L requires an explicit interface for procedure %qs"
69158 msgstr ""
69160 #: fortran/interface.cc:4194
69161 #, gcc-internal-format
69162 msgid "Actual argument of EVENT_TYPE or with EVENT_TYPE component at %L requires an explicit interface for procedure %qs"
69163 msgstr ""
69165 #: fortran/interface.cc:4204
69166 #, gcc-internal-format, gfc-internal-format
69167 msgid "MOLD argument to NULL required at %L"
69168 msgstr ""
69170 #: fortran/interface.cc:4212
69171 #, gcc-internal-format, gfc-internal-format
69172 msgid "Passing intrinsic NULL as actual argument at %L requires an explicit interface"
69173 msgstr ""
69175 #: fortran/interface.cc:4222
69176 #, gcc-internal-format, gfc-internal-format
69177 msgid "Assumed-rank argument requires an explicit interface at %L"
69178 msgstr ""
69180 #: fortran/interface.cc:4264
69181 #, gcc-internal-format
69182 msgid "Procedure pointer component %qs called with an implicit interface at %L"
69183 msgstr ""
69185 #: fortran/interface.cc:4275
69186 #, gcc-internal-format
69187 msgid "Keyword argument requires explicit interface for procedure pointer component %qs at %L"
69188 msgstr ""
69190 #: fortran/interface.cc:4360
69191 #, gcc-internal-format, gfc-internal-format
69192 msgid "MOLD= required in NULL() argument at %L: Ambiguity between specific functions %s and %s"
69193 msgstr ""
69195 #: fortran/interface.cc:4430
69196 #, gcc-internal-format
69197 msgid "Unable to find symbol %qs"
69198 msgstr ""
69200 #: fortran/interface.cc:4803
69201 #, gcc-internal-format
69202 msgid "Entity %qs at %L is already present in the interface"
69203 msgstr ""
69205 #: fortran/interface.cc:4920
69206 #, gcc-internal-format
69207 msgid "gfc_add_interface(): Bad interface type"
69208 msgstr ""
69210 #: fortran/interface.cc:5014
69211 #, gcc-internal-format
69212 msgid "Cannot overwrite GENERIC %qs at %L"
69213 msgstr ""
69215 #: fortran/interface.cc:5026
69216 #, gcc-internal-format
69217 msgid "%qs at %L overrides a procedure binding declared NON_OVERRIDABLE"
69218 msgstr ""
69220 #: fortran/interface.cc:5034
69221 #, gcc-internal-format
69222 msgid "%qs at %L must not be DEFERRED as it overrides a non-DEFERRED binding"
69223 msgstr ""
69225 #: fortran/interface.cc:5042
69226 #, gcc-internal-format
69227 msgid "%qs at %L overrides a PURE procedure and must also be PURE"
69228 msgstr ""
69230 #: fortran/interface.cc:5051
69231 #, gcc-internal-format
69232 msgid "%qs at %L overrides an ELEMENTAL procedure and must also be ELEMENTAL"
69233 msgstr ""
69235 #: fortran/interface.cc:5057
69236 #, gcc-internal-format
69237 msgid "%qs at %L overrides a non-ELEMENTAL procedure and must not be ELEMENTAL, either"
69238 msgstr ""
69240 #: fortran/interface.cc:5066
69241 #, gcc-internal-format
69242 msgid "%qs at %L overrides a SUBROUTINE and must also be a SUBROUTINE"
69243 msgstr ""
69245 #: fortran/interface.cc:5077
69246 #, gcc-internal-format
69247 msgid "%qs at %L overrides a FUNCTION and must also be a FUNCTION"
69248 msgstr ""
69250 #: fortran/interface.cc:5085
69251 #, gcc-internal-format
69252 msgid "Result mismatch for the overriding procedure %qs at %L: %s"
69253 msgstr ""
69255 #: fortran/interface.cc:5096
69256 #, gcc-internal-format
69257 msgid "%qs at %L overrides a PUBLIC procedure and must not be PRIVATE"
69258 msgstr ""
69260 #: fortran/interface.cc:5126
69261 #, gcc-internal-format
69262 msgid "Dummy argument %qs of %qs at %L should be named %qs as to match the corresponding argument of the overridden procedure"
69263 msgstr ""
69265 #: fortran/interface.cc:5137
69266 #, gcc-internal-format
69267 msgid "Argument mismatch for the overriding procedure %qs at %L: %s"
69268 msgstr ""
69270 #: fortran/interface.cc:5146
69271 #, gcc-internal-format
69272 msgid "%qs at %L must have the same number of formal arguments as the overridden procedure"
69273 msgstr ""
69275 #: fortran/interface.cc:5155
69276 #, gcc-internal-format
69277 msgid "%qs at %L overrides a NOPASS binding and must also be NOPASS"
69278 msgstr ""
69280 #: fortran/interface.cc:5166
69281 #, gcc-internal-format
69282 msgid "%qs at %L overrides a binding with PASS and must also be PASS"
69283 msgstr ""
69285 #: fortran/interface.cc:5173
69286 #, gcc-internal-format
69287 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"
69288 msgstr ""
69290 #: fortran/interface.cc:5194
69291 #, gcc-internal-format, gfc-internal-format
69292 msgid "DTIO dummy argument at %L must be of type %s"
69293 msgstr ""
69295 #: fortran/interface.cc:5201
69296 #, gcc-internal-format, gfc-internal-format
69297 msgid "DTIO dummy argument at %L must be of KIND = %d"
69298 msgstr ""
69300 #: fortran/interface.cc:5208
69301 #, gcc-internal-format, gfc-internal-format
69302 msgid "DTIO dummy argument at %L must be a scalar"
69303 msgstr ""
69305 #: fortran/interface.cc:5212
69306 #, gcc-internal-format, gfc-internal-format
69307 msgid "DTIO dummy argument at %L must be an ASSUMED SHAPE ARRAY"
69308 msgstr ""
69310 #: fortran/interface.cc:5216
69311 #, gcc-internal-format, gfc-internal-format
69312 msgid "DTIO character argument at %L must have assumed length"
69313 msgstr ""
69315 #: fortran/interface.cc:5220
69316 #, gcc-internal-format, gfc-internal-format
69317 msgid "DTIO dummy argument at %L must have INTENT %s"
69318 msgstr ""
69320 #: fortran/interface.cc:5278 fortran/interface.cc:5324
69321 #, gcc-internal-format, gfc-internal-format
69322 msgid "Alternate return at %L is not permitted in a DTIO procedure"
69323 msgstr ""
69325 #: fortran/interface.cc:5290
69326 #, gcc-internal-format
69327 msgid "DTIO procedure %qs at %L must be a subroutine"
69328 msgstr ""
69330 #: fortran/interface.cc:5302
69331 #, gcc-internal-format
69332 msgid "Too few dummy arguments in DTIO procedure %qs at %L"
69333 msgstr ""
69335 #: fortran/interface.cc:5309
69336 #, gcc-internal-format
69337 msgid "Too many dummy arguments in DTIO procedure %qs at %L"
69338 msgstr ""
69340 #: fortran/intrinsic.cc:261
69341 #, gcc-internal-format, gfc-internal-format
69342 msgid "Variable with NO_ARG_CHECK attribute at %L is only permitted as argument to the intrinsic functions C_LOC and PRESENT"
69343 msgstr ""
69345 #: fortran/intrinsic.cc:277
69346 #, gcc-internal-format, gfc-internal-format
69347 msgid "Assumed-type argument at %L is not permitted as actual argument to the intrinsic %s"
69348 msgstr ""
69350 #: fortran/intrinsic.cc:284
69351 #, gcc-internal-format, gfc-internal-format
69352 msgid "Assumed-type argument at %L is only permitted as first actual argument to the intrinsic %s"
69353 msgstr ""
69355 #: fortran/intrinsic.cc:291
69356 #, gcc-internal-format, gfc-internal-format
69357 msgid "Assumed-rank argument at %L is only permitted as actual argument to intrinsic inquiry functions"
69358 msgstr ""
69360 #: fortran/intrinsic.cc:298
69361 #, gcc-internal-format, gfc-internal-format
69362 msgid "Assumed-rank argument at %L is only permitted as first actual argument to the intrinsic inquiry function %s"
69363 msgstr ""
69365 #: fortran/intrinsic.cc:346
69366 #, gcc-internal-format
69367 msgid "do_check(): too many args"
69368 msgstr ""
69370 #: fortran/intrinsic.cc:426
69371 #, gcc-internal-format
69372 msgid "add_sym(): Bad sizing mode"
69373 msgstr ""
69375 #: fortran/intrinsic.cc:1186
69376 #, gcc-internal-format
69377 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."
69378 msgstr ""
69380 #: fortran/intrinsic.cc:1221
69381 #, gcc-internal-format
69382 msgid "make_generic(): Cannot find generic symbol %qs"
69383 msgstr ""
69385 #: fortran/intrinsic.cc:4313
69386 #, gcc-internal-format, gfc-internal-format
69387 msgid "ALLOCATED intrinsic at %L requires an array or scalar allocatable entity"
69388 msgstr ""
69390 #: fortran/intrinsic.cc:4326
69391 #, gcc-internal-format, gfc-internal-format
69392 msgid "Scalar entity required at %L"
69393 msgstr ""
69395 #: fortran/intrinsic.cc:4337
69396 #, gcc-internal-format, gfc-internal-format
69397 msgid "Array entity required at %L"
69398 msgstr ""
69400 #: fortran/intrinsic.cc:4344
69401 #, gcc-internal-format
69402 msgid "Invalid keyword %qs in %qs intrinsic function at %L"
69403 msgstr ""
69405 #: fortran/intrinsic.cc:4371
69406 #, gcc-internal-format
69407 msgid "Too many arguments in call to %qs at %L"
69408 msgstr ""
69410 #: fortran/intrinsic.cc:4387
69411 #, gcc-internal-format, gfc-internal-format
69412 msgid "The argument list functions %%VAL, %%LOC or %%REF are not allowed in this context at %L"
69413 msgstr ""
69415 #: fortran/intrinsic.cc:4390
69416 #, gcc-internal-format
69417 msgid "Cannot find keyword named %qs in call to %qs at %L"
69418 msgstr ""
69420 #: fortran/intrinsic.cc:4397
69421 #, gcc-internal-format
69422 msgid "Argument %qs appears twice in call to %qs at %L"
69423 msgstr ""
69425 #: fortran/intrinsic.cc:4411
69426 #, gcc-internal-format
69427 msgid "Missing actual argument %qs in call to %qs at %L"
69428 msgstr ""
69430 #: fortran/intrinsic.cc:4427
69431 #, gcc-internal-format, gfc-internal-format
69432 msgid "ALTERNATE RETURN not permitted at %L"
69433 msgstr ""
69435 #: fortran/intrinsic.cc:4481
69436 #, gcc-internal-format
69437 msgid "In call to %qs at %L, type mismatch in argument %qs; pass %qs to %qs"
69438 msgstr ""
69440 #: fortran/intrinsic.cc:4609
69441 #, gcc-internal-format
69442 msgid "resolve_intrinsic(): Too many args for intrinsic"
69443 msgstr ""
69445 #: fortran/intrinsic.cc:4704
69446 #, gcc-internal-format
69447 msgid "do_simplify(): Too many args for intrinsic"
69448 msgstr ""
69450 #: fortran/intrinsic.cc:4716
69451 #, gcc-internal-format, gfc-internal-format
69452 msgid "Cannot simplify expression at %L"
69453 msgstr ""
69455 #: fortran/intrinsic.cc:4749
69456 #, gcc-internal-format
69457 msgid "init_arglist(): too many arguments"
69458 msgstr ""
69460 #: fortran/intrinsic.cc:4901
69461 #, gcc-internal-format
69462 msgid "Invalid standard code on intrinsic %qs (%d)"
69463 msgstr ""
69465 #: fortran/intrinsic.cc:4910
69466 #, gcc-internal-format
69467 msgid "Intrinsic %qs (%s) used at %L"
69468 msgstr ""
69470 #: fortran/intrinsic.cc:4982
69471 #, gcc-internal-format
69472 msgid "Function %qs as initialization expression at %L"
69473 msgstr ""
69475 #: fortran/intrinsic.cc:5000
69476 #, gcc-internal-format
69477 msgid "Transformational function %qs at %L is invalid in an initialization expression"
69478 msgstr ""
69480 #: fortran/intrinsic.cc:5076
69481 #, gcc-internal-format, gfc-internal-format
69482 msgid "Elemental function as initialization expression with non-integer/non-character arguments at %L"
69483 msgstr ""
69485 #: fortran/intrinsic.cc:5167
69486 #, gcc-internal-format
69487 msgid "Subroutine call to intrinsic %qs in DO CONCURRENT block at %L is not PURE"
69488 msgstr ""
69490 #: fortran/intrinsic.cc:5174
69491 #, gcc-internal-format
69492 msgid "Subroutine call to intrinsic %qs at %L is not PURE"
69493 msgstr ""
69495 #: fortran/intrinsic.cc:5277
69496 #, gcc-internal-format, gfc-internal-format
69497 msgid "Extension: Conversion from %s to %s at %L"
69498 msgstr ""
69500 #: fortran/intrinsic.cc:5298
69501 #, gcc-internal-format, gfc-internal-format
69502 msgid "Nonstandard conversion from %s to %s at %L"
69503 msgstr ""
69505 #: fortran/intrinsic.cc:5315 fortran/intrinsic.cc:5332
69506 #, gcc-internal-format, gfc-internal-format
69507 msgid "Possible change of value in conversion from %s to %s at %L"
69508 msgstr ""
69510 #. If HOLLERITH is involved, all bets are off.
69511 #: fortran/intrinsic.cc:5320 fortran/intrinsic.cc:5340
69512 #, gcc-internal-format, gfc-internal-format
69513 msgid "Conversion from %s to %s at %L"
69514 msgstr ""
69516 #. Use of -fdec-char-conversions allows assignment of character data
69517 #. to non-character variables.  This not permited for nonconstant
69518 #. strings.
69519 #: fortran/intrinsic.cc:5406 fortran/resolve.cc:11171
69520 #, gcc-internal-format, gfc-internal-format
69521 msgid "Cannot convert %s to %s at %L"
69522 msgstr ""
69524 #: fortran/intrinsic.cc:5411
69525 #, gcc-internal-format
69526 msgid "Cannot convert %qs to %qs at %L"
69527 msgstr ""
69529 #: fortran/intrinsic.cc:5503
69530 #, gcc-internal-format
69531 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."
69532 msgstr ""
69534 #: fortran/intrinsic.cc:5509
69535 #, gcc-internal-format
69536 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."
69537 msgstr ""
69539 #: fortran/io.cc:176 fortran/primary.cc:940
69540 #, gcc-internal-format, gfc-internal-format
69541 msgid "Extension: backslash character at %C"
69542 msgstr ""
69544 #: fortran/io.cc:210
69545 #, gcc-internal-format, gfc-internal-format
69546 msgid "Nonconforming tab character in format at %C"
69547 msgstr ""
69549 #: fortran/io.cc:453
69550 #, gcc-internal-format, gfc-internal-format
69551 msgid "DP format specifier not allowed at %C"
69552 msgstr ""
69554 #: fortran/io.cc:460
69555 #, gcc-internal-format, gfc-internal-format
69556 msgid "DC format specifier not allowed at %C"
69557 msgstr ""
69559 #: fortran/io.cc:467
69560 #, gcc-internal-format, gfc-internal-format
69561 msgid "Fortran 2003: DT format specifier not allowed at %C"
69562 msgstr ""
69564 #: fortran/io.cc:596
69565 #, gcc-internal-format, gfc-internal-format
69566 msgid "Positive width required in format string at %L"
69567 msgstr ""
69569 #: fortran/io.cc:598
69570 #, gcc-internal-format, gfc-internal-format
69571 msgid "Nonnegative width required in format string at %L"
69572 msgstr ""
69574 #: fortran/io.cc:600
69575 #, gcc-internal-format
69576 msgid "Unexpected element %qc in format string at %L"
69577 msgstr ""
69579 #: fortran/io.cc:602
69580 #, gcc-internal-format, gfc-internal-format
69581 msgid "Unexpected end of format string in format string at %L"
69582 msgstr ""
69584 #: fortran/io.cc:604
69585 #, gcc-internal-format, gfc-internal-format
69586 msgid "Zero width in format descriptor in format string at %L"
69587 msgstr ""
69589 #: fortran/io.cc:624
69590 #, gcc-internal-format, gfc-internal-format
69591 msgid "Missing leading left parenthesis in format string at %L"
69592 msgstr ""
69594 #: fortran/io.cc:653
69595 #, gcc-internal-format
69596 msgid "Left parenthesis required after %<*%> in format string at %L"
69597 msgstr ""
69599 #: fortran/io.cc:685
69600 #, gcc-internal-format, gfc-internal-format
69601 msgid "Expected P edit descriptor in format string at %L"
69602 msgstr ""
69604 #. P requires a prior number.
69605 #: fortran/io.cc:693
69606 #, gcc-internal-format, gfc-internal-format
69607 msgid "P descriptor requires leading scale factor in format string at %L"
69608 msgstr ""
69610 #: fortran/io.cc:701
69611 #, gcc-internal-format, gfc-internal-format
69612 msgid "X descriptor requires leading space count at %L"
69613 msgstr ""
69615 #: fortran/io.cc:730
69616 #, gcc-internal-format, gfc-internal-format
69617 msgid "$ descriptor at %L"
69618 msgstr ""
69620 #: fortran/io.cc:734
69621 #, gcc-internal-format, gfc-internal-format
69622 msgid "$ should be the last specifier in format at %L"
69623 msgstr ""
69625 #: fortran/io.cc:766
69626 #, gcc-internal-format, gfc-internal-format
69627 msgid "Missing item in format string at %L"
69628 msgstr ""
69630 #: fortran/io.cc:797 fortran/io.cc:812
69631 #, gcc-internal-format, gfc-internal-format
69632 msgid "Comma required after P descriptor in format string at %L"
69633 msgstr ""
69635 #: fortran/io.cc:827
69636 #, gcc-internal-format, gfc-internal-format
69637 msgid "Positive width required with T descriptor in format string at %L"
69638 msgstr ""
69640 #: fortran/io.cc:846 fortran/io.cc:850
69641 #, gcc-internal-format, gfc-internal-format
69642 msgid "Extension: Zero width after L descriptor at %L"
69643 msgstr ""
69645 #: fortran/io.cc:862
69646 #, gcc-internal-format, gfc-internal-format
69647 msgid "Missing positive width after L descriptor at %L"
69648 msgstr ""
69650 #: fortran/io.cc:893
69651 #, gcc-internal-format
69652 msgid "%<G0%> in format at %L"
69653 msgstr ""
69655 #: fortran/io.cc:911
69656 #, gcc-internal-format, gfc-internal-format
69657 msgid "E specifier not allowed with g0 descriptor in format string at %L"
69658 msgstr ""
69660 #: fortran/io.cc:931
69661 #, gcc-internal-format, gfc-internal-format
69662 msgid "Positive width required in format specifier %s at %L"
69663 msgstr ""
69665 #: fortran/io.cc:941
69666 #, gcc-internal-format, gfc-internal-format
69667 msgid "positive width required at %L"
69668 msgstr ""
69670 #: fortran/io.cc:964 fortran/io.cc:971
69671 #, gcc-internal-format, gfc-internal-format
69672 msgid "Period required in format specifier %s at %L"
69673 msgstr ""
69675 #: fortran/io.cc:1009 fortran/io.cc:1018
69676 #, gcc-internal-format, gfc-internal-format
69677 msgid "Positive exponent width required in format string at %L"
69678 msgstr ""
69680 #: fortran/io.cc:1066
69681 #, gcc-internal-format, gfc-internal-format
69682 msgid "Right parenthesis expected at %C in format string at %L"
69683 msgstr ""
69685 #: fortran/io.cc:1108
69686 #, gcc-internal-format, gfc-internal-format
69687 msgid "Period required in format specifier in format string at %L"
69688 msgstr ""
69690 #: fortran/io.cc:1114
69691 #, gcc-internal-format, gfc-internal-format
69692 msgid "Period required in format specifier at %L"
69693 msgstr ""
69695 #: fortran/io.cc:1136
69696 #, gcc-internal-format, gfc-internal-format
69697 msgid "The H format specifier at %L is a Fortran 95 deleted feature"
69698 msgstr ""
69700 #: fortran/io.cc:1231 fortran/io.cc:1293
69701 #, gcc-internal-format, gfc-internal-format
69702 msgid "Missing comma at %L"
69703 msgstr ""
69705 #: fortran/io.cc:1349
69706 #, gcc-internal-format, gfc-internal-format
69707 msgid "Extraneous characters in format at %L"
69708 msgstr ""
69710 #: fortran/io.cc:1371
69711 #, gcc-internal-format, gfc-internal-format
69712 msgid "Format statement in module main block at %C"
69713 msgstr ""
69715 #: fortran/io.cc:1380
69716 #, gcc-internal-format, gfc-internal-format
69717 msgid "FORMAT statement at %C cannot appear within an INTERFACE"
69718 msgstr ""
69720 #: fortran/io.cc:1386
69721 #, gcc-internal-format, gfc-internal-format
69722 msgid "Missing format label at %C"
69723 msgstr ""
69725 #: fortran/io.cc:1441 fortran/io.cc:1472 fortran/io.cc:1552
69726 #, gcc-internal-format, gfc-internal-format
69727 msgid "Invalid value for %s specification at %C"
69728 msgstr ""
69730 #: fortran/io.cc:1447 fortran/io.cc:1478 fortran/io.cc:1634 fortran/io.cc:1647
69731 #, gcc-internal-format, gfc-internal-format
69732 msgid "Duplicate %s specification at %C"
69733 msgstr ""
69735 #: fortran/io.cc:1489
69736 #, gcc-internal-format, gfc-internal-format
69737 msgid "Variable %s cannot be INTENT(IN) at %C"
69738 msgstr ""
69740 #: fortran/io.cc:1497
69741 #, gcc-internal-format, gfc-internal-format
69742 msgid "Variable %s cannot be assigned in PURE procedure at %C"
69743 msgstr ""
69745 #: fortran/io.cc:1527
69746 #, gcc-internal-format, gfc-internal-format
69747 msgid "Expecting a variable at %L"
69748 msgstr ""
69750 #: fortran/io.cc:1558
69751 #, gcc-internal-format, gfc-internal-format
69752 msgid "Duplicate %s label specification at %C"
69753 msgstr ""
69755 #: fortran/io.cc:1578 fortran/io.cc:1595 fortran/io.cc:1616
69756 #, gcc-internal-format
69757 msgid "%s at %C is a DEC extension, enable with %<-fdec%>"
69758 msgstr ""
69760 #: fortran/io.cc:1669
69761 #, gcc-internal-format, gfc-internal-format
69762 msgid "Constant expression in FORMAT tag at %L must be of type default CHARACTER"
69763 msgstr ""
69765 #: fortran/io.cc:1694
69766 #, gcc-internal-format, gfc-internal-format
69767 msgid "FORMAT tag at %L cannot be a zero-sized array"
69768 msgstr ""
69770 #: fortran/io.cc:1735
69771 #, gcc-internal-format, gfc-internal-format
69772 msgid "FORMAT tag at %L must be of type default-kind CHARACTER or of INTEGER"
69773 msgstr ""
69775 #: fortran/io.cc:1741
69776 #, gcc-internal-format, gfc-internal-format
69777 msgid "ASSIGNED variable in FORMAT tag at %L"
69778 msgstr ""
69780 #: fortran/io.cc:1746
69781 #, gcc-internal-format
69782 msgid "Variable %qs at %L has not been assigned a format label"
69783 msgstr ""
69785 #: fortran/io.cc:1753
69786 #, gcc-internal-format
69787 msgid "Scalar %qs in FORMAT tag at %L is not an ASSIGNED variable"
69788 msgstr ""
69790 #: fortran/io.cc:1768
69791 #, gcc-internal-format, gfc-internal-format
69792 msgid "Non-character non-Hollerith in FORMAT tag at %L"
69793 msgstr ""
69795 #: fortran/io.cc:1772
69796 #, gcc-internal-format, gfc-internal-format
69797 msgid "Non-character in FORMAT tag at %L"
69798 msgstr ""
69800 #: fortran/io.cc:1778
69801 #, gcc-internal-format, gfc-internal-format
69802 msgid "Non-character assumed shape array element in FORMAT tag at %L"
69803 msgstr ""
69805 #: fortran/io.cc:1785
69806 #, gcc-internal-format, gfc-internal-format
69807 msgid "Non-character assumed size array element in FORMAT tag at %L"
69808 msgstr ""
69810 #: fortran/io.cc:1792
69811 #, gcc-internal-format, gfc-internal-format
69812 msgid "Non-character pointer array element in FORMAT tag at %L"
69813 msgstr ""
69815 #: fortran/io.cc:1818
69816 #, gcc-internal-format, gfc-internal-format
69817 msgid "%s tag at %L must be of type %s"
69818 msgstr ""
69820 #: fortran/io.cc:1825
69821 #, gcc-internal-format, gfc-internal-format
69822 msgid "%s tag at %L must be a character string of default kind"
69823 msgstr ""
69825 #: fortran/io.cc:1832
69826 #, gcc-internal-format, gfc-internal-format
69827 msgid "%s tag at %L must be scalar"
69828 msgstr ""
69830 #: fortran/io.cc:1838
69831 #, gcc-internal-format, gfc-internal-format
69832 msgid "IOMSG tag at %L"
69833 msgstr ""
69835 #: fortran/io.cc:1846
69836 #, gcc-internal-format, gfc-internal-format
69837 msgid "Fortran 95 requires default INTEGER in %s tag at %L"
69838 msgstr ""
69840 #: fortran/io.cc:1855
69841 #, gcc-internal-format, gfc-internal-format
69842 msgid "Non-default LOGICAL kind in %s tag at %L"
69843 msgstr ""
69845 #: fortran/io.cc:1862
69846 #, gcc-internal-format, gfc-internal-format
69847 msgid "NEWUNIT specifier at %L"
69848 msgstr ""
69850 #: fortran/io.cc:1880
69851 #, gcc-internal-format, gfc-internal-format
69852 msgid "CONVERT tag at %L"
69853 msgstr ""
69855 #: fortran/io.cc:2105
69856 #, gcc-internal-format
69857 msgid "Fortran 2003: %s specifier in %s statement at %L has value %qs"
69858 msgstr ""
69860 #: fortran/io.cc:2113 fortran/io.cc:2140
69861 #, gcc-internal-format
69862 msgid "%s specifier in %s statement at %L has value %qs"
69863 msgstr ""
69865 #: fortran/io.cc:2132
69866 #, gcc-internal-format
69867 msgid "Extension: %s specifier in %s statement at %L has value %qs"
69868 msgstr ""
69870 #: fortran/io.cc:2154 fortran/io.cc:2162
69871 #, gcc-internal-format
69872 msgid "%s specifier in %s statement at %L has invalid value %qs"
69873 msgstr ""
69875 #: fortran/io.cc:2219
69876 #, gcc-internal-format, gfc-internal-format
69877 msgid "ACTION type conflicts with READONLY specifier at %L"
69878 msgstr ""
69880 #: fortran/io.cc:2235
69881 #, gcc-internal-format, gfc-internal-format
69882 msgid "ASYNCHRONOUS= at %L not allowed in Fortran 95"
69883 msgstr ""
69885 #: fortran/io.cc:2254 fortran/io.cc:3928
69886 #, gcc-internal-format, gfc-internal-format
69887 msgid "BLANK= at %L not allowed in Fortran 95"
69888 msgstr ""
69890 #: fortran/io.cc:2282 fortran/io.cc:3906
69891 #, gcc-internal-format, gfc-internal-format
69892 msgid "DECIMAL= at %L not allowed in Fortran 95"
69893 msgstr ""
69895 #: fortran/io.cc:2314
69896 #, gcc-internal-format, gfc-internal-format
69897 msgid "ENCODING= at %L not allowed in Fortran 95"
69898 msgstr ""
69900 #: fortran/io.cc:2365 fortran/io.cc:3973
69901 #, gcc-internal-format, gfc-internal-format
69902 msgid "ROUND= at %L not allowed in Fortran 95"
69903 msgstr ""
69905 #: fortran/io.cc:2395
69906 #, gcc-internal-format, gfc-internal-format
69907 msgid "SIGN= at %L not allowed in Fortran 95"
69908 msgstr ""
69910 #: fortran/io.cc:2416
69911 #, gcc-internal-format, gfc-internal-format
69912 msgid "RECL in OPEN statement at %L must be positive"
69913 msgstr ""
69915 #: fortran/io.cc:2441
69916 #, gcc-internal-format
69917 msgid "The STATUS specified in OPEN statement at %L is %qs and no FILE specifier is present"
69918 msgstr ""
69920 #: fortran/io.cc:2452
69921 #, gcc-internal-format, gfc-internal-format
69922 msgid "The STATUS specified in OPEN statement at %L cannot have the value SCRATCH if a FILE specifier is present"
69923 msgstr ""
69925 #: fortran/io.cc:2463
69926 #, gcc-internal-format, gfc-internal-format
69927 msgid "UNIT specifier not allowed with NEWUNIT at %L"
69928 msgstr ""
69930 #: fortran/io.cc:2474
69931 #, gcc-internal-format, gfc-internal-format
69932 msgid "NEWUNIT specifier must have FILE= or STATUS='scratch' at %L"
69933 msgstr ""
69935 #: fortran/io.cc:2481
69936 #, gcc-internal-format, gfc-internal-format
69937 msgid "OPEN statement at %L must have UNIT or NEWUNIT specified"
69938 msgstr ""
69940 #: fortran/io.cc:2516
69941 #, gcc-internal-format, gfc-internal-format
69942 msgid "%sspecifier at %L not allowed in OPEN statement for unformatted I/O"
69943 msgstr ""
69945 #: fortran/io.cc:2524
69946 #, gcc-internal-format, gfc-internal-format
69947 msgid "RECL specifier not allowed in OPEN statement at %L for stream I/O"
69948 msgstr ""
69950 #: fortran/io.cc:2537
69951 #, gcc-internal-format, gfc-internal-format
69952 msgid "POSITION specifier in OPEN statement at %L only allowed for stream or sequential ACCESS"
69953 msgstr ""
69955 #: fortran/io.cc:2590
69956 #, gcc-internal-format, gfc-internal-format
69957 msgid "OPEN statement not allowed in PURE procedure at %C"
69958 msgstr ""
69960 #: fortran/io.cc:2698
69961 #, gcc-internal-format, gfc-internal-format
69962 msgid "CLOSE statement not allowed in PURE procedure at %C"
69963 msgstr ""
69965 #: fortran/io.cc:2724
69966 #, gcc-internal-format, gfc-internal-format
69967 msgid "CLOSE statement at %L requires a UNIT number"
69968 msgstr ""
69970 #: fortran/io.cc:2732
69971 #, gcc-internal-format, gfc-internal-format
69972 msgid "UNIT number in CLOSE statement at %L must be non-negative"
69973 msgstr ""
69975 #: fortran/io.cc:2855 fortran/match.cc:3129
69976 #, gcc-internal-format, gfc-internal-format
69977 msgid "%s statement not allowed in PURE procedure at %C"
69978 msgstr ""
69980 #: fortran/io.cc:2885
69981 #, gcc-internal-format, gfc-internal-format
69982 msgid "UNIT number missing in statement at %L"
69983 msgstr ""
69985 #: fortran/io.cc:2896 fortran/io.cc:3386
69986 #, gcc-internal-format, gfc-internal-format
69987 msgid "UNIT number in statement at %L must be non-negative"
69988 msgstr ""
69990 #: fortran/io.cc:2929
69991 #, gcc-internal-format, gfc-internal-format
69992 msgid "FLUSH statement at %C"
69993 msgstr ""
69995 #: fortran/io.cc:2970
69996 #, gcc-internal-format, gfc-internal-format
69997 msgid "Missing format with default unit at %C"
69998 msgstr ""
70000 #: fortran/io.cc:2990
70001 #, gcc-internal-format, gfc-internal-format
70002 msgid "Duplicate UNIT specification at %C"
70003 msgstr ""
70005 #: fortran/io.cc:3064
70006 #, gcc-internal-format, gfc-internal-format
70007 msgid "Duplicate format specification at %C"
70008 msgstr ""
70010 #: fortran/io.cc:3105
70011 #, gcc-internal-format
70012 msgid "Symbol %qs in namelist %qs is INTENT(IN) at %C"
70013 msgstr ""
70015 #: fortran/io.cc:3141
70016 #, gcc-internal-format, gfc-internal-format
70017 msgid "Duplicate NML specification at %C"
70018 msgstr ""
70020 #: fortran/io.cc:3150
70021 #, gcc-internal-format
70022 msgid "Symbol %qs at %C must be a NAMELIST group name"
70023 msgstr ""
70025 #: fortran/io.cc:3216
70026 #, gcc-internal-format, gfc-internal-format
70027 msgid "END tag at %C not allowed in output statement"
70028 msgstr ""
70030 #: fortran/io.cc:3312
70031 #, gcc-internal-format, gfc-internal-format
70032 msgid "UNIT not specified at %L"
70033 msgstr ""
70035 #: fortran/io.cc:3319
70036 #, gcc-internal-format, gfc-internal-format
70037 msgid "UNIT specification at %L must not be a character PARAMETER"
70038 msgstr ""
70040 #: fortran/io.cc:3332
70041 #, gcc-internal-format, gfc-internal-format
70042 msgid "UNIT specification at %L must be an INTEGER expression or a CHARACTER variable"
70043 msgstr ""
70045 #: fortran/io.cc:3354
70046 #, gcc-internal-format, gfc-internal-format
70047 msgid "Invalid form of WRITE statement at %L, UNIT required"
70048 msgstr ""
70050 #: fortran/io.cc:3365
70051 #, gcc-internal-format, gfc-internal-format
70052 msgid "Internal unit with vector subscript at %L"
70053 msgstr ""
70055 #: fortran/io.cc:3379
70056 #, gcc-internal-format, gfc-internal-format
70057 msgid "External IO UNIT cannot be an array at %L"
70058 msgstr ""
70060 #: fortran/io.cc:3409
70061 #, gcc-internal-format
70062 msgid "NAMELIST %qs in READ statement at %L contains the symbol %qs which may not appear in a variable definition context"
70063 msgstr ""
70065 #: fortran/io.cc:3421
70066 #, gcc-internal-format
70067 msgid "NAMELIST object %qs in namelist %qs at %L is polymorphic and requires a defined input/output procedure"
70068 msgstr ""
70070 #: fortran/io.cc:3431 fortran/resolve.cc:15658
70071 #, gcc-internal-format
70072 msgid "NAMELIST object %qs in namelist %qs at %L with ALLOCATABLE or POINTER components"
70073 msgstr ""
70075 #: fortran/io.cc:3439
70076 #, gcc-internal-format
70077 msgid "NAMELIST object %qs in namelist %qs at %L has ALLOCATABLE or POINTER components and thus requires a defined input/output procedure"
70078 msgstr ""
70080 #: fortran/io.cc:3450
70081 #, gcc-internal-format, gfc-internal-format
70082 msgid "Comma before i/o item list at %L"
70083 msgstr ""
70085 #: fortran/io.cc:3460
70086 #, gcc-internal-format, gfc-internal-format
70087 msgid "ERR tag label %d at %L not defined"
70088 msgstr ""
70090 #: fortran/io.cc:3472
70091 #, gcc-internal-format, gfc-internal-format
70092 msgid "END tag label %d at %L not defined"
70093 msgstr ""
70095 #: fortran/io.cc:3484
70096 #, gcc-internal-format, gfc-internal-format
70097 msgid "EOR tag label %d at %L not defined"
70098 msgstr ""
70100 #: fortran/io.cc:3494
70101 #, gcc-internal-format, gfc-internal-format
70102 msgid "FORMAT label %d at %L not defined"
70103 msgstr ""
70105 #: fortran/io.cc:3525
70106 #, gcc-internal-format
70107 msgid "io_kind_name(): bad I/O-kind"
70108 msgstr ""
70110 #: fortran/io.cc:3614
70111 #, gcc-internal-format, gfc-internal-format
70112 msgid "Syntax error in I/O iterator at %C"
70113 msgstr ""
70115 #: fortran/io.cc:3646
70116 #, gcc-internal-format, gfc-internal-format
70117 msgid "Expecting variable in READ statement at %C"
70118 msgstr ""
70120 #: fortran/io.cc:3652
70121 #, gcc-internal-format, gfc-internal-format
70122 msgid "Expecting variable or io-implied-do in READ statement at %L"
70123 msgstr ""
70125 #: fortran/io.cc:3661
70126 #, gcc-internal-format, gfc-internal-format
70127 msgid "Expecting variable or io-implied-do at %L"
70128 msgstr ""
70130 #: fortran/io.cc:3670
70131 #, gcc-internal-format, gfc-internal-format
70132 msgid "Expected expression in %s statement at %C"
70133 msgstr ""
70135 #: fortran/io.cc:3675
70136 #, gcc-internal-format, gfc-internal-format
70137 msgid "BOZ literal constant at %L cannot appear in an output IO list"
70138 msgstr ""
70140 #: fortran/io.cc:3823
70141 #, gcc-internal-format, gfc-internal-format
70142 msgid "Internal file at %L with namelist"
70143 msgstr ""
70145 #: fortran/io.cc:3838
70146 #, gcc-internal-format, gfc-internal-format
70147 msgid "IO UNIT in %s statement at %L must be an internal file in a PURE procedure"
70148 msgstr ""
70150 #: fortran/io.cc:3951
70151 #, gcc-internal-format, gfc-internal-format
70152 msgid "PAD= at %L not allowed in Fortran 95"
70153 msgstr ""
70155 #: fortran/io.cc:4020
70156 #, gcc-internal-format, gfc-internal-format
70157 msgid "DELIM= at %L not allowed in Fortran 95"
70158 msgstr ""
70160 #: fortran/io.cc:4194
70161 #, gcc-internal-format, gfc-internal-format
70162 msgid "PRINT namelist at %C is an extension"
70163 msgstr ""
70165 #: fortran/io.cc:4216
70166 #, gcc-internal-format, gfc-internal-format
70167 msgid "Comma after * at %C not allowed without I/O list"
70168 msgstr ""
70170 #: fortran/io.cc:4389
70171 #, gcc-internal-format, gfc-internal-format
70172 msgid "Expected comma in I/O list at %C"
70173 msgstr ""
70175 #: fortran/io.cc:4456
70176 #, gcc-internal-format, gfc-internal-format
70177 msgid "PRINT statement at %C not allowed within PURE procedure"
70178 msgstr ""
70180 #: fortran/io.cc:4618
70181 #, gcc-internal-format, gfc-internal-format
70182 msgid "NULL() near %L cannot appear in INQUIRE statement"
70183 msgstr ""
70185 #: fortran/io.cc:4630 fortran/io.cc:4692
70186 #, gcc-internal-format, gfc-internal-format
70187 msgid "INQUIRE statement not allowed in PURE procedure at %C"
70188 msgstr ""
70190 #: fortran/io.cc:4658
70191 #, gcc-internal-format, gfc-internal-format
70192 msgid "IOLENGTH tag invalid in INQUIRE statement at %C"
70193 msgstr ""
70195 #: fortran/io.cc:4668 fortran/trans-io.cc:1358
70196 #, gcc-internal-format, gfc-internal-format
70197 msgid "INQUIRE statement at %L cannot contain both FILE and UNIT specifiers"
70198 msgstr ""
70200 #: fortran/io.cc:4675
70201 #, gcc-internal-format, gfc-internal-format
70202 msgid "INQUIRE statement at %L requires either FILE or UNIT specifier"
70203 msgstr ""
70205 #: fortran/io.cc:4685
70206 #, gcc-internal-format, gfc-internal-format
70207 msgid "UNIT number in INQUIRE statement at %L cannot be %d"
70208 msgstr ""
70210 #: fortran/io.cc:4700
70211 #, gcc-internal-format, gfc-internal-format
70212 msgid "INQUIRE statement at %L requires a PENDING= specifier with the ID= specifier"
70213 msgstr ""
70215 #: fortran/io.cc:4876
70216 #, gcc-internal-format, gfc-internal-format
70217 msgid "WAIT at %C not allowed in Fortran 95"
70218 msgstr ""
70220 #: fortran/io.cc:4882
70221 #, gcc-internal-format, gfc-internal-format
70222 msgid "WAIT statement not allowed in PURE procedure at %C"
70223 msgstr ""
70225 #. Reject truncation.
70226 #: fortran/iresolve.cc:70
70227 #, gcc-internal-format, gfc-internal-format
70228 msgid "identifier overflow: %d"
70229 msgstr ""
70231 #: fortran/iresolve.cc:102
70232 #, gcc-internal-format
70233 msgid "check_charlen_present(): length not set"
70234 msgstr ""
70236 #: fortran/match.cc:118
70237 #, gcc-internal-format
70238 msgid "gfc_op2string(): Bad code"
70239 msgstr ""
70241 #: fortran/match.cc:195
70242 #, gcc-internal-format
70243 msgid "Expected structure component or operator name after %<.%> at %C"
70244 msgstr ""
70246 #: fortran/match.cc:227
70247 #, gcc-internal-format
70248 msgid "%qs is neither a defined operator nor a structure component in dotted string at %C"
70249 msgstr ""
70251 #: fortran/match.cc:298
70252 #, gcc-internal-format
70253 msgid "Missing %qs in statement at or before %L"
70254 msgstr ""
70256 #: fortran/match.cc:498
70257 #, gcc-internal-format, gfc-internal-format
70258 msgid "Integer too large at %C"
70259 msgstr ""
70261 #: fortran/match.cc:553 fortran/parse.cc:1308
70262 #, gcc-internal-format, gfc-internal-format
70263 msgid "Too many digits in statement label at %C"
70264 msgstr ""
70266 #: fortran/match.cc:559
70267 #, gcc-internal-format, gfc-internal-format
70268 msgid "Statement label at %C is zero"
70269 msgstr ""
70271 #: fortran/match.cc:592
70272 #, gcc-internal-format
70273 msgid "Label name %qs at %C is ambiguous"
70274 msgstr ""
70276 #: fortran/match.cc:598
70277 #, gcc-internal-format
70278 msgid "Duplicate construct label %qs at %C"
70279 msgstr ""
70281 #: fortran/match.cc:634
70282 #, gcc-internal-format, gfc-internal-format
70283 msgid "Invalid character in name at %C"
70284 msgstr ""
70286 #: fortran/match.cc:647
70287 #, gcc-internal-format, gfc-internal-format
70288 msgid "Name at %C is too long"
70289 msgstr ""
70291 #: fortran/match.cc:658
70292 #, gcc-internal-format
70293 msgid "Invalid character %<$%> at %L. Use %<-fdollar-ok%> to allow it as an extension"
70294 msgstr ""
70296 #: fortran/match.cc:934
70297 #, gcc-internal-format, gfc-internal-format
70298 msgid ".XOR. operator at %C"
70299 msgstr ""
70301 #: fortran/match.cc:989
70302 #, gcc-internal-format, gfc-internal-format
70303 msgid "Loop variable at %C cannot be an array"
70304 msgstr ""
70306 #: fortran/match.cc:996
70307 #, gcc-internal-format, gfc-internal-format
70308 msgid "Loop variable at %C cannot be a coarray"
70309 msgstr ""
70311 #: fortran/match.cc:1002
70312 #, gcc-internal-format, gfc-internal-format
70313 msgid "Loop variable at %C cannot be a sub-component"
70314 msgstr ""
70316 #: fortran/match.cc:1036
70317 #, gcc-internal-format, gfc-internal-format
70318 msgid "Expected a step value in iterator at %C"
70319 msgstr ""
70321 #: fortran/match.cc:1048
70322 #, gcc-internal-format, gfc-internal-format
70323 msgid "Syntax error in iterator at %C"
70324 msgstr ""
70326 #: fortran/match.cc:1219
70327 #, gcc-internal-format, gfc-internal-format
70328 msgid "gfc_match(): Bad match code %c"
70329 msgstr ""
70331 #: fortran/match.cc:1293
70332 #, gcc-internal-format, gfc-internal-format
70333 msgid "Invalid form of PROGRAM statement at %C"
70334 msgstr ""
70336 #: fortran/match.cc:1337
70337 #, gcc-internal-format, gfc-internal-format
70338 msgid "BOZ literal constant at %L is neither a DATA statement value nor an actual argument of INT/REAL/DBLE/CMPLX intrinsic subprogram"
70339 msgstr ""
70341 #: fortran/match.cc:1346
70342 #, gcc-internal-format, gfc-internal-format
70343 msgid "Assignment to a constant expression at %C"
70344 msgstr ""
70346 #: fortran/match.cc:1450 fortran/match.cc:1541
70347 #, gcc-internal-format, gfc-internal-format
70348 msgid "Arithmetic IF statement at %C"
70349 msgstr ""
70351 #: fortran/match.cc:1497
70352 #, gcc-internal-format
70353 msgid "Missing %<(%> in IF-expression at %C"
70354 msgstr ""
70356 #: fortran/match.cc:1515
70357 #, gcc-internal-format, gfc-internal-format
70358 msgid "Syntax error in IF-expression at %C"
70359 msgstr ""
70361 #: fortran/match.cc:1526
70362 #, gcc-internal-format, gfc-internal-format
70363 msgid "Block label not appropriate for arithmetic IF statement at %C"
70364 msgstr ""
70366 #: fortran/match.cc:1564
70367 #, gcc-internal-format, gfc-internal-format
70368 msgid "Block label is not appropriate for IF statement at %C"
70369 msgstr ""
70371 #: fortran/match.cc:1657 fortran/match.cc:1664
70372 #, gcc-internal-format, gfc-internal-format
70373 msgid "Syntax error in IF-clause after %C"
70374 msgstr ""
70376 #: fortran/match.cc:1707
70377 #, gcc-internal-format, gfc-internal-format
70378 msgid "Invalid character(s) in ELSE statement after %C"
70379 msgstr ""
70381 #: fortran/match.cc:1713
70382 #, gcc-internal-format
70383 msgid "Label %qs at %C doesn't match IF label %qs"
70384 msgstr ""
70386 #: fortran/match.cc:1734
70387 #, gcc-internal-format
70388 msgid "Missing %<(%> in ELSE IF expression at %C"
70389 msgstr ""
70391 #: fortran/match.cc:1744
70392 #, gcc-internal-format
70393 msgid "Missing %<)%> in ELSE IF expression at %C"
70394 msgstr ""
70396 #: fortran/match.cc:1759
70397 #, gcc-internal-format, gfc-internal-format
70398 msgid "Missing THEN in ELSE IF statement after %L"
70399 msgstr ""
70401 #: fortran/match.cc:1767
70402 #, gcc-internal-format, gfc-internal-format
70403 msgid "Syntax error in ELSE IF statement after %L"
70404 msgstr ""
70406 #: fortran/match.cc:1773
70407 #, gcc-internal-format
70408 msgid "Label %qs after %L doesn't match IF label %qs"
70409 msgstr ""
70411 #: fortran/match.cc:1834
70412 #, gcc-internal-format, gfc-internal-format
70413 msgid "Image control statement CRITICAL at %C in PURE procedure"
70414 msgstr ""
70416 #: fortran/match.cc:1840
70417 #, gcc-internal-format, gfc-internal-format
70418 msgid "Image control statement CRITICAL at %C in DO CONCURRENT block"
70419 msgstr ""
70421 #: fortran/match.cc:1847
70422 #, gcc-internal-format, gfc-internal-format
70423 msgid "CRITICAL statement at %C"
70424 msgstr ""
70426 #: fortran/match.cc:1859
70427 #, gcc-internal-format, gfc-internal-format
70428 msgid "Nested CRITICAL block at %C"
70429 msgstr ""
70431 #: fortran/match.cc:1911
70432 #, gcc-internal-format, gfc-internal-format
70433 msgid "Expected association list at %C"
70434 msgstr ""
70436 #: fortran/match.cc:1923
70437 #, gcc-internal-format, gfc-internal-format
70438 msgid "Expected association at %C"
70439 msgstr ""
70441 #: fortran/match.cc:1933
70442 #, gcc-internal-format, gfc-internal-format
70443 msgid "Invalid association target at %C"
70444 msgstr ""
70446 #: fortran/match.cc:1944
70447 #, gcc-internal-format
70448 msgid "Duplicate name %qs in association at %C"
70449 msgstr ""
70451 #: fortran/match.cc:1952
70452 #, gcc-internal-format, gfc-internal-format
70453 msgid "Association target at %C must not be coindexed"
70454 msgstr ""
70456 #: fortran/match.cc:1959
70457 #, gcc-internal-format, gfc-internal-format
70458 msgid "Association target at %L cannot be a BOZ literal constant"
70459 msgstr ""
70461 #: fortran/match.cc:1978
70462 #, gcc-internal-format
70463 msgid "Expected %<)%> or %<,%> at %C"
70464 msgstr "Očekivano je %<)%> ili %<,%> pri %C"
70466 #: fortran/match.cc:1996
70467 #, gcc-internal-format, gfc-internal-format
70468 msgid "Junk after ASSOCIATE statement at %C"
70469 msgstr ""
70471 #: fortran/match.cc:2118
70472 #, gcc-internal-format
70473 msgid "Derived type %qs at %L may not be ABSTRACT"
70474 msgstr ""
70476 #: fortran/match.cc:2190 fortran/match.cc:2262 fortran/match.cc:2285
70477 #, gcc-internal-format, gfc-internal-format
70478 msgid "Invalid type-spec at %C"
70479 msgstr ""
70481 #: fortran/match.cc:2380
70482 #, gcc-internal-format, gfc-internal-format
70483 msgid "Syntax error in FORALL iterator at %C"
70484 msgstr ""
70486 #: fortran/match.cc:2645
70487 #, gcc-internal-format, gfc-internal-format
70488 msgid "DO CONCURRENT construct at %C"
70489 msgstr ""
70491 #: fortran/match.cc:2770
70492 #, gcc-internal-format
70493 msgid "Name %qs in %s statement at %C is unknown"
70494 msgstr ""
70496 #: fortran/match.cc:2778
70497 #, gcc-internal-format
70498 msgid "Name %qs in %s statement at %C is not a construct name"
70499 msgstr ""
70501 #: fortran/match.cc:2790
70502 #, gcc-internal-format, gfc-internal-format
70503 msgid "%s statement at %C leaves CRITICAL construct"
70504 msgstr ""
70506 #. F2008, C821 & C845.
70507 #: fortran/match.cc:2798
70508 #, gcc-internal-format, gfc-internal-format
70509 msgid "%s statement at %C leaves DO CONCURRENT construct"
70510 msgstr ""
70512 #: fortran/match.cc:2810
70513 #, gcc-internal-format, gfc-internal-format
70514 msgid "%s statement at %C is not within a construct"
70515 msgstr ""
70517 #: fortran/match.cc:2813
70518 #, gcc-internal-format
70519 msgid "%s statement at %C is not within construct %qs"
70520 msgstr ""
70522 #: fortran/match.cc:2839
70523 #, gcc-internal-format
70524 msgid "CYCLE statement at %C is not applicable to non-loop construct %qs"
70525 msgstr ""
70527 #: fortran/match.cc:2844
70528 #, gcc-internal-format, gfc-internal-format
70529 msgid "EXIT statement with no do-construct-name at %C"
70530 msgstr ""
70532 #: fortran/match.cc:2850
70533 #, gcc-internal-format
70534 msgid "%s statement at %C is not applicable to construct %qs"
70535 msgstr ""
70537 #: fortran/match.cc:2858
70538 #, gcc-internal-format, gfc-internal-format
70539 msgid "%s statement at %C leaving OpenACC structured block"
70540 msgstr ""
70542 #: fortran/match.cc:2859
70543 #, gcc-internal-format, gfc-internal-format
70544 msgid "%s statement at %C leaving OpenMP structured block"
70545 msgstr ""
70547 #: fortran/match.cc:2899
70548 #, gcc-internal-format, gfc-internal-format
70549 msgid "EXIT statement at %C terminating !$ACC LOOP loop"
70550 msgstr ""
70552 #: fortran/match.cc:2905
70553 #, gcc-internal-format, gfc-internal-format
70554 msgid "CYCLE statement at %C to non-innermost tiled !$ACC LOOP loop"
70555 msgstr ""
70557 #: fortran/match.cc:2907
70558 #, gcc-internal-format, gfc-internal-format
70559 msgid "CYCLE statement at %C to non-innermost collapsed !$ACC LOOP loop"
70560 msgstr ""
70562 #: fortran/match.cc:2954
70563 #, gcc-internal-format, gfc-internal-format
70564 msgid "EXIT statement at %C terminating !$OMP DO loop"
70565 msgstr ""
70567 #: fortran/match.cc:2959
70568 #, gcc-internal-format, gfc-internal-format
70569 msgid "CYCLE statement at %C to non-innermost collapsed !$OMP DO loop"
70570 msgstr ""
70572 #: fortran/match.cc:3064
70573 #, gcc-internal-format, gfc-internal-format
70574 msgid "Blank required in %s statement near %C"
70575 msgstr ""
70577 #: fortran/match.cc:3087
70578 #, gcc-internal-format, gfc-internal-format
70579 msgid "STOP code at %C cannot be negative"
70580 msgstr ""
70582 #: fortran/match.cc:3093
70583 #, gcc-internal-format, gfc-internal-format
70584 msgid "STOP code at %C contains too many digits"
70585 msgstr ""
70587 #: fortran/match.cc:3109
70588 #, gcc-internal-format, gfc-internal-format
70589 msgid "QUIET= specifier for %s at %L"
70590 msgstr ""
70592 #: fortran/match.cc:3123
70593 #, gcc-internal-format, gfc-internal-format
70594 msgid "%s statement at %C in PURE procedure"
70595 msgstr ""
70597 #: fortran/match.cc:3139
70598 #, gcc-internal-format, gfc-internal-format
70599 msgid "Image control statement STOP at %C in CRITICAL block"
70600 msgstr ""
70602 #: fortran/match.cc:3144
70603 #, gcc-internal-format, gfc-internal-format
70604 msgid "Image control statement STOP at %C in DO CONCURRENT block"
70605 msgstr ""
70607 #: fortran/match.cc:3156
70608 #, gcc-internal-format, gfc-internal-format
70609 msgid "STOP code at %L must be a scalar CHARACTER constant or digit[digit[digit[digit[digit]]]]"
70610 msgstr ""
70612 #: fortran/match.cc:3168
70613 #, gcc-internal-format, gfc-internal-format
70614 msgid "STOP code at %L must be a scalar default CHARACTER or INTEGER constant expression"
70615 msgstr ""
70617 #: fortran/match.cc:3175
70618 #, gcc-internal-format, gfc-internal-format
70619 msgid "STOP code at %L must be either INTEGER or CHARACTER type"
70620 msgstr ""
70622 #: fortran/match.cc:3182
70623 #, gcc-internal-format, gfc-internal-format
70624 msgid "STOP code at %L must be scalar"
70625 msgstr ""
70627 #: fortran/match.cc:3189
70628 #, gcc-internal-format, gfc-internal-format
70629 msgid "STOP code at %L must be default character KIND=%d"
70630 msgstr ""
70632 #: fortran/match.cc:3196
70633 #, gcc-internal-format, gfc-internal-format
70634 msgid "STOP code at %L must be default integer KIND=%d"
70635 msgstr ""
70637 #: fortran/match.cc:3208 fortran/resolve.cc:12310
70638 #, gcc-internal-format, gfc-internal-format
70639 msgid "QUIET specifier at %L must be a scalar LOGICAL"
70640 msgstr ""
70642 #: fortran/match.cc:3258
70643 #, gcc-internal-format, gfc-internal-format
70644 msgid "PAUSE statement at %C"
70645 msgstr ""
70647 #: fortran/match.cc:3279
70648 #, gcc-internal-format, gfc-internal-format
70649 msgid "ERROR STOP statement at %C"
70650 msgstr ""
70652 #: fortran/match.cc:3305
70653 #, gcc-internal-format, gfc-internal-format
70654 msgid "Image control statement EVENT %s at %C in PURE procedure"
70655 msgstr ""
70657 #: fortran/match.cc:3320
70658 #, gcc-internal-format, gfc-internal-format
70659 msgid "Image control statement EVENT %s at %C in CRITICAL block"
70660 msgstr ""
70662 #: fortran/match.cc:3327
70663 #, gcc-internal-format, gfc-internal-format
70664 msgid "Image control statement EVENT %s at %C in DO CONCURRENT block"
70665 msgstr ""
70667 #: fortran/match.cc:3357 fortran/match.cc:3699 fortran/match.cc:3911
70668 #: fortran/match.cc:4463 fortran/match.cc:4834
70669 #, gcc-internal-format, gfc-internal-format
70670 msgid "Redundant STAT tag found at %L"
70671 msgstr ""
70673 #: fortran/match.cc:3378 fortran/match.cc:3720 fortran/match.cc:3931
70674 #: fortran/match.cc:4495 fortran/match.cc:4859
70675 #, gcc-internal-format, gfc-internal-format
70676 msgid "Redundant ERRMSG tag found at %L"
70677 msgstr ""
70679 #: fortran/match.cc:3399
70680 #, gcc-internal-format, gfc-internal-format
70681 msgid "Redundant UNTIL_COUNT tag found at %L"
70682 msgstr ""
70684 #: fortran/match.cc:3465
70685 #, gcc-internal-format, gfc-internal-format
70686 msgid "EVENT POST statement at %C"
70687 msgstr ""
70689 #: fortran/match.cc:3475
70690 #, gcc-internal-format, gfc-internal-format
70691 msgid "EVENT WAIT statement at %C"
70692 msgstr ""
70694 #: fortran/match.cc:3487
70695 #, gcc-internal-format, gfc-internal-format
70696 msgid "FAIL IMAGE statement at %C"
70697 msgstr ""
70699 #: fortran/match.cc:3511
70700 #, gcc-internal-format, gfc-internal-format
70701 msgid "FORM TEAM statement at %C"
70702 msgstr ""
70704 #: fortran/match.cc:3550
70705 #, gcc-internal-format, gfc-internal-format
70706 msgid "CHANGE TEAM statement at %C"
70707 msgstr ""
70709 #: fortran/match.cc:3580
70710 #, gcc-internal-format, gfc-internal-format
70711 msgid "END TEAM statement at %C"
70712 msgstr ""
70714 #: fortran/match.cc:3604
70715 #, gcc-internal-format, gfc-internal-format
70716 msgid "SYNC TEAM statement at %C"
70717 msgstr ""
70719 #: fortran/match.cc:3647
70720 #, gcc-internal-format, gfc-internal-format
70721 msgid "Image control statement %s at %C in PURE procedure"
70722 msgstr ""
70724 #: fortran/match.cc:3662
70725 #, gcc-internal-format, gfc-internal-format
70726 msgid "Image control statement %s at %C in CRITICAL block"
70727 msgstr ""
70729 #: fortran/match.cc:3669
70730 #, gcc-internal-format, gfc-internal-format
70731 msgid "Image control statement %s at %C in DO CONCURRENT block"
70732 msgstr ""
70734 #: fortran/match.cc:3741
70735 #, gcc-internal-format, gfc-internal-format
70736 msgid "Redundant ACQUIRED_LOCK tag found at %L"
70737 msgstr ""
70739 #: fortran/match.cc:3806
70740 #, gcc-internal-format, gfc-internal-format
70741 msgid "LOCK statement at %C"
70742 msgstr ""
70744 #: fortran/match.cc:3816
70745 #, gcc-internal-format, gfc-internal-format
70746 msgid "UNLOCK statement at %C"
70747 msgstr ""
70749 #: fortran/match.cc:3841
70750 #, gcc-internal-format, gfc-internal-format
70751 msgid "Image control statement SYNC at %C in PURE procedure"
70752 msgstr ""
70754 #: fortran/match.cc:3847
70755 #, gcc-internal-format, gfc-internal-format
70756 msgid "SYNC statement at %C"
70757 msgstr ""
70759 #: fortran/match.cc:3859
70760 #, gcc-internal-format, gfc-internal-format
70761 msgid "Image control statement SYNC at %C in CRITICAL block"
70762 msgstr ""
70764 #: fortran/match.cc:3865
70765 #, gcc-internal-format, gfc-internal-format
70766 msgid "Image control statement SYNC at %C in DO CONCURRENT block"
70767 msgstr ""
70769 #: fortran/match.cc:4045
70770 #, gcc-internal-format, gfc-internal-format
70771 msgid "ASSIGN statement at %C"
70772 msgstr ""
70774 #: fortran/match.cc:4089
70775 #, gcc-internal-format, gfc-internal-format
70776 msgid "Assigned GOTO statement at %C"
70777 msgstr ""
70779 #: fortran/match.cc:4133 fortran/match.cc:4184
70780 #, gcc-internal-format, gfc-internal-format
70781 msgid "Statement label list in GOTO at %C cannot be empty"
70782 msgstr ""
70784 #: fortran/match.cc:4194
70785 #, gcc-internal-format, gfc-internal-format
70786 msgid "Computed GOTO at %C"
70787 msgstr ""
70789 #: fortran/match.cc:4269
70790 #, gcc-internal-format, gfc-internal-format
70791 msgid "Error in type-spec at %L"
70792 msgstr ""
70794 #: fortran/match.cc:4282
70795 #, gcc-internal-format, gfc-internal-format
70796 msgid "typespec in ALLOCATE at %L"
70797 msgstr ""
70799 #: fortran/match.cc:4305
70800 #, gcc-internal-format, gfc-internal-format
70801 msgid "The type parameter spec list in the type-spec at %L cannot contain DEFERRED parameters"
70802 msgstr ""
70804 #: fortran/match.cc:4335 fortran/match.cc:4772
70805 #, gcc-internal-format, gfc-internal-format
70806 msgid "Unexpected constant at %C"
70807 msgstr ""
70809 #: fortran/match.cc:4345
70810 #, gcc-internal-format, gfc-internal-format
70811 msgid "Bad allocate-object at %C for a PURE procedure"
70812 msgstr ""
70814 #: fortran/match.cc:4360
70815 #, gcc-internal-format, gfc-internal-format
70816 msgid "Incompatible allocate-object at %C for CHARACTER type-spec at %L"
70817 msgstr ""
70819 #: fortran/match.cc:4382
70820 #, gcc-internal-format, gfc-internal-format
70821 msgid "ALLOCATE of coarray at %C in DO CONCURRENT block"
70822 msgstr ""
70824 #: fortran/match.cc:4387
70825 #, gcc-internal-format, gfc-internal-format
70826 msgid "ALLOCATE of coarray at %C in CRITICAL block"
70827 msgstr ""
70829 #: fortran/match.cc:4409
70830 #, gcc-internal-format, gfc-internal-format
70831 msgid "Allocate-object at %L is neither a data pointer nor an allocatable variable"
70832 msgstr ""
70834 #: fortran/match.cc:4421
70835 #, gcc-internal-format, gfc-internal-format
70836 msgid "Type of entity at %L is type incompatible with typespec"
70837 msgstr ""
70839 #: fortran/match.cc:4429
70840 #, gcc-internal-format, gfc-internal-format
70841 msgid "Kind type parameter for entity at %L differs from the kind type parameter of the typespec"
70842 msgstr ""
70844 #: fortran/match.cc:4446
70845 #, gcc-internal-format, gfc-internal-format
70846 msgid "Shape specification for allocatable scalar at %C"
70847 msgstr ""
70849 #: fortran/match.cc:4473
70850 #, gcc-internal-format, gfc-internal-format
70851 msgid "STAT tag at %L cannot be a constant"
70852 msgstr ""
70854 #: fortran/match.cc:4489
70855 #, gcc-internal-format, gfc-internal-format
70856 msgid "ERRMSG tag at %L"
70857 msgstr ""
70859 #: fortran/match.cc:4512
70860 #, gcc-internal-format, gfc-internal-format
70861 msgid "SOURCE tag at %L"
70862 msgstr ""
70864 #: fortran/match.cc:4518
70865 #, gcc-internal-format, gfc-internal-format
70866 msgid "Redundant SOURCE tag found at %L"
70867 msgstr ""
70869 #: fortran/match.cc:4525
70870 #, gcc-internal-format, gfc-internal-format
70871 msgid "SOURCE tag at %L conflicts with the typespec at %L"
70872 msgstr ""
70874 #: fortran/match.cc:4531
70875 #, gcc-internal-format, gfc-internal-format
70876 msgid "SOURCE tag at %L with more than a single allocate object"
70877 msgstr ""
70879 #: fortran/match.cc:4549
70880 #, gcc-internal-format, gfc-internal-format
70881 msgid "MOLD tag at %L"
70882 msgstr ""
70884 #: fortran/match.cc:4555
70885 #, gcc-internal-format, gfc-internal-format
70886 msgid "Redundant MOLD tag found at %L"
70887 msgstr ""
70889 #: fortran/match.cc:4562
70890 #, gcc-internal-format, gfc-internal-format
70891 msgid "MOLD tag at %L conflicts with the typespec at %L"
70892 msgstr ""
70894 #: fortran/match.cc:4588
70895 #, gcc-internal-format, gfc-internal-format
70896 msgid "MOLD tag at %L conflicts with SOURCE tag at %L"
70897 msgstr ""
70899 #: fortran/match.cc:4596
70900 #, gcc-internal-format, gfc-internal-format
70901 msgid "Allocate-object at %L with a deferred type parameter requires either a type-spec or SOURCE tag or a MOLD tag"
70902 msgstr ""
70904 #: fortran/match.cc:4608
70905 #, gcc-internal-format, gfc-internal-format
70906 msgid "Unlimited polymorphic allocate-object at %L requires either a type-spec or SOURCE tag or a MOLD tag"
70907 msgstr ""
70909 #: fortran/match.cc:4675
70910 #, gcc-internal-format, gfc-internal-format
70911 msgid "Pointer object at %C shall not be coindexed"
70912 msgstr ""
70914 #: fortran/match.cc:4690
70915 #, gcc-internal-format, gfc-internal-format
70916 msgid "NULLIFY does not allow bounds remapping for pointer object at %C"
70917 msgstr ""
70919 #: fortran/match.cc:4784
70920 #, gcc-internal-format, gfc-internal-format
70921 msgid "Illegal allocate-object at %C for a PURE procedure"
70922 msgstr ""
70924 #: fortran/match.cc:4794
70925 #, gcc-internal-format, gfc-internal-format
70926 msgid "DEALLOCATE of coarray at %C in DO CONCURRENT block"
70927 msgstr ""
70929 #: fortran/match.cc:4801
70930 #, gcc-internal-format, gfc-internal-format
70931 msgid "DEALLOCATE of coarray at %C in CRITICAL block"
70932 msgstr ""
70934 #: fortran/match.cc:4817
70935 #, gcc-internal-format, gfc-internal-format
70936 msgid "Allocate-object at %C is not a nonprocedure pointer nor an allocatable variable"
70937 msgstr ""
70939 #: fortran/match.cc:4854
70940 #, gcc-internal-format, gfc-internal-format
70941 msgid "ERRMSG at %L"
70942 msgstr ""
70944 #: fortran/match.cc:4911
70945 #, gcc-internal-format, gfc-internal-format
70946 msgid "Image control statement RETURN at %C in CRITICAL block"
70947 msgstr ""
70949 #: fortran/match.cc:4917
70950 #, gcc-internal-format, gfc-internal-format
70951 msgid "Image control statement RETURN at %C in DO CONCURRENT block"
70952 msgstr ""
70954 #: fortran/match.cc:4926
70955 #, gcc-internal-format, gfc-internal-format
70956 msgid "Alternate RETURN statement at %C is only allowed within a SUBROUTINE"
70957 msgstr ""
70959 #: fortran/match.cc:4957
70960 #, gcc-internal-format, gfc-internal-format
70961 msgid "RETURN statement in main program at %C"
70962 msgstr ""
70964 #: fortran/match.cc:4985
70965 #, gcc-internal-format, gfc-internal-format
70966 msgid "Expected component reference at %C"
70967 msgstr ""
70969 #: fortran/match.cc:4994
70970 #, gcc-internal-format, gfc-internal-format
70971 msgid "Junk after CALL at %C"
70972 msgstr ""
70974 #: fortran/match.cc:5005
70975 #, gcc-internal-format, gfc-internal-format
70976 msgid "Expected type-bound procedure or procedure pointer component at %C"
70977 msgstr ""
70979 #: fortran/match.cc:5102
70980 #, gcc-internal-format, gfc-internal-format
70981 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a subroutine reference"
70982 msgstr ""
70984 #: fortran/match.cc:5243
70985 #, gcc-internal-format, gfc-internal-format
70986 msgid "Syntax error in common block name at %C"
70987 msgstr ""
70989 #. If we find an error, just print it and continue,
70990 #. cause it's just semantic, and we can see if there
70991 #. are more errors.
70992 #: fortran/match.cc:5318
70993 #, gcc-internal-format
70994 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)"
70995 msgstr ""
70997 #: fortran/match.cc:5327
70998 #, gcc-internal-format
70999 msgid "Variable %qs in common block %qs at %C cannot be bind(c) since it is not global"
71000 msgstr ""
71002 #: fortran/match.cc:5334
71003 #, gcc-internal-format
71004 msgid "Symbol %qs at %C is already in a COMMON block"
71005 msgstr ""
71007 #: fortran/match.cc:5342
71008 #, gcc-internal-format
71009 msgid "Initialized symbol %qs at %C can only be COMMON in BLOCK DATA"
71010 msgstr ""
71012 #: fortran/match.cc:5353
71013 #, gcc-internal-format
71014 msgid "Symbol %qs at %C is USE associated from module %qs and cannot occur in COMMON"
71015 msgstr ""
71017 #: fortran/match.cc:5368
71018 #, gcc-internal-format
71019 msgid "Array specification for symbol %qs in COMMON at %C must be explicit"
71020 msgstr ""
71022 #: fortran/match.cc:5375
71023 #, gcc-internal-format
71024 msgid "Symbol %qs in COMMON at %C cannot be a coarray"
71025 msgstr ""
71027 #: fortran/match.cc:5385
71028 #, gcc-internal-format
71029 msgid "Symbol %qs in COMMON at %C cannot be a POINTER array"
71030 msgstr ""
71032 #: fortran/match.cc:5431
71033 #, gcc-internal-format
71034 msgid "Symbol %qs, in COMMON block %qs at %C is being indirectly equivalenced to another COMMON block %qs"
71035 msgstr ""
71037 #: fortran/match.cc:5493
71038 #, gcc-internal-format, gfc-internal-format
71039 msgid "BLOCK DATA construct at %L"
71040 msgstr ""
71042 #: fortran/match.cc:5581
71043 #, gcc-internal-format
71044 msgid "Namelist group name %qs at %C already has a basic type of %s"
71045 msgstr ""
71047 #: fortran/match.cc:5589
71048 #, gcc-internal-format
71049 msgid "Namelist group name %qs at %C already is USE associated and cannot be respecified."
71050 msgstr ""
71052 #. It is required that members of a namelist be declared
71053 #. before the namelist.  We check this by checking if the
71054 #. symbol has a defined type for IMPLICIT NONE.
71055 #: fortran/match.cc:5614
71056 #, gcc-internal-format
71057 msgid "Symbol %qs in namelist %qs at %C must be declared before the namelist is declared."
71058 msgstr ""
71060 #: fortran/match.cc:5633
71061 #, gcc-internal-format
71062 msgid "Assumed size array %qs in namelist %qs at %C is not allowed"
71063 msgstr ""
71065 #: fortran/match.cc:5776
71066 #, gcc-internal-format, gfc-internal-format
71067 msgid "Derived type component %C is not a permitted EQUIVALENCE member"
71068 msgstr ""
71070 #: fortran/match.cc:5784
71071 #, gcc-internal-format, gfc-internal-format
71072 msgid "Array reference in EQUIVALENCE at %C cannot be an array section"
71073 msgstr ""
71075 #: fortran/match.cc:5817
71076 #, gcc-internal-format, gfc-internal-format
71077 msgid "EQUIVALENCE at %C requires two or more objects"
71078 msgstr ""
71080 #: fortran/match.cc:5831
71081 #, gcc-internal-format, gfc-internal-format
71082 msgid "Attempt to indirectly overlap COMMON blocks %s and %s by EQUIVALENCE at %C"
71083 msgstr ""
71085 #: fortran/match.cc:5844
71086 #, gcc-internal-format, gfc-internal-format
71087 msgid "Expecting a comma in EQUIVALENCE at %C"
71088 msgstr ""
71090 #: fortran/match.cc:5849
71091 #, gcc-internal-format, gfc-internal-format
71092 msgid "EQUIVALENCE statement at %C"
71093 msgstr ""
71095 #: fortran/match.cc:5942
71096 #, gcc-internal-format, gfc-internal-format
71097 msgid "Invalid use of statement function argument at %L"
71098 msgstr "Nevaljana upotreba argumenta funkcije iskaza kod %L"
71100 #: fortran/match.cc:6009
71101 #, gcc-internal-format, gfc-internal-format
71102 msgid "Statement function at %L is recursive"
71103 msgstr ""
71105 #: fortran/match.cc:6015
71106 #, gcc-internal-format
71107 msgid "Statement function %qs at %L conflicts with function name"
71108 msgstr ""
71110 #: fortran/match.cc:6029
71111 #, gcc-internal-format, gfc-internal-format
71112 msgid "Statement function at %L cannot appear within an INTERFACE"
71113 msgstr ""
71115 #: fortran/match.cc:6034
71116 #, gcc-internal-format, gfc-internal-format
71117 msgid "Statement function at %C"
71118 msgstr ""
71120 #: fortran/match.cc:6159 fortran/match.cc:6175 fortran/match.cc:6194
71121 #, gcc-internal-format, gfc-internal-format
71122 msgid "Expression in CASE selector at %L cannot be %s"
71123 msgstr ""
71125 #: fortran/match.cc:6204 fortran/match.cc:6210
71126 #, gcc-internal-format, gfc-internal-format
71127 msgid "Expression in CASE selector at %L must be scalar"
71128 msgstr ""
71130 #: fortran/match.cc:6219
71131 #, gcc-internal-format, gfc-internal-format
71132 msgid "Expected initialization expression in CASE at %C"
71133 msgstr ""
71135 #: fortran/match.cc:6251
71136 #, gcc-internal-format
71137 msgid "Expected block name %qs of SELECT construct at %C"
71138 msgstr ""
71140 #: fortran/match.cc:6546
71141 #, gcc-internal-format, gfc-internal-format
71142 msgid "SELECT TYPE at %C cannot appear in this scope"
71143 msgstr ""
71145 #: fortran/match.cc:6587
71146 #, gcc-internal-format, gfc-internal-format
71147 msgid "parse error in SELECT TYPE statement at %C"
71148 msgstr ""
71150 #: fortran/match.cc:6612
71151 #, gcc-internal-format, gfc-internal-format
71152 msgid "Selector in SELECT TYPE at %C is not a named variable; use associate-name=>"
71153 msgstr ""
71155 #: fortran/match.cc:6768
71156 #, gcc-internal-format, gfc-internal-format
71157 msgid "SELECT RANK statement at %C"
71158 msgstr ""
71160 #: fortran/match.cc:6797 fortran/match.cc:6851
71161 #, gcc-internal-format, gfc-internal-format
71162 msgid "The SELECT RANK selector at %C must be an assumed rank variable"
71163 msgstr ""
71165 #: fortran/match.cc:6861
71166 #, gcc-internal-format, gfc-internal-format
71167 msgid "parse error in SELECT RANK statement at %C"
71168 msgstr ""
71170 #: fortran/match.cc:6897
71171 #, gcc-internal-format, gfc-internal-format
71172 msgid "Unexpected CASE statement at %C"
71173 msgstr ""
71175 #: fortran/match.cc:6949
71176 #, gcc-internal-format, gfc-internal-format
71177 msgid "Syntax error in CASE specification at %C"
71178 msgstr ""
71180 #: fortran/match.cc:6967
71181 #, gcc-internal-format, gfc-internal-format
71182 msgid "Unexpected TYPE IS statement at %C"
71183 msgstr ""
71185 #: fortran/match.cc:6999
71186 #, gcc-internal-format, gfc-internal-format
71187 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]"
71188 msgstr ""
71190 #: fortran/match.cc:7010
71191 #, gcc-internal-format, gfc-internal-format
71192 msgid "All the LEN type parameters in the TYPE IS statement at %C must be ASSUMED"
71193 msgstr ""
71195 #: fortran/match.cc:7021
71196 #, gcc-internal-format, gfc-internal-format
71197 msgid "Syntax error in TYPE IS specification at %C"
71198 msgstr ""
71200 #: fortran/match.cc:7097
71201 #, gcc-internal-format, gfc-internal-format
71202 msgid "Syntax error in CLASS IS specification at %C"
71203 msgstr ""
71205 #: fortran/match.cc:7117
71206 #, gcc-internal-format, gfc-internal-format
71207 msgid "Unexpected RANK statement at %C"
71208 msgstr ""
71210 #: fortran/match.cc:7163
71211 #, gcc-internal-format, gfc-internal-format
71212 msgid "The SELECT RANK CASE expression at %C must be a scalar, integer constant"
71213 msgstr ""
71215 #: fortran/match.cc:7172
71216 #, gcc-internal-format, gfc-internal-format
71217 msgid "The value of the SELECT RANK CASE expression at %C must not be less than zero or greater than %d"
71218 msgstr ""
71220 #: fortran/match.cc:7199
71221 #, gcc-internal-format, gfc-internal-format
71222 msgid "Syntax error in RANK specification at %C"
71223 msgstr ""
71225 #: fortran/match.cc:7321
71226 #, gcc-internal-format, gfc-internal-format
71227 msgid "ELSEWHERE statement at %C not enclosed in WHERE block"
71228 msgstr ""
71230 #: fortran/match.cc:7359
71231 #, gcc-internal-format
71232 msgid "Label %qs at %C doesn't match WHERE label %qs"
71233 msgstr ""
71235 #: fortran/matchexp.cc:72
71236 #, gcc-internal-format
71237 msgid "Bad character %qc in OPERATOR name at %C"
71238 msgstr ""
71240 #: fortran/matchexp.cc:80
71241 #, gcc-internal-format
71242 msgid "The name %qs cannot be used as a defined operator at %C"
71243 msgstr ""
71245 #: fortran/matchexp.cc:173
71246 #, gcc-internal-format, gfc-internal-format
71247 msgid "Expected a right parenthesis in expression at %C"
71248 msgstr ""
71250 #: fortran/matchexp.cc:281
71251 #, gcc-internal-format, gfc-internal-format
71252 msgid "Expected exponent in expression at %C"
71253 msgstr ""
71255 #: fortran/matchexp.cc:319 fortran/matchexp.cc:324 fortran/matchexp.cc:428
71256 #: fortran/matchexp.cc:433
71257 #, gcc-internal-format, gfc-internal-format
71258 msgid "Extension: Unary operator following arithmetic operator (use parentheses) at %C"
71259 msgstr ""
71261 #: fortran/matchexp.cc:665
71262 #, gcc-internal-format
71263 msgid "match_level_4(): Bad operator"
71264 msgstr ""
71266 #: fortran/misc.cc:113
71267 #, gcc-internal-format
71268 msgid "gfc_basic_typename(): Undefined type"
71269 msgstr ""
71271 #: fortran/misc.cc:207
71272 #, gcc-internal-format
71273 msgid "gfc_typename(): Undefined type"
71274 msgstr ""
71276 #: fortran/misc.cc:311
71277 #, gcc-internal-format
71278 msgid "gfc_code2string(): Bad code"
71279 msgstr ""
71281 #: fortran/module.cc:238
71282 #, gcc-internal-format
71283 msgid "free_pi_tree(): Unresolved fixup"
71284 msgstr ""
71286 #: fortran/module.cc:455
71287 #, gcc-internal-format
71288 msgid "associate_integer_pointer(): Already associated"
71289 msgstr ""
71291 #: fortran/module.cc:539
71292 #, gcc-internal-format, gfc-internal-format
71293 msgid "module nature in USE statement at %C"
71294 msgstr ""
71296 #: fortran/module.cc:551
71297 #, gcc-internal-format, gfc-internal-format
71298 msgid "Module nature in USE statement at %C shall be either INTRINSIC or NON_INTRINSIC"
71299 msgstr ""
71301 #: fortran/module.cc:564
71302 #, gcc-internal-format, gfc-internal-format
71303 msgid "\"::\" was expected after module nature at %C but was not found"
71304 msgstr ""
71306 #: fortran/module.cc:574
71307 #, gcc-internal-format, gfc-internal-format
71308 msgid "\"USE :: module\" at %C"
71309 msgstr ""
71311 #: fortran/module.cc:633
71312 #, gcc-internal-format, gfc-internal-format
71313 msgid "Missing generic specification in USE statement at %C"
71314 msgstr ""
71316 #: fortran/module.cc:644
71317 #, gcc-internal-format, gfc-internal-format
71318 msgid "Renaming operators in USE statements at %C"
71319 msgstr ""
71321 #: fortran/module.cc:688
71322 #, gcc-internal-format
71323 msgid "Symbol %qs at %L conflicts with the rename symbol at %L"
71324 msgstr ""
71326 #: fortran/module.cc:691
71327 #, gcc-internal-format
71328 msgid "Symbol %qs at %L conflicts with the symbol at %L"
71329 msgstr ""
71331 #: fortran/module.cc:699
71332 #, gcc-internal-format
71333 msgid "The name %qs at %C has already been used as an external module name"
71334 msgstr ""
71336 #: fortran/module.cc:762
71337 #, gcc-internal-format, gfc-internal-format
71338 msgid "SUBMODULE declaration at %C"
71339 msgstr ""
71341 #: fortran/module.cc:767
71342 #, gcc-internal-format, gfc-internal-format
71343 msgid "SUBMODULE declaration at %C cannot appear within another scoping unit"
71344 msgstr ""
71346 #: fortran/module.cc:842
71347 #, gcc-internal-format, gfc-internal-format
71348 msgid "Syntax error in SUBMODULE statement at %C"
71349 msgstr ""
71351 #: fortran/module.cc:1202
71352 #, gcc-internal-format
71353 msgid "Reading module %qs at line %d column %d: %s"
71354 msgstr ""
71356 #: fortran/module.cc:1206
71357 #, gcc-internal-format
71358 msgid "Writing module %qs at line %d column %d: %s"
71359 msgstr ""
71361 #: fortran/module.cc:1210
71362 #, gcc-internal-format
71363 msgid "Module %qs at line %d column %d: %s"
71364 msgstr ""
71366 #: fortran/module.cc:1643
71367 #, gcc-internal-format
71368 msgid "require_atom(): bad atom type required"
71369 msgstr ""
71371 #: fortran/module.cc:1692
71372 #, gcc-internal-format, gfc-internal-format
71373 msgid "Error writing modules file: %s"
71374 msgstr ""
71376 #: fortran/module.cc:1742
71377 #, gcc-internal-format
71378 msgid "write_atom(): Trying to write dab atom"
71379 msgstr ""
71381 #: fortran/module.cc:1963
71382 #, gcc-internal-format
71383 msgid "unquote_string(): got bad string"
71384 msgstr ""
71386 #: fortran/module.cc:2960
71387 #, gcc-internal-format
71388 msgid "mio_array_ref(): Unknown array ref"
71389 msgstr ""
71391 #: fortran/module.cc:5095
71392 #, gcc-internal-format, gfc-internal-format
71393 msgid "Ambiguous !$OMP DECLARE REDUCTION from module %s at %L"
71394 msgstr ""
71396 #: fortran/module.cc:5098
71397 #, gcc-internal-format, gfc-internal-format
71398 msgid "Previous !$OMP DECLARE REDUCTION from module %s at %L"
71399 msgstr ""
71401 #: fortran/module.cc:5292
71402 #, gcc-internal-format
71403 msgid "%qs of module %qs, imported at %C, is also the name of the current program unit"
71404 msgstr ""
71406 #: fortran/module.cc:5429
71407 #, gcc-internal-format
71408 msgid "Mismatch in components of derived type %qs from %qs at %C: expecting %qs, but got %qs"
71409 msgstr ""
71411 #: fortran/module.cc:5708
71412 #, gcc-internal-format
71413 msgid "Symbol %qs referenced at %L not found in module %qs"
71414 msgstr ""
71416 #: fortran/module.cc:5715
71417 #, gcc-internal-format
71418 msgid "User operator %qs referenced at %L not found in module %qs"
71419 msgstr ""
71421 #: fortran/module.cc:5720
71422 #, gcc-internal-format
71423 msgid "Intrinsic operator %qs referenced at %L not found in module %qs"
71424 msgstr ""
71426 #: fortran/module.cc:5956
71427 #, gcc-internal-format
71428 msgid "write_symbol(): bad module symbol %qs"
71429 msgstr ""
71431 #: fortran/module.cc:6300
71432 #, gcc-internal-format
71433 msgid "write_symtree(): Symbol not written"
71434 msgstr ""
71436 #: fortran/module.cc:6490
71437 #, gcc-internal-format
71438 msgid "Cannot open module file %qs for writing at %C: %s"
71439 msgstr "Nije moguće otvoriti modul datoteku %qs za pisanje pri %C: %s"
71441 #: fortran/module.cc:6511
71442 #, gcc-internal-format
71443 msgid "Error writing module file %qs for writing: %s"
71444 msgstr "Greška pri zapisivanju modul datoteke %qs za pisanje: %s"
71446 #: fortran/module.cc:6522
71447 #, gcc-internal-format
71448 msgid "Cannot delete module file %qs: %s"
71449 msgstr "Nije moguće izbrisati modul datoteku %qs: %s"
71451 #: fortran/module.cc:6525
71452 #, gcc-internal-format
71453 msgid "Cannot rename module file %qs to %qs: %s"
71454 msgstr "Nije moguće preimenovati modul datoteku %qs u %qs: %s"
71456 #: fortran/module.cc:6531
71457 #, gcc-internal-format
71458 msgid "Cannot delete temporary module file %qs: %s"
71459 msgstr "Nije moguće izbrisati privremenu modul datoteku %qs: %s"
71461 #: fortran/module.cc:6588
71462 #, gcc-internal-format
71463 msgid "Symbol %qs at %C already declared"
71464 msgstr ""
71466 #: fortran/module.cc:6659
71467 #, gcc-internal-format, gfc-internal-format
71468 msgid "import_iso_c_binding_module(): Unable to create symbol for %s"
71469 msgstr ""
71471 #: fortran/module.cc:6767 fortran/module.cc:7111
71472 #, gcc-internal-format
71473 msgid "The symbol %qs, referenced at %L, is not in the selected standard"
71474 msgstr ""
71476 #: fortran/module.cc:6895
71477 #, gcc-internal-format
71478 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_C_BINDING"
71479 msgstr ""
71481 #: fortran/module.cc:6916 fortran/module.cc:6949 fortran/module.cc:6991
71482 #, gcc-internal-format
71483 msgid "Symbol %qs already declared"
71484 msgstr ""
71486 #: fortran/module.cc:7096
71487 #, gcc-internal-format
71488 msgid "Use of intrinsic module %qs at %C conflicts with non-intrinsic module name used previously"
71489 msgstr ""
71491 #: fortran/module.cc:7118
71492 #, gcc-internal-format
71493 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %L is incompatible with option %qs"
71494 msgstr ""
71496 #: fortran/module.cc:7186
71497 #, gcc-internal-format, gfc-internal-format
71498 msgid "Use of the NUMERIC_STORAGE_SIZE named constant from intrinsic module ISO_FORTRAN_ENV at %C is incompatible with option %s"
71499 msgstr ""
71501 #: fortran/module.cc:7240
71502 #, gcc-internal-format
71503 msgid "Symbol %qs referenced at %L not found in intrinsic module ISO_FORTRAN_ENV"
71504 msgstr ""
71506 #: fortran/module.cc:7266
71507 #, gcc-internal-format, gfc-internal-format
71508 msgid "USE statement at %C has no ONLY qualifier"
71509 msgstr ""
71511 #: fortran/module.cc:7295
71512 #, gcc-internal-format, gfc-internal-format
71513 msgid "ISO_FORTRAN_ENV intrinsic module at %C"
71514 msgstr ""
71516 #: fortran/module.cc:7307
71517 #, gcc-internal-format, gfc-internal-format
71518 msgid "ISO_C_BINDING module at %C"
71519 msgstr ""
71521 #: fortran/module.cc:7320
71522 #, gcc-internal-format
71523 msgid "Cannot find an intrinsic module named %qs at %C"
71524 msgstr ""
71526 #: fortran/module.cc:7326
71527 #, gcc-internal-format, gfc-internal-format
71528 msgid "IEEE_FEATURES module at %C"
71529 msgstr ""
71531 #: fortran/module.cc:7332
71532 #, gcc-internal-format, gfc-internal-format
71533 msgid "IEEE_EXCEPTIONS module at %C"
71534 msgstr ""
71536 #: fortran/module.cc:7338
71537 #, gcc-internal-format, gfc-internal-format
71538 msgid "IEEE_ARITHMETIC module at %C"
71539 msgstr ""
71541 #: fortran/module.cc:7348
71542 #, gcc-internal-format
71543 msgid "Cannot open module file %qs for reading at %C: %s"
71544 msgstr "Nije moguće otvoriti modul datoteku %qs za čitanje pri %C: %s"
71546 #: fortran/module.cc:7351
71547 #, gcc-internal-format
71548 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."
71549 msgstr ""
71551 #: fortran/module.cc:7362
71552 #, gcc-internal-format
71553 msgid "Use of non-intrinsic module %qs at %C conflicts with intrinsic module name used previously"
71554 msgstr ""
71556 #: fortran/module.cc:7385
71557 #, gcc-internal-format
71558 msgid "File %qs opened at %C is not a GNU Fortran module file"
71559 msgstr ""
71561 #: fortran/module.cc:7393
71562 #, gcc-internal-format
71563 msgid "Cannot read module file %qs opened at %C, because it was created by a different version of GNU Fortran"
71564 msgstr ""
71566 #: fortran/module.cc:7410
71567 #, gcc-internal-format
71568 msgid "Cannot USE a submodule that is currently built"
71569 msgstr ""
71571 #: fortran/module.cc:7412
71572 #, gcc-internal-format
71573 msgid "Cannot USE a module that is currently built"
71574 msgstr ""
71576 #: fortran/openmp.cc:148 fortran/openmp.cc:6667
71577 #, gcc-internal-format, gfc-internal-format
71578 msgid "Unexpected junk at %C"
71579 msgstr "Neočekivano smeće pri %C"
71581 #: fortran/openmp.cc:424
71582 #, gcc-internal-format
71583 msgid "%<omp_all_memory%> at %C not permitted in this clause"
71584 msgstr ""
71586 #: fortran/openmp.cc:469
71587 #, gcc-internal-format, gfc-internal-format
71588 msgid "List item shall not be coindexed at %C"
71589 msgstr ""
71591 #: fortran/openmp.cc:504 fortran/openmp.cc:605 fortran/openmp.cc:935
71592 #: fortran/openmp.cc:5752
71593 #, gcc-internal-format, gfc-internal-format
71594 msgid "COMMON block /%s/ not found at %C"
71595 msgstr ""
71597 #: fortran/openmp.cc:543 fortran/openmp.cc:633
71598 #, gcc-internal-format, gfc-internal-format
71599 msgid "Syntax error in OpenMP variable list at %C"
71600 msgstr ""
71602 #: fortran/openmp.cc:660
71603 #, gcc-internal-format, gfc-internal-format
71604 msgid "Syntax error in OpenMP detach clause at %C"
71605 msgstr ""
71607 #: fortran/openmp.cc:689
71608 #, gcc-internal-format
71609 msgid "%<omp_all_memory%> used with dependence-type other than OUT or INOUT at %C"
71610 msgstr ""
71612 #: fortran/openmp.cc:742
71613 #, gcc-internal-format, gfc-internal-format
71614 msgid "Syntax error in OpenMP SINK dependence-type list at %C"
71615 msgstr ""
71617 #: fortran/openmp.cc:804
71618 #, gcc-internal-format, gfc-internal-format
71619 msgid "Syntax error in OpenACC expression list at %C"
71620 msgstr ""
71622 #: fortran/openmp.cc:871
71623 #, gcc-internal-format
71624 msgid "Unexpected OpenACC parallelism."
71625 msgstr ""
71627 #: fortran/openmp.cc:903
71628 #, gcc-internal-format, gfc-internal-format
71629 msgid "Variable at %C is an element of a COMMON block"
71630 msgstr ""
71632 #: fortran/openmp.cc:963
71633 #, gcc-internal-format, gfc-internal-format
71634 msgid "Unexpected junk after !$ACC DECLARE at %C"
71635 msgstr ""
71637 #: fortran/openmp.cc:973
71638 #, gcc-internal-format, gfc-internal-format
71639 msgid "Syntax error in !$ACC DECLARE list at %C"
71640 msgstr ""
71642 #: fortran/openmp.cc:1225
71643 #, gcc-internal-format, gfc-internal-format
71644 msgid "Expected INTEGER type at %L"
71645 msgstr ""
71647 #: fortran/openmp.cc:1239
71648 #, gcc-internal-format, gfc-internal-format
71649 msgid "Expected identifier at %C"
71650 msgstr ""
71652 #: fortran/openmp.cc:1244
71653 #, gcc-internal-format
71654 msgid "Same identifier %qs specified again at %C"
71655 msgstr ""
71657 #: fortran/openmp.cc:1271
71658 #, gcc-internal-format, gfc-internal-format
71659 msgid "Expected range-specification at %C"
71660 msgstr ""
71662 #: fortran/openmp.cc:1357
71663 #, gcc-internal-format, gfc-internal-format
71664 msgid "Comma expected at %C"
71665 msgstr ""
71667 #: fortran/openmp.cc:1469
71668 #, gcc-internal-format, gfc-internal-format
71669 msgid "!$OMP DECLARE REDUCTION %s not found at %L"
71670 msgstr ""
71672 #: fortran/openmp.cc:1529
71673 #, gcc-internal-format, gfc-internal-format
71674 msgid "Unknown directive at %L"
71675 msgstr ""
71677 #: fortran/openmp.cc:1531
71678 #, gcc-internal-format, gfc-internal-format
71679 msgid "Invalid combined or composite directive at %L"
71680 msgstr ""
71682 #: fortran/openmp.cc:1539
71683 #, gcc-internal-format
71684 msgid "Invalid %qs directive at %L in %s clause: declarative, informational and meta directives not permitted"
71685 msgstr ""
71687 #: fortran/openmp.cc:1571
71688 #, gcc-internal-format
71689 msgid "Expected %<,%> or %<)%> at %C"
71690 msgstr "Očekivano je %<,%> ili %<)%> kod %C"
71692 #: fortran/openmp.cc:1597 fortran/openmp.cc:1607
71693 #, gcc-internal-format
71694 msgid "%qs directive mentioned multiple times in %s clause in %s directive at %L"
71695 msgstr ""
71697 #: fortran/openmp.cc:1615
71698 #, gcc-internal-format
71699 msgid "%qs directive mentioned both times in ABSENT and CONTAINS clauses in %s directive at %L"
71700 msgstr ""
71702 #: fortran/openmp.cc:1686
71703 #, gcc-internal-format
71704 msgid "Duplicated %qs clause at %L"
71705 msgstr ""
71707 #: fortran/openmp.cc:1693
71708 #, gcc-internal-format
71709 msgid "Expected %<(%> after %qs at %C"
71710 msgstr "Očekivano je %<(%> iza %qs pri %C"
71712 #: fortran/openmp.cc:1700
71713 #, gcc-internal-format
71714 msgid "Invalid expression after %<%s(%> at %C"
71715 msgstr "Nevaljani izraz iza %<%s(%> pri %C"
71717 #: fortran/openmp.cc:1762
71718 #, gcc-internal-format, gfc-internal-format
71719 msgid "Clause expected at %C after trailing comma"
71720 msgstr ""
71722 #: fortran/openmp.cc:1832 fortran/openmp.cc:1868 fortran/openmp.cc:2257
71723 #: fortran/openmp.cc:2282
71724 #, gcc-internal-format
71725 msgid "Expected %<:%> at %C"
71726 msgstr "Očekivano je %<:%> pri %C"
71728 #: fortran/openmp.cc:1892
71729 #, gcc-internal-format, gfc-internal-format
71730 msgid "Expected variable list at %C"
71731 msgstr ""
71733 #: fortran/openmp.cc:1917
71734 #, gcc-internal-format, gfc-internal-format
71735 msgid "Expected COMPILATION or EXECUTION in AT clause at %C"
71736 msgstr ""
71738 #: fortran/openmp.cc:1978
71739 #, gcc-internal-format, gfc-internal-format
71740 msgid "Expected TEAMS, PARALLEL or THREAD as binding in BIND at %C"
71741 msgstr ""
71743 #: fortran/openmp.cc:2009
71744 #, gcc-internal-format, gfc-internal-format
71745 msgid "COLLAPSE clause argument not constant positive integer at %C"
71746 msgstr ""
71748 #: fortran/openmp.cc:2096
71749 #, gcc-internal-format, gfc-internal-format
71750 msgid "Expected ALLOC, TO, FROM, TOFROM, FIRSTPRIVATE, NONE or DEFAULT at %C"
71751 msgstr ""
71753 #: fortran/openmp.cc:2116
71754 #, gcc-internal-format, gfc-internal-format
71755 msgid "Expected SCALAR, AGGREGATE, ALLOCATABLE or POINTER at %C"
71756 msgstr ""
71758 #: fortran/openmp.cc:2145
71759 #, gcc-internal-format, gfc-internal-format
71760 msgid "DEFAULTMAP at %C but prior DEFAULTMAP with unspecified category"
71761 msgstr ""
71763 #: fortran/openmp.cc:2148
71764 #, gcc-internal-format, gfc-internal-format
71765 msgid "DEFAULTMAP at %C but prior DEFAULTMAP for category %s"
71766 msgstr ""
71768 #: fortran/openmp.cc:2184
71769 #, gcc-internal-format, gfc-internal-format
71770 msgid "Expected NONE or PRESENT in DEFAULT clause at %C"
71771 msgstr ""
71773 #: fortran/openmp.cc:2187
71774 #, gcc-internal-format, gfc-internal-format
71775 msgid "Expected NONE, FIRSTPRIVATE, PRIVATE or SHARED in DEFAULT clause at %C"
71776 msgstr ""
71778 #: fortran/openmp.cc:2237
71779 #, gcc-internal-format, gfc-internal-format
71780 msgid "ITERATOR may not be combined with SOURCE at %C"
71781 msgstr ""
71783 #: fortran/openmp.cc:2243
71784 #, gcc-internal-format, gfc-internal-format
71785 msgid "SOURCE at %C not permitted as dependence-type for this directive"
71786 msgstr ""
71788 #: fortran/openmp.cc:2249
71789 #, gcc-internal-format, gfc-internal-format
71790 msgid "Duplicated clause with SOURCE dependence-type at %C"
71791 msgstr ""
71793 #: fortran/openmp.cc:2264
71794 #, gcc-internal-format
71795 msgid "Expected %<)%> or %<omp_cur_iteration)%> at %C"
71796 msgstr "Očekivano je %<)%> ili %<omp_cur_iteration)%> kod %C"
71798 #: fortran/openmp.cc:2276
71799 #, gcc-internal-format, gfc-internal-format
71800 msgid "SINK at %C not permitted as dependence-type for this directive"
71801 msgstr ""
71803 #: fortran/openmp.cc:2287
71804 #, gcc-internal-format, gfc-internal-format
71805 msgid "ITERATOR may not be combined with SINK at %C"
71806 msgstr ""
71808 #: fortran/openmp.cc:2301
71809 #, gcc-internal-format, gfc-internal-format
71810 msgid "Expected dependence-type SINK or SOURCE at %C"
71811 msgstr ""
71813 #: fortran/openmp.cc:2318
71814 #, gcc-internal-format
71815 msgid "%<omp_all_memory%> used with DEPEND kind other than OUT or INOUT at %C"
71816 msgstr ""
71818 #: fortran/openmp.cc:2356 fortran/openmp.cc:2391
71819 #, gcc-internal-format, gfc-internal-format
71820 msgid "Expected integer expression at %C"
71821 msgstr ""
71823 #: fortran/openmp.cc:2372
71824 #, gcc-internal-format
71825 msgid "%<ancestor%> device modifier not preceded by %<requires%> directive with %<reverse_offload%> clause at %C"
71826 msgstr ""
71828 #: fortran/openmp.cc:2384
71829 #, gcc-internal-format
71830 msgid "the %<device%> clause expression must evaluate to %<1%> at %C"
71831 msgstr ""
71833 #: fortran/openmp.cc:2397
71834 #, gcc-internal-format
71835 msgid "Expected integer expression or a single device-modifier %<device_num%> or %<ancestor%> at %C"
71836 msgstr ""
71838 #: fortran/openmp.cc:2427
71839 #, gcc-internal-format, gfc-internal-format
71840 msgid "Expected HOST, NOHOST or ANY at %C"
71841 msgstr ""
71843 #: fortran/openmp.cc:2482
71844 #, gcc-internal-format, gfc-internal-format
71845 msgid "Expected SEQ_CST, ACQUIRE or RELAXED at %C"
71846 msgstr ""
71848 #: fortran/openmp.cc:2833
71849 #, gcc-internal-format
71850 msgid "Multiple %qs modifiers specified at %C"
71851 msgstr ""
71853 #: fortran/openmp.cc:2923
71854 #, gcc-internal-format
71855 msgid "too many %<always%> modifiers at %L"
71856 msgstr ""
71858 #: fortran/openmp.cc:2929
71859 #, gcc-internal-format
71860 msgid "too many %<close%> modifiers at %L"
71861 msgstr ""
71863 #: fortran/openmp.cc:3120
71864 #, gcc-internal-format
71865 msgid "Expected ORDER(CONCURRENT) at %C with optional %<reproducible%> or %<unconstrained%> modifier"
71866 msgstr ""
71868 #: fortran/openmp.cc:3145
71869 #, gcc-internal-format, gfc-internal-format
71870 msgid "ORDERED clause argument not constant positive integer at %C"
71871 msgstr ""
71873 #: fortran/openmp.cc:3413
71874 #, gcc-internal-format, gfc-internal-format
71875 msgid "Expected FATAL or WARNING in SEVERITY clause at %C"
71876 msgstr ""
71878 #: fortran/openmp.cc:3601
71879 #, gcc-internal-format, gfc-internal-format
71880 msgid "Failed to match clause at %C"
71881 msgstr ""
71883 #: fortran/openmp.cc:3779
71884 #, gcc-internal-format, gfc-internal-format
71885 msgid "Invalid clause in module with !$ACC DECLARE at %L"
71886 msgstr ""
71888 #: fortran/openmp.cc:3789
71889 #, gcc-internal-format, gfc-internal-format
71890 msgid "Variable is USE-associated with !$ACC DECLARE at %L"
71891 msgstr ""
71893 #: fortran/openmp.cc:3798
71894 #, gcc-internal-format
71895 msgid "Variable %qs shall be declared in the same scoping unit as !$ACC DECLARE at %L"
71896 msgstr ""
71898 #: fortran/openmp.cc:3806
71899 #, gcc-internal-format, gfc-internal-format
71900 msgid "Assumed-size dummy array with !$ACC DECLARE at %L"
71901 msgstr ""
71903 #: fortran/openmp.cc:3855
71904 #, gcc-internal-format
71905 msgid "%<acc update%> must contain at least one %<device%> or %<host%> or %<self%> clause at %L"
71906 msgstr ""
71908 #: fortran/openmp.cc:3903
71909 #, gcc-internal-format, gfc-internal-format
71910 msgid "Invalid argument to !$ACC WAIT at %C"
71911 msgstr ""
71913 #: fortran/openmp.cc:3910
71914 #, gcc-internal-format, gfc-internal-format
71915 msgid "WAIT clause at %L requires a scalar INTEGER expression"
71916 msgstr ""
71918 #: fortran/openmp.cc:3943
71919 #, gcc-internal-format, gfc-internal-format
71920 msgid "ACC CACHE directive must be inside of loop %C"
71921 msgstr ""
71923 #: fortran/openmp.cc:4012
71924 #, gcc-internal-format, gfc-internal-format
71925 msgid "Only the !$ACC ROUTINE form without list is allowed in interface block at %C"
71926 msgstr ""
71928 #: fortran/openmp.cc:4046
71929 #, gcc-internal-format
71930 msgid "Invalid NAME %qs in !$ACC ROUTINE ( NAME ) at %C"
71931 msgstr ""
71933 #: fortran/openmp.cc:4054
71934 #, gcc-internal-format, gfc-internal-format
71935 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C"
71936 msgstr ""
71938 #: fortran/openmp.cc:4061
71939 #, gcc-internal-format
71940 msgid "Syntax error in !$ACC ROUTINE ( NAME ) at %C, expecting %<)%> after NAME"
71941 msgstr ""
71943 #: fortran/openmp.cc:4076
71944 #, gcc-internal-format, gfc-internal-format
71945 msgid "Multiple loop axes specified for routine at %C"
71946 msgstr ""
71948 #: fortran/openmp.cc:4087
71949 #, gcc-internal-format, gfc-internal-format
71950 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible GANG, WORKER, or VECTOR clause"
71951 msgstr ""
71953 #: fortran/openmp.cc:4095
71954 #, gcc-internal-format, gfc-internal-format
71955 msgid "Intrinsic symbol specified in !$ACC ROUTINE ( NAME ) at %C marked with incompatible NOHOST clause"
71956 msgstr ""
71958 #: fortran/openmp.cc:4116 fortran/openmp.cc:4144
71959 #, gcc-internal-format, gfc-internal-format
71960 msgid "!$ACC ROUTINE already applied at %C"
71961 msgstr ""
71963 #: fortran/openmp.cc:4161
71964 #, gcc-internal-format, gfc-internal-format
71965 msgid "!$ACC ROUTINE with GANG, WORKER, or VECTOR clause is not permitted in PURE procedure at %C"
71966 msgstr ""
71968 #: fortran/openmp.cc:4314
71969 #, gcc-internal-format, gfc-internal-format
71970 msgid "!$OMP ASSUMES at %C must be in the specification part of a subprogram or module"
71971 msgstr ""
71973 #: fortran/openmp.cc:4381
71974 #, gcc-internal-format, gfc-internal-format
71975 msgid "Unexpected junk after $OMP CRITICAL statement at %C"
71976 msgstr ""
71978 #: fortran/openmp.cc:4403
71979 #, gcc-internal-format
71980 msgid "Expected %<( depobj )%> at %C"
71981 msgstr "Očekivano je %<( depobj )%> pri %C"
71983 #: fortran/openmp.cc:4421
71984 #, gcc-internal-format
71985 msgid "Expected IN, OUT, INOUT, INOUTSET or MUTEXINOUTSET followed by %<)%> at %C"
71986 msgstr ""
71988 #: fortran/openmp.cc:4439
71989 #, gcc-internal-format, gfc-internal-format
71990 msgid "Expected DEPEND, UPDATE, or DESTROY clause at %C"
71991 msgstr ""
71993 #: fortran/openmp.cc:4444
71994 #, gcc-internal-format, gfc-internal-format
71995 msgid "DEPEND clause at %L of OMP DEPOBJ construct shall not have dependence-type DEPOBJ"
71996 msgstr ""
71998 #: fortran/openmp.cc:4452
71999 #, gcc-internal-format, gfc-internal-format
72000 msgid "DEPEND clause at %L of OMP DEPOBJ construct shall have only a single locator"
72001 msgstr ""
72003 #: fortran/openmp.cc:4578 fortran/openmp.cc:8371
72004 #, gcc-internal-format, gfc-internal-format
72005 msgid "MESSAGE clause at %L requires a scalar default-kind CHARACTER expression"
72006 msgstr ""
72008 #: fortran/openmp.cc:4585
72009 #, gcc-internal-format, gfc-internal-format
72010 msgid "Constant character expression required in MESSAGE clause at %L"
72011 msgstr ""
72013 #: fortran/openmp.cc:4591
72014 #, gcc-internal-format, gfc-internal-format
72015 msgid "$OMP ERROR encountered at %L: %s"
72016 msgstr ""
72018 #: fortran/openmp.cc:4610
72019 #, gcc-internal-format, gfc-internal-format
72020 msgid "$OMP ERROR encountered at %L"
72021 msgstr ""
72023 #: fortran/openmp.cc:4638
72024 #, gcc-internal-format, gfc-internal-format
72025 msgid "Expected SEQ_CST, AQC_REL, RELEASE, or ACQUIRE at %C"
72026 msgstr ""
72028 #: fortran/openmp.cc:4647
72029 #, gcc-internal-format, gfc-internal-format
72030 msgid "List specified together with memory order clause in FLUSH directive at %C"
72031 msgstr ""
72033 #: fortran/openmp.cc:4655
72034 #, gcc-internal-format, gfc-internal-format
72035 msgid "Unexpected junk after $OMP FLUSH statement at %C"
72036 msgstr ""
72038 #: fortran/openmp.cc:5055 fortran/openmp.cc:10318
72039 #, gcc-internal-format, gfc-internal-format
72040 msgid "Redefinition of predefined %s !$OMP DECLARE REDUCTION at %L"
72041 msgstr ""
72043 #: fortran/openmp.cc:5059 fortran/openmp.cc:10322
72044 #, gcc-internal-format, gfc-internal-format
72045 msgid "Redefinition of predefined !$OMP DECLARE REDUCTION at %L"
72046 msgstr ""
72048 #: fortran/openmp.cc:5064
72049 #, gcc-internal-format, gfc-internal-format
72050 msgid "Redefinition of !$OMP DECLARE REDUCTION at %L"
72051 msgstr ""
72053 #: fortran/openmp.cc:5066
72054 #, gcc-internal-format, gfc-internal-format
72055 msgid "Previous !$OMP DECLARE REDUCTION at %L"
72056 msgstr ""
72058 #: fortran/openmp.cc:5086
72059 #, gcc-internal-format, gfc-internal-format
72060 msgid "Unexpected junk after !$OMP DECLARE REDUCTION at %C"
72061 msgstr ""
72063 #: fortran/openmp.cc:5123
72064 #, gcc-internal-format, gfc-internal-format
72065 msgid "Only the !$OMP DECLARE TARGET form without clauses is allowed in interface block at %C"
72066 msgstr ""
72068 #: fortran/openmp.cc:5138
72069 #, gcc-internal-format, gfc-internal-format
72070 msgid "Unexpected junk after !$OMP DECLARE TARGET at %C"
72071 msgstr ""
72073 #: fortran/openmp.cc:5163
72074 #, gcc-internal-format, gfc-internal-format
72075 msgid "OMP DECLARE TARGET variable at %L is an element of a COMMON block"
72076 msgstr ""
72078 #: fortran/openmp.cc:5166
72079 #, gcc-internal-format, gfc-internal-format
72080 msgid "Variable at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
72081 msgstr ""
72083 #: fortran/openmp.cc:5172
72084 #, gcc-internal-format, gfc-internal-format
72085 msgid "OMP DECLARE TARGET variable at %L previously mentioned in LINK clause and later in %s clause"
72086 msgstr ""
72088 #: fortran/openmp.cc:5178
72089 #, gcc-internal-format, gfc-internal-format
72090 msgid "OMP DECLARE TARGET variable at %L previously mentioned in TO or ENTER clause and later in LINK clause"
72091 msgstr ""
72093 #: fortran/openmp.cc:5192 fortran/openmp.cc:5238
72094 #, gcc-internal-format
72095 msgid "List item %qs at %L set in previous OMP DECLARE TARGET directive to a different DEVICE_TYPE"
72096 msgstr ""
72098 #: fortran/openmp.cc:5202
72099 #, gcc-internal-format, gfc-internal-format
72100 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in LINK clause and later in %s clause"
72101 msgstr ""
72103 #: fortran/openmp.cc:5208
72104 #, gcc-internal-format, gfc-internal-format
72105 msgid "OMP DECLARE TARGET COMMON at %L previously mentioned in TO or ENTER clause and later in LINK clause"
72106 msgstr ""
72108 #: fortran/openmp.cc:5212
72109 #, gcc-internal-format, gfc-internal-format
72110 msgid "COMMON at %L mentioned multiple times in clauses of the same OMP DECLARE TARGET directive"
72111 msgstr ""
72113 #: fortran/openmp.cc:5221
72114 #, gcc-internal-format, gfc-internal-format
72115 msgid "COMMON at %L set in previous OMP DECLARE TARGET directive to a different DEVICE_TYPE"
72116 msgstr ""
72118 #: fortran/openmp.cc:5248
72119 #, gcc-internal-format, gfc-internal-format
72120 msgid "OMP DECLARE TARGET directive at %L with only DEVICE_TYPE clause is ignored"
72121 msgstr ""
72123 #: fortran/openmp.cc:5258
72124 #, gcc-internal-format, gfc-internal-format
72125 msgid "Syntax error in !$OMP DECLARE TARGET list at %C"
72126 msgstr ""
72128 #: fortran/openmp.cc:5296
72129 #, gcc-internal-format, gfc-internal-format
72130 msgid "expected trait selector name at %C"
72131 msgstr ""
72133 #: fortran/openmp.cc:5351
72134 #, gcc-internal-format
72135 msgid "selector %qs not allowed for context selector set %qs at %C"
72136 msgstr ""
72138 #: fortran/openmp.cc:5371
72139 #, gcc-internal-format
72140 msgid "selector %qs does not accept any properties at %C"
72141 msgstr ""
72143 #: fortran/openmp.cc:5380 fortran/openmp.cc:5525 fortran/openmp.cc:5623
72144 #: fortran/openmp.cc:5690
72145 #, gcc-internal-format
72146 msgid "expected %<(%> at %C"
72147 msgstr "očekivano je %<(%> kod %C"
72149 #: fortran/openmp.cc:5388
72150 #, gcc-internal-format, gfc-internal-format
72151 msgid "score argument must be constant integer expression at %C"
72152 msgstr ""
72154 #: fortran/openmp.cc:5396
72155 #, gcc-internal-format, gfc-internal-format
72156 msgid "score argument must be non-negative at %C"
72157 msgstr ""
72159 #: fortran/openmp.cc:5402 fortran/openmp.cc:5515 fortran/openmp.cc:5671
72160 #: fortran/openmp.cc:5699
72161 #, gcc-internal-format
72162 msgid "expected %<)%> at %C"
72163 msgstr "očekivano je %<)%> kod %C"
72165 #: fortran/openmp.cc:5408
72166 #, gcc-internal-format, gfc-internal-format
72167 msgid "expected : at %C"
72168 msgstr "očekivano je : pri %C"
72170 #: fortran/openmp.cc:5425
72171 #, gcc-internal-format, gfc-internal-format
72172 msgid "property must be constant integer expression or string literal at %C"
72173 msgstr ""
72175 #: fortran/openmp.cc:5445
72176 #, gcc-internal-format, gfc-internal-format
72177 msgid "expected identifier at %C"
72178 msgstr "očekivano je identifikator pri %C"
72180 #: fortran/openmp.cc:5464
72181 #, gcc-internal-format, gfc-internal-format
72182 msgid "expected identifier or string literal at %C"
72183 msgstr ""
72185 #: fortran/openmp.cc:5484
72186 #, gcc-internal-format, gfc-internal-format
72187 msgid "expected expression at %C"
72188 msgstr ""
72190 #: fortran/openmp.cc:5492
72191 #, gcc-internal-format, gfc-internal-format
72192 msgid "property must be constant integer or logical expression at %C"
72193 msgstr ""
72195 #: fortran/openmp.cc:5504
72196 #, gcc-internal-format, gfc-internal-format
72197 msgid "expected simd clause at %C"
72198 msgstr ""
72200 #: fortran/openmp.cc:5571
72201 #, gcc-internal-format
72202 msgid "expected %<construct%>, %<device%>, %<implementation%> or %<user%> at %C"
72203 msgstr "očekivano je %<construct%>, %<device%>, %<implementation%> ili %<user%> pri %C"
72205 #: fortran/openmp.cc:5579
72206 #, gcc-internal-format
72207 msgid "expected %<=%> at %C"
72208 msgstr "očekivano je %<=%> pri %C"
72210 #: fortran/openmp.cc:5586
72211 #, gcc-internal-format
72212 msgid "expected %<{%> at %C"
72213 msgstr "očekivano je %<{%> at %C"
72215 #: fortran/openmp.cc:5601
72216 #, gcc-internal-format
72217 msgid "expected %<}%> at %C"
72218 msgstr "očekivano je %<}%> at %C"
72220 #: fortran/openmp.cc:5630
72221 #, gcc-internal-format, gfc-internal-format
72222 msgid "expected name at %C"
72223 msgstr "očekivano je ime pri %C"
72225 #: fortran/openmp.cc:5641
72226 #, gcc-internal-format, gfc-internal-format
72227 msgid "expected variant name at %C"
72228 msgstr ""
72230 #: fortran/openmp.cc:5681
72231 #, gcc-internal-format
72232 msgid "expected %<match%> at %C"
72233 msgstr "očekivano je %<match%> pri %C"
72235 #: fortran/openmp.cc:5732
72236 #, gcc-internal-format, gfc-internal-format
72237 msgid "Threadprivate variable at %C is an element of a COMMON block"
72238 msgstr ""
72240 #: fortran/openmp.cc:5769
72241 #, gcc-internal-format, gfc-internal-format
72242 msgid "Unexpected junk after OMP THREADPRIVATE at %C"
72243 msgstr ""
72245 #: fortran/openmp.cc:5776
72246 #, gcc-internal-format, gfc-internal-format
72247 msgid "Syntax error in !$OMP THREADPRIVATE list at %C"
72248 msgstr ""
72250 #: fortran/openmp.cc:5882
72251 #, gcc-internal-format, gfc-internal-format
72252 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES REVERSE_OFFLOAD but other program units do"
72253 msgstr ""
72255 #: fortran/openmp.cc:5887
72256 #, gcc-internal-format, gfc-internal-format
72257 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES UNIFIED_ADDRESS but other program units do"
72258 msgstr ""
72260 #: fortran/openmp.cc:5892
72261 #, gcc-internal-format, gfc-internal-format
72262 msgid "Program unit at %L has OpenMP device constructs/routines but does not set !$OMP REQUIRES UNIFIED_SHARED_MEMORY but other program units do"
72263 msgstr ""
72265 #: fortran/openmp.cc:5918
72266 #, gcc-internal-format
72267 msgid "!$OMP REQUIRES clause %qs specified via module %qs use at %L comes after using a device construct/routine"
72268 msgstr ""
72270 #: fortran/openmp.cc:5922
72271 #, gcc-internal-format
72272 msgid "!$OMP REQUIRES clause %qs specified at %L comes after using a device construct/routine"
72273 msgstr ""
72275 #: fortran/openmp.cc:5944
72276 #, gcc-internal-format
72277 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)"
72278 msgstr ""
72280 #: fortran/openmp.cc:5949
72281 #, gcc-internal-format
72282 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)"
72283 msgstr ""
72285 #: fortran/openmp.cc:5960
72286 #, gcc-internal-format
72287 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"
72288 msgstr ""
72290 #: fortran/openmp.cc:5965
72291 #, gcc-internal-format
72292 msgid "!$OMP REQUIRES clause %qs specified via module %qs use at %L but same clause is not specified for the program unit"
72293 msgstr ""
72295 #: fortran/openmp.cc:5994
72296 #, gcc-internal-format, gfc-internal-format
72297 msgid "!$OMP REQUIRES at %C must appear in the specification part of a program unit"
72298 msgstr ""
72300 #: fortran/openmp.cc:6062
72301 #, gcc-internal-format, gfc-internal-format
72302 msgid "Expected SEQ_CST, ACQ_REL or RELAXED for ATOMIC_DEFAULT_MEM_ORDER clause at %C"
72303 msgstr ""
72305 #: fortran/openmp.cc:6078
72306 #, gcc-internal-format, gfc-internal-format
72307 msgid "Clause expected at %C"
72308 msgstr ""
72310 #: fortran/openmp.cc:6084
72311 #, gcc-internal-format
72312 msgid "%qs clause at %L specified more than once"
72313 msgstr ""
72315 #: fortran/openmp.cc:6087
72316 #, gcc-internal-format, gfc-internal-format
72317 msgid "Expected UNIFIED_ADDRESS, UNIFIED_SHARED_MEMORY, DYNAMIC_ALLOCATORS, REVERSE_OFFLOAD, or ATOMIC_DEFAULT_MEM_ORDER clause at %L"
72318 msgstr ""
72320 #: fortran/openmp.cc:6113
72321 #, gcc-internal-format, gfc-internal-format
72322 msgid "Expected INCLUSIVE or EXCLUSIVE clause at %C"
72323 msgstr ""
72325 #: fortran/openmp.cc:6119
72326 #, gcc-internal-format, gfc-internal-format
72327 msgid "Unexpected junk after !$OMP SCAN at %C"
72328 msgstr ""
72330 #: fortran/openmp.cc:6318
72331 #, gcc-internal-format, gfc-internal-format
72332 msgid "Unexpected junk after TASKYIELD clause at %C"
72333 msgstr ""
72335 #: fortran/openmp.cc:6406
72336 #, gcc-internal-format, gfc-internal-format
72337 msgid "Unexpected junk after $OMP MASTER statement at %C"
72338 msgstr ""
72340 #: fortran/openmp.cc:6438
72341 #, gcc-internal-format, gfc-internal-format
72342 msgid "Unexpected junk after $OMP NOTHING statement at %C"
72343 msgstr ""
72345 #: fortran/openmp.cc:6473 fortran/openmp.cc:6476 fortran/openmp.cc:6479
72346 #, gcc-internal-format, gfc-internal-format
72347 msgid "!$OMP ATOMIC at %L with %s clause is incompatible with READ or WRITE"
72348 msgstr ""
72350 #: fortran/openmp.cc:6483
72351 #, gcc-internal-format, gfc-internal-format
72352 msgid "!$OMP ATOMIC at %L with %s clause requires %s clause"
72353 msgstr ""
72355 #: fortran/openmp.cc:6520
72356 #, gcc-internal-format, gfc-internal-format
72357 msgid "!$OMP ATOMIC READ at %L incompatible with RELEASE clause"
72358 msgstr ""
72360 #: fortran/openmp.cc:6530
72361 #, gcc-internal-format, gfc-internal-format
72362 msgid "!$OMP ATOMIC WRITE at %L incompatible with ACQUIRE clause"
72363 msgstr ""
72365 #: fortran/openmp.cc:6567
72366 #, gcc-internal-format, gfc-internal-format
72367 msgid "Unexpected junk after !$ACC ATOMIC statement at %C"
72368 msgstr ""
72370 #: fortran/openmp.cc:6582
72371 #, gcc-internal-format, gfc-internal-format
72372 msgid "Unexpected junk after $OMP BARRIER statement at %C"
72373 msgstr ""
72375 #: fortran/openmp.cc:6638
72376 #, gcc-internal-format, gfc-internal-format
72377 msgid "Expected construct-type PARALLEL, SECTIONS, DO or TASKGROUP in $OMP CANCELLATION POINT statement at %C"
72378 msgstr ""
72380 #: fortran/openmp.cc:6644
72381 #, gcc-internal-format, gfc-internal-format
72382 msgid "Unexpected junk after $OMP CANCELLATION POINT statement at %C"
72383 msgstr ""
72385 #: fortran/openmp.cc:6665
72386 #, gcc-internal-format, gfc-internal-format
72387 msgid "Unexpected junk after NOWAIT clause at %C"
72388 msgstr ""
72390 #: fortran/openmp.cc:6704
72391 #, gcc-internal-format, gfc-internal-format
72392 msgid "%s clause at %L requires a scalar INTEGER expression"
72393 msgstr ""
72395 #: fortran/openmp.cc:6715
72396 #, gcc-internal-format, gfc-internal-format
72397 msgid "INTEGER expression of %s clause at %L must be positive"
72398 msgstr ""
72400 #: fortran/openmp.cc:6726
72401 #, gcc-internal-format, gfc-internal-format
72402 msgid "INTEGER expression of %s clause at %L must be non-negative"
72403 msgstr ""
72405 #: fortran/openmp.cc:6737
72406 #, gcc-internal-format
72407 msgid "Cray pointer object %qs of derived type in %s clause at %L"
72408 msgstr ""
72410 #: fortran/openmp.cc:6740
72411 #, gcc-internal-format
72412 msgid "Cray pointee object %qs of derived type in %s clause at %L"
72413 msgstr ""
72415 #: fortran/openmp.cc:6746 fortran/openmp.cc:8239
72416 #, gcc-internal-format
72417 msgid "POINTER object %qs of polymorphic type in %s clause at %L"
72418 msgstr ""
72420 #: fortran/openmp.cc:6751
72421 #, gcc-internal-format
72422 msgid "Cray pointer object %qs of polymorphic type in %s clause at %L"
72423 msgstr ""
72425 #: fortran/openmp.cc:6756
72426 #, gcc-internal-format
72427 msgid "Cray pointee object %qs of polymorphic type in %s clause at %L"
72428 msgstr ""
72430 #: fortran/openmp.cc:6766 fortran/openmp.cc:7806 fortran/openmp.cc:8001
72431 #, gcc-internal-format
72432 msgid "Assumed size array %qs in %s clause at %L"
72433 msgstr ""
72435 #: fortran/openmp.cc:6769
72436 #, gcc-internal-format
72437 msgid "Assumed rank array %qs in %s clause at %L"
72438 msgstr ""
72440 #: fortran/openmp.cc:6785 fortran/openmp.cc:7988
72441 #, gcc-internal-format
72442 msgid "POINTER object %qs in %s clause at %L"
72443 msgstr ""
72445 #: fortran/openmp.cc:6790 fortran/openmp.cc:8243
72446 #, gcc-internal-format
72447 msgid "Cray pointer object %qs in %s clause at %L"
72448 msgstr ""
72450 #: fortran/openmp.cc:6795 fortran/openmp.cc:8246
72451 #, gcc-internal-format
72452 msgid "Cray pointee object %qs in %s clause at %L"
72453 msgstr ""
72455 #: fortran/openmp.cc:6800 fortran/openmp.cc:8234
72456 #, gcc-internal-format
72457 msgid "ALLOCATABLE object %qs in %s clause at %L"
72458 msgstr ""
72460 #: fortran/openmp.cc:6803
72461 #, gcc-internal-format
72462 msgid "VALUE object %qs in %s clause at %L"
72463 msgstr ""
72465 #: fortran/openmp.cc:6846
72466 #, gcc-internal-format, gfc-internal-format
72467 msgid "Implicitly declared function %s used in !$OMP DECLARE REDUCTION at %L"
72468 msgstr ""
72470 #: fortran/openmp.cc:6895
72471 #, gcc-internal-format, gfc-internal-format
72472 msgid "Implicitly declared subroutine %s used in !$OMP DECLARE REDUCTION at %L"
72473 msgstr ""
72475 #: fortran/openmp.cc:6917
72476 #, gcc-internal-format, gfc-internal-format
72477 msgid "HOLDS expression at %L must be a scalar logical expression"
72478 msgstr ""
72480 #: fortran/openmp.cc:6949
72481 #, gcc-internal-format, gfc-internal-format
72482 msgid "ORDERED clause parameter is less than COLLAPSE at %L"
72483 msgstr ""
72485 #: fortran/openmp.cc:6952
72486 #, gcc-internal-format, gfc-internal-format
72487 msgid "ORDER clause must not be used together ORDERED at %L"
72488 msgstr ""
72490 #: fortran/openmp.cc:6959 fortran/openmp.cc:6970 fortran/resolve.cc:10982
72491 #: fortran/resolve.cc:12538
72492 #, gcc-internal-format, gfc-internal-format
72493 msgid "IF clause at %L requires a scalar LOGICAL expression"
72494 msgstr ""
72496 #: fortran/openmp.cc:6974
72497 #, gcc-internal-format, gfc-internal-format
72498 msgid "IF clause without modifier at %L used together with IF clauses with modifiers"
72499 msgstr ""
72501 #: fortran/openmp.cc:7099
72502 #, gcc-internal-format, gfc-internal-format
72503 msgid "IF clause modifier %s at %L not appropriate for the current OpenMP construct"
72504 msgstr ""
72506 #: fortran/openmp.cc:7109
72507 #, gcc-internal-format, gfc-internal-format
72508 msgid "FINAL clause at %L requires a scalar LOGICAL expression"
72509 msgstr ""
72511 #: fortran/openmp.cc:7119
72512 #, gcc-internal-format, gfc-internal-format
72513 msgid "SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
72514 msgstr ""
72516 #: fortran/openmp.cc:7124
72517 #, gcc-internal-format, gfc-internal-format
72518 msgid "INTEGER expression of SCHEDULE clause's chunk_size at %L must be positive"
72519 msgstr ""
72521 #: fortran/openmp.cc:7131
72522 #, gcc-internal-format, gfc-internal-format
72523 msgid "Both MONOTONIC and NONMONOTONIC schedule modifiers specified at %L"
72524 msgstr ""
72526 #: fortran/openmp.cc:7134
72527 #, gcc-internal-format, gfc-internal-format
72528 msgid "NONMONOTONIC schedule modifier specified with ORDERED clause at %L"
72529 msgstr ""
72531 #: fortran/openmp.cc:7143
72532 #, gcc-internal-format, gfc-internal-format
72533 msgid "DEPOBJ in DEPOBJ construct at %L shall be a scalar integer of OMP_DEPEND_KIND kind"
72534 msgstr ""
72536 #: fortran/openmp.cc:7164
72537 #, gcc-internal-format
72538 msgid "Variable %qs is not a dummy argument at %L"
72539 msgstr ""
72541 #: fortran/openmp.cc:7200
72542 #, gcc-internal-format
72543 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be copied"
72544 msgstr ""
72546 #: fortran/openmp.cc:7204
72547 #, gcc-internal-format
72548 msgid "Object %qs is not a variable at %L; parameters cannot be and need not be mapped"
72549 msgstr ""
72551 #: fortran/openmp.cc:7209 fortran/openmp.cc:10022
72552 #, gcc-internal-format
72553 msgid "Object %qs is not a variable at %L"
72554 msgstr ""
72556 #: fortran/openmp.cc:7218
72557 #, gcc-internal-format
72558 msgid "%<inscan%> REDUCTION clause on construct other than DO, SIMD, DO SIMD, PARALLEL DO, PARALLEL DO SIMD at %L"
72559 msgstr ""
72561 #: fortran/openmp.cc:7249 fortran/openmp.cc:7261 fortran/openmp.cc:7282
72562 #: fortran/openmp.cc:7294 fortran/openmp.cc:7317 fortran/openmp.cc:7325
72563 #: fortran/openmp.cc:7346 fortran/openmp.cc:7357 fortran/openmp.cc:7369
72564 #: fortran/openmp.cc:7474 fortran/openmp.cc:10046
72565 #, gcc-internal-format
72566 msgid "Symbol %qs present on multiple clauses at %L"
72567 msgstr ""
72569 #: fortran/openmp.cc:7290
72570 #, gcc-internal-format
72571 msgid "Symbol %qs has mixed component and non-component accesses at %L"
72572 msgstr ""
72574 #: fortran/openmp.cc:7340
72575 #, gcc-internal-format
72576 msgid "Symbol %qs present on both data and map clauses at %L"
72577 msgstr ""
72579 #: fortran/openmp.cc:7383
72580 #, gcc-internal-format
72581 msgid "Expected integer expression of the %<omp_allocator_handle_kind%> kind at %L"
72582 msgstr ""
72584 #: fortran/openmp.cc:7398
72585 #, gcc-internal-format, gfc-internal-format
72586 msgid "ALIGN modifier requires at %L a scalar positive constant integer alignment expression that is a power of two"
72587 msgstr ""
72589 #: fortran/openmp.cc:7417
72590 #, gcc-internal-format
72591 msgid "%qs appears more than once in %<allocate%> clauses at %L"
72592 msgstr ""
72594 #: fortran/openmp.cc:7459
72595 #, gcc-internal-format
72596 msgid "%qs specified in %<allocate%> clause at %L but not in an explicit privatization clause"
72597 msgstr ""
72599 #: fortran/openmp.cc:7481
72600 #, gcc-internal-format
72601 msgid "Array %qs is not permitted in reduction at %L"
72602 msgstr ""
72604 #: fortran/openmp.cc:7494
72605 #, gcc-internal-format
72606 msgid "Symbol %qs present on both FROM and TO clauses at %L"
72607 msgstr ""
72609 #: fortran/openmp.cc:7512
72610 #, gcc-internal-format
72611 msgid "Non-THREADPRIVATE object %qs in COPYIN clause at %L"
72612 msgstr ""
72614 #: fortran/openmp.cc:7518
72615 #, gcc-internal-format, gfc-internal-format
72616 msgid "NOWAIT clause must not be used with COPYPRIVATE clause at %L"
72617 msgstr ""
72619 #: fortran/openmp.cc:7523
72620 #, gcc-internal-format
72621 msgid "Assumed size array %qs in COPYPRIVATE clause at %L"
72622 msgstr ""
72624 #: fortran/openmp.cc:7526
72625 #, gcc-internal-format
72626 msgid "INTENT(IN) POINTER %qs in COPYPRIVATE clause at %L"
72627 msgstr ""
72629 #: fortran/openmp.cc:7534
72630 #, gcc-internal-format
72631 msgid "THREADPRIVATE object %qs in SHARED clause at %L"
72632 msgstr ""
72634 #: fortran/openmp.cc:7537
72635 #, gcc-internal-format
72636 msgid "Cray pointee %qs in SHARED clause at %L"
72637 msgstr ""
72639 #: fortran/openmp.cc:7540
72640 #, gcc-internal-format
72641 msgid "Associate name %qs in SHARED clause at %L"
72642 msgstr ""
72644 #: fortran/openmp.cc:7546
72645 #, gcc-internal-format
72646 msgid "DETACH event handle %qs in SHARED clause at %L"
72647 msgstr ""
72649 #: fortran/openmp.cc:7561
72650 #, gcc-internal-format
72651 msgid "%qs in ALIGNED clause must be POINTER, ALLOCATABLE, Cray pointer or C_PTR at %L"
72652 msgstr ""
72654 #: fortran/openmp.cc:7573
72655 #, gcc-internal-format
72656 msgid "%qs in ALIGNED clause at %L requires a scalar positive constant integer alignment expression"
72657 msgstr ""
72659 #: fortran/openmp.cc:7599
72660 #, gcc-internal-format, gfc-internal-format
72661 msgid "Scalar integer expression for range begin expected at %L"
72662 msgstr ""
72664 #: fortran/openmp.cc:7605
72665 #, gcc-internal-format, gfc-internal-format
72666 msgid "Scalar integer expression for range end expected at %L"
72667 msgstr ""
72669 #: fortran/openmp.cc:7611
72670 #, gcc-internal-format, gfc-internal-format
72671 msgid "Scalar integer expression for range step expected at %L"
72672 msgstr ""
72674 #: fortran/openmp.cc:7616
72675 #, gcc-internal-format, gfc-internal-format
72676 msgid "Nonzero range step expected at %L"
72677 msgstr ""
72679 #: fortran/openmp.cc:7629
72680 #, gcc-internal-format, gfc-internal-format
72681 msgid "Dependence-type SINK used together with SOURCE on the same construct at %L"
72682 msgstr ""
72684 #: fortran/openmp.cc:7639
72685 #, gcc-internal-format, gfc-internal-format
72686 msgid "SINK addend not a constant integer at %L"
72687 msgstr ""
72689 #: fortran/openmp.cc:7645
72690 #, gcc-internal-format
72691 msgid "omp_cur_iteration at %L requires %<-1%> as logical offset"
72692 msgstr ""
72694 #: fortran/openmp.cc:7655
72695 #, gcc-internal-format
72696 msgid "Locator %qs at %L in DEPEND clause of depobj type shall be a scalar integer of OMP_DEPEND_KIND kind"
72697 msgstr ""
72699 #: fortran/openmp.cc:7666
72700 #, gcc-internal-format, gfc-internal-format
72701 msgid "Locator at %L in DEPEND clause of depobj type shall be a scalar integer of OMP_DEPEND_KIND kind"
72702 msgstr ""
72704 #: fortran/openmp.cc:7710
72705 #, gcc-internal-format, gfc-internal-format
72706 msgid "Array is not contiguous at %L"
72707 msgstr ""
72709 #: fortran/openmp.cc:7725
72710 #, gcc-internal-format
72711 msgid "%qs clause argument must be ALLOCATABLE or a POINTER at %L"
72712 msgstr ""
72714 #: fortran/openmp.cc:7737
72715 #, gcc-internal-format, gfc-internal-format
72716 msgid "Unexpected substring reference in %s clause at %L"
72717 msgstr ""
72719 #: fortran/openmp.cc:7745
72720 #, gcc-internal-format, gfc-internal-format
72721 msgid "Unexpected complex-parts designator reference in %s clause at %L"
72722 msgstr ""
72724 #: fortran/openmp.cc:7754 fortran/openmp.cc:7772
72725 #, gcc-internal-format
72726 msgid "%qs in %s clause at %L is not a proper array section"
72727 msgstr ""
72729 #: fortran/openmp.cc:7764
72730 #, gcc-internal-format, gfc-internal-format
72731 msgid "Stride should not be specified for array section in %s clause at %L"
72732 msgstr ""
72734 #: fortran/openmp.cc:7786
72735 #, gcc-internal-format
72736 msgid "%qs in %s clause at %L is a zero size array section"
72737 msgstr ""
72739 #: fortran/openmp.cc:7812
72740 #, gcc-internal-format
72741 msgid "List item %qs with allocatable components is not permitted in map clause at %L"
72742 msgstr ""
72744 #: fortran/openmp.cc:7831
72745 #, gcc-internal-format, gfc-internal-format
72746 msgid "TARGET%s with map-type other than TO, FROM, TOFROM, or ALLOC on MAP clause at %L"
72747 msgstr ""
72749 #: fortran/openmp.cc:7853
72750 #, gcc-internal-format, gfc-internal-format
72751 msgid "TARGET ENTER DATA with map-type other than TO, TOFROM or ALLOC on MAP clause at %L"
72752 msgstr ""
72754 #: fortran/openmp.cc:7874
72755 #, gcc-internal-format, gfc-internal-format
72756 msgid "TARGET EXIT DATA with map-type other than FROM, TOFROM, RELEASE, or DELETE on MAP clause at %L"
72757 msgstr ""
72759 #: fortran/openmp.cc:7890 fortran/openmp.cc:7972
72760 #, gcc-internal-format
72761 msgid "THREADPRIVATE object %qs in %s clause at %L"
72762 msgstr ""
72764 #: fortran/openmp.cc:7893 fortran/openmp.cc:7975
72765 #, gcc-internal-format
72766 msgid "Cray pointee %qs in %s clause at %L"
72767 msgstr ""
72769 #. Non-TARGET (i.e. DISPATCH) requires a C_PTR.
72770 #: fortran/openmp.cc:7905
72771 #, gcc-internal-format
72772 msgid "List item %qs in %s clause at %L must be of TYPE(C_PTR)"
72773 msgstr ""
72775 #: fortran/openmp.cc:7966
72776 #, gcc-internal-format
72777 msgid "%<inscan%> and non-%<inscan%> %<reduction%> clauses on the same construct at %L"
72778 msgstr ""
72780 #: fortran/openmp.cc:7978
72781 #, gcc-internal-format
72782 msgid "Associate name %qs in %s clause at %L"
72783 msgstr ""
72785 #: fortran/openmp.cc:7985
72786 #, gcc-internal-format
72787 msgid "Procedure pointer %qs in %s clause at %L"
72788 msgstr ""
72790 #: fortran/openmp.cc:7991
72791 #, gcc-internal-format
72792 msgid "Cray pointer %qs in %s clause at %L"
72793 msgstr ""
72795 #: fortran/openmp.cc:8004
72796 #, gcc-internal-format
72797 msgid "Variable %qs in %s clause is used in NAMELIST statement at %L"
72798 msgstr ""
72800 #. case OMP_LIST_REDUCTION:
72801 #: fortran/openmp.cc:8014
72802 #, gcc-internal-format
72803 msgid "INTENT(IN) POINTER %qs in %s clause at %L"
72804 msgstr ""
72806 #: fortran/openmp.cc:8025
72807 #, gcc-internal-format
72808 msgid "DETACH event handle %qs in %s clause at %L"
72809 msgstr ""
72811 #: fortran/openmp.cc:8049
72812 #, gcc-internal-format, gfc-internal-format
72813 msgid "Only DEFAULT permitted as reduction-modifier in REDUCTION clause at %L"
72814 msgstr ""
72816 #: fortran/openmp.cc:8142
72817 #, gcc-internal-format, gfc-internal-format
72818 msgid "!$OMP DECLARE REDUCTION %s not found for type %s at %L"
72819 msgstr ""
72821 #: fortran/openmp.cc:8170
72822 #, gcc-internal-format, gfc-internal-format
72823 msgid "LINEAR clause modifier used on DO or SIMD construct at %L"
72824 msgstr ""
72826 #: fortran/openmp.cc:8176
72827 #, gcc-internal-format, gfc-internal-format
72828 msgid "LINEAR clause modifier other than VAL used on DO or SIMD construct at %L"
72829 msgstr ""
72831 #: fortran/openmp.cc:8184
72832 #, gcc-internal-format
72833 msgid "LINEAR variable %qs must be INTEGER at %L"
72834 msgstr ""
72836 #: fortran/openmp.cc:8189
72837 #, gcc-internal-format
72838 msgid "LINEAR dummy argument %qs with VALUE attribute with %s modifier at %L"
72839 msgstr ""
72841 #: fortran/openmp.cc:8200
72842 #, gcc-internal-format
72843 msgid "%qs in LINEAR clause at %L requires a scalar integer linear-step expression"
72844 msgstr ""
72846 #: fortran/openmp.cc:8217
72847 #, gcc-internal-format
72848 msgid "%qs in LINEAR clause at %L requires a constant integer linear-step expression or dummy argument specified in UNIFORM clause"
72849 msgstr ""
72851 #: fortran/openmp.cc:8251
72852 #, gcc-internal-format
72853 msgid "%s clause variable %qs at %L is neither a POINTER nor an array"
72854 msgstr ""
72856 #: fortran/openmp.cc:8311
72857 #, gcc-internal-format, gfc-internal-format
72858 msgid "NUM_TEAMS lower bound at %L larger than upper bound at %L"
72859 msgstr ""
72861 #: fortran/openmp.cc:8324
72862 #, gcc-internal-format, gfc-internal-format
72863 msgid "Value of HINT clause at %L shall be a valid constant hint expression"
72864 msgstr ""
72866 #: fortran/openmp.cc:8334
72867 #, gcc-internal-format, gfc-internal-format
72868 msgid "DIST_SCHEDULE clause's chunk_size at %L requires a scalar INTEGER expression"
72869 msgstr ""
72871 #: fortran/openmp.cc:8364
72872 #, gcc-internal-format, gfc-internal-format
72873 msgid "Incompatible use of TILE and COLLAPSE at %L"
72874 msgstr ""
72876 #: fortran/openmp.cc:8388
72877 #, gcc-internal-format, gfc-internal-format
72878 msgid "TARGET DATA must contain at least one MAP, USE_DEVICE_PTR, or USE_DEVICE_ADDR clause at %L"
72879 msgstr ""
72881 #: fortran/openmp.cc:8391
72882 #, gcc-internal-format, gfc-internal-format
72883 msgid "%s must contain at least one MAP clause at %L"
72884 msgstr ""
72886 #: fortran/openmp.cc:8401
72887 #, gcc-internal-format
72888 msgid "%qs at %L should be a scalar of type integer(kind=omp_event_handle_kind)"
72889 msgstr ""
72891 #: fortran/openmp.cc:8406
72892 #, gcc-internal-format, gfc-internal-format
72893 msgid "The event handle at %L must not be an array element"
72894 msgstr ""
72896 #: fortran/openmp.cc:8410
72897 #, gcc-internal-format, gfc-internal-format
72898 msgid "The event handle at %L must not be part of a derived type or class"
72899 msgstr ""
72901 #: fortran/openmp.cc:8414
72902 #, gcc-internal-format
72903 msgid "%<DETACH%> clause at %L must not be used together with %<MERGEABLE%> clause"
72904 msgstr ""
72906 #: fortran/openmp.cc:8569
72907 #, gcc-internal-format, gfc-internal-format
72908 msgid "Expected IF at %L in atomic compare capture"
72909 msgstr ""
72911 #: fortran/openmp.cc:8577
72912 #, gcc-internal-format, gfc-internal-format
72913 msgid "Expected ELSE at %L in atomic compare capture"
72914 msgstr ""
72916 #: fortran/openmp.cc:8689
72917 #, gcc-internal-format
72918 msgid "Expected %<==%>, %<.EQ.%> or %<.EQV.%> atomic comparison expression at %L"
72919 msgstr ""
72921 #: fortran/openmp.cc:8695
72922 #, gcc-internal-format, gfc-internal-format
72923 msgid "Expected scalar intrinsic variable at %L in atomic comparison"
72924 msgstr ""
72926 #: fortran/openmp.cc:8703
72927 #, gcc-internal-format, gfc-internal-format
72928 msgid "Expected scalar intrinsic expression at %L in atomic comparison"
72929 msgstr ""
72931 #: fortran/openmp.cc:8711
72932 #, gcc-internal-format, gfc-internal-format
72933 msgid "!$OMP ATOMIC statement must set a scalar variable of intrinsic type at %L"
72934 msgstr ""
72936 #: fortran/openmp.cc:8720
72937 #, gcc-internal-format, gfc-internal-format
72938 msgid "!$OMP ATOMIC statement must assign an expression of intrinsic type at %L"
72939 msgstr ""
72941 #: fortran/openmp.cc:8727
72942 #, gcc-internal-format, gfc-internal-format
72943 msgid "!$OMP ATOMIC with ALLOCATABLE variable at %L"
72944 msgstr ""
72946 #: fortran/openmp.cc:8744
72947 #, gcc-internal-format, gfc-internal-format
72948 msgid "!$OMP ATOMIC READ statement must read from a scalar variable of intrinsic type at %L"
72949 msgstr ""
72951 #: fortran/openmp.cc:8749
72952 #, gcc-internal-format, gfc-internal-format
72953 msgid "expr in !$OMP ATOMIC WRITE assignment var = expr must be scalar and cannot reference var at %L"
72954 msgstr ""
72956 #: fortran/openmp.cc:8761
72957 #, gcc-internal-format, gfc-internal-format
72958 msgid "!$OMP ATOMIC capture-statement must set a scalar variable of intrinsic type at %L"
72959 msgstr ""
72961 #: fortran/openmp.cc:8769
72962 #, gcc-internal-format, gfc-internal-format
72963 msgid "!$OMP ATOMIC capture-statement requires a scalar variable of intrinsic type at %L"
72964 msgstr ""
72966 #: fortran/openmp.cc:8779
72967 #, gcc-internal-format, gfc-internal-format
72968 msgid "!$OMP ATOMIC CAPTURE capture statement reads from different variable than update statement writes into at %L"
72969 msgstr ""
72971 #: fortran/openmp.cc:8795
72972 #, gcc-internal-format
72973 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"
72974 msgstr ""
72976 #: fortran/openmp.cc:8803
72977 #, gcc-internal-format, gfc-internal-format
72978 msgid "expr in !$OMP ATOMIC COMPARE assignment var = expr must be scalar and cannot reference var at %L"
72979 msgstr ""
72981 #: fortran/openmp.cc:8821
72982 #, gcc-internal-format, gfc-internal-format
72983 msgid "!$OMP ATOMIC UPDATE at %L with FAIL clause requiries either the COMPARE clause or using the intrinsic MIN/MAX procedure"
72984 msgstr ""
72986 #: fortran/openmp.cc:8848
72987 #, gcc-internal-format, gfc-internal-format
72988 msgid "!$OMP ATOMIC assignment operator must be binary +, *, -, /, .AND., .OR., .EQV. or .NEQV. at %L"
72989 msgstr ""
72991 #: fortran/openmp.cc:8896
72992 #, gcc-internal-format, gfc-internal-format
72993 msgid "!$OMP ATOMIC assignment must be var = var op expr or var = expr op var at %L"
72994 msgstr ""
72996 #: fortran/openmp.cc:8910
72997 #, gcc-internal-format, gfc-internal-format
72998 msgid "!$OMP ATOMIC var = var op expr not mathematically equivalent to var = var op (expr) at %L"
72999 msgstr ""
73001 #: fortran/openmp.cc:8943
73002 #, gcc-internal-format, gfc-internal-format
73003 msgid "expr in !$OMP ATOMIC assignment var = var op expr must be scalar and cannot reference var at %L"
73004 msgstr ""
73006 #: fortran/openmp.cc:8967
73007 #, gcc-internal-format, gfc-internal-format
73008 msgid "!$OMP ATOMIC assignment intrinsic IAND, IOR or IEOR must have two arguments at %L"
73009 msgstr ""
73011 #: fortran/openmp.cc:8974
73012 #, gcc-internal-format, gfc-internal-format
73013 msgid "!$OMP ATOMIC assignment intrinsic must be MIN, MAX, IAND, IOR or IEOR at %L"
73014 msgstr ""
73016 #: fortran/openmp.cc:8997
73017 #, gcc-internal-format
73018 msgid "!$OMP ATOMIC intrinsic arguments except one must not reference %qs at %L"
73019 msgstr ""
73021 #: fortran/openmp.cc:9004
73022 #, gcc-internal-format, gfc-internal-format
73023 msgid "!$OMP ATOMIC intrinsic arguments must be scalar at %L"
73024 msgstr ""
73026 #: fortran/openmp.cc:9012
73027 #, gcc-internal-format
73028 msgid "First or last !$OMP ATOMIC intrinsic argument must be %qs at %L"
73029 msgstr ""
73031 #: fortran/openmp.cc:9030
73032 #, gcc-internal-format, gfc-internal-format
73033 msgid "!$OMP ATOMIC assignment must have an operator or intrinsic on right hand side at %L"
73034 msgstr ""
73036 #: fortran/openmp.cc:9035
73037 #, gcc-internal-format, gfc-internal-format
73038 msgid "unexpected !$OMP ATOMIC expression at %L"
73039 msgstr ""
73041 #: fortran/openmp.cc:9081
73042 #, gcc-internal-format
73043 msgid "ORDERED clause specified together with %<inscan%> REDUCTION clause at %L"
73044 msgstr ""
73046 #: fortran/openmp.cc:9084
73047 #, gcc-internal-format
73048 msgid "SCHEDULE clause specified together with %<inscan%> REDUCTION clause at %L"
73049 msgstr ""
73051 #: fortran/openmp.cc:9092
73052 #, gcc-internal-format, gfc-internal-format
73053 msgid "With INSCAN at %L, expected loop body with !$OMP SCAN between two structured-block-sequences"
73054 msgstr ""
73056 #: fortran/openmp.cc:9499
73057 #, gcc-internal-format, gfc-internal-format
73058 msgid "%s cannot be a DO WHILE or DO without loop control at %L"
73059 msgstr ""
73061 #: fortran/openmp.cc:9505
73062 #, gcc-internal-format, gfc-internal-format
73063 msgid "%s cannot be a DO CONCURRENT loop at %L"
73064 msgstr ""
73066 #: fortran/openmp.cc:9511
73067 #, gcc-internal-format, gfc-internal-format
73068 msgid "%s iteration variable must be of type integer at %L"
73069 msgstr ""
73071 #: fortran/openmp.cc:9515
73072 #, gcc-internal-format, gfc-internal-format
73073 msgid "%s iteration variable must not be THREADPRIVATE at %L"
73074 msgstr ""
73076 #: fortran/openmp.cc:9528
73077 #, gcc-internal-format, gfc-internal-format
73078 msgid "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE or ALLOCATE at %L"
73079 msgstr ""
73081 #: fortran/openmp.cc:9532
73082 #, gcc-internal-format, gfc-internal-format
73083 msgid "%s iteration variable present on clause other than PRIVATE, LASTPRIVATE, ALLOCATE or LINEAR at %L"
73084 msgstr ""
73086 #: fortran/openmp.cc:9539
73087 #, gcc-internal-format, gfc-internal-format
73088 msgid "%s iteration variable used in more than one loop at %L"
73089 msgstr ""
73091 #: fortran/openmp.cc:9547
73092 #, gcc-internal-format, gfc-internal-format
73093 msgid "%s loop start expression not in canonical form at %L"
73094 msgstr ""
73096 #: fortran/openmp.cc:9555
73097 #, gcc-internal-format, gfc-internal-format
73098 msgid "%s loop end expression not in canonical form at %L"
73099 msgstr ""
73101 #: fortran/openmp.cc:9561
73102 #, gcc-internal-format, gfc-internal-format
73103 msgid "%s loop bounds reference different iteration variables at %L"
73104 msgstr ""
73106 #: fortran/openmp.cc:9567
73107 #, gcc-internal-format, gfc-internal-format
73108 msgid "%s loop increment not in canonical form at %L"
73109 msgstr ""
73111 #: fortran/openmp.cc:9577
73112 #, gcc-internal-format, gfc-internal-format
73113 msgid "collapsed %s loops not perfectly nested at %L"
73114 msgstr ""
73116 #: fortran/openmp.cc:9586 fortran/openmp.cc:9594
73117 #, gcc-internal-format, gfc-internal-format
73118 msgid "not enough DO loops for collapsed %s at %L"
73119 msgstr ""
73121 #: fortran/openmp.cc:9801 fortran/openmp.cc:9814
73122 #, gcc-internal-format, gfc-internal-format
73123 msgid "The %s directive cannot be specified within a %s region at %L"
73124 msgstr ""
73126 #: fortran/openmp.cc:9833
73127 #, gcc-internal-format, gfc-internal-format
73128 msgid "!$ACC LOOP cannot be a DO WHILE or DO without loop control at %L"
73129 msgstr ""
73131 #: fortran/openmp.cc:9839
73132 #, gcc-internal-format, gfc-internal-format
73133 msgid "!$ACC LOOP cannot be a DO CONCURRENT loop at %L"
73134 msgstr ""
73136 #: fortran/openmp.cc:9845
73137 #, gcc-internal-format, gfc-internal-format
73138 msgid "!$ACC LOOP iteration variable must be of type integer at %L"
73139 msgstr ""
73141 #: fortran/openmp.cc:9861
73142 #, gcc-internal-format, gfc-internal-format
73143 msgid "!$ACC LOOP %s loops don't form rectangular iteration space at %L"
73144 msgstr ""
73146 #: fortran/openmp.cc:9873
73147 #, gcc-internal-format, gfc-internal-format
73148 msgid "%s !$ACC LOOP loops not perfectly nested at %L"
73149 msgstr ""
73151 #: fortran/openmp.cc:9883 fortran/openmp.cc:9892
73152 #, gcc-internal-format, gfc-internal-format
73153 msgid "not enough DO loops for %s !$ACC LOOP at %L"
73154 msgstr ""
73156 #: fortran/openmp.cc:9908
73157 #, gcc-internal-format, gfc-internal-format
73158 msgid "Tiled loop cannot be parallelized across gangs, workers and vectors at the same time at %L"
73159 msgstr ""
73161 #: fortran/openmp.cc:9929
73162 #, gcc-internal-format, gfc-internal-format
73163 msgid "TILE requires constant expression at %L"
73164 msgstr ""
73166 #: fortran/openmp.cc:10029
73167 #, gcc-internal-format
73168 msgid "Array sections: %qs not allowed in !$ACC DECLARE at %L"
73169 msgstr ""
73171 #: fortran/openmp.cc:10076
73172 #, gcc-internal-format
73173 msgid "NAME %qs does not refer to a subroutine or function in !$ACC ROUTINE ( NAME ) at %L"
73174 msgstr ""
73176 #: fortran/openmp.cc:10082
73177 #, gcc-internal-format
73178 msgid "NAME %qs invalid in !$ACC ROUTINE ( NAME ) at %L"
73179 msgstr ""
73181 #: fortran/openmp.cc:10207
73182 #, gcc-internal-format, gfc-internal-format
73183 msgid "OMP TARGET UPDATE at %L requires at least one TO or FROM clause"
73184 msgstr ""
73186 #: fortran/openmp.cc:10221
73187 #, gcc-internal-format, gfc-internal-format
73188 msgid "OMP CRITICAL at %L with HINT clause requires a NAME, except when omp_sync_hint_none is used"
73189 msgstr ""
73191 #: fortran/openmp.cc:10227
73192 #, gcc-internal-format
73193 msgid "Unexpected !$OMP SCAN at %L outside loop construct with %<inscan%> REDUCTION clause"
73194 msgstr ""
73196 #: fortran/openmp.cc:10248
73197 #, gcc-internal-format
73198 msgid "!$OMP DECLARE SIMD should refer to containing procedure %qs at %L"
73199 msgstr ""
73201 #: fortran/openmp.cc:10272
73202 #, gcc-internal-format, gfc-internal-format
73203 msgid "Variable other than OMP_PRIV or OMP_ORIG used in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
73204 msgstr ""
73206 #: fortran/openmp.cc:10280
73207 #, gcc-internal-format, gfc-internal-format
73208 msgid "Variable other than OMP_OUT or OMP_IN used in combiner of !$OMP DECLARE REDUCTION at %L"
73209 msgstr ""
73211 #: fortran/openmp.cc:10309
73212 #, gcc-internal-format, gfc-internal-format
73213 msgid "Invalid operator for !$OMP DECLARE REDUCTION %s at %L"
73214 msgstr ""
73216 #: fortran/openmp.cc:10331
73217 #, gcc-internal-format, gfc-internal-format
73218 msgid "CHARACTER length in !$OMP DECLARE REDUCTION %s not constant at %L"
73219 msgstr ""
73221 #: fortran/openmp.cc:10347
73222 #, gcc-internal-format, gfc-internal-format
73223 msgid "Subroutine call with alternate returns in combiner of !$OMP DECLARE REDUCTION at %L"
73224 msgstr ""
73226 #: fortran/openmp.cc:10362
73227 #, gcc-internal-format, gfc-internal-format
73228 msgid "Subroutine call with alternate returns in INITIALIZER clause of !$OMP DECLARE REDUCTION at %L"
73229 msgstr ""
73231 #: fortran/openmp.cc:10372
73232 #, gcc-internal-format, gfc-internal-format
73233 msgid "One of actual subroutine arguments in INITIALIZER clause of !$OMP DECLARE REDUCTION must be OMP_PRIV at %L"
73234 msgstr ""
73236 #: fortran/openmp.cc:10380
73237 #, gcc-internal-format, gfc-internal-format
73238 msgid "Missing INITIALIZER clause for !$OMP DECLARE REDUCTION of derived type without default initializer at %L"
73239 msgstr ""
73241 #: fortran/options.cc:275
73242 #, gcc-internal-format
73243 msgid "%<-fexcess-precision=standard%> for Fortran"
73244 msgstr ""
73246 #: fortran/options.cc:277
73247 #, gcc-internal-format
73248 msgid "%<-fexcess-precision=16%> for Fortran"
73249 msgstr ""
73251 #: fortran/options.cc:371
73252 #, gcc-internal-format
73253 msgid "Reading file %qs as free form"
73254 msgstr ""
73256 #: fortran/options.cc:381
73257 #, gcc-internal-format
73258 msgid "%<-fd-lines-as-comments%> has no effect in free form"
73259 msgstr ""
73261 #: fortran/options.cc:384
73262 #, gcc-internal-format
73263 msgid "%<-fd-lines-as-code%> has no effect in free form"
73264 msgstr ""
73266 #: fortran/options.cc:422
73267 #, gcc-internal-format
73268 msgid "Flag %<-fno-automatic%> overwrites %<-fmax-stack-var-size=%d%>"
73269 msgstr ""
73271 #: fortran/options.cc:425
73272 #, gcc-internal-format
73273 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%>"
73274 msgstr ""
73276 #: fortran/options.cc:428
73277 #, gcc-internal-format
73278 msgid "Flag %<-fno-automatic%> overwrites %<-frecursive%> implied by %qs"
73279 msgstr ""
73281 #: fortran/options.cc:431
73282 #, gcc-internal-format
73283 msgid "Flag %<-frecursive%> overwrites %<-fmax-stack-var-size=%d%>"
73284 msgstr ""
73286 #: fortran/options.cc:434
73287 #, gcc-internal-format
73288 msgid "Flag %<-fmax-stack-var-size=%d%> overwrites %<-frecursive%> implied by %qs"
73289 msgstr ""
73291 #: fortran/options.cc:493
73292 #, gcc-internal-format
73293 msgid "Fixed line length must be at least seven"
73294 msgstr ""
73296 #: fortran/options.cc:496
73297 #, gcc-internal-format
73298 msgid "Free line length must be at least three"
73299 msgstr ""
73301 #: fortran/options.cc:499
73302 #, gcc-internal-format, gfc-internal-format
73303 msgid "Maximum subrecord length cannot exceed %d"
73304 msgstr ""
73306 #: fortran/options.cc:518
73307 #, gcc-internal-format
73308 msgid "gfortran: Only one %<-J%> option allowed"
73309 msgstr ""
73311 #: fortran/options.cc:590
73312 #, gcc-internal-format
73313 msgid "Argument to %<-ffpe-trap%> is not valid: %s"
73314 msgstr ""
73316 #: fortran/options.cc:592
73317 #, gcc-internal-format
73318 msgid "Argument to %<-ffpe-summary%> is not valid: %s"
73319 msgstr ""
73321 #: fortran/options.cc:641
73322 #, gcc-internal-format
73323 msgid "Argument to %<-fcheck%> is not valid: %s"
73324 msgstr ""
73326 #: fortran/options.cc:706
73327 #, gcc-internal-format, gfc-internal-format
73328 msgid "Maximum supported identifier length is %d"
73329 msgstr ""
73331 #: fortran/options.cc:721
73332 #, gcc-internal-format
73333 msgid "Unrecognized option to %<-finit-logical%>: %s"
73334 msgstr ""
73336 #: fortran/options.cc:737
73337 #, gcc-internal-format
73338 msgid "The value of n in %<-finit-character=n%> must be between 0 and 127"
73339 msgstr ""
73341 #: fortran/parse.cc:602
73342 #, gcc-internal-format, gfc-internal-format
73343 msgid "Unclassifiable statement at %C"
73344 msgstr ""
73346 #: fortran/parse.cc:666
73347 #, gcc-internal-format, gfc-internal-format
73348 msgid "OpenACC directives other than ROUTINE may not appear in PURE procedures at %C"
73349 msgstr ""
73351 #: fortran/parse.cc:732
73352 #, gcc-internal-format, gfc-internal-format
73353 msgid "Unclassifiable OpenACC directive at %C"
73354 msgstr ""
73356 #: fortran/parse.cc:876 fortran/parse.cc:1170
73357 #, gcc-internal-format, gfc-internal-format
73358 msgid "OpenMP directives other than SIMD or DECLARE TARGET at %C may not appear in PURE procedures"
73359 msgstr ""
73361 #: fortran/parse.cc:1154
73362 #, gcc-internal-format, gfc-internal-format
73363 msgid "Unclassifiable OpenMP directive at %C"
73364 msgstr ""
73366 #: fortran/parse.cc:1249
73367 #, gcc-internal-format, gfc-internal-format
73368 msgid "Unclassifiable GCC directive at %C"
73369 msgstr ""
73371 #: fortran/parse.cc:1251
73372 #, gcc-internal-format, gfc-internal-format
73373 msgid "Unclassifiable GCC directive at %C, ignored"
73374 msgstr ""
73376 #: fortran/parse.cc:1311 fortran/parse.cc:1538
73377 #, gcc-internal-format, gfc-internal-format
73378 msgid "Zero is not a valid statement label at %C"
73379 msgstr ""
73381 #: fortran/parse.cc:1318 fortran/parse.cc:1530
73382 #, gcc-internal-format, gfc-internal-format
73383 msgid "Non-numeric character in statement label at %C"
73384 msgstr ""
73386 #: fortran/parse.cc:1330 fortran/parse.cc:1579
73387 #, gcc-internal-format, gfc-internal-format
73388 msgid "Semicolon at %C needs to be preceded by statement"
73389 msgstr ""
73391 #: fortran/parse.cc:1337 fortran/parse.cc:1594
73392 #, gcc-internal-format, gfc-internal-format
73393 msgid "Statement label without statement at %L"
73394 msgstr ""
73396 #: fortran/parse.cc:1400 fortran/parse.cc:1581
73397 #, gcc-internal-format, gfc-internal-format
73398 msgid "Fortran 2008: Semicolon at %C without preceding statement"
73399 msgstr ""
73401 #: fortran/parse.cc:1423 fortran/parse.cc:1557
73402 #, gcc-internal-format, gfc-internal-format
73403 msgid "Bad continuation line at %C"
73404 msgstr ""
73406 #: fortran/parse.cc:1868
73407 #, gcc-internal-format, gfc-internal-format
73408 msgid "FORMAT statement at %L does not have a statement label"
73409 msgstr ""
73411 #: fortran/parse.cc:2773
73412 #, gcc-internal-format
73413 msgid "gfc_ascii_statement(): Bad statement code"
73414 msgstr ""
73416 #: fortran/parse.cc:2917
73417 #, gcc-internal-format, gfc-internal-format
73418 msgid "Unexpected %s statement at %C"
73419 msgstr ""
73421 #: fortran/parse.cc:3072
73422 #, gcc-internal-format, gfc-internal-format
73423 msgid "%s statement at %C cannot follow %s statement at %L"
73424 msgstr ""
73426 #: fortran/parse.cc:3089
73427 #, gcc-internal-format
73428 msgid "Unexpected end of file in %qs"
73429 msgstr "Neočekivani kraj datoteke u %qs"
73431 #: fortran/parse.cc:3124
73432 #, gcc-internal-format
73433 msgid "Derived-type %qs with SEQUENCE must not have a CONTAINS section at %C"
73434 msgstr ""
73436 #: fortran/parse.cc:3127
73437 #, gcc-internal-format
73438 msgid "Derived-type %qs with BIND(C) must not have a CONTAINS section at %C"
73439 msgstr ""
73441 #: fortran/parse.cc:3147
73442 #, gcc-internal-format, gfc-internal-format
73443 msgid "Components in TYPE at %C must precede CONTAINS"
73444 msgstr ""
73446 #: fortran/parse.cc:3151
73447 #, gcc-internal-format, gfc-internal-format
73448 msgid "Type-bound procedure at %C"
73449 msgstr ""
73451 #: fortran/parse.cc:3159
73452 #, gcc-internal-format, gfc-internal-format
73453 msgid "GENERIC binding at %C"
73454 msgstr ""
73456 #: fortran/parse.cc:3167
73457 #, gcc-internal-format, gfc-internal-format
73458 msgid "FINAL procedure declaration at %C"
73459 msgstr ""
73461 #: fortran/parse.cc:3179
73462 #, gcc-internal-format, gfc-internal-format
73463 msgid "Derived type definition at %C with empty CONTAINS section"
73464 msgstr ""
73466 #: fortran/parse.cc:3189 fortran/parse.cc:3644
73467 #, gcc-internal-format, gfc-internal-format
73468 msgid "PRIVATE statement in TYPE at %C must be inside a MODULE"
73469 msgstr ""
73471 #: fortran/parse.cc:3196
73472 #, gcc-internal-format, gfc-internal-format
73473 msgid "PRIVATE statement at %C must precede procedure bindings"
73474 msgstr ""
73476 #: fortran/parse.cc:3203 fortran/parse.cc:3657
73477 #, gcc-internal-format, gfc-internal-format
73478 msgid "Duplicate PRIVATE statement at %C"
73479 msgstr ""
73481 #: fortran/parse.cc:3213
73482 #, gcc-internal-format, gfc-internal-format
73483 msgid "SEQUENCE statement at %C must precede CONTAINS"
73484 msgstr ""
73486 #: fortran/parse.cc:3217
73487 #, gcc-internal-format, gfc-internal-format
73488 msgid "Already inside a CONTAINS block at %C"
73489 msgstr ""
73491 #: fortran/parse.cc:3336
73492 #, gcc-internal-format, gfc-internal-format
73493 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"
73494 msgstr ""
73496 #: fortran/parse.cc:3342
73497 #, gcc-internal-format, gfc-internal-format
73498 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"
73499 msgstr ""
73501 #: fortran/parse.cc:3347
73502 #, gcc-internal-format, gfc-internal-format
73503 msgid "Allocatable component %s at %L of type LOCK_TYPE must have a codimension"
73504 msgstr ""
73506 #: fortran/parse.cc:3351
73507 #, gcc-internal-format, gfc-internal-format
73508 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type LOCK_TYPE"
73509 msgstr ""
73511 #: fortran/parse.cc:3356
73512 #, gcc-internal-format, gfc-internal-format
73513 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)"
73514 msgstr ""
73516 #: fortran/parse.cc:3363
73517 #, gcc-internal-format, gfc-internal-format
73518 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)"
73519 msgstr ""
73521 #: fortran/parse.cc:3373
73522 #, gcc-internal-format, gfc-internal-format
73523 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"
73524 msgstr ""
73526 #: fortran/parse.cc:3379
73527 #, gcc-internal-format, gfc-internal-format
73528 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"
73529 msgstr ""
73531 #: fortran/parse.cc:3384
73532 #, gcc-internal-format, gfc-internal-format
73533 msgid "Allocatable component %s at %L of type EVENT_TYPE must have a codimension"
73534 msgstr ""
73536 #: fortran/parse.cc:3388
73537 #, gcc-internal-format, gfc-internal-format
73538 msgid "Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type EVENT_TYPE"
73539 msgstr ""
73541 #: fortran/parse.cc:3393
73542 #, gcc-internal-format, gfc-internal-format
73543 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)"
73544 msgstr ""
73546 #: fortran/parse.cc:3400
73547 #, gcc-internal-format, gfc-internal-format
73548 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)"
73549 msgstr ""
73551 #: fortran/parse.cc:3452
73552 #, gcc-internal-format, gfc-internal-format
73553 msgid "failed to create map component '%s'"
73554 msgstr ""
73556 #: fortran/parse.cc:3485
73557 #, gcc-internal-format, gfc-internal-format
73558 msgid "failed to create union component '%s'"
73559 msgstr ""
73561 #: fortran/parse.cc:3540
73562 #, gcc-internal-format, gfc-internal-format
73563 msgid "Syntax error in nested structure declaration at %C"
73564 msgstr ""
73566 #: fortran/parse.cc:3627
73567 #, gcc-internal-format, gfc-internal-format
73568 msgid "FINAL declaration at %C must be inside CONTAINS"
73569 msgstr ""
73571 #: fortran/parse.cc:3635
73572 #, gcc-internal-format, gfc-internal-format
73573 msgid "Derived type definition at %C without components"
73574 msgstr ""
73576 #: fortran/parse.cc:3651
73577 #, gcc-internal-format, gfc-internal-format
73578 msgid "PRIVATE statement at %C must precede structure components"
73579 msgstr ""
73581 #: fortran/parse.cc:3668
73582 #, gcc-internal-format, gfc-internal-format
73583 msgid "SEQUENCE statement at %C must precede structure components"
73584 msgstr ""
73586 #: fortran/parse.cc:3674
73587 #, gcc-internal-format, gfc-internal-format
73588 msgid "SEQUENCE attribute at %C already specified in TYPE statement"
73589 msgstr ""
73591 #: fortran/parse.cc:3679
73592 #, gcc-internal-format, gfc-internal-format
73593 msgid "Duplicate SEQUENCE statement at %C"
73594 msgstr ""
73596 #: fortran/parse.cc:3689
73597 #, gcc-internal-format, gfc-internal-format
73598 msgid "CONTAINS block in derived type definition at %C"
73599 msgstr ""
73601 #: fortran/parse.cc:3747
73602 #, gcc-internal-format, gfc-internal-format
73603 msgid "ENUM declaration at %C has no ENUMERATORS"
73604 msgstr ""
73606 #: fortran/parse.cc:3834
73607 #, gcc-internal-format, gfc-internal-format
73608 msgid "Unexpected %s statement in INTERFACE block at %C"
73609 msgstr ""
73611 #: fortran/parse.cc:3858
73612 #, gcc-internal-format
73613 msgid "Name %qs of ABSTRACT INTERFACE at %C cannot be the same as an intrinsic type"
73614 msgstr "Ime %qs od ABSTRACT INTERFACE pri %C ne može biti isto kao intrinsična vrsta"
73616 #: fortran/parse.cc:3892
73617 #, gcc-internal-format, gfc-internal-format
73618 msgid "Unexpected %s statement at %C in INTERFACE body"
73619 msgstr ""
73621 #: fortran/parse.cc:3910
73622 #, gcc-internal-format
73623 msgid "INTERFACE procedure %qs at %L has the same name as the enclosing procedure"
73624 msgstr ""
73626 #: fortran/parse.cc:4049
73627 #, gcc-internal-format, gfc-internal-format
73628 msgid "%s statement is not allowed inside of BLOCK at %C"
73629 msgstr ""
73631 #: fortran/parse.cc:4081
73632 #, gcc-internal-format, gfc-internal-format
73633 msgid "%s statement is not allowed inside of BLOCK DATA at %C"
73634 msgstr ""
73636 #: fortran/parse.cc:4165
73637 #, gcc-internal-format, gfc-internal-format
73638 msgid "%s statement must appear in a MODULE"
73639 msgstr ""
73641 #: fortran/parse.cc:4173
73642 #, gcc-internal-format, gfc-internal-format
73643 msgid "%s statement at %C follows another accessibility specification"
73644 msgstr ""
73646 #: fortran/parse.cc:4225
73647 #, gcc-internal-format
73648 msgid "Bad kind expression for function %qs at %L"
73649 msgstr ""
73651 #: fortran/parse.cc:4229
73652 #, gcc-internal-format
73653 msgid "The type for function %qs at %L is not accessible"
73654 msgstr ""
73656 #: fortran/parse.cc:4289
73657 #, gcc-internal-format, gfc-internal-format
73658 msgid "ELSEWHERE statement at %C follows previous unmasked ELSEWHERE"
73659 msgstr ""
73661 #: fortran/parse.cc:4311
73662 #, gcc-internal-format, gfc-internal-format
73663 msgid "Unexpected %s statement in WHERE block at %C"
73664 msgstr ""
73666 #: fortran/parse.cc:4370
73667 #, gcc-internal-format, gfc-internal-format
73668 msgid "Unexpected %s statement in FORALL block at %C"
73669 msgstr ""
73671 #: fortran/parse.cc:4421
73672 #, gcc-internal-format, gfc-internal-format
73673 msgid "ELSE IF statement at %C cannot follow ELSE statement at %L"
73674 msgstr ""
73676 #: fortran/parse.cc:4439
73677 #, gcc-internal-format, gfc-internal-format
73678 msgid "Duplicate ELSE statements at %L and %C"
73679 msgstr ""
73681 #: fortran/parse.cc:4500
73682 #, gcc-internal-format, gfc-internal-format
73683 msgid "Expected a CASE or END SELECT statement following SELECT CASE at %C"
73684 msgstr ""
73686 #: fortran/parse.cc:4584
73687 #, gcc-internal-format, gfc-internal-format
73688 msgid "Expected TYPE IS, CLASS IS or END SELECT statement following SELECT TYPE at %C"
73689 msgstr ""
73691 #: fortran/parse.cc:4660
73692 #, gcc-internal-format, gfc-internal-format
73693 msgid "Expected RANK or RANK DEFAULT following SELECT RANK at %C"
73694 msgstr ""
73696 #: fortran/parse.cc:4724
73697 #, gcc-internal-format
73698 msgid "Variable %qs at %C cannot be redefined inside loop beginning at %L"
73699 msgstr ""
73701 #: fortran/parse.cc:4757
73702 #, gcc-internal-format, gfc-internal-format
73703 msgid "End of nonblock DO statement at %C is within another block"
73704 msgstr ""
73706 #: fortran/parse.cc:4767
73707 #, gcc-internal-format, gfc-internal-format
73708 msgid "End of nonblock DO statement at %C is interwoven with another DO loop"
73709 msgstr ""
73711 #: fortran/parse.cc:4793
73712 #, gcc-internal-format, gfc-internal-format
73713 msgid "CRITICAL block inside of OpenACC region at %C"
73714 msgstr ""
73716 #: fortran/parse.cc:4794
73717 #, gcc-internal-format, gfc-internal-format
73718 msgid "CRITICAL block inside of OpenMP region at %C"
73719 msgstr ""
73721 #: fortran/parse.cc:4820
73722 #, gcc-internal-format, gfc-internal-format
73723 msgid "Statement label in END CRITICAL at %C does not match CRITICAL label"
73724 msgstr ""
73726 #: fortran/parse.cc:4889 fortran/parse.cc:5640
73727 #, gcc-internal-format, gfc-internal-format
73728 msgid "BLOCK construct at %C"
73729 msgstr ""
73731 #: fortran/parse.cc:4923
73732 #, gcc-internal-format, gfc-internal-format
73733 msgid "ASSOCIATE construct at %C"
73734 msgstr ""
73736 #: fortran/parse.cc:5144
73737 #, gcc-internal-format, gfc-internal-format
73738 msgid "Statement label in ENDDO at %C doesn't match DO label"
73739 msgstr ""
73741 #: fortran/parse.cc:5160
73742 #, gcc-internal-format, gfc-internal-format
73743 msgid "Named block DO at %L requires matching ENDDO name"
73744 msgstr ""
73746 #: fortran/parse.cc:5317 fortran/parse.cc:5762 fortran/parse.cc:5780
73747 #, gcc-internal-format, gfc-internal-format
73748 msgid "Duplicated NOWAIT clause on %s and %s at %C"
73749 msgstr ""
73751 #: fortran/parse.cc:5418 fortran/parse.cc:5480
73752 #, gcc-internal-format, gfc-internal-format
73753 msgid "OpenACC directive inside of CRITICAL block at %C"
73754 msgstr ""
73756 #: fortran/parse.cc:5455
73757 #, gcc-internal-format, gfc-internal-format
73758 msgid "Expecting %s at %C"
73759 msgstr ""
73761 #: fortran/parse.cc:5499
73762 #, gcc-internal-format, gfc-internal-format
73763 msgid "Expected DO loop at %C"
73764 msgstr ""
73766 #: fortran/parse.cc:5519
73767 #, gcc-internal-format, gfc-internal-format
73768 msgid "Redundant !$ACC END LOOP at %C"
73769 msgstr ""
73771 #: fortran/parse.cc:5773
73772 #, gcc-internal-format, gfc-internal-format
73773 msgid "Name after !$omp critical and !$omp end critical does not match at %C"
73774 msgstr ""
73776 #: fortran/parse.cc:5847
73777 #, gcc-internal-format, gfc-internal-format
73778 msgid "%s statement at %C cannot terminate a non-block DO loop"
73779 msgstr ""
73781 #: fortran/parse.cc:5861
73782 #, gcc-internal-format, gfc-internal-format
73783 msgid "DATA statement at %C after the first executable statement"
73784 msgstr ""
73786 #: fortran/parse.cc:6012
73787 #, gcc-internal-format
73788 msgid "%<GCC unroll%> directive not at the start of a loop at %C"
73789 msgstr ""
73791 #: fortran/parse.cc:6015
73792 #, gcc-internal-format
73793 msgid "%<GCC ivdep%> directive not at the start of a loop at %C"
73794 msgstr ""
73796 #: fortran/parse.cc:6018
73797 #, gcc-internal-format
73798 msgid "%<GCC vector%> directive not at the start of a loop at %C"
73799 msgstr ""
73801 #: fortran/parse.cc:6021
73802 #, gcc-internal-format
73803 msgid "%<GCC novector%> directive not at the start of a loop at %C"
73804 msgstr ""
73806 #: fortran/parse.cc:6137
73807 #, gcc-internal-format
73808 msgid "Contained procedure %qs at %C is already ambiguous"
73809 msgstr ""
73811 #: fortran/parse.cc:6194
73812 #, gcc-internal-format, gfc-internal-format
73813 msgid "Unexpected %s statement in CONTAINS section at %C"
73814 msgstr ""
73816 #: fortran/parse.cc:6219
73817 #, gcc-internal-format, gfc-internal-format
73818 msgid "CONTAINS statement without FUNCTION or SUBROUTINE statement at %L"
73819 msgstr ""
73821 #: fortran/parse.cc:6333
73822 #, gcc-internal-format, gfc-internal-format
73823 msgid "CONTAINS statement at %C is already in a contained program unit"
73824 msgstr ""
73826 #: fortran/parse.cc:6385
73827 #, gcc-internal-format
73828 msgid "Global binding name %qs at %L is already being used as a %s at %L"
73829 msgstr ""
73831 #: fortran/parse.cc:6389
73832 #, gcc-internal-format
73833 msgid "Global name %qs at %L is already being used as a %s at %L"
73834 msgstr ""
73836 #: fortran/parse.cc:6395
73837 #, gcc-internal-format
73838 msgid "Global binding name %qs at %L is already being used at %L"
73839 msgstr ""
73841 #: fortran/parse.cc:6398
73842 #, gcc-internal-format
73843 msgid "Global name %qs at %L is already being used at %L"
73844 msgstr ""
73846 #: fortran/parse.cc:6420
73847 #, gcc-internal-format, gfc-internal-format
73848 msgid "Blank BLOCK DATA at %C conflicts with prior BLOCK DATA at %L"
73849 msgstr ""
73851 #: fortran/parse.cc:6446
73852 #, gcc-internal-format, gfc-internal-format
73853 msgid "Unexpected %s statement in BLOCK DATA at %C"
73854 msgstr ""
73856 #: fortran/parse.cc:6549
73857 #, gcc-internal-format, gfc-internal-format
73858 msgid "Unexpected %s statement in MODULE at %C"
73859 msgstr ""
73861 #. If we see a duplicate main program, shut down.  If the second
73862 #. instance is an implied main program, i.e. data decls or executable
73863 #. statements, we're in for lots of errors.
73864 #: fortran/parse.cc:7042
73865 #, gcc-internal-format, gfc-internal-format
73866 msgid "Two main PROGRAMs at %L and %C"
73867 msgstr ""
73869 #: fortran/primary.cc:103
73870 #, gcc-internal-format, gfc-internal-format
73871 msgid "Missing kind-parameter at %C"
73872 msgstr ""
73874 #: fortran/primary.cc:136
73875 #, gcc-internal-format
73876 msgid "gfc_check_digit(): bad radix"
73877 msgstr ""
73879 #: fortran/primary.cc:279
73880 #, gcc-internal-format, gfc-internal-format
73881 msgid "Integer kind %d at %C not available"
73882 msgstr ""
73884 #: fortran/primary.cc:288
73885 #, gcc-internal-format
73886 msgid "Integer too big for its kind at %C. This check can be disabled with the option %<-fno-range-check%>"
73887 msgstr ""
73889 #: fortran/primary.cc:316
73890 #, gcc-internal-format, gfc-internal-format
73891 msgid "Hollerith constant at %C"
73892 msgstr ""
73894 #: fortran/primary.cc:323
73895 #, gcc-internal-format, gfc-internal-format
73896 msgid "Invalid Hollerith constant: %L must contain at least one character"
73897 msgstr ""
73899 #: fortran/primary.cc:329
73900 #, gcc-internal-format, gfc-internal-format
73901 msgid "Invalid Hollerith constant: Integer kind at %L should be default"
73902 msgstr ""
73904 #: fortran/primary.cc:349
73905 #, gcc-internal-format, gfc-internal-format
73906 msgid "Invalid Hollerith constant at %L contains a wide character"
73907 msgstr ""
73909 #: fortran/primary.cc:435
73910 #, gcc-internal-format, gfc-internal-format
73911 msgid "Hexadecimal constant at %L uses nonstandard X instead of Z"
73912 msgstr ""
73914 #: fortran/primary.cc:444
73915 #, gcc-internal-format, gfc-internal-format
73916 msgid "Empty set of digits in BOZ constant at %C"
73917 msgstr ""
73919 #: fortran/primary.cc:450
73920 #, gcc-internal-format, gfc-internal-format
73921 msgid "Illegal character in BOZ constant at %C"
73922 msgstr ""
73924 #: fortran/primary.cc:473
73925 #, gcc-internal-format, gfc-internal-format
73926 msgid "BOZ constant at %C uses nonstandard postfix syntax"
73927 msgstr ""
73929 #: fortran/primary.cc:498
73930 #, gcc-internal-format, gfc-internal-format
73931 msgid "BOZ used outside a DATA statement at %L"
73932 msgstr ""
73934 #: fortran/primary.cc:589
73935 #, gcc-internal-format
73936 msgid "exponent-letter %<q%> in real-literal-constant at %C"
73937 msgstr ""
73939 #: fortran/primary.cc:594
73940 #, gcc-internal-format
73941 msgid "Extension: exponent-letter %<q%> in real-literal-constant at %C"
73942 msgstr ""
73944 #: fortran/primary.cc:615
73945 #, gcc-internal-format, gfc-internal-format
73946 msgid "Missing exponent in real number at %C"
73947 msgstr ""
73949 #: fortran/primary.cc:693
73950 #, gcc-internal-format
73951 msgid "Real number at %C has a %<d%> exponent and an explicit kind"
73952 msgstr ""
73954 #: fortran/primary.cc:703
73955 #, gcc-internal-format
73956 msgid "Real number at %C has a %<q%> exponent and an explicit kind"
73957 msgstr ""
73959 #: fortran/primary.cc:717
73960 #, gcc-internal-format
73961 msgid "Invalid exponent-letter %<q%> in real-literal-constant at %C"
73962 msgstr ""
73964 #: fortran/primary.cc:730
73965 #, gcc-internal-format, gfc-internal-format
73966 msgid "Invalid real kind %d at %C"
73967 msgstr ""
73969 #: fortran/primary.cc:745
73970 #, gcc-internal-format, gfc-internal-format
73971 msgid "Real constant overflows its kind at %C"
73972 msgstr ""
73974 #: fortran/primary.cc:750
73975 #, gcc-internal-format, gfc-internal-format
73976 msgid "Real constant underflows its kind at %C"
73977 msgstr ""
73979 #: fortran/primary.cc:755
73980 #, gcc-internal-format
73981 msgid "gfc_range_check() returned bad value"
73982 msgstr ""
73984 #: fortran/primary.cc:803
73985 #, gcc-internal-format
73986 msgid "Non-significant digits in %qs number at %C, maybe incorrect KIND"
73987 msgstr ""
73989 #: fortran/primary.cc:895
73990 #, gcc-internal-format, gfc-internal-format
73991 msgid "Syntax error in SUBSTRING specification at %C"
73992 msgstr ""
73994 #: fortran/primary.cc:1095
73995 #, gcc-internal-format, gfc-internal-format
73996 msgid "Invalid kind %d for CHARACTER constant at %C"
73997 msgstr ""
73999 #: fortran/primary.cc:1116
74000 #, gcc-internal-format, gfc-internal-format
74001 msgid "Unterminated character constant beginning at %C"
74002 msgstr ""
74004 #: fortran/primary.cc:1146
74005 #, gcc-internal-format
74006 msgid "Character %qs in string at %C is not representable in character kind %d"
74007 msgstr ""
74009 #: fortran/primary.cc:1159
74010 #, gcc-internal-format
74011 msgid "match_string_constant(): Delimiter not found"
74012 msgstr ""
74014 #: fortran/primary.cc:1193
74015 #, gcc-internal-format, gfc-internal-format
74016 msgid "Substring start index (%ld) at %L below 1"
74017 msgstr ""
74019 #: fortran/primary.cc:1199
74020 #, gcc-internal-format, gfc-internal-format
74021 msgid "Substring end index (%ld) at %L exceeds string length"
74022 msgstr ""
74024 #: fortran/primary.cc:1284
74025 #, gcc-internal-format, gfc-internal-format
74026 msgid "Bad kind for logical constant at %C"
74027 msgstr ""
74029 #: fortran/primary.cc:1328
74030 #, gcc-internal-format, gfc-internal-format
74031 msgid "Expected PARAMETER symbol in complex constant at %C"
74032 msgstr ""
74034 #: fortran/primary.cc:1339
74035 #, gcc-internal-format, gfc-internal-format
74036 msgid "Numeric PARAMETER required in complex constant at %C"
74037 msgstr ""
74039 #: fortran/primary.cc:1345
74040 #, gcc-internal-format, gfc-internal-format
74041 msgid "Scalar PARAMETER required in complex constant at %C"
74042 msgstr ""
74044 #: fortran/primary.cc:1349
74045 #, gcc-internal-format, gfc-internal-format
74046 msgid "PARAMETER symbol in complex constant at %C"
74047 msgstr ""
74049 #: fortran/primary.cc:1372
74050 #, gcc-internal-format
74051 msgid "gfc_match_sym_complex_part(): Bad type"
74052 msgstr ""
74054 #: fortran/primary.cc:1379
74055 #, gcc-internal-format, gfc-internal-format
74056 msgid "Error converting PARAMETER constant in complex constant at %C"
74057 msgstr ""
74059 #: fortran/primary.cc:1511
74060 #, gcc-internal-format, gfc-internal-format
74061 msgid "Syntax error in COMPLEX constant at %C"
74062 msgstr ""
74064 #: fortran/primary.cc:1638
74065 #, gcc-internal-format
74066 msgid "Namelist %qs cannot be an argument at %L"
74067 msgstr ""
74069 #: fortran/primary.cc:1740
74070 #, gcc-internal-format
74071 msgid "Keyword %qs at %C has already appeared in the current argument list"
74072 msgstr ""
74074 #: fortran/primary.cc:1807
74075 #, gcc-internal-format, gfc-internal-format
74076 msgid "argument list function at %C"
74077 msgstr ""
74079 #: fortran/primary.cc:1881
74080 #, gcc-internal-format, gfc-internal-format
74081 msgid "Expected alternate return label at %C"
74082 msgstr ""
74084 #: fortran/primary.cc:1928
74085 #, gcc-internal-format, gfc-internal-format
74086 msgid "Missing keyword name in actual argument list at %C"
74087 msgstr ""
74089 #: fortran/primary.cc:1974
74090 #, gcc-internal-format, gfc-internal-format
74091 msgid "Syntax error in argument list at %C"
74092 msgstr ""
74094 #: fortran/primary.cc:1995
74095 #, gcc-internal-format
74096 msgid "extend_ref(): Bad tail"
74097 msgstr ""
74099 #: fortran/primary.cc:2073
74100 #, gcc-internal-format
74101 msgid "Array section designator, e.g. %<(:)%>, is required besides the coarray designator %<[...]%> at %C"
74102 msgstr ""
74104 #: fortran/primary.cc:2081
74105 #, gcc-internal-format
74106 msgid "Coarray designator at %C but %qs is not a coarray"
74107 msgstr ""
74109 #: fortran/primary.cc:2233
74110 #, gcc-internal-format
74111 msgid "Symbol %qs at %C has no IMPLICIT type"
74112 msgstr ""
74114 #: fortran/primary.cc:2240
74115 #, gcc-internal-format
74116 msgid "Unexpected %<%c%> for nonderived-type variable %qs at %C"
74117 msgstr ""
74119 #: fortran/primary.cc:2261
74120 #, gcc-internal-format, gfc-internal-format
74121 msgid "Expected structure component name at %C"
74122 msgstr ""
74124 #: fortran/primary.cc:2281 fortran/primary.cc:2423
74125 #, gcc-internal-format, gfc-internal-format
74126 msgid "RE or IM part_ref at %C"
74127 msgstr ""
74129 #: fortran/primary.cc:2300 fortran/primary.cc:2428
74130 #, gcc-internal-format, gfc-internal-format
74131 msgid "The RE or IM part_ref at %C must be applied to a COMPLEX expression"
74132 msgstr ""
74134 #: fortran/primary.cc:2307 fortran/primary.cc:2441
74135 #, gcc-internal-format, gfc-internal-format
74136 msgid "The LEN part_ref at %C must be applied to a CHARACTER expression"
74137 msgstr ""
74139 #: fortran/primary.cc:2366
74140 #, gcc-internal-format, gfc-internal-format
74141 msgid "Expected argument list at %C"
74142 msgstr ""
74144 #: fortran/primary.cc:2384
74145 #, gcc-internal-format
74146 msgid "%qs at %C is not an inquiry reference to an intrinsic type component %qs"
74147 msgstr ""
74149 #: fortran/primary.cc:2387
74150 #, gcc-internal-format
74151 msgid "%qs at %C is not an inquiry reference to an intrinsic type component"
74152 msgstr ""
74154 #: fortran/primary.cc:2457
74155 #, gcc-internal-format, gfc-internal-format
74156 msgid "The KIND part_ref at %C must be applied to an expression of intrinsic type"
74157 msgstr ""
74159 #: fortran/primary.cc:2485
74160 #, gcc-internal-format
74161 msgid "Procedure pointer component %qs requires an argument list at %C"
74162 msgstr ""
74164 #: fortran/primary.cc:2588
74165 #, gcc-internal-format, gfc-internal-format
74166 msgid "Nonpolymorphic reference to abstract type at %C"
74167 msgstr ""
74169 #: fortran/primary.cc:2595
74170 #, gcc-internal-format, gfc-internal-format
74171 msgid "Coindexed procedure-pointer component at %C"
74172 msgstr ""
74174 #: fortran/primary.cc:2631
74175 #, gcc-internal-format
74176 msgid "gfc_variable_attr(): Expression isn't a variable"
74177 msgstr ""
74179 #: fortran/primary.cc:2821
74180 #, gcc-internal-format
74181 msgid "gfc_caf_attr(): Expression isn't a variable"
74182 msgstr ""
74184 #: fortran/primary.cc:2878
74185 #, gcc-internal-format
74186 msgid "gfc_caf_attr(): Bad array reference"
74187 msgstr ""
74189 #: fortran/primary.cc:3057
74190 #, gcc-internal-format
74191 msgid "No initializer for allocatable component %qs given in the structure constructor at %C"
74192 msgstr ""
74194 #: fortran/primary.cc:3068
74195 #, gcc-internal-format, gfc-internal-format
74196 msgid "Structure constructor with missing optional arguments at %C"
74197 msgstr ""
74199 #: fortran/primary.cc:3077
74200 #, gcc-internal-format
74201 msgid "No initializer for component %qs given in the structure constructor at %C"
74202 msgstr ""
74204 #: fortran/primary.cc:3125
74205 #, gcc-internal-format
74206 msgid "Cannot construct ABSTRACT type %qs at %L"
74207 msgstr ""
74209 #: fortran/primary.cc:3145
74210 #, gcc-internal-format, gfc-internal-format
74211 msgid "Structure constructor with named arguments at %C"
74212 msgstr ""
74214 #: fortran/primary.cc:3160
74215 #, gcc-internal-format, gfc-internal-format
74216 msgid "Component initializer without name after component named %s at %L"
74217 msgstr ""
74219 #: fortran/primary.cc:3165
74220 #, gcc-internal-format, gfc-internal-format
74221 msgid "Too many components in structure constructor at %L"
74222 msgstr ""
74224 #: fortran/primary.cc:3224
74225 #, gcc-internal-format, gfc-internal-format
74226 msgid "CHARACTER expression will be truncated in constructor (%ld/%ld) at %L"
74227 msgstr ""
74229 #: fortran/primary.cc:3242
74230 #, gcc-internal-format
74231 msgid "Component %qs is initialized twice in the structure constructor at %L"
74232 msgstr ""
74234 #: fortran/primary.cc:3254
74235 #, gcc-internal-format
74236 msgid "Coindexed expression to pointer component %qs in structure constructor at %L"
74237 msgstr ""
74239 #: fortran/primary.cc:3308
74240 #, gcc-internal-format
74241 msgid "component %qs at %L has already been set by a parent derived type constructor"
74242 msgstr ""
74244 #: fortran/primary.cc:3473
74245 #, gcc-internal-format, gfc-internal-format
74246 msgid "%%LOC() as an rvalue at %C"
74247 msgstr ""
74249 #: fortran/primary.cc:3532
74250 #, gcc-internal-format
74251 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)"
74252 msgstr ""
74254 #: fortran/primary.cc:3563 fortran/primary.cc:3965
74255 #, gcc-internal-format, gfc-internal-format
74256 msgid "Symbol at %C is not appropriate for an expression"
74257 msgstr ""
74259 #: fortran/primary.cc:3668
74260 #, gcc-internal-format
74261 msgid "Unexpected use of subroutine name %qs at %C"
74262 msgstr ""
74264 #: fortran/primary.cc:3700
74265 #, gcc-internal-format
74266 msgid "Statement function %qs requires argument list at %C"
74267 msgstr ""
74269 #: fortran/primary.cc:3703
74270 #, gcc-internal-format
74271 msgid "Function %qs requires an argument list at %C"
74272 msgstr ""
74274 #: fortran/primary.cc:3753
74275 #, gcc-internal-format
74276 msgid "Missing argument to %qs at %C"
74277 msgstr ""
74279 #: fortran/primary.cc:3766
74280 #, gcc-internal-format, gfc-internal-format
74281 msgid "The leftmost part-ref in a data-ref cannot be a function reference at %C"
74282 msgstr ""
74284 #: fortran/primary.cc:3921
74285 #, gcc-internal-format
74286 msgid "Missing argument list in function %qs at %C"
74287 msgstr ""
74289 #: fortran/primary.cc:4035
74290 #, gcc-internal-format
74291 msgid "Derived type %qs cannot be used as a variable at %C"
74292 msgstr ""
74294 #: fortran/primary.cc:4076
74295 #, gcc-internal-format, gfc-internal-format
74296 msgid "Named constant at %C in an EQUIVALENCE"
74297 msgstr ""
74299 #: fortran/primary.cc:4081
74300 #, gcc-internal-format
74301 msgid "PARAMETER %qs shall not appear in a DATA statement at %C"
74302 msgstr ""
74304 #: fortran/primary.cc:4117
74305 #, gcc-internal-format
74306 msgid "%qs at %C is not a variable"
74307 msgstr ""
74309 #: fortran/resolve.cc:123
74310 #, gcc-internal-format
74311 msgid "%qs at %L is of the ABSTRACT type %qs"
74312 msgstr ""
74314 #: fortran/resolve.cc:126
74315 #, gcc-internal-format
74316 msgid "ABSTRACT type %qs used at %L"
74317 msgstr ""
74319 #: fortran/resolve.cc:143
74320 #, gcc-internal-format
74321 msgid "Interface %qs at %L is declared in a later PROCEDURE statement"
74322 msgstr ""
74324 #: fortran/resolve.cc:156
74325 #, gcc-internal-format
74326 msgid "Interface %qs at %L may not be generic"
74327 msgstr ""
74329 #: fortran/resolve.cc:163
74330 #, gcc-internal-format
74331 msgid "Interface %qs at %L may not be a statement function"
74332 msgstr ""
74334 #: fortran/resolve.cc:172
74335 #, gcc-internal-format
74336 msgid "Intrinsic procedure %qs not allowed in PROCEDURE statement at %L"
74337 msgstr ""
74339 #: fortran/resolve.cc:178
74340 #, gcc-internal-format
74341 msgid "Interface %qs at %L must be explicit"
74342 msgstr ""
74344 #: fortran/resolve.cc:200
74345 #, gcc-internal-format
74346 msgid "PROCEDURE %qs at %L may not be used as its own interface"
74347 msgstr ""
74349 #: fortran/resolve.cc:300
74350 #, gcc-internal-format
74351 msgid "Alternate return specifier in elemental subroutine %qs at %L is not allowed"
74352 msgstr ""
74354 #: fortran/resolve.cc:304
74355 #, gcc-internal-format
74356 msgid "Alternate return specifier in function %qs at %L is not allowed"
74357 msgstr ""
74359 #: fortran/resolve.cc:315
74360 #, gcc-internal-format
74361 msgid "Self-referential argument %qs at %L is not allowed"
74362 msgstr ""
74364 #: fortran/resolve.cc:387
74365 #, gcc-internal-format
74366 msgid "Dummy procedure %qs of PURE procedure at %L must also be PURE"
74367 msgstr ""
74369 #: fortran/resolve.cc:397
74370 #, gcc-internal-format
74371 msgid "Argument %qs of pure function %qs at %L with VALUE attribute but without INTENT(IN)"
74372 msgstr ""
74374 #: fortran/resolve.cc:402
74375 #, gcc-internal-format
74376 msgid "Argument %qs of pure function %qs at %L must be INTENT(IN) or VALUE"
74377 msgstr ""
74379 #: fortran/resolve.cc:410
74380 #, gcc-internal-format
74381 msgid "Argument %qs of pure subroutine %qs at %L with VALUE attribute but without INTENT"
74382 msgstr ""
74384 #: fortran/resolve.cc:415
74385 #, gcc-internal-format
74386 msgid "Argument %qs of pure subroutine %qs at %L must have its INTENT specified or have the VALUE attribute"
74387 msgstr ""
74389 #: fortran/resolve.cc:425
74390 #, gcc-internal-format
74391 msgid "INTENT(OUT) argument %qs of pure procedure %qs at %L may not be polymorphic"
74392 msgstr ""
74394 #: fortran/resolve.cc:458
74395 #, gcc-internal-format
74396 msgid "Coarray dummy argument %qs at %L to elemental procedure"
74397 msgstr ""
74399 #: fortran/resolve.cc:466
74400 #, gcc-internal-format
74401 msgid "Argument %qs of elemental procedure at %L must be scalar"
74402 msgstr ""
74404 #: fortran/resolve.cc:475
74405 #, gcc-internal-format
74406 msgid "Argument %qs of elemental procedure at %L cannot have the ALLOCATABLE attribute"
74407 msgstr ""
74409 #: fortran/resolve.cc:485
74410 #, gcc-internal-format
74411 msgid "Argument %qs of elemental procedure at %L cannot have the POINTER attribute"
74412 msgstr ""
74414 #: fortran/resolve.cc:493
74415 #, gcc-internal-format
74416 msgid "Dummy procedure %qs not allowed in elemental procedure %qs at %L"
74417 msgstr ""
74419 #: fortran/resolve.cc:502
74420 #, gcc-internal-format
74421 msgid "Argument %qs of elemental procedure %qs at %L must have its INTENT specified or have the VALUE attribute"
74422 msgstr ""
74424 #. F03:C1263 (R1238) The function-name and each dummy-arg-name
74425 #. shall be specified, explicitly or implicitly, to be scalar.
74426 #: fortran/resolve.cc:517
74427 #, gcc-internal-format
74428 msgid "Argument %qs of statement function %qs at %L must be scalar"
74429 msgstr ""
74431 #: fortran/resolve.cc:528
74432 #, gcc-internal-format
74433 msgid "Character-valued argument %qs of statement function at %L must have constant length"
74434 msgstr ""
74436 #: fortran/resolve.cc:577
74437 #, gcc-internal-format
74438 msgid "Contained procedure %qs at %L has the same name as its encompassing procedure"
74439 msgstr ""
74441 #: fortran/resolve.cc:597
74442 #, gcc-internal-format
74443 msgid "Contained function %qs at %L has no IMPLICIT type"
74444 msgstr ""
74446 #: fortran/resolve.cc:600
74447 #, gcc-internal-format
74448 msgid "Result %qs of contained function %qs at %L has no IMPLICIT type"
74449 msgstr ""
74451 #: fortran/resolve.cc:626
74452 #, gcc-internal-format
74453 msgid "Character-valued module procedure %qs at %L must not be assumed length"
74454 msgstr ""
74456 #: fortran/resolve.cc:628
74457 #, gcc-internal-format
74458 msgid "Character-valued internal function %qs at %L must not be assumed length"
74459 msgstr ""
74461 #: fortran/resolve.cc:801
74462 #, gcc-internal-format, gfc-internal-format
74463 msgid "Function %s at %L has entries with mismatched array specifications"
74464 msgstr ""
74466 #: fortran/resolve.cc:812
74467 #, gcc-internal-format, gfc-internal-format
74468 msgid "Function %s at %L has entry %s with mismatched characteristics"
74469 msgstr ""
74471 #: fortran/resolve.cc:827
74472 #, gcc-internal-format, gfc-internal-format
74473 msgid "Function %s at %L with entries returning variables of different string lengths"
74474 msgstr ""
74476 #: fortran/resolve.cc:859
74477 #, gcc-internal-format, gfc-internal-format
74478 msgid "FUNCTION result %s cannot be an array in FUNCTION %s at %L"
74479 msgstr ""
74481 #: fortran/resolve.cc:863
74482 #, gcc-internal-format, gfc-internal-format
74483 msgid "ENTRY result %s cannot be an array in FUNCTION %s at %L"
74484 msgstr ""
74486 #: fortran/resolve.cc:870
74487 #, gcc-internal-format, gfc-internal-format
74488 msgid "FUNCTION result %s cannot be a POINTER in FUNCTION %s at %L"
74489 msgstr ""
74491 #: fortran/resolve.cc:874
74492 #, gcc-internal-format, gfc-internal-format
74493 msgid "ENTRY result %s cannot be a POINTER in FUNCTION %s at %L"
74494 msgstr ""
74496 #: fortran/resolve.cc:881
74497 #, gcc-internal-format, gfc-internal-format
74498 msgid "FUNCTION result %s cannot be ALLOCATABLE in FUNCTION %s at %L"
74499 msgstr ""
74501 #: fortran/resolve.cc:885
74502 #, gcc-internal-format, gfc-internal-format
74503 msgid "ENTRY result %s cannot be ALLOCATABLE in FUNCTION %s at %L"
74504 msgstr ""
74506 #: fortran/resolve.cc:923
74507 #, gcc-internal-format, gfc-internal-format
74508 msgid "FUNCTION result %s cannot be of type %s in FUNCTION %s at %L"
74509 msgstr ""
74511 #: fortran/resolve.cc:928
74512 #, gcc-internal-format, gfc-internal-format
74513 msgid "ENTRY result %s cannot be of type %s in FUNCTION %s at %L"
74514 msgstr ""
74516 #: fortran/resolve.cc:975
74517 #, gcc-internal-format
74518 msgid "Global entity %qs at %L cannot appear in a COMMON block at %L"
74519 msgstr ""
74521 #: fortran/resolve.cc:979
74522 #, gcc-internal-format
74523 msgid "Global entity %qs at %L cannot appear in a COMMON block"
74524 msgstr ""
74526 #: fortran/resolve.cc:989
74527 #, gcc-internal-format, gfc-internal-format
74528 msgid "COMMON block at %L"
74529 msgstr ""
74531 #: fortran/resolve.cc:996
74532 #, gcc-internal-format
74533 msgid "Variable %qs at %L is in COMMON but only in BLOCK DATA initialization is allowed"
74534 msgstr ""
74536 #: fortran/resolve.cc:1000
74537 #, gcc-internal-format
74538 msgid "Initialized variable %qs at %L is in a blank COMMON but initialization is only allowed in named common blocks"
74539 msgstr ""
74541 #: fortran/resolve.cc:1007
74542 #, gcc-internal-format
74543 msgid "%qs at %L cannot appear in COMMON [F2008:C5100]"
74544 msgstr ""
74546 #: fortran/resolve.cc:1015
74547 #, gcc-internal-format
74548 msgid "Derived type variable %qs in COMMON at %L has neither the SEQUENCE nor the BIND(C) attribute"
74549 msgstr ""
74551 #: fortran/resolve.cc:1019
74552 #, gcc-internal-format
74553 msgid "Derived type variable %qs in COMMON at %L has an ultimate component that is allocatable"
74554 msgstr ""
74556 #: fortran/resolve.cc:1023
74557 #, gcc-internal-format
74558 msgid "Derived type variable %qs in COMMON at %L may not have default initializer"
74559 msgstr ""
74561 #: fortran/resolve.cc:1067
74562 #, gcc-internal-format
74563 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"
74564 msgstr ""
74566 #: fortran/resolve.cc:1081
74567 #, gcc-internal-format
74568 msgid "COMMON block %qs at %L uses the same global identifier as entity at %L"
74569 msgstr ""
74571 #: fortran/resolve.cc:1089
74572 #, gcc-internal-format
74573 msgid "Fortran 2008: COMMON block %qs with binding label at %L sharing the identifier with global non-COMMON-block entity at %L"
74574 msgstr ""
74576 #: fortran/resolve.cc:1111
74577 #, gcc-internal-format
74578 msgid "COMMON block at %L with binding label %qs uses the same global identifier as entity at %L"
74579 msgstr ""
74581 #: fortran/resolve.cc:1132
74582 #, gcc-internal-format
74583 msgid "COMMON block %qs at %L is used as PARAMETER at %L"
74584 msgstr ""
74586 #: fortran/resolve.cc:1136
74587 #, gcc-internal-format
74588 msgid "COMMON block %qs at %L cannot have the EXTERNAL attribute"
74589 msgstr ""
74591 #: fortran/resolve.cc:1140
74592 #, gcc-internal-format
74593 msgid "COMMON block %qs at %L is also an intrinsic procedure"
74594 msgstr ""
74596 #: fortran/resolve.cc:1144
74597 #, gcc-internal-format
74598 msgid "COMMON block %qs at %L that is also a function result"
74599 msgstr ""
74601 #: fortran/resolve.cc:1149
74602 #, gcc-internal-format
74603 msgid "COMMON block %qs at %L that is also a global procedure"
74604 msgstr ""
74606 #: fortran/resolve.cc:1216
74607 #, gcc-internal-format
74608 msgid "The KIND parameter %qs in the PDT constructor at %C has no value"
74609 msgstr ""
74611 #: fortran/resolve.cc:1356
74612 #, gcc-internal-format, gfc-internal-format
74613 msgid "The rank of the element in the structure constructor at %L does not match that of the component (%d/%d)"
74614 msgstr ""
74616 #: fortran/resolve.cc:1377
74617 #, gcc-internal-format
74618 msgid "The element in the structure constructor at %L, for pointer component %qs, is %s but should be %s"
74619 msgstr ""
74621 #: fortran/resolve.cc:1409
74622 #, gcc-internal-format
74623 msgid "Unequal character lengths (%wd/%wd) for pointer component %qs in constructor at %L"
74624 msgstr ""
74626 #: fortran/resolve.cc:1454
74627 #, gcc-internal-format
74628 msgid "The NULL in the structure constructor at %L is being applied to component %qs, which is neither a POINTER nor ALLOCATABLE"
74629 msgstr ""
74631 #: fortran/resolve.cc:1488
74632 #, gcc-internal-format
74633 msgid "Interface mismatch for procedure-pointer component %qs in structure constructor at %L: %s"
74634 msgstr ""
74636 #: fortran/resolve.cc:1507
74637 #, gcc-internal-format
74638 msgid "Bad array spec of component %qs referenced in structure constructor at %L"
74639 msgstr ""
74641 #: fortran/resolve.cc:1520
74642 #, gcc-internal-format
74643 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)"
74644 msgstr ""
74646 #: fortran/resolve.cc:1541
74647 #, gcc-internal-format
74648 msgid "The element in the structure constructor at %L, for pointer component %qs should be a POINTER or a TARGET"
74649 msgstr ""
74651 #: fortran/resolve.cc:1570
74652 #, gcc-internal-format
74653 msgid "Invalid expression in the structure constructor for pointer component %qs at %L in PURE procedure"
74654 msgstr ""
74656 #: fortran/resolve.cc:1696
74657 #, gcc-internal-format
74658 msgid "The upper bound in the last dimension must appear in the reference to the assumed size array %qs at %L"
74659 msgstr ""
74661 #: fortran/resolve.cc:1758
74662 #, gcc-internal-format
74663 msgid "%qs at %L is ambiguous"
74664 msgstr ""
74666 #: fortran/resolve.cc:1762
74667 #, gcc-internal-format
74668 msgid "GENERIC procedure %qs is not allowed as an actual argument at %L"
74669 msgstr ""
74671 #: fortran/resolve.cc:1883
74672 #, gcc-internal-format
74673 msgid "Type specified for intrinsic function %qs at %L is ignored"
74674 msgstr ""
74676 #: fortran/resolve.cc:1896
74677 #, gcc-internal-format
74678 msgid "Intrinsic subroutine %qs at %L shall not have a type specifier"
74679 msgstr ""
74681 #: fortran/resolve.cc:1907
74682 #, gcc-internal-format
74683 msgid "%qs declared INTRINSIC at %L does not exist"
74684 msgstr ""
74686 #: fortran/resolve.cc:1920
74687 #, gcc-internal-format
74688 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."
74689 msgstr ""
74691 #: fortran/resolve.cc:1956
74692 #, gcc-internal-format
74693 msgid "Non-RECURSIVE procedure %qs at %L is possibly calling itself recursively.  Declare it RECURSIVE or use %<-frecursive%>"
74694 msgstr ""
74696 #: fortran/resolve.cc:2014 fortran/resolve.cc:10496 fortran/resolve.cc:12465
74697 #, gcc-internal-format, gfc-internal-format
74698 msgid "Label %d referenced at %L is never defined"
74699 msgstr ""
74701 #: fortran/resolve.cc:2046
74702 #, gcc-internal-format
74703 msgid "Derived type %qs is used as an actual argument at %L"
74704 msgstr ""
74706 #: fortran/resolve.cc:2064
74707 #, gcc-internal-format
74708 msgid "Statement function %qs at %L is not allowed as an actual argument"
74709 msgstr ""
74711 #: fortran/resolve.cc:2072
74712 #, gcc-internal-format
74713 msgid "Intrinsic %qs at %L is not allowed as an actual argument"
74714 msgstr ""
74716 #: fortran/resolve.cc:2079
74717 #, gcc-internal-format
74718 msgid "Internal procedure %qs is used as actual argument at %L"
74719 msgstr ""
74721 #: fortran/resolve.cc:2087
74722 #, gcc-internal-format
74723 msgid "ELEMENTAL non-INTRINSIC procedure %qs is not allowed as an actual argument at %L"
74724 msgstr ""
74726 #: fortran/resolve.cc:2114
74727 #, gcc-internal-format
74728 msgid "Unable to find a specific INTRINSIC procedure for the reference %qs at %L"
74729 msgstr ""
74731 #: fortran/resolve.cc:2136
74732 #, gcc-internal-format
74733 msgid "Symbol %qs at %L is ambiguous"
74734 msgstr ""
74736 #: fortran/resolve.cc:2191
74737 #, gcc-internal-format, gfc-internal-format
74738 msgid "By-value argument at %L is not of numeric type"
74739 msgstr ""
74741 #: fortran/resolve.cc:2198
74742 #, gcc-internal-format, gfc-internal-format
74743 msgid "By-value argument at %L cannot be an array or an array section"
74744 msgstr ""
74746 #: fortran/resolve.cc:2212
74747 #, gcc-internal-format, gfc-internal-format
74748 msgid "By-value argument at %L is not allowed in this context"
74749 msgstr ""
74751 #: fortran/resolve.cc:2224
74752 #, gcc-internal-format, gfc-internal-format
74753 msgid "Passing internal procedure at %L by location not allowed"
74754 msgstr ""
74756 #: fortran/resolve.cc:2235
74757 #, gcc-internal-format
74758 msgid "ELEMENTAL procedure pointer component %qs is not allowed as an actual argument at %L"
74759 msgstr ""
74761 #: fortran/resolve.cc:2244
74762 #, gcc-internal-format, gfc-internal-format
74763 msgid "Coindexed actual argument at %L with ultimate pointer component"
74764 msgstr ""
74766 #: fortran/resolve.cc:2391
74767 #, gcc-internal-format
74768 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)"
74769 msgstr ""
74771 #: fortran/resolve.cc:2430
74772 #, gcc-internal-format
74773 msgid "Actual argument at %L for INTENT(%s) dummy %qs of ELEMENTAL subroutine %qs is a scalar, but another actual argument is an array"
74774 msgstr ""
74776 #: fortran/resolve.cc:2704
74777 #, gcc-internal-format
74778 msgid "Return type mismatch of function %qs at %L (%s/%s)"
74779 msgstr ""
74781 #: fortran/resolve.cc:2731
74782 #, gcc-internal-format
74783 msgid "Interface mismatch in global procedure %qs at %L: %s"
74784 msgstr ""
74786 #: fortran/resolve.cc:2837
74787 #, gcc-internal-format
74788 msgid "There is no specific function for the generic %qs at %L"
74789 msgstr ""
74791 #: fortran/resolve.cc:2857
74792 #, gcc-internal-format
74793 msgid "Generic function %qs at %L is not consistent with a specific intrinsic interface"
74794 msgstr ""
74796 #: fortran/resolve.cc:2895
74797 #, gcc-internal-format
74798 msgid "Function %qs at %L is INTRINSIC but is not compatible with an intrinsic"
74799 msgstr ""
74801 #: fortran/resolve.cc:2950
74802 #, gcc-internal-format
74803 msgid "Unable to resolve the specific function %qs at %L"
74804 msgstr ""
74806 #: fortran/resolve.cc:3027
74807 #, gcc-internal-format
74808 msgid "Missing explicit declaration with EXTERNAL attribute for symbol %qs at %L"
74809 msgstr ""
74811 #: fortran/resolve.cc:3059
74812 #, gcc-internal-format
74813 msgid "Function %qs at %L has no IMPLICIT type; did you mean %qs?"
74814 msgstr ""
74816 #: fortran/resolve.cc:3063 fortran/resolve.cc:17740
74817 #, gcc-internal-format
74818 msgid "Function %qs at %L has no IMPLICIT type"
74819 msgstr ""
74821 #: fortran/resolve.cc:3187
74822 #, gcc-internal-format
74823 msgid "Reference to impure function %qs at %L inside a FORALL %s"
74824 msgstr ""
74826 #: fortran/resolve.cc:3194
74827 #, gcc-internal-format
74828 msgid "Reference to impure function %qs at %L inside a DO CONCURRENT %s"
74829 msgstr ""
74831 #: fortran/resolve.cc:3201
74832 #, gcc-internal-format
74833 msgid "Reference to impure function %qs at %L within a PURE procedure"
74834 msgstr ""
74836 #: fortran/resolve.cc:3268
74837 #, gcc-internal-format
74838 msgid "Unexpected junk after %qs at %L"
74839 msgstr ""
74841 #: fortran/resolve.cc:3279
74842 #, gcc-internal-format
74843 msgid "%qs at %L is not a function"
74844 msgstr ""
74846 #: fortran/resolve.cc:3287 fortran/resolve.cc:3802
74847 #, gcc-internal-format
74848 msgid "ABSTRACT INTERFACE %qs must not be referenced at %L"
74849 msgstr ""
74851 #: fortran/resolve.cc:3299
74852 #, gcc-internal-format
74853 msgid "ABSTRACT INTERFACE %qs at %L must not have an assumed character length result (F2008: C418)"
74854 msgstr ""
74856 #. Internal procedures are taken care of in resolve_contained_fntype.
74857 #: fortran/resolve.cc:3342
74858 #, gcc-internal-format
74859 msgid "Function %qs is declared CHARACTER(*) and cannot be used at %L since it is not a dummy argument"
74860 msgstr ""
74862 #: fortran/resolve.cc:3376
74863 #, gcc-internal-format
74864 msgid "resolve_function(): bad function type"
74865 msgstr ""
74867 #: fortran/resolve.cc:3390
74868 #, gcc-internal-format, gfc-internal-format
74869 msgid "A BOZ literal constant at %L cannot appear as an actual argument in a function reference"
74870 msgstr ""
74872 #: fortran/resolve.cc:3406
74873 #, gcc-internal-format
74874 msgid "User defined non-ELEMENTAL function %qs at %L not allowed in WORKSHARE construct"
74875 msgstr ""
74877 #: fortran/resolve.cc:3468
74878 #, gcc-internal-format
74879 msgid "ENTRY %qs at %L cannot be called recursively, as function %qs is not RECURSIVE"
74880 msgstr ""
74882 #: fortran/resolve.cc:3472
74883 #, gcc-internal-format
74884 msgid "Function %qs at %L cannot be called recursively, as it is not RECURSIVE"
74885 msgstr ""
74887 #: fortran/resolve.cc:3530
74888 #, gcc-internal-format
74889 msgid "Using function %qs at %L is deprecated"
74890 msgstr ""
74892 #: fortran/resolve.cc:3546
74893 #, gcc-internal-format
74894 msgid "Subroutine call to %qs in FORALL block at %L is not PURE"
74895 msgstr ""
74897 #: fortran/resolve.cc:3552
74898 #, gcc-internal-format
74899 msgid "Subroutine call to %qs in DO CONCURRENT block at %L is not PURE"
74900 msgstr ""
74902 #: fortran/resolve.cc:3558
74903 #, gcc-internal-format
74904 msgid "Subroutine call to %qs at %L is not PURE"
74905 msgstr ""
74907 #: fortran/resolve.cc:3626
74908 #, gcc-internal-format
74909 msgid "There is no specific subroutine for the generic %qs at %L"
74910 msgstr ""
74912 #: fortran/resolve.cc:3635
74913 #, gcc-internal-format
74914 msgid "Generic subroutine %qs at %L is not consistent with an intrinsic subroutine interface"
74915 msgstr ""
74917 #: fortran/resolve.cc:3670
74918 #, gcc-internal-format
74919 msgid "Subroutine %qs at %L is INTRINSIC but is not compatible with an intrinsic"
74920 msgstr ""
74922 #: fortran/resolve.cc:3715
74923 #, gcc-internal-format
74924 msgid "Unable to resolve the specific subroutine %qs at %L"
74925 msgstr ""
74927 #: fortran/resolve.cc:3773
74928 #, gcc-internal-format
74929 msgid "%qs at %L has a type, which is not consistent with the CALL at %L"
74930 msgstr ""
74932 #: fortran/resolve.cc:3812
74933 #, gcc-internal-format
74934 msgid "ENTRY %qs at %L cannot be called recursively, as subroutine %qs is not RECURSIVE"
74935 msgstr ""
74937 #: fortran/resolve.cc:3816
74938 #, gcc-internal-format
74939 msgid "SUBROUTINE %qs at %L cannot be called recursively, as it is not RECURSIVE"
74940 msgstr ""
74942 #: fortran/resolve.cc:3861
74943 #, gcc-internal-format
74944 msgid "resolve_subroutine(): bad function type"
74945 msgstr ""
74947 #: fortran/resolve.cc:3878
74948 #, gcc-internal-format
74949 msgid "Using subroutine %qs at %L is deprecated"
74950 msgstr ""
74952 #: fortran/resolve.cc:3905
74953 #, gcc-internal-format, gfc-internal-format
74954 msgid "Shapes for operands at %L and %L are not conformable"
74955 msgstr ""
74957 #: fortran/resolve.cc:3957
74958 #, gcc-internal-format
74959 msgid "logical_to_bitwise(): Bad intrinsic"
74960 msgstr ""
74962 #: fortran/resolve.cc:4060
74963 #, gcc-internal-format
74964 msgid "Impure function %qs at %L might not be evaluated"
74965 msgstr ""
74967 #: fortran/resolve.cc:4064
74968 #, gcc-internal-format, gfc-internal-format
74969 msgid "Impure function at %L might not be evaluated"
74970 msgstr ""
74972 #: fortran/resolve.cc:4141
74973 #, gcc-internal-format
74974 msgid "BOZ literal constant at %L cannot be an operand of unary operator %qs"
74975 msgstr ""
74977 #: fortran/resolve.cc:4165
74978 #, gcc-internal-format
74979 msgid "Operands at %L and %L cannot appear as operands of binary operator %qs"
74980 msgstr ""
74982 #: fortran/resolve.cc:4350 fortran/resolve.cc:4365
74983 #, gcc-internal-format, gfc-internal-format
74984 msgid "BOZ literal constant near %L cannot appear as an operand of a relational operator"
74985 msgstr ""
74987 #: fortran/resolve.cc:4415
74988 #, gcc-internal-format, gfc-internal-format
74989 msgid "Equality comparison for %s at %L"
74990 msgstr ""
74992 #: fortran/resolve.cc:4417
74993 #, gcc-internal-format, gfc-internal-format
74994 msgid "Inequality comparison for %s at %L"
74995 msgstr ""
74997 #: fortran/resolve.cc:4477
74998 #, gcc-internal-format
74999 msgid "resolve_operator(): Bad intrinsic"
75000 msgstr ""
75002 #: fortran/resolve.cc:4763
75003 #, gcc-internal-format, gfc-internal-format
75004 msgid "Array reference at %L is out of bounds (%ld < %ld) in dimension %d"
75005 msgstr ""
75007 #: fortran/resolve.cc:4768
75008 #, gcc-internal-format, gfc-internal-format
75009 msgid "Array reference at %L is out of bounds (%ld < %ld) in codimension %d"
75010 msgstr ""
75012 #: fortran/resolve.cc:4778
75013 #, gcc-internal-format, gfc-internal-format
75014 msgid "Array reference at %L is out of bounds (%ld > %ld) in dimension %d"
75015 msgstr ""
75017 #: fortran/resolve.cc:4783
75018 #, gcc-internal-format, gfc-internal-format
75019 msgid "Array reference at %L is out of bounds (%ld > %ld) in codimension %d"
75020 msgstr ""
75022 #: fortran/resolve.cc:4804
75023 #, gcc-internal-format, gfc-internal-format
75024 msgid "Illegal stride of zero at %L"
75025 msgstr ""
75027 #: fortran/resolve.cc:4821
75028 #, gcc-internal-format, gfc-internal-format
75029 msgid "Lower array reference at %L is out of bounds (%ld < %ld) in dimension %d"
75030 msgstr ""
75032 #: fortran/resolve.cc:4829
75033 #, gcc-internal-format, gfc-internal-format
75034 msgid "Lower array reference at %L is out of bounds (%ld > %ld) in dimension %d"
75035 msgstr ""
75037 #: fortran/resolve.cc:4845
75038 #, gcc-internal-format, gfc-internal-format
75039 msgid "Upper array reference at %L is out of bounds (%ld < %ld) in dimension %d"
75040 msgstr ""
75042 #: fortran/resolve.cc:4854
75043 #, gcc-internal-format, gfc-internal-format
75044 msgid "Upper array reference at %L is out of bounds (%ld > %ld) in dimension %d"
75045 msgstr ""
75047 #: fortran/resolve.cc:4870
75048 #, gcc-internal-format
75049 msgid "check_dimension(): Bad array reference"
75050 msgstr ""
75052 #: fortran/resolve.cc:4893
75053 #, gcc-internal-format, gfc-internal-format
75054 msgid "Rightmost upper bound of assumed size array section not specified at %L"
75055 msgstr ""
75057 #: fortran/resolve.cc:4903
75058 #, gcc-internal-format, gfc-internal-format
75059 msgid "Rank mismatch in array reference at %L (%d/%d)"
75060 msgstr ""
75062 #: fortran/resolve.cc:4911
75063 #, gcc-internal-format, gfc-internal-format
75064 msgid "Coindex rank mismatch in array reference at %L (%d/%d)"
75065 msgstr ""
75067 #: fortran/resolve.cc:4927
75068 #, gcc-internal-format, gfc-internal-format
75069 msgid "Coindex of codimension %d must be a scalar at %L"
75070 msgstr ""
75072 #: fortran/resolve.cc:4955
75073 #, gcc-internal-format, gfc-internal-format
75074 msgid "Array index at %L must be scalar"
75075 msgstr ""
75077 #: fortran/resolve.cc:4961
75078 #, gcc-internal-format, gfc-internal-format
75079 msgid "Array index at %L must be of INTEGER type, found %s"
75080 msgstr ""
75082 #: fortran/resolve.cc:4967
75083 #, gcc-internal-format, gfc-internal-format
75084 msgid "REAL array index at %L"
75085 msgstr ""
75087 #: fortran/resolve.cc:5006
75088 #, gcc-internal-format, gfc-internal-format
75089 msgid "Argument dim at %L must be scalar"
75090 msgstr ""
75092 #: fortran/resolve.cc:5013
75093 #, gcc-internal-format, gfc-internal-format
75094 msgid "Argument dim at %L must be of INTEGER type"
75095 msgstr ""
75097 #: fortran/resolve.cc:5073
75098 #, gcc-internal-format, gfc-internal-format
75099 msgid "Invalid array reference of a non-array entity at %L"
75100 msgstr ""
75102 #: fortran/resolve.cc:5087
75103 #, gcc-internal-format
75104 msgid "find_array_spec(): unused as(1)"
75105 msgstr ""
75107 #: fortran/resolve.cc:5099
75108 #, gcc-internal-format
75109 msgid "find_array_spec(): unused as(2)"
75110 msgstr ""
75112 #: fortran/resolve.cc:5144
75113 #, gcc-internal-format, gfc-internal-format
75114 msgid "Array index at %L is an array of rank %d"
75115 msgstr ""
75117 #: fortran/resolve.cc:5242
75118 #, gcc-internal-format, gfc-internal-format
75119 msgid "Substring start index at %L must be of type INTEGER"
75120 msgstr ""
75122 #: fortran/resolve.cc:5249
75123 #, gcc-internal-format, gfc-internal-format
75124 msgid "Substring start index at %L must be scalar"
75125 msgstr ""
75127 #: fortran/resolve.cc:5271
75128 #, gcc-internal-format, gfc-internal-format
75129 msgid "Substring end index at %L must be of type INTEGER"
75130 msgstr ""
75132 #: fortran/resolve.cc:5278
75133 #, gcc-internal-format, gfc-internal-format
75134 msgid "Substring end index at %L must be scalar"
75135 msgstr ""
75137 #: fortran/resolve.cc:5298
75138 #, gcc-internal-format, gfc-internal-format
75139 msgid "Substring end index at %L is too large"
75140 msgstr ""
75142 #: fortran/resolve.cc:5489
75143 #, gcc-internal-format
75144 msgid "resolve_ref(): Bad array reference"
75145 msgstr ""
75147 #: fortran/resolve.cc:5503
75148 #, gcc-internal-format, gfc-internal-format
75149 msgid "Component to the right of a part reference with nonzero rank must not have the POINTER attribute at %L"
75150 msgstr ""
75152 #: fortran/resolve.cc:5513
75153 #, gcc-internal-format, gfc-internal-format
75154 msgid "Component to the right of a part reference with nonzero rank must not have the ALLOCATABLE attribute at %L"
75155 msgstr ""
75157 #: fortran/resolve.cc:5559
75158 #, gcc-internal-format, gfc-internal-format
75159 msgid "Two or more part references with nonzero rank must not be specified at %L"
75160 msgstr ""
75162 #: fortran/resolve.cc:5651
75163 #, gcc-internal-format
75164 msgid "gfc_expression_rank(): Two array specs"
75165 msgstr ""
75167 #: fortran/resolve.cc:5748
75168 #, gcc-internal-format, gfc-internal-format
75169 msgid "Variable %s at %L with NO_ARG_CHECK attribute may only be used as actual argument"
75170 msgstr ""
75172 #: fortran/resolve.cc:5758
75173 #, gcc-internal-format, gfc-internal-format
75174 msgid "Assumed-type variable %s at %L may only be used as actual argument"
75175 msgstr ""
75177 #. FIXME: It doesn't work reliably as inquiry_argument is not set
75178 #. for all inquiry functions in resolve_function; the reason is
75179 #. that the function-name resolution happens too late in that
75180 #. function.
75181 #: fortran/resolve.cc:5768
75182 #, gcc-internal-format, gfc-internal-format
75183 msgid "Assumed-type variable %s at %L as actual argument to an inquiry function shall be the first argument"
75184 msgstr ""
75186 #: fortran/resolve.cc:5787
75187 #, gcc-internal-format, gfc-internal-format
75188 msgid "Assumed-rank variable %s at %L may only be used as actual argument"
75189 msgstr ""
75191 #. FIXME: It doesn't work reliably as inquiry_argument is not set
75192 #. for all inquiry functions in resolve_function; the reason is
75193 #. that the function-name resolution happens too late in that
75194 #. function.
75195 #: fortran/resolve.cc:5797
75196 #, gcc-internal-format, gfc-internal-format
75197 msgid "Assumed-rank variable %s at %L as actual argument to an inquiry function shall be the first argument"
75198 msgstr ""
75200 #: fortran/resolve.cc:5808
75201 #, gcc-internal-format, gfc-internal-format
75202 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall not have a subobject reference"
75203 msgstr ""
75205 #: fortran/resolve.cc:5817
75206 #, gcc-internal-format, gfc-internal-format
75207 msgid "Assumed-type variable %s at %L shall not have a subobject reference"
75208 msgstr ""
75210 #: fortran/resolve.cc:5833
75211 #, gcc-internal-format, gfc-internal-format
75212 msgid "Assumed-rank variable %s at %L shall not have a subobject reference"
75213 msgstr ""
75215 #: fortran/resolve.cc:6015
75216 #, gcc-internal-format
75217 msgid "Variable %qs, used in a specification expression, is referenced at %L before the ENTRY statement in which it is a parameter"
75218 msgstr ""
75220 #: fortran/resolve.cc:6020
75221 #, gcc-internal-format
75222 msgid "Variable %qs is used at %L before the ENTRY statement in which it is a parameter"
75223 msgstr ""
75225 #: fortran/resolve.cc:6090
75226 #, gcc-internal-format, gfc-internal-format
75227 msgid "Polymorphic subobject of coindexed object at %L"
75228 msgstr ""
75230 #: fortran/resolve.cc:6103
75231 #, gcc-internal-format, gfc-internal-format
75232 msgid "Coindexed object with polymorphic allocatable subcomponent at %L"
75233 msgstr ""
75235 #: fortran/resolve.cc:6119
75236 #, gcc-internal-format
75237 msgid "Using variable %qs at %L is deprecated"
75238 msgstr ""
75240 #: fortran/resolve.cc:6209
75241 #, gcc-internal-format
75242 msgid "%qs at %L is host associated at %L into a contained procedure with an internal procedure of the same name"
75243 msgstr ""
75245 #: fortran/resolve.cc:6387 fortran/resolve.cc:6539
75246 #, gcc-internal-format, gfc-internal-format
75247 msgid "Error in typebound call at %L"
75248 msgstr ""
75250 #: fortran/resolve.cc:6503
75251 #, gcc-internal-format, gfc-internal-format
75252 msgid "Passed-object at %L must be scalar"
75253 msgstr ""
75255 #: fortran/resolve.cc:6510
75256 #, gcc-internal-format
75257 msgid "Base object for procedure-pointer component call at %L is of ABSTRACT type %qs"
75258 msgstr ""
75260 #: fortran/resolve.cc:6549
75261 #, gcc-internal-format
75262 msgid "Base object for type-bound procedure call at %L is of ABSTRACT type %qs"
75263 msgstr ""
75265 #: fortran/resolve.cc:6558
75266 #, gcc-internal-format, gfc-internal-format
75267 msgid "Base object for NOPASS type-bound procedure call at %L must be scalar"
75268 msgstr ""
75270 #. Nothing matching found!
75271 #: fortran/resolve.cc:6746
75272 #, gcc-internal-format
75273 msgid "Found no matching specific binding for the call to the GENERIC %qs at %L"
75274 msgstr ""
75276 #: fortran/resolve.cc:6780
75277 #, gcc-internal-format
75278 msgid "%qs at %L should be a SUBROUTINE"
75279 msgstr ""
75281 #: fortran/resolve.cc:6832
75282 #, gcc-internal-format
75283 msgid "%qs at %L should be a FUNCTION"
75284 msgstr ""
75286 #: fortran/resolve.cc:7367
75287 #, gcc-internal-format
75288 msgid "gfc_resolve_expr(): Bad expression type"
75289 msgstr ""
75291 #: fortran/resolve.cc:7400
75292 #, gcc-internal-format, gfc-internal-format
75293 msgid "%s at %L must be a scalar"
75294 msgstr ""
75296 #: fortran/resolve.cc:7410
75297 #, gcc-internal-format, gfc-internal-format
75298 msgid "%s at %L must be integer"
75299 msgstr ""
75301 #: fortran/resolve.cc:7414 fortran/resolve.cc:7421
75302 #, gcc-internal-format, gfc-internal-format
75303 msgid "%s at %L must be INTEGER"
75304 msgstr ""
75306 #: fortran/resolve.cc:7476
75307 #, gcc-internal-format, gfc-internal-format
75308 msgid "Step expression in DO loop at %L cannot be zero"
75309 msgstr ""
75311 #: fortran/resolve.cc:7499
75312 #, gcc-internal-format, gfc-internal-format
75313 msgid "DO loop at %L will be executed zero times"
75314 msgstr ""
75316 #: fortran/resolve.cc:7516
75317 #, gcc-internal-format, gfc-internal-format
75318 msgid "DO loop at %L is undefined as it overflows"
75319 msgstr ""
75321 #: fortran/resolve.cc:7522
75322 #, gcc-internal-format, gfc-internal-format
75323 msgid "DO loop at %L is undefined as it underflows"
75324 msgstr ""
75326 #: fortran/resolve.cc:7583
75327 #, gcc-internal-format, gfc-internal-format
75328 msgid "FORALL index-name at %L must be a scalar INTEGER"
75329 msgstr ""
75331 #: fortran/resolve.cc:7588
75332 #, gcc-internal-format, gfc-internal-format
75333 msgid "FORALL start expression at %L must be a scalar INTEGER"
75334 msgstr ""
75336 #: fortran/resolve.cc:7595
75337 #, gcc-internal-format, gfc-internal-format
75338 msgid "FORALL end expression at %L must be a scalar INTEGER"
75339 msgstr ""
75341 #: fortran/resolve.cc:7603
75342 #, gcc-internal-format, gfc-internal-format
75343 msgid "FORALL stride expression at %L must be a scalar %s"
75344 msgstr ""
75346 #: fortran/resolve.cc:7608
75347 #, gcc-internal-format, gfc-internal-format
75348 msgid "FORALL stride expression at %L cannot be zero"
75349 msgstr ""
75351 #: fortran/resolve.cc:7621
75352 #, gcc-internal-format
75353 msgid "FORALL index %qs may not appear in triplet specification at %L"
75354 msgstr ""
75356 #: fortran/resolve.cc:7726 fortran/resolve.cc:8024
75357 #, gcc-internal-format, gfc-internal-format
75358 msgid "Allocate-object at %L must be ALLOCATABLE or a POINTER"
75359 msgstr ""
75361 #: fortran/resolve.cc:7734 fortran/resolve.cc:7987
75362 #, gcc-internal-format, gfc-internal-format
75363 msgid "Coindexed allocatable object at %L"
75364 msgstr ""
75366 #: fortran/resolve.cc:7844
75367 #, gcc-internal-format, gfc-internal-format
75368 msgid "Source-expr at %L must be scalar or have the same rank as the allocate-object at %L"
75369 msgstr ""
75371 #: fortran/resolve.cc:7875
75372 #, gcc-internal-format, gfc-internal-format
75373 msgid "Source-expr at %L and allocate-object at %L must have the same shape"
75374 msgstr ""
75376 #: fortran/resolve.cc:8035
75377 #, gcc-internal-format, gfc-internal-format
75378 msgid "Type of entity at %L is type incompatible with source-expr at %L"
75379 msgstr ""
75381 #: fortran/resolve.cc:8047
75382 #, gcc-internal-format, gfc-internal-format
75383 msgid "The allocate-object at %L and the source-expr at %L shall have the same kind type parameter"
75384 msgstr ""
75386 #: fortran/resolve.cc:8061
75387 #, gcc-internal-format, gfc-internal-format
75388 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"
75389 msgstr ""
75391 #: fortran/resolve.cc:8076
75392 #, gcc-internal-format, gfc-internal-format
75393 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"
75394 msgstr ""
75396 #: fortran/resolve.cc:8089
75397 #, gcc-internal-format, gfc-internal-format
75398 msgid "Allocating %s of ABSTRACT base type at %L requires a type-spec or source-expr"
75399 msgstr ""
75401 #: fortran/resolve.cc:8107
75402 #, gcc-internal-format, gfc-internal-format
75403 msgid "Allocating %s at %L with type-spec requires the same character-length parameter as in the declaration"
75404 msgstr ""
75406 #: fortran/resolve.cc:8191 fortran/resolve.cc:8206
75407 #, gcc-internal-format, gfc-internal-format
75408 msgid "Array specification required in ALLOCATE statement at %L"
75409 msgstr ""
75411 #: fortran/resolve.cc:8198
75412 #, gcc-internal-format, gfc-internal-format
75413 msgid "Array specification or array-valued SOURCE= expression required in ALLOCATE statement at %L"
75414 msgstr ""
75416 #: fortran/resolve.cc:8223
75417 #, gcc-internal-format, gfc-internal-format
75418 msgid "Coarray specification required in ALLOCATE statement at %L"
75419 msgstr ""
75421 #: fortran/resolve.cc:8233 fortran/resolve.cc:8335
75422 #, gcc-internal-format, gfc-internal-format
75423 msgid "Bad coarray specification in ALLOCATE statement at %L"
75424 msgstr ""
75426 #: fortran/resolve.cc:8239
75427 #, gcc-internal-format, gfc-internal-format
75428 msgid "Upper cobound is less than lower cobound at %L"
75429 msgstr ""
75431 #: fortran/resolve.cc:8251
75432 #, gcc-internal-format, gfc-internal-format
75433 msgid "Upper cobound is less than lower cobound of 1 at %L"
75434 msgstr ""
75436 #: fortran/resolve.cc:8262 fortran/resolve.cc:8290
75437 #, gcc-internal-format, gfc-internal-format
75438 msgid "Bad array specification in ALLOCATE statement at %L"
75439 msgstr ""
75441 #: fortran/resolve.cc:8309
75442 #, gcc-internal-format
75443 msgid "%qs must not appear in the array specification at %L in the same ALLOCATE statement where it is itself allocated"
75444 msgstr "%qs se ne smije pojaviti u specifikaciji polja pri %L u istoj ALLOCATE izjavi gdje je i sam dodijeljen"
75446 #: fortran/resolve.cc:8324
75447 #, gcc-internal-format
75448 msgid "Expected %<*%> in coindex specification in ALLOCATE statement at %L"
75449 msgstr ""
75451 #: fortran/resolve.cc:8366
75452 #, gcc-internal-format, gfc-internal-format
75453 msgid "Stat-variable at %L must be a scalar INTEGER variable"
75454 msgstr ""
75456 #: fortran/resolve.cc:8395
75457 #, gcc-internal-format, gfc-internal-format
75458 msgid "Stat-variable at %L shall not be %sd within the same %s statement"
75459 msgstr ""
75461 #: fortran/resolve.cc:8408
75462 #, gcc-internal-format, gfc-internal-format
75463 msgid "ERRMSG at %L is useless without a STAT tag"
75464 msgstr ""
75466 #: fortran/resolve.cc:8422
75467 #, gcc-internal-format, gfc-internal-format
75468 msgid "ERRMSG variable at %L shall be a scalar default CHARACTER variable"
75469 msgstr ""
75471 #: fortran/resolve.cc:8451
75472 #, gcc-internal-format, gfc-internal-format
75473 msgid "Errmsg-variable at %L shall not be %sd within the same %s statement"
75474 msgstr ""
75476 #: fortran/resolve.cc:8483
75477 #, gcc-internal-format, gfc-internal-format
75478 msgid "Allocate-object at %L also appears at %L"
75479 msgstr ""
75481 #: fortran/resolve.cc:8489 fortran/resolve.cc:8495
75482 #, gcc-internal-format, gfc-internal-format
75483 msgid "Allocate-object at %L is subobject of object at %L"
75484 msgstr ""
75486 #. The cases overlap, or they are the same
75487 #. element in the list.  Either way, we must
75488 #. issue an error and get the next case from P.
75489 #. FIXME: Sort P and Q by line number.
75490 #: fortran/resolve.cc:8723
75491 #, gcc-internal-format, gfc-internal-format
75492 msgid "CASE label at %L overlaps with CASE label at %L"
75493 msgstr ""
75495 #: fortran/resolve.cc:8774
75496 #, gcc-internal-format, gfc-internal-format
75497 msgid "Expression in CASE statement at %L must be of type %s"
75498 msgstr ""
75500 #: fortran/resolve.cc:8785
75501 #, gcc-internal-format, gfc-internal-format
75502 msgid "Expression in CASE statement at %L must be of kind %d"
75503 msgstr ""
75505 #: fortran/resolve.cc:8798
75506 #, gcc-internal-format, gfc-internal-format
75507 msgid "Expression in CASE statement at %L must be scalar"
75508 msgstr ""
75510 #: fortran/resolve.cc:8844
75511 #, gcc-internal-format, gfc-internal-format
75512 msgid "Selection expression in computed GOTO statement at %L must be a scalar integer expression"
75513 msgstr ""
75515 #: fortran/resolve.cc:8863
75516 #, gcc-internal-format, gfc-internal-format
75517 msgid "Argument of SELECT statement at %L cannot be %s"
75518 msgstr ""
75520 #: fortran/resolve.cc:8873
75521 #, gcc-internal-format, gfc-internal-format
75522 msgid "Argument of SELECT statement at %L must be a scalar expression"
75523 msgstr ""
75525 #: fortran/resolve.cc:8891 fortran/resolve.cc:8899
75526 #, gcc-internal-format, gfc-internal-format
75527 msgid "Expression in CASE statement at %L is not in the range of %s"
75528 msgstr ""
75530 #: fortran/resolve.cc:8961 fortran/resolve.cc:9629
75531 #, gcc-internal-format, gfc-internal-format
75532 msgid "The DEFAULT CASE at %L cannot be followed by a second DEFAULT CASE at %L"
75533 msgstr ""
75535 #: fortran/resolve.cc:8987
75536 #, gcc-internal-format, gfc-internal-format
75537 msgid "Logical range in CASE statement at %L is not allowed"
75538 msgstr ""
75540 #: fortran/resolve.cc:9000
75541 #, gcc-internal-format, gfc-internal-format
75542 msgid "Constant logical value in CASE statement is repeated at %L"
75543 msgstr ""
75545 #: fortran/resolve.cc:9015
75546 #, gcc-internal-format, gfc-internal-format
75547 msgid "Range specification at %L can never be matched"
75548 msgstr ""
75550 #: fortran/resolve.cc:9118
75551 #, gcc-internal-format, gfc-internal-format
75552 msgid "Logical SELECT CASE block at %L has more that two cases"
75553 msgstr ""
75555 #: fortran/resolve.cc:9180
75556 #, gcc-internal-format
75557 msgid "Associating entity %qs at %L is a procedure pointer"
75558 msgstr ""
75560 #: fortran/resolve.cc:9189
75561 #, gcc-internal-format
75562 msgid "Derived type %qs cannot be used as a variable at %L"
75563 msgstr ""
75565 #: fortran/resolve.cc:9206
75566 #, gcc-internal-format
75567 msgid "Associating entity %qs at %L is a procedure name"
75568 msgstr ""
75570 #: fortran/resolve.cc:9222
75571 #, gcc-internal-format, gfc-internal-format
75572 msgid "Associating selector-expression at %L yields a procedure"
75573 msgstr ""
75575 #: fortran/resolve.cc:9229
75576 #, gcc-internal-format, gfc-internal-format
75577 msgid "Selector at %L cannot be NULL()"
75578 msgstr ""
75580 #: fortran/resolve.cc:9234
75581 #, gcc-internal-format, gfc-internal-format
75582 msgid "Selector at %L has no type"
75583 msgstr ""
75585 #: fortran/resolve.cc:9257
75586 #, gcc-internal-format
75587 msgid "Associate-name %qs at %L is used as array"
75588 msgstr ""
75590 #: fortran/resolve.cc:9267
75591 #, gcc-internal-format, gfc-internal-format
75592 msgid "CLASS selector at %L needs a temporary which is not yet implemented"
75593 msgstr ""
75595 #: fortran/resolve.cc:9499
75596 #, gcc-internal-format, gfc-internal-format
75597 msgid "Selector shall be polymorphic in SELECT TYPE statement at %L"
75598 msgstr ""
75600 #: fortran/resolve.cc:9537 fortran/resolve.cc:9549
75601 #, gcc-internal-format, gfc-internal-format
75602 msgid "Selector at %L must not be coindexed"
75603 msgstr ""
75605 #: fortran/resolve.cc:9578
75606 #, gcc-internal-format, gfc-internal-format
75607 msgid "TYPE IS at %L overlaps with TYPE IS at %L"
75608 msgstr ""
75610 #: fortran/resolve.cc:9591
75611 #, gcc-internal-format
75612 msgid "Derived type %qs at %L must be extensible"
75613 msgstr ""
75615 #: fortran/resolve.cc:9604
75616 #, gcc-internal-format
75617 msgid "Derived type %qs at %L must be an extension of %qs"
75618 msgstr ""
75620 #: fortran/resolve.cc:9607
75621 #, gcc-internal-format
75622 msgid "Unexpected intrinsic type %qs at %L"
75623 msgstr ""
75625 #: fortran/resolve.cc:9617
75626 #, gcc-internal-format, gfc-internal-format
75627 msgid "The type-spec at %L shall specify that each length type parameter is assumed"
75628 msgstr ""
75630 #: fortran/resolve.cc:9864
75631 #, gcc-internal-format, gfc-internal-format
75632 msgid "Double CLASS IS block in SELECT TYPE statement at %L"
75633 msgstr ""
75635 #: fortran/resolve.cc:9998
75636 #, gcc-internal-format, gfc-internal-format
75637 msgid "RANK DEFAULT at %L is repeated at %L"
75638 msgstr ""
75640 #: fortran/resolve.cc:10007
75641 #, gcc-internal-format, gfc-internal-format
75642 msgid "RANK (*) at %L is repeated at %L"
75643 msgstr ""
75645 #: fortran/resolve.cc:10010
75646 #, gcc-internal-format, gfc-internal-format
75647 msgid "RANK (%i) at %L is repeated at %L"
75648 msgstr ""
75650 #: fortran/resolve.cc:10020
75651 #, gcc-internal-format, gfc-internal-format
75652 msgid "RANK (*) at %L cannot be used with the pointer or allocatable selector at %L"
75653 msgstr ""
75655 #: fortran/resolve.cc:10129
75656 #, gcc-internal-format, gfc-internal-format
75657 msgid "Invalid context for NULL () intrinsic at %L"
75658 msgstr ""
75660 #: fortran/resolve.cc:10183
75661 #, gcc-internal-format, gfc-internal-format
75662 msgid "DTIO %s procedure at %L must be recursive"
75663 msgstr ""
75665 #: fortran/resolve.cc:10193
75666 #, gcc-internal-format, gfc-internal-format
75667 msgid "Data transfer element at %L cannot be polymorphic unless it is processed by a defined input/output procedure"
75668 msgstr ""
75670 #: fortran/resolve.cc:10206
75671 #, gcc-internal-format, gfc-internal-format
75672 msgid "Data transfer element at %L cannot have POINTER components unless it is processed by a defined input/output procedure"
75673 msgstr ""
75675 #: fortran/resolve.cc:10215
75676 #, gcc-internal-format, gfc-internal-format
75677 msgid "Data transfer element at %L cannot have procedure pointer components"
75678 msgstr ""
75680 #: fortran/resolve.cc:10222
75681 #, gcc-internal-format, gfc-internal-format
75682 msgid "Data transfer element at %L cannot have ALLOCATABLE components unless it is processed by a defined input/output procedure"
75683 msgstr ""
75685 #: fortran/resolve.cc:10233
75686 #, gcc-internal-format, gfc-internal-format
75687 msgid "Data transfer element at %L cannot have PRIVATE components"
75688 msgstr ""
75690 #: fortran/resolve.cc:10239
75691 #, gcc-internal-format, gfc-internal-format
75692 msgid "Data transfer element at %L cannot have PRIVATE components unless it is processed by a defined input/output procedure"
75693 msgstr ""
75695 #: fortran/resolve.cc:10257
75696 #, gcc-internal-format, gfc-internal-format
75697 msgid "Data transfer element at %L cannot be a full reference to an assumed-size array"
75698 msgstr ""
75700 #: fortran/resolve.cc:10314
75701 #, gcc-internal-format, gfc-internal-format
75702 msgid "Lock variable at %L must be a scalar of type LOCK_TYPE"
75703 msgstr ""
75705 #: fortran/resolve.cc:10324
75706 #, gcc-internal-format, gfc-internal-format
75707 msgid "Event variable at %L must be a scalar of type EVENT_TYPE"
75708 msgstr ""
75710 #: fortran/resolve.cc:10328
75711 #, gcc-internal-format, gfc-internal-format
75712 msgid "Event variable argument at %L must be a coarray or coindexed"
75713 msgstr ""
75715 #: fortran/resolve.cc:10331
75716 #, gcc-internal-format, gfc-internal-format
75717 msgid "Event variable argument at %L must be a coarray but not coindexed"
75718 msgstr ""
75720 #: fortran/resolve.cc:10338 fortran/resolve.cc:10460
75721 #, gcc-internal-format, gfc-internal-format
75722 msgid "STAT= argument at %L must be a scalar INTEGER variable"
75723 msgstr ""
75725 #: fortran/resolve.cc:10350 fortran/resolve.cc:10472
75726 #, gcc-internal-format, gfc-internal-format
75727 msgid "ERRMSG= argument at %L must be a scalar CHARACTER variable"
75728 msgstr ""
75730 #: fortran/resolve.cc:10362
75731 #, gcc-internal-format, gfc-internal-format
75732 msgid "ACQUIRED_LOCK= argument at %L must be a scalar LOGICAL variable"
75733 msgstr ""
75735 #: fortran/resolve.cc:10375
75736 #, gcc-internal-format, gfc-internal-format
75737 msgid "UNTIL_COUNT= argument at %L must be a scalar INTEGER expression"
75738 msgstr ""
75740 #: fortran/resolve.cc:10436
75741 #, gcc-internal-format, gfc-internal-format
75742 msgid "Imageset argument at %L must be a scalar or rank-1 INTEGER expression"
75743 msgstr ""
75745 #: fortran/resolve.cc:10440 fortran/resolve.cc:10450
75746 #, gcc-internal-format, gfc-internal-format
75747 msgid "Imageset argument at %L must between 1 and num_images()"
75748 msgstr ""
75750 #: fortran/resolve.cc:10503
75751 #, gcc-internal-format, gfc-internal-format
75752 msgid "Statement at %L is not a valid branch target statement for the branch statement at %L"
75753 msgstr ""
75755 #: fortran/resolve.cc:10513
75756 #, gcc-internal-format, gfc-internal-format
75757 msgid "Branch at %L may result in an infinite loop"
75758 msgstr ""
75760 #. Note: A label at END CRITICAL does not leave the CRITICAL
75761 #. construct as END CRITICAL is still part of it.
75762 #: fortran/resolve.cc:10530 fortran/resolve.cc:10553
75763 #, gcc-internal-format, gfc-internal-format
75764 msgid "GOTO statement at %L leaves CRITICAL construct for label at %L"
75765 msgstr ""
75767 #: fortran/resolve.cc:10534 fortran/resolve.cc:10559
75768 #, gcc-internal-format, gfc-internal-format
75769 msgid "GOTO statement at %L leaves DO CONCURRENT construct for label at %L"
75770 msgstr ""
75772 #. The label is not in an enclosing block, so illegal.  This was
75773 #. allowed in Fortran 66, so we allow it as extension.  No
75774 #. further checks are necessary in this case.
75775 #: fortran/resolve.cc:10574
75776 #, gcc-internal-format, gfc-internal-format
75777 msgid "Label at %L is not in the same block as the GOTO statement at %L"
75778 msgstr ""
75780 #: fortran/resolve.cc:10646
75781 #, gcc-internal-format, gfc-internal-format
75782 msgid "WHERE mask at %L has inconsistent shape"
75783 msgstr ""
75785 #: fortran/resolve.cc:10662
75786 #, gcc-internal-format, gfc-internal-format
75787 msgid "WHERE assignment target at %L has inconsistent shape"
75788 msgstr ""
75790 #: fortran/resolve.cc:10675 fortran/resolve.cc:10767
75791 #, gcc-internal-format, gfc-internal-format
75792 msgid "Non-ELEMENTAL user-defined assignment in WHERE at %L"
75793 msgstr ""
75795 #: fortran/resolve.cc:10685 fortran/resolve.cc:10777
75796 #, gcc-internal-format, gfc-internal-format
75797 msgid "Unsupported statement inside WHERE at %L"
75798 msgstr ""
75800 #: fortran/resolve.cc:10716
75801 #, gcc-internal-format, gfc-internal-format
75802 msgid "Assignment to a FORALL index variable at %L"
75803 msgstr ""
75805 #: fortran/resolve.cc:10725
75806 #, gcc-internal-format
75807 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"
75808 msgstr ""
75810 #: fortran/resolve.cc:10882
75811 #, gcc-internal-format, gfc-internal-format
75812 msgid "FORALL construct at %L"
75813 msgstr ""
75815 #: fortran/resolve.cc:10903
75816 #, gcc-internal-format, gfc-internal-format
75817 msgid "FORALL index-name at %L must be a scalar variable of type integer"
75818 msgstr ""
75820 #: fortran/resolve.cc:10913
75821 #, gcc-internal-format, gfc-internal-format
75822 msgid "An outer FORALL construct already has an index with this name %L"
75823 msgstr ""
75825 #: fortran/resolve.cc:10990
75826 #, gcc-internal-format, gfc-internal-format
75827 msgid "WHERE/ELSEWHERE clause at %L requires a LOGICAL array"
75828 msgstr ""
75830 #: fortran/resolve.cc:11106
75831 #, gcc-internal-format
75832 msgid "gfc_resolve_blocks(): Bad block type"
75833 msgstr ""
75835 #: fortran/resolve.cc:11219
75836 #, gcc-internal-format, gfc-internal-format
75837 msgid "CHARACTER expression will be truncated in assignment (%ld/%ld) at %L"
75838 msgstr ""
75840 #: fortran/resolve.cc:11251
75841 #, gcc-internal-format, gfc-internal-format
75842 msgid "Coindexed expression at %L is assigned to a derived type variable with a POINTER component in a PURE procedure"
75843 msgstr ""
75845 #. F2008, C1283 (4).
75846 #: fortran/resolve.cc:11257
75847 #, gcc-internal-format, gfc-internal-format
75848 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."
75849 msgstr ""
75851 #: fortran/resolve.cc:11269
75852 #, gcc-internal-format, gfc-internal-format
75853 msgid "Assignment to coindexed variable at %L in a PURE procedure"
75854 msgstr ""
75856 #: fortran/resolve.cc:11301
75857 #, gcc-internal-format, gfc-internal-format
75858 msgid "Assignment to polymorphic coarray at %L is not permitted"
75859 msgstr ""
75861 #: fortran/resolve.cc:11305
75862 #, gcc-internal-format, gfc-internal-format
75863 msgid "Assignment to an allocatable polymorphic variable at %L"
75864 msgstr ""
75866 #: fortran/resolve.cc:11310
75867 #, gcc-internal-format
75868 msgid "Assignment to an allocatable polymorphic variable at %L requires %<-frealloc-lhs%>"
75869 msgstr ""
75871 #: fortran/resolve.cc:11317
75872 #, gcc-internal-format
75873 msgid "Nonallocatable variable must not be polymorphic in intrinsic assignment at %L - check that there is a matching specific subroutine for %<=%> operator"
75874 msgstr ""
75876 #: fortran/resolve.cc:11328
75877 #, gcc-internal-format, gfc-internal-format
75878 msgid "Coindexed variable must not have an allocatable ultimate component in assignment at %L"
75879 msgstr ""
75881 #: fortran/resolve.cc:11751
75882 #, gcc-internal-format, gfc-internal-format
75883 msgid "TODO: type-bound defined assignment(s) at %L not done because multiple part array references would occur in intermediate expressions."
75884 msgstr ""
75886 #. Even if standard does not support this feature, continue to build
75887 #. the two statements to avoid upsetting frontend_passes.c.
75888 #: fortran/resolve.cc:12055
75889 #, gcc-internal-format, gfc-internal-format
75890 msgid "Pointer procedure assignment at %L"
75891 msgstr ""
75893 #: fortran/resolve.cc:12067
75894 #, gcc-internal-format, gfc-internal-format
75895 msgid "The function result on the lhs of the assignment at %L must have the pointer attribute."
75896 msgstr ""
75898 #: fortran/resolve.cc:12152
75899 #, gcc-internal-format
75900 msgid "TEAM argument to %qs at %L must be a scalar expression of type TEAM_TYPE"
75901 msgstr ""
75903 #: fortran/resolve.cc:12343
75904 #, gcc-internal-format, gfc-internal-format
75905 msgid "TEAM NUMBER argument to FORM TEAM at %L must be a scalar INTEGER"
75906 msgstr ""
75908 #: fortran/resolve.cc:12379
75909 #, gcc-internal-format, gfc-internal-format
75910 msgid "ASSIGNED GOTO statement at %L requires a scalar INTEGER variable"
75911 msgstr ""
75913 #: fortran/resolve.cc:12383
75914 #, gcc-internal-format
75915 msgid "Variable %qs has not been assigned a target label at %L"
75916 msgstr ""
75918 #: fortran/resolve.cc:12394
75919 #, gcc-internal-format, gfc-internal-format
75920 msgid "Alternate RETURN statement at %L requires a SCALAR-INTEGER return specifier"
75921 msgstr ""
75923 #: fortran/resolve.cc:12432
75924 #, gcc-internal-format, gfc-internal-format
75925 msgid "Expected intrinsic assignment in OMP WORKSHARE at %L"
75926 msgstr ""
75928 #: fortran/resolve.cc:12474
75929 #, gcc-internal-format, gfc-internal-format
75930 msgid "ASSIGN statement at %L requires a scalar default INTEGER variable"
75931 msgstr ""
75933 #: fortran/resolve.cc:12521
75934 #, gcc-internal-format, gfc-internal-format
75935 msgid "Invalid NULL at %L"
75936 msgstr ""
75938 #: fortran/resolve.cc:12525
75939 #, gcc-internal-format, gfc-internal-format
75940 msgid "Arithmetic IF statement at %L requires a scalar REAL or INTEGER expression"
75941 msgstr ""
75943 #: fortran/resolve.cc:12586
75944 #, gcc-internal-format
75945 msgid "gfc_resolve_code(): No expression on DO WHILE"
75946 msgstr ""
75948 #: fortran/resolve.cc:12591
75949 #, gcc-internal-format, gfc-internal-format
75950 msgid "Exit condition of DO WHILE loop at %L must be a scalar LOGICAL expression"
75951 msgstr ""
75953 #: fortran/resolve.cc:12675
75954 #, gcc-internal-format, gfc-internal-format
75955 msgid "FORALL mask clause at %L requires a scalar LOGICAL expression"
75956 msgstr ""
75958 #: fortran/resolve.cc:12777
75959 #, gcc-internal-format
75960 msgid "gfc_resolve_code(): Bad statement code"
75961 msgstr ""
75963 #: fortran/resolve.cc:12798
75964 #, gcc-internal-format
75965 msgid "Using parameter %qs declared at %L is deprecated"
75966 msgstr ""
75968 #: fortran/resolve.cc:12892
75969 #, gcc-internal-format
75970 msgid "Variable %qs with binding label %qs at %L uses the same global identifier as entity at %L"
75971 msgstr ""
75973 #. This can only happen if the variable is defined in a module - if it
75974 #. isn't the same module, reject it.
75975 #: fortran/resolve.cc:12906
75976 #, gcc-internal-format
75977 msgid "Variable %qs from module %qs with binding label %qs at %L uses the same global identifier as entity at %L from module %qs"
75978 msgstr ""
75980 #. Print an error if the procedure is defined multiple times; we have to
75981 #. exclude references to the same procedure via module association or
75982 #. multiple checks for the same procedure.
75983 #: fortran/resolve.cc:12925
75984 #, gcc-internal-format
75985 msgid "Procedure %qs with binding label %qs at %L uses the same global identifier as entity at %L"
75986 msgstr ""
75988 #: fortran/resolve.cc:13011
75989 #, gcc-internal-format, gfc-internal-format
75990 msgid "String length at %L is too large"
75991 msgstr ""
75993 #: fortran/resolve.cc:13249
75994 #, gcc-internal-format
75995 msgid "Allocatable array %qs at %L must have a deferred shape or assumed rank"
75996 msgstr ""
75998 #: fortran/resolve.cc:13253
75999 #, gcc-internal-format
76000 msgid "Scalar object %qs at %L may not be ALLOCATABLE"
76001 msgstr ""
76003 #: fortran/resolve.cc:13261
76004 #, gcc-internal-format
76005 msgid "Array pointer %qs at %L must have a deferred shape or assumed rank"
76006 msgstr ""
76008 #: fortran/resolve.cc:13272
76009 #, gcc-internal-format
76010 msgid "Array %qs at %L cannot have a deferred shape"
76011 msgstr ""
76013 #: fortran/resolve.cc:13289
76014 #, gcc-internal-format
76015 msgid "Type %qs of CLASS variable %qs at %L is not extensible"
76016 msgstr ""
76018 #: fortran/resolve.cc:13301
76019 #, gcc-internal-format
76020 msgid "CLASS variable %qs at %L must be dummy, allocatable or pointer"
76021 msgstr ""
76023 #: fortran/resolve.cc:13334
76024 #, gcc-internal-format
76025 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"
76026 msgstr ""
76028 #: fortran/resolve.cc:13356
76029 #, gcc-internal-format
76030 msgid "Implied SAVE for module variable %qs at %L, needed due to the default initialization"
76031 msgstr ""
76033 #: fortran/resolve.cc:13389
76034 #, gcc-internal-format
76035 msgid "Entity %qs at %L has a deferred type parameter and requires either the POINTER or ALLOCATABLE attribute"
76036 msgstr ""
76038 #. F08:C541. The shape of an array defined in a main program or module
76039 #. * needs to be constant.
76040 #: fortran/resolve.cc:13425
76041 #, gcc-internal-format
76042 msgid "The module or main program array %qs at %L must have constant shape"
76043 msgstr ""
76045 #: fortran/resolve.cc:13450
76046 #, gcc-internal-format, gfc-internal-format
76047 msgid "Entity with assumed character length at %L must be a dummy argument or a PARAMETER"
76048 msgstr ""
76050 #: fortran/resolve.cc:13471
76051 #, gcc-internal-format
76052 msgid "%qs at %L must have constant character length in this context"
76053 msgstr ""
76055 #: fortran/resolve.cc:13478
76056 #, gcc-internal-format
76057 msgid "COMMON variable %qs at %L must have constant character length"
76058 msgstr ""
76060 #: fortran/resolve.cc:13525
76061 #, gcc-internal-format
76062 msgid "Allocatable %qs at %L cannot have an initializer"
76063 msgstr ""
76065 #: fortran/resolve.cc:13528
76066 #, gcc-internal-format
76067 msgid "External %qs at %L cannot have an initializer"
76068 msgstr ""
76070 #: fortran/resolve.cc:13531
76071 #, gcc-internal-format
76072 msgid "Dummy %qs at %L cannot have an initializer"
76073 msgstr ""
76075 #: fortran/resolve.cc:13534
76076 #, gcc-internal-format
76077 msgid "Intrinsic %qs at %L cannot have an initializer"
76078 msgstr ""
76080 #: fortran/resolve.cc:13537
76081 #, gcc-internal-format
76082 msgid "Function result %qs at %L cannot have an initializer"
76083 msgstr ""
76085 #: fortran/resolve.cc:13540
76086 #, gcc-internal-format
76087 msgid "Automatic array %qs at %L cannot have an initializer"
76088 msgstr ""
76090 #: fortran/resolve.cc:13582
76091 #, gcc-internal-format, gfc-internal-format
76092 msgid "%s at %L"
76093 msgstr ""
76095 #: fortran/resolve.cc:13614
76096 #, gcc-internal-format
76097 msgid "Character-valued statement function %qs at %L must have constant length"
76098 msgstr ""
76100 #: fortran/resolve.cc:13637
76101 #, gcc-internal-format
76102 msgid "%qs is of a PRIVATE type and cannot be a dummy argument of %qs, which is PUBLIC at %L"
76103 msgstr ""
76105 #: fortran/resolve.cc:13659
76106 #, gcc-internal-format
76107 msgid "Procedure %qs in PUBLIC interface %qs at %L takes dummy arguments of %qs which is PRIVATE"
76108 msgstr ""
76110 #: fortran/resolve.cc:13677
76111 #, gcc-internal-format
76112 msgid "Function %qs at %L cannot have an initializer"
76113 msgstr ""
76115 #: fortran/resolve.cc:13689
76116 #, gcc-internal-format
76117 msgid "External object %qs at %L may not have an initializer"
76118 msgstr ""
76120 #: fortran/resolve.cc:13699
76121 #, gcc-internal-format
76122 msgid "ELEMENTAL function %qs at %L must have a scalar result"
76123 msgstr ""
76125 #: fortran/resolve.cc:13709
76126 #, gcc-internal-format
76127 msgid "Statement function %qs at %L may not have pointer or allocatable attribute"
76128 msgstr ""
76130 #: fortran/resolve.cc:13728
76131 #, gcc-internal-format
76132 msgid "CHARACTER(*) function %qs at %L cannot be array-valued"
76133 msgstr ""
76135 #: fortran/resolve.cc:13732
76136 #, gcc-internal-format
76137 msgid "CHARACTER(*) function %qs at %L cannot be pointer-valued"
76138 msgstr ""
76140 #: fortran/resolve.cc:13736
76141 #, gcc-internal-format
76142 msgid "CHARACTER(*) function %qs at %L cannot be pure"
76143 msgstr ""
76145 #: fortran/resolve.cc:13740
76146 #, gcc-internal-format
76147 msgid "CHARACTER(*) function %qs at %L cannot be recursive"
76148 msgstr ""
76150 #: fortran/resolve.cc:13753
76151 #, gcc-internal-format
76152 msgid "CHARACTER(*) function %qs at %L"
76153 msgstr ""
76155 #: fortran/resolve.cc:13764
76156 #, gcc-internal-format
76157 msgid "Procedure pointer %qs at %L shall not be elemental"
76158 msgstr ""
76160 #: fortran/resolve.cc:13770
76161 #, gcc-internal-format
76162 msgid "Dummy procedure %qs at %L shall not be elemental"
76163 msgstr ""
76165 #: fortran/resolve.cc:13790
76166 #, gcc-internal-format
76167 msgid "Function result variable %qs at %L of elemental function %qs shall not have an ALLOCATABLE or POINTER attribute"
76168 msgstr ""
76170 #: fortran/resolve.cc:13847
76171 #, gcc-internal-format
76172 msgid "PROCEDURE attribute conflicts with SAVE attribute in %qs at %L"
76173 msgstr ""
76175 #: fortran/resolve.cc:13853
76176 #, gcc-internal-format
76177 msgid "PROCEDURE attribute conflicts with INTENT attribute in %qs at %L"
76178 msgstr ""
76180 #: fortran/resolve.cc:13859
76181 #, gcc-internal-format
76182 msgid "PROCEDURE attribute conflicts with RESULT attribute in %qs at %L"
76183 msgstr ""
76185 #: fortran/resolve.cc:13867
76186 #, gcc-internal-format
76187 msgid "EXTERNAL attribute conflicts with FUNCTION attribute in %qs at %L"
76188 msgstr ""
76190 #: fortran/resolve.cc:13873
76191 #, gcc-internal-format
76192 msgid "Procedure pointer result %qs at %L is missing the pointer attribute"
76193 msgstr ""
76195 #: fortran/resolve.cc:13916
76196 #, gcc-internal-format, gfc-internal-format
76197 msgid "Mismatch in ELEMENTAL attribute between MODULE PROCEDURE at %L and its interface in %s"
76198 msgstr ""
76200 #: fortran/resolve.cc:13924
76201 #, gcc-internal-format, gfc-internal-format
76202 msgid "Mismatch in PURE attribute between MODULE PROCEDURE at %L and its interface in %s"
76203 msgstr ""
76205 #: fortran/resolve.cc:13932
76206 #, gcc-internal-format, gfc-internal-format
76207 msgid "Mismatch in RECURSIVE attribute between MODULE PROCEDURE at %L and its interface in %s"
76208 msgstr ""
76210 #: fortran/resolve.cc:13941
76211 #, gcc-internal-format
76212 msgid "%s between the MODULE PROCEDURE declaration in MODULE %qs and the declaration at %L in (SUB)MODULE %qs"
76213 msgstr ""
76215 #: fortran/resolve.cc:13965
76216 #, gcc-internal-format
76217 msgid "Interface of %qs at %L must be explicit"
76218 msgstr ""
76220 #: fortran/resolve.cc:14035
76221 #, gcc-internal-format
76222 msgid "FINAL procedure %qs at %L is not a SUBROUTINE"
76223 msgstr ""
76225 #: fortran/resolve.cc:14044
76226 #, gcc-internal-format, gfc-internal-format
76227 msgid "FINAL procedure at %L must have exactly one argument"
76228 msgstr ""
76230 #: fortran/resolve.cc:14052 fortran/resolve.cc:14069
76231 #, gcc-internal-format
76232 msgid "Argument of FINAL procedure at %L must be of type %qs"
76233 msgstr ""
76235 #: fortran/resolve.cc:14060
76236 #, gcc-internal-format, gfc-internal-format
76237 msgid "FINAL procedure at %L with assumed rank argument must be the only finalizer with the same kind/type (F2018: C790)"
76238 msgstr ""
76240 #: fortran/resolve.cc:14077
76241 #, gcc-internal-format, gfc-internal-format
76242 msgid "Argument of FINAL procedure at %L must not be a POINTER"
76243 msgstr ""
76245 #: fortran/resolve.cc:14083
76246 #, gcc-internal-format, gfc-internal-format
76247 msgid "Argument of FINAL procedure at %L must not be ALLOCATABLE"
76248 msgstr ""
76250 #: fortran/resolve.cc:14089
76251 #, gcc-internal-format, gfc-internal-format
76252 msgid "Argument of FINAL procedure at %L must not be OPTIONAL"
76253 msgstr ""
76255 #: fortran/resolve.cc:14097
76256 #, gcc-internal-format, gfc-internal-format
76257 msgid "Argument of FINAL procedure at %L must not be INTENT(OUT)"
76258 msgstr ""
76260 #: fortran/resolve.cc:14106
76261 #, gcc-internal-format, gfc-internal-format
76262 msgid "Non-scalar FINAL procedure at %L should have assumed shape argument"
76263 msgstr ""
76265 #: fortran/resolve.cc:14128
76266 #, gcc-internal-format
76267 msgid "FINAL procedure %qs declared at %L has the same rank (%d) as %qs"
76268 msgstr ""
76270 #: fortran/resolve.cc:14165
76271 #, gcc-internal-format
76272 msgid "Only array FINAL procedures declared for derived type %qs defined at %L, suggest also scalar one unless an assumed rank finalizer has been declared"
76273 msgstr ""
76275 #: fortran/resolve.cc:14206
76276 #, gcc-internal-format
76277 msgid "%qs and %qs cannot be mixed FUNCTION/SUBROUTINE for GENERIC %qs at %L"
76278 msgstr ""
76280 #: fortran/resolve.cc:14242
76281 #, gcc-internal-format
76282 msgid "%qs and %qs for GENERIC %qs at %L are ambiguous"
76283 msgstr ""
76285 #: fortran/resolve.cc:14301
76286 #, gcc-internal-format
76287 msgid "Undefined specific binding %qs as target of GENERIC %qs at %L"
76288 msgstr ""
76290 #: fortran/resolve.cc:14313
76291 #, gcc-internal-format
76292 msgid "GENERIC %qs at %L must target a specific binding, %qs is GENERIC, too"
76293 msgstr ""
76295 #: fortran/resolve.cc:14341
76296 #, gcc-internal-format
76297 msgid "GENERIC %qs at %L cannot overwrite specific binding with the same name"
76298 msgstr ""
76300 #: fortran/resolve.cc:14397
76301 #, gcc-internal-format, gfc-internal-format
76302 msgid "Type-bound operator at %L cannot be NOPASS"
76303 msgstr ""
76305 #: fortran/resolve.cc:14609
76306 #, gcc-internal-format
76307 msgid "%qs must be a module procedure or an external procedure with an explicit interface at %L"
76308 msgstr ""
76310 #: fortran/resolve.cc:14652
76311 #, gcc-internal-format
76312 msgid "Procedure %qs with PASS(%s) at %L has no argument %qs"
76313 msgstr ""
76315 #: fortran/resolve.cc:14666
76316 #, gcc-internal-format
76317 msgid "Procedure %qs with PASS at %L must have at least one argument"
76318 msgstr ""
76320 #: fortran/resolve.cc:14680 fortran/resolve.cc:15168
76321 #, gcc-internal-format
76322 msgid "Non-polymorphic passed-object dummy argument of %qs at %L"
76323 msgstr ""
76325 #: fortran/resolve.cc:14688
76326 #, gcc-internal-format
76327 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived-type %qs"
76328 msgstr ""
76330 #: fortran/resolve.cc:14697
76331 #, gcc-internal-format
76332 msgid "Passed-object dummy argument of %qs at %L must be scalar"
76333 msgstr ""
76335 #: fortran/resolve.cc:14703
76336 #, gcc-internal-format
76337 msgid "Passed-object dummy argument of %qs at %L must not be ALLOCATABLE"
76338 msgstr ""
76340 #: fortran/resolve.cc:14709
76341 #, gcc-internal-format
76342 msgid "Passed-object dummy argument of %qs at %L must not be POINTER"
76343 msgstr ""
76345 #: fortran/resolve.cc:14738
76346 #, gcc-internal-format
76347 msgid "Procedure %qs at %L has the same name as a component of %qs"
76348 msgstr ""
76350 #: fortran/resolve.cc:14748
76351 #, gcc-internal-format
76352 msgid "Procedure %qs at %L has the same name as an inherited component of %qs"
76353 msgstr ""
76355 #: fortran/resolve.cc:14843
76356 #, gcc-internal-format
76357 msgid "Derived-type %qs declared at %L must be ABSTRACT because %qs is DEFERRED and not overridden"
76358 msgstr ""
76360 #: fortran/resolve.cc:14948
76361 #, gcc-internal-format
76362 msgid "Coarray component %qs at %L must be allocatable with deferred shape"
76363 msgstr ""
76365 #: fortran/resolve.cc:14957
76366 #, gcc-internal-format
76367 msgid "Component %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
76368 msgstr ""
76370 #: fortran/resolve.cc:14967
76371 #, gcc-internal-format
76372 msgid "Component %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar"
76373 msgstr ""
76375 #: fortran/resolve.cc:14992
76376 #, gcc-internal-format
76377 msgid "Component %qs at %L has the CONTIGUOUS attribute but is not an array pointer"
76378 msgstr ""
76380 #: fortran/resolve.cc:15003
76381 #, gcc-internal-format
76382 msgid "Component %qs of BIND(C) type at %L must have length one"
76383 msgstr ""
76385 #: fortran/resolve.cc:15101
76386 #, gcc-internal-format
76387 msgid "Procedure pointer component %qs with PASS(%s) at %L has no argument %qs"
76388 msgstr ""
76390 #: fortran/resolve.cc:15115
76391 #, gcc-internal-format
76392 msgid "Procedure pointer component %qs with PASS at %L must have at least one argument"
76393 msgstr ""
76395 #: fortran/resolve.cc:15131
76396 #, gcc-internal-format
76397 msgid "Argument %qs of %qs with PASS(%s) at %L must be of the derived type %qs"
76398 msgstr ""
76400 #: fortran/resolve.cc:15141
76401 #, gcc-internal-format
76402 msgid "Argument %qs of %qs with PASS(%s) at %L must be scalar"
76403 msgstr ""
76405 #: fortran/resolve.cc:15150
76406 #, gcc-internal-format
76407 msgid "Argument %qs of %qs with PASS(%s) at %L may not have the POINTER attribute"
76408 msgstr ""
76410 #: fortran/resolve.cc:15159
76411 #, gcc-internal-format
76412 msgid "Argument %qs of %qs with PASS(%s) at %L may not be ALLOCATABLE"
76413 msgstr ""
76415 #: fortran/resolve.cc:15201
76416 #, gcc-internal-format
76417 msgid "Component %qs of %qs at %L has the same name as an inherited type-bound procedure"
76418 msgstr ""
76420 #: fortran/resolve.cc:15214
76421 #, gcc-internal-format
76422 msgid "Character length of component %qs needs to be a constant specification expression at %L"
76423 msgstr ""
76425 #: fortran/resolve.cc:15225
76426 #, gcc-internal-format
76427 msgid "Character length expression of component %qs at %L must be of INTEGER type, found %s"
76428 msgstr ""
76430 #: fortran/resolve.cc:15238
76431 #, gcc-internal-format
76432 msgid "Character component %qs of %qs at %L with deferred length must be a POINTER or ALLOCATABLE"
76433 msgstr ""
76435 #: fortran/resolve.cc:15271
76436 #, gcc-internal-format
76437 msgid "the component %qs is a PRIVATE type and cannot be a component of %qs, which is PUBLIC at %L"
76438 msgstr ""
76440 #: fortran/resolve.cc:15279
76441 #, gcc-internal-format, gfc-internal-format
76442 msgid "Polymorphic component %s at %L in SEQUENCE or BIND(C) type %s"
76443 msgstr ""
76445 #: fortran/resolve.cc:15288
76446 #, gcc-internal-format, gfc-internal-format
76447 msgid "Component %s of SEQUENCE type declared at %L does not have the SEQUENCE attribute"
76448 msgstr ""
76450 #: fortran/resolve.cc:15374
76451 #, gcc-internal-format, gfc-internal-format
76452 msgid "Conflicting initializers in union at %L and %L"
76453 msgstr ""
76455 #: fortran/resolve.cc:15419
76456 #, gcc-internal-format
76457 msgid "As extending type %qs at %L has a coarray component, parent type %qs shall also have one"
76458 msgstr ""
76460 #: fortran/resolve.cc:15432
76461 #, gcc-internal-format
76462 msgid "Non-extensible derived-type %qs at %L must not be ABSTRACT"
76463 msgstr ""
76465 #: fortran/resolve.cc:15496
76466 #, gcc-internal-format
76467 msgid "Parameterized type %qs does not have a component corresponding to parameter %qs at %L"
76468 msgstr ""
76470 #: fortran/resolve.cc:15529
76471 #, gcc-internal-format
76472 msgid "Generic name %qs of function %qs at %L being the same name as derived type at %L"
76473 msgstr ""
76475 #: fortran/resolve.cc:15543
76476 #, gcc-internal-format
76477 msgid "Derived type %qs at %L has not been declared"
76478 msgstr ""
76480 #: fortran/resolve.cc:15611
76481 #, gcc-internal-format
76482 msgid "Assumed size array %qs in namelist %qs at %L is not allowed"
76483 msgstr ""
76485 #: fortran/resolve.cc:15617
76486 #, gcc-internal-format
76487 msgid "NAMELIST array object %qs with assumed shape in namelist %qs at %L"
76488 msgstr ""
76490 #: fortran/resolve.cc:15623
76491 #, gcc-internal-format
76492 msgid "NAMELIST array object %qs with nonconstant shape in namelist %qs at %L"
76493 msgstr ""
76495 #: fortran/resolve.cc:15631
76496 #, gcc-internal-format
76497 msgid "NAMELIST object %qs with nonconstant character length in namelist %qs at %L"
76498 msgstr ""
76500 #: fortran/resolve.cc:15648
76501 #, gcc-internal-format
76502 msgid "NAMELIST object %qs was declared PRIVATE and cannot be member of PUBLIC namelist %qs at %L"
76503 msgstr ""
76505 #: fortran/resolve.cc:15670
76506 #, gcc-internal-format
76507 msgid "NAMELIST object %qs has use-associated PRIVATE components and cannot be member of namelist %qs at %L"
76508 msgstr ""
76510 #: fortran/resolve.cc:15681
76511 #, gcc-internal-format
76512 msgid "NAMELIST object %qs has PRIVATE components and cannot be a member of PUBLIC namelist %qs at %L"
76513 msgstr ""
76515 #: fortran/resolve.cc:15708
76516 #, gcc-internal-format
76517 msgid "PROCEDURE attribute conflicts with NAMELIST attribute in %qs at %L"
76518 msgstr ""
76520 #: fortran/resolve.cc:15727
76521 #, gcc-internal-format
76522 msgid "Parameter array %qs at %L cannot be automatic or of deferred shape"
76523 msgstr ""
76525 #: fortran/resolve.cc:15743
76526 #, gcc-internal-format
76527 msgid "Implicitly typed PARAMETER %qs at %L doesn't match a later IMPLICIT type"
76528 msgstr ""
76530 #: fortran/resolve.cc:15754
76531 #, gcc-internal-format, gfc-internal-format
76532 msgid "Incompatible derived type in PARAMETER at %L"
76533 msgstr ""
76535 #: fortran/resolve.cc:15762
76536 #, gcc-internal-format
76537 msgid "CLASS variable %qs at %L cannot have the PARAMETER attribute"
76538 msgstr ""
76540 #: fortran/resolve.cc:15813
76541 #, gcc-internal-format
76542 msgid "The object %qs at %L has a deferred LEN parameter %qs and is neither allocatable nor a pointer"
76543 msgstr ""
76545 #: fortran/resolve.cc:15824
76546 #, gcc-internal-format
76547 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)"
76548 msgstr ""
76550 #: fortran/resolve.cc:15831
76551 #, gcc-internal-format
76552 msgid "The object %qs at %L with ASSUMED type parameters must be a dummy or a SELECT TYPE selector(F08/4.2)"
76553 msgstr ""
76555 #: fortran/resolve.cc:15871
76556 #, gcc-internal-format, gfc-internal-format
76557 msgid "Sorry, allocatable/pointer components in polymorphic (CLASS) type coarrays at %L are unsupported"
76558 msgstr ""
76560 #: fortran/resolve.cc:15884
76561 #, gcc-internal-format
76562 msgid "%<omp_all_memory%>, declared at %L, may only be used in the OpenMP DEPEND clause"
76563 msgstr ""
76565 #: fortran/resolve.cc:15942
76566 #, gcc-internal-format, gfc-internal-format
76567 msgid "PROTECTED attribute conflicts with EXTERNAL attribute at %L"
76568 msgstr ""
76570 #: fortran/resolve.cc:15945
76571 #, gcc-internal-format, gfc-internal-format
76572 msgid "PROCEDURE attribute conflicts with PROTECTED attribute at %L"
76573 msgstr ""
76575 #: fortran/resolve.cc:16045
76576 #, gcc-internal-format
76577 msgid "%qs at %L has the CONTIGUOUS attribute but is not an array pointer or an assumed-shape or assumed-rank array"
76578 msgstr ""
76580 #: fortran/resolve.cc:16066
76581 #, gcc-internal-format, gfc-internal-format
76582 msgid "Bad specification for assumed size array at %L"
76583 msgstr ""
76585 #: fortran/resolve.cc:16079
76586 #, gcc-internal-format, gfc-internal-format
76587 msgid "Assumed size array at %L must be a dummy argument"
76588 msgstr ""
76590 #: fortran/resolve.cc:16082
76591 #, gcc-internal-format, gfc-internal-format
76592 msgid "Assumed shape array at %L must be a dummy argument"
76593 msgstr ""
76595 #: fortran/resolve.cc:16092
76596 #, gcc-internal-format, gfc-internal-format
76597 msgid "Assumed-rank array at %L must be a dummy argument"
76598 msgstr ""
76600 #: fortran/resolve.cc:16099
76601 #, gcc-internal-format, gfc-internal-format
76602 msgid "Assumed-rank array at %L may not have the VALUE or CODIMENSION attribute"
76603 msgstr ""
76605 #: fortran/resolve.cc:16112
76606 #, gcc-internal-format, gfc-internal-format
76607 msgid "Symbol at %L is not a DUMMY variable"
76608 msgstr ""
76610 #: fortran/resolve.cc:16118
76611 #, gcc-internal-format
76612 msgid "%qs at %L cannot have the VALUE attribute because it is not a dummy argument"
76613 msgstr ""
76615 #: fortran/resolve.cc:16128
76616 #, gcc-internal-format
76617 msgid "Character dummy variable %qs at %L with VALUE attribute must have constant length"
76618 msgstr ""
76620 #: fortran/resolve.cc:16137
76621 #, gcc-internal-format
76622 msgid "C interoperable character dummy variable %qs at %L with VALUE attribute must have length one"
76623 msgstr ""
76625 #: fortran/resolve.cc:16150 fortran/resolve.cc:16327
76626 #, gcc-internal-format
76627 msgid "The derived type %qs at %L is of type %qs, which has not been defined"
76628 msgstr ""
76630 #: fortran/resolve.cc:16164
76631 #, gcc-internal-format, gfc-internal-format
76632 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be a dummy argument"
76633 msgstr ""
76635 #: fortran/resolve.cc:16173
76636 #, gcc-internal-format, gfc-internal-format
76637 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall be of type TYPE(*) or of an numeric intrinsic type"
76638 msgstr ""
76640 #: fortran/resolve.cc:16182
76641 #, gcc-internal-format, gfc-internal-format
76642 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
76643 msgstr ""
76645 #: fortran/resolve.cc:16190
76646 #, gcc-internal-format, gfc-internal-format
76647 msgid "Variable %s at %L with NO_ARG_CHECK attribute may not have the INTENT(OUT) attribute"
76648 msgstr ""
76650 #: fortran/resolve.cc:16197
76651 #, gcc-internal-format, gfc-internal-format
76652 msgid "Variable %s at %L with NO_ARG_CHECK attribute shall either be a scalar or an assumed-size array"
76653 msgstr ""
76655 #: fortran/resolve.cc:16217
76656 #, gcc-internal-format, gfc-internal-format
76657 msgid "Assumed type of variable %s at %L is only permitted for dummy variables"
76658 msgstr ""
76660 #: fortran/resolve.cc:16224
76661 #, gcc-internal-format, gfc-internal-format
76662 msgid "Assumed-type variable %s at %L may not have the ALLOCATABLE, CODIMENSION, POINTER or VALUE attribute"
76663 msgstr ""
76665 #: fortran/resolve.cc:16231
76666 #, gcc-internal-format, gfc-internal-format
76667 msgid "Assumed-type variable %s at %L may not have the INTENT(OUT) attribute"
76668 msgstr ""
76670 #: fortran/resolve.cc:16238
76671 #, gcc-internal-format, gfc-internal-format
76672 msgid "Assumed-type variable %s at %L shall not be an explicit-shape array"
76673 msgstr ""
76675 #: fortran/resolve.cc:16264
76676 #, gcc-internal-format
76677 msgid "Variable %qs at %L cannot be BIND(C) because it is neither a COMMON block nor declared at the module level scope"
76678 msgstr ""
76680 #: fortran/resolve.cc:16274
76681 #, gcc-internal-format
76682 msgid "BIND(C) Variable %qs at %L must have length one"
76683 msgstr ""
76685 #: fortran/resolve.cc:16353
76686 #, gcc-internal-format
76687 msgid "PUBLIC %s %qs at %L of PRIVATE derived type %qs"
76688 msgstr ""
76690 #: fortran/resolve.cc:16368
76691 #, gcc-internal-format, gfc-internal-format
76692 msgid "Variable %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must be a coarray"
76693 msgstr ""
76695 #: fortran/resolve.cc:16381
76696 #, gcc-internal-format, gfc-internal-format
76697 msgid "Variable %s at %L of type EVENT_TYPE or with subcomponent of type EVENT_TYPE must be a coarray"
76698 msgstr ""
76700 #: fortran/resolve.cc:16399
76701 #, gcc-internal-format
76702 msgid "The INTENT(OUT) dummy argument %qs at %L is ASSUMED SIZE and so cannot have a default initializer"
76703 msgstr ""
76705 #: fortran/resolve.cc:16411
76706 #, gcc-internal-format
76707 msgid "Dummy argument %qs at %L of LOCK_TYPE shall not be INTENT(OUT)"
76708 msgstr ""
76710 #: fortran/resolve.cc:16420
76711 #, gcc-internal-format
76712 msgid "Dummy argument %qs at %L of EVENT_TYPE shall not be INTENT(OUT)"
76713 msgstr ""
76715 #: fortran/resolve.cc:16433
76716 #, gcc-internal-format
76717 msgid "Function result %qs at %L shall not be a coarray or have a coarray component"
76718 msgstr ""
76720 #: fortran/resolve.cc:16442
76721 #, gcc-internal-format
76722 msgid "Variable %qs at %L of TYPE(C_PTR) or TYPE(C_FUNPTR) shall not be a coarray"
76723 msgstr ""
76725 #: fortran/resolve.cc:16455
76726 #, gcc-internal-format
76727 msgid "Variable %qs at %L with coarray component shall be a nonpointer, nonallocatable scalar, which is not a coarray"
76728 msgstr ""
76730 #: fortran/resolve.cc:16471
76731 #, gcc-internal-format
76732 msgid "Variable %qs at %L is a coarray and is not ALLOCATABLE, SAVE nor a dummy argument"
76733 msgstr ""
76735 #: fortran/resolve.cc:16479
76736 #, gcc-internal-format
76737 msgid "Coarray variable %qs at %L shall not have codimensions with deferred shape"
76738 msgstr ""
76740 #: fortran/resolve.cc:16486
76741 #, gcc-internal-format
76742 msgid "Allocatable coarray variable %qs at %L must have deferred shape"
76743 msgstr ""
76745 #: fortran/resolve.cc:16499
76746 #, gcc-internal-format
76747 msgid "Variable %qs at %L is INTENT(OUT) and can thus not be an allocatable coarray or have coarray components"
76748 msgstr ""
76750 #: fortran/resolve.cc:16508
76751 #, gcc-internal-format
76752 msgid "Coarray dummy variable %qs at %L not allowed in BIND(C) procedure %qs"
76753 msgstr ""
76755 #: fortran/resolve.cc:16524
76756 #, gcc-internal-format
76757 msgid "LOGICAL dummy argument %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
76758 msgstr ""
76760 #: fortran/resolve.cc:16530
76761 #, gcc-internal-format
76762 msgid "LOGICAL result variable %qs at %L with non-C_Bool kind in BIND(C) procedure %qs"
76763 msgstr ""
76765 #: fortran/resolve.cc:16555
76766 #, gcc-internal-format
76767 msgid "Namelist %qs cannot be an argument to subroutine or function at %L"
76768 msgstr ""
76770 #: fortran/resolve.cc:16626
76771 #, gcc-internal-format, gfc-internal-format
76772 msgid "Threadprivate at %L isn't SAVEd"
76773 msgstr ""
76775 #: fortran/resolve.cc:16638
76776 #, gcc-internal-format
76777 msgid "!$OMP DECLARE TARGET variable %qs at %L isn't SAVEd"
76778 msgstr ""
76780 #: fortran/resolve.cc:16754
76781 #, gcc-internal-format, gfc-internal-format
76782 msgid "Expecting definable entity near %L"
76783 msgstr ""
76785 #: fortran/resolve.cc:16762
76786 #, gcc-internal-format
76787 msgid "BLOCK DATA element %qs at %L must be in COMMON"
76788 msgstr ""
76790 #: fortran/resolve.cc:16769
76791 #, gcc-internal-format
76792 msgid "DATA array %qs at %L must be specified in a previous declaration"
76793 msgstr ""
76795 #: fortran/resolve.cc:16776
76796 #, gcc-internal-format
76797 msgid "DATA element %qs at %L cannot have a coindex"
76798 msgstr ""
76800 #: fortran/resolve.cc:16792
76801 #, gcc-internal-format
76802 msgid "DATA element %qs at %L is a pointer and so must be a full array"
76803 msgstr ""
76805 #: fortran/resolve.cc:16799
76806 #, gcc-internal-format, gfc-internal-format
76807 msgid "DATA object near %L has the pointer attribute and the corresponding DATA value is not a valid initial-data-target"
76808 msgstr ""
76810 #: fortran/resolve.cc:16808
76811 #, gcc-internal-format
76812 msgid "DATA element %qs at %L cannot have the ALLOCATABLE attribute"
76813 msgstr ""
76815 #: fortran/resolve.cc:16854
76816 #, gcc-internal-format, gfc-internal-format
76817 msgid "Nonconstant array section at %L in DATA statement"
76818 msgstr ""
76820 #: fortran/resolve.cc:16867
76821 #, gcc-internal-format, gfc-internal-format
76822 msgid "DATA statement at %L has more variables than values"
76823 msgstr ""
76825 #: fortran/resolve.cc:16966
76826 #, gcc-internal-format, gfc-internal-format
76827 msgid "start of implied-do loop at %L could not be simplified to a constant value"
76828 msgstr ""
76830 #: fortran/resolve.cc:16974
76831 #, gcc-internal-format, gfc-internal-format
76832 msgid "end of implied-do loop at %L could not be simplified to a constant value"
76833 msgstr ""
76835 #: fortran/resolve.cc:16982
76836 #, gcc-internal-format, gfc-internal-format
76837 msgid "step of implied-do loop at %L could not be simplified to a constant value"
76838 msgstr ""
76840 #: fortran/resolve.cc:16989
76841 #, gcc-internal-format, gfc-internal-format
76842 msgid "step of implied-do loop at %L shall not be zero"
76843 msgstr ""
76845 #: fortran/resolve.cc:17114
76846 #, gcc-internal-format, gfc-internal-format
76847 msgid "DATA statement at %L has more values than variables"
76848 msgstr ""
76850 #: fortran/resolve.cc:17280
76851 #, gcc-internal-format, gfc-internal-format
76852 msgid "Label %d at %L defined but not used"
76853 msgstr ""
76855 #: fortran/resolve.cc:17286
76856 #, gcc-internal-format, gfc-internal-format
76857 msgid "Label %d at %L defined but cannot be used"
76858 msgstr ""
76860 #: fortran/resolve.cc:17370
76861 #, gcc-internal-format
76862 msgid "Derived type variable %qs at %L must have SEQUENCE attribute to be an EQUIVALENCE object"
76863 msgstr ""
76865 #: fortran/resolve.cc:17379
76866 #, gcc-internal-format
76867 msgid "Derived type variable %qs at %L cannot have ALLOCATABLE components to be an EQUIVALENCE object"
76868 msgstr ""
76870 #: fortran/resolve.cc:17387
76871 #, gcc-internal-format
76872 msgid "Derived type variable %qs at %L with default initialization cannot be in EQUIVALENCE with a variable in COMMON"
76873 msgstr ""
76875 #: fortran/resolve.cc:17403
76876 #, gcc-internal-format
76877 msgid "Derived type variable %qs at %L with pointer component(s) cannot be an EQUIVALENCE object"
76878 msgstr ""
76880 #: fortran/resolve.cc:17506
76881 #, gcc-internal-format, gfc-internal-format
76882 msgid "Syntax error in EQUIVALENCE statement at %L"
76883 msgstr ""
76885 #: fortran/resolve.cc:17521
76886 #, gcc-internal-format, gfc-internal-format
76887 msgid "Either all or none of the objects in the EQUIVALENCE set at %L shall have the PROTECTED attribute"
76888 msgstr ""
76890 #: fortran/resolve.cc:17546
76891 #, gcc-internal-format
76892 msgid "COMMON block member %qs at %L cannot be an EQUIVALENCE object in the pure procedure %qs"
76893 msgstr ""
76895 #: fortran/resolve.cc:17555
76896 #, gcc-internal-format
76897 msgid "Named constant %qs at %L cannot be an EQUIVALENCE object"
76898 msgstr ""
76900 #: fortran/resolve.cc:17630
76901 #, gcc-internal-format
76902 msgid "Array %qs at %L with non-constant bounds cannot be an EQUIVALENCE object"
76903 msgstr ""
76905 #: fortran/resolve.cc:17641
76906 #, gcc-internal-format
76907 msgid "Structure component %qs at %L cannot be an EQUIVALENCE object"
76908 msgstr ""
76910 #: fortran/resolve.cc:17652
76911 #, gcc-internal-format, gfc-internal-format
76912 msgid "Substring at %L has length zero"
76913 msgstr ""
76915 #: fortran/resolve.cc:17683
76916 #, gcc-internal-format
76917 msgid "Self reference in character length expression for %qs at %L"
76918 msgstr ""
76920 #: fortran/resolve.cc:17750
76921 #, gcc-internal-format
76922 msgid "PUBLIC function %qs at %L of PRIVATE type %qs"
76923 msgstr ""
76925 #: fortran/resolve.cc:17763
76926 #, gcc-internal-format
76927 msgid "ENTRY %qs at %L has no IMPLICIT type"
76928 msgstr ""
76930 #: fortran/resolve.cc:17785
76931 #, gcc-internal-format
76932 msgid "User operator procedure %qs at %L must be a FUNCTION"
76933 msgstr ""
76935 #: fortran/resolve.cc:17795
76936 #, gcc-internal-format
76937 msgid "User operator procedure %qs at %L cannot be assumed character length"
76938 msgstr ""
76940 #: fortran/resolve.cc:17803
76941 #, gcc-internal-format
76942 msgid "User operator procedure %qs at %L must have at least one argument"
76943 msgstr ""
76945 #: fortran/resolve.cc:17817
76946 #, gcc-internal-format, gfc-internal-format
76947 msgid "First argument of operator interface at %L cannot be optional"
76948 msgstr ""
76950 #: fortran/resolve.cc:17835
76951 #, gcc-internal-format, gfc-internal-format
76952 msgid "Second argument of operator interface at %L cannot be optional"
76953 msgstr ""
76955 #: fortran/resolve.cc:17842
76956 #, gcc-internal-format, gfc-internal-format
76957 msgid "Operator interface at %L must have, at most, two arguments"
76958 msgstr ""
76960 #: fortran/resolve.cc:17921
76961 #, gcc-internal-format
76962 msgid "Contained procedure %qs at %L of a PURE procedure must also be PURE"
76963 msgstr ""
76965 #: fortran/scanner.cc:309
76966 #, gcc-internal-format
76967 msgid "Include directory %qs: %s"
76968 msgstr ""
76970 #: fortran/scanner.cc:313
76971 #, gcc-internal-format
76972 msgid "Nonexistent include directory %qs"
76973 msgstr "nepostojeći ‘include’ direktorij %qs”"
76975 #: fortran/scanner.cc:318
76976 #, gcc-internal-format
76977 msgid "%qs is not a directory"
76978 msgstr ""
76980 #: fortran/scanner.cc:792
76981 #, gcc-internal-format, gfc-internal-format
76982 msgid "!$ACC at %C starts a commented line as it neither is followed by a space nor is a continuation line"
76983 msgstr ""
76985 #: fortran/scanner.cc:832
76986 #, gcc-internal-format, gfc-internal-format
76987 msgid "!$OMP at %C starts a commented line as it neither is followed by a space nor is a continuation line"
76988 msgstr ""
76990 #: fortran/scanner.cc:1011
76991 #, gcc-internal-format, gfc-internal-format
76992 msgid "Ignoring '!$omx' vendor-extension sentinel at %C"
76993 msgstr ""
76995 #: fortran/scanner.cc:1323 fortran/scanner.cc:1526
76996 #, gcc-internal-format, gfc-internal-format
76997 msgid "Line truncated at %L"
76998 msgstr ""
77000 #: fortran/scanner.cc:1387 fortran/scanner.cc:1616
77001 #, gcc-internal-format, gfc-internal-format
77002 msgid "Limit of %d continuations exceeded in statement at %C"
77003 msgstr ""
77005 #: fortran/scanner.cc:1466 fortran/scanner.cc:1575
77006 #, gcc-internal-format, gfc-internal-format
77007 msgid "Wrong OpenACC continuation at %C: expected !$ACC, got !$OMP"
77008 msgstr ""
77010 #: fortran/scanner.cc:1468 fortran/scanner.cc:1577
77011 #, gcc-internal-format, gfc-internal-format
77012 msgid "Wrong OpenMP continuation at %C: expected !$OMP, got !$ACC"
77013 msgstr ""
77015 #: fortran/scanner.cc:1481
77016 #, gcc-internal-format
77017 msgid "Missing %<&%> in continued character constant at %C"
77018 msgstr ""
77020 #: fortran/scanner.cc:1767
77021 #, gcc-internal-format, gfc-internal-format
77022 msgid "Nonconforming tab character at %C"
77023 msgstr ""
77025 #: fortran/scanner.cc:1778
77026 #, gcc-internal-format, gfc-internal-format
77027 msgid "Invalid character 0x%s at %C"
77028 msgstr ""
77030 #: fortran/scanner.cc:1867 fortran/scanner.cc:1870
77031 #, gcc-internal-format
77032 msgid "%<&%> not allowed by itself in line %d"
77033 msgstr ""
77035 #: fortran/scanner.cc:1960
77036 #, gcc-internal-format, gfc-internal-format
77037 msgid "Nonconforming tab character in column %d of line %d"
77038 msgstr ""
77040 #: fortran/scanner.cc:2189
77041 #, gcc-internal-format
77042 msgid "file %qs left but not entered"
77043 msgstr ""
77045 #: fortran/scanner.cc:2231
77046 #, gcc-internal-format
77047 msgid "Illegal preprocessor directive"
77048 msgstr ""
77050 #: fortran/scanner.cc:2554
77051 #, gcc-internal-format
77052 msgid "File %qs is being included recursively"
77053 msgstr ""
77055 #: fortran/scanner.cc:2566
77056 #, gcc-internal-format
77057 msgid "Cannot open file %qs"
77058 msgstr "Nije moguće otvoriti datoteku %qs"
77060 #: fortran/scanner.cc:2576
77061 #, gcc-internal-format
77062 msgid "Cannot open included file %qs"
77063 msgstr "Nije moguće otvoriti ‘included’ datoteku %qs"
77065 #: fortran/scanner.cc:2578
77066 #, gcc-internal-format
77067 msgid "Cannot open pre-included file %qs"
77068 msgstr "Nije moguće otvoriti ‘pre-included’ datoteku %qs"
77070 #: fortran/scanner.cc:2586 fortran/scanner.cc:2588
77071 #, gcc-internal-format
77072 msgid "Included file %qs is not a regular file"
77073 msgstr ""
77075 #: fortran/simplify.cc:92
77076 #, gcc-internal-format, gfc-internal-format
77077 msgid "Result of %s overflows its kind at %L"
77078 msgstr ""
77080 #: fortran/simplify.cc:97
77081 #, gcc-internal-format, gfc-internal-format
77082 msgid "Result of %s underflows its kind at %L"
77083 msgstr ""
77085 #: fortran/simplify.cc:102
77086 #, gcc-internal-format, gfc-internal-format
77087 msgid "Result of %s is NaN at %L"
77088 msgstr ""
77090 #: fortran/simplify.cc:106
77091 #, gcc-internal-format, gfc-internal-format
77092 msgid "Result of %s gives range error for its kind at %L"
77093 msgstr ""
77095 #: fortran/simplify.cc:129
77096 #, gcc-internal-format, gfc-internal-format
77097 msgid "KIND parameter of %s at %L must be an initialization expression"
77098 msgstr ""
77100 #: fortran/simplify.cc:137
77101 #, gcc-internal-format, gfc-internal-format
77102 msgid "Invalid KIND parameter of %s at %L"
77103 msgstr ""
77105 #: fortran/simplify.cc:774
77106 #, gcc-internal-format
77107 msgid "gfc_simplify_abs(): Bad type"
77108 msgstr ""
77110 #: fortran/simplify.cc:795
77111 #, gcc-internal-format, gfc-internal-format
77112 msgid "Argument of %s function at %L is negative"
77113 msgstr ""
77115 #: fortran/simplify.cc:802
77116 #, gcc-internal-format, gfc-internal-format
77117 msgid "Argument of %s function at %L outside of range [0,127]"
77118 msgstr ""
77120 #: fortran/simplify.cc:820
77121 #, gcc-internal-format, gfc-internal-format
77122 msgid "Argument of %s function at %L is too large for the collating sequence of kind %d"
77123 msgstr ""
77125 #: fortran/simplify.cc:857
77126 #, gcc-internal-format, gfc-internal-format
77127 msgid "Argument of ACOS at %L must be between -1 and 1"
77128 msgstr ""
77130 #: fortran/simplify.cc:871
77131 #, gcc-internal-format
77132 msgid "in gfc_simplify_acos(): Bad type"
77133 msgstr ""
77135 #: fortran/simplify.cc:890
77136 #, gcc-internal-format, gfc-internal-format
77137 msgid "Argument of ACOSH at %L must not be less than 1"
77138 msgstr ""
77140 #: fortran/simplify.cc:905
77141 #, gcc-internal-format
77142 msgid "in gfc_simplify_acosh(): Bad type"
77143 msgstr ""
77145 #: fortran/simplify.cc:1134
77146 #, gcc-internal-format, gfc-internal-format
77147 msgid "Argument of ASIN at %L must be between -1 and 1"
77148 msgstr ""
77150 #: fortran/simplify.cc:1148
77151 #, gcc-internal-format
77152 msgid "in gfc_simplify_asin(): Bad type"
77153 msgstr ""
77155 #: fortran/simplify.cc:1183
77156 #, gcc-internal-format, gfc-internal-format
77157 msgid "Argument of ACOSD at %L must be between -1 and 1"
77158 msgstr ""
77160 #: fortran/simplify.cc:1209
77161 #, gcc-internal-format, gfc-internal-format
77162 msgid "Argument of ASIND at %L must be between -1 and 1"
77163 msgstr ""
77165 #: fortran/simplify.cc:1261
77166 #, gcc-internal-format
77167 msgid "in gfc_simplify_asinh(): Bad type"
77168 msgstr ""
77170 #: fortran/simplify.cc:1289
77171 #, gcc-internal-format
77172 msgid "in gfc_simplify_atan(): Bad type"
77173 msgstr ""
77175 #: fortran/simplify.cc:1310
77176 #, gcc-internal-format, gfc-internal-format
77177 msgid "Argument of ATANH at %L must be inside the range -1 to 1"
77178 msgstr ""
77180 #: fortran/simplify.cc:1324
77181 #, gcc-internal-format
77182 msgid "in gfc_simplify_atanh(): Bad type"
77183 msgstr ""
77185 #: fortran/simplify.cc:1341
77186 #, gcc-internal-format, gfc-internal-format
77187 msgid "If first argument of ATAN2 at %L is zero, then the second argument must not be zero"
77188 msgstr ""
77190 #: fortran/simplify.cc:1433
77191 #, gcc-internal-format, gfc-internal-format
77192 msgid "Result of BESSEL_YN is -INF at %L"
77193 msgstr ""
77195 #: fortran/simplify.cc:1799
77196 #, gcc-internal-format
77197 msgid "gfc_simplify_dcmplx(): Bad type (x)"
77198 msgstr ""
77200 #: fortran/simplify.cc:1818
77201 #, gcc-internal-format
77202 msgid "gfc_simplify_dcmplx(): Bad type (y)"
77203 msgstr ""
77205 #: fortran/simplify.cc:1885
77206 #, gcc-internal-format, gfc-internal-format
77207 msgid "If first argument of ATAN2D at %L is zero, then the second argument must not be zero"
77208 msgstr ""
77210 #: fortran/simplify.cc:1920
77211 #, gcc-internal-format
77212 msgid "in gfc_simplify_cos(): Bad type"
77213 msgstr ""
77215 #: fortran/simplify.cc:2388
77216 #, gcc-internal-format
77217 msgid "gfc_simplify_dim(): Bad type"
77218 msgstr ""
77220 #: fortran/simplify.cc:2962
77221 #, gcc-internal-format
77222 msgid "in gfc_simplify_exp(): Bad type"
77223 msgstr ""
77225 #: fortran/simplify.cc:3180
77226 #, gcc-internal-format
77227 msgid "gfc_simplify_floor(): Bad kind"
77228 msgstr ""
77230 #: fortran/simplify.cc:3293
77231 #, gcc-internal-format, gfc-internal-format
77232 msgid "Argument of IACHAR at %L must be of length one"
77233 msgstr ""
77235 #: fortran/simplify.cc:3301
77236 #, gcc-internal-format, gfc-internal-format
77237 msgid "Argument of IACHAR function at %L outside of range 0..127"
77238 msgstr ""
77240 #: fortran/simplify.cc:3429
77241 #, gcc-internal-format, gfc-internal-format
77242 msgid "Sum of second and third arguments of IBITS exceeds bit size at %L"
77243 msgstr ""
77245 #: fortran/simplify.cc:3453
77246 #, gcc-internal-format
77247 msgid "IBITS: Bad bit"
77248 msgstr ""
77250 #: fortran/simplify.cc:3514
77251 #, gcc-internal-format, gfc-internal-format
77252 msgid "Argument of ICHAR at %L must be of length one"
77253 msgstr ""
77255 #. Left shift, as in SHIFTL.
77256 #: fortran/simplify.cc:3826 fortran/simplify.cc:3834
77257 #, gcc-internal-format, gfc-internal-format
77258 msgid "Second argument of %s is negative at %L"
77259 msgstr ""
77261 #: fortran/simplify.cc:3846
77262 #, gcc-internal-format, gfc-internal-format
77263 msgid "Magnitude of second argument of %s exceeds bit size at %L"
77264 msgstr ""
77266 #: fortran/simplify.cc:3974
77267 #, gcc-internal-format, gfc-internal-format
77268 msgid "Magnitude of second argument of ISHFTC exceeds BIT_SIZE of first argument at %C"
77269 msgstr ""
77271 #: fortran/simplify.cc:3977
77272 #, gcc-internal-format, gfc-internal-format
77273 msgid "Absolute value of SHIFT shall be less than or equal to SIZE at %C"
77274 msgstr ""
77276 #: fortran/simplify.cc:4324 fortran/simplify.cc:4457
77277 #, gcc-internal-format, gfc-internal-format
77278 msgid "DIM argument at %L is out of bounds"
77279 msgstr ""
77281 #: fortran/simplify.cc:4684
77282 #, gcc-internal-format, gfc-internal-format
77283 msgid "Argument of LOG at %L cannot be less than or equal to zero"
77284 msgstr ""
77286 #: fortran/simplify.cc:4697
77287 #, gcc-internal-format, gfc-internal-format
77288 msgid "Complex argument of LOG at %L cannot be zero"
77289 msgstr ""
77291 #: fortran/simplify.cc:4708
77292 #, gcc-internal-format
77293 msgid "gfc_simplify_log: bad type"
77294 msgstr ""
77296 #: fortran/simplify.cc:4725
77297 #, gcc-internal-format, gfc-internal-format
77298 msgid "Argument of LOG10 at %L cannot be less than or equal to zero"
77299 msgstr ""
77301 #: fortran/simplify.cc:5078
77302 #, gcc-internal-format
77303 msgid "simplify_min_max(): Bad type in arglist"
77304 msgstr ""
77306 #: fortran/simplify.cc:6000 fortran/simplify.cc:6008
77307 #, gcc-internal-format
77308 msgid "Argument %qs of MOD at %L shall not be zero"
77309 msgstr ""
77311 #: fortran/simplify.cc:6014
77312 #, gcc-internal-format
77313 msgid "gfc_simplify_mod(): Bad arguments"
77314 msgstr ""
77316 #: fortran/simplify.cc:6052 fortran/simplify.cc:6060
77317 #, gcc-internal-format
77318 msgid "Argument %qs of MODULO at %L shall not be zero"
77319 msgstr ""
77321 #: fortran/simplify.cc:6066
77322 #, gcc-internal-format
77323 msgid "gfc_simplify_modulo(): Bad arguments"
77324 msgstr ""
77326 #: fortran/simplify.cc:6138
77327 #, gcc-internal-format, gfc-internal-format
77328 msgid "Result of NEAREST is NaN at %L"
77329 msgstr ""
77331 #: fortran/simplify.cc:6715
77332 #, gcc-internal-format, gfc-internal-format
77333 msgid "Argument NCOPIES of REPEAT intrinsic is negative at %L"
77334 msgstr ""
77336 #: fortran/simplify.cc:6771
77337 #, gcc-internal-format, gfc-internal-format
77338 msgid "Argument NCOPIES of REPEAT intrinsic is too large at %L"
77339 msgstr ""
77341 #: fortran/simplify.cc:6808
77342 #, gcc-internal-format, gfc-internal-format
77343 msgid "Evaluation of string longer than 2**28 at %L deferred to runtime, expect bugs"
77344 msgstr ""
77346 #: fortran/simplify.cc:6866
77347 #, gcc-internal-format, gfc-internal-format
77348 msgid "The SHAPE array for the RESHAPE intrinsic at %L has a negative value %d for dimension %d"
77349 msgstr ""
77351 #: fortran/simplify.cc:6890
77352 #, gcc-internal-format, gfc-internal-format
77353 msgid "Shapes of ORDER at %L and SHAPE at %L are different"
77354 msgstr ""
77356 #: fortran/simplify.cc:6903
77357 #, gcc-internal-format, gfc-internal-format
77358 msgid "Sizes of ORDER at %L and SHAPE at %L are different"
77359 msgstr ""
77361 #: fortran/simplify.cc:6917
77362 #, gcc-internal-format, gfc-internal-format
77363 msgid "Element with a value of %d in ORDER at %L must be in the range [1, ..., %d] for the RESHAPE intrinsic near %L"
77364 msgstr ""
77366 #: fortran/simplify.cc:6927
77367 #, gcc-internal-format, gfc-internal-format
77368 msgid "ORDER at %L is not a permutation of the size of SHAPE at %L"
77369 msgstr ""
77371 #: fortran/simplify.cc:6988
77372 #, gcc-internal-format, gfc-internal-format
77373 msgid "Reshaped array too large at %C"
77374 msgstr ""
77376 #: fortran/simplify.cc:7104
77377 #, gcc-internal-format, gfc-internal-format
77378 msgid "Result of SCALE overflows its kind at %L"
77379 msgstr ""
77381 #: fortran/simplify.cc:7694
77382 #, gcc-internal-format
77383 msgid "Bad type in gfc_simplify_sign"
77384 msgstr ""
77386 #: fortran/simplify.cc:7723
77387 #, gcc-internal-format
77388 msgid "in gfc_simplify_sin(): Bad type"
77389 msgstr ""
77391 #: fortran/simplify.cc:7861 fortran/simplify.cc:8144
77392 #, gcc-internal-format
77393 msgid "Failure getting length of a constant array."
77394 msgstr ""
77396 #: fortran/simplify.cc:7871
77397 #, gcc-internal-format
77398 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."
77399 msgstr ""
77401 #: fortran/simplify.cc:7938
77402 #, gcc-internal-format, gfc-internal-format
77403 msgid "Simplification of SPREAD at %C not yet implemented"
77404 msgstr ""
77406 #: fortran/simplify.cc:7962
77407 #, gcc-internal-format, gfc-internal-format
77408 msgid "Argument of SQRT at %L has a negative value"
77409 msgstr ""
77411 #: fortran/simplify.cc:7978
77412 #, gcc-internal-format, gfc-internal-format
77413 msgid "invalid argument of SQRT at %L"
77414 msgstr ""
77416 #: fortran/simplify.cc:8325
77417 #, gcc-internal-format, gfc-internal-format
77418 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY lower bound is %ld)"
77419 msgstr ""
77421 #: fortran/simplify.cc:8348
77422 #, gcc-internal-format, gfc-internal-format
77423 msgid "Out of bounds in IMAGE_INDEX at %L for dimension %d, SUB has %ld and COARRAY upper bound is %ld)"
77424 msgstr ""
77426 #: fortran/simplify.cc:8848
77427 #, gcc-internal-format
77428 msgid "Character %qs in string at %L cannot be converted into character kind %d"
77429 msgstr ""
77431 #: fortran/st.cc:301
77432 #, gcc-internal-format
77433 msgid "gfc_free_statement(): Bad statement"
77434 msgstr ""
77436 #: fortran/symbol.cc:141
77437 #, gcc-internal-format, gfc-internal-format
77438 msgid "IMPLICIT NONE (type) statement at %L following an IMPLICIT statement"
77439 msgstr ""
77441 #: fortran/symbol.cc:178
77442 #, gcc-internal-format
77443 msgid "Letter %qc already set in IMPLICIT statement at %C"
77444 msgstr ""
77446 #: fortran/symbol.cc:200
77447 #, gcc-internal-format, gfc-internal-format
77448 msgid "Cannot specify IMPLICIT at %C after IMPLICIT NONE"
77449 msgstr "Ne možete specificirati IMPLICIT pri %C iza IMPLICIT NONE"
77451 #: fortran/symbol.cc:210
77452 #, gcc-internal-format
77453 msgid "Letter %qc already has an IMPLICIT type at %C"
77454 msgstr ""
77456 #: fortran/symbol.cc:234
77457 #, gcc-internal-format
77458 msgid "Option %<-fallow-leading-underscore%> is for use only by gfortran developers, and should not be used for implicitly typed variables"
77459 msgstr ""
77461 #: fortran/symbol.cc:239
77462 #, gcc-internal-format
77463 msgid "gfc_get_default_type(): Bad symbol %qs"
77464 msgstr ""
77466 #: fortran/symbol.cc:296
77467 #, gcc-internal-format
77468 msgid "gfc_set_default_type(): symbol already has a type"
77469 msgstr ""
77471 #: fortran/symbol.cc:306
77472 #, gcc-internal-format
77473 msgid "Symbol %qs at %L has no IMPLICIT type; did you mean %qs?"
77474 msgstr ""
77476 #: fortran/symbol.cc:310
77477 #, gcc-internal-format
77478 msgid "Symbol %qs at %L has no IMPLICIT type"
77479 msgstr ""
77481 #. BIND(C) variables should not be implicitly declared.
77482 #: fortran/symbol.cc:330
77483 #, gcc-internal-format
77484 msgid "Implicitly declared BIND(C) variable %qs at %L may not be C interoperable"
77485 msgstr ""
77487 #. Dummy args to a BIND(C) routine may not be interoperable if
77488 #. they are implicitly typed.
77489 #: fortran/symbol.cc:346
77490 #, gcc-internal-format
77491 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"
77492 msgstr ""
77494 #: fortran/symbol.cc:387
77495 #, gcc-internal-format
77496 msgid "Function result %qs at %L has no IMPLICIT type"
77497 msgstr ""
77499 #: fortran/symbol.cc:488
77500 #, gcc-internal-format, gfc-internal-format
77501 msgid "%s attribute not allowed in BLOCK DATA program unit at %L"
77502 msgstr ""
77504 #: fortran/symbol.cc:513
77505 #, gcc-internal-format, gfc-internal-format
77506 msgid "Namelist group name at %L cannot have the SAVE attribute"
77507 msgstr ""
77509 #: fortran/symbol.cc:532
77510 #, gcc-internal-format
77511 msgid "internal procedure %qs at %L conflicts with DUMMY argument"
77512 msgstr ""
77514 #: fortran/symbol.cc:565
77515 #, gcc-internal-format, gfc-internal-format
77516 msgid "Procedure pointer at %C"
77517 msgstr ""
77519 #: fortran/symbol.cc:777
77520 #, gcc-internal-format, gfc-internal-format
77521 msgid "%s attribute applied to %s %s at %L"
77522 msgstr ""
77524 #: fortran/symbol.cc:784
77525 #, gcc-internal-format, gfc-internal-format
77526 msgid "BIND(C) applied to %s %s at %L"
77527 msgstr ""
77529 #: fortran/symbol.cc:905 fortran/symbol.cc:916 fortran/symbol.cc:1796
77530 #, gcc-internal-format, gfc-internal-format
77531 msgid "%s attribute conflicts with %s attribute at %L"
77532 msgstr ""
77534 #: fortran/symbol.cc:908 fortran/symbol.cc:922
77535 #, gcc-internal-format
77536 msgid "%s attribute conflicts with %s attribute in %qs at %L"
77537 msgstr ""
77539 #: fortran/symbol.cc:966
77540 #, gcc-internal-format, gfc-internal-format
77541 msgid "Cannot change attributes of USE-associated symbol at %L"
77542 msgstr ""
77544 #: fortran/symbol.cc:969
77545 #, gcc-internal-format, gfc-internal-format
77546 msgid "Cannot change attributes of USE-associated symbol %s at %L"
77547 msgstr ""
77549 #: fortran/symbol.cc:985
77550 #, gcc-internal-format, gfc-internal-format
77551 msgid "Duplicate %s attribute specified at %L"
77552 msgstr ""
77554 #: fortran/symbol.cc:1027
77555 #, gcc-internal-format, gfc-internal-format
77556 msgid "ALLOCATABLE specified outside of INTERFACE body at %L"
77557 msgstr ""
77559 #: fortran/symbol.cc:1044
77560 #, gcc-internal-format, gfc-internal-format
77561 msgid "Duplicate AUTOMATIC attribute specified at %L"
77562 msgstr ""
77564 #: fortran/symbol.cc:1068
77565 #, gcc-internal-format
77566 msgid "CODIMENSION specified for %qs outside its INTERFACE body at %L"
77567 msgstr ""
77569 #: fortran/symbol.cc:1094
77570 #, gcc-internal-format
77571 msgid "DIMENSION specified for %qs outside its INTERFACE body at %L"
77572 msgstr ""
77574 #: fortran/symbol.cc:1257
77575 #, gcc-internal-format, gfc-internal-format
77576 msgid "Cray Pointee at %L appears in multiple pointer() statements"
77577 msgstr ""
77579 #: fortran/symbol.cc:1276
77580 #, gcc-internal-format, gfc-internal-format
77581 msgid "Duplicate PROTECTED attribute specified at %L"
77582 msgstr ""
77584 #: fortran/symbol.cc:1309
77585 #, gcc-internal-format, gfc-internal-format
77586 msgid "SAVE attribute at %L cannot be specified in a PURE procedure"
77587 msgstr ""
77589 #: fortran/symbol.cc:1321
77590 #, gcc-internal-format, gfc-internal-format
77591 msgid "Duplicate SAVE attribute specified at %L"
77592 msgstr ""
77594 #: fortran/symbol.cc:1341
77595 #, gcc-internal-format, gfc-internal-format
77596 msgid "Duplicate VALUE attribute specified at %L"
77597 msgstr ""
77599 #: fortran/symbol.cc:1360
77600 #, gcc-internal-format, gfc-internal-format
77601 msgid "Duplicate VOLATILE attribute specified at %L"
77602 msgstr ""
77604 #: fortran/symbol.cc:1372
77605 #, gcc-internal-format, gfc-internal-format
77606 msgid "VOLATILE attribute at %L cannot be specified in a PURE procedure"
77607 msgstr ""
77609 #: fortran/symbol.cc:1393
77610 #, gcc-internal-format, gfc-internal-format
77611 msgid "Duplicate ASYNCHRONOUS attribute specified at %L"
77612 msgstr ""
77614 #: fortran/symbol.cc:1792
77615 #, gcc-internal-format
77616 msgid "%s attribute of %qs conflicts with %s attribute at %L"
77617 msgstr ""
77619 #: fortran/symbol.cc:1829
77620 #, gcc-internal-format, gfc-internal-format
77621 msgid ""
77622 "%s procedure at %L is already declared as %s procedure. \n"
77623 "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"
77624 msgstr ""
77626 #: fortran/symbol.cc:1837
77627 #, gcc-internal-format, gfc-internal-format
77628 msgid "%s procedure at %L is already declared as %s procedure"
77629 msgstr ""
77631 #: fortran/symbol.cc:1872
77632 #, gcc-internal-format, gfc-internal-format
77633 msgid "INTENT (%s) conflicts with INTENT(%s) at %L"
77634 msgstr ""
77636 #: fortran/symbol.cc:1896
77637 #, gcc-internal-format, gfc-internal-format
77638 msgid "ACCESS specification at %L was already specified"
77639 msgstr ""
77641 #: fortran/symbol.cc:1913
77642 #, gcc-internal-format, gfc-internal-format
77643 msgid "Duplicate BIND attribute specified at %L"
77644 msgstr ""
77646 #: fortran/symbol.cc:1920
77647 #, gcc-internal-format, gfc-internal-format
77648 msgid "BIND(C) at %L"
77649 msgstr ""
77651 #: fortran/symbol.cc:1936
77652 #, gcc-internal-format, gfc-internal-format
77653 msgid "Duplicate EXTENDS attribute specified at %L"
77654 msgstr ""
77656 #: fortran/symbol.cc:1940
77657 #, gcc-internal-format, gfc-internal-format
77658 msgid "EXTENDS at %L"
77659 msgstr ""
77661 #: fortran/symbol.cc:1966
77662 #, gcc-internal-format
77663 msgid "Symbol %qs at %L already has an explicit interface"
77664 msgstr ""
77666 #: fortran/symbol.cc:1973
77667 #, gcc-internal-format
77668 msgid "%qs at %L has attributes specified outside its INTERFACE body"
77669 msgstr ""
77671 #: fortran/symbol.cc:2011
77672 #, gcc-internal-format
77673 msgid "Symbol %qs at %L conflicts with symbol from module %qs, use-associated at %L"
77674 msgstr ""
77676 #: fortran/symbol.cc:2015 fortran/symbol.cc:2018
77677 #, gcc-internal-format
77678 msgid "Symbol %qs at %L already has basic type of %s"
77679 msgstr ""
77681 #: fortran/symbol.cc:2025
77682 #, gcc-internal-format
77683 msgid "Procedure %qs at %L may not have basic type of %s"
77684 msgstr ""
77686 #: fortran/symbol.cc:2037
77687 #, gcc-internal-format
77688 msgid "Symbol %qs at %L cannot have a type"
77689 msgstr ""
77691 #: fortran/symbol.cc:2282
77692 #, gcc-internal-format
77693 msgid "Component %qs at %C already in the parent type at %L"
77694 msgstr ""
77696 #: fortran/symbol.cc:2367
77697 #, gcc-internal-format
77698 msgid "Symbol %qs at %C is ambiguous"
77699 msgstr ""
77701 #: fortran/symbol.cc:2399
77702 #, gcc-internal-format
77703 msgid "Derived type %qs at %C is being used before it is defined"
77704 msgstr ""
77706 #: fortran/symbol.cc:2548
77707 #, gcc-internal-format
77708 msgid "Component %qs at %C is a PRIVATE component of %qs"
77709 msgstr ""
77711 #: fortran/symbol.cc:2569
77712 #, gcc-internal-format
77713 msgid "%qs at %C is not a member of the %qs structure; did you mean %qs?"
77714 msgstr ""
77716 #: fortran/symbol.cc:2573
77717 #, gcc-internal-format
77718 msgid "%qs at %C is not a member of the %qs structure"
77719 msgstr ""
77721 #: fortran/symbol.cc:2737
77722 #, gcc-internal-format, gfc-internal-format
77723 msgid "Duplicate statement label %d at %L and %L"
77724 msgstr ""
77726 #: fortran/symbol.cc:2748
77727 #, gcc-internal-format, gfc-internal-format
77728 msgid "Label %d at %C already referenced as branch target"
77729 msgstr ""
77731 #: fortran/symbol.cc:2758
77732 #, gcc-internal-format, gfc-internal-format
77733 msgid "Label %d at %C already referenced as a format label"
77734 msgstr ""
77736 #: fortran/symbol.cc:2765
77737 #, gcc-internal-format, gfc-internal-format
77738 msgid "DO termination statement which is not END DO or CONTINUE with label %d at %C"
77739 msgstr ""
77741 #: fortran/symbol.cc:2806
77742 #, gcc-internal-format, gfc-internal-format
77743 msgid "Label %d at %C previously used as a FORMAT label"
77744 msgstr ""
77746 #: fortran/symbol.cc:2815
77747 #, gcc-internal-format, gfc-internal-format
77748 msgid "Label %d at %C previously used as branch target"
77749 msgstr ""
77751 #: fortran/symbol.cc:2822
77752 #, gcc-internal-format, gfc-internal-format
77753 msgid "Shared DO termination label %d at %C"
77754 msgstr ""
77756 #: fortran/symbol.cc:2826
77757 #, gcc-internal-format, gfc-internal-format
77758 msgid "Labeled DO statement at %L"
77759 msgstr ""
77761 #: fortran/symbol.cc:3167
77762 #, gcc-internal-format
77763 msgid "Name %qs at %C is an ambiguous reference to %qs from module %qs"
77764 msgstr ""
77766 #: fortran/symbol.cc:3170
77767 #, gcc-internal-format
77768 msgid "Name %qs at %C is an ambiguous reference to %qs from current program unit"
77769 msgstr ""
77771 #. Symbol is from another namespace.
77772 #: fortran/symbol.cc:3415
77773 #, gcc-internal-format
77774 msgid "Symbol %qs at %C has already been host associated"
77775 msgstr ""
77777 #: fortran/symbol.cc:4438
77778 #, gcc-internal-format
77779 msgid "verify_bind_c_derived_type(): Given symbol is unexpectedly NULL"
77780 msgstr ""
77782 #: fortran/symbol.cc:4451
77783 #, gcc-internal-format
77784 msgid "Derived type %qs declared at %L must have the BIND attribute to be C interoperable"
77785 msgstr ""
77787 #: fortran/symbol.cc:4469
77788 #, gcc-internal-format
77789 msgid "Derived type %qs with BIND(C) attribute at %L is empty, and may be inaccessible by the C companion processor"
77790 msgstr ""
77792 #: fortran/symbol.cc:4490
77793 #, gcc-internal-format
77794 msgid "Component %qs at %L cannot have the POINTER attribute because it is a member of the BIND(C) derived type %qs at %L"
77795 msgstr ""
77797 #: fortran/symbol.cc:4500
77798 #, gcc-internal-format
77799 msgid "Procedure pointer component %qs at %L cannot be a member of the BIND(C) derived type %qs at %L"
77800 msgstr ""
77802 #: fortran/symbol.cc:4511
77803 #, gcc-internal-format
77804 msgid "Component %qs at %L cannot have the ALLOCATABLE attribute because it is a member of the BIND(C) derived type %qs at %L"
77805 msgstr ""
77807 #: fortran/symbol.cc:4550
77808 #, gcc-internal-format
77809 msgid "Component %qs in derived type %qs at %L may not be C interoperable, even though derived type %qs is BIND(C)"
77810 msgstr ""
77812 #: fortran/symbol.cc:4560
77813 #, gcc-internal-format
77814 msgid "Component %qs in derived type %qs at %L may not be C interoperable"
77815 msgstr ""
77817 #: fortran/symbol.cc:4572
77818 #, gcc-internal-format
77819 msgid "Derived type %qs at %L cannot have the SEQUENCE attribute because it is BIND(C)"
77820 msgstr ""
77822 #: fortran/symbol.cc:5076 fortran/symbol.cc:5081
77823 #, gcc-internal-format
77824 msgid "Symbol %qs is used before it is typed at %L"
77825 msgstr ""
77827 #: fortran/target-memory.cc:137
77828 #, gcc-internal-format
77829 msgid "Invalid expression in gfc_element_size."
77830 msgstr "Nevaljani izraz u ‘gfc_element_size’."
77832 #: fortran/target-memory.cc:361
77833 #, gcc-internal-format
77834 msgid "Invalid expression in gfc_target_encode_expr."
77835 msgstr ""
77837 #: fortran/target-memory.cc:637
77838 #, gcc-internal-format
77839 msgid "Invalid expression in gfc_target_interpret_expr."
77840 msgstr ""
77842 #: fortran/target-memory.cc:710
77843 #, gcc-internal-format, gfc-internal-format
77844 msgid "Overlapping unequal initializers in EQUIVALENCE at %L"
77845 msgstr ""
77847 #: fortran/target-memory.cc:713
77848 #, gcc-internal-format, gfc-internal-format
77849 msgid "Overlapping unequal initializers in EQUIVALENCE at %C"
77850 msgstr ""
77852 #: fortran/trans-array.cc:2318 fortran/trans-expr.cc:9510
77853 #, gcc-internal-format, gfc-internal-format
77854 msgid "The structure constructor at %C has been finalized. This feature was removed by f08/0011. Use -std=f2018 or -std=gnu to eliminate the finalization."
77855 msgstr ""
77857 #. Problems occur when we get something like
77858 #. integer :: a(lots) = (/(i, i=1, lots)/)
77859 #: fortran/trans-array.cc:6390
77860 #, gcc-internal-format
77861 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"
77862 msgstr ""
77864 #: fortran/trans-array.cc:8584
77865 #, gcc-internal-format
77866 msgid "Creating array temporary at %L for argument %qs"
77867 msgstr ""
77869 #: fortran/trans-array.cc:11887
77870 #, gcc-internal-format, gfc-internal-format
77871 msgid "bad expression type during walk (%d)"
77872 msgstr ""
77874 #: fortran/trans-common.cc:411
77875 #, gcc-internal-format
77876 msgid "Named COMMON block %qs at %L shall be of the same size as elsewhere (%lu vs %lu bytes)"
77877 msgstr ""
77879 #: fortran/trans-common.cc:819
77880 #, gcc-internal-format
77881 msgid "get_mpz(): Not an integer constant"
77882 msgstr ""
77884 #: fortran/trans-common.cc:847
77885 #, gcc-internal-format
77886 msgid "element_number(): Bad dimension type"
77887 msgstr ""
77889 #: fortran/trans-common.cc:917
77890 #, gcc-internal-format, gfc-internal-format
77891 msgid "Bad array reference at %L"
77892 msgstr ""
77894 #: fortran/trans-common.cc:925
77895 #, gcc-internal-format, gfc-internal-format
77896 msgid "Illegal reference type at %L as EQUIVALENCE object"
77897 msgstr ""
77899 #: fortran/trans-common.cc:965
77900 #, gcc-internal-format
77901 msgid "Inconsistent equivalence rules involving %qs at %L and %qs at %L"
77902 msgstr ""
77904 #. Aligning this field would misalign a previous field.
77905 #: fortran/trans-common.cc:1154
77906 #, gcc-internal-format
77907 msgid "The equivalence set for variable %qs declared at %L violates alignment requirements"
77908 msgstr ""
77910 #: fortran/trans-common.cc:1219
77911 #, gcc-internal-format
77912 msgid "Equivalence for %qs does not match ordering of COMMON %qs at %L"
77913 msgstr ""
77915 #: fortran/trans-common.cc:1234
77916 #, gcc-internal-format
77917 msgid "The equivalence set for %qs cause an invalid extension to COMMON %qs at %L"
77918 msgstr ""
77920 #: fortran/trans-common.cc:1250
77921 #, gcc-internal-format
77922 msgid "Padding of %d bytes required before %qs in COMMON %qs at %L; reorder elements or use %<-fno-align-commons%>"
77923 msgstr ""
77925 #: fortran/trans-common.cc:1256
77926 #, gcc-internal-format
77927 msgid "Padding of %d bytes required before %qs in COMMON at %L; reorder elements or use %<-fno-align-commons%>"
77928 msgstr ""
77930 #: fortran/trans-common.cc:1277
77931 #, gcc-internal-format
77932 msgid "COMMON %qs at %L does not exist"
77933 msgstr ""
77935 #: fortran/trans-common.cc:1286
77936 #, gcc-internal-format
77937 msgid "COMMON %qs at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
77938 msgstr ""
77940 #: fortran/trans-common.cc:1291
77941 #, gcc-internal-format
77942 msgid "COMMON at %L requires %d bytes of padding; reorder elements or use %<-fno-align-commons%>"
77943 msgstr ""
77945 #: fortran/trans-const.cc:336
77946 #, gcc-internal-format, gfc-internal-format
77947 msgid "Assigning value other than 0 or 1 to LOGICAL has undefined result at %L"
77948 msgstr ""
77950 #: fortran/trans-const.cc:402
77951 #, gcc-internal-format, gfc-internal-format
77952 msgid "non-constant initialization expression at %L"
77953 msgstr ""
77955 #: fortran/trans-decl.cc:762
77956 #, gcc-internal-format
77957 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."
77958 msgstr ""
77960 #: fortran/trans-decl.cc:1795
77961 #, gcc-internal-format, gfc-internal-format
77962 msgid "%s at %C has no default type"
77963 msgstr "%s pri %C nema zadani tip (vrstu)"
77965 #: fortran/trans-decl.cc:1798
77966 #, gcc-internal-format
77967 msgid "intrinsic variable which isn't a procedure"
77968 msgstr ""
77970 #: fortran/trans-decl.cc:4548 fortran/trans-decl.cc:7793
77971 #, gcc-internal-format
77972 msgid "Return value of function %qs at %L not set"
77973 msgstr ""
77975 #: fortran/trans-decl.cc:5040
77976 #, gcc-internal-format
77977 msgid "Deferred type parameter not yet supported"
77978 msgstr ""
77980 #: fortran/trans-decl.cc:5273
77981 #, gcc-internal-format
77982 msgid "backend decl for module variable %qs already exists"
77983 msgstr ""
77985 #: fortran/trans-decl.cc:5286
77986 #, gcc-internal-format
77987 msgid "Unused PRIVATE module variable %qs declared at %L"
77988 msgstr ""
77990 #: fortran/trans-decl.cc:5908
77991 #, gcc-internal-format
77992 msgid "Symbol %qs at %L has the WEAK attribute but is a dummy argument"
77993 msgstr ""
77995 #: fortran/trans-decl.cc:5911
77996 #, gcc-internal-format
77997 msgid "Symbol %qs at %L has the WEAK attribute but is a local variable"
77998 msgstr ""
78000 #: fortran/trans-decl.cc:5926
78001 #, gcc-internal-format
78002 msgid "Dummy argument %qs at %L was declared INTENT(OUT) but was not set"
78003 msgstr ""
78005 #: fortran/trans-decl.cc:5932
78006 #, gcc-internal-format
78007 msgid "Derived-type dummy argument %qs at %L was declared INTENT(OUT) but was not set and does not have a default initializer"
78008 msgstr ""
78010 #: fortran/trans-decl.cc:5943 fortran/trans-decl.cc:6094
78011 #, gcc-internal-format
78012 msgid "Unused dummy argument %qs at %L"
78013 msgstr ""
78015 #: fortran/trans-decl.cc:5959
78016 #, gcc-internal-format
78017 msgid "Unused module variable %qs which has been explicitly imported at %L"
78018 msgstr ""
78020 #: fortran/trans-decl.cc:5978
78021 #, gcc-internal-format
78022 msgid "Unused variable %qs declared at %L"
78023 msgstr ""
78025 #: fortran/trans-decl.cc:6027
78026 #, gcc-internal-format
78027 msgid "Unused parameter %qs declared at %L"
78028 msgstr ""
78030 #: fortran/trans-decl.cc:6031
78031 #, gcc-internal-format
78032 msgid "Unused parameter %qs which has been explicitly imported at %L"
78033 msgstr ""
78035 #: fortran/trans-decl.cc:6061
78036 #, gcc-internal-format
78037 msgid "Return value %qs of function %qs declared at %L not set"
78038 msgstr ""
78040 #: fortran/trans-decl.cc:6658
78041 #, gcc-internal-format, gfc-internal-format
78042 msgid "Sorry, !$ACC DECLARE at %L is not allowed in BLOCK construct"
78043 msgstr ""
78045 #: fortran/trans-expr.cc:1109
78046 #, gcc-internal-format, gfc-internal-format
78047 msgid "Cannot compute the length of the char array at %L."
78048 msgstr ""
78050 #: fortran/trans-expr.cc:1885
78051 #, gcc-internal-format, gfc-internal-format
78052 msgid "Code for reallocating the allocatable variable at %L will be added"
78053 msgstr ""
78055 #: fortran/trans-expr.cc:2207
78056 #, gcc-internal-format, gfc-internal-format
78057 msgid "Sorry, coindexed access to an unlimited polymorphic object at %L is not supported"
78058 msgstr ""
78060 #: fortran/trans-expr.cc:2216
78061 #, gcc-internal-format, gfc-internal-format
78062 msgid "Sorry, coindexed access to an unlimited polymorphic component at %L is not supported"
78063 msgstr ""
78065 #: fortran/trans-expr.cc:3895
78066 #, gcc-internal-format
78067 msgid "Unknown intrinsic op"
78068 msgstr ""
78070 #: fortran/trans-expr.cc:5413
78071 #, gcc-internal-format, gfc-internal-format
78072 msgid "Unknown argument list function at %L"
78073 msgstr ""
78075 #: fortran/trans-expr.cc:10082
78076 #, gcc-internal-format, gfc-internal-format
78077 msgid "If bounds remapping is specified at %L, the pointer target shall not be NULL"
78078 msgstr ""
78080 #: fortran/trans-intrinsic.cc:944
78081 #, gcc-internal-format
78082 msgid "Intrinsic function %qs (%d) not recognized"
78083 msgstr ""
78085 #: fortran/trans-intrinsic.cc:2449 fortran/trans-intrinsic.cc:2998
78086 #: fortran/trans-intrinsic.cc:3199
78087 #, gcc-internal-format
78088 msgid "%<dim%> argument of %s intrinsic at %L is not a valid dimension index"
78089 msgstr ""
78091 #: fortran/trans-intrinsic.cc:12117 fortran/trans-stmt.cc:1103
78092 #, gcc-internal-format, gfc-internal-format
78093 msgid "Sorry, the event component of derived type at %L is not yet supported"
78094 msgstr ""
78096 #: fortran/trans-intrinsic.cc:12124
78097 #, gcc-internal-format, gfc-internal-format
78098 msgid "The event variable at %L shall not be coindexed"
78099 msgstr ""
78101 #: fortran/trans-io.cc:1991
78102 #, gcc-internal-format
78103 msgid "build_dt: format with namelist"
78104 msgstr ""
78106 #: fortran/trans-io.cc:2532
78107 #, gcc-internal-format, gfc-internal-format
78108 msgid "Bad IO basetype (%d)"
78109 msgstr ""
78111 #: fortran/trans-openmp.cc:871 fortran/trans-openmp.cc:1388
78112 #, gcc-internal-format
78113 msgid "Sorry, polymorphic arrays not yet supported for firstprivate"
78114 msgstr ""
78116 #: fortran/trans-openmp.cc:1542
78117 #, gcc-internal-format
78118 msgid "implicit mapping of assumed size array %qD"
78119 msgstr ""
78121 #: fortran/trans-openmp.cc:3137
78122 #, gcc-internal-format
78123 msgid "optional class parameter"
78124 msgstr ""
78126 #: fortran/trans-openmp.cc:3462
78127 #, gcc-internal-format
78128 msgid "unhandled expression type"
78129 msgstr "neobrađena vrsta izraza"
78131 #: fortran/trans-openmp.cc:3637
78132 #, gcc-internal-format
78133 msgid "unhandled expression"
78134 msgstr "neobrađeni izraz"
78136 #: fortran/trans-openmp.cc:5188 fortran/trans-openmp.cc:5208
78137 #, gcc-internal-format
78138 msgid "non-rectangular loop nest with step other than constant 1 or -1 for %qs"
78139 msgstr ""
78141 #: fortran/trans-openmp.cc:5210
78142 #, gcc-internal-format
78143 msgid "Used here"
78144 msgstr ""
78146 #: fortran/trans-openmp.cc:6727
78147 #, gcc-internal-format
78148 msgid "%qs specified in 'allocate' clause at %L but not in an explicit privatization clause"
78149 msgstr ""
78151 #: fortran/trans-openmp.cc:7624
78152 #, gcc-internal-format
78153 msgid "gfc_trans_omp_workshare(): Bad statement code"
78154 msgstr ""
78156 #: fortran/trans-openmp.cc:7924
78157 #, gcc-internal-format, gfc-internal-format
78158 msgid "The base name for 'declare variant' must be specified at %L "
78159 msgstr ""
78161 #: fortran/trans-openmp.cc:7934
78162 #, gcc-internal-format, gfc-internal-format
78163 msgid "The base name at %L does not match the name of the current procedure"
78164 msgstr ""
78166 #: fortran/trans-openmp.cc:7937
78167 #, gcc-internal-format, gfc-internal-format
78168 msgid "The base name at %L must not be an entry name"
78169 msgstr ""
78171 #: fortran/trans-openmp.cc:7940
78172 #, gcc-internal-format, gfc-internal-format
78173 msgid "The base name at %L must not be a generic name"
78174 msgstr ""
78176 #: fortran/trans-openmp.cc:7943
78177 #, gcc-internal-format, gfc-internal-format
78178 msgid "The base name at %L must not be a procedure pointer"
78179 msgstr ""
78181 #: fortran/trans-openmp.cc:7946
78182 #, gcc-internal-format, gfc-internal-format
78183 msgid "The base procedure at %L must have an explicit interface"
78184 msgstr ""
78186 #: fortran/trans-openmp.cc:8043
78187 #, gcc-internal-format
78188 msgid "Cannot find symbol %qs"
78189 msgstr "Nije moguće naći simbol %qs"
78191 #: fortran/trans-openmp.cc:8054
78192 #, gcc-internal-format
78193 msgid "variant %qs at %L is not a function or subroutine"
78194 msgstr ""
78196 #: fortran/trans-openmp.cc:8066
78197 #, gcc-internal-format
78198 msgid "variant %qs and base %qs at %L have incompatible types: %s"
78199 msgstr ""
78201 #: fortran/trans-stmt.cc:575
78202 #, gcc-internal-format, gfc-internal-format
78203 msgid "An alternate return at %L without a * dummy argument"
78204 msgstr ""
78206 #: fortran/trans-stmt.cc:907
78207 #, gcc-internal-format, gfc-internal-format
78208 msgid "Sorry, the lock component of derived type at %L is not yet supported"
78209 msgstr ""
78211 #: fortran/trans-stmt.cc:1366
78212 #, gcc-internal-format, gfc-internal-format
78213 msgid "Sorry, only support for integer kind %d implemented for image-set at %L"
78214 msgstr ""
78216 #: fortran/trans-stmt.cc:3670
78217 #, gcc-internal-format
78218 msgid "gfc_trans_select(): Bad type for case expr."
78219 msgstr ""
78221 #: fortran/trans-types.cc:537
78222 #, gcc-internal-format
78223 msgid "%<-fconvert=r16_ieee%> or %<-fconvert=r16_ibm%> not supported on this architecture"
78224 msgstr ""
78226 #: fortran/trans-types.cc:550
78227 #, gcc-internal-format
78228 msgid "INTEGER(KIND=8) is not available for %<-fdefault-integer-8%> option"
78229 msgstr ""
78231 #: fortran/trans-types.cc:559
78232 #, gcc-internal-format
78233 msgid "INTEGER(KIND=8) is not available for %<-finteger-4-integer-8%> option"
78234 msgstr ""
78236 #: fortran/trans-types.cc:578
78237 #, gcc-internal-format
78238 msgid "REAL(KIND=8) is not available for %<-fdefault-real-8%> option"
78239 msgstr ""
78241 #: fortran/trans-types.cc:586
78242 #, gcc-internal-format
78243 msgid "REAL(KIND=10) is not available for %<-fdefault-real-10%> option"
78244 msgstr ""
78246 #: fortran/trans-types.cc:594
78247 #, gcc-internal-format
78248 msgid "REAL(KIND=16) is not available for %<-fdefault-real-16%> option"
78249 msgstr ""
78251 #: fortran/trans-types.cc:602
78252 #, gcc-internal-format
78253 msgid "REAL(KIND=8) is not available for %<-freal-4-real-8%> option"
78254 msgstr ""
78256 #: fortran/trans-types.cc:610
78257 #, gcc-internal-format
78258 msgid "REAL(KIND=10) is not available for %<-freal-4-real-10%> option"
78259 msgstr ""
78261 #: fortran/trans-types.cc:618
78262 #, gcc-internal-format
78263 msgid "REAL(KIND=16) is not available for %<-freal-4-real-16%> option"
78264 msgstr ""
78266 #: fortran/trans-types.cc:649
78267 #, gcc-internal-format
78268 msgid "REAL(KIND=4) is not available for %<-freal-8-real-4%> option"
78269 msgstr ""
78271 #: fortran/trans-types.cc:657
78272 #, gcc-internal-format
78273 msgid "REAL(KIND=10) is not available for %<-freal-8-real-10%> option"
78274 msgstr ""
78276 #: fortran/trans-types.cc:665
78277 #, gcc-internal-format
78278 msgid "REAL(KIND=10) is not available for %<-freal-8-real-16%> option"
78279 msgstr ""
78281 #: fortran/trans-types.cc:807
78282 #, gcc-internal-format
78283 msgid "gfc_validate_kind(): Got bad type"
78284 msgstr ""
78286 #: fortran/trans-types.cc:811
78287 #, gcc-internal-format
78288 msgid "gfc_validate_kind(): Got bad kind"
78289 msgstr ""
78291 #: fortran/trans.cc:2547
78292 #, gcc-internal-format
78293 msgid "gfc_trans_code(): Bad statement code"
78294 msgstr ""
78296 #: go/gofrontend/embed.cc:278
78297 #, gcc-internal-format
78298 msgid "invalid embedcfg: not a JSON object"
78299 msgstr "nevaljani embedcfg: nije JSON objekt"
78301 #: go/gofrontend/embed.cc:285
78302 #, gcc-internal-format
78303 msgid "invalid embedcfg: missing Patterns"
78304 msgstr "nevaljani embedcfg: manjka Patterns"
78306 #: go/gofrontend/embed.cc:290
78307 #, gcc-internal-format
78308 msgid "invalid embedcfg: Patterns is not a JSON object"
78309 msgstr "nevaljani embedcfg: Patterns nije JSON objekt"
78311 #: go/gofrontend/embed.cc:297
78312 #, gcc-internal-format
78313 msgid "invalid embedcfg: missing Files"
78314 msgstr "nevaljani embedcfg: nema Files"
78316 #: go/gofrontend/embed.cc:302
78317 #, gcc-internal-format
78318 msgid "invalid embedcfg: Files is not a JSON object"
78319 msgstr "nevaljani embedcfg: Files nije JSON objekt"
78321 #: go/gofrontend/embed.cc:312
78322 #, gcc-internal-format
78323 msgid "invalid embedcfg: Patterns entry is not an array"
78324 msgstr "nevaljani embedcfg: Patterns unos nije polje"
78326 #: go/gofrontend/embed.cc:324
78327 #, gcc-internal-format
78328 msgid "invalid embedcfg: duplicate Patterns entry"
78329 msgstr "nevaljani embedcfg: duplikat Patterns unosa"
78331 #: go/gofrontend/embed.cc:336
78332 #, gcc-internal-format
78333 msgid "invalid embedcfg: Files entry is not a string"
78334 msgstr "nevaljani embedcfg: Files unos nije string"
78336 #: go/gofrontend/embed.cc:353
78337 #, gcc-internal-format
78338 msgid "empty file"
78339 msgstr ""
78341 #: go/gofrontend/embed.cc:391 go/gofrontend/embed.cc:520
78342 #, gcc-internal-format
78343 msgid "expected %<\"%>"
78344 msgstr "očekivan je %<\"%>"
78346 #: go/gofrontend/embed.cc:474
78347 #, gcc-internal-format
78348 msgid "expected %<,%> or %<]%>"
78349 msgstr "očekivan je %<,%> ili %<]%>"
78351 #: go/gofrontend/embed.cc:506
78352 #, gcc-internal-format
78353 msgid "invalid JSON syntax"
78354 msgstr "nevaljana JSON sintaksa"
78356 #: go/gofrontend/embed.cc:538 go/gofrontend/embed.cc:581
78357 #: go/gofrontend/embed.cc:615
78358 #, gcc-internal-format
78359 msgid "unterminated string"
78360 msgstr "nezavršeni string"
78362 #: go/gofrontend/embed.cc:595
78363 #, gcc-internal-format
78364 msgid "invalid hex digit"
78365 msgstr "nevaljana hex znamenka"
78367 #: go/gofrontend/embed.cc:604
78368 #, gcc-internal-format
78369 msgid "unrecognized string escape"
78370 msgstr "neprepoznata maska (escape) stringa"
78372 #: go/gofrontend/embed.cc:625
78373 #, gcc-internal-format
78374 msgid "extraneous data at end of file"
78375 msgstr "dodatni čudni podaci na kraju datoteke"
78377 #: go/gofrontend/embed.cc:645
78378 #, gcc-internal-format
78379 msgid "unexpected EOF"
78380 msgstr "neočekivani EOF"
78382 #: jit/dummy-frontend.cc:207 lto/lto-lang.cc:310
78383 #, gcc-internal-format
78384 msgid "%s:%s: %E: %E"
78385 msgstr "%s:%s: %E: %E"
78387 #: lto/lto-common.cc:2027
78388 #, gcc-internal-format
78389 msgid "bytecode stream: garbage at the end of symbols section"
78390 msgstr "bytecode struja: smeće na kraju sekcije simbola"
78392 #: lto/lto-common.cc:2054
78393 #, gcc-internal-format
78394 msgid "could not parse hex number"
78395 msgstr "nije bilo moguće pročitati hex broj"
78397 #: lto/lto-common.cc:2086
78398 #, gcc-internal-format, gfc-internal-format
78399 msgid "unexpected file name %s in linker resolution file. Expected %s"
78400 msgstr "neočekivano ime datoteke %s u resolution datoteci linkera. Očekivano %s"
78402 #: lto/lto-common.cc:2095
78403 #, gcc-internal-format
78404 msgid "could not parse file offset"
78405 msgstr "nije bilo moguće pročitati odmak (offset) datoteke"
78407 #: lto/lto-common.cc:2098
78408 #, gcc-internal-format
78409 msgid "unexpected offset"
78410 msgstr "neočekivani odmak (offset)"
78412 #: lto/lto-common.cc:2119
78413 #, gcc-internal-format
78414 msgid "invalid line in the resolution file"
78415 msgstr "nevaljani redak u resolution datoteci"
78417 #: lto/lto-common.cc:2141
78418 #, gcc-internal-format
78419 msgid "invalid resolution in the resolution file"
78420 msgstr "nevaljana rezolucija u resolution datoteci"
78422 #: lto/lto-common.cc:2147
78423 #, gcc-internal-format
78424 msgid "resolution sub id %wx not in object file"
78425 msgstr "rezolucija Sub-ID %wx nije u objektnoj datoteci"
78427 #: lto/lto-common.cc:2264
78428 #, gcc-internal-format
78429 msgid "bytecode stream in file %qs generated with GCC compiler older than 10.0"
78430 msgstr "bytecode struju u datoteci %qs generirao je GCC kompajler stariji od 10.0"
78432 #: lto/lto-common.cc:2283
78433 #, gcc-internal-format
78434 msgid "cannot read %<LTO_section_decls%> from %s"
78435 msgstr "nije moguće pročiati %<LTO_section_decls%> od %s"
78437 #: lto/lto-common.cc:2404
78438 #, gcc-internal-format, gfc-internal-format
78439 msgid "Cannot open %s"
78440 msgstr "Nije moguće otvoriti %s"
78442 #: lto/lto-common.cc:2425
78443 #, gcc-internal-format, gfc-internal-format
78444 msgid "Cannot map %s"
78445 msgstr "Nije moguće map %s"
78447 #: lto/lto-common.cc:2436
78448 #, gcc-internal-format, gfc-internal-format
78449 msgid "Cannot read %s"
78450 msgstr "Nije moguće čitati %s"
78452 #: lto/lto-common.cc:2753
78453 #, gcc-internal-format
78454 msgid "could not open symbol resolution file: %m"
78455 msgstr "nije moguće otvoriti resolution datoteku simbola: %m"
78457 #: lto/lto-common.cc:2878
78458 #, gcc-internal-format, gfc-internal-format
78459 msgid "missing resolution data for %s"
78460 msgstr "nema resolution podataka za %s"
78462 #: lto/lto-common.cc:2915
78463 #, gcc-internal-format
78464 msgid "errors during merging of translation units"
78465 msgstr "greške pri spajanju prijevodnih jedinica"
78467 #: lto/lto-dump.cc:256
78468 #, gcc-internal-format
78469 msgid "Level not found, use none, slim, blocks, vops."
78470 msgstr "Razina nije nađena, koristite none, slim, blocks, vops."
78472 #: lto/lto-dump.cc:270
78473 #, gcc-internal-format
78474 msgid "Function not found."
78475 msgstr "Funkcija nije nađena."
78477 #: lto/lto-dump.cc:349 lto/lto-dump.cc:359
78478 #, gcc-internal-format
78479 msgid "Not configured with %<--enable-gather-detailed-mem-stats%>."
78480 msgstr "Nije konfigurirano s %<--enable-gather-detailed-mem-stats%>."
78482 #: lto/lto-lang.cc:865
78483 #, gcc-internal-format
78484 msgid "%<-fwpa%> and %<-fltrans%> are mutually exclusive"
78485 msgstr "%<-fwpa%> and %<-fltrans%> se međusobno isključuju"
78487 #: lto/lto-lang.cc:899
78488 #, gcc-internal-format
78489 msgid "%<-flinker-output=rel%> and %<-fltrans%> are mutually exclusive"
78490 msgstr "%<-flinker-output=rel%> and %<-fltrans%> se međusobno isključuju"
78492 #: lto/lto-object.cc:106
78493 #, gcc-internal-format, gfc-internal-format
78494 msgid "open %s failed: %s"
78495 msgstr "nije uspjelo otvoriti %s: %s"
78497 #: lto/lto-object.cc:150
78498 #, gcc-internal-format, gfc-internal-format
78499 msgid "%s: %s: %s"
78500 msgstr "%s: %s: %s"
78502 #: lto/lto-object.cc:191
78503 #, gcc-internal-format, gfc-internal-format
78504 msgid "close: %s"
78505 msgstr "zatvori: %s"
78507 #: lto/lto-object.cc:247
78508 #, gcc-internal-format, gfc-internal-format
78509 msgid "two or more sections for %s"
78510 msgstr "dvije ili više sekcija za %s"
78512 #: lto/lto-partition.cc:534
78513 #, gcc-internal-format
78514 msgid "min partition size cannot be greater than max partition size"
78515 msgstr "najmanja particija ne može biti veća od najveće particije"
78517 #: lto/lto-symtab.cc:169
78518 #, gcc-internal-format
78519 msgid "%qD is defined with tls model %s"
78520 msgstr "%qD je definiran s TLS modelom %s"
78522 #: lto/lto-symtab.cc:171
78523 #, gcc-internal-format, gfc-internal-format
78524 msgid "previously defined here as %s"
78525 msgstr "ranije definirana tu kao %s"
78527 #: lto/lto-symtab.cc:474
78528 #, gcc-internal-format
78529 msgid "multiple prevailing defs for %qE"
78530 msgstr "nekoliko prevladavajućih definicija za %qE"
78532 #: lto/lto-symtab.cc:492
78533 #, gcc-internal-format
78534 msgid "%qD has already been defined"
78535 msgstr "%qD već je bio definiran"
78537 #: lto/lto-symtab.cc:494
78538 #, gcc-internal-format
78539 msgid "previously defined here"
78540 msgstr "ranije definiran ovdje"
78542 #: lto/lto-symtab.cc:720
78543 #, gcc-internal-format
78544 msgid "%qD violates the C++ One Definition Rule"
78545 msgstr "%qD krši C++ pravilo One Definition Rule"
78547 #: lto/lto-symtab.cc:726
78548 #, gcc-internal-format
78549 msgid "type of %qD does not match original declaration"
78550 msgstr "vrsta %qD ne podudara originalnu deklaraciju"
78552 #: lto/lto-symtab.cc:746
78553 #, gcc-internal-format
78554 msgid "alignment of %qD is bigger than original declaration"
78555 msgstr "poravnanje %qD je veće od originalne deklaracije"
78557 #: lto/lto-symtab.cc:752
78558 #, gcc-internal-format
78559 msgid "size of %qD differ from the size of original declaration"
78560 msgstr "veličina %qD nije ista originalnoj deklaraciji"
78562 #: lto/lto-symtab.cc:757
78563 #, gcc-internal-format
78564 msgid "%qD was previously declared here"
78565 msgstr "%qD je već ranije ovdje deklariran"
78567 #: lto/lto-symtab.cc:760
78568 #, gcc-internal-format
78569 msgid "code may be misoptimized unless %<-fno-strict-aliasing%> is used"
78570 msgstr "kôd može biti pogrešno optimiziran osim ako se ne koristi %<-fno-strict-aliasing%>"
78572 #: lto/lto-symtab.cc:846
78573 #, gcc-internal-format
78574 msgid "variable %qD redeclared as function"
78575 msgstr "varijable %qD je ponovno deklarirana kao funkcija"
78577 #: lto/lto-symtab.cc:853
78578 #, gcc-internal-format
78579 msgid "function %qD redeclared as variable"
78580 msgstr "funkcija %qD je ponovno deklarirana kao varijabla"
78582 #: lto/lto-symtab.cc:865
78583 #, gcc-internal-format
78584 msgid "previously declared here"
78585 msgstr "ranije deklarirana ovdje"
78587 #: lto/lto.cc:172
78588 #, gcc-internal-format
78589 msgid "%<lto_obj_file_open()%> failed"
78590 msgstr "%<lto_obj_file_open()%> nije uspješna"
78592 #: lto/lto.cc:204
78593 #, gcc-internal-format
78594 msgid "waitpid failed"
78595 msgstr "waitpid nije uspio"
78597 #: lto/lto.cc:207
78598 #, gcc-internal-format
78599 msgid "streaming subprocess failed"
78600 msgstr "streaming potproces nije uspješan"
78602 #: lto/lto.cc:210
78603 #, gcc-internal-format
78604 msgid "streaming subprocess was killed by signal"
78605 msgstr "streaming potproces je ubijen signalom"
78607 #: lto/lto.cc:317
78608 #, gcc-internal-format
78609 msgid "no LTRANS output list filename provided"
78610 msgstr "nije navedeno ime datoteke za LTRANS izlazni popis"
78612 #: lto/lto.cc:425
78613 #, gcc-internal-format
78614 msgid "opening LTRANS output list %s: %m"
78615 msgstr "otvaramo LTRANS izlazni popis %s: %m"
78617 #: lto/lto.cc:432
78618 #, gcc-internal-format
78619 msgid "writing to LTRANS output list %s: %m"
78620 msgstr "pišemo u LTRANS izlaznu listu %s: %m"
78622 #: lto/lto.cc:442
78623 #, gcc-internal-format
78624 msgid "closing LTRANS output list %s: %m"
78625 msgstr "zatvaramo LTRANS izlazni popis %s: %m"
78627 #: m2/gm2-lang.cc:1048
78628 #, gcc-internal-format
78629 msgid "cannot convert expression, only base types can be converted"
78630 msgstr ""
78632 #. Not found, probably a user typo.
78633 #: m2/gm2spec.cc:346
78634 #, gcc-internal-format
78635 msgid "%qs is not a valid Modula-2 system library name or abbreviation"
78636 msgstr ""
78638 #: m2/gm2spec.cc:728 m2/gm2spec.cc:736
78639 #, gcc-internal-format
78640 msgid "%qs and %qs cannot both be enabled"
78641 msgstr ""
78643 #: m2/gm2-gcc/m2assert.cc:40
78644 #, gcc-internal-format
78645 msgid "the location value is corrupt"
78646 msgstr ""
78648 #: m2/gm2-gcc/m2builtins.cc:43
78649 #, gcc-internal-format
78650 msgid "%s:%d:assertion of condition %qs failed"
78651 msgstr ""
78653 #: m2/gm2-gcc/m2builtins.cc:49
78654 #, gcc-internal-format, gfc-internal-format
78655 msgid "%s:%d:%s"
78656 msgstr ""
78658 #: m2/gm2-gcc/m2convert.cc:111
78659 #, gcc-internal-format
78660 msgid "negative integer implicitly converted to unsigned type"
78661 msgstr ""
78663 #: m2/gm2-gcc/m2convert.cc:118
78664 #, gcc-internal-format
78665 msgid "conversion of unsigned constant value to negative integer"
78666 msgstr ""
78668 #: m2/gm2-gcc/m2convert.cc:199 m2/gm2-gcc/m2convert.cc:203
78669 #, gcc-internal-format
78670 msgid "conversion to %qT alters %qT constant value"
78671 msgstr ""
78673 #: m2/gm2-gcc/m2convert.cc:224 m2/gm2-gcc/m2convert.cc:228
78674 #, gcc-internal-format
78675 msgid "conversion to %qT from %qT may alter its value"
78676 msgstr ""
78678 #: m2/gm2-gcc/m2convert.cc:260
78679 #, gcc-internal-format
78680 msgid "large integer implicitly truncated to unsigned type"
78681 msgstr ""
78683 #: m2/gm2-gcc/m2convert.cc:266 m2/gm2-gcc/m2convert.cc:272
78684 #: m2/gm2-gcc/m2convert.cc:281
78685 #, gcc-internal-format
78686 msgid "overflow in implicit constant conversion"
78687 msgstr ""
78689 #: m2/gm2-gcc/m2decl.cc:122
78690 #, gcc-internal-format
78691 msgid "storage size of %qD has not been resolved"
78692 msgstr ""
78694 #: m2/gm2-gcc/m2decl.cc:125
78695 #, gcc-internal-format
78696 msgid "inconsistent because %qs"
78697 msgstr ""
78699 #: m2/gm2-gcc/m2decl.cc:302 m2/gm2-gcc/m2decl.cc:338
78700 #, gcc-internal-format
78701 msgid "constant %qs is too large"
78702 msgstr ""
78704 #: m2/gm2-gcc/m2expr.cc:2588
78705 #, gcc-internal-format
78706 msgid "not expecting different types to binary operator"
78707 msgstr ""
78709 #: m2/gm2-gcc/m2expr.cc:2849
78710 #, gcc-internal-format
78711 msgid "cannot take the address of this expression"
78712 msgstr ""
78714 #: m2/gm2-gcc/m2expr.cc:3616
78715 #, gcc-internal-format
78716 msgid "argument to CAP is not a constant or variable of type CHAR"
78717 msgstr ""
78719 #: m2/gm2-gcc/m2expr.cc:4138
78720 #, gcc-internal-format
78721 msgid "%qs applied to a void type"
78722 msgstr ""
78724 #: m2/gm2-gcc/m2expr.cc:4159 m2/gm2-gcc/m2expr.cc:4203
78725 #, gcc-internal-format
78726 msgid "%qs applied to an incomplete type"
78727 msgstr ""
78729 #: m2/gm2-gcc/m2linemap.cc:332
78730 #, gcc-internal-format
78731 msgid "memory allocation failed in vasprintf"
78732 msgstr ""
78734 #: m2/gm2-gcc/m2linemap.cc:364 rust/rust-gcc-diagnostics.cc:33
78735 #, gcc-internal-format, gfc-internal-format
78736 msgid "at %s, %s"
78737 msgstr ""
78739 #: m2/gm2-gcc/m2statement.cc:539
78740 #, gcc-internal-format
78741 msgid "internal error: not expecting operand1 to be a constant set"
78742 msgstr ""
78744 #: m2/gm2-gcc/m2statement.cc:933
78745 #, gcc-internal-format
78746 msgid "expecting one and only one label to be declared"
78747 msgstr ""
78749 #: m2/gm2-gcc/m2treelib.cc:290
78750 #, gcc-internal-format
78751 msgid "field number exceeds definition of set"
78752 msgstr ""
78754 #: m2/gm2-gcc/m2treelib.cc:295
78755 #, gcc-internal-format
78756 msgid "field number out of range trying to access set element"
78757 msgstr ""
78759 #: m2/gm2-gcc/m2type.cc:223
78760 #, gcc-internal-format
78761 msgid "array declaration canonicalization has failed"
78762 msgstr ""
78764 #: m2/gm2-gcc/m2type.cc:314
78765 #, gcc-internal-format
78766 msgid "low bound for the array is outside the ztype limits"
78767 msgstr ""
78769 #: m2/gm2-gcc/m2type.cc:316
78770 #, gcc-internal-format
78771 msgid "high bound for the array is outside the ztype limits"
78772 msgstr ""
78774 #: m2/gm2-gcc/m2type.cc:923
78775 #, gcc-internal-format
78776 msgid "set base type must be an ordinal type"
78777 msgstr ""
78779 #: m2/gm2-gcc/m2type.cc:953
78780 #, gcc-internal-format
78781 msgid "ordinal type expected"
78782 msgstr ""
78784 #: m2/gm2-gcc/m2type.cc:962
78785 #, gcc-internal-format
78786 msgid "range limits are not of the same type"
78787 msgstr ""
78789 #. This enum is a named one that has been declared already.
78790 #: m2/gm2-gcc/m2type.cc:1986
78791 #, gcc-internal-format
78792 msgid "redeclaration of enum %qs"
78793 msgstr ""
78795 #: m2/gm2-gcc/m2type.cc:2052
78796 #, gcc-internal-format
78797 msgid "enumeration values exceed range of integer"
78798 msgstr ""
78800 #: m2/gm2-gcc/m2type.cc:2286
78801 #, gcc-internal-format
78802 msgid "set type cannot be initialized with a %qs"
78803 msgstr ""
78805 #: m2/gm2-gcc/m2type.cc:2293
78806 #, gcc-internal-format
78807 msgid "set type does not take another integer value"
78808 msgstr ""
78810 #: m2/gm2-gcc/m2type.cc:2418
78811 #, gcc-internal-format
78812 msgid "array cannot be initialized with a %qs"
78813 msgstr ""
78815 #: m2/gm2-gcc/m2type.cc:2424
78816 #, gcc-internal-format
78817 msgid "array type must be initialized"
78818 msgstr ""
78820 #: m2/gm2-gcc/m2type.cc:2431
78821 #, gcc-internal-format
78822 msgid "array element value must be the same type as its declaration"
78823 msgstr ""
78825 #: m2/gm2-gcc/m2type.cc:2494
78826 #, gcc-internal-format
78827 msgid "low bound for the subrange has overflowed"
78828 msgstr ""
78830 #: m2/gm2-gcc/m2type.cc:2496
78831 #, gcc-internal-format
78832 msgid "high bound for the subrange has overflowed"
78833 msgstr ""
78835 #: m2/gm2-gcc/m2type.cc:2793
78836 #, gcc-internal-format
78837 msgid "requested alignment is not a constant"
78838 msgstr "zatraženo poravnanje nije konstanta"
78840 #: m2/gm2-gcc/m2type.cc:2795
78841 #, gcc-internal-format
78842 msgid "requested alignment is not a power of 2"
78843 msgstr ""
78845 #: m2/gm2-gcc/m2type.cc:2797
78846 #, gcc-internal-format
78847 msgid "requested alignment is too large"
78848 msgstr ""
78850 #: m2/gm2-gcc/m2type.cc:2824
78851 #, gcc-internal-format
78852 msgid "alignment may not be specified for %qD"
78853 msgstr ""
78855 #: objc/objc-act.cc:423 objc/objc-act.cc:6962
78856 #, gcc-internal-format
78857 msgid "%<@end%> missing in implementation context"
78858 msgstr "nema %<@end%> u kontekstu implementacije"
78860 #: objc/objc-act.cc:576
78861 #, gcc-internal-format
78862 msgid "class attributes are not available in Objective-C 1.0"
78863 msgstr "atributi klase nisu dostupni u Objective-C 1.0"
78865 #: objc/objc-act.cc:591
78866 #, gcc-internal-format
78867 msgid "category attributes are not available in Objective-C 1.0"
78868 msgstr "atributi kategorije nisu dostupni u Objective-C 1.0"
78870 #: objc/objc-act.cc:594
78871 #, gcc-internal-format
78872 msgid "category attributes are not available in this version of the compiler, (ignored)"
78873 msgstr "atributi kategorije nisu dostupni u ovoj inačici kompajlera, zanemareno"
78875 #: objc/objc-act.cc:600
78876 #, gcc-internal-format
78877 msgid "class extensions are not available in Objective-C 1.0"
78878 msgstr ""
78880 #: objc/objc-act.cc:614
78881 #, gcc-internal-format
78882 msgid "class extension for class %qE declared after its %<@implementation%>"
78883 msgstr ""
78885 #: objc/objc-act.cc:629
78886 #, gcc-internal-format
78887 msgid "protocol attributes are not available in Objective-C 1.0"
78888 msgstr ""
78890 #: objc/objc-act.cc:694
78891 #, gcc-internal-format
78892 msgid "%<@end%> must appear in an @implementation context"
78893 msgstr ""
78895 #: objc/objc-act.cc:703
78896 #, gcc-internal-format
78897 msgid "%<@package%> is not available in Objective-C 1.0"
78898 msgstr ""
78900 #: objc/objc-act.cc:705
78901 #, gcc-internal-format
78902 msgid "%<@package%> presently has the same effect as %<@public%>"
78903 msgstr ""
78905 #: objc/objc-act.cc:716
78906 #, gcc-internal-format
78907 msgid "%<@optional%> is not available in Objective-C 1.0"
78908 msgstr ""
78910 #: objc/objc-act.cc:718
78911 #, gcc-internal-format
78912 msgid "%<@required%> is not available in Objective-C 1.0"
78913 msgstr ""
78915 #: objc/objc-act.cc:726
78916 #, gcc-internal-format
78917 msgid "%<@optional%> is allowed in @protocol context only"
78918 msgstr ""
78920 #: objc/objc-act.cc:728
78921 #, gcc-internal-format
78922 msgid "%<@required%> is allowed in @protocol context only"
78923 msgstr ""
78925 #. FIXME: we probably ought to bail out at this point.
78926 #: objc/objc-act.cc:851
78927 #, gcc-internal-format
78928 msgid "%<@property%> is not available in Objective-C 1.0"
78929 msgstr ""
78931 #: objc/objc-act.cc:856
78932 #, gcc-internal-format
78933 msgid "property declaration not in %<@interface%>, %<@protocol%> or %<category%> context"
78934 msgstr ""
78936 #: objc/objc-act.cc:867
78937 #, gcc-internal-format
78938 msgid "properties must be named"
78939 msgstr ""
78941 #: objc/objc-act.cc:875
78942 #, gcc-internal-format
78943 msgid "property cannot be an array"
78944 msgstr ""
78946 #. A @property is not an actual variable, but it is a way to
78947 #. describe a pair of accessor methods, so its type (which is
78948 #. the type of the return value of the getter and the first
78949 #. argument of the setter) can't be a bitfield (as return values
78950 #. and arguments of functions cannot be bitfields).  The
78951 #. underlying instance variable could be a bitfield, but that is
78952 #. a different matter.
78953 #: objc/objc-act.cc:888
78954 #, gcc-internal-format
78955 msgid "property cannot be a bit-field"
78956 msgstr ""
78958 #: objc/objc-act.cc:912
78959 #, gcc-internal-format
78960 msgid "multiple property %qE methods specified, the latest one will be used"
78961 msgstr ""
78963 #: objc/objc-act.cc:914
78964 #, gcc-internal-format
78965 msgid "previous specification"
78966 msgstr ""
78968 #: objc/objc-act.cc:929
78969 #, gcc-internal-format
78970 msgid "%qE attribute conflicts with %qE attribute"
78971 msgstr ""
78973 #: objc/objc-act.cc:931
78974 #, gcc-internal-format
78975 msgid "%qE specified here"
78976 msgstr ""
78978 #: objc/objc-act.cc:937
78979 #, gcc-internal-format
78980 msgid "duplicate %qE attribute"
78981 msgstr ""
78983 #: objc/objc-act.cc:938
78984 #, gcc-internal-format
78985 msgid "first specified here"
78986 msgstr ""
78988 #: objc/objc-act.cc:965
78989 #, gcc-internal-format
78990 msgid "%<readonly%> attribute conflicts with %<setter%> attribute"
78991 msgstr ""
78993 #: objc/objc-act.cc:968
78994 #, gcc-internal-format
78995 msgid "%<setter%> specified here"
78996 msgstr ""
78998 #: objc/objc-act.cc:1047
78999 #, gcc-internal-format
79000 msgid "object property %qD has no %<assign%>, %<retain%> or %<copy%> attribute; assuming %<assign%>"
79001 msgstr ""
79003 #: objc/objc-act.cc:1050
79004 #, gcc-internal-format
79005 msgid "%<assign%> can be unsafe for Objective-C objects; please state explicitly if you need it"
79006 msgstr ""
79008 #: objc/objc-act.cc:1067
79009 #, gcc-internal-format
79010 msgid "%qE attribute is only valid for Objective-C objects"
79011 msgstr ""
79013 #: objc/objc-act.cc:1125
79014 #, gcc-internal-format
79015 msgid "redeclaration of property %qD"
79016 msgstr ""
79018 #: objc/objc-act.cc:1128 objc/objc-act.cc:1194 objc/objc-act.cc:1205
79019 #: objc/objc-act.cc:1219 objc/objc-act.cc:1230 objc/objc-act.cc:1242
79020 #: objc/objc-act.cc:1279 objc/objc-act.cc:7749 objc/objc-act.cc:7812
79021 #: objc/objc-act.cc:7835 objc/objc-act.cc:7849 objc/objc-act.cc:7867
79022 #: objc/objc-act.cc:7966
79023 #, gcc-internal-format
79024 msgid "originally specified here"
79025 msgstr ""
79027 #: objc/objc-act.cc:1190
79028 #, gcc-internal-format
79029 msgid "%<nonatomic%> attribute of property %qD conflicts with previous declaration"
79030 msgstr ""
79032 #: objc/objc-act.cc:1201
79033 #, gcc-internal-format
79034 msgid "%<getter%> attribute of property %qD conflicts with previous declaration"
79035 msgstr ""
79037 #: objc/objc-act.cc:1215
79038 #, gcc-internal-format
79039 msgid "%<setter%> attribute of property %qD conflicts with previous declaration"
79040 msgstr ""
79042 #: objc/objc-act.cc:1227
79043 #, gcc-internal-format
79044 msgid "assign semantics attributes of property %qD conflict with previous declaration"
79045 msgstr ""
79047 #: objc/objc-act.cc:1238
79048 #, gcc-internal-format
79049 msgid "%<readonly%> attribute of property %qD conflicts with previous declaration"
79050 msgstr ""
79052 #: objc/objc-act.cc:1277
79053 #, gcc-internal-format
79054 msgid "type of property %qD conflicts with previous declaration"
79055 msgstr ""
79057 #: objc/objc-act.cc:1320
79058 #, gcc-internal-format
79059 msgid "nullability specifier %qE cannot be applied to non-pointer type %qT"
79060 msgstr ""
79062 #: objc/objc-act.cc:1325
79063 #, gcc-internal-format
79064 msgid "nullability specifier %qE cannot be applied to multi-level pointer type %qT"
79065 msgstr ""
79067 #: objc/objc-act.cc:1778
79068 #, gcc-internal-format
79069 msgid "the dot syntax is not available in Objective-C 1.0"
79070 msgstr ""
79072 #. We know that 'class_name' is an Objective-C class name as the
79073 #. parser won't call this function if it is not.  This is only a
79074 #. double-check for safety.
79075 #: objc/objc-act.cc:1794
79076 #, gcc-internal-format
79077 msgid "could not find class %qE"
79078 msgstr ""
79080 #. Again, this should never happen, but we do check.
79081 #: objc/objc-act.cc:1802
79082 #, gcc-internal-format
79083 msgid "could not find interface for class %qE"
79084 msgstr ""
79086 #: objc/objc-act.cc:1808 objc/objc-act.cc:7144
79087 #, gcc-internal-format
79088 msgid "class %qE is unavailable"
79089 msgstr ""
79091 #: objc/objc-act.cc:1810 objc/objc-act.cc:7001 objc/objc-act.cc:7146
79092 #, gcc-internal-format
79093 msgid "class %qE is deprecated"
79094 msgstr ""
79096 #: objc/objc-act.cc:1839
79097 #, gcc-internal-format
79098 msgid "could not find setter/getter for %qE in class %qE"
79099 msgstr ""
79101 #: objc/objc-act.cc:1889
79102 #, gcc-internal-format
79103 msgid "%qs property cannot be set"
79104 msgstr ""
79106 #: objc/objc-act.cc:2157
79107 #, gcc-internal-format
79108 msgid "method declaration not in @interface context"
79109 msgstr ""
79111 #: objc/objc-act.cc:2161
79112 #, gcc-internal-format
79113 msgid "method attributes are not available in Objective-C 1.0"
79114 msgstr ""
79116 #: objc/objc-act.cc:2181
79117 #, gcc-internal-format
79118 msgid "method definition not in @implementation context"
79119 msgstr ""
79121 #: objc/objc-act.cc:2194
79122 #, gcc-internal-format
79123 msgid "method attributes cannot be specified in @implementation context"
79124 msgstr ""
79126 #: objc/objc-act.cc:2424
79127 #, gcc-internal-format
79128 msgid "class %qs does not implement the %qE protocol"
79129 msgstr ""
79131 #: objc/objc-act.cc:2427
79132 #, gcc-internal-format
79133 msgid "type %qs does not conform to the %qE protocol"
79134 msgstr ""
79136 #: objc/objc-act.cc:2722
79137 #, gcc-internal-format
79138 msgid "comparison of distinct Objective-C types lacks a cast"
79139 msgstr ""
79141 #: objc/objc-act.cc:2726
79142 #, gcc-internal-format
79143 msgid "initialization from distinct Objective-C type"
79144 msgstr ""
79146 #: objc/objc-act.cc:2730
79147 #, gcc-internal-format
79148 msgid "assignment from distinct Objective-C type"
79149 msgstr ""
79151 #: objc/objc-act.cc:2734
79152 #, gcc-internal-format
79153 msgid "distinct Objective-C type in return"
79154 msgstr ""
79156 #: objc/objc-act.cc:2738
79157 #, gcc-internal-format
79158 msgid "passing argument %d of %qE from distinct Objective-C type"
79159 msgstr ""
79161 #: objc/objc-act.cc:2881
79162 #, gcc-internal-format
79163 msgid "statically allocated instance of Objective-C class %qE"
79164 msgstr ""
79166 #: objc/objc-act.cc:2890
79167 #, gcc-internal-format
79168 msgid "redeclaration of Objective-C class %qs"
79169 msgstr ""
79171 #. This case happens when we are given an 'interface' which
79172 #. is not a valid class name.  For example if a typedef was
79173 #. used, and 'interface' really is the identifier of the
79174 #. typedef, but when you resolve it you don't get an
79175 #. Objective-C class, but something else, such as 'int'.
79176 #. This is an error; protocols make no sense unless you use
79177 #. them with Objective-C objects.
79178 #: objc/objc-act.cc:2932
79179 #, gcc-internal-format
79180 msgid "only Objective-C object types can be qualified with a protocol"
79181 msgstr ""
79183 #: objc/objc-act.cc:2996
79184 #, gcc-internal-format
79185 msgid "protocol %qE has circular dependency"
79186 msgstr ""
79188 #: objc/objc-act.cc:3029 objc/objc-act.cc:5863
79189 #, gcc-internal-format
79190 msgid "cannot find protocol declaration for %qE"
79191 msgstr ""
79193 #: objc/objc-act.cc:3339 objc/objc-act.cc:3994 objc/objc-act.cc:6575
79194 #: objc/objc-act.cc:7052 objc/objc-act.cc:7137 objc/objc-act.cc:7192
79195 #, gcc-internal-format
79196 msgid "cannot find interface declaration for %qE"
79197 msgstr ""
79199 #: objc/objc-act.cc:3343
79200 #, gcc-internal-format
79201 msgid "interface %qE does not have valid constant string layout"
79202 msgstr ""
79204 #: objc/objc-act.cc:3348
79205 #, gcc-internal-format
79206 msgid "cannot find reference tag for class %qE"
79207 msgstr ""
79209 #: objc/objc-act.cc:3493
79210 #, gcc-internal-format
79211 msgid "%qE is not an Objective-C class name or alias"
79212 msgstr ""
79214 #: objc/objc-act.cc:3508 objc/objc-act.cc:3539 objc/objc-act.cc:6956
79215 #: objc/objc-act.cc:8302 objc/objc-act.cc:8358
79216 #, gcc-internal-format
79217 msgid "Objective-C declarations may only appear in global scope"
79218 msgstr ""
79220 #: objc/objc-act.cc:3513
79221 #, gcc-internal-format
79222 msgid "cannot find class %qE"
79223 msgstr ""
79225 #: objc/objc-act.cc:3515
79226 #, gcc-internal-format
79227 msgid "class %qE already exists"
79228 msgstr ""
79230 #: objc/objc-act.cc:3557 objc/objc-act.cc:7017
79231 #, gcc-internal-format
79232 msgid "%qE redeclared as different kind of symbol"
79233 msgstr ""
79235 #: objc/objc-act.cc:3559 objc/objc-act.cc:4145 objc/objc-act.cc:4173
79236 #: objc/objc-act.cc:4228 objc/objc-act.cc:7019
79237 #, gcc-internal-format
79238 msgid "previous declaration of %q+D"
79239 msgstr ""
79241 #: objc/objc-act.cc:3848
79242 #, gcc-internal-format
79243 msgid "strong-cast assignment has been intercepted"
79244 msgstr ""
79246 #: objc/objc-act.cc:3890
79247 #, gcc-internal-format
79248 msgid "strong-cast may possibly be needed"
79249 msgstr ""
79251 #: objc/objc-act.cc:3900
79252 #, gcc-internal-format
79253 msgid "instance variable assignment has been intercepted"
79254 msgstr ""
79256 #: objc/objc-act.cc:3919
79257 #, gcc-internal-format
79258 msgid "pointer arithmetic for garbage-collected objects not allowed"
79259 msgstr ""
79261 #: objc/objc-act.cc:3925
79262 #, gcc-internal-format
79263 msgid "global/static variable assignment has been intercepted"
79264 msgstr ""
79266 #: objc/objc-act.cc:4142 objc/objc-act.cc:4170 objc/objc-act.cc:4225
79267 #, gcc-internal-format
79268 msgid "duplicate instance variable %q+D"
79269 msgstr ""
79271 #: objc/objc-act.cc:4285
79272 #, gcc-internal-format
79273 msgid "%<-fobjc-exceptions%> is required to enable Objective-C exception syntax"
79274 msgstr ""
79276 #: objc/objc-act.cc:4369
79277 #, gcc-internal-format
79278 msgid "%<@catch%> parameter is not a known Objective-C class type"
79279 msgstr ""
79281 #: objc/objc-act.cc:4375
79282 #, gcc-internal-format
79283 msgid "%<@catch%> parameter cannot be protocol-qualified"
79284 msgstr ""
79286 #: objc/objc-act.cc:4420
79287 #, gcc-internal-format
79288 msgid "exception of type %<%T%> will be caught"
79289 msgstr ""
79291 #: objc/objc-act.cc:4422
79292 #, gcc-internal-format
79293 msgid "   by earlier handler for %<%T%>"
79294 msgstr ""
79296 #: objc/objc-act.cc:4469
79297 #, gcc-internal-format
79298 msgid "%<@try%> without %<@catch%> or %<@finally%>"
79299 msgstr ""
79301 #: objc/objc-act.cc:4498
79302 #, gcc-internal-format
79303 msgid "%<@throw%> (rethrow) used outside of a %<@catch%> block"
79304 msgstr ""
79306 #: objc/objc-act.cc:4511
79307 #, gcc-internal-format
79308 msgid "%<@throw%> argument is not an object"
79309 msgstr ""
79311 #: objc/objc-act.cc:4532
79312 #, gcc-internal-format
79313 msgid "%<@synchronized%> argument is not an object"
79314 msgstr ""
79316 #: objc/objc-act.cc:4742
79317 #, gcc-internal-format
79318 msgid "%s %qs"
79319 msgstr ""
79321 #: objc/objc-act.cc:4765 objc/objc-act.cc:4790
79322 #, gcc-internal-format
79323 msgid "inconsistent instance variable specification"
79324 msgstr ""
79326 #: objc/objc-act.cc:4845
79327 #, gcc-internal-format
79328 msgid "cannot use an object as parameter to a method"
79329 msgstr ""
79331 #: objc/objc-act.cc:4889
79332 #, gcc-internal-format
79333 msgid "method argument attributes are not available in Objective-C 1.0"
79334 msgstr ""
79336 #: objc/objc-act.cc:5264
79337 #, gcc-internal-format
79338 msgid "multiple methods named %<%c%E%> found"
79339 msgstr ""
79341 #: objc/objc-act.cc:5267
79342 #, gcc-internal-format
79343 msgid "using %<%c%s%>"
79344 msgstr ""
79346 #: objc/objc-act.cc:5276
79347 #, gcc-internal-format
79348 msgid "multiple selectors named %<%c%E%> found"
79349 msgstr ""
79351 #: objc/objc-act.cc:5279
79352 #, gcc-internal-format
79353 msgid "found %<%c%s%>"
79354 msgstr ""
79356 #: objc/objc-act.cc:5288
79357 #, gcc-internal-format
79358 msgid "also found %<%c%s%>"
79359 msgstr ""
79361 #. If 'rtype' is NULL_TREE at this point it means that
79362 #. we have seen no @interface corresponding to that
79363 #. class name, only a @class declaration (alternatively,
79364 #. this was a call such as [objc_getClass("SomeClass")
79365 #. alloc], where we've never seen the @interface of
79366 #. SomeClass).  So, we have a class name (class_tree)
79367 #. but no actual details of the class methods.  We won't
79368 #. be able to check that the class responds to the
79369 #. method, and we will have to guess the method
79370 #. prototype.  Emit a warning, then keep going (this
79371 #. will use any method with a matching name, as if the
79372 #. receiver was of type 'Class').
79373 #. We could not find an @interface declaration, and
79374 #. there are no protocols attached to the receiver,
79375 #. so we can't complete the check that the receiver
79376 #. responds to the method, and we can't retrieve the
79377 #. method prototype.  But, because the receiver has
79378 #. a well-specified class, the programmer did want
79379 #. this check to be performed.  Emit a warning, then
79380 #. keep going as if it was an 'id'.  To remove the
79381 #. warning, either include an @interface for the
79382 #. class, or cast the receiver to 'id'.  Note that
79383 #. rtype is an IDENTIFIER_NODE at this point.
79384 #: objc/objc-act.cc:5576 objc/objc-act.cc:5711
79385 #, gcc-internal-format
79386 msgid "%<@interface%> of class %qE not found"
79387 msgstr ""
79389 #: objc/objc-act.cc:5585
79390 #, gcc-internal-format
79391 msgid "no super class declared in @interface for %qE"
79392 msgstr ""
79394 #: objc/objc-act.cc:5636
79395 #, gcc-internal-format
79396 msgid "found %<-%E%> instead of %<+%E%> in protocol(s)"
79397 msgstr ""
79399 #. We have a type, but it's not an Objective-C type (!).
79400 #: objc/objc-act.cc:5748
79401 #, gcc-internal-format
79402 msgid "invalid receiver type %qs"
79403 msgstr ""
79405 #: objc/objc-act.cc:5765
79406 #, gcc-internal-format
79407 msgid "%<%c%E%> not found in protocol(s)"
79408 msgstr ""
79410 #: objc/objc-act.cc:5779
79411 #, gcc-internal-format
79412 msgid "%qE may not respond to %<%c%E%>"
79413 msgstr ""
79415 #: objc/objc-act.cc:5787
79416 #, gcc-internal-format
79417 msgid "no %<%c%E%> method found"
79418 msgstr ""
79420 #: objc/objc-act.cc:5794
79421 #, gcc-internal-format
79422 msgid "(messages without a matching method signature will be assumed to return %<id%> and accept %<...%> as arguments)"
79423 msgstr ""
79425 #: objc/objc-act.cc:5912
79426 #, gcc-internal-format
79427 msgid "undeclared selector %qE"
79428 msgstr ""
79430 #. Historically, a class method that produced objects (factory
79431 #. method) would assign `self' to the instance that it
79432 #. allocated.  This would effectively turn the class method into
79433 #. an instance method.  Following this assignment, the instance
79434 #. variables could be accessed.  That practice, while safe,
79435 #. violates the simple rule that a class method should not refer
79436 #. to an instance variable.  It's better to catch the cases
79437 #. where this is done unknowingly than to support the above
79438 #. paradigm.
79439 #: objc/objc-act.cc:5936
79440 #, gcc-internal-format
79441 msgid "instance variable %qE accessed in class method"
79442 msgstr ""
79444 #: objc/objc-act.cc:6166 objc/objc-act.cc:6186
79445 #, gcc-internal-format
79446 msgid "method %<%c%E%> declared %<@optional%> and %<@required%> at the same time"
79447 msgstr ""
79449 #: objc/objc-act.cc:6170
79450 #, gcc-internal-format
79451 msgid "previous declaration of %<%c%E%> as %<@required%>"
79452 msgstr ""
79454 #: objc/objc-act.cc:6190
79455 #, gcc-internal-format
79456 msgid "previous declaration of %<%c%E%> as %<@optional%>"
79457 msgstr ""
79459 #: objc/objc-act.cc:6250
79460 #, gcc-internal-format
79461 msgid "duplicate declaration of method %<%c%E%> with conflicting types"
79462 msgstr ""
79464 #: objc/objc-act.cc:6254
79465 #, gcc-internal-format
79466 msgid "previous declaration of %<%c%E%>"
79467 msgstr ""
79469 #: objc/objc-act.cc:6291
79470 #, gcc-internal-format
79471 msgid "duplicate interface declaration for category %<%E(%E)%>"
79472 msgstr ""
79474 #: objc/objc-act.cc:6379
79475 #, gcc-internal-format
79476 msgid "illegal reference type specified for instance variable %qs"
79477 msgstr ""
79479 #: objc/objc-act.cc:6390
79480 #, gcc-internal-format
79481 msgid "instance variable %qs has unknown size"
79482 msgstr ""
79484 #: objc/objc-act.cc:6411
79485 #, gcc-internal-format
79486 msgid "instance variable %qs uses flexible array member"
79487 msgstr ""
79489 #: objc/objc-act.cc:6438
79490 #, gcc-internal-format
79491 msgid "type %qE has no default constructor to call"
79492 msgstr ""
79494 #: objc/objc-act.cc:6444
79495 #, gcc-internal-format
79496 msgid "destructor for %qE shall not be run either"
79497 msgstr ""
79499 #. Vtable pointers are Real Bad(tm), since Obj-C cannot
79500 #. initialize them.
79501 #: objc/objc-act.cc:6456
79502 #, gcc-internal-format
79503 msgid "type %qE has virtual member functions"
79504 msgstr ""
79506 #: objc/objc-act.cc:6457
79507 #, gcc-internal-format
79508 msgid "illegal aggregate type %qE specified for instance variable %qs"
79509 msgstr ""
79511 #: objc/objc-act.cc:6467
79512 #, gcc-internal-format
79513 msgid "type %qE has a user-defined constructor"
79514 msgstr ""
79516 #: objc/objc-act.cc:6469
79517 #, gcc-internal-format
79518 msgid "type %qE has a user-defined destructor"
79519 msgstr ""
79521 #: objc/objc-act.cc:6473
79522 #, gcc-internal-format
79523 msgid "C++ constructors and destructors will not be invoked for Objective-C fields"
79524 msgstr ""
79526 #: objc/objc-act.cc:6604
79527 #, gcc-internal-format
79528 msgid "instance variable %qE is declared private"
79529 msgstr ""
79531 #: objc/objc-act.cc:6615
79532 #, gcc-internal-format
79533 msgid "instance variable %qE is %s; this will be a hard error in the future"
79534 msgstr ""
79536 #: objc/objc-act.cc:6622
79537 #, gcc-internal-format
79538 msgid "instance variable %qE is declared %s"
79539 msgstr ""
79541 #: objc/objc-act.cc:6733 objc/objc-act.cc:6848
79542 #, gcc-internal-format
79543 msgid "incomplete implementation of class %qE"
79544 msgstr ""
79546 #: objc/objc-act.cc:6737 objc/objc-act.cc:6852
79547 #, gcc-internal-format
79548 msgid "incomplete implementation of category %qE"
79549 msgstr ""
79551 #: objc/objc-act.cc:6746 objc/objc-act.cc:6860
79552 #, gcc-internal-format
79553 msgid "method definition for %<%c%E%> not found"
79554 msgstr ""
79556 #: objc/objc-act.cc:6901
79557 #, gcc-internal-format
79558 msgid "%s %qE does not fully implement the %qE protocol"
79559 msgstr ""
79561 #: objc/objc-act.cc:6991
79562 #, gcc-internal-format
79563 msgid "cannot find interface declaration for %qE, superclass of %qE"
79564 msgstr ""
79566 #: objc/objc-act.cc:6999
79567 #, gcc-internal-format
79568 msgid "class %qE is not available"
79569 msgstr "class %qE nije dostupna"
79571 #: objc/objc-act.cc:7032
79572 #, gcc-internal-format
79573 msgid "reimplementation of class %qE"
79574 msgstr ""
79576 #: objc/objc-act.cc:7065
79577 #, gcc-internal-format
79578 msgid "conflicting super class name %qE"
79579 msgstr ""
79581 #: objc/objc-act.cc:7068
79582 #, gcc-internal-format
79583 msgid "previous declaration of %qE"
79584 msgstr ""
79586 #: objc/objc-act.cc:7070
79587 #, gcc-internal-format
79588 msgid "previous declaration"
79589 msgstr ""
79591 #: objc/objc-act.cc:7082
79592 #, gcc-internal-format
79593 msgid "class %qE defined without specifying a base class"
79594 msgstr ""
79596 #: objc/objc-act.cc:7089 objc/objc-act.cc:7091
79597 #, gcc-internal-format
79598 msgid "duplicate interface declaration for class %qE"
79599 msgstr ""
79601 #: objc/objc-act.cc:7416 objc/objc-act.cc:7612
79602 #, gcc-internal-format
79603 msgid "cannot find instance variable associated with property"
79604 msgstr ""
79606 #. TODO: This should be caught much earlier than this.
79607 #: objc/objc-act.cc:7578
79608 #, gcc-internal-format
79609 msgid "invalid setter, it must have one argument"
79610 msgstr ""
79612 #: objc/objc-act.cc:7742 objc/objc-act.cc:7959
79613 #, gcc-internal-format
79614 msgid "property %qs already specified in %<@dynamic%>"
79615 msgstr ""
79617 #: objc/objc-act.cc:7745 objc/objc-act.cc:7962
79618 #, gcc-internal-format
79619 msgid "property %qs already specified in %<@synthesize%>"
79620 msgstr ""
79622 #: objc/objc-act.cc:7759 objc/objc-act.cc:7976
79623 #, gcc-internal-format
79624 msgid "no declaration of property %qs found in the interface"
79625 msgstr ""
79627 #: objc/objc-act.cc:7786
79628 #, gcc-internal-format
79629 msgid "ivar %qs used by %<@synthesize%> declaration must be an existing ivar"
79630 msgstr ""
79632 #: objc/objc-act.cc:7807
79633 #, gcc-internal-format
79634 msgid "property %qs is using instance variable %qs of incompatible type"
79635 msgstr ""
79637 #: objc/objc-act.cc:7829
79638 #, gcc-internal-format
79639 msgid "%<assign%> property %qs is using bit-field instance variable %qs"
79640 msgstr ""
79642 #: objc/objc-act.cc:7843
79643 #, gcc-internal-format
79644 msgid "%<atomic%> property %qs is using bit-field instance variable %qs"
79645 msgstr ""
79647 #: objc/objc-act.cc:7862
79648 #, gcc-internal-format
79649 msgid "property %qs is using the same instance variable as property %qs"
79650 msgstr ""
79652 #: objc/objc-act.cc:7903
79653 #, gcc-internal-format
79654 msgid "%<@synthesize%> is not available in Objective-C 1.0"
79655 msgstr ""
79657 #. We can get here only in Objective-C; the Objective-C++ parser
79658 #. detects the problem while parsing, outputs the error
79659 #. "misplaced '@synthesize' Objective-C++ construct" and skips
79660 #. the declaration.
79661 #: objc/objc-act.cc:7914
79662 #, gcc-internal-format
79663 msgid "%<@synthesize%> not in @implementation context"
79664 msgstr ""
79666 #: objc/objc-act.cc:7920
79667 #, gcc-internal-format
79668 msgid "%<@synthesize%> cannot be used in categories"
79669 msgstr ""
79671 #: objc/objc-act.cc:7929
79672 #, gcc-internal-format
79673 msgid "%<@synthesize%> requires the @interface of the class to be available"
79674 msgstr ""
79676 #: objc/objc-act.cc:8012
79677 #, gcc-internal-format
79678 msgid "%<@dynamic%> is not available in Objective-C 1.0"
79679 msgstr ""
79681 #. We can get here only in Objective-C; the Objective-C++ parser
79682 #. detects the problem while parsing, outputs the error
79683 #. "misplaced '@dynamic' Objective-C++ construct" and skips the
79684 #. declaration.
79685 #: objc/objc-act.cc:8023
79686 #, gcc-internal-format
79687 msgid "%<@dynamic%> not in @implementation context"
79688 msgstr ""
79690 #: objc/objc-act.cc:8045
79691 #, gcc-internal-format
79692 msgid "%<@dynamic%> requires the @interface of the class to be available"
79693 msgstr ""
79695 #: objc/objc-act.cc:8245
79696 #, gcc-internal-format
79697 msgid "definition of protocol %qE not found"
79698 msgstr ""
79700 #: objc/objc-act.cc:8272
79701 #, gcc-internal-format
79702 msgid "protocol %qE is unavailable"
79703 msgstr ""
79705 #. It would be nice to use warn_deprecated_use() here, but
79706 #. we are using TREE_CHAIN (which is supposed to be the
79707 #. TYPE_STUB_DECL for a TYPE) for something different.
79708 #: objc/objc-act.cc:8278
79709 #, gcc-internal-format
79710 msgid "protocol %qE is deprecated"
79711 msgstr ""
79713 #: objc/objc-act.cc:8405
79714 #, gcc-internal-format
79715 msgid "duplicate declaration for protocol %qE"
79716 msgstr ""
79718 #: objc/objc-act.cc:8929
79719 #, gcc-internal-format
79720 msgid "conflicting types for %<%c%s%>"
79721 msgstr ""
79723 #: objc/objc-act.cc:8933
79724 #, gcc-internal-format
79725 msgid "previous declaration of %<%c%s%>"
79726 msgstr ""
79728 #: objc/objc-act.cc:9035
79729 #, gcc-internal-format
79730 msgid "no super class declared in interface for %qE"
79731 msgstr ""
79733 #: objc/objc-act.cc:9062
79734 #, gcc-internal-format
79735 msgid "%<[super ...]%> must appear in a method context"
79736 msgstr ""
79738 #: objc/objc-act.cc:9102
79739 #, gcc-internal-format
79740 msgid "method possibly missing a [super dealloc] call"
79741 msgstr ""
79743 #: objc/objc-act.cc:9570
79744 #, gcc-internal-format
79745 msgid "instance variable %qs is declared private"
79746 msgstr ""
79748 #: objc/objc-act.cc:9623
79749 #, gcc-internal-format
79750 msgid "local declaration of %qE hides instance variable"
79751 msgstr ""
79753 #. This can happen if DECL_ARTIFICIAL (*expr_p), but
79754 #. should be impossible for real properties, which always
79755 #. have a getter.
79756 #: objc/objc-act.cc:9667
79757 #, gcc-internal-format
79758 msgid "no %qs getter found"
79759 msgstr ""
79761 #: objc/objc-act.cc:9914
79762 #, gcc-internal-format
79763 msgid "fast enumeration is not available in Objective-C 1.0"
79764 msgstr ""
79766 #: objc/objc-act.cc:9924
79767 #, gcc-internal-format
79768 msgid "iterating variable in fast enumeration is not an object"
79769 msgstr ""
79771 #: objc/objc-act.cc:9930
79772 #, gcc-internal-format
79773 msgid "collection in fast enumeration is not an object"
79774 msgstr ""
79776 #: objc/objc-encoding.cc:130
79777 #, gcc-internal-format
79778 msgid "type %qT does not have a known size"
79779 msgstr ""
79781 #: objc/objc-encoding.cc:721
79782 #, gcc-internal-format
79783 msgid "unknown type %<%T%> found during Objective-C encoding"
79784 msgstr ""
79786 #. Do not do any encoding, produce an error and keep going.
79787 #: objc/objc-encoding.cc:804
79788 #, gcc-internal-format
79789 msgid "trying to encode non-integer type as a bit-field"
79790 msgstr ""
79792 #: objc/objc-gnu-runtime-abi-01.cc:134
79793 #, gcc-internal-format
79794 msgid "%<-fobjc-gc%> is ignored for %<-fgnu-runtime%>"
79795 msgstr ""
79797 #: objc/objc-gnu-runtime-abi-01.cc:142
79798 #, gcc-internal-format
79799 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fgnu-runtime%>"
79800 msgstr ""
79802 #: objc/objc-gnu-runtime-abi-01.cc:2159 objc/objc-next-runtime-abi-01.cc:2819
79803 #: objc/objc-next-runtime-abi-02.cc:3822
79804 #, gcc-internal-format
79805 msgid "non-objective-c type %qT cannot be caught"
79806 msgstr ""
79808 #: objc/objc-next-runtime-abi-01.cc:146
79809 #, gcc-internal-format
79810 msgid "%<-fobjc-sjlj-exceptions%> is the only supported exceptions system for %<-fnext-runtime%> with %<-fobjc-abi-version%> argument less than 2"
79811 msgstr ""
79813 #: objc/objc-next-runtime-abi-02.cc:245
79814 #, gcc-internal-format
79815 msgid "%<-fobjc-sjlj-exceptions%> is ignored for %<-fnext-runtime%> when %<-fobjc-abi-version%> greater than 1"
79816 msgstr ""
79818 #: objc/objc-runtime-shared-support.cc:423
79819 #, gcc-internal-format
79820 msgid "creating selector for nonexistent method %qE"
79821 msgstr ""
79823 #: rust/rust-lang.cc:104
79824 #, gcc-internal-format
79825 msgid "TODO"
79826 msgstr ""
79828 #: rust/backend/rust-constexpr.cc:1673
79829 #, gcc-internal-format
79830 msgid "array size expression is not supported yet"
79831 msgstr "izraz za veličinu polja još uvijek nije podržan"
79833 #: rust/backend/rust-constexpr.cc:1800
79834 #, gcc-internal-format
79835 msgid "constant folding not supported for this tree code"
79836 msgstr ""
79838 #: rust/backend/rust-constexpr.cc:6169
79839 #, gcc-internal-format
79840 msgid "%qD declared %<thread_local%> in %<constexpr%> context"
79841 msgstr ""
79843 #: rust/backend/rust-constexpr.cc:6178
79844 #, gcc-internal-format
79845 msgid "%qD declared %<static%> in %<constexpr%> context"
79846 msgstr ""
79848 #: rust/backend/rust-tree.cc:618
79849 #, gcc-internal-format
79850 msgid "ignoring return value of %qD, that must be used: %<%s%>"
79851 msgstr ""
79853 #: rust/backend/rust-tree.cc:619
79854 #, gcc-internal-format
79855 msgid "ignoring return value of %qD, that must be used"
79856 msgstr ""
79858 #: rust/backend/rust-tree.cc:635
79859 #, gcc-internal-format
79860 msgid "ignoring returned value of type %qT, that must be used: %<%s%>"
79861 msgstr ""
79863 #: rust/backend/rust-tree.cc:636
79864 #, gcc-internal-format
79865 msgid "ignoring returned value of type %qT, that must be used"
79866 msgstr ""
79868 #: rust/checks/lints/rust-lint-unused-var.cc:51
79869 #, gcc-internal-format
79870 msgid "unused name %qE"
79871 msgstr ""
79873 #~ msgid "invalid operand size for operand code 'Z'"
79874 #~ msgstr "nevaljana veličina operanda za operand kȏd ‘Z’"
79876 #~ msgid "-gz=zlib is not supported in this configuration"
79877 #~ msgstr "-gz=zlib nije podržan u ovoj konfiguraciji"
79879 #~ msgid "COLLECT_GCC must be set"
79880 #~ msgstr "COLLECT_GCC mora biti postavljena "
79882 #~ msgid "expected %<allocator%>"
79883 #~ msgstr "očekivano je <allocator%>"
79885 #~ msgid "expected %<declare%>"
79886 #~ msgstr "očekivano je %<declare%>"
79888 #~ msgid "expected '(' at %C"
79889 #~ msgstr "očekivano je '(' at %C"
79891 #~ msgid "expected ')' at %C"
79892 #~ msgstr "očekivano je ')' pri %C"
79894 #~ msgid "expected '=' at %C"
79895 #~ msgstr "očekivano je '=' pri %C"
79897 #~ msgid "expected '{' at %C"
79898 #~ msgstr "očekivano je '{' pri %C"
79900 #~ msgid "expected '}' at %C"
79901 #~ msgstr "očekivano je '}' pri %C"
79903 #~ msgid "%<-static-libgfortran%> is not supported in this configuration"
79904 #~ msgstr "%<-static-libgfortran%> nije podržan u ovoj konfiguraciji"
79906 #~ msgid ""
79907 #~ "This is free software; see the source for copying conditions.\n"
79908 #~ "There is NO warranty; not even for MERCHANTABILITY or \n"
79909 #~ "FITNESS FOR A PARTICULAR PURPOSE.\n"
79910 #~ "\n"
79911 #~ msgstr ""
79912 #~ "Ovo je slobodan softver; pogledajte kod za upute o kopiranju.\n"
79913 #~ "NEMA jamstava; čak ni za TRGOVINSKU PRIKLADNOST ili\n"
79914 #~ "ODGOVARANJE ODREĐENOJ SVRSI.\n"
79915 #~ "\n"
79917 #~ msgid "Option tag unknown"
79918 #~ msgstr "Oznaka opcije nepoznata"
79920 #~ msgid "Unexpected type in write_state_scalar_type"
79921 #~ msgstr "Neočekivana vrsta u write_state_scalar_type"
79923 #~ msgid "Unexpected type in write_state_string_type"
79924 #~ msgstr "Neočekivana vrsta u write_state_string_type"
79926 #~ msgid "output error when writing state file %s [%s]"
79927 #~ msgstr "izlazna greška pri pisanju datoteke stanja %s [%s]"
79929 #~ msgid "cannot optimize possibly infinite loops"
79930 #~ msgstr "ne mogu optimizirati potencijalno beskonačne petlje"
79932 #~ msgid "assuming that the loop counter does not overflow"
79933 #~ msgstr "pretpostavljajući da neće doći do preljeva brojača petlje"
79935 #~ msgid "cannot optimize loop, the loop counter may overflow"
79936 #~ msgstr "ne mogu optimizirati petlju, može doći do preljeva brojača petlje"
79938 #~ msgid "%s terminated with signal %d [%s], core dumped"
79939 #~ msgstr "%s prekinut signalom %d [%s], jezgra izbačena"
79941 #~ msgid "The --param option recognizes the following as parameters"
79942 #~ msgstr "Opcija --param prepoznaje sljedeće kao parametre"
79944 #~ msgid "out of memory"
79945 #~ msgstr "nema dovoljno memorije"
79947 #~ msgid "collect: reading %s\n"
79948 #~ msgstr "collect: čitam %s\n"
79950 #~ msgid "collect: recompiling %s\n"
79951 #~ msgstr "collect: ponovo kompajliram %s\n"
79953 #~ msgid "collect: tweaking %s in %s\n"
79954 #~ msgstr "collect: podešavam %s u %s\n"